@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../../fonts/Open_Sans/OpenSans-Regular.ttf');
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url('../../fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf');
}
@font-face {
    font-family: 'Lato';
    src: url('../../fonts/Lato-Regular.ttf');
}
body {
    font-family: 'Open Sans', sans-serif;
    height: auto;
}

a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

ul,
ol {
    list-style: none;
}

img {
    max-width: 100%;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

ul,
ol {
    margin: 0 0 1.5em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Condensed', sans-serif;
}

h1 {
	font-size: 60px;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin-bottom: 60px;
	position: relative;
	text-transform: uppercase;
}

h1a {
	font-size: 60px;
	font-weight: bold;
	color: #c60;
	text-align: center;
	margin-bottom: 60px;
	position: relative;
	text-transform: uppercase;
}

h1:before {
    content: "";
    background: #ed1c24;
    width: 80px;
    height: 2px;
    position: absolute;
    bottom: -22px;
    left: 50%;
    margin-left: -40px;
}

.h1-normal {
    font-weight: normal !important;
    margin: auto !important;
    text-transform: capitalize;
    text-align: left !important;
}

.h1-normal:before {
    content: none;
    background: none;
    width: auto;
    height: auto;
    position: relative;
    bottom: 0;
    left: 0;
    margin-left: 0;
}

h1 span {
    color: #ed1c24;
}

p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

.uppercase {
    text-transform: uppercase;
}

.top-bar {
    background: #222;
    padding: 10px 0;
}

.top-text {
    font-size: 13px;
    color: #fbfbfb;
    padding-top: 4px;
}


.login-btn {
    width: 98%;
    background: #ed1c24;
    border-radius: 0px;
    color: #fff;
    line-height: 42px;
}

.registration-btn {
    width: 98%;
    background: #3b5998;
    border-radius: 0px;
    color: #fff;
    line-height: 42px;
}


.login-popup {
    cursor: pointer;
}


.header-2-intro {
    margin-top: -50px;
    z-index: 999;
    position: relative;
}

.icon-box-1:nth-child(2) {
    transform: scale(1.5, 1.5);
}

.header-2 h1 span {
    color: #ffdf00;
}

.contact > span {
    color: #ffd658;
    float: left;
    font-size: 70px;
    line-height: 30px;
    margin-right: 10px;
    text-align: center;
    width: 120px;
}



.contact-now.design-2 {
    margin-bottom: 50px;
}



.contact-now .contact {
    margin-bottom: 10px;
    padding: 37px;
    background: transparent;
    border: 1px dashed;
    border-radius: 0 50px;
    min-height: 120px;
    text-align: center;
}

.contact-now.design-2 .contact {
    border: none !important;
    padding: 0;
    text-align: left;
}

.contact-form.form-2 {
    border: 3px solid #999;
    padding: 40px;
}

