* { margin: 0; padding: 0; box-sizing: border-box; font-size:16px; line-height:1.5; }
:root {
        --dark-grey: #333333;
        --medium-grey: #636363;
        --light-grey: #eeeeee;
        --ash: #f4f4f4;
        --logo-grey:#808080;
        --logo-white: #F9F9F9;
        --logo-blue: rgba(49, 93, 182, 1);
        --white: white;
        --border: 1px solid var(--light-grey);
        --shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
html {
        width:100%; font-family:Raleway; font-size:16px; line-height:1.5; scroll-behavior: smooth; }
body {
    margin:0px; background:var(--logo-white); font-size:1rem;  }
main {
    padding:0; margin:0 auto; width:100%; }

.boldit { font-weight:bold; }
.ulit { border-bottom:1px solid white; }
.text-logoblue {  color:var(--logo-blue); }
.text-black { color:black; }

.contact-intro {
    font-weight:bold; font-size:1.2rem; font-style:italic; }
a {
        color:inherit; text-decoration:none; }
p {
    margin-bottom:1rem; }
.section-title {
    font-size:2.5rem; font-weight:bolder; padding:0 0 2.5rem; color:var(--logo-blue); text-align:center; }
.blue-back{color:#fff!important;background-color:var(--logo-blue)!important}

@media (max-width:900px) {
        .section-title { font-size:1.8rem; padding:0 0 2rem;  }
}

.leftit { text-align:left; }
.rightit { text-align:right; }
.centerit { text-align:center; display:flex; justify-content:center; }

.bordertest1 { border:1px solid red; }
.bordertest2 { border:1px solid blue; }
.bordertest3 { border:1px solid green; }
.bordertest4 { border:1px solid yellow; }

/************************/
/*    NAVIGATION        */
/************************/
#navbar {
    position:fixed; top:0; width:100%; transition:all 1s; height:80px; box-shadow: 0px 5px 10px 0px #aaa;  }
.nav {
    height:80px;  width:100%; transition:all 1s;width:100%; padding:0 1rem; background:var(--logo-white); position:relative; display:flex; justify-content:space-between; align-items:center; z-index:100;  /*box-shadow: 0px 5px 10px 0px #aaa;*/  }
.nav .nav-title img {
    max-width:100%; height:80px; border-top:10px solid white; }
.nav > .nav-btn {
    display:none; }
.nav > .nav-links {
    display:flex; justify-content:space-between; }
.nav > .nav-links > a {
    display:inline-block; font-size:1.3rem; padding:0 1rem; text-decoration:none; color:black; font-weight:bold; margin:0; border-bottom:none; white-space:nowrap;
}
.nav > .nav-links > a:hover {
    color:var(--logo-blue);   }
.nav > .nav-links .contact-btn {
    background:var(--logo-blue); color:white; border: 1px solid transparent; margin-left:2rem; border-radius:10px; width:auto; }
.nav > .nav-links .contact-btn:hover {
    border: 1px solid #000; background: white; color:black;  }
.nav > #nav-check {
    display: none;  }

@media (max-width:1200px) {
    #navbar {
        position:relative!important; top:0!important;  }
    .nav { padding:0 .3rem; background:var(--logo-white);  }
    .nav > .nav-btn {
        display:inline-block; position:absolute; right:10px; top:30px;   }
    .nav > .nav-btn > label {
        display:inline-block; width:50px; height:50px; padding:13px 12px;  }
    .nav > .nav-btn > label:hover,
    .nav  #nav-check:checked ~ .nav-btn > label {        }
    .nav > .nav-btn > label > span {
        display:block; width:25px; height:10px; border-top:3px solid black;    }
    .nav > .nav-links {
        position:absolute; display:block; width:100%; background:var(--logo-white); height:0px; transition:all 0.3s ease-in; overflow-y:hidden; top:80px; left:0px;   }
    .nav > .nav-links > a {
        display:block; width:100%; text-align:center; font-size:1.6rem; margin:1rem 0; border-bottom:1px solid #D4D4D4;  }
    .nav > .nav-links a.contact-btn {
        margin:1rem auto; width:200px;  }
    .nav > #nav-check:not(:checked) ~ .nav-links {
        height: 0px;   }
    .nav > #nav-check:checked ~ .nav-links {
        height:100vh; padding:.5rem 0; overflow-y: auto;     }
    .nav-btn .line {
        display:block; height:4px; width:100%;  }
    .nav-btn .line1 {
        transition: transform 0.4s ease-in-out;      }
    .nav-btn .line2 {
        transition: transform 0.2s ease-in-out;     }
    .nav-btn .line3 {
        transition: transform 0.4s ease-in-out;    }
    input[type="checkbox"]:checked ~ .nav-btn .line1 {
        transform: rotatez(-45deg) translate(0, 10px); }
    input[type="checkbox"]:checked ~ .nav-btn .line2 {
        transform: scaleY(0);      }
    input[type="checkbox"]:checked ~ .nav-btn .line3 {
        transform: rotatez(45deg) translate(-7px, -10px) }
}

/************************/
/*    LANDING           */
/************************/
.landing-container{
        width:100%; height:80vh; margin-top:80px; display:flex; flex-direction:column; align-items:center;   }
.wrap-landing {
        position: relative; width:80%; height:100%; background:url(../img/slider-capital-wide.jpg) no-repeat top; background-size:cover;   }

@media (max-width:1200px) {
        .landing-container{ margin-top:5px; height:70vh;  }
        .wrap-landing { width:90%;   }
}
@media (max-width:900px) {
        .landing-container{ margin-top:10px; height:60vh;  }
        .wrap-landing { width:100%;   }
}


/************************/
/*    TAGLINE        */
/************************/
.tagline {
        color:black; font-weight:bolder; font-size:2.5rem; padding:2rem; text-shadow:-1px -1px 0px #000, 1px -1px 0px #000, -1px 1px 0 #000, 1px 1px 0 #000, 1px 1px 5px grey, 0 0 10px grey, 0 0 20px grey, 0 0 20px grey, 0 0 30px white, 0 0 30px white, 0 0 40px white, 0 0 40px white; }
.wrap-tagline {
        width:100%; position:absolute; top:50%; display:flex; justify-content:center; align-items:center; text-align:center;  }
@media (max-width:900px) {
.tagline {
        font-size:1.8rem;    }
.wrap-tagline {
        top:50%;  }
}
/************************/
/*  HOME ABOUT SECTION  */
/************************/
#about {
    position:relative; background:#F0F0F0; width:100%; padding:6rem 2rem 3rem 2rem; box-shadow: 0px -3px 10px 0px #aaa;  }
#about-bottom {
    position:relative; background:#F0F0F0; clip-path: polygon(100% 0, 50% 100%, 0 0); width:100%; min-height:100px; z-index:3;    }
.wrap-about {
    display:flex; flex-direction:column; align-items:center;   }
.home-about {
    width:85%; max-width:1200px; }
.home-about .about-bio {
    display:flex; justify-content: space-between; align-items:center; }
.home-about .about-bio .about-photo {
    flex:1; padding:0 1rem 0 0; }
.home-about .about-bio .about-text {
    flex:1; padding:0 0 0 1rem; }
.home-about .about-bio .about-photo img {
    min-width:300px; max-width:100%; }
@media (max-width:900px) {
    #about { padding:3em 1rem 3rem;   }
    .home-about { width:100%;     }
    .home-about .about-bio {
        width:100%; flex-direction:column; align-items:center;   }
    .home-about .about-photo,
    .home-about .about-text,
    .home-about .about-bio {
        width:100%;    }
}
#testim {
    position:relative; margin:0; padding:0;  }
.testim {
    width:100%; position:relative; top:50%; }
.testim .wrap {
    position: relative; width:100%; padding:2.5rem 0; margin:auto;   }
.testim .arrow {
    display:block; position:absolute; color:#333; cursor:pointer; font-size:2em; top:50%; padding:5px; z-index:22222222;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.testim .arrow:before { cursor: pointer;  }
.testim .arrow:hover { color: blue; }
.testim .arrow.left { left:0;   }
.testim .arrow.right { right:0; }

.testim .dots {
    text-align:center; position:absolute; width:100%; bottom:60px; left:0; display:block; z-index:3333; height:12px; }
.testim .dots .dot {
    position: relative; list-style-type:none; display:inline-block; width:12px; height:12px; border-radius:50%; border:1px solid blue; margin:0 10px; cursor:pointer;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: blue; border-color:blue;   }

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;
    -moz-animation: testim-scale .5s ease-in-out forwards;
    -ms-animation: testim-scale .5s ease-in-out forwards;
    -o-animation: testim-scale .5s ease-in-out forwards;
    animation: testim-scale .5s ease-in-out forwards;
}
.italit {
    font-style: italic;}
.testim .cont {
    position: relative; overflow:hidden;  }
.testim .cont > div {
    text-align:center; position:absolute; top:0; left:0; padding:0 0 70px 0; opacity:0;  }
.testim .cont > div.inactive {
    opacity: 1; }
.testim .cont > div.active {
    position: relative; opacity: 1;   }
.testim .cont div p {
    color:#333; width:85%; margin:auto;   }
.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;
    -moz-animation: testim-content-in .5s ease-in-out forwards;
    -ms-animation: testim-content-in .5s ease-in-out forwards;
    -o-animation: testim-content-in .5s ease-in-out forwards;
    animation: testim-content-in .5s ease-in-out forwards;
}
.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;
    -moz-animation: testim-content-out .5s ease-in-out forwards;
    -ms-animation: testim-content-out .5s ease-in-out forwards;
    -o-animation: testim-content-out .5s ease-in-out forwards;
    animation: testim-content-out .5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
    body {
        font-size: 14px;
    }
}

@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }

    .testim .cont div p {
        line-height: 25px;
    }

}
/************************/
/*  HOME SERVICES SECTION  */
/************************/

#services {
    position:relative; width:100%; padding:0 2rem 6rem; background:rgba(249,249,249,1); background-size:cover;  }
#services-top {
    background:url(../img/mass-transit2.jpg); text-align:center; border:1px solid transparent;
    /* Create the parallax scrolling effect */
    min-height:300px;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover; }
#services-top .section-title {
    padding:0; }
.wrap-services {
    display:flex; flex-direction:column; align-items:center;   }
.home-services {
        position:relative; text-align:center; width:90%; display:flex; justify-content:center; flex-wrap:wrap;  }
.services-card {
    flex:1; min-width:300px; max-width:300px; border:.5px solid rgba(3, 42, 73, 1); border-radius:15px; padding:1rem; margin:1rem; min-height:300px; display:flex; justify-content:space-between; flex-direction:column; align-items:center;  }
.services-card img {
    max-width:100%; width:300px;  }
@media (max-width:800px) {
#services-top {
    /* Create the parallax scrolling effect */
    background-attachment: scroll;
    background-position: center;
    background-size:100% 100%; }
}

/************************/
/*  HOME INDUSTRIES SECTION  */
/************************/

#industries {
    position:relative; width:100%; padding:0 2rem 6rem; background:white; background-size:cover;    }
#industries-top {
    background:url(../img/shutterstock-multimodal1.jpeg); text-align:center; border:1px solid transparent;
    /* Create the parallax scrolling effect */
    min-height:300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
#industries-top .section-title {
    padding:0; }
.wrap-industries {
    display:flex; flex-direction:column; align-items:center;   }
.home-industries {
    position:relative; text-align:center; width:97%; display:flex; justify-content:center; flex-wrap:wrap;  }
.industries-card {
    flex:1; min-width:300px; max-width:300px; border:.5px solid rgba(3, 42, 73, 1); border-radius:15px; padding:1rem; margin:1rem; min-height:300px; display:flex; justify-content:space-between; flex-direction:column; align-items:center;  }
.industries-card img {
    max-width:100%; width:300px;  }
@media (max-width:800px) {
    #industries-top {
        background-attachment: scroll;
        background-position: center;
        background-size:100% 100%; }
    }

/************************/
/*    SLIDER        */
/************************/
.slide-container{
        position: relative; width:100%;   }
.slide-container .slides{
        width:100%; position:relative; overflow: hidden; height:500px; /* height: calc(100% - 40px); */  }
.slide-container .slides img{
        width:100%; height:100%; position:absolute; object-fit:contain; object-position:top;     }
/*
.slide-container .slides img:nth-child(5){
        width:100%; height:100%; position:absolute; object-fit:cover; object-position:center;    }
*/
.slide-container .slides img:not(.active){
        top:0; left: -100%;          }
span.next,
span.prev{
        position:absolute; top:50%; transform:translateY(-50%); background:rgba(250,250,250,.3); padding:14px; color:black; font-size:24px; font-weight:bold; transition:0.5s; user-select:none; cursor:pointer; z-index:1;          }
span.next{
        right: 1px;         }
span.prev{
        left: 1px;         }
span.next:hover, span.prev:hover{
        background-color: #ede6d6; opacity: 0.8; color: #222;     }
.dots-Container{
        width:100%; text-align:center; position:absolute; bottom:5px; z-index:3; left:50%; transform:translateX(-50%);  }
.dots-Container .dot{
        width:15px; height:15px; margin:0px 2px; border:3px solid #bbb; border-radius:50%; display:inline-block; cursor:pointer; transition:background-color 0.6s ease; }
.dots-Container .active{
        background-color: #555; }
@media (max-width:1200px) {
        .slide-container{height:70vh;  }
}
@media (max-width:900px) {
        .slide-container{ height:50vh;  }
}
@media (max-width:700px) {
        .slide-container{ height:40vh;  }
}

@keyframes next1{
        from{ left: 0%   }
        to{   left: -100%;  }
}
@keyframes next2{
        from{  left: 100%     }
        to{  left: 0%;  }
}

@keyframes prev1{
        from{ left: 0%   }
        to{ left: 100%;  }
}
@keyframes prev2{
        from{ left: -100%  }
        to{ left: 0%;      }
}
/************************/
/*  HOME CLIENTS SECTION  */
/************************/
#clients {
    background:#002948; padding:5rem 0 6rem; margin-top:0; width:100%; z-index:10;  }
#clients .section-title {
    color:white; text-align:center; }
.wrap-clients {
    display:flex; flex-direction:column; align-items:center; padding:0 .5rem;   }
.home-clients {
    width:100%; text-align:center;   }
.home-clients img {
    padding:1rem; max-width:250px; transition: transform .2s; /* Animation */ }
.home-clients img:hover {
        transform: scale(1.2); cursor:pointer;
}

/************************/
/*  HOME CONTACT SECTION  */
/************************/
#contact {
        display:flex; justify-content:center; background:linear-gradient(0deg, rgba(238, 238, 238, 0.6), rgba(238, 238, 238, .6)), url(../img/multimodal2.jpg); padding:10rem 0;   min-height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }
.wrap-contact {
    display:flex; flex-direction:column; align-items:center; width:70%; background-color:white; border-radius:10px; box-shadow:0 0 5px 5px #00000020; backdrop-filter:blur(5px); padding:2rem .5rem;  }
.home-contact {
    width:100%; display:flex; flex-direction:row; justify-content:center; flex-wrap:wrap;     }
.form-main {
        width:100%; min-width:300px; display:flex; flex-direction:column; align-items:center; flex:1; text-align:center; padding:.5rem 1rem;}
.contact-info {
        width:100%; min-width:300px; display:flex; flex-direction:column; align-items:center; flex:1; text-align:center; padding:1.5rem;}
.form-main .main-wrapper {
        width:100%;   }
.form-main .main-wrapper .form-head {
        font-size:30px; line-height:40px; font-weight:600; text-align:center; margin:0px 0 25px; }
.form-main .main-wrapper .form-wrapper {
        display:flex; align-items:center; justify-content:center; flex-direction:column; gap: 15px;  }
.form-main .main-wrapper .form-wrapper .form-card {
        position: relative; width: 100%;  }
.form-main .main-wrapper .form-wrapper .form-card .form-input {
        padding:20px 25px 15px; width:100%; border:1px solid #000; border-radius:5px; background:transparent; outline:none; font-size:20px; line-height:30px; font-weight:400; box-sizing:border-box; margin-bottom:1rem; }
.form-main .main-wrapper .form-wrapper .form-card .form-input:valid,
.form-main .main-wrapper .form-wrapper .form-card .form-input:focus {
        border: 1px solid #515151;   }
.form-main .main-wrapper .form-wrapper .form-card .form-input:valid ~ .form-label,
.form-main .main-wrapper .form-wrapper .form-card .form-input:focus ~ .form-label {
        color:#515151; top:30%; transform:translateY(-70%); font-size:13px; line-height:23px;  }
.form-main .main-wrapper .form-wrapper .form-card .form-input:-webkit-autofill,
.form-main .main-wrapper .form-wrapper .form-card .form-input:-webkit-autofill:hover,
.form-main .main-wrapper .form-wrapper .form-card .form-input:-webkit-autofill:focus,
.form-main .main-wrapper .form-wrapper .form-card .form-input:-webkit-autofill:active {
        transition: background-color 9999s ease-in-out 0s;  }
.form-main .main-wrapper .form-wrapper .form-card .form-input::-webkit-outer-spin-button,
.form-main .main-wrapper .form-wrapper .form-card .form-input::-webkit-inner-spin-button {
        -webkit-appearance: none; margin: 0;  }
.form-main .main-wrapper .form-wrapper .form-card .form-label {
        position:absolute; left:25px; top:50%; transform:translateY(-50%); pointer-events:none; transition:0.3s; margin:0; font-size:18px; line-height:28px; font-weight:500;  }
.form-main .main-wrapper .form-wrapper .form-card .form-textarea {
        padding:20px 25px 15px; width:100%; border:1px solid #000; border-radius:5px; background:transparent; outline:none; font-size:20px; line-height:30px; font-weight:400; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; resize:none; box-sizing:border-box; }
.form-main .main-wrapper .form-wrapper .form-card .form-textarea:valid, .form-main .main-wrapper .form-wrapper .form-card .form-textarea:focus {
        border: 1px solid #515151; }
.form-main .main-wrapper .form-wrapper .form-card .form-textarea:valid ~ .form-textarea-label,
.form-main .main-wrapper .form-wrapper .form-card .form-textarea:focus ~ .form-textarea-label {
        color: #515151; top: 18%; transform: translateY(-82%); font-size: 13px; line-height: 23px;  }
.form-main .main-wrapper .form-wrapper .form-card .form-textarea:-webkit-autofill,
.form-main .main-wrapper .form-wrapper .form-card .form-textarea:-webkit-autofill:hover,
.form-main .main-wrapper .form-wrapper .form-card .form-textarea:-webkit-autofill:focus,
.form-main .main-wrapper .form-wrapper .form-card .form-textarea:-webkit-autofill:active {
        transition: background-color 9999s ease-in-out 0s; }
.form-main .main-wrapper .form-wrapper .form-card .form-textarea-label {
        position:absolute; left:25px; top:30%; transform:translateY(-70%); pointer-events:none; transition:0.3s; margin:0; font-size:18px; line-height:28px; font-weight:500;  }
.btn-wrap {
        display:flex; padding:1rem 0 0; }
.btn-wrap button {
        padding:.5rem 2rem; font-size:1.2rem; line-height:1; border:1px solid transparent; background:var(--logo-blue); font-weight:600; border-radius:6px; transition:all 0.5s ease; cursor:pointer; box-shadow:0 0 5px 5px #00000020; color:white }
.btn-wrap button:hover {
        border: 1px solid #000; background:white; color:black; }
.btn-wrap2 {
        display:flex; padding:1rem 0 0; }
.btn-wrap2 button {
        padding:.5rem 2rem; font-size:1rem; line-height:1; border:1px solid transparent; background:var(--logo-blue); font-weight:600; border-radius:6px; transition:all 0.5s ease; cursor:pointer; box-shadow:0 0 5px 5px #00000020; color:white }
.btn-wrap2 button:hover {
        border: 1px solid #000; background:white; color:black; }
.formmsg {
    color:red; font-size:1.3rem; text-align:center; }

@media screen and (max-width:1200px) {
.wrap-contact {
    width:90%; backdrop-filter:blur(1px);  }
}
@media screen and (max-width: 900px) {
        #contact { padding:1rem; }
        .contact-info { padding:0 1rem;}
        .wrap-contact { width:100%;   }
}
@media screen and (max-width: 767px) {
        .form-main .main-wrapper {
                width: 90%;      }
}

/************************/
/*     RECENT NEWS      */
/***********************/
#news {
    position:relative; display:flex; flex-direction:column; justify-content:center; align-items:center; width:100vw; min-height:300px; padding:3rem 0 5rem; background: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%); overflow:hidden; }
.wrap-slides {
        width:100%; display:flex; flex-direction:column; justify-content:center; align-items:center;  }
.wrap-buttons {
        display:flex; justify-content:center; align-items:center; }
.wrap-prevnext {
        display:flex; justify-content:center; align-items:center; margin-bottom:3rem; }
.news-content {
        margin: 0 auto; }
.news-slides {
        display:none; min-height:200px; max-width:980px; min-width:800px; text-align:center; box-shadow: 0 3px 10px rgb(0 0 0 / 0.2); padding:1rem 2rem 1.5rem; background:white; border-radius:10px; margin:0 auto; }
.news-title {
    font-size:2rem; font-weight:bolder; padding:0 0 2rem; text-align:center; }
.news-pic-wrap {
        display:flex; justify-content:space-between; align-items:flex-start; }
.news-pic-wrap .news-pic {
        width:30%; height:auto; }
.news-pic-wrap .news-pic img {
    width:100%; }
.news-pic-wrap .news-text {
        margin-left:2rem; text-align:left; }
.news-pic-wrap .news-text a { color:var(--logo-blue); text-decoration: underline; }
.news-button{
        border:1px solid black; border-radius:5px; display:none;padding:.2rem .5rem;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:white;text-align:center;cursor:pointer;white-space:normal; margin:.3rem; -webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.news-dots{
        width:30px; height:30px; font-size:1rem; border:1px solid black; display:inline-block;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:white;text-align:center;cursor:pointer;white-space:normal; margin:.8rem .2rem; -webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none; border-radius:30px;}
.news-button:hover, .news-dots:hover {color:#000!important;background-color:#ccc!important; }
@media screen and (max-width:1200px) {
.news-dots{
        display:none}
.news-button{
        display:flex;padding:1rem 1.5rem;}
}
@media screen and (max-width: 900px) {
.news-slides {
        max-width:95%; min-width:200px; }
.news-pic-wrap {
        flex-direction:column; }
.news-pic-wrap .news-pic {
        width:90%; margin:0 auto .5rem; }
.news-pic-wrap .news-text {
        margin-left:0;  }
}

/************************/
/*  CERTIFICATIONS      */
/************************/
#certifications {
    display:flex; flex-direction:column; justify-content:center; align-items:center; width:100vw; padding:1rem 0; background: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%); overflow:hidden; }
.wrap-certifications {
        width:100%; display:flex; flex-direction:column; justify-content:center; align-items:center;  }

/* The Modal (background) */
.modal {
        display: none; position: fixed; z-index: 1; padding-top: 100px; left: 0; top: 0; width: 100%; height: 100%; overflow:auto; /* Enable scroll if needed */  background-color: rgba(0,0,0,0.4); }

/* Modal Content */
.modal-content {
        position:relative; background-color: #fefefe; margin:auto; padding:0; border: 1px solid #888; width: 80%; box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
        animation-name: animatetop;
        animation-duration: 0.4s }

/* Add Animation */
@-webkit-keyframes animatetop {
        from {top:-300px; opacity:0}
        to {top:0; opacity:1}
}

@keyframes animatetop {
        from {top:-300px; opacity:0}
        to {top:0; opacity:1}
}

/* The Close Button */
.close {
        color:black; float:right; font-size:1.5rem; font-weight: bold; }
.close:hover,
.close:focus {
        color: #000; text-decoration: none; cursor: pointer; }
.modal-header {
        background-color:#CFCFCF; padding:.5rem 2rem 0 0;   }
.modal-header .section-title {
        padding:.5rem 0; color:var(--logo-blue)!important; }
.modal-body {padding:1.5rem;}
.modal-footer {
        padding:1rem; background-color:#CFCFCF; color: white;}

/**************************************/
/*  SERVICES & INDUSTRIES PAGE       */
/*************************************/
.ord1 { order:1; }
.ord2 { order:2; }

#service {
    position:relative; width:100%; padding:4rem 2rem 6rem; background:rgba(249, 249, 249, 1); }
#service-top img {
    width:100%; height:350px; }
#service-top .section-title {
    padding:0; color:var(--logo-blue);  }

#industry {
    position:relative; width:100%; padding:4rem 2rem 6rem; background:rgba(249, 249, 249, 1);   }
#industry-top img {
    width:100%; height:350px; }
#industry-top .section-title {
    padding:0; color:var(--logo-blue); }

.wrap-service, .wrap-industry {
    width:100%; padding:0; margin:0; }
.service-box, .industry-box {
    display:flex; flex-wrap:wrap; justify-content:center; align-items:center; margin:5rem 0;  }
.service-text-left, .industry-text-left {
    max-width:33%; background:#E0E0E0; padding:2rem; margin:0; margin-left:-100px; z-index:3; min-width:300px; }
.service-text-right, .industry-text-right {
    max-width:33%; background:#E0E0E0; padding:2rem; margin:0; margin-right:-100px; z-index:3; min-width:300px; }
.service-pic, .industry-pic { max-width:66%; padding:0; }
.service-pic img, .industry-pic img  { min-width:300px; max-width:100%; }
@media (max-width:1050px) {
    .service-text-left, .industry-text-left  {
        max-width:50%; padding:1rem;  }
    .service-text-right, .industry-text-right {
        max-width:50%; padding:1rem; }
    .service-pic, .industry-pic { max-width:50%; }
}
@media (max-width:767px) {
    .service-text-left, .service-text-right, .industry-text-left, .industry-text-right  {
        max-width:80%; margin:0; margin-top:-50px; }
    .service-pic, .industry-pic { max-width:100%; padding:1rem 0; }
.ord1 { order:2; }
.ord2 { order:1; }
}

/**************************************/
/*  ABOUT PAGE                        */
/*************************************/
#about2 {
    position:relative; width:100%; padding:4rem 2rem 6rem; background:rgba(249, 249, 249, 1);   }
#about2-top img {
    width:100%; height:350px; }
#about2-top .section-title {
    padding:0; color:var(--logo-blue); }
.wrap-about2 {
    width:100%; padding:0; margin:0; }
.about2-box {
    display:flex; flex-wrap:wrap; justify-content:center; align-items:flex-start; margin:5rem 0;  }
.about2-text {
    max-width:60%; background:#E0E0E0; padding:2rem; margin:0; z-index:3; min-width:300px; }
.about2-pic { max-width:40%; padding:0; }
.about2-pic img  { min-width:300px; max-width:100%; }
.client-testi {
    padding:1.5rem 2rem; font-style: italic; }
.testi-title {
    color:var(--logo-blue); padding:1.5rem 0 0; }
.testsig {
    padding:0 0 0 3rem; font-style: normal; color:black;}

@media (max-width:1050px) {
    .about2-text  {
        max-width:60%; padding:1rem;  }
    .about2-pic { max-width:60%; }
}
@media (max-width:767px) {
    .about2-text  {
        max-width:80%; margin:0; margin-top:-50px; }
    .about2-pic { max-width:100%; padding:1rem 0; }
}

/************************/
/*  FOOTER              */
/************************/
footer {
    position:relative; background:url(../img/pexels-airplane3a.jpg) no-repeat top; background-size:cover; padding:3rem 0 0; margin-top:0; width:100%; color:white;   }
.wrap-footer {
    width:100%; display:flex; justify-content:space-between; flex-wrap:wrap;   }
.col1, .col2, .col3, .col4 {
    width:100%; flex:1; display:flex; justify-content:center; align-items:flex-start; text-align:center; min-width:275px; padding:1rem; }
footer i {
    margin:0 1rem; }
footer i:hover, footer a:hover {
    color:blue; }
.scrolltop {
        display:flex; justify-content:flex-end; align-items:center;  }
.scrolltop a {
        margin:0 1rem 0 0; padding:0 .5rem 0 0; }
.copyright {
        width:100%; background:black; text-align:center; padding:.3rem; margin-top:1rem; color:white; }
@media (max-width:900px) {
        footer { padding:4rem 0 0;   }
    .wrap-footer {
        flex-direction:column; justify-content:space-between; align-items:center;   }
}
