* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Raleway', sans-serif;
    overflow-y: scroll;
    overflow-x: hidden;
    color: #fff;
}
p {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
}
/*---------------------------------------
   COMMON STYLES             
-----------------------------------------*/

.section_title {
    padding-top: 40px;
    padding-bottom: 50px;
    text-align: left;
    vertical-align:bottom;
}
.section_title h2 {
    text-transform: uppercase;
    text-align: left;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 30px;
    vertical-align:bottom;
}
.section_title h3 {
    text-align: left;
    color: #f39c12;
    font-size: 20px;
    font-weight: 400;
    vertical-align:bottom;
}
.section_title p {
    color: #fff;
    font-size: 14px;
    margin-top: 0px;
    font-weight: 300;
    text-align: left;
    vertical-align:bottom;
}
.parallax {
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.tg-td {
    padding:5px 5px;
    border-width:0px;
    overflow:hidden;
    word-break:normal;
    vertical-align:bottom;
}
.tg-th{
    color: #f39c12;
    overflow:hidden;
    word-break:normal;
    border-bottom-width:1px;
    vertical-align:bottom;
}
.tg-yw4l {
        vertical-align:bottom;
    }

/*---------------------------------------
   SECTION HOME              
-----------------------------------------*/
/*menu*/

.header h2 {
    height: 0px;
    margin: 0px;
}

.header {
    background: url(../images/home.jpg);
    background-size: cover;
	background-repeat: no-repeat;
}
.header .section_overlay {
    background-color: rgba(33, 33, 33, .75);
}
.home_text{
    text-align: left;
}

@media (max-width: 768px){
    .home_text{
        text-align: center;
    }

}
.home_text h1 {
    color: #f39c12;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 300;
    line-height: 45px;
    padding-top: 30px;
}
.home_text h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 300;
    line-height: 45px;
    padding-top: 30px
}
.home_text p {
    color: #fff;
    font-size: 17px;
    line-height: 28px;
    margin-top: 0px;
    font-weight: 300;
}
.home-btn,
.home-btn:focus,
.home-btn:active,
.home-btn:visited {
    background: transparent;
    border-color: #f39c12;
    color: #f39c12;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 19px;
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.home-btn:hover {
    background-color: #f39c12;
    color: #fff;
}
.tuor,
.tuor:focus,
tuor:active,
tuor:visited {
    color: #A9ADB0;
    margin-left: 20px;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 500;
    background: transparent;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.tuor:hover {
    color: #fff;
}
.tuor i {
    font-size: 20px;
    padding-left: 5px;
    color: #f39c12;
}

