@media only screen and (max-width: 767px) {
    .logo-partner {
        height: 150px;
        width: 150px;
    }

    .container-map {
        background-color: #000000;
        padding: 0px;
    }

    .keys_list li {
        font-size: 14px;
        list-style-type: none;
        line-height: 2;
        color: black;
        font-weight: 200;
        font-family: Roboto-Lite, Sans-Serif;
        text-align: left;
    }

    .keys_list {
        width: 312px;
        padding: 0px;
    }

    .keys-section {
        height: 100%;
        background-color: #ffffff;
        padding: 40px;
        text-align: center;
    }
}

@media only screen and (min-width:768px) {
    .keys_list li {
        font-size: 14px;
        text-align: left;
        padding-left: 150px;
        list-style-type: none;
        line-height: 2;
        color: black;
        font-weight: 200;
        font-family: Roboto-Lite, Sans-Serif;
    }

    .partners-list img {
        padding-left: 20px;
    }

    .keys-section {
        background-color: #ffffff;
        padding: 40px;
        height: 290px;
        text-align: center;
    }

    .logo-partner {
        height: 220px;
        width: 200px;
    }

    .container-map {
        background-color: #000000;
        padding: 0px;
    }
}

.about {
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5522584033613445) 0%, rgba(227,225,225,1) 25%);
    background-size: cover;
}

.about_intro {
    font-weight: 800;
}

.row-about {
    padding: 100px;
}

.col-sm-5 {
    padding-top: 250px;
    padding-left: 50px;
}

.col-sm-2 {
    padding-right: 30%;
}






.keys_list i {
    color: green;
    font-size: 15px;
}

.keys-section h1 {
    font-size: 18px;
    font-weight: 400;
}

.keys-section p {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: normal;
}

.checklist {
    line-height: 1;
}

.partners-list {
    padding: 50px;
}


.partners-name {
    text-align: center;
}

.partners-name a {
    font-size: 20px;
    color: black;

}

.partners {
    padding: 50px;
}

.partners-bg {
    background-color: #e3e1e1;
}

.partners .hidden {
    position: absolute;
    bottom: 0;
    right: 0;
    background: black;
    color: white;
    margin-bottom: 5px;
    font-family: sans-serif;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s, opacity 0.5s linear;
    transition: visibility 0s, opacity 0.5s linear;
}

.partners {
    position: relative;
    width: 100%;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background: rgba(220, 219, 219, 0.28);
}

.partners:hover .overlay {
    opacity: 1;
}

.text {
    font-family: Roboto;
    font-size: 14px;
    color: black;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 50%;
}

.iframe-container iframe {
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid red;
}

.map {
    background-color: gray;
}
@media only screen and (max-width: 767px) {
    .mobile-only {
        display: block;
    }

    .showcase {
        padding: 12px;
    }

    .row-showcase {
        padding-bottom: 70px;
    }

    .desktop-only {
        display: none;
    }
}

.title {
    border-bottom: 1px red solid;
    color: white;
}

@media only screen and (min-width: 768px) {
    .mobile-only {
        display: none;
    }

    .showcase-container {
        padding: 100px;
    }

    .showcase {
        padding: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .banner {
        padding: 51px;
    }

    .details {
        background-color: #1f2732;
        padding: 54px;
    }

    .svg-yellow {
        padding-top: 100px;
        max-width: 427px;

    }
}



@media only screen and (min-width: 768px) {
    .banner {
        padding: 250px;
    }

    .details {
        background-color: #1f2732;
        padding: 150px;
    }
}



.coeus-input {
    width: 100%;
    border-radius: 4px;
    border: 1px lightcyan solid;
    padding: 10px;
    background-color: #1b2530;
    box-shadow: none;
    outline: none;
    color: white;
}

.form-coeus {
    padding: 10px;
}

.message {
    color: white;
}

.col .message p {
    text-align: start;
}

textarea {
    height: 150px;
}

.send-btn {
    background-color: #abdbe3;
    border-radius: 6px;
    height: 60px;
    width: 140px;
    outline: none;
    border: none;
    box-shadow: none;
    color: white;
}

.send-btn:hover {
    background-color: #1b2530;
    border: 2px #abdbe3 solid;
}

.banner-2 {
    background-color: lightsteelblue;
    width: 90%;
    padding: 50px;
}

.banner-2 h1{
    text-align: center;
}

.banner-last {
    width: 90%;
    padding: 50px;
}

.banner-last h1{
    text-align: center;
}

.parallax-1 {
    background-image: url(/assets/contact_us/space-bg-04de35114d09567f127e8202af58e3a2e2d958b0c358a4ab5bba061258f04ca9.webp);
    box-shadow: inset 0 0 0 1000px rgba(36, 34, 47, 0.44);
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-2 {
    background-image: url(/assets/contact_us/meeting-conference-845eb1d36035b2b22ca0ac1f05e98254b8133d7b7dbaa175d7601d14c4d27219.webp);
    box-shadow: inset 0 0 0 1000px rgba(3, 3, 3, 0.58);
    min-height: 700px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@font-face {
    font-family: 'Racing';
    src: url(/assets/RacingSansOne-Regular-5fb6b1c9c8afe06bd27772dba958f0268f41bf7c9da93c5f02b8fc4739e0669d.ttf)
}

.h-style {
    font-family: Racing;
    color: white;
}

.p-style {
    font-family: Helvetica, Sans-Serif;
    font-style: oblique;
    font-weight: 200;
    font-size: 16px;
    color: #ffffff;
}

.perform {
    font-family: Helvetica, Sans-Serif;
    font-style: oblique;
    font-weight: 200;
    font-size: 30px;
}


.shape-fill {
    filter: invert(98%) sepia(56%) saturate(3977%) hue-rotate(356deg) brightness(111%) contrast(104%);
    transform-origin: center;
    transform: rotate(180deg);
    transform: scale(1,-1);

}

.shape-fill-details {
    filter: invert(7%) sepia(20%) saturate(1139%) hue-rotate(178deg) brightness(96%) contrast(90%);
    transform-origin: right;
    transform: rotate(180deg);
    transform: scale(1,-1);

}

.shape {
    width: 100%;
    background: none;
    position: absolute;
}
@media only screen and (max-width: 767px) {
    .footer-socmed-logo {
        padding-left: 1px;
        padding-right: 33px;
        height: 100px;
        width: 300px;
    }

    .footer-socmed li {
        display: inline;
        font-size: 27px;
        padding: 0px;

    }
}

@media only screen and (min-width:768px) {
    .footer-socmed li {
        display: inline;
        font-size: 27px;
        padding: 10px;
    }
}

.coeus-footer {
    height: 100%;
}

.coeus-footer-banner {
    background-color: #040505;
    text-transform: uppercase;
    align-content: center;
    text-align: center;
    color: #999999;
    font-size: 25px;
    height: 200px;

}

.coeus-footer-banner a {
    text-decoration: none;
    color: white;
    font-weight: 500;
    padding: 10px;
}

.coeus-footer-banner .row {
    text-align: start;
}

.coeus-footer-banner .footer-tabs-header {
    color: lightgray;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.coeus-footer-banner .footer-logo img {
    width: 50%;
    height: auto;
}

.coeus-footer-banner .value {
    color: #999999;
    text-transform: uppercase;
    text-decoration: none;
    padding-top: 5px;
}
.coeus-footer-banner .copyright-span{
    font-size: 14px;
}

.container .footer-tabs-header {
    font-weight: 600;
    text-align: center;
    color: lightgray;
    padding-right: 100px;
}

.col p {
    text-align: center;
    color: lightgray;
}

ul {
    text-align: center;
    padding-right: 40px;
}



.all-rights {
    padding: 10px;
}

p {
    font-family: Roboto-Lite;
    font-weight: 400;
    font-size: 14px;
}

.coeus-bg {
    padding-bottom: 100px;
    height: 100%;
    width: 100%;
    background-image: url("data:image/svg+xml, %3Csvg style='background-color: 25282b;' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 950 200'%3E%3Cpath d='M473 67.3c-203.9 88.3-263.1-34-320.3 0C66 119.1 0 59.7 0 59.7V0h1000v59.7S937.9 85.8 905.1 89c-32.8 3.3-62.8-12.3-75.8-22.1-23.3-17.3-84-58.2-134.4-62.2S492.4 59 473 67.3z' style='' class='footer-shape-fill' opacity='.33'/%3E%3Cpath d='M734 67.3c-45.5 0-77.2-23.2-129.1-39.1-28.6-8.7-150.3-10.1-254 39.1s-91.7-34.4-149.2 0C115.7 118.3 0 39.8 0 39.8V0h1000v36.5S971.8 18 907.9 18c-97.7.1-132.2 49.3-173.9 49.3z' style='' opacity='.66'/%3E%3Cpath  d='M766.1 28.9c-200-57.5-266 65.5-395.1 19.5-129-46.6-129-43-186.2-27.8-56.8 15.2-52.5 24.3-94.9 31.9C28.6 63.7 0 0 0 0h1000s-9.9 40.9-83.6 48.1-86.8-1.1-150.3-19.2z' style='' opacity='0' /%3E%3C/svg%3E%0A");
}

.footer-socmed-logo a:hover {
    color: #aaaae5;
}


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 767px) {
    .head-banner {
        font-size: 10px;
        color: #acdccb;
    }

    .img-product {
        height: 320px;
        width: 310px;
    }

    .navbar-brand {
        width: 30%;

    }

    .service_item_logo {
        padding-top: 119px;
        padding-right: 100px;
        text-align: center;
        padding-bottom: 50px;
    }

    .logo_middle {
        width: 167px;
        height: 67px;
    }

    @keyframes change {
        0%
        {
            background-image: url(/assets/background-2-1bde733aa64c36096e9e9ff81a6652a9fec9d21f74cef89437b0eb72dc8c1a3a.webp);
            min-height: 700px;
            background-size: 100% 100%;
            background-attachment: fixed;
            background-position: top;
            background-repeat: no-repeat;
        }
        50%
        {
            background-image: url(/assets/background-a75fce150c73a825e1f7a92e98c00cc57c0c8d4bb6b93e58b02a4241b173e4ed.webp);
            min-height: 700px;
            background-size: 100% 100%;
            background-attachment: fixed;
            background-position: top;
            background-repeat: no-repeat;
        }
        100%
        {
            background-image: url(/assets/background-2-1bde733aa64c36096e9e9ff81a6652a9fec9d21f74cef89437b0eb72dc8c1a3a.webp);
            min-height: 700px;
            background-size: 100% 100%;
            background-attachment: fixed;
            background-position: top;
            background-repeat: no-repeat;
        }
    }
}
body {
    background-color: black;
    font-family: Roboto, Sans-Serif;
}


.head-banner-div {
    padding-top: 100px;
}

.head-banner span {vertical-align:middle;}
.head-banner .capital {font-size:80px;}

.welcome {
    /* The image used */
    background-image: url(/assets/background-a75fce150c73a825e1f7a92e98c00cc57c0c8d4bb6b93e58b02a4241b173e4ed.webp);
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4);
    min-height: 700px;
    background-size: 100%;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    /*background-size: cover;*/
    animation: change 10s infinite ease-in-out;
}

/***************/
/*DESKTOP VIEW*/
@media only screen and (min-width: 768px) {
    .head-banner {
        font-size:50px;
        color: #acdccb;
    }

    .img-product {
        height: 420px;
        width: 510px;
    }


    .service_item_logo {
        padding-top: 258px;
        text-align: center;
    }

    .logo_middle {
        width: 310px;
        height: 110px;
    }


    @keyframes change {
        0%
        {
            background-image: url(/assets/background-2-1bde733aa64c36096e9e9ff81a6652a9fec9d21f74cef89437b0eb72dc8c1a3a.webp);
            min-height: 700px;
            background-size: 100%;
            background-attachment: fixed;
            background-position: top;
            background-repeat: no-repeat;
        }
        50%
        {
            background-image: url(/assets/background-a75fce150c73a825e1f7a92e98c00cc57c0c8d4bb6b93e58b02a4241b173e4ed.webp);
            min-height: 700px;
            background-size: 100%;
            background-attachment: fixed;
            background-position: top;
            background-repeat: no-repeat;
        }
        100%
        {
            background-image: url(/assets/background-2-1bde733aa64c36096e9e9ff81a6652a9fec9d21f74cef89437b0eb72dc8c1a3a.webp);
            min-height: 700px;
            background-size: 100%;
            background-attachment: fixed;
            background-position: top;
            background-repeat: no-repeat;
        }
    }
}

#welcome {
    color: white;
}

.services {
    font-family: Roboto;
    padding-top: 40px;
    padding-bottom: 70px;
    width: 100%;
}

.service_item {
    padding: 10px;
}

.service_item h1 {
    color: #D8D8D8;
    font-size: 25px;
    font-weight: 600;
}

.service_item .fa-calendar-check {
    color: yellow;
    font-size: 55px;
}

.service_item .fa-bullhorn {
    color: dodgerblue;
    font-size: 55px;
}

.service_item .fa-clock {
    color: red;
    font-size: 55px;
}

.service_item .fa-globe-americas {
    color: cornflowerblue;
    font-size: 55px;
}

.service_item p {
    font-family: Roboto-Lite;
    color: gray;
    font-size: 15px;
}


.pad_adjust {
    padding-top: 110px;
}

.pad_adjust_response {
    padding-top: 50px;
}

.image_darken:hover {
    filter:brightness(50%);
    transition: 1s;
}

.image_darken {
    transition: 1s;
}

.modal{
    background-color: rgba(0, 0, 0, 0.16) !important;
}
.modal .modal-content{
    background-color: rgba(0, 0, 0, 0.16) !important;

}

.welcome span {
    display: inline-block;
}

.image_darken {
    opacity: 0;
}

.image_darken.animate__animated {
    opacity: 1;
}

.headers {
    opacity: 0;
}

.headers.animate__animated {
    opacity: 1;
}




@media only screen and (max-width: 767px) {
}

@media only screen and (min-width: 768px) {
    .inquire-container {
        width: 80%;
    }
}
.form-custom {
    border: 1px white solid;
    background-color: black;
    color: white;
    width: 100%;
    padding: 10px;
}

.form-group {
    padding: 20px;
    color: lightgray;
}

textarea {
    height: 250px;
}

.btn-green {
    padding: 10px;
    background-color: #61ce70;
    border-radius: 2px;
    box-shadow: none;
    outline: none;
    border: none;
    width: 120px;
    color: white;
}


.carousel .carousel-indicators button {
    padding: 5px;
    width: 1px;
    height: 1px;
    border-radius: 50px;
    border: none;
    margin: 4px;
    background-color: white;
}

.carousel-indicators .active {
    background-color: black;
}

.carousel-control-next, .carousel-control-prev {
    background-color: transparent;
    border: none;
}

.carousel-control-prev {

    justify-content: start;
}

.carousel-control-next {
    justify-content: end;
}

.carousel-control-next:hover, .carousel-control-prev:hover {
    background-color: transparent;
}

/*Section 2*/
.row .col-4 img {
    width: 100%;
    height: auto;
    transition: all 0.3s;
    padding: 0;
    margin: 0;
}

.hover-zoom{
    overflow: hidden;
}

.row .col-4 img:hover {
    transform: scale(1.1);
}
.navbar-brand img {
    width: 250px;
    margin-right: 50px;
}

.nav-item a {
    color: white;
    font-weight: 800;
    border-bottom: 3px transparent solid; /* Transparent border by default */
    transition: border-color 0.2s;
}

.nav-item {
    margin-right: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    padding-left: 10px;
}

.nav-item a:hover {
    border-bottom: 3px red solid;
    /*color: red;*/
    color: #b22f0a;
    border-bottom-color: #d12106;
}

/*.nav-item li:hover {*/
/*    color: red;*/
/*    text-decoration: none;*/
/*}*/

.active {
    margin-right: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    padding-left: 10px;
}

.active a {
    border-bottom: 3px lightblue solid;
    color: lightblue;
    font-weight: 800;
    font-size: 14px;
}

.active a:hover {
    color: lightblue;
}


@media only screen and (max-width: 767px) {
    .learn-more-p {
        text-align: center;
        padding-top: 8px;
    }

    .img-product {
        width: 250px;
        height: 232px;
    }

    .longspan-product {
        width: 250px;
        height: 250px;
    }

    .longspan-page-row {
        padding-bottom: 5%;
    }

    .container-drive {
        padding-top: 10%;
    }

    .racking-system-header {
        padding-left: 20%;
        padding-bottom: 5%;
        padding-top: 10%;
    }
}

@media only screen and (min-width: 768px) {
    .learn-more-p {
        text-align: right;
        padding-top: 100px;
    }

    .img-product {
        width: 578px;
        height: 378px;
    }

    .longspan-product {
        width: 712px;
        height: 535px;
    }

    .longspan-page-row {
        padding: 10%;
    }

    .container-drive {
        padding-top: 5%;
    }

    .racking-system-header {
        padding-left: 40%;
        padding-bottom: 5%;
        padding-top: 10%;
    }
}

.vid-size-drive {
    width: 100%;
    height: 100%;
}

.hand-drive-img {
    width: 100%;
}

hr {
    color: red;
}

.banner {
    padding: 100px;
}

a {
    text-decoration: none;
}

.learn-more {
    border: 2px white outset;
    padding: 10px;
    background-color: black;
    color: white;
}

.learn-more:hover {
    border: 2px white solid;
    padding: 10px;
    background-color: white;
    color: black;
}

.row-products {
    padding: 60px;
    color: lightgray;
}

.row-product-space {
    padding: 60px;
    font-size: 20px;
    color: lightgray;
}

.systems {
    opacity: 0;
}

.systems.animate__animated {
    opacity: 1;
}


.description {
    opacity: 0;
}

.description.animate__animated {
    opacity: 1;
}

.row-product-space p {
    font-size: 14px;
}

.description {
    font-size: 12px;

}

.banner {
    color: lightgray;
}

.systems {
    text-align: center;
    color: white;
    padding-top: 50px;
    padding-bottom: 50px;
}

.contact {
    padding-top: 100px;
}

.contact a {
    text-decoration: none;
}

@font-face {
    font-family: 'Anton';
    src: url(/assets/Anton-Regular-44a3103f329f85303237ef8604f949e3c59c6d5dcc1010c272c24f3311264de1.ttf)
}

.longspan-header {
    font-family: 'Anton';
    padding: 20px;
    color: white;
    letter-spacing: 2px;

}

.longspan-header h1 {
    letter-spacing: 3px;
}

.longspan-header p {
    font-family: 'Roboto';
    font-weight: 200;
    text-align: center;
}

.product-images {
    padding-left: 20%;
}

.feature-details h1 {
    font-family: Roboto-Lite, Sans-Serif;
    font-size: 20px;
}

.feature-details p {
    font-family: Roboto-Lite, Sans-Serif;
    font-size: 14px;
    line-height: 2.5;
    letter-spacing: 1.53px;
    font-weight: 100;
}

.our-products-heading {
    padding: 25px;
}

.our-products-heading h1 {
    font-family: Roboto, Sans-Serif;
    font-weight: 200;
    font-size: 1.5vw;
    letter-spacing: 8.55px;
    text-align: center;

}

.electrical-drive-description p {
    font-family: Roboto, Sans-Serif;
    font-weight: 200;
    font-size: 14px;
    letter-spacing: 3px;
    text-align: center;
}

.feature-details {
    padding: 30px;
    text-align: left;
}

.feature-image {
    padding: 30px;
}

.feature-image img {
    text-align: center;
}

.racking-system-list {
    line-height: 2;
    text-align: left;
}

.racking-system-list {
    padding-left: 118px;
}

.racking-system-list li {
    font-size: 14px;
    text-align: left;
    list-style-type: none;
    color: white;
    font-weight: 200;
    font-family: Roboto-Lite, Sans-Serif;
}


@font-face {
    font-family: 'Roboto-Lite';
    src: url(/assets/Roboto-Light-2ad2b3958b10fead7e6b8acda5108d09d59192eac6e8a6c4837dad70b105c1fd.ttf);
    font-weight: 200;
}

.racking-system-header h5 {
    color: #FFFFFF;
    font-family: Roboto-Lite, Sans-Serif;
}

.carousel-sinsino {
    width: 100%;
    max-height: 100% !important;
}

.carousel-indicators {
    bottom: -50px;

}

.carousel-indicators button {
    height: 50px;
}

.carousel-div {
    padding-left: 0%;
}

.float{
    position:fixed;
    width:228px;
    height:56px;
    bottom:40px;
    right:40px;
    background-color:#0C9;
    color:#000000;
    border-radius:5px;
    text-align:center;
    padding: 5px;
    transition: all 0.3s ease-in-out;
}

.my-float{
    margin-top:22px;
}

.float:hover {
    position:fixed;
    width:228px;
    height:56px;
    bottom:40px;
    right:40px;
    background-color: transparent;
    color: #ffffff;
    border-radius:5px;
    border: 1px solid #0C9;
    text-align:center;
    padding: 5px;
    transform: scale(1.1);
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
