/*====================================================
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: 20px 0;
  position: relative;
  background: rgb(242,79,0);
  background: linear-gradient( 90deg, rgba(242,79,0,1) 6%, rgba(255,214,0,1) 96%);
  float: left;
  width: 100%;
}

.copyrightTxt p a{
  text-decoration: none;
  color: #fff;
  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: 27px;
  padding:15px 0 0 0;
  text-align: center;
}

.copyrightRow{
 display: flex;
 justify-content: space-between; 
}

.socialMedia ul{
  display: flex;
  list-style: none;
}

.iconLi li{
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 32px;
  margin-left: 7px;
  background: #2b107d;
}
.iconLi li:hover{
  background: #4622b5;
  transition: all .5s ease-in-out;
}

.iconLi li a{
  color: #fff;
  transition: all .5s ease-in-out;
  transform: rotate(0deg);
  display: block;
}

.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){

  
}

@media (max-width: 991px){

 
}

@media (max-width: 767px){

  
}

@media (max-width: 575px){}

@media (max-width: 368px){


}