/*contact css*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
ul,li{
    padding:0;
    margin:0;
}
li{
    list-style-type:none;
}
footer{
  padding-left:30px;
  padding-right:30px;
  padding-top:10px;
  padding-bottom:10px;
}

.footer-col {
  padding: 0px 100px;
}

.footer-col p {
  color:#fff;
  font-size:13px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom:0px;
  text-align: left;
}
.footer-col p i {
  width:20px;
  color:#fff;
}
.footer-col p a:hover {
  color:#ff670f;
}
.footer-col p a {
  color:white;
}

.footer-ul {
  list-style-type:none;
  padding-left:0;
  margin-left:2px;
}
.footer-ul li {
  line-height:29px;
  font-size:13px;
}
.footer-ul li a {
  color:#ffff;
  transition: color 0.2s linear 0s;
  background: 0.2s linear 0s;
}

.footer-ul li a:hover {
  transition: color 0.2s linear 0s;
  background: 0.2s linear 0s;
  color:#ff670f;
}

 .copyright {
   min-height:40px;
   background-color:#000000;
 }
 .copyright p {
   text-align:left;
   color:#FFF;
   padding:10px 0;
   margin-bottom:0;
 }
 .heading {
   font-size:21px;
   font-weight:700;
   color:#ffff;
   margin-bottom:10px;
   margin-top: 10px;
 }

.social-icon {
    width: 40px;
    height: 40px;
    font-size: 25px;
    background-color: red;
    color: #fff;
    text-align: center;
    margin-right: 10px;
    padding-top: 7px;
    border-radius: 50%;
}

 .linked-in{
     background-color:#007bb6;
 }
 .facebook{
     background-color:#3b5998;
 }
 .twitter{
     background-color:#1da1f2;
 }
 .google{
     background-color:#f63e28;
 }

 .youtube{
     background-color:red;
 }

@media only screen and (max-width: 768px) {
    .footer-col{
        padding: 0px 0px;
    }

    #footermiddlediv{
      padding-left: 15px;
    }

    #footerlatestreleasediv{
      margin-top: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width : 992px){
  #footermiddlediv{
    padding-left: 15px;
  }

  #footerlatestreleasediv{
    margin-top: 20px;
  }
/* Styles */
}

@media only screen and (min-width : 993px){
  #footermiddlediv{
    padding-left: 0px;
  }

  #footerlatestreleasediv{
    margin-top: auto;
  }
/* Styles */
}
