/*===========scroll top===============*/
.scroll_top div{
  height: 35px;
  width: 35px;
  background-color: #fff;
  box-shadow: 0 8px 8px rgba(0,0,0,0.3);
  position: fixed;
  bottom:25px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  border-radius: 50%;
  z-index: 1111;
  cursor: pointer;
}
.scroll_top i{
  
}

/*===============footer=============*/
  footer h4{
    font-size: 15px;
    font-weight: 600;
    font-family: 'Oswald', sans-serif; 
    color: #555;
  }
  footer p{
    font-size: 13px;
    color: #666
  }
  footer ul li{
    transition: 0.5s;
    line-height: 30px;
  }
  footer ul li:hover{
    transform:translateX(5px);
  }
   footer ul li:hover::before{
    content: '';
    height: 2px;
    width: 10px;
    background-color: #1A3D73;
    position: absolute;
    left: -13px;
    top: 15px;
  }
   footer ul li a{
    font-size: 13px;
    font-weight: 500;
    color: #1A3D73;
    transition: 0.5s;
    }
  footer ul li a:hover{
    color: #DE241A;
    }
    /*
    footer .copyright{
      font-size: 12px;
    }*/
  footer  .footertop_line div div{
   height: 5px;
  }
