
/*********************
  01. DEFAULT CSS
*********************/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');

a {
    display: inline-block;
}

a:focus {
    outline: 0 solid
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

body {
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.7;
}


/*****************
  LOGO CSS
******************/

.logo {
    margin-top: 10px;
}

/*****************
  HERO CSS 
******************/

.home-style-2 {
    background: #fff;
}


.slider-content {
	margin: 120px 0;
}

.slider-content h2 {
    font-size: 65px;
    font-weight: 700;
	color: #0ac1e1;
}

.slider-content h2 span {
    display: block;
    font-size: 20px;
    padding-top: 15px;
}

#countdown ul li {
    color: #0ac1e1;
    font-size: 15px;
    font-weight: 700;
    border: 2px solid #0ac1e1;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    margin: 5px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    position: relative;
}
.socials-icons a {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 0 4px 1px #4799dd;
    color: #333;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    text-align: center;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 40px;
}

