/* ======================================
|   |   |  Mobile Menu
========================================= */
.navbar-header {
    position: relative;
}

#mobile-nav-open-btn {
    font-size: 50px;
    color: #000038;
    cursor: pointer;
    z-index: 2;
    position: absolute;
    left: 860px;
    top: 2px;
    
    /*Hide mobile nav open button*/
    display: none;
}

#mobile-nav {
    /*Mobile menu will be hidden by default with height 0%*/
    height: 0%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: rgba(255, 255, 255, .98);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    overflow-y: hidden;
}
#mobile-nav-close-btn {
    font-family: "Plus Jakarta Sans", "Open Sans";
    font-size: 50px;
    color: #000038;
    font-weight: 400;
    cursor: pointer;
    position: absolute;
    top: -2px;
    right: 35px;
    -webkit-transition: .3s;
    transition: .3s;
}
#mobile-nav-content {
    text-align: center;
    width: 100%;
    margin-top: 30px;
    position: relative;
    top: 10%;
    left: 10%;
}
#mobile-nav ul li {
    margin-bottom: 20px;
}
#mobile-nav a {
    font-family: "Plus Jakarta Sans", "Open Sans";
    font-size: 16px;
    color: #41B00A;
    font-weight: 400;
    text-transform: uppercase;
    display:inline;
    -webkit-transition: .3s;
    transition: .3s;
}
#mobile-nav a:hover,
#mobile-nav a:focus,
#mobile-nav-close-btn:hover,
#mobile-nav-close-btn:focus {
    color: #000038;
}


/*==========================================
|   |   Bootstrap 3 Media Queries
============================================*/
/*Extra large screen down to 4k*/
@media (min-width: 2561px) {
    /* ======================================
    |  Arrow down which displays only from this mobile view
    ========================================= */
    #arrow-down {
        visibility: hidden;
    }
    /*Arrow down ends here*/

    /*Below is the "Reach Us! section" at the navigation bar css*/
    .get_touch_btn a {
        position: relative;
        top: -3px;
        left: 10px;
        text-decoration: none;
    } 
}

/*Large screens*/
@media (max-width: 2560px) {
    /*background image*/

    /* ======================================
    |  Arrow down which displays only from this mobile view
    ========================================= */
    #arrow-down {
        visibility: hidden;
    }
    /*Arrow down ends here*/

    /*Below is the "Reach Us! section" at the navigation bar css*/
    .get_touch_btn a {
        position: relative;
        top: -3px;
        left: 10px;
        text-decoration: none;
    } 

}

/* Between Large Laptops and Laptops screens ----------- */
@media (max-width : 1300px) {
    /*Home page*/
    .nav {
        position: relative;
        left: -30px;
        padding: -10px 0;
    }
    #home {
        height: 600px;
    }

    /* ======================================
    |  Arrow down which displays only from this mobile view
    ========================================= */
    #arrow-down {
        visibility: hidden;
    }
    /*Arrow down ends here*/
}

/* Between screens ----------- */
@media (min-width: 1200px) and (max-width: 1260px) {
    /*Home section*/
    .nav {
        position: relative;
        left: -75px;
    }

    /* ======================================
    |  Arrow down which displays only from this mobile view
    ========================================= */
    #arrow-down {
        visibility: hidden;
    }
    /*Arrow down ends here*/

    /*Contact*/
    
    .contact_logo {
        position: relative;
        width: 190px;
        top: -15px;
        left: -20px;
    }

    .office {
        top: -15px;
        left: -20px;
    }

    .office-details {
        font-size: 16px;
        line-height: 35px;
        width: 850px;
        text-align: justify;
    }
    
    /*Footer*/
    footer {
        padding: 5px;
    }

    footer p {
        position: relative;
        top: 15px;
        left: -30px;
        font-size: 16px;
        
    }

    .footer_icons {
        left:  -40px;
    }
} 

/* Between screens ----------- */
@media (min-width: 1100px) and (max-width: 1199px) {
    /*Home section*/
    .nav {
        position: relative;
        left: -25px;
    }

    /* ======================================
    |  Arrow down which displays only from this mobile view
    ========================================= */
    #arrow-down {
        visibility: hidden;
    }
    /*Arrow down ends here*/

    /*=====================================
    |   |    Our values  |   |
    =======================================*/
    #value {
        margin-bottom: 20px;
    }

    /*===================================
    |  |  About text section and CEO
    ====================================*/
    #about_team {
        height: 2650px;
    }

    #about_team_text {
        position: relative;
        top: -10px;
        left: -50px;
        width: 1050px;
    }

    /* Team photo, text and icons */
    .team {
        padding-top: 80px;
    }

    .team h2 {
        position: relative;
        left: 12px;
        padding-bottom: 40px;
    }

    .team_photo {
        position: relative;
        top: -20px;
        left: 5px;
        width: 300px;
        height: 380px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        margin-bottom: 40px;
    }

    .team_photo img {
        position: relative;
        top: 5px;
        height: 300px;
        width: auto;
    }

    .team_text h2 {
        position: relative;
        top: -40px;
        left: 10px;
        font-size: 14px;
        font-weight: bold;
        color: #000;
    }

    .team_photo_text p {
        position: relative;
        top: 25px;
        left: 10px;
        font-size: 13px;
        color: #7065f0;
        font-weight: 500;
    }

    .team_icons {
        position: relative;
        top: -66px;
        left: -10px;
        font-size: 17px;
        text-align: right;
    }

    .team_icons .socials_icons {
        padding-left: 8px;
        padding-right: 8px;
    }

    /*Contact*/    
    .contact_logo {
        position: relative;
        width: 190px;
        top: -20px;
        left: -80px;
    }

    .office {
        top: -20px;
        left: -70px;
    }

    .office-details {
        font-size: 16px;
        line-height: 35px;
        width: 850px;
        text-align: justify;
    }

    .qrcode img {
        left: 340px;
    }
    
    /*Footer*/
    footer {
        padding: 5px;
    }

    footer p {
        position: relative;
        top: 15px;
        left: -80px;
        font-size: 16px;
        
    }

    .footer_icons {
        left:  10px;
    }
} 

/* Between screens ----------- */
@media (min-width: 1024px) and (max-width: 1099px) {
    /*Home section*/
    .nav {
        position: relative;
        left: -60px;
    }
    /* ======================================
    |  Arrow down which displays only from this mobile view
    ========================================= */
    #arrow-down {
        visibility: hidden;
    }
    /*Arrow down ends here*/

    /*=====================================
    |   |    Our values  |   |
    =======================================*/
    #value {
        margin-bottom: 20px;
    }

    /*About Team*/
    #about_team {
        height: 2650px;
    }

    #about_team_text {
        position: relative;
        top: -10px;
        left: -30px;
        width: 1000px;
    }

    #about_team_text h2 {
        font-size: 40px;
    }

    #about_team_text p {
        font-size: 16px;
    }
    

    /* Team photo, text and icons */
    .team {
        padding-top: 80px;
    }

    .team h2 {
        position: relative;
        left: 12px;
        padding-bottom: 40px;
    }

    .team_photo {
        position: relative;
        top: -20px;
        left: 5px;
        width: 300px;
        height: 380px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        margin-bottom: 40px;
    }

    .team_photo img {
        position: relative;
        top: 5px;
        height: 300px;
        width: auto;
    }

    .team_text h2 {
        position: relative;
        top: -40px;
        left: 10px;
        font-size: 14px;
        font-weight: bold;
        color: #000;
    }

    .team_photo_text p {
        position: relative;
        top: 25px;
        left: 10px;
        font-size: 13px;
        color: #7065f0;
        font-weight: 500;
    }

    .team_icons {
        position: relative;
        top: -66px;
        left: -10px;
        font-size: 17px;
        text-align: right;
    }

    .team_icons .socials_icons {
        padding-left: 8px;
        padding-right: 8px;
    }

    /*Contact*/
    
    .contact_logo {
        position: relative;
        width: 190px;
        top: -20px;
        left: -30px;
    }

    .office {
        top: -25px;
        left: -30px;
    }

    .office-details {
        font-size: 16px;
        line-height: 35px;
        width: 850px;
        text-align: justify;
    }

    .qrcode img {
        left: 300px;
    }
    
    /*Footer*/
    footer {
        padding: 5px;
    }

    footer p {
        position: relative;
        top: 15px;
        left: -30px;
        font-size: 16px;
        
    }

    .footer_icons {
        left:  -30px;
    }
} 

/* Between screens ----------- */
@media (min-width: 992px) and (max-width: 1023px) {
    /*Home section*/
    .nav {
        position: relative;
        left: -90px;
        padding: -10px 0;
    }

    ul.navbar-nav > li > a {
        font-size: 11px;
    }

    .get_touch_btn a {
        left: -10px;
    }   
    
    .navbar-brand img {
        width: 190px;
        top: -5px;
    }

    /* ======================================
    |  Arrow down which displays only from this mobile view
    ========================================= */
    #arrow-down {
        visibility: hidden;
    }
    /*Arrow down ends here*/

    /*=====================================
    |   |    Our values  |   |
    =======================================*/
    #value {
        margin-bottom: 20px;
    }

    /*About Team*/
    #about_team {
        height: 2650px;
    }

    #about_team_text {
        position: relative;
        top: -10px;
        left: -10px;
        width: 960px;
    }

    #about_team_text h2 {
        font-size: 35px;
    }

    #about_team_text p {
        font-size: 15px;
    }
    

    /* Team photo, text and icons */
    .team {
        padding-top: 80px;
    }

    .team h2 {
        position: relative;
        left: 12px;
        padding-bottom: 40px;
    }

    .team_photo {
        position: relative;
        top: -20px;
        left: 5px;
        width: 300px;
        height: 380px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        margin-bottom: 40px;
    }

    .team_photo img {
        position: relative;
        top: 5px;
        height: 300px;
        width: auto;
    }

    .team_text h2 {
        position: relative;
        top: -40px;
        left: 10px;
        font-size: 14px;
        font-weight: bold;
        color: #000;
    }

    .team_photo_text p {
        position: relative;
        top: 25px;
        left: 10px;
        font-size: 13px;
        color: #7065f0;
        font-weight: 500;
    }

    .team_icons {
        position: relative;
        top: -66px;
        left: -10px;
        font-size: 17px;
        text-align: right;
    }

    .team_icons .socials_icons {
        padding-left: 8px;
        padding-right: 8px;
    }

    /*Stats*/
    #stats .vertical-heading h2 {
        font-size: 35px;
    }
    
    #stats .vertical-heading p {
        font-size: 15px;
        /* line-height: 20px; */
    }

    .stats-item i {
        font-size: 35px;
    }
    
    .stats-item h3 {
        font-size: 35px;
    }
    
    .stats-item p {
        font-size: 15px;
    }    

    /*Contact*/
    .contact_logo {
        position: relative;
        width: 190px;
        top: -20px;
        left: -20px;
    }

    .office {
        top: -15px;
        left: -10px;
    }

    .office-details {
        font-size: 15px;
        line-height: 33px;
        width: 850px;
        text-align: justify;
    }

    .qrcode img {
        left: 300px;
        width: 180px;
    }
    
    /*Footer*/
    footer {
        padding: 5px;
    }

    footer p {
        position: relative;
        top: 15px;
        left: -20px;
        font-size: 15px;
        
    }

    .footer_icons {
        left:  -60px;
        font-size: 20px;
    }
} 

/* Between is for close to tablets ----------- */
@media (min-width: 846px) and (max-width: 991px) {
    /*Home section*/
    .nav {
        position: relative;
        left: -30px;
    }

    ul.navbar-nav > li > a {
        font-size: 10px;
    }

    .get_touch_btn a {
        left: -35px;
        font-size: 10px;
    }   
    
    .navbar-brand img {
        width: 190px;
        top: -5px;
    }

    /* ======================================
    |  Arrow down which displays only from this mobile view
    ========================================= */
    #arrow-down {
        visibility: hidden;
    }
    /*Arrow down ends here*/

    /*=====================================
    |   |    Our values  |   |
    =======================================*/
    #value {
        margin-bottom: 20px;
    }

    /*About Team*/
    #about_team {
        height: 3000px;
    }

    #about_team_text {
        position: relative;
        top: -15px;
        left: -40px;
        width: 800px;
    }

    #about_team_text h2 {
        font-size: 35px;
    }

    #about_team_text p {
        font-size: 14px;
    }
    

    /* Team photo, text and icons */
    .team {
        position: relative;
        top: 100px;
        padding-top: 0px;
    }

    .team h2 {
        position: relative;
        left: 12px;
        padding-bottom: 40px;
    }

    .team_photo {
        position: relative;
        top: -20px;
        left: 10px;
        width: 300px;
        height: 380px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        margin-bottom: 40px;
    }

    .team_photo img {
        position: relative;
        top: 5px;
        height: 300px;
        width: auto;
    }

    .team_text h2 {
        position: relative;
        top: -40px;
        left: 10px;
        font-size: 14px;
        font-weight: bold;
        color: #000;
    }

    .team_photo_text p {
        position: relative;
        top: 25px;
        left: 10px;
        font-size: 13px;
        color: #7065f0;
        font-weight: 500;
    }

    .team_icons {
        position: relative;
        top: -66px;
        left: -10px;
        font-size: 17px;
        text-align: right;
    }

    .team_icons .socials_icons {
        padding-left: 8px;
        padding-right: 8px;
    }

    /*below is the css positioning setup for two pictures in a row to accommodate smaller screens*/
    #team_2 {
        position: relative;
        top: -420px;
        left: 400px;
    }

    #team_3 {
        position: relative;
        top: -420px;
    }

    #team_4 {
        position: relative;
        top: -840px;
        left: 400px;
    }

    #team_5 {
        position: relative;
        top: -840px;
    }

    #team_6 {
        position: relative;
        top: -1260px;
        left: 400px;
    }

    #team_7 {
        position: relative;
        top: -1240px;
    }

    #team_8 {
        position: relative;
        top: -1660px;
        left: 400px;
    }

    /*Stats*/
    #stats .first_stats {
        height: 100px;
        width: 270px;
        left: -40px;
    }

    #stats .second_stats {
        height: 100px;
        width: 270px;
        left: -25px;
    }

    #stats .third_stats {
        height: 100px;
        width: 270px;
        left: 530px;
        top: -100px;
    }

    #stats .vertical-heading h2 {
        font-size: 30px;

    }
    
    #stats .vertical-heading p {
        font-size: 14px;
    }

    .stats-item i {
        font-size: 35px;
    }
    
    .stats-item h3 {
        font-size: 30px;
    }
    
    .stats-item p {
        font-size: 14px;
    }    

    /*Contact*/
    .contact_logo {
        position: relative;
        width: 190px;
        top: -10px;
        left: -40px;
    }

    .office {
        top: -10px;
        left: -40px;
    }

    .office-details {
        font-size: 14px;
        line-height: 33px;
        width: 550px;
        text-align: justify;
    }
    
    /*Footer*/
    footer {
        padding: 5px;
    }

    footer p {
        position: relative;
        top: 14px;
        left: -40px;
        font-size: 15px;
        
    }

    .footer_icons {
        left:  50px;
        font-size: 20px;
    }

} 

/* Between is for close to tablets ----------- */
@media (min-width: 768px) and (max-width: 845px) {
    /*Home section*/
    .nav {
        position: relative;
        left: -55px;
        padding: -10px 0;
    }

    .navbar {
        padding: 5px 0;
    }

    ul.navbar-nav > li > a {
        font-size: 9px;
    }

    .get_touch_btn a {
        left: -55px;
        font-size: 9px;
    }   
    
    .navbar-brand img {
        width: 190px;
        top: -5px;
    }

    /* ======================================
    |  Arrow down which displays only from this mobile view
    ========================================= */
    #arrow-down {
        visibility: hidden;
    }
    /*Arrow down ends here*/

    /*=====================================
    |   |    Our values  |   |
    =======================================*/
    #value {
        margin-bottom: 10px;
    }

    .about-item p {
        font-size: 14px;
    }

    /*About Team*/
    #about_team {
        height: 3100px;
    }

    #about_team_text {
        position: relative;
        top: -15px;
        left: -5px;
        width: 730px;
    }

    #about_team_text h2 {
        font-size: 35px;
        line-height: 50px;
    }

    #about_team_text p {
        font-size: 14px;
        line-height: 35px;
    }


    /* Team photo, text and icons */
    .team {
        position: relative;
        top: 100px;
        padding-top: 0px;
    }

    .team h2 {
        position: relative;
        left: 12px;
        padding-bottom: 40px;
    }

    .team_photo {
        position: relative;
        top: -20px;
        left: 10px;
        width: 300px;
        height: 380px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        margin-bottom: 40px;
    }

    .team_photo img {
        position: relative;
        top: 5px;
        height: 300px;
        width: auto;
    }

    .team_text h2 {
        position: relative;
        top: -40px;
        left: 10px;
        font-size: 14px;
        font-weight: bold;
        color: #000;
    }

    .team_photo_text p {
        position: relative;
        top: 25px;
        left: 10px;
        font-size: 13px;
        color: #7065f0;
        font-weight: 500;
    }

    .team_icons {
        position: relative;
        top: -66px;
        left: -10px;
        font-size: 17px;
        text-align: right;
    }

    .team_icons .socials_icons {
        padding-left: 8px;
        padding-right: 8px;
    }

    /*below is the css setup for two pictures in a row to accommodate smaller screens*/
    #team_2 {
        position: relative;
        top: -420px;
        left: 400px;
    }

    #team_3 {
        position: relative;
        top: -420px;
    }

    #team_4 {
        position: relative;
        top: -840px;
        left: 400px;
    }

    #team_5 {
        position: relative;
        top: -840px;
    }

    #team_6 {
        position: relative;
        top: -1260px;
        left: 400px;
    }

    #team_7 {
        position: relative;
        top: -1240px;
    }

    #team_8 {
        position: relative;
        top: -1660px;
        left: 400px;
    }

    /*Stats*/
    #stats .first_stats {
        height: 100px;
        width: 270px;
        left: -20px;
    }

    #stats .second_stats {
        height: 100px;
        width: 270px;
        left: -30px;
    }

    #stats .third_stats {
        height: 100px;
        width: 270px;
        left: 500px;
        top: -100px;
    }

    #stats .vertical-heading h2 {
        font-size: 30px;
    }
    
    #stats .vertical-heading p {
        font-size: 14px;
    }

    .stats-item i {
        font-size: 35px;
    }
    
    .stats-item h3 {
        font-size: 30px;
    }
    
    .stats-item p {
        font-size: 14px;
    }    


    /*Contact*/
    .contact_logo {
        position: relative;
        width: 190px;
        top: -10px;
        left: -10px;
    }

    .office {
        top: -15px;
        left: -10px;
    }

    .office-details {
        font-size: 14px;
        line-height: 33px;
        width: 550px;
        text-align: justify;
    }
    
    /*Footer*/
    footer {
        padding: 5px;
    }

    footer p {
        position: relative;
        top: 14px;
        left: -10px;
        font-size: 15px;
        
    }

    .footer_icons {
        left:  -20px;
        font-size: 20px;
    }

} 

/*The medium screen pic started below because it's tablet*/
/* Extra small Device (Landscape phones and Portrait Tablets) */
@media (min-width: 699px) and (max-width: 767px) {

    /*Navigation bar*/
    .navbar-brand {
        padding: 10px 10px;
    }

    .navbar-brand img {
        position: relative;
        top: -13px;
        left: -15px;
        width: 190px;
    }

    /*Hide Navigation menu for smaller devices to allow Mobile menu drop down button*/
    .navbar-nav {
        display: none;
    }

    /*Mobile Menu button display*/
    #mobile-nav-open-btn {
        display: block;
        left: 650px;
        top: 5px;
        font-size: 30px;
        color: #000038
    }

    #mobile-nav-close-btn {
        font-family: "Plus Jakarta Sans", "Open Sans";
        font-size: 40px;
        position: relative;
        top: 1px;
        left: 670px;
    }

    #mobile-nav a {
        font-size: 18px;
    }

    /*Navigation bar*/
    .navbar {
        padding: 68x 0;
    }
    
    /*Below is the "Reach Us! section" at the navigation bar css*/
    .get_touch_btn a {
        top: 20px;
        left: -360px;
        text-decoration: none;
    }  
    
    /* ======================================
    |   |   |   Arrow down which displays only from this mobile view
    ========================================= */
    #arrow-down {
        position: absolute;
        left: 50%;
        bottom: 3%;
        color: #000;
        font-size: 40px;
        width: 40px;
        height: 40px;
        text-align: center;
        margin-left: -16px;
        z-index: 3;
        visibility: visible;
    }

    #arrow-down:hover,
    #arrow-down:focus {
        color: #000;
    }
    /*Arrow down ends here*/

    /*=====================================
    |   |    Our values  |   |
    =======================================*/
    #value {
        margin-bottom: 10px;
        padding: 100px 0;
    }

    .col-md-6 {
        padding-bottom: 40px;
    }

    /*About Team*/
    #about_team {
        height: 3090px;
    }

    #about_team_text {
        position: relative;
        top: -15px;
        left: 5px;
        width: 660px;
    }

    #about_team_text h2 {
        font-size: 40px;
        line-height: 50px;
    }

    #about_team_text p {
        font-size: 15px;
        line-height: 35px;
    }

    /* Team photo, text and icons */
    .team {
        position: relative;
        top: 100px;
        padding-top: 0px;
    }

    .team h2 {
        position: relative;
        left: 12px;
        padding-bottom: 40px;
    }

    .team_photo {
        position: relative;
        top: -20px;
        left: 10px;
        width: 300px;
        height: 380px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        margin-bottom: 40px;
    }

    .team_photo img {
        position: relative;
        top: 5px;
        height: 300px;
        width: auto;
    }

    .team_text h2 {
        position: relative;
        top: -40px;
        left: 10px;
        font-size: 14px;
        font-weight: bold;
        color: #000;
    }

    .team_photo_text p {
        position: relative;
        top: 25px;
        left: 10px;
        font-size: 13px;
        color: #000038;
        font-weight: 500;
    }

    .team_icons {
        position: relative;
        top: -66px;
        left: -10px;
        font-size: 17px;
        text-align: right;
    }

    .team_icons .socials_icons {
        padding-left: 8px;
        padding-right: 8px;
    }

    /*below is the css setup for two pictures in a row to accommodate smaller screens*/
    #team_2 {
        position: relative;
        top: -420px;
        left: 350px;
    }

    #team_3 {
        position: relative;
        top: -420px;
    }

    #team_4 {
        position: relative;
        top: -840px;
        left: 350px;
    }

    #team_5 {
        position: relative;
        top: -840px;
    }

    #team_6 {
        position: relative;
        top: -1260px;
        left: 350px;
    }

    #team_7 {
        position: relative;
        top: -1240px;
    }

    #team_8 {
        position: relative;
        top: -1660px;
        left: 350px;
    }

    /*Stats*/
    #stats {
        position: relative;
        top: 200px;
        height: 850px;
        margin-bottom: 250px;
    }

    #stats .content-box-md {
        height: 850px;
    }

    #stats .first_stats {
        height: 100px;
        width: 290px;
        top: -20px;
        left: 220px;
        padding: 20px;
    }

    #stats .second_stats {
        height: 100px;
        width: 290px;
        left: 220px;
        top: 100px;
        padding: 20px;
    }

    #stats .third_stats {
        height: 100px;
        width: 290px;
        left: 220px;
        top: 220px;
        padding: 20px;
    }

    #stats .vertical-heading h2 {
        font-size: 40px;
        line-height: 40px;
        padding-bottom: 10px;
    }
    
    #stats .vertical-heading p {
        font-size: 15px;
        line-height: 20px;
    }

    .stats-item i {
        font-size: 30px;
    }
    
    .stats-item h3 {
        font-size: 30px;
    }
    
    .stats-item p {
        font-size: 15px;
    }     


    /*Contact*/
    
    .contact_logo {
        position: relative;
        width: 190px;
        top: -30px;
        left: -5px;
    }

    .office {
        top: -20px;
        left: 5px;
    }

    .office-details {
        font-size: 15px;
        line-height: 33px;
        width: 590px;
        text-align: justify;
    }
    
    /*Footer*/
    footer {
        padding: 5px;
    }

    footer p {
        position: relative;
        top: 14px;
        left: -5px;
        font-size: 15px;
        
    }

    .footer_icons {
        left:  -50px;
        font-size: 20px;
    }

    .btn-back-to-top {
        font-size: 20px;
        z-index: 1;
    }

}

/* Extra small Device (Landscape phones and Portrait Tablets) */
@media (min-width: 631px) and (max-width: 698px) {

/*Navigation bar*/
.navbar-brand {
    padding: 10px 10px;
}

.navbar-brand img {
    position: relative;
    top: -13px;
    left: -15px;
    width: 190px;
    height: 60px;
}

/*Hide Navigation menu for smaller devices to allow Mobile menu drop down button*/
.navbar-nav {
    display: none;
}

/*Mobile Menu button display*/
#mobile-nav-open-btn {
    display: block;
    left: 580px;
    top: 5px;
    font-size: 30px;
    color: #000038
}

#mobile-nav-close-btn {
    font-family: "Plus Jakarta Sans", "Open Sans";
    font-size: 40px;
    position: relative;
    top: 7px;
    left: 595px;
}

#mobile-nav a {
    font-size: 18px;
}

/*Navigation bar*/
.navbar {
    padding: 68x 0;
}

/*Below is the "Reach Us! section" at the navigation bar css*/
.get_touch_btn a {
    top: 20px;
    left: -360px;
    text-decoration: none;
}  

/* ======================================
|   |   |   Arrow down which displays only from this mobile view
========================================= */
#arrow-down {
    position: absolute;
    left: 50%;
    bottom: 3%;
    color: #000;
    font-size: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-left: -16px;
    z-index: 3;
    visibility: visible;
}

#arrow-down:hover,
#arrow-down:focus {
    color: #fff;
}
/*Arrow down ends here*/

    /*=====================================
    |   |    Our values  |   |
    =======================================*/
    #value {
        margin-bottom: 10px;
        padding: 100px 0;
    }

    .col-md-6 {
        padding-bottom: 40px;
    }

    /*About Team*/
    #about_team {
        height: 3090px;
    }

    #about_team_text {
        position: relative;
        top: -15px;
        left: 5px;
        width: 590px;
    }

    #about_team_text h2 {
        position: relative;
        top: -40px;
        font-size: 40px;
        line-height: 50px;
    }

    #about_team_text p {
        position: relative;
        top: 20px;
        font-size: 15px;
        line-height: 30px;
    }


    /* Team photo, text and icons */
    .team {
        position: relative;
        top: 100px;
        padding-top: 0px;
    }

    .team h2 {
        position: relative;
        left: 12px;
        padding-bottom: 40px;
    }

    .team_photo {
        position: relative;
        top: -20px;
        left: -5px;
        width: 290px;
        height: 380px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        margin-bottom: 40px;
    }

    .team_photo img {
        position: relative;
        top: 5px;
        height: 290px;
        width: auto;
    }

    .team_text h2 {
        position: relative;
        top: -40px;
        left: 10px;
        font-size: 14px;
        font-weight: bold;
        color: #000;
    }

    .team_photo_text p {
        position: relative;
        top: 25px;
        left: 10px;
        font-size: 13px;
        color: #7065f0;
        font-weight: 500;
    }

    .team_icons {
        position: relative;
        top: -66px;
        left: -10px;
        font-size: 17px;
        text-align: right;
    }

    .team_icons .socials_icons {
        padding-left: 8px;
        padding-right: 8px;
    }

    /*below is the css setup for two pictures in a row to accommodate smaller screens*/
    #team_2 {
        position: relative;
        top: -420px;
        left: 320px;
    }

    #team_3 {
        position: relative;
        top: -420px;
    }

    #team_4 {
        position: relative;
        top: -840px;
        left: 320px;
    }

    #team_5 {
        position: relative;
        top: -840px;
    }

    #team_6 {
        position: relative;
        top: -1260px;
        left: 320px;
    }

    #team_7 {
        position: relative;
        top: -1240px;
    }

    #team_8 {
        position: relative;
        top: -1660px;
        left: 320px;
    }

    /*Stats*/
    #stats {
        position: relative;
        top: 200px;
        height: 850px;
        margin-bottom: 250px;
    }

    #stats .content-box-md {
        height: 850px;
    }

    #stats .first_stats {
        height: 100px;
        width: 290px;
        top: -20px;
        left: 200px;
        padding: 20px;
    }

    #stats .second_stats {
        height: 100px;
        width: 290px;
        left: 200px;
        top: 100px;
        padding: 20px;
    }

    #stats .third_stats {
        height: 100px;
        width: 290px;
        left: 200px;
        top: 220px;
        padding: 20px;
    }

    #stats .vertical-heading h2 {
        font-size: 40px;
        line-height: 40px;
        padding-bottom: 10px;
    }

    #stats .vertical-heading p {
        font-size: 15px;
        line-height: 20px;
    }

    .stats-item i {
        font-size: 30px;
    }

    .stats-item h3 {
        font-size: 30px;
    }

    .stats-item p {
        font-size: 15px;
    }     


    /*Contact*/

    .contact_logo {
        position: relative;
        width: 190px;
        top: -40px;
        left: -5px;
    }

    .office {
        top: -35px;
        left: 5px;
    }

    .office-details {
        font-size: 15px;
        line-height: 33px;
        width: 550px;
        text-align: justify;
    }

    /*Footer*/
    footer {
        padding: 5px;
    }

    footer p {
        position: relative;
        top: 14px;
        left: -10px;
        font-size: 15px;
        
    }

    .footer_icons {
        left:  -50px;
        font-size: 20px;
    }

    .btn-back-to-top {
        font-size: 20px;
        z-index: 1;
    }

}

/* Extra small Device (Landscape phones and Portrait Tablets) */
@media (min-width: 563px) and (max-width: 630px) {

/*Navigation bar*/
.navbar-brand {
    padding: 10px 10px;
}

.navbar-brand img {
    position: relative;
    top: -13px;
    left: -15px;
    width: 190px;
}

/*Hide Navigation menu for smaller devices to allow Mobile menu drop down button*/
.navbar-nav {
    display: none;
}

/*Mobile Menu button display*/
#mobile-nav-open-btn {
    display: block;
    left: 510px;
    top: 5px;
    font-size: 30px;
    color: #000038
}

#mobile-nav-close-btn {
    font-family: "Plus Jakarta Sans", "Open Sans";
    font-size: 40px;
    position: relative;
    top: 7px;
    left: 525px;
}

#mobile-nav a {
    font-size: 18px;
}

/*Navigation bar*/
.navbar {
    padding: 68x 0;
}

/*Below is the "Reach Us! section" at the navigation bar css*/
.get_touch_btn a {
    top: 20px;
    left: -360px;
    text-decoration: none;
}  

/* ======================================
|   |   |   Arrow down which displays only from this mobile view
========================================= */
#arrow-down {
    position: absolute;
    left: 50%;
    bottom: 3%;
    color: #fff;
    font-size: 40px;
    width: 32px;
    height: 32px;
    text-align: center;
    margin-left: -16px;
    z-index: 3;
    visibility: visible;
}

#arrow-down:hover,
#arrow-down:focus {
    color: #fff;
}
/*Arrow down ends here*/

/*=====================================
    |   |    Our values  |   |
    =======================================*/
    #value {
        margin-bottom: 10px;
        padding: 100px 0;
    }

    .col-md-6 {
        padding-bottom: 40px;
    }

    /*About Team*/
    #about_team {
        height: 3090px;
    }

    #about_team_text {
        position: relative;
        top: -15px;
        left: 5px;
        width: 525px;
    }

    #about_team_text h2 {
        position: relative;
        top: -40px;
        font-size: 40px;
        line-height: 50px;
    }

    #about_team_text p {
        position: relative;
        top: 20px;
        font-size: 15px;
        line-height: 30px;
    }

    /* Team photo, text and icons */
    .team {
        position: relative;
        top: 100px;
        padding-top: 0px;
    }

    .team h2 {
        position: relative;
        left: 12px;
        padding-bottom: 40px;
    }

    .team_photo {
        position: relative;
        top: -20px;
        left: -5px;
        width: 260px;
        height: 340px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        margin-bottom: 40px;
    }

    .team_photo img {
        position: relative;
        top: 5px;
        height: 260px;
        width: auto;
    }

    .team_text h2 {
        position: relative;
        top: -40px;
        left: 10px;
        font-size: 12.5px;
        font-weight: bold;
        color: #000;
    }

    .team_photo_text p {
        position: relative;
        top: 25px;
        left: 10px;
        font-size: 11px;
        color: #7065f0;
        font-weight: 500;
    }

    .team_icons {
        position: relative;
        top: -66px;
        left: -10px;
        font-size: 17px;
        text-align: right;
    }

    .team_icons .socials_icons {
        padding-left: 8px;
        padding-right: 8px;
    }

    /*below is the css setup for two pictures in a row to accommodate smaller screens*/
    #team_2 {
        position: relative;
        top: -380px;
        left: 280px;
    }

    #team_3 {
        position: relative;
        top: -380px;
    }

    #team_4 {
        position: relative;
        top: -760px;
        left: 280px;
    }

    #team_5 {
        position: relative;
        top: -760px;
    }

    #team_6 {
        position: relative;
        top: -1140px;
        left: 280px;
    }

    #team_7 {
        position: relative;
        top: -1140px;
    }

    #team_8 {
        position: relative;
        top: -1520px;
        left: 280px;
    }

    /*Stats*/
    #stats {
        position: relative;
        top: 50px;
        height: 850px;
        margin-bottom: 100px;
    }

    #stats .content-box-md {
        height: 850px;
    }

    #stats .first_stats {
        height: 100px;
        width: 290px;
        top: -20px;
        left: 160px;
        padding: 20px;
    }

    #stats .second_stats {
        height: 100px;
        width: 290px;
        left: 160px;
        top: 100px;
        padding: 20px;
    }

    #stats .third_stats {
        height: 100px;
        width: 290px;
        left: 160px;
        top: 220px;
        padding: 20px;
    }

    #stats .vertical-heading h2 {
        font-size: 40px;
        line-height: 40px;
        padding-bottom: 10px;
    }

    #stats .vertical-heading p {
        font-size: 15px;
        line-height: 20px;
    }

    .stats-item i {
        font-size: 30px;
    }

    .stats-item h3 {
        font-size: 30px;
    }

    .stats-item p {
        font-size: 15px;
    }     

    /*Contact*/
    .contact_logo {
        position: relative;
        width: 190px;
        top: -40px;
        left: -5px;
    }

    .office {
        top: -20px;
        left: -3px;
    }

    .office-details {
        font-size: 15px;
        line-height: 30px;
        width: 550px;
        text-align: justify;
    }

    /*Footer*/
    footer {
        padding: 5px;
    }

    footer p {
        position: relative;
        top: 14px;
        left: -15px;
        font-size: 13px;
        
    }

    .footer_icons {
        left:  -50px;
        font-size: 18px;
    }

    .socials_icons {
        padding-left: 10px;
        padding-right: 10px;
    }


    .btn-back-to-top {
        font-size: 20px;
        z-index: 1;
    }

}

/*The small home screen pics started from this screen size*/
/* Extra small Device (Portrait phones and Smaller devices) */
@media (min-width: 481px) and (max-width: 562px) {

    /*Navigation bar*/
    .navbar-brand {
        padding: 10px 10px;
    }

    .navbar-brand img {
        position: relative;
        top: -5px;
        left: -15px;
        width: 120px;
    }

    /*Hide Navigation menu for smaller devices to allow Mobile menu drop down button*/
    .navbar-nav {
        display: none;
    }

    /*Mobile Menu button display*/
    #mobile-nav-open-btn {
        display: block;
        left: 430px;
        top: 5px;
        font-size: 25px;
        color: #000038
    }

    #mobile-nav-close-btn {
        font-family: "Plus Jakarta Sans", "Open Sans";
        font-size: 35px;
        position: absolute;
        top: -2px;
        right: 13px;
    }

    #mobile-nav a {
        font-size: 13px;
    }

    /*Navigation bar*/
    .navbar {
        padding: 5px 0;
    }

    /*Below is the "Reach Us! section" at the navigation bar css*/
    .get_touch_btn a {
        top: 20px;
        left: -360px;
        text-decoration: none;
    }  

    /* ======================================
    |   |   |   Arrow down which displays only from this mobile view
    ========================================= */
    #arrow-down {
        position: absolute;
        left: 50%;
        bottom: 3%;
        color: #000;
        font-size: 30px;
        width: 40px;
        height: 40px;
        text-align: center;
        margin-left: -16px;
        z-index: 1;
        visibility: visible;
    }

    #arrow-down:hover,
    #arrow-down:focus {
        color: #fff;
    }
    /*Arrow down ends here*/

    /*=====================================
    |   |    Our values  |   |
    =======================================*/
    #value {
        margin-bottom: 10px;
        padding: 100px 0;
    }

    .col-md-6 {
        padding-bottom: 40px;
    }

    /*About Team*/
    #about_team {
        height: 6100px;
    }

    #about_team_text {
        position: relative;
        top: -15px;
        left: 5px;
        width: 450px;
    }

    #about_team_text h2 {
        position: relative;
        top: -40px;
        font-size: 30px;
        line-height: 50px;
        /* width: 330px; */
    }

    #about_team_text p {
        font-size: 13px;
        padding-bottom: 0;
        line-height: 23px;
    }
    
    /* Team photo, text and icons */
    .team {
        position: relative;
        top: 100px;
        padding-top: 80px;
    }

    .team h2 {
        position: relative;
        left: 12px;
        padding-bottom: 40px;
    }

    .team_photo {
        position: relative;
        top: -20px;
        left: 5px;
        width: 440px;
        height: 560px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        margin-bottom: 40px;
    }

    .team_photo img {
        position: relative;
        top: 5px;
        height: 445px;
        width: auto;
    }

    .team_text h2 {
        position: relative;
        top: -40px;
        left: 10px;
        font-size: 18px;
        font-weight: bold;
        color: #000;
    }

    .team_photo_text p {
        position: relative;
        top: 25px;
        left: 10px;
        font-size: 15px;
        color: #7065f0;
        font-weight: 500;
    }

    .team_icons {
        position: relative;
        top: -66px;
        left: -10px;
        font-size: 25px;
        text-align: right;
    }

    .team_icons .socials_icons {
        padding-left: 8px;
        padding-right: 8px;
    }
    /*the below class was added to adjust mobile view for the second and third row following the following the 12 column rule*/
    .second_row {
        position: relative;
        top: 20px;
    }

    .third_row {
        position: relative;
        top: -50px;
    }
    

    /*Stats*/
    #stats {
        position: relative;
        top: 50px;
        height: 900px;
        margin-bottom: 60px;
    }

    #stats .content-box-md {
        height: 900px;
    }

    #stats .first_stats {
        height: 100px;
        width: 290px;
        top: -20px;
        left: 100px;
        padding: 20px;
    }

    #stats .second_stats {
        height: 100px;
        width: 290px;
        left: 100px;
        top: 100px;
        padding: 20px;
    }

    #stats .third_stats {
        height: 100px;
        width: 290px;
        left: 100px;
        top: 220px;
        padding: 20px;
    }

    #stats .vertical-heading h2 {
        font-size: 40px;
        line-height: 40px;
        padding-bottom: 10px;
    }

    #stats .vertical-heading p {
        font-size: 15px;
        line-height: 20px;
    }

    .stats-item i {
        font-size: 30px;
    }

    .stats-item h3 {
        font-size: 30px;
    }

    .stats-item p {
        font-size: 15px;
    }     


    /*Contact*/
    #contact {
        height: 440px;
    }

    .contact_logo {
        position: relative;
        width: 190px;
        top: -30px;
        left: -5px;
    }
    
    .office {
        position: relative;
        top: 10px;
        left: -5px;
    }

    .office-details {
        font-size: 14px;
        line-height: 25px;
        width: 440px;
        text-align: justify;
    }
    
    /*Footer*/
    footer {
        padding: 5px;
    }

    footer p {
        position: relative;
        top: 15px;
        left: -10px;
        font-size: 12px;
        width: 350px;
    }
    
    .footer_icons {
        position: relative;
        top: -60px;
        left:  -320px;
        font-size: 20px;
        text-align: right;
    }

    .btn-back-to-top {
        font-size: 18px;
        z-index: 1;
    }

}

/* Extra small Device - Large mobile (Portrait phones and Smaller devices) */
@media (min-width: 413px) and (max-width: 480px) {

    /*Navigation bar*/
    .navbar-brand {
        padding: 10px 10px;
    }

    .navbar-brand img {
        position: relative;
        top: -5px;
        left: -15px;
        width: 120px;
    }

    /*Hide Navigation menu for smaller devices to allow Mobile menu drop down button*/
    .navbar-nav {
        display: none;
    }

    /*Mobile Menu button display*/
    #mobile-nav-open-btn {
        display: block;
        left: 360px;
        top: 5px;
        font-size: 25px;
        color: #000038
    }

    #mobile-nav-close-btn {
        font-family: "Plus Jakarta Sans", "Open Sans";
        font-size: 35px;
        position: absolute;
        top: -2px;
        right: 13px;
    }

    #mobile-nav a {
        font-size: 13px;
    }

    /*Navigation bar*/
    .navbar {
        padding: 5px 0;
    }

    /*Below is the "Reach Us! section" at the navigation bar css*/
    .get_touch_btn a {
        top: 20px;
        left: -360px;
        text-decoration: none;
    }  

    /* ======================================
    |   |   |   Arrow down which displays only from this mobile view
    ========================================= */
    #arrow-down {
        position: absolute;
        left: 50%;
        bottom: 3%;
        color: #000;
        font-size: 30px;
        width: 40px;
        height: 40px;
        text-align: center;
        margin-left: -16px;
        z-index: 1;
        visibility: visible;
    }

    #arrow-down:hover,
    #arrow-down:focus {
        color: #fff;
    }
    /*Arrow down ends here*/

    /*=====================================
    |   |    Our values  |   |
    =======================================*/
    #value {
        margin-bottom: 10px;
        padding: 100px 0;
    }

    .col-md-6 {
        padding-bottom: 40px;
    }

    /*About Team*/
    #about_team {
        height: 5600px;
    }

    #about_team_text {
        position: relative;
        top: -15px;
        left: 5px;
        width: 380px;
    }

    #about_team_text h2 {
        position: relative;
        top: -40px;
        font-size: 30px;
        line-height: 50px;
        width: 250px;
    }

    #about_team_text p {
        font-size: 13px;
        padding-bottom: 0;
        line-height: 23px;
    }
    
    /* Team photo, text and icons */
    .team {
        position: relative;
        top: 50px;
        padding-top: 80px;
    }

    .team h2 {
        position: relative;
        left: 12px;
        padding-bottom: 40px;
    }

    .team_photo {
        position: relative;
        top: -20px;
        left: 5px;
        width: 370px;
        height: 470px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        margin-bottom: 40px;
    }

    .team_photo img {
        position: relative;
        top: 5px;
        height: 370px;
        width: auto;
    }

    .team_text h2 {
        position: relative;
        top: -40px;
        left: 10px;
        font-size: 18px;
        font-weight: bold;
        color: #000;
    }

    .team_photo_text p {
        position: relative;
        top: 25px;
        left: 10px;
        font-size: 15px;
        color: #7065f0;
        font-weight: 500;
    }

    .team_icons {
        position: relative;
        top: -66px;
        left: -10px;
        font-size: 20px;
        text-align: right;
    }

    .team_icons .socials_icons {
        padding-left: 8px;
        padding-right: 8px;
    }
    /*the below class was added to adjust mobile view for the second row following the following the 12 column rule*/
    .second_row {
        position: relative;
        top: 20px;
    }

    .third_row {
        position: relative;
        top: -50px;
    }

    /*Stats*/
    #stats {
        position: relative;
        top: 50px;
        height: 900px;
        margin-bottom: 60px;
    }

    #stats .content-box-md {
        height: 900px;
    }

    #stats .first_stats {
        height: 100px;
        width: 290px;
        top: -20px;
        left: 80px;
        padding: 20px;
    }

    #stats .second_stats {
        height: 100px;
        width: 290px;
        left: 80px;
        top: 100px;
        padding: 20px;
    }

    #stats .third_stats {
        height: 100px;
        width: 290px;
        left: 80px;
        top: 220px;
        padding: 20px;
    }

    #stats .vertical-heading h2 {
        font-size: 40px;
        line-height: 40px;
        padding-bottom: 10px;
    }

    #stats .vertical-heading p {
        font-size: 15px;
        line-height: 20px;
    }

    .stats-item i {
        font-size: 30px;
    }

    .stats-item h3 {
        font-size: 30px;
    }

    .stats-item p {
        font-size: 15px;
    }     

    /*Contact*/
    #contact {
        height: 440px;
    }

    .contact_logo {
        position: relative;
        width: 190px;
        top: -40px;
        left: -5px;
    }
    
    .office {
        position: relative;
        top: -20px;
        left: -5px;
    }

    .office-details {
        font-size: 14px;
        line-height: 25px;
        width: 390px;
        text-align: justify;
    }
    
    /*Footer*/
    footer {
        padding: 5px;
    }

    footer p {
        position: relative;
        top: 15px;
        left: -10px;
        font-size: 12px;
        width: 350px;
    }
    
    .footer_icons {
        position: relative;
        top: -60px;
        left:  -280px;
        font-size: 20px;
        text-align: right;
    }

    .btn-back-to-top {
        font-size: 18px;
        z-index: 1;
    }

}

/* Extra small Device - Medium mobile (Portrait phones and Smaller devices) */
@media (min-width: 346px) and (max-width: 412px) {

    /*Navigation bar*/
    .navbar-brand {
    padding: 10px 10px;
    }

    .navbar-brand img {
    position: relative;
    top: -5px;
    left: -15px;
    width: 120px;
    }

    /*Hide Navigation menu for smaller devices to allow Mobile menu drop down button*/
    .navbar-nav {
    display: none;
    }

    /*Mobile Menu button display*/
    #mobile-nav-open-btn {
    display: block;
    left: 320px;
    top: 5px;
    font-size: 25px;
    color: #000038
    }

    #mobile-nav-close-btn {
    font-family: "Plus Jakarta Sans", "Open Sans";
    font-size: 35px;
    position: absolute;
    top: -2px;
    right: 13px;
    }

    #mobile-nav a {
    font-size: 13px;
    }

    /*Navigation bar*/
    .navbar {
    padding: 5px 0;
    }

    /*Below is the "Reach Us! section" at the navigation bar css*/
    .get_touch_btn a {
        top: 20px;
        left: -360px;
        text-decoration: none;
    } 

    /* ======================================
    |   |   |   Arrow down which displays only from this mobile view
    ========================================= */
    #arrow-down {
    position: absolute;
    left: 50%;
    bottom: 3%;
    color: #000;
    font-size: 30px;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-left: -16px;
    z-index: 1;
    visibility: visible;
    }

    #arrow-down:hover,
    #arrow-down:focus {
    color: #fff;
    }
    /*Arrow down ends here*/

    /*=====================================
    |   |    Our values  |   |
    =======================================*/
    #value {
        margin-bottom: 10px;
        padding: 100px 0;
    }

    .col-md-6 {
        padding-bottom: 40px;
    }

    /*About Team*/
    #about_team {
        height: 5200px;
    }

    #about_team_text {
        position: relative;
        top: -15px;
        left: 5px;
        width: 330px;
    }

    #about_team_text h2 {
        position: relative;
        top: -40px;
        font-size: 30px;
        line-height: 50px;
        width: 250px;
    }

    #about_team_text p {
        font-size: 13px;
        padding-bottom: 0;
        line-height: 23px;
    }
    
    /* Team photo, text and icons */
    .team {
        position: relative;
        top: 50px;
        padding-top: 80px;
    }

    .team h2 {
        position: relative;
        left: 12px;
        padding-bottom: 40px;
    }

    .team_photo {
        position: relative;
        top: -20px;
        left: 5px;
        width: 320px;
        height: 410px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        margin-bottom: 40px;
    }

    .team_photo img {
        position: relative;
        top: 5px;
        height: 320px;
        width: auto;
    }

    .team_text h2 {
        position: relative;
        top: -40px;
        left: 10px;
        font-size: 15px;
        font-weight: bold;
        color: #000;
    }

    .team_photo_text p {
        position: relative;
        top: 25px;
        left: 10px;
        font-size: 14px;
        color: #7065f0;
        font-weight: 500;
    }

    .team_icons {
        position: relative;
        top: -66px;
        left: -10px;
        font-size: 18px;
        text-align: right;
    }

    .team_icons .socials_icons {
        padding-left: 8px;
        padding-right: 8px;
    }
    /*the below class was added to adjust mobile view for the second row following the following the 12 column rule*/
    .second_row {
        position: relative;
        top: 20px;
    }

    .third_row {
        position: relative;
        top: -50px;
    }

    /*Stats*/
    #stats {
        position: relative;
        top: 50px;
        height: 900px;
        margin-bottom: 60px;
    }

    #stats .content-box-md {
        height: 900px;
    }

    #stats .first_stats {
        height: 100px;
        width: 290px;
        top: -20px;
        left: 40px;
        padding: 20px;
    }

    #stats .second_stats {
        height: 100px;
        width: 290px;
        left: 40px;
        top: 100px;
        padding: 20px;
    }

    #stats .third_stats {
        height: 100px;
        width: 290px;
        left: 40px;
        top: 220px;
        padding: 20px;
    }

    #stats .vertical-heading h2 {
        font-size: 40px;
        line-height: 40px;
        padding-bottom: 10px;
    }

    #stats .vertical-heading p {
        font-size: 15px;
        line-height: 20px;
    }

    .stats-item i {
        font-size: 30px;
    }

    .stats-item h3 {
        font-size: 30px;
    }

    .stats-item p {
        font-size: 15px;
    }     
    

    /*Contact*/
    #contact {
    height: 440px;
    }

    .contact_logo {
    position: relative;
    width: 190px;
    top: -50px;
    left: -5px;
    }

    .office {
    position: relative;
    top: -40px;
    left: -5px;
    }

    .office-details {
    font-size: 13px;
    line-height: 25px;
    width: 330px;
    text-align: justify;
    }

    /*Footer*/
    footer {
    padding: 5px;
    }

    footer p {
    position: relative;
    top: 15px;
    left: -10px;
    font-size: 12px;
    width: 350px;
    }

    .footer_icons {
    position: relative;
    top: -60px;
    left:  -210px;
    font-size: 20px;
    text-align: right;
    }

    .btn-back-to-top {
    font-size: 18px;
    z-index: 1;
    }

    }

/* Extra small Device (Landscape phones and Portrait Tablets) */
@media (max-width: 345px) {

/*Navigation bar*/
.navbar-brand {
    padding: 10px 10px;
}

.navbar-brand img {
    position: relative;
    top: -5px;
    left: -15px;
    width: 120px;
}

/*Hide Navigation menu for smaller devices to allow Mobile menu drop down button*/
.navbar-nav {
    display: none;
}

/*Mobile Menu button display*/
#mobile-nav-open-btn {
    display: block;
    left: 310px;
    top: 5px;
    font-size: 25px;
    color: #000038
}

#mobile-nav-close-btn {
    font-family: "Plus Jakarta Sans", "Open Sans";
    font-size: 35px;
    position: absolute;
    top: -2px;
    right: 13px;
}

#mobile-nav a {
    font-size: 13px;
}

/*Navigation bar*/
.navbar {
    padding: 5px 0;
}

/*Below is the "Reach Us! section" at the navigation bar css*/
.get_touch_btn a {
    top: 20px;
    left: -360px;
    text-decoration: none;
} 

/* ======================================
|   |   |   Arrow down which displays only from this mobile view
========================================= */
#arrow-down {
    position: absolute;
    left: 50%;
    bottom: 3%;
    color: #000;
    font-size: 30px;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-left: -16px;
    z-index: 1;
    visibility: visible;
}

#arrow-down:hover,
#arrow-down:focus {
    color: #fff;
}
/*Arrow down ends here*/

    /*=====================================
    |   |    Our values  |   |
    =======================================*/
    #value {
        margin-bottom: 10px;
        padding: 80px 0;
    }

    .col-md-6 {
        padding-bottom: 20px;
    }

    /*About Team*/
    #about_team {
        height: 5100px;
    }

    #about_team_text {
        position: relative;
        top: -15px;
        left: 5px;
        width: 330px;
    }

    #about_team_text h2 {
        position: relative;
        top: -40px;
        font-size: 30px;
        line-height: 50px;
        width: 250px;
    }

    #about_team_text p {
        font-size: 13px;
        padding-bottom: 0;
        line-height: 23px;
    }
    
    /* Team photo, text and icons */
    .team {
        position: relative;
        top: 50px;
        padding-top: 80px;
    }

    .team h2 {
        position: relative;
        left: 12px;
        padding-bottom: 40px;
    }

    .team_photo {
        position: relative;
        top: -20px;
        left: 5px;
        width: 320px;
        height: 410px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        margin-bottom: 40px;
    }

    .team_photo img {
        position: relative;
        top: 5px;
        height: 320px;
        width: auto;
    }

    .team_text h2 {
        position: relative;
        top: -40px;
        left: 10px;
        font-size: 15px;
        font-weight: bold;
        color: #000;
    }

    .team_photo_text p {
        position: relative;
        top: 25px;
        left: 10px;
        font-size: 14px;
        color: #7065f0;
        font-weight: 500;
    }

    .team_icons {
        position: relative;
        top: -66px;
        left: -10px;
        font-size: 18px;
        text-align: right;
    }

    .team_icons .socials_icons {
        padding-left: 8px;
        padding-right: 8px;
    }
    /*the below class was added to adjust mobile view for the second row following the following the 12 column rule*/
    .second_row {
        position: relative;
        top: -20px;
    }

    .third_row {
        position: relative;
        top: -90px;
    }


    /*Stats*/
    #stats {
        position: relative;
        top: 50px;
        height: 900px;
        margin-bottom: 60px;
    }

    #stats .content-box-md {
        height: 900px;
    }

    #stats .first_stats {
        height: 100px;
        width: 290px;
        top: -20px;
        left: 40px;
        padding: 20px;
    }

    #stats .second_stats {
        height: 100px;
        width: 290px;
        left: 40px;
        top: 100px;
        padding: 20px;
    }

    #stats .third_stats {
        height: 100px;
        width: 290px;
        left: 40px;
        top: 220px;
        padding: 20px;
    }

    #stats .vertical-heading h2 {
        font-size: 40px;
        line-height: 40px;
        padding-bottom: 10px;
    }

    #stats .vertical-heading p {
        font-size: 15px;
        line-height: 20px;
    }

    .stats-item i {
        font-size: 30px;
    }

    .stats-item h3 {
        font-size: 30px;
    }

    .stats-item p {
        font-size: 15px;
    } 


    /*Contact*/
    #contact {
        height: 440px;
    }

    .contact_logo {
        position: relative;
        width: 190px;
        top: -80px;
        left: -5px;
    }

    .office {
        position: relative;
        top: -70px;
        left: -5px;
    }

    .office-details {
        font-size: 13px;
        line-height: 25px;
        width: 320px;
        text-align: justify;
    }

    /*Footer*/
    footer {
        padding: 5px;
    }

    footer p {
        position: relative;
        top: 15px;
        left: -10px;
        font-size: 12px;
        width: 350px;
    }

    .footer_icons {
        position: relative;
        top: -60px;
        left:  -200px;
        font-size: 20px;
        text-align: right;
    }

    .btn-back-to-top {
        font-size: 18px;
        z-index: 1;
    }

}

/* Smartphones (landscape) ----------- */
@media (max-width: 320px) {
    /*Navigation bar*/
    .navbar-brand {
        padding: 10px 10px;
    }
    .navbar-brand img {
        position: relative;
        top: -5px;
        left: -15px;
        width: 120px;
    }

    /*Hide Navigation menu for smaller devices to allow Mobile menu drop down button*/
    .navbar-nav {
        display: none;
    }

    /*Mobile Menu button display*/
    #mobile-nav-open-btn {
        display: block;
        left: 300px;
        top: 5px;
        font-size: 25px;
        color: #000038
    }

    #mobile-nav-close-btn {
        font-family: "Plus Jakarta Sans", "Open Sans";
        font-size: 35px;
        position: absolute;
        top: -2px;
        right: 13px;
    }

    #mobile-nav a {
        font-size: 13px;
    }

    /*Navigation bar*/
    .navbar {
        padding: 5px 0;
    }

    /*Below is the "Reach Us! section" at the navigation bar css*/
    .get_touch_btn a {
    top: 20px;
    left: -360px;
    text-decoration: none;
} 

    /* ======================================
    |   |   |   Arrow down which displays only from this mobile view
    ========================================= */
    #arrow-down {
        position: absolute;
        left: 50%;
        bottom: 3%;
        color: #000;
        font-size: 30px;
        width: 40px;
        height: 40px;
        text-align: center;
        margin-left: -16px;
        z-index: 1;
    }

    #arrow-down:hover,
    #arrow-down:focus {
        color: #fff;
    }
    /*Arrow down ends here*/

/*=====================================
    |   |    Our values  |   |
    =======================================*/
    #value {
        margin-bottom: 10px;
        padding: 80px 0;
    }

    .col-md-6 {
        padding-bottom: 20px;
    }

    /*About Team*/
    #about_team {
        height: 5200px;
    }

    #about_team_text {
        position: relative;
        top: -15px;
        left: 5px;
        width: 310px;
    }

    #about_team_text h2 {
        position: relative;
        top: -40px;
        font-size: 30px;
        line-height: 50px;
        width: 250px;
    }

    #about_team_text p {
        font-size: 13px;
        padding-bottom: 0;
        line-height: 23px;
    }
    
    /* Team photo, text and icons */
    .team {
        position: relative;
        top: 50px;
        padding-top: 80px;
    }

    .team h2 {
        position: relative;
        left: 12px;
        padding-bottom: 40px;
    }

    .team_photo {
        position: relative;
        top: -20px;
        left: 5px;
        width: 320px;
        height: 410px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        margin-bottom: 40px;
    }

    .team_photo img {
        position: relative;
        top: 5px;
        height: 320px;
        width: auto;
    }

    .team_text h2 {
        position: relative;
        top: -40px;
        left: 10px;
        font-size: 15px;
        font-weight: bold;
        color: #000;
    }

    .team_photo_text p {
        position: relative;
        top: 25px;
        left: 10px;
        font-size: 14px;
        color: #7065f0;
        font-weight: 500;
    }

    .team_icons {
        position: relative;
        top: -66px;
        left: -10px;
        font-size: 18px;
        text-align: right;
    }

    .team_icons .socials_icons {
        padding-left: 8px;
        padding-right: 8px;
    }
    /*the below class was added to adjust mobile view for the second row following the following the 12 column rule*/
    .second_row {
        position: relative;
        top: -20px;
    }

    .third_row {
        position: relative;
        top: -90px;
    }
    
    /*Stats*/
    #stats {
        position: relative;
        top: 50px;
        height: 900px;
        margin-bottom: 60px;
    }

    #stats .content-box-md {
        height: 900px;
    }

    #stats .first_stats {
        height: 100px;
        width: 290px;
        top: -20px;
        left: 20px;
        padding: 20px;
    }

    #stats .second_stats {
        height: 100px;
        width: 290px;
        left: 20px;
        top: 100px;
        padding: 20px;
    }

    #stats .third_stats {
        height: 100px;
        width: 290px;
        left: 20px;
        top: 220px;
        padding: 20px;
    }

    #stats .vertical-heading h2 {
        font-size: 40px;
        line-height: 40px;
        padding-bottom: 10px;
    }

    #stats .vertical-heading p {
        font-size: 15px;
        line-height: 20px;
    }

    .stats-item i {
        font-size: 30px;
    }

    .stats-item h3 {
        font-size: 30px;
    }

    .stats-item p {
        font-size: 15px;
    } 


    /*Contact*/
    #contact {
        height: 440px;
    }

    .contact_logo {
        position: relative;
        width: 190px;
        top: -80px;
        left: -5px;
    }
    
    .office {
        position: relative;
        top: -70px;
        left: 5px;
    }

    .office-details {
        font-size: 13px;
        line-height: 25px;
        width: 310px;
        text-align: justify;
    }
    
    /*Footer*/
    footer {
        padding: 5px;
    }

    footer p {
        position: relative;
        top: 15px;
        left: -10px;
        font-size: 12px;
        width: 350px;
    }
    
    .footer_icons {
        position: relative;
        top: -60px;
        left:  -190px;
        font-size: 20px;
        text-align: right;
    }

    .btn-back-to-top {
        font-size: 18px;
        z-index: 1;
    }
}
