/*more parallax*/
#header{
    position: relative;
}
#fake-header{
    display: none;
}


#home div.title h1{
    margin-top: 158px !important;
}


.parallax-anchor{
    height: 0px;
    border-bottom: 1px solid #636364;
    margin-bottom: 35px;
}
.device_phone .parallax-anchor{
    border-bottom:0;
}
#anchor-top.parallax-anchor{
    height: 0px; width: 100%; margin: 0px; border: none;
}
#scroller{
    height: 0px;
    width: 1px;
    z-index: 10;
    display: none;
}
#fixed-content{
    position: relative;
    width: 100%;
}

#about-us, #solutions, #services, #industries, #projects{
    position: relative;
    overflow: hidden;
    height: auto;
    min-height: 800px;
    background-position: 50% 200px;
}
.device_phone #about-us, 
.device_phone #solutions, 
.device_phone #services, 
.device_phone #industries, 
.device_phone #projects{
    background-position: 50% 0;
}

.content-block > .split{
    position: fixed;
    top: -36px;
    width: 100%;
    display: none;
    z-index: 100;
}
.black-split{
    height: 0px;
    overflow: hidden;
    background-color: #000000;
    width: 100%;
    display: none;
}
.device_phone .black-split{
    display:block;
    height:25px;
}

.black-shield{
    position: absolute;
    height: 100%; width: 100%;
    background: #000000;
    opacity: 0;
    display: none;
}

.txt{
    text-shadow: none !important;
    padding: 0px; margin: 0px;
    padding-bottom: 25px;
}

.copyright{
    padding-top: 25px;
    padding-bottom: 25px;
}
.device_tablet .copyright {
    background: #ffffff;
}
.device_tablet .copyright .center{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.device_phone .copyright .center {
    padding:0 15px;
}

.copyright h1 i{
    color: #0069d2;
    font-style: normal;
}
.copyright h1{
    font-size: 54px;
    color: #ffffff;
    font-family: 'HelveticaNeueLTCom-Bd',Helvetica,Arial,sans-serif;
    line-height: 54px !important;
    padding-bottom: 10px;
}
.copyright p:last-child{
    font-size: 18px;
    color: #ffffff;
}

.device_tablet .copyright p,
.device_tablet .copyright h1{
    width: 80%;
    color: #212121!important;
}
.copyright.right p,
.copyright.right h1{
    margin-left: auto;
    margin-right: 0px;
    text-align: right;
}

.device_phone .copyright h1{
    font-size:43px;
    line-height:51px !important;
}
.device_phone .copyright p,
.device_phone .copyright h1,
.device_phone .copyright h2 {
    width:auto;
    color: #ffffff;
    text-shadow: 0px 3px 5px rgba(0,0,0,0.5);
}
.device_phone .copyright h2,
.device_phone .copyright h2 span {
    color: #ffffff !important;
}
.device_phone .copyright p:last-child{
    font-size:24px;
}
@media (max-width: 479px) {
    .device_phone .copyright h1{
        font-size:34px;
        line-height:40px !important;
    }
    .device_phone .copyright h2 {
        font-size:20px;
    }
    .device_phone .copyright p:last-child{
        font-size:20px;
    }
}
@media (max-width: 320px) {
    .device_phone .copyright h1{
        font-size:30px;
        line-height:35px !important;
    }
    .device_phone .copyright h2 {
        font-size:18px;
    }
    .device_phone .copyright p:last-child{
        font-size:18px;
    }
}

#header .content .logo img {
    width: 220px !important;
    margin-top: 3px !important;
}

#home #home-reasons h2 {
    font-size: 22px !important;
}

#home #home-reasons p {
    font-size: 11px !important;
}

.device_phone #home .latest-new {
    padding: 0 0 3px 0 !important;
    border-bottom: 1px solid #104b79 !important;
}

input, textarea {
    width: 90% !important;
}

#footer {
    position: inherit !important;
    zoom:0.7;
    padding: 10px
    
}

h4 {
    margin: 0 !important;
}