/*-----------------------------------------------------------------------------------

    Template Name: Your template name
    Template URI:
    Description: This is html5 template
    Author:
    Author
    Version: 1.0

-----------------------------------------------------------------------------------*/

/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/


*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
  height: 100%;
}
a:focus {
  outline:0px solid;
  text-decoration:none;
}
a {
  transition: all 0.3s ease 0s;
  text-decoration:none;
}
a:hover {
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
img {
  max-width:100%;
  height:auto
}
p {
  margin:0 0 15px;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
}
h1 {
  font-size: 22px;
}
@media (min-width:576px) {
  h1 {
    font-size: 22px;
  }
}
@media (min-width:768px) {
  h1 {
    font-size: 24px;
  }
}
@media (min-width:992px) {
  h1 {
    font-size: 34px;
  }
}
ul{
  list-style: outside none none;
  margin: 0;
  padding: 0
}
body {
  font-family: 'Arial';
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  background-color: #fff;
  background-image: url('images/bg.png');
  background-repeat: repeat;
  background-size: cover;
}
.main_inner_wrap{
    background-color: rgba(0,0,0,0.15);
    padding: 50px;
    margin-top: 100px;
    text-align: center;
}
.header_text h1{
    font-size: 24px;
    font-weight: 700;
    margin-top: 40px;
}
.header_text h3{
    font-size: 18px;
    margin: 40px 0;
    line-height: 26px;
}
.header_text h3 a{
    color: #ffc11e;
    text-decoration: underline;
}

.footer_link{
    padding:10px 20px;
}
.single_link{
    background-color: rgba(0,0,0,0.15);
    padding: 20px;
    text-align: left;
}
.single_link h3{
    font-size: 20px;
}
.single_link ul{
    padding-left: 30px;
}
.single_link ul li{
    line-height:24px;
}
.single_link ul li a{
    color: #ffc11e;
    font-weight: 600;
    text-decoration: underline;
}
.ml_2{
    margin-left: 12.5%;
    display: inline-block;
}
