
/* ========================================================================
Template : Long v1.0
Author  : https://downloadfort.com/
LIcense  :  https://downloadfort.com/License
Template URL: https://downloadfort.com/
For Software: https://softwareocean.com/
Get customized website proposal: https://softrockglobal.com
 Version  : 1.0
 ========================================================================= */

  /* Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Exo+2');

/* General Styles */
body{
  font-size: 18px;
line-height: 25px;
font-family: 'Exo 2', sans-serif;
background-color: #2196f3;
}
.container{
  background-color:#e7e7e7;
  padding: 40px;
}

hr {
    border-top:0.5px solid rgba(255, 84, 0, 0.75);
  }
  a{
    color:#ff5400;
  }
  a:hover{
    color:#000;
  }
.pad-set{
  padding-top:80px;
  padding-bottom: 40px;
}
.pad-bottom{
  padding-bottom: 80px;
}
.main-color{
  color: #ff5400;
  padding-top:10px;
}
.name-big{
  font-size: 50px;
font-weight: 900;
text-transform: uppercase;
}
.download-btn,.download-btn:hover {
    font-family: 'Quicksand', sans-serif;
    background-color: #4CAF50;
    border-radius: 0px;
    border: 0px;
    color: #fff;
    padding: 10px 20px;
    text-decoration:none;
}
