 
 
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Saira:ital,wght@0,100..900;1,100..900&display=swap');
 
/* General Body and Typography */
body {
    margin: 0;
    padding: 0;
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 21px;
    color: #535353;
}

@keyframes pulseRedWhite {
    0% {
        background-color: #ff002d;
    }
    50% {
        background-color: #ffffff;
    }
    100% {
        background-color: #ff002d;
    }
}

div#notLive {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    background: #ff002d;
    color: white;
    animation: pulseRedWhite 2s infinite ease-in-out;
}
.setStyle {background:white;}
video#bgvid {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(layout/HomeBG.jpg) no-repeat;
    background-size: cover;
}

.logo {
    max-width: 350px;
}

h1, h2, h3, h4, h5 {
    font-family: "Saira", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    margin: auto;
    padding: initial;
    text-transform: uppercase;
    }

a {
    color: #006699;
    text-decoration: underline;
}

/* Active State */
 
/* Info Section */
#infoot {
    max-width: 1600px;
    margin: auto;
}

#infoot pre {
    font-family: Raleway, sans-serif;
}

/* Footer */
#footer {
    padding-top: 50px;
    color: #000000;
    z-index: 99;
    font-size: 21px;
    background: rgb(228 229 229 / 34%);
    border-top: 10px solid #f05723;
    box-shadow: 0px 12px 31px 0px black;
    background: #ebebeb;
}

#footer a {
    color: #000000;
}

/* Top Bar */
#topBar {
    width: 100%;
    background-color: #ffffff;
    z-index: 10001;
    border-bottom: 6px #f05723 solid;
    box-shadow: 0px 0px 20px 0px black;
}

#banner {
    padding: 15px;
    margin: auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: #f5f5f5;
    color: black;
}

div#topSocials {
    text-decoration: none;
    text-align: right;
    font-size: 24px;
}

div#topSocials a {
                 color: #1d2b1b;
                 text-decoration:none;
                 }

/* Three Footer Section */
#threeFooter {
    text-align: center;
    margin: auto;
    align-items: anchor-center;
    justify-content: space-between;
    display: flex;
    align-content: space-between;
}

#threeFooter div {
    width: 31%;
    overflow: hidden;
    padding-bottom: 17px;
    margin-bottom: 15px;
    display: inline-block;
    align-items: center;
    vertical-align: text-bottom;
    z-index: 100;
    position: relative;
}

#threeFooter h3 {
    text-transform: capitalize;
}

#threeFooter div:first-child {
    margin-left: 0 !important;
    text-align: left;
    float: left;
}

#threeFooter div:last-child {
    margin-right: 0 !important;
    float: right;
    text-align: right;
}

#threeFooter ul {
    list-style: none;
    padding: 0;
}

#threeFooter li a {
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #585d69;
    padding: 7px;
    font-size: 16px;
    padding-right: 20px;
    text-transform: lowercase;
}

/* subenus */

 
.setStyle.subMenu {
    padding-top: 60px;
    padding-bottom: 120px;
    text-align: center;
}

.setStyle.subMenu h2 {
    font-size: 25px;
    text-shadow: none;
}

.subMenu {
}
.subMenu .delement {
    max-width: 1600px;
}

.subMenu .delement > div {
    max-width: 1200px;
    border: 1px solid #c9c4c4;
    margin: 12px;
    border-radius: 6px;
    background: white;
}

.subMenu img {
    width: 100%;
}

.subMenu .delement > div a {
    text-decoration: none;
    font-size: 27px;
    font-weight: bold;
    color: black;
}
.subMenu .delement {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1600px;
    margin: 0 auto;
}

.subMenu .delement > div {
    flex: 0 1 calc(31.333% - 24px); /* 3 per row, minus gap */
    box-sizing: border-box;
    border: 1px solid #c9c4c4;
    border-radius: 6px;
    background: white;
    overflow: hidden;
 
}


/* Misc Layout */
.textBoxes {
    position: relative;
    margin: auto;
    /* background: #fff; */
}

.readingBit {
    padding-top: 1px;
    display: flow-root;
    margin: auto;
    margin-top: -1px;
}

/* Flexbox Utility */

.setStyle > div {
    max-width: 1600px;
    align-items: center;
    justify-content: center;
    margin: auto;
    flex: 1;
    display: flex;
}

.setStyle > div > div {
    display: inline-block;
    vertical-align: top;
    padding: 1%;
    box-sizing: border-box;
    flex: 1;
}
 div#bread {
    background: #efefef;
    padding: 10px;
}
/*BLog Section */

main.news {
    width: 100%;
    margin: auto;
}

.news section {
    border: 1px solid #d7d7d7;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    text-align: left;
    content-visibility: auto;
    margin-bottom: 20px;
}

img.blogIcon {
    float: left;
    margin-right: 30px;
    max-width: 200px;
}

#galBoxes {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    max-width: 1200px;
    margin: auto;
}

#galBoxes div {
    flex: 1 1 calc(20% - 10px); /* Adjust to control how many items per row */
    max-width: calc(20% - 10px);
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    transition: transform 0.3s ease;
}

#galBoxes img {
    width: 100%;
    height: 180px; /* Adjust height as needed */
    object-fit: cover;
    transition: transform 0.3s ease;
    border-radius: 6px;
}

#galBoxes div:hover {
    transform: translateY(-5px);
}

#galBoxes div:hover img {
    transform: scale(1.1);
}


a.btn {
    display: inline-block;
    background: #f05723;
    transition: transform 1.2s ease;
    padding: 11px;
    border-radius: 5px;
    text-decoration: none;
    color: white;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 39%);
}
a.btn:hover {
    background: #575757;
    transform: scale(1.1);
}

div#leftSocials {
    font-size: 45px;
}


.delement div {
  opacity: 0;
  transform: translateY(120px);
  transition: opacity 1s ease, transform 1s ease;
}

.delement.visible div:nth-child(1) { 
  opacity: 1; 
  transform: translateY(0); 
  transition-delay: 0s; 
}
.delement.visible div:nth-child(2) { 
  opacity: 1; 
  transform: translateY(0); 
  transition-delay: 0.3s; 
}
.delement.visible div:nth-child(3) { 
  opacity: 1; 
  transform: translateY(0); 
  transition-delay: 0.6s; 
}
.delement.visible div:nth-child(4) { 
  opacity: 1; 
  transform: translateY(0); 
  transition-delay: 0.9s; 
}
.delement.visible div:nth-child(5) { 
  opacity: 1; 
  transform: translateY(0); 
  transition-delay: 1.2s; 
}
.setStyle.intro {
    background: #2f2f2f;
    color: white;
    padding-top: 90px;
    padding-bottom: 90px;
    border-top: 5px solid #f05723;
    border-bottom: 5px solid #f05723;
    box-shadow: 0px 0px 12px 6px rgb(0 0 0 / 44%);
    font-size: 30px;
    position: relative;
    z-index: 10;
}
.intro .delement {
    max-width: 1200px;
}
.setStyle.intro h1 {
    font-size: 50px;
    text-shadow: 4px 3px black;
}

.section1 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.section1 .delement {
    /* background: #f9f9f9; */
    padding: 20px;
    border-radius: 8px;
    /* border-bottom: 2px solid antiquewhite; */
    /* box-shadow: 0px 12px 10px -8px rgb(68 68 68 / 14%); */
}

 li {
    list-style-type: disclosure-closed;
}

 li::marker {
  color: #f05723;
  font-size: 29px;
}
.section1 img {
    box-shadow: 0px 0px 17px -4px #585d69;
}


.setStyle.outro {
    font-size: 34px;
    padding-bottom: 120px;
    background: #575757;
    color: white;
    padding-top: 120px;
}

.setStyle.fleetSection {
    padding-top: 100px;
    /* padding-bottom: 100px; */
    background-size: cover;
    color: white;
    background: #2f2f2f;
}

.fleetSection .delement {
    max-width: 1600px;
    font-size: 23px;
}
.fleetSection img {
    box-shadow: 0px 0px 14px -2px #000000;
}

.recentProjectsIntro > div {max-width: 1600px;padding-top:120px}
.recentProjectsIntro > div h2 {
    text-shadow: 0 0 black;
}

.setStyle.recentProjects {
    padding-top: 60px;
}

.setStyle.recentProjects h2 {
    font-size: 25px;
    text-shadow: none;
}

.recentProjects, .recentProjectsIntro {
}
.recentProjects .delement {
    max-width: 1600px;
}

.recentProjects .delement > div {
    max-width: 1200px;
    border: 1px solid #c9c4c4;
    margin: 12px;
    border-radius: 6px;
    background: white;
}

#threeFooter li:hover {
    background: #f05723;
}
img.qr-small {
    max-width: 200px;
    border: 4px solid black;
    border-radius: 12px;
}