* {margin: 0;padding: 0;}
body {font-family: 'Raleway', sans-serif;overflow-y: scroll;overflow-x: hidden;}
p {font-family: 'Raleway', sans-serif;font-size: 14px;}
/*---------------------------------------
   COMMON STYLES             
-----------------------------------------*/
.section_title {padding-top: 90px;padding-bottom: 50px;}
.section_title h2 {text-transform: uppercase;text-align: center;position: relative;color: #333;font-size: 30px;font-weight: 400;}
.section_title h2:after { content: "";position: absolute;bottom: -20px;width: 60px;height: 1px;background-color: #f39c12;left: 50%;margin-left: -30px;}
.section_title p {text-align: center;margin-top: 45px;color: #333;font-size: 18px;line-height: 28px;font-weight: 300;}
/*---------------------------------------
   SECTION HOME              
-----------------------------------------*/
/*menu*/
.header h2 {height: 0px;margin: 0px;color:#777;font-weight:600; }
.header {background: url(../images/home.jpg);background-size: cover;background-repeat: no-repeat;}
.header .section_overlay {background-color: rgba(33, 33, 33, .75);}
.logo{padding-bottom: 50px;}
.damnrow{margin-top:60px;}
.home_text{text-align:center;}
.home_text img{border-radius:50%;padding:5px;box-shadow:0 0px 68px #6F6F6F;transition:all .5s ease-in-out;}
.home_text img:hover{-moz-transform: scale(1.1,1.1);-o-transform: scale(1.1,1.1);-webkit-transform: scale(1.1,1.1);transform: scale(1.1,1.1);}
.home_text h3{color:#fff;}

.dividera:after{position:absolute;content:'';right:-4%;top:0;height:100%;background:url(../images/divider.png) no-repeat;width:45px;}

@media (max-width: 768px){
    .home-iphone{
        display: none;
    }
    .home_text{
        text-align: center;
    }

}
.home_text h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 35px;
    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;
}
.download-btn {
    margin-top: 90px;
    margin-bottom: 50px
}
.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;
}

/*---------------------------------------
   SECTION FOOTER              
-----------------------------------------*/

.copyright {
    background-color: #1A1D22;
    padding-bottom: 25px;
    padding-top: 35px;
    border-bottom: 3px solid #f39c12;
}
.copyright h2 {
    height: 0px;
    margin: 0px;
}
.copy_right_text p {
    color: #8C8B8A;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
}
.copy_right_text p a {
    text-decoration: none;
    color: #f39c12;
}
.copy_right_text p span {
    font-weight: 300;
}
