body {
    margin: 0;
    padding: 10px;
    font-family: acumin-pro, sans-serif;
    color: rgb(0,63,85);
}
#site {
    background-color: rgb(255,255,255);
}
#navigation_mobile {
    height: 110px;
    width: 100%;
    background-color: rgb(255,255,255);
    position: fixed;
    top: 0;
    z-index: 99;
    display: block;
}
#navigation {
    display: none;
}
#navigation_mobile img {
    width: 200px;
    padding-left: 25px;
    padding-top: 25px;
    padding-bottom: 20px;
}
.menu {
    z-index:98; 
    font-size:35px; 
    font-weight: bold;
    width:100%; 
    height: 100vh;
    background-color: rgb(255,255,255);
    position:fixed;
    top: 100px;
    left: 0px;
    text-align:center; 
    font-size: 5vw;
}
.menu ul {
    margin: 0; 
    padding: 0; 
    list-style-type:none; 
    list-style-image: none;
    padding-top: 20vh;
}
.menu li {
    display: block;   
    padding: 3vh 0 3vh 0; 
}
.menu li:hover{
    display: block;    
    padding:3vh 0 3vh 0; 
}
.menu ul li a { 
    text-decoration:none;  
    margin: 0px; 
}
.menu a {
    text-decoration:none; 
    color: rgb(0,63,85);
    font-size: 4vw;
}
.menu a:hover{
text-decoration:none; 
color:rgb(244,122,99);
font-size: 5vw;
}
.hamburger{
    display: block;
    background:none;
    position:fixed;
    text-decoration: none;
    top:15px;
    right:40px;
    line-height: 50px;
    padding: 12px 10px 20px 15px;
    color:rgb(244,122,99);
    border:0;
    font-size: 50px;
    font-weight:800;
    cursor:pointer;
    outline:none;
    z-index:99; 
}
.hamburger:hover{
    color:rgb(0,63,85);
}
.cross{
    background:none;
    position:fixed;
    top:11px;
    right:33px;
    padding: 7px 15px 20px 15px;
    color:rgb(244,122,99);
    border:0;
    font-size:50px;
    line-height:50px;
    font-weight:800;
    cursor:pointer;
    outline:none;
    z-index:99; 
}       
.cross:hover{
    color:rgb(0,63,85);
}
h1 {
    font-size:  50px;
    line-height: 75px;  
    text-align: center;
}
h2 {
   font-size: 30px; 
    text-align: left;
}
h3 {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    padding-bottom: 5px;
    padding-top: 35px;
    text-align: left;
}
h4 {
    font-size: 12px;
    line-height: 18px;
    padding: 0;
    padding-top: 5px;
    margin: 0;
}
p {
    font-size:  20px;
    line-height: 30px;
    margin: 0;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: left;
}
a {
    font-size: 15px;
    line-height: 20px;
    text-decoration: none;
    color: rgb(0,0,0);
} 
a:active {
    color: rgb(0,0,0);
}
a:visited {
    color: rgb(0,0,0);
}
a:hover {
    color: rgb(244,122,99);
}   
#navigation a {
    background-color: none;
}
#site {
    padding: 0px;
    padding-top: 80px;
    text-align: left;
}
#navigation h1 {
    color: rgb(0,0,0);
    font-family: TTNorms-Bold;
    padding-top: 3px;
    padding-left: 3px;
}
.row {
    display: flex;
    flex-wrap: wrap;
}    
img {
    width: 100%;
}
#button {
    padding-top: 25px;
    text-align: center;
}
#button a {
    color: rgb(255,255,255);
    background-color: rgb(244,122,99);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 13px;
    font-size: 20px;
    font-weight: bold;
}
#button a:hover {
    color: rgb(255,255,255);
    background-color: rgb(0,63,85);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#footer {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 70px;
    padding-bottom: 30px;
    text-align: center;
}   
#footer img {
    width:  250px;
}
#footer p {
    font-size: 15px;
    text-align: center;
}
#para_spacer {
    width: 150px;
    height: 5px;
    background-color: rgb(0,63,85);
    margin-bottom: 30px;
}
#para_spacer_2 {
    width: 150px;
    height: 5px;
    background-color: rgb(255,255,255);
    margin-bottom: 30px;
}

/*///////////////////////////////////////////////////////////////////////////////////////////*/
/* INDEX */ 

#col_1 {
    width: 100%;
}
#col_2 {
    width: 100%;
}
#col_3 {
    width: 100%;
    background-color: rgb(0,63,85);

}
#section_1 {
    padding: 50px;
    padding-top: 20vh;
    padding-bottom: 30vh;
    background-image:url(images/1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
#section_1 h1 {
    color: rgb(255,255,255);
    font-size: 50px;
    line-height: 75px;
    padding: 0px;
    margin: 0px;
    padding-bottom: 35px;
}
#section_1 h2 {
    color: rgb(255,255,255);
    font-size: 30px;
}
#section_1 h3 {
    font-weight: 200;
    color: rgb(255,255,255);
    font-size: 30px;
    padding: 0px;
    text-align: center;
}
#section_2 {
    padding: 50px;
    background-color: rgb(240,240,240);
    margin-top: 10px;
    margin-bottom: 10px;
}
#section_2 h2 {
    font-size: 30px;
}
#section_3 {
    height: 800px;
    background-color: rgb(50,50,50);
    background-image:url(images/3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
#section_4 {
    padding: 50px;
}
#section_4 h2{
    color: rgb(255,255,255);
}
#section_4 p {
    font-size: 15px;
    text-align: left;
    color: rgb(255,255,255);
}
#section_5 {
    padding: 50px;
    padding-top: 25vh;
    padding-bottom: 25vh;
    background-image:url(images/2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
#index_align h2{
    text-align: left;
}
#index_align p{
    text-align: left;
}
#button_1  {
    padding-top: 25px;
}
#button_1 p  {
    text-align: center;
}
#button_1 a {
    color: rgb(255,255,255);
    background-color: rgb(244,122,99);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 13px;
    font-size: 20px;
    font-weight: bold;
}
#button_1 a:hover {
    color: rgb(255,255,255);
    background-color: rgb(0,63,85);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#footer_text p{
    text-align: center;
}

/*///////////////////////////////////////////////////////////////////////////////////////////*/
/* ABOUT */ 

#col_1 {
    width: 100%;
}
#col_2 {
    width: 100%;
}
#col_3 {
    width: 100%;
}
#col_7 {
    flex: initial;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0%;
    padding-bottom: 2%;
}
#col_8 {
    flex: initial;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0%;
    padding-bottom: 2%;
}
#about_section_1 {
    padding: 50px;
    padding-top: 25vh;
    padding-bottom: 25vh;
    background-image:url(images/4.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
#about_section_1 h1 {
    color: rgb(255,255,255);
    font-size: 50px;
    line-height: 75px;
    padding: 0px;
    margin: 0px;
    padding-bottom: 35px;
}
#about_section_1 h2 {
    color: rgb(255,255,255);
    font-size: 30px;
}
#about_section_1 h3 {
    font-weight: 200;
    color: rgb(255,255,255);
    font-size: 25px;
    padding: 0px;
}
#about_section_2 {
    padding: 50px;
    background-color: rgb(240,240,240);
    margin-top: 10px;
    margin-bottom: 10px;
}
#about_section_2 h2 {
    font-size: 30px;
}
#section_3 {
    height: 800px;
    background-color: rgb(50,50,50);
    background-image:url(images/3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    margin-bottom: 10px;
}
#about_section_4 {
    background-color: rgb(0,63,85);
    padding: 50px;
}
#about_section_4 h2{
    color: rgb(255,255,255);
    font-size: 30px;
}
#about_section_4 p {
    font-size: 15px;
    color: rgb(255,255,255);
}
#section_5 {
    padding: 50px;
    padding-top: 25vh;
    padding-bottom: 25vh;
    background-image:url(images/2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
#qualification_sub li {
    color: rgb(255,255,255);
    padding-bottom: 15px;
    text-indent: -25px;
    padding-left: 25px;
    text-align:left; 
}

/*///////////////////////////////////////////////////////////////////////////////////////////*/
/* SERVICES */ 

#services_section_1 {
    padding: 50px;
    padding-top: 25vh;
    padding-bottom: 25vh;
    background-image:url(images/26.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
#services_section_1 h1 {
    color: rgb(255,255,255);
    font-size: 50px;
    line-height: 75px;
    padding: 0px;
    margin: 0px;
    padding-bottom: 35px;
}
#services_section_1 h2 {
    color: rgb(255,255,255);
    font-size: 30px;
}
#services_section_1 h3 {
    font-weight: 200;
    color: rgb(255,255,255);
    font-size: 25px;
    padding: 0px;
}
#services_section_2 {
    padding: 50px;
    background-color: rgb(240,240,240);
    margin-top: 10px;
    margin-bottom: 10px;
}
#services_section_2 h2 {
    font-size: 30px;
}
#ser_box {
    background-color: rgb(0,63,85);
}
#inner_col {
    flex: initial;
    padding-left: 0;
    padding-right: 0;
    background-color: rgb(230,230,230);
    min-height: 400px;
}
#inner_img_1 {
    width: 100%;
    height: 100%;
    background-color: rgb(220,220,220);
    background-image:url(images/13_blue.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
#inner_img_2 {
    width: 100%;
    height: 100%;
    background-color: rgb(0,63,85);
    background-image:url(images/19_blue.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
#inner_img_3 {
    width: 100%;
    height: 100%;
    background-color: rgb(0,63,85);
    background-image:url(images/20_blue.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
#inner_img_4 {
    width: 100%;
    height: 100%;
    background-color: rgb(0,63,85);
    background-image:url(images/18_blue.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
#inner_img_5 {
    width: 100%;
    height: 100%;
    background-color: rgb(0,63,85);
    background-image:url(images/22_blue.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
#inner_img_6 {
    width: 100%;
    height: 100%;
    background-color: rgb(0,63,85);
    background-image:url(images/5_blue.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
#ser_1 {
    padding: 50px;
    padding-bottom: 120px;
    padding-top: 80px;
    color: rgb(255,255,255);
}
#ser_1 h2 {
    line-height: 50px
}
#ser_1 p {
    font-size: 15px;
    line-height: 22.5px;
    padding: 0px;
}
#parcol_1 {
    flex: initial;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
}
#parcol_2 {
    flex: initial;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
}
#parcol_3 {
    flex: initial;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
}
#parcol_4 {
    flex: initial;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
}
#parcol_5 {
    flex: initial;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
}
#parcol_6 {
    flex: initial;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
}
#inner_col:hover {
    background-color: rgb(244,122,99);
}
#services_sections {
    padding: 50px;
    background-color: rgb(240,240,240);
    margin-top: 10px;
    margin-bottom: 10px;
}
#service_sections h2 {
    font-size: 30px;
}
#services_sections a {
    font-size: 30px;    
    font-weight: 600;
    text-decoration:none; 
    list-style-type:none; 
    color: rgb(0,63,85);
}
#services_sections a:hover {
    font-size: 30px;    
    font-weight: 600;
    text-decoration:none; 
    list-style-type:none; 
    color: rgb(244,122,99);
}
#spacer {
    height: 50px;
}
#serve_1 {
    padding: 50px;
    padding-top: 25vh;
    padding-bottom: 25vh;
    background-image:url(images/13.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;    
}
#serve_2 {
    padding: 50px;
    padding-top: 25vh;
    padding-bottom: 25vh;
    background-image:url(images/19.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;    
}
#serve_3 {
    padding: 50px;
    padding-top: 25vh;
    padding-bottom: 25vh;
    background-image:url(images/20.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;    
}
#serve_4 {
    padding: 50px;
    padding-top: 25vh;
    padding-bottom: 25vh;
    background-image:url(images/18.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;    
}
#serve_5 {
    padding: 50px;
    padding-top: 25vh;
    padding-bottom: 25vh;
    background-image:url(images/22.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;    
}
#serve_6 {
    padding: 50px;
    padding-top: 25vh;
    padding-bottom: 25vh;
    background-image:url(images/5.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;    
}
#button_2  {
    padding-top: 45px;
}
#button_2 p  {
    text-align: left;
}
#button_2 a {
    color: rgb(255,255,255);
    background-color: rgb(244,122,99);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 13px;
    font-size: 15px;
    font-weight: bold;
}
#button_2 a:hover {
    color: rgb(244,122,99);
    background-color: rgb(255,255,255);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 13px;
    font-size: 15px;
}

/*///////////////////////////////////////////////////////////////////////////////////////////*/
/* INDUSTRIES */ 

#industries_section_1 {
    padding: 50px;
    padding-top: 25vh;
    padding-bottom: 25vh;
    background-image:url(images/9.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
#industries_section_1 h1 {
    color: rgb(255,255,255);
    font-size: 50px;
    line-height: 75px;
    padding: 0px;
    margin: 0px;
    padding-bottom: 35px;
}
#industries_section_1 h2 {
    color: rgb(255,255,255);
    font-size: 30px;
}
#industries_section_1 h3 {
    font-weight: 200;
    color: rgb(255,255,255);
    font-size: 30px;
    padding: 0px;
}
#industries_section_2 {
    padding: 50px;
    background-color: rgb(240,240,240);
    margin-top: 10px;
    margin-bottom: 10px;
}
#industries_section_2 h2 {
    font-size: 30px;
    text-align: left;
}
#industries_section_2 button {
    text-decoration: none;
    color: rgb(255,255,255);
    background-color: rgb(244,122,99);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 13px;
    font-size: 20px;
    font-weight: bold; 
    border: none;
}
#industries_section_2 ul {
    padding: 0;
    margin: 0;
    width: 100%;
    padding-bottom: 30px;
    text-align: center;
}
#industries_section_2 li {
    list-style-type: none;
    display: inline-block;
    width: auto;
    padding-right: 2px;
    padding-bottom: 2px;
}
#industries_section_2 button:active {
    color: rgb(255,255,255);
    background-color: rgb(0,63,85);
}
#industries_section_2 button:hover {
    color: rgb(255,255,255);
    background-color: rgb(0,63,85)
}
#industry_1 {
    color: rgb(255,255,255);
    display: block;
    height: 95%;
}
#industry_text {
    padding: 50px;
    color: rgb(255,255,255);
    background-color: rgb(0,63,85);  
    display: block;
    height: 100%;
}
#industry_text h2 {
    color: rgb(255,255,255);
}
#industry_text ul {
    padding: 0;
    margin: 0;
    width: 100%;   
    list-style-type:circle;
    padding-left: 25px;

}
#industry_text ul li {
    width: auto;
    padding-right: 2px;
    padding-bottom: 2px;
    font-size: 20px;
    text-align: left;
}
#industry_1_img {
    padding: 50px;
    height: 200px;
    margin-bottom: 10px;
    background-image:url(images/6.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
#industry_2 {
    color: rgb(255,255,255);
    display: none;
    height: 95%;
}
#industry_2_img {
    padding: 50px;
    height: 200px;
    margin-bottom: 10px;
    background-image:url(images/7.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
#industry_3 {
    color: rgb(255,255,255);
    display: none;
    height: 95%;
}
#industry_3_img {
    padding: 50px;
    height: 200px;
    margin-bottom: 10px;
    background-image:url(images/10.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
#industry_4 {
    color: rgb(255,255,255);
    display: none;
    height: 95%;
}
#industry_4_img {
    padding: 50px;
    height: 200px;
    margin-bottom: 10px;
    background-image:url(images/12.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
#industry_5 {
    color: rgb(255,255,255);
    display: none;
    height: 95%;
}
#industry_5_img {
    padding: 50px;
    height: 200px;
    margin-bottom: 10px;
    background-image:url(images/13.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
#industry_6 {
    color: rgb(255,255,255);
    display: none;
    height: 95%;
}
#industry_6_img {
    padding: 50px;
    height: 200px;
    margin-bottom: 10px;
    background-image:url(images/11.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
#industry_7 {
    color: rgb(255,255,255);
    display: none;
    height: 95%;
}
#industry_7_img {
    padding: 50px;
    height: 200px;
    margin-bottom: 10px;
    background-image:url(images/14.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
#industry_8 {
    color: rgb(255,255,255);
    display: none;
    height: 95%;
}
#industry_8_img {
    padding: 50px;
    height: 200px;
    margin-bottom: 10px;
    background-image:url(images/15.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size:cover;
}
#industry_9 {
    color: rgb(255,255,255);
    display: none;
    height: 95%;
}
#industry_9_img {
    padding: 50px;
    height: 200px;
    margin-bottom: 10px;
    background-image:url(images/16.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
#industry_10 {
    color: rgb(255,255,255);
    display: none;
    height: 95%;
}
#industry_10_img {
    padding: 50px;
    height: 200px;
    margin-bottom: 10px;
    background-image:url(images/17.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
#industry_col_1 {
    width: 100%;
}
#industry_col_2 {
    width: 100%;
}
#ind_1 {
    padding: 50px;
    padding-bottom: 50px;
    padding-top: 50px;
    color: rgb(255,255,255);
}
#ind_1:hover {
    padding: 50px;
    padding-bottom: 50px;
    padding-top: 50px;
    color: rgb(244,122,99);
}
#ind_1 h2 {
    font-size: 20px;
    line-height: 50px
}
#button_3 p  {
    text-align: left;
}
#button_3 a {
    color: rgb(255,255,255);
    background-color: rgb(244,122,99);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 13px;
    font-size: 15px;
    font-weight: bold;
}
#button_3 a:hover {
    color: rgb(244,122,99);
    background-color: rgb(255,255,255);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 13px;
    font-size: 15px;
}
#industry_mob_button {
    padding-bottom: 10px;
}
#industry_mobile_img_1 {
    width: 100%;
    height: 100%;
    background-color: rgb(220,220,220);
    background-image:url(images/6_blue.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
#industry_mobile_img_2 {
    width: 100%;
    height: 100%;
    background-color: rgb(0,63,85);
    background-image:url(images/7_blue.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
#industry_mobile_img_3 {
    width: 100%;
    height: 100%;
    background-color: rgb(0,63,85);
    background-image:url(images/10_blue.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
#industry_mobile_img_4 {
    width: 100%;
    height: 100%;
    background-color: rgb(0,63,85);
    background-image:url(images/12_blue.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
#industry_mobile_img_5 {
    width: 100%;
    height: 100%;
    background-color: rgb(0,63,85);
    background-image:url(images/13_blue.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
#industry_mobile_img_6 {
    width: 100%;
    height: 100%;
    background-color: rgb(0,63,85);
    background-image:url(images/11_blue.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
#industry_mobile_img_7 {
    width: 100%;
    height: 100%;
    background-color: rgb(0,63,85);
    background-image:url(images/14_blue.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
#industry_mobile_img_8 {
    width: 100%;
    height: 100%;
    background-color: rgb(0,63,85);
    background-image:url(images/15_blue.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
#industry_mobile_img_9 {
    width: 100%;
    height: 100%;
    background-color: rgb(0,63,85);
    background-image:url(images/16_blue.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
#industry_mobile_img_10 {
    width: 100%;
    height: 100%;
    background-color: rgb(0,63,85);
    background-image:url(images/17_blue.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
#col_4 {
    width: 100%;
}
#col_5 {
    width: 100%;
}
#ind_image_1 {
    padding: 50px;
    padding-top: 25vh;
    padding-bottom: 25vh;
    background-image:url(images/6.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;    
}
#ind_image_2 {
    padding: 50px;
    padding-top: 25vh;
    padding-bottom: 25vh;
    background-image:url(images/7.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;    
}
#ind_image_3 {
    padding: 50px;
    padding-top: 25vh;
    padding-bottom: 25vh;
    background-image:url(images/10.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;    
}
#ind_image_4 {
    padding: 50px;
    padding-top: 25vh;
    padding-bottom: 25vh;
    background-image:url(images/12.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;    
}
#ind_image_5 {
    padding: 50px;
    padding-top: 25vh;
    padding-bottom: 25vh;
    background-image:url(images/13.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;    
}
#ind_image_6 {
    padding: 50px;
    padding-top: 25vh;
    padding-bottom: 25vh;
    background-image:url(images/11.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;    
}
#ind_image_7 {
    padding: 50px;
    padding-top: 25vh;
    padding-bottom: 25vh;
    background-image:url(images/14-flip.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;    
}
#ind_image_8 {
    padding: 50px;
    padding-top: 25vh;
    padding-bottom: 25vh;
    background-image:url(images/15.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;    
}
#ind_image_9 {
    padding: 50px;
    padding-top: 25vh;
    padding-bottom: 25vh;
    background-image:url(images/16.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;    
}
#ind_image_10 {
    padding: 50px;
    padding-top: 25vh;
    padding-bottom: 25vh;
    background-image:url(images/17.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;    
}

/*///////////////////////////////////////////////////////////////////////////////////////////*/
/* CONTACTS */ 

#contact_section_1 {
    padding: 50px;
    padding-top: 25vh;
    padding-bottom: 25vh;
    background-image:url(images/8.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
#contact_section_1 h1 {
    color: rgb(255,255,255);
    font-size: 50px;
    line-height: 75px;
    padding: 0px;
    margin: 0px;
    padding-bottom: 35px;
}
#contact_section_1 h2 {
    color: rgb(255,255,255);
    font-size: 30px;
}
#contact_section_1 h3 {
    font-weight: 200;
    color: rgb(255,255,255);
    font-size: 25px;
    padding: 0px;
}
#contact_section_2 {
    padding: 50px;
    background-color: rgb(240,240,240);
    margin-top: 10px;
    margin-bottom: 10px;
}
#contact_section_2 h2 {
    font-size: 30px;
}

/*///////////////////////////////////////////////////////////////////////////////////////////*/
/* CONTACTS */ 

#contact_section_1 {
    padding: 50px;
    padding-top: 25vh;
    padding-bottom: 25vh;
    background-image:url(images/8.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
#contact_section_1 h1 {
    color: rgb(255,255,255);
    font-size: 50px;
    line-height: 75px;
    padding: 0px;
    margin: 0px;
    padding-bottom: 35px;
}
#contact_section_1 h2 {
    color: rgb(255,255,255);
    font-size: 30px;
}
#contact_section_1 h3 {
    font-weight: 200;
    color: rgb(255,255,255);
    font-size: 30px;
    padding: 0px;
}
#contact_section_2 {
    padding: 50px;
    background-color: rgb(240,240,240);
    margin-top: 10px;
    margin-bottom: 10px;
}
#contact_section_2 h2 {
    font-size: 30px;
}

/*///////////////////////////////////////////////////////////////////////////////////////////*/
/* 1000 */

/*MEDIA QUERY*/
@media only screen and (min-width : 1000px) {   
    
#navigation_mobile {
    display: none;
}      
#navigation {
    display: block;
    height: 20px;
}   
.menu_words {
    z-index:98; 
    height: 50px;
    font-weight: bold;
    position:absolute;
    top: 42px;
    right: 50px;
    bottom: 25px;
    text-align:right; 
}    
#navigation img {
    width: 200px;
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 20px;
}
.menu_words ul {
    margin: 0; 
    padding: 0;
    list-style-type:none; 
    list-style-image: none;
    padding-top: 0px;
}
.menu_words li {
    display: inline;
}
.menu_words ul li a { 
    text-decoration:none;  
    margin: 0px; 
}
.menu_words a {
    text-decoration:none; 
    color: rgb(244,122,99);
    font-size: 18px;
    font-weight: bold;
    padding-right: 10px;
}
.menu_words a:visited{
text-decoration:none; 
color:rgb(244,122,99);
}
.menu_words a:hover{
text-decoration:none; 
color:rgb(0,63,85);
}  
#section_2 {
    padding: 75px;
    background-color: rgb(240,240,240);
    margin-top: 10px;
    margin-bottom: 10px;
}
#section_2 h2 {
    text-align: center;
}
#section_2 p {
    text-align: center;
}
#section_3 {
    margin-bottom: 0px;
}
#section_4 h2{
    color: rgb(255,255,255);
}
#section_4 p {
    font-size: 15px;
    color: rgb(255,255,255);
}
#col_1 {
    width: 100%;
}
#col_2 {
    width: 49%;
    padding-right: 1%;
}
#col_3 {
    width: 50%;
}  
#col_7 {
    flex: initial;
    max-width: 45%;
    padding-left: 0;
    padding-right: 5%;
    padding-bottom: 2%;
}
#col_8 {
    flex: initial;
    max-width: 45%;
    padding-left: 0;
    padding-right: 5%;
    padding-bottom: 2%;
}
#parcol_1 {
    flex: initial;
    width: 49.5%;
    padding-left: 0;
    padding-right: .5%;
}
#parcol_2 {
    flex: initial;
    width: 49.5%;
    padding-left: .5%;
    padding-right: 0;
}
#parcol_3 {
    flex: initial;
    width: 49.5%;
    padding-left: 0;
    padding-right: .5%;
}
#parcol_4 {
    flex: initial;
    width: 49.5%;
    padding-left: .5%;
    padding-right: 0;
    padding-bottom: .5%;
}
#parcol_5 {
    flex: initial;
    width: 49.5%;
    padding-left: 0;
    padding-right: .5%;
}
#parcol_6 {
    flex: initial;
    width: 49.5%;
    padding-left: .5%;
    padding-right: 0;
}
#ser_1 {
    padding-top: 5vw;
    padding-bottom: 5vw;
    min-height: 300px;
    max-height: 300px;
}
#industry_col_1 {
    width: 49.3%;
    padding-right: .7%;
}
#industry_col_2 {
    width: 50%;
}
#industry_text {
    padding: 75px;
    color: rgb(255,255,255);
    background-color: rgb(0,63,85);  
    display: block;
    height: 100%;
}
#industry_1_img {
    padding: 75px;
    height: 100%;
}
#industry_2_img {
    padding: 75px;
    height: 100%;
    background-position: left;
}
#industry_3_img {
    padding: 75px;
    height: 100%;
    background-position: left;
}
#industry_4_img {
    padding: 75px;
    height: 100%;
}
#industry_5_img {
    padding: 75px;
    height: 100%;
    background-position: right;
}
#industry_6_img {
    padding: 75px;
    height: 100%;
}
#industry_7_img {
    padding: 75px;
    height: 100%;
    background-position: center;
    background-image:url(images/14-flip.jpg);
}
#industry_8_img {
    padding: 75px;
    height: 100%;
}
#industry_9_img {
    padding: 75px;
    height: 100%;
}
#industry_10_img {
    padding: 75px;
    height: 100%;
}
#col_4 {
    width: 49.4%;
}
#col_5 {
    width: 49.5%;
    padding-left: 10px;
}
#ind_image_7 {
    padding: 50px;
    padding-top: 25vh;
    padding-bottom: 25vh;
    background-image:url(images/14.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;    
}

    
/*///////////////////////////////////////////////////////////////////////////////////////////*/
/* 1500 */

/*MEDIA QUERY*/
@media only screen and (min-width : 1500px) {   

#section_3 {
    width: 100%;
    background-color: rgb(50,50,50);
    background-image:url(images/3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    margin-bottom: 0px;
}
#inner_col {
    flex: initial;
    min-height: 350px;
    width: 100%;
}
#industry_col_1 {
    width: 49.5%;
    padding-right: .5%;
}
#industry_col_2 {
    width: 50%;
}
#parcol_1 {
    flex: initial;
    width: 33%;
    padding-left: 0;
    padding-right: .25%;
}
#parcol_2 {
    flex: initial;
    width: 33%;
    padding-left: .25%;
    padding-right: .2%;
}
#parcol_3 {
    flex: initial;
    width: 33%;
    padding-left: .25%;
    padding-right: 0;
}
#parcol_4 {
    flex: initial;
    width: 33%;
    padding-left: 0;
    padding-right: .25%;
}
#parcol_5 {
    flex: initial;
    width: 33%;
    padding-left: .25%;
    padding-right: .25%;
}
#parcol_6 {
    flex: initial;
    width: 33%;
    padding-left: .25%;
    padding-right: 0;
}

/*///////////////////////////////////////////////////////////////////////////////////////////*/
/* 1800 */

/*MEDIA QUERY*/
@media only screen and (min-width : 2400px) {   
    
#industry_7_img {
    background-image:url(images/14.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
    
    
    
    
    