html {
    box-sizing: border-box;
}
* {
    box-sizing: inherit;
}
  
body {
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    font-size: 100%;
    background-image: url(../img/home/background.jpg);
    background-size: cover;
    padding-top: 134px;
    margin: 0;
    color: #002361;    
}

header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0; 
    z-index: 1030;
}

header .company {
    background: #002D74;
}

header h1 {
    color: white;
    text-align: center;
    font-size: 17px;
    padding: 10px 5px 10px 5px;    
    margin-bottom: 0;
}

.navbar-nav {
    margin: auto;
} 
.navbar-nav li a {
    margin: 2px;
    font-size: 18px;
    font-weight: 600;
    /* color: #002361 !important;  */
}    

.brand-img {
    margin-left: 10px;
}

#contact-info1 {
    display: none;
}

.about-box {
    margin: 50px auto;      
}
.about-box h2 {
    text-align: center; 
    font-weight: 600;  
}
.about-img {
    margin: 20px 15px;
}
.about-img img {
    max-width: 100%;
}
.about-trust {
    width: 300px;
    margin: 0 auto;
    background-image: url(../img/red-arrow.svg);
    background-position: 92% 3%;
    background-size: 60px;
    background-repeat: no-repeat;   
}
.about-trust p {
    padding: 25px 40px 0 38px;
    font-size: 18px;    
    line-height: 30px;  
}

.story-box {
    margin: 60px auto;
}
.story-box h2 {
    text-align: center;
    font-weight: 600;
}
.story-img1 {
    width: 250px;
    margin: auto;
}
.story-img2 {
    margin: 20px 15px;
}
.story-img1 img, .story-img2 img {
    width: 100%; 
}    
.story-content h3 {
    margin: 30px 0 0 12px;
    font-size: 22px;
    font-weight: 600;
}
.story-content p {
    margin: 20px 25px;
    font-size: 18px;
    line-height: 30px;  
}

.mission-box {
    margin: 80px auto;
}
.mission-box h2 {
    text-align: center;
    font-weight: 600;
}
.mission-box p {
    text-align: center;
    margin: 20px 15px;
    font-size: 18px;
    line-height: 30px;      
}
.mission-img {
    margin: 20px 15px; 
}
.mission-img img {
    width: 100%;
}

.approach-box {
    margin: 80px 0;
}
.approach-box h2 {
    text-align: center;
    font-weight: 600;
}
.approach-content p {
    text-align: center;
    margin: 20px 15px;
    font-size: 18px;
    line-height: 30px;      
}
.approach-img {
    margin: 20px 15px; 
}
.approach-img img {
    width: 100%;
}

footer {
    margin-top: 50px;
    background: #0D295D;
    color: white;  
    display: flex;
    flex-wrap: wrap;    
}
footer h3 {
    margin: 18px 0;
}
.contact-info2 {
    margin: 0 auto;
}
.phone2 {
    margin-top: 13px;
}
.white-logo {
    margin: 20px auto 30px;
}
.white-logo img {
    width: 140px;    
}
.location  {
    display: none;
}

.copyright-bar {
    background: #0C1B3F;
    color: white;    
}
.copyright-bar p {
    text-align: center;
    font-style: italic;
    padding: 12px;
    margin-bottom: 0;
} 

/* @media screen and (min-width: 600px) {
    nav .contact {  
        order: 1; */
         /*to make contact to be last flex item*/
    /* }
}     */

@media screen and (min-width: 760px)  {
    
    body {
        background-size: 1000px;
        background-position: center 255px;
        background-repeat: no-repeat;
    }
    
    header h1 {
        font-size: 24px;
    }

    .navbar-nav li a {
        margin:  15px;
        letter-spacing: 1px;           
    }
    main {
        margin-left: 15px;
        margin-right: 15px;
    }
    .about-us {
        display: flex;
    }
    .about-img {
        flex: 0 0 450px;
        margin-left: -15px;
    }
    .about-trust {
        margin: 67px 0 0 -7px;
    }
    .about-trust p {
        font-size: 20px;
        padding: 25px 35px 0 20px;
    }
     
    
    .story-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .story-img1 {
        flex: 0 1 250px;
        margin-top: 30px;
    }
    .story-img2 {
        flex: 0 1 300px;
        margin-top: 30px;
    }

    .story1 {
        flex: 0 1 408px;
    }
    .story1 p {
        margin: 20px 20px 0 0;
    }
    .story2 {
        flex: 1 0 408px;
    }
    .story2 h3 {
        margin: 30px 0 0 15px;
    }    
    .story2 p {
        margin: 20px 0 0 15px;
    }

    .mission-box p {
        margin: 20px 45px;
    } 
    .mission-img {
        width: 450px;
        margin: auto;
    }
    
    .approach-content {
        display: flex;
    }
    .approach-content p {
        flex: 0 0 402px;
        text-align: unset;
        margin: 20px 0px;
    }
    .approach-img {
        margin: 17px -10px 0 18px;
    }
    
    footer {
        align-items: center;
    }
    .white-logo img {
         width: 180px;    
     }
    .location {
        display:contents;
        display: unset;
        margin: 0 auto 20px;
    }
    
    
}

@media screen and (min-width: 992px) {
    #contact-info1 {
        display:contents;
        display: unset;
    }    
}


@media screen and (min-width: 1020px) {
    
    body {
        background-size: 1080px;
        background-position: center 33px;
    }

    header h1 {
        font-size: 26px;
    }

    main {
        background-image: url(../img/about/redline.svg);   
        background-position: center 38px;
        background-size: 990px;
        background-repeat: no-repeat;        
    }   
    .about-box {
        width: 992px;
        padding-top: 22px;
    }
    .about-box h2 {
        margin-right: 88px;
    }
    .about-img {
        flex: 0 0 555px;
        margin-left: -80px;
        padding-top: 36px;
    } 
    .about-trust {
        background-position: 100% 0%;
        width: 325px;
        margin: 133px 0 0 14px;     
    }
    .about-trust p {
        font-size: 22px;
    }
        
    .story-box {
        width: 970px;
        padding-top: 23px;
    }
    .story-box h2 {
        padding-right: 75px;
    }
    .story1 {
        padding-top: 30px;
        flex: 0 0 620px;        
    }
    .story1 p {
        padding-right: 90px;
    }
    .story-img1 {
        padding-top: 25px;
    }
    .story2 {
        padding-top: 20px;
        flex: 0 0 569px;   
    }
    .story2 p {
        padding-right: 65px;
    }
    .story-img2 {
        flex: 0 1 366px;
        padding-top: 8px;
        margin-left: -61px;
        margin-right: 94px;
    }

    .mission-box {
        width: 678px;
        margin-top: -35px;
    }
    .mission-content {
        margin-right: 20px;
        padding-right: 20px;
    }
    .mission-box h2 {
        padding-right: 75px;
    }
    .mission-box p {
        padding-top: 22px;
    }
    .mission-img img {
        padding-top: 15px
    }

    .approach-box {
        width: 959px;
        margin: 98px auto 0;
    }
    .approach-box h2 {
        padding-right: 61px;
    }
    .approach-content {
        padding-top: 15px;
    }
    .approach-content p {
        flex: 0 0 477px;        
    } 
    .approach-img {
        flex: 0 0 380px;
    }
     
    footer {
        height: 280px;
        margin-top: 100px;
        background: #0D295D;
        color: white;
        display: flex;
        justify-content:space-around;
        align-items: center;
    }
    .contact-info2 {
        padding-bottom: 32px;
    }
    .phone2 {
        margin-top: 13px;
    }
    .location h3 {
        margin-bottom: 8px;

    }

    .copyright-bar {
        background: #0C1B3F;
        color: white;    
    }
    .copyright-bar p {
        height: 50px;
        text-align: center;
        font-style: italic;
        padding-top: 12px;
        margin-bottom: 0;
    } 

@media screen and (min-width: 1440px) {
    nav a img {
        margin-left: 50px;
    }

    .navbar-nav li a {
        margin: 0 30px;
        letter-spacing: 2px;           
    }

    #contact-info1 {
        margin-right: 50px;
    }
}    

@media screen and (min-width: 1920px) {
    nav a img {
        width: 135px;
        margin-left: 230px;
    }
    
    #contact-info1 {
        margin-right: 230px;
    }
} 

}        

