/* 
    font-family: 'Josefin Sans', sans-serif;

    font-family: 'Poppins', sans-serif;
 */

body {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
a,
.btn {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.btn {
    border-radius: 0px;
    font-size: 14px;
    padding: 0px 15px;
    height: 30px;
    line-height: 30px;
}
a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}
a:focus,
a:hover {
    text-decoration: none;
    text-decoration: none;
}
.uppercase {
    text-transform: uppercase;
}
.capitalize {
    text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    color: #303030;
    margin-top: 0px;
    font-style: normal;
    font-weight: 700;
    -webkit-transition: .5s;
    transition: .5s;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    -webkit-transition: .5s;
    transition: .5s;
}
h1 {
    font-size: 36px;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
}
h2 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #303030;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
ul {
    margin: 0px;
    padding: 0px;
}
li {
    list-style: none
}
p {
    font-size: 14px;
    line-height: 24px;
    color: #757575;
    font-family: 'Poppins', sans-serif;
}
ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
li {
    list-style: none;
}
input:focus,
button:focus
{
	border-color:transparent;
	outline-color:transparent;
}
textarea:focus{
	border-color:transparent;
	outline-color:transparent;
}
hr {
    margin: 60px 0;
    padding: 0px;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}
hr.style-2 {
    border-bottom: 1px dashed #f10;
}
hr.mp-0 {
    margin: 0;
    border-bottom: 1px solid #eceff8;
}
hr.mtb-40 {
    margin: 40px 0;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}
label {
    color: #626262;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}
*::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
::-moz-placeholder {
    color: #555555;
    font-size: 12px;
}
::-webkit-input-placeholder {
    color: #555555;
    font-size: 12px;
}
:-ms-input-placeholder {
    color: #555555;
    font-size: 12px;
}
::placeholder {
    color: #555555;
    font-size: 12px;
}
.home-2::-webkit-input-placeholder {
    color: #858585;
    font-size: 12px;
}
.home-2::-moz-placeholder {
    color: #858585;
    font-size: 12px;
}
.home-2:-ms-input-placeholder {
    color: #858585;
    font-size: 12px;
}
.home-2::placeholder {
    color: #858585;
    font-size: 12px;
}
.home-2::-moz-placeholder {
    color: #858585;
    font-size: 12px;
}
.subdcribe-box p input::-moz-placeholder {
    color: #858585;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}
.subdcribe2 .subdcribe-box p input::-moz-placeholder {
    color: #70798f;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}
/*-------------------------------------------------------
  Background color variation for section
---------------------------------------------------------*/

.white-bg {
    background: #ffffff;
}
.gray-bg {
    background: #f6f6f6;
}
.transparent-bg {
    background: transparent;
}
