@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    margin: 0;
    padding: 0;
    background-color: white;
    color: rgb(0, 0, 0);
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    line-height: 1.5em;
    overflow-x: hidden;
    display: flex;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: gray
}
a:hover {
    text-decoration: underline;
    color: darkblue    
}

html {
    font-family: 'Roboto', sans-serif;
}

form {    
    margin: 0 auto;
    max-width: 600px;
    padding: 1em;
    border: 1px solid #ccc;
    border-radius: 1em;
}

label {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
}

input {
    width: 65%;
    height: 22px;
    margin-bottom: 8px;
}

textarea {
    width: 80%;
    margin-bottom: 10px;
}

input:focus, textarea:focus {
    border: 1px solid #333;
}

.mySlides {display: none;}

* {box-sizing: border-box;}

/* The dots/bullets/indicators 
.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
.tdots {
    margin: 0% 0% 0% 0%;
    padding: 0% 0% 0% 0%;
}  

*/

/* Slideshow container */
.slideshow-container {
    padding: 0%;
  }

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}
  
@keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
}

.active {
    background-color: #717171;
}

#wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

#header{
    margin: 0 auto;
    max-width: 1200px;
    height: 50px;    
    width: 100%;
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;  
    bottom: 0px;  
    background-color: white;
    border: 0px solid gray;
    /*
    background-image: url('../images/altusSweep2.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 800px 60px;
    */
}

#menu .logo {
    /*display: none;*/
    float: left;
    font-size: 2em;        
    padding: 0px 0px 0px 12px;    
}
#menu .navicon {
    /*display: none;*/
    float: inline-end;
    font-size: 2em;        
    margin-right: 15px;
    margin-top: 5px;
    display: none;
}
#menu .navimg {
    float: inline-start; 
    font-size: 2em;        
    padding: 0px;
    margin: 0px 0px 0px 0px;
}
#menu nav {
    float: inline-end;
    background-color: rgba(255,255, 255, 0.8);
}
#menu nav ul {
    padding: 0;
    margin: 0;    
}
#menu nav li {
    float: left;
    list-style-type: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
}
#menu nav li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    background-color: none;
    color: black;
}
#menu nav li a:hover{
    
    color: rgb(4, 121, 141);
}
#menu nav li:last-child {
    margin-right: 15px;
}

.section {
    min-height: 100vh;    
    overflow: hidden;
    padding-top: 60px;
    /* position: relative; */
    /* border: 1px solid gray; */
    background-size: cover;
    background-position: center center;
}
.section h2 {
    background-color: white;
    padding: 5px;
    font-size: 2em;
    text-transform: uppercase;
    text-align: center;
}
.section h3 {
    border-style: dashed;
    border-width: 1px 0 1px 0;
    border-color: #AAA;
    padding: 10px 0 10px 0;
    font-size: 17px;
    line-height: 135%;
    font-family: arial;
    color: #5d7380;
}
.section article {
    background-color: rgba(255,255, 255);
    background-color: rgba(255,255, 255, 0.8);
    padding: 10px;
    border-radius: 20px;
    margin: 0 10px;
}

.home-features {
    /*border: 1px solid gray;*/
    border-radius: 20px;
    text-align: center;
}
.home-altusoilandgas {
    border-radius: 0px;
    text-align: center;
    margin-top: 15px;
    /* border: 1px solid gray; */
}
.home-lower{
    /* display: table-cell; */
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    padding: 0px;
    text-align: center;
    /* border: 1px solid rgb(167, 61, 61); */
}
.home-lower img{
    /*width:75%;
    height:75%;*/
    /*max-width: 100%;*/
    max-width: 70%;
    border-radius: 1px;
    /*border: 1px solid gray;*/
}

.modal {
    background-color: #717171;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    z-index: -1;

    display: flex;
    align-items: center;
    justify-content: center;
}

.modal.open {
    opacity: 1;
    z-index: 999;
}

.modalsupplymgt {
    background-color: #717171;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    z-index: -1;

    display: flex;
    align-items: center;
    justify-content: center;
}

.modalsupplymgt.open {
    opacity: 1;
    z-index: 999;
}

.modalmarinesvcs {
    background-color: #717171;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    z-index: -1;

    display: flex;
    align-items: center;
    justify-content: center;
}

.modalmarinesvcs.open {
    opacity: 1;
    z-index: 999;
}

.modalsupplychsvcs {
    background-color: #717171;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    z-index: -1;

    display: flex;
    align-items: center;
    justify-content: center;
}

.modalsupplychsvcs.open {
    opacity: 1;
    z-index: 999;
}

.modaloilfieldsvcs {
    background-color: #717171;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    z-index: -1;

    display: flex;
    align-items: center;
    justify-content: center;
}

.modaloilfieldsvcs.open {
    opacity: 1;
    z-index: 999;
}

.modal-inner {
    background-color: white;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    padding: 15px 25px;
    text-align: center;
    width: 600px;
}

.modal-inner h3{
    border-style: dashed;
    border-width: 1px 0 1px 0;
    border-color: #AAA;
    padding: 10px 0 10px 0;
    font-size: 17px;
    line-height: 135%;
    font-family: arial;
    color: #5d7380;
}

.modal-inner p{
    line-height: 24px;
    margin: 10px 0;
}

.image-altus {
    border-color: #ffffff;
    border-style: dotted;
}

.image-altus img:hover {
    border-color: #c9c2c2;
    border-style: dotted;    
}

.columnfeatures img:hover {
    border-color: #ffffff;
    border-style: dotted;
}

.columnfeatures{
    display: inline-block;
    width: 33%;
    padding: 5px;
    /*border: 1px solid gray;*/
    text-align: center;
    margin-top: 1%;
}
.columnfeatures img{
    /*width:75%;
    height:75%;*/
    max-width: 80%;
    border-radius: 20px;
}

.services-upper{
    /* border: 1px solid gray; */
}
.services-description{
    /* border: 1px solid gray; */
    display: table-cell;
    vertical-align: middle;
    width: 45%;
    padding: 0px;
    text-align: left;
}
.services-our-services {
    text-align: center;    
    width: 80%;
    background-color: #ffffff;
}
.services-lower{
    /* border: 1px solid gray;  */
}
.services-features {
    /* border: 2px solid rgb(122, 31, 31); */
    border-radius: 20px;
    text-align: center;
}
.services{
    display: inline-block;
    width: 23%;
    padding: 0px;   
    text-align: center;
    margin-top: 10%;
    margin-right: 1.5%;
    /* border: 2px solid rgb(128, 128, 128); */
}
.services img{
    /*width:75%;
    height:75%;*/
    max-width: 85%;
    border-radius: 5px;
    padding: 0%;
}

.expertise-upper{
    /* border: 1px solid gray; */
}
.expertise-description{
    /* border: 1px solid rgb(9, 116, 36); */
    display: table-cell;
    vertical-align: middle;
    width: 45%;
    padding: 0px;
    text-align: left;
}
.expertise-our-expertise {
    /* border: 1px solid rgb(165, 13, 38);     */
    width: 80%;
    margin-left: 20%;
}
.expertise-lower{
    border: 1px solid rgb(255, 255, 255);
    width: 75%;
    text-align: left;
    margin-left: 10%
}
#expertise-item{
    margin-top: 10px;
    border: 1px solid white;
}
#expertise-item2 {
    margin-top: 1px;
    border: 1px solid white;
    background-color: rgb(247, 250, 238);
}

#expertise-item img {
    float: left;
    margin-right: 10px;
    clear:both;    
    border-radius: 3px;
}
#expertise-item2 img {
    float:right;
    border-radius: 3px;
}
#expertise p {
    margin-left: 15px;
    overflow:auto;
    display:block;    
}
#expertise p.clear {
    clear:both;
}

.trackrecord-title {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
#track-item{
    margin-top: 15px;
    border: 1px solid rgb(255, 255, 255);
}
#track-item2 {
    margin-top: 15px;
    border: 1px solid white;
    /* background-color: rgb(247, 250, 238); */
}
#track-item img {
    float: left;
    margin-right: 30px;  
    margin-left: 130px;  
    clear:both;    
    border-radius: 3px;
    width: 160px;
    height: 160px;
    /* border: 1px solid rgb(135, 212, 11); */
}
#track-item2 img {
    float:right;
    border-radius: 3px;
}
#track p {
    margin-left: 15px;
    overflow:auto;
    display:block;
    /* border: 1px solid rgb(7, 16, 97); */
}
#track p.clear {
    clear:both;
}

.case-title {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
#case-item{
    margin-top: 3px;
    border: 1px solid rgb(255, 255, 255);
}
#case-item2 {
    margin-top: 3px;
    border: 1px solid white;
    /* background-color: rgb(247, 250, 238); */
}
#case-item img {
    float: left;
    margin-right: 30px;  
    margin-left: 130px;  
    clear:both;    
    border-radius: 3px;
    width: 160px;
    height: 160px;
    /* border: 1px solid rgb(135, 212, 11); */
}
#case-item2 img {
    float:right;
    border-radius: 3px;
}
#case p {
    margin-left: 15px;
    overflow:auto;
    display:block;
    /* border: 1px solid rgb(7, 16, 97); */
}
#case p.clear {
    clear:both;
}

#altusog{
}
.altusog-upper{
    /* border: 1px solid gray; */
}
.altusog-description{
    /* border: 1px solid rgb(9, 116, 36); */
    display: table-cell;
    vertical-align: middle;
    width: 45%;
    padding: 0px;
    text-align: left;
}
.altusog-description p {
    font-size: small;
}
.altusog-altusog {
    /* border: 1px solid rgb(165, 13, 38);     */
    width: 80%;
    margin-left: 20%;
}
.altusog-lower{
    border: 1px solid white;
}
#altusog-item{
    margin-top: 10px;
    border: 1px solid rgb(255, 255, 255);
}
#altusog-item img {
    float: left;
    margin-right: 30px;  
    margin-left: 130px;  
    clear:both;    
    border-radius: 3px;
    width: 140px;
    height: 140px;
    /* border: 1px solid rgb(135, 212, 11); */
}
#altusog-item p {
    margin-left: 5px;
    margin-right: 200px;
    /* overflow:auto; */
    /* display:block; */
    /* border: 1px solid rgb(7, 16, 97); */
}
#altusog-item p.clear {
    /* clear:both; */
}

.corporate-upper{
    /* border: 1px solid gray; */
}
.corporate-description{
    /* border: 1px solid gray; */
    display: table-cell;
    vertical-align: middle;
    width: 45%;
    padding: 0px;
    text-align: left;
}
.corporate-label {
    text-align: center;    
    width: 80%;
    background-color: #ffffff;
}
.corporate-lower{
    /* border: 1px solid gray;  */    
}
.corporate-features {
    /* border: 2px solid rgb(122, 31, 31); */
    border-radius: 20px;
    text-align: center;
}
.corporate{
    display: inline-block;
    width: 23%;
    padding: 0px;   
    text-align: center;
    margin-top: 10%;
    margin-right: 1.5%;
    /* border: 2px solid rgb(128, 128, 128); */
}
.corporate img{
    /*width:75%;
    height:75%;*/
    max-width: 85%;
    border-radius: 5px;
    padding: 0%;
}
#corporate-item{
    margin-top: 15px;
    border: 1px solid white;
}
#corporate-item img {
    float: left;
    margin-right: 25px;
    margin-left: 350px;
    clear:both;    
    border-radius: 3px;
    width: 100px;
    height: 100px;
}
#corporate-item p {
    margin-right: 350px;
    overflow:auto;
    display:block;
    
}
#corporate-item p.clear {
    clear:both;
}

#corporate-lower {
    width: 100%;
    background-color: red;
    height: 15%;
}
#corporate-lower-item {
    width: 100%;
    /* background-color: blue; */
    padding: 10px;
    /* height: 85%; */
}
.corporate-inner {
    width: 20%;
    /* height: 50%; */
    /* box-sizing: border-box; */
    /* border: 1px solid black; */
    float: left;
    /* text-align: center; */
    padding: 20px;
}
#corporate-inner img {
    float: left;
    margin-right: 5px;
    margin-left: 5px;
    clear:both;    
    border-radius: 3px;
    width: 50px;
    height: 50px;
}
#corporate-inner p {
    margin-right: 5px;
    /* overflow:auto; */
    /* display:block; */    
}
#corporate-inner p.clear {
    /* clear:both; */
}  

.contact-description{
    /* border: 1px solid rgb(9, 116, 36); */
    display: table-cell;
    vertical-align: middle;
    width: 45%;
    padding: 0px;
    text-align: left;
}
.contact-contact {
    /* border: 1px solid rgb(165, 13, 38);     */
    width: 80%;
    margin-left: 20%;
}

.contact-lower {
    max-height: 3000px;
    width: 100%;
    /* border: 1px solid rgb(165, 13, 38);   */
    display: flex;
    gap: 2px;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    /* flex-shrink: 1; */
    align-items: flex-start;
    /* overflow: auto; */
}

.contactlowersub1 {
    min-height: 200px;
    width: 250px;
    /* border: 1px solid rgb(99, 160, 9); */
    font-size: 8pt;
    margin-left: 5px;
    padding: 2px 2px 2px 10px;
}

.altusform {
    background-color: #926c04;
}
/*
.expertise-lower{
    border: 1px solid rgb(141, 24, 24); 
    margin-top: 2%;
}

.expertise-lower-left{
    border: 1px solid rgb(190, 223, 8);
    display: table-cell;
    vertical-align: middle;
    width: 20%;
    padding: 0px;
    text-align: left;
}
*/
footer {
    background-color: #11415A;
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 0.8em;
}

.fixPoint {
    background-attachment: fixed;
}

#home {
    /* background-image: url('../images/shipmoored1.jpg'); */
}

#services {
    /* background-color: rgb(185, 243, 243); */

}

#expertise {
    /* background-color: rgb(137, 195, 241); */
}

#track {
    /* background-color: rgb(137, 241, 218); */
}

#corporate {
    /* background-color: rgb(245, 244, 193); */
}

#contact {
    /* background-color: rgb(247, 191, 127); */
}

#contactform{
}

#track ul li {    
}

#track ul {
}

#case {
    /* background-color: rgb(137, 241, 218); */
}

@media screen and (max-width: 767px) {
    #menu .navicon{
        display: block;
    }

    #menu .navimg{
        display: none;
    }

    #menu nav {
       /* display: none; */
        width: 100%;
    }

    #menu nav ul li{
        width: 100%;
    }

    #portfolio ul li {
        width: 100%;
    }

    #menu .navicon {
        display: block;
    }
}

@media screen and (max-width: 1190px) {    

    #menu .navimg{
        display: none;
    }
}

@media only screen and (max-width: 767px){
    .columnfeatures, .home-lower, .services-description, .services, .expertise-description, .expertise-lower{
        width: calc(100% - 10%);
        margin: 0% 5%;
    }
    #networking{
        margin-bottom: 15px;
    }
    .services-description, .expertise-description, .corporate-description, .altusog-description{
        display: block;
    }
    .services-our-services, .corporate-description, .altusog-description{
        width: 100%;
    }
    .services img{
        width: 100%;
        max-width: 100%;
    }
    .expertise-our-expertise, .altusog-altusog{
        width: 100%;
        margin-left: 0px;
    }
    .expertise-lower img{
        width: 100%;
    }
    #expertise p, #case p, #altusog-item p{
        width: 100%;
        margin: 0px;
        padding: 15px 0px 0px;
    }
    #expertise-item2, #expertise-item{
        padding: 15px;
    }
    .section{
        min-height: 10px;
    }
    #case, #altusog, #corporate, #contact{
        width: calc(100% - 10%);
        margin: 0% 5%;   
    }
    #track-item img, #case-item img, #altusog-item img{
        width: 100%;
        height: auto;
        margin: 0px;
    }
    #track ul {
        float: left;
        padding-left: 20px;
    }
    #track-item{
        padding: 0px 15px;
    }
    .corporate-inner{
        width: 100%;
        padding: 0px 0px
    }
    .contact-contact{
        width: 100%;
        margin-left: 0px;
    }
    .contact-description{
        display: block;
        width: 100%;
    }
    .contactlowersub1{
        width: 100%;
        min-height: 10px;
        padding: 0px;
    }
    .section h2{
        line-height: normal;
    }
    #contactform{
        padding-top: 30px;
    }
    input, textarea{
        width: 100%;
    }
    .xs-d-flex{
        display: flex;
        flex-wrap: wrap;
    }
    .xs-order-1{
        order: 1;
    }
    .xs-order-2{
        order: 2;
    }
    .xs-order-3{
        order: 3;
    }
    .xs-order-4{
        order: 4;
    }
    .xs-order-5{
        order: 5;
    }
    .xs-order-6{
        order: 6;
    }
    .modal-inner{
        width: 100%;
        height: 100vh;
        overflow-x: scroll;
    }
    #header{
        height: 60px;
        padding: 5px 5px;
        width: calc(100% - -10px);
        margin-left: -5px;
    }
    #menu nav{
        display: none;
        z-index: 9999;
        background-color: rgba(255, 255, 255, 0.9);
        padding: 10px 5px;
    }
    #menu .navicon{
        margin-top: 13px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1100px){
    #menu nav{
        padding-top: 4px;
    }
    .services{
        width: 48%;
    }
    #expertise, #track, #case, #altusog, #corporate, #contact{
        padding: 30px 15px;
    }
    .expertise-lower{
        width: 100%;
        margin-left: 0px;
    }
    #track-item img, #case-item img, #altusog-item img{
        margin-left: 0px;
    }
    #track p, #case p{
        margin-top: 0px;
    }
    #altusog-item p{
        margin-right: 0px;
    }
    .corporate-inner{
        width: 50%;
    }
    .section{
        min-height: 10px;
    }
    input, textarea{
        width: 100%;
    }
}