html{
    font-size: 16px;
    font-family: "Montserrat", "Inter", "system-ui", "sans-serif";
    line-height: 1.6;
}
body{
    font-size: 16px;
}
.progress{
    height: 3px;
}
.progress-bar{
    background-color: rgba(242, 153, 74, 1);
}
header{
    background-color: rgba(0, 0, 0, 0.4);
    padding: 0;
}
.navbar{
    height:6.75rem;
    background-color: rgba(255, 255, 255, 0.95);
    padding-left:0px;
    margin-left:0px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 3px;

}

.navbar .container-fluid{
    width:100%;
    height:100%;
    padding-left:0px;
    padding-right: 0px;
    max-width: 1320px;
    display: flex;
}

.nav-item{
    /*margin-right:3.75rem;*/
    margin-left: 2rem;
}
.navbar-nav{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
/*
.show {
    background-color: rgba(255, 255, 255, 0.95);
    margin-top: 2.35rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
*/
.nav-item a, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .nav-link:focus, .nav-link:hover{
    /*color:rgba(255, 255, 255, 1);*/
    color: rgba(10, 36, 99, 1);
    /*font-size:1.25rem;*/
    font-weight: 500;
}
.navbar-nav .nav-link.active{
    color: rgba(10, 36, 99, 1);
    /*font-size: 1.25rem;*/
    font-weight: 700;
}
.navbar-brand{
    display: flex;
    align-items: center;
    margin-left: 2rem;
}
.div-navbar-logo-text{
    display: flex;
    flex-direction: column;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.span-navbar-logo-text-0{
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: rgba(10, 36, 99, 1);
    margin: 0;
    font-weight: 700;
}
.span-navbar-logo-text-1{
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgba(107, 114, 128, 1);
    margin: 0;
}
.navbar-brand img{
    width: 2.5rem;
    height: 2.5rem;
    background-size: cover;
}

.nav-link:hover{
    /*color:rgba(255, 255, 255, 1);
    font-size: 24px;
    font-weight: 700;
    text-decoration: underline;*/
    color: rgba(242, 153, 74, 1);

}

.dropdown-menu{
    /*background-color: rgba(0, 0, 0, 0.4);*/
    width: 15rem;
}
.dropdown-item{
    font-size:1.05rem !important;
    margin-top: 1.25rem;
    height: 2.25rem;
}
.dropdown-item:hover{
    color: rgba(242, 153, 74, 1);
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

footer{
    /*height: 30rem;
    background-image:url('../images/footer.jpg');*/
    color:rgba(255, 255, 255, 1);
    background-color: rgba(10, 36, 99, 1);
}
/*
.img-footer-logo{
    margin-left:10.61rem;
    margin-top:3.54rem;
    width:13.795rem;
}
*/
.div-footer-row{
    /*border: 1px solid black;*/
    padding-top: 4rem;
    padding-bottom: 2rem;
    color: rgb(255 255 255);
}
/*
.div-footer-col-1{
    margin-left:8.48rem;
    margin-right:2rem;
}
.p-footer-slogan{
    margin-top:1.6125rem;
    font-size:1.075rem;
    font-weight: 500;
    line-height: 1.77125rem;
    color: rgba(233, 233, 233, 1);
    text-align: left;
    vertical-align: middle;
}
.div-footer-social{
    margin-top:2.3918rem;
}

.div-footer-social img{
    width:2.25rem;
    margin-right:1.75rem;
}
.div-footer-info{
    margin-top:1.753125rem;
    margin-bottom:10rem;
}
.div-footer-info label{
    //color:rgba(14, 53, 146, 1);
    color: rgba(242, 153, 74, 1);
    font-size: 1.211875rem;
    font-weight: 600;
    line-height: 1.77125rem;
}
.div-footer-info p{
    font-size:  1.011875rem;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.77125rem;
    color: rgba(255, 255, 255, 1);
}
.div-footer-products, .div-footer-technology, .div-footer-about{
    margin-top:6.05rem;
}

.div-footer-products h4, .div-footer-technology h4, .div-footer-about h4{
    font-weight: 500;
}
.div-footer-products h4 span,.div-footer-technology h4 span, .div-footer-about h4 span{
    padding-bottom: 6px;
    border-bottom: 3px solid rgba(255, 255, 255, 1);
}

.div-footer-products h5{
    font-weight: 500;
    margin-top:1.4875rem;
}
.div-footer-products ul, .div-footer-technology ul, .div-footer-about ul{
    list-style-type:none;
}
.div-footer-products ul li a, .div-footer-technology ul li a, .div-footer-about ul li a{
    font-size: 1.011875rem;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.77125rem;
    color: rgba(255, 255, 255, 1);
    text-align: left;
    vertical-align: middle;
    text-decoration:none;
}
.div-footer-technology ul, .div-footer-about ul{
    margin-top: 1.675rem;
}
.div-footer-technology ul li, .div-footer-about ul li{
    margin-top: 1.275rem;
}
*/

.div-footer{
    width: 100%;
    max-width: 96rem;
    margin: 0 auto;
    padding: 0 1.25rem;
    display: grid;
    gap: 2rem;
    margin-bottom: 3rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.div-rights{
    width: 100%;
    max-width: 96rem;
    margin: 0 auto;
    padding: 0 1.25rem;
}
.div-footer-logo{
    display: flex;
    margin-bottom: 1.5rem;
    align-items: flex-end;
}

.div-footer-logo img{
    width: 2.5rem;
    height: 2.5rem;

}
.div-footer-logo h3{
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.div-footer-slogan{
    margin-bottom: 1.5rem;
    color: rgba(209, 213, 219, 1);
}
.div-footer-media{
    display: flex;
}
.div-footer-media a{
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.div-footer-media a, .div-footer-quick-links-ul a, .div-footer-industry-ul a{
    text-decoration: none;
    color: rgba(209, 213, 219, 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.div-footer-quick-links-h4, .div-footer-industry-h4, .div-footer-contact-h4{
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
}
.div-footer-quick-links-ul, .div-footer-industry-ul, .div-footer-contact-ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.div-footer-quick-links-ul li, .div-footer-industry-ul li, .div-footer-contact-ul li{
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.div-footer-contact-ul svg{
    margin-top: 0.25rem;
    color: rgba(242, 153, 74, 1);
}
.div-footer-contact-ul{
    color: rgba(209, 213, 219, 1);
}
.div-footer-contact-ul span{
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.div-rights{
    display: flex;
    justify-content: space-between;
}
.div-rights p{
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgba(156, 163, 175, 1);
    margin-bottom: 0px;
}
.div-right-other{
    display: flex;
}
.div-right-other a{
    text-decoration: none;
    font-size: 0.875rem;
    line-height: 1.25rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    color: rgba(156, 163, 175, 1);
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}




