/* Footer */

footer{
  font-size: 16px;
  /* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
  /* font-family: Times; */
  font-family: 'Rubik', sans-serif;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* font-family: 'Font Awesome 5 Free'; */
  /* font-family: 'Montserrat', sans-serif; */
  /* height: 500px; */
}


.new_footer_top {
  padding: 10px 0px 270px;
  position: relative;
  overflow-x: hidden;
}
.new_footer_area .footer_bottom {
  padding-top: 5px;
  padding-bottom: 20px;
}
.footer_bottom {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #7f88a6;
  padding: 27px 0px;
}


.new_footer_top .footer_bg {
  position: absolute;
  bottom: 0;
  /* background: url("http://droitthemes.com/html/saasland/img/seo/footer_bg.png") no-repeat scroll center 0; */
  background: url("../images/footer/footer_bg.png") no-repeat scroll center 0;
  /* background: url("../images/grass-footer.jpg") no-repeat scroll center 0; */
  width: 100%;
  height: 266px; 
  /* height: 500px;*/
}

.new_footer_top .footer_bg .footer_bg_one {
  /* background: url("https://1.bp.blogspot.com/-mvKUJFGEc-k/XclCOUSvCnI/AAAAAAAAUAE/jnBSf6Fe5_8tjjlKrunLBXwceSNvPcp3wCLcBGAsYHQ/s1600/volks.gif") no-repeat center center; */
  background: url("../images/footer/car.gif") no-repeat center center;
  /* width: 330px;
  height: 205px; */
  width: 330px;
  height: 105px;
  background-size:100%;
  position: absolute;
  bottom: 0;
  left: 30%;
  -webkit-animation: myfirst 22s linear infinite;
  animation: myfirst 22s linear infinite;
  /* transition: all 0.9s ease-in-out 0s; */
}

/* .new_footer_top .footer_bg .footer_bg_one:hover {
  -webkit-animation: myfirst 21s linear infinite;
  animation: myfirst 21s linear infinite;
  position: absolute;
  bottom: 0;
  left: 30%;
  transition: all 0.9s ease-in-out 0s;
} */

.new_footer_top .footer_bg .footer_bg_two {
  /* background: url("https://1.bp.blogspot.com/-hjgfxUW1o1g/Xck--XOdlxI/AAAAAAAAT_4/JWYFJl83usgRFMvRfoKkSDGd--_Sv04UQCLcBGAsYHQ/s1600/cyclist.gif") no-repeat center center; */
  background: url("../images/footer/cyclist.gif") no-repeat center center;
  /* background: url("https://giphy.com/gifs/loop-blue-butterfly-LoU11iw2gcdl7iWKi3") no-repeat center center; */
  /* Butterfly frame
  <iframe src="https://giphy.com/embed/LoU11iw2gcdl7iWKi3" width="480" height="480" frameBorder="0" class="giphy-embed" allowFullScreen></iframe><p><a href="https://giphy.com/gifs/loop-blue-butterfly-LoU11iw2gcdl7iWKi3">via GIPHY</a></p> */
  width: 88px;
  height: 100px;
  background-size:100%;
  bottom: 0;
  left: 38%;
  position: absolute;
  -webkit-animation: myfirst 30s linear infinite;
  animation: myfirst 30s linear infinite;
  transition: all 0.5s ease-in-out 1s;
}


.new_footer_top .footer_bg .footer_bg_two:hover {
  transform: rotate(-25deg);
  transition: all 0.9s ease-in-out 0s;
  bottom: 7%;
  left: 38%;
  position: absolute;
}


@-moz-keyframes myfirst {
0% {
  left: -25%;
}
100% {
  left: 100%;
}
}

@-webkit-keyframes myfirst {
0% {
  left: -25%;
}
100% {
  left: 100%;
}
}

@keyframes myfirst {
0% {
  left: -25%;
}
100% {
  left: 100%;
}
}


h6 a,a u{
  color: black;
}


h6 a:hover,a u:hover{
  color: blue;
}


.align-items-center a{
  color: black;
}

.align-items-center a:hover{
  color: blue;
}


.pr-2 img{
  transition: all 0.9s ease-in-out 0s;
}

.pr-2 img:hover{
  cursor: pointer;
  transform: rotate(360deg) scale(1.4);
  transition: all 1.2s ease-in-out 0s;
}


/* Footer end*/
