/*====================================================
Footer section css start Here

#DB0C77
#227DA7
#360F6F
======================================================*/

.footer{
  background:#151515;
  position: relative;
  float: left;
}

.ftr-row{
  display: flex;
  justify-content: space-evenly;
}

.copyright{
  padding: 10px 0;
  position: relative;
  background: #014ba6;
  float: left;
  width: 100%;
}

.copyright a{
  text-decoration: none;
  color: #d0d0d0;
  transition: all .5s ease-in-out;
}

.copyright a:hover{
  color: #d02c0d;
  transition: all .5s ease-in-out;
}

.copyrightTxt p{
  color: #fff;
  font-size: 15px;
  line-height: 45px;
  font-family: 'MerriweatherSans-Light';
}

.copyrightRow{
 display: flex;
 justify-content: space-between; 
}

.socialMedia ul{
  display: flex;
  list-style: none;
  margin:7px 0;
}

.iconLi li{
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin-left: 7px;
  background: #f3a423;
}
.iconLi li:hover{
  background: #eb1c6a;
  transition: all .5s ease-in-out;
}

.iconLi li a{
  color: #fff;
  transition: all .5s ease-in-out;
  transform: rotate(0deg);
  display: block;
  font-family: 'MerriweatherSans-Light';
}

.iconLi li:hover a{
  color: #fff;
  transition: all .5s ease-in-out;
  transform: rotate(360deg);
  display: block;
}


/*====================================================
Footer section css End Here
======================================================*/

/* ----------Resposive CSS start here-------------- */ 

@media (max-width: 1199px){

  .copyright{padding:17px 0; }
  
}

@media (max-width: 991px){

  .copyright{padding: 15px 0;}
  .copyrightTxt p{font-size: 14px;}
  
}

@media (max-width: 767px){

  
}

@media (max-width: 575px){}

@media (max-width: 368px){

  
}