﻿ul{
    text-align:  left;
    margin: 30px 0;
}
p{
    margin: 30px 0;
}
.section1 .section-sub, .section2 .section-sub{
    max-width: 770px;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 0;
}
.section.specialists{
    padding-top: 133px;
}
.lead-in{
    padding-top: 10px;
}
.hero-sub h1{
    max-width: 947px;
    margin: 0 auto;
}
h2.project-intro{
    max-width: 870px;
    margin: 0 auto;
}
.results-body{
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    color: #00305c;
}
.results h4{
    font-family: "Fira Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 1px;
    color: #00305c;
    margin-bottom: 22px;
    text-transform: uppercase;
}
.results{
    display: inline-block;
    max-width: 364px;
    text-align: left;
    margin: 0 77px;
}
.section{
    background-color: #f7f9fb;
}
.section:nth-child(odd){
    background-color: #fff;
}
.section-title{
    margin-top: 0;
    margin-bottom: 22px;
    color: #20487b;
}
.section1{
    padding-bottom: 0px;
}
.section2{
    /*padding-bottom: 116px; */
    /*padding-top: 114px; */
    max-width: 667px;
    margin: 0 auto;
}
.col-team{
    padding-top: 40px;
}
/*Projects  Hero Fix*/
.hero-sub {
  background-position: top left;      
}
@media (max-width:991px){
    .hero-sub {
        background-position: 20% 0;
    }
}
@media screen and (max-width:768px){
    .hero-sub {
        background-position: 0 0;
    }
}

.backContainer2{
    color: #20487b;
    padding-bottom: 100px;
}

/* mobile phone */

@media only screen 
and (max-width: 320px) 
{
    .backbtn{
        width: 100% !important;
        height: auto;
        text-align: center;
        margin-bottom: 80px;
    }

    /*
    .positionimage {
        margin: auto auto;
    }*/
}

@media only screen 
and (max-width: 480px) 
{
    .backbtn{
        width: 100% !important;
        height: auto;
        text-align: center;
        margin-bottom: 80px;
    }
} 
@media only screen 
and (max-width: 480px)
and (orientation: landscape)
{
    .backbtn{
        width: 100% !important;
        height: auto;
        text-align: center;
        margin-bottom: 80px;
    }
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape){
    .backbtn{
        width: 100% !important;
        height: auto;
        text-align: center;
        margin-bottom: 80px;
    }
}

/* iphone 6 plus */
@media screen 

  and (max-width: 414px) 
  and (max-height: 736px) 
  and (-webkit-device-pixel-ratio: 3) {
    .backbtn{
        width: 100% !important;
        height: auto;
        text-align: center;
        margin-bottom: 80px;
    }
}

/* ipad mini */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1) {
    .backbtn{
        width: 100% !important;
        height: auto;
        text-align: center;
        margin-bottom: 80px;
    }
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 1) {
    .backbtn{
        width: 100% !important;
        height: auto;
        text-align: center;
        margin-bottom: 80px;
    }
}
