/**===========Footer-Start==================**/
.site-footer {
  float: left;
  width: 100%;
  height: auto;
  background-image: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 230px 0px 25px 0px;
  font-family: baijamjuree-bold;
}
.site-footer h1 {
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
}
.site-footer h1 a {
  text-decoration: none;
}
.site-footer ul {
  list-style: none;
  padding: 0px 0px;
  margin: 0px 0px;
  position: relative;
}
.site-footer ul:after {
  content: ' ';
  position: absolute;
  height: 10px;
  width: 46%;
  top: 50px;
  left: 0px;
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 53%, #ffffff00 100%);
  border-radius: 10px 0px 0px 10px;
}
.site-footer ul li {
  float: left;
  font-size: 18px;
  padding: 0px 10px 0px 10px;
  border-right: 2px solid white;
}
.site-footer ul li:first-child {
  padding: 0px 10px 0px 0px;
}
.site-footer ul li:last-child {
  padding: 0px 0px 0px 10px;
  border-right: none;
}
.site-footer ul li a {
  text-decoration: none;
  color: #fff;
}
.site-footer ul li a:hover {
  text-decoration: none;
  color: #ec0718;
}
.site-footer ul.social-icons li {
  background: linear-gradient(135deg, #a1123f 0%, #ca1b28 100%);
  border-right: none;
  margin: 0px 7px;
  padding: 0px 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transition: transform 0.7s ease-in-out;
}
.site-footer ul.social-icons li a:before {
  border-radius: 10%;
}
.site-footer ul.social-icons li a:before {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  content: ' ';
  border-radius: 100%;
  display: block;
  transition: all 265ms ease-out;
}
.site-footer ul.social-icons li:hover {
  border-radius: 100%;
  transform: rotate(360deg);
  background: linear-gradient(135deg, #fff 0%, #ca1b28 100%);
}
.site-footer ul.social-icons li:hover img {
  transform: scale(1.5);
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
}
.site-footer ul.social-icons li a img {
  width: 20px;
  height: 20px;
}
.site-footer .col-md-4.col-sm-12.col-xs-12.pull-left a {
  color: #fff;
  text-decoration: none;
}
.footstrip {
  float: left;
  width: 100%;
  height: auto;
  padding: 10px 0px;
  text-align: center;
  color: #fff;
  background: #ca1b28;
  font-size: 16px;
  font-family: montserrat-regular;
}
/**===========Footer-End==================**/
@media only screen and (max-width: 800px) {
  .site-footer {
    background-image: url(../images/footer-bg-mobile.png);
    padding: 100px 0 70px;
  }
  .site-footer h1 {
    font-size: 20px;
    margin: 0 0 10px;
    text-align: left;
  }
  .site-footer > .container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .site-footer ul li {
    font-size: 15px;
  }
  .site-footer ul.social-icons li {
    padding: 0 10px;
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .site-footer {
    padding: 100px 0 50px;
  }
}
@media only screen and (max-width: 480px) {
  .site-footer {
    background-size: cover;
  }
  .site-footer + .footstrip {
    font-size: 9px;
    padding-right: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
/* Keep footer columns and decorative rules in normal document flow. */
.site-footer .footer-columns {
  display: grid;
  grid-template-columns: max-content minmax(0, max-content) max-content;
  justify-content: space-between;
  gap: 32px;
}
.site-footer .footer-column {
  min-width: 0;
}
.site-footer .footer-column p {
  color: #fff;
  font-family: inherit;
  font-size: 18px;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}
.site-footer ul:not(.social-icons) {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}
.site-footer ul:not(.social-icons) > li {
  flex: 0 0 100%;
  padding: 0;
  border-right: none;
}
.site-footer ul.social-icons {
  gap: 8px;
}
.site-footer ul.social-icons > li {
  margin: 0;
  flex-shrink: 0;
}
.site-footer ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 0;
}
.site-footer ul > li {
  float: none;
}
.site-footer ul::after,
.site-footer .footer-column p::after {
  content: '';
  background-image: linear-gradient(135deg, #ffffff 0%, #ffffff 53%, #ffffff00 100%);
  border-radius: 10px 0 0 10px;
  position: static;
  display: block;
  flex: 0 0 100%;
  width: 100%;
  height: 10px;
  margin-top: 12px;
  background-size: 46% 100%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 800px) {
  .site-footer .footer-columns {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }
  .site-footer .footer-column p {
    font-size: 15px;
  }
  .site-footer ul::after,
  .site-footer .footer-column p::after {
    height: 5px;
    background-size: 65% 100%;
  }
}
