@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,500,500i,600,600i,700,700i');
a {
    color: #000000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:focus,
a:hover {
    color: #000000;
    outline: 0 solid;
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

button:focus {
    outline: 0;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;
}

html,
body {
    height: 100%
}

body {
	/*font-family: 'Roboto', sans-serif;
font-family: 'PT Sans Narrow', sans-serif;*/
    font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 400;
	color: #555555;
	background-image: url(../images/pattern_1.png);
}

a:hover,
a:focus {
    text-decoration: none;
    outline: 0;
}

.fix {
    overflow: hidden;
}

.relative {
    position: relative;
    overflow: hidden;
}

.absulute {
    position: absolute;
}

.v-center {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.social-bookmark li {
    display: inline;
}

.social-bookmark li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 18px;
    padding-top: 5px;
}

.inline li {
    display: inline;
}

.inline-block li {
    display: inline-block;
    padding: 5px 15px;
}

.navbar-toggle {
    border: 2px solid #00aff0;
    border-radius: 0;
}

.navbar-toggle .icon-bar {
    background: #00aff0 none repeat scroll 0 0;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.area-title {
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

.area-title::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 24px;
    width: 100%;
}

.area-title h2 {
    color: #000000;
    font-size: 50px;
    letter-spacing: 5px;
    line-height: 1;
    margin-bottom: 40px;
    padding: 0 10px;
    position: relative;
    text-transform: uppercase;
    z-index: 9;
    background: #fff;
    display: inline-block;
}

.area-title.title-inverse {
    float: right;
    text-align: right;
}

.title-box {
    box-shadow: 0 0 0 10px #000000;
    height: 80%;
    left: 0;
    position: absolute;
    top: -10px;
    width: 16%;
    z-index: 1;
}

.area-title.title-inverse .title-box {
    left: auto;
    right: 0;
}

.section-padding {
    padding: 100px 0;
}

.padding-top {
    padding-top: 100px;
}

.padding-bottom {
    padding-bottom: 100px;
}

.padding-100-70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.padding-100-50 {
    padding-top: 100px;
    padding-bottom: 50px;
}

.gray-bg {
    background: #EFEFEF;
}

.dark-bg {
    background: #000000;
    color: #ffffff;
}

.dark-bg .area-title h2 {
    color: #ffffff;
}

a.readmore {
    background: #333 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    letter-spacing: 2px;
    margin-top: 20px;
    min-width: 160px;
    padding: 10px 30px;
    text-align: center;
}

a.readmore:hover {
    background: #000000 none repeat scroll 0 0;
    color: #ffffff;
}


/*--------------------------
    2. MAIN AREA
---------------------------*/

.main-area {
    height: 100%;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.main-area-bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.background_img1{background: rgba(0, 0, 0, 0) url("../images/bg1.jpg") no-repeat scroll center center / cover;}
.background_img2{background: rgba(0, 0, 0, 0) url("../images/bg2.jpg") no-repeat scroll center center / cover;}
.background_img3{background: rgba(0, 0, 0, 0) url("../images/default_3.jpg") no-repeat scroll center center / cover;}
.main-area-bg::before {
     content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.main-area-bg::after {
    background:rgba(0,0,0,0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}  


/*-----------------------------------
    WELCOME TEXT AREA
-------------------------------------*/

.welcome-text-area {
    color: #ffffff;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 2;
}

.welcome-text h3,
.welcome-text h1 {
    font-size: 30px;
    letter-spacing: 6px;
    text-transform: uppercase;
}

.welcome-text h1 {
    font-size: 75px;
    line-height: 1;
	color:#bf9000;
	letter-spacing:normal;
	text-transform:none;
	padding-bottom:20px;
}
.welcome-text h2 {
    font-size: 27px;
    line-height: 1;
	color:#FFF; font-weight:500;
}
.welcome-text h3 {
    font-size: 36px;
	text-transform:none;
    line-height: 1;
	padding:50px 0px 50px 0px;
	color:#FFF; font-weight:500;
}
.welcome-text h4 {
    font-size: 27px;
    line-height:45px;
	padding:0px 0px 10px 0px;
	color:#FFF; font-weight:500;
}
.welcome-text h4 a{ color:#09F;}
.welcome-text h4 a:hover{ color:#bf9000;}


