﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    color: #01468f;
    padding: 2px 0px;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    /*  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;*/
    color: #1861ac;
    background-color: #1861ac;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    /*    margin-bottom: 100px;*/
    min-height: 400px;
    margin-bottom: 220px;
    clear: both;
    padding-bottom: 60px;
}
.footer {
    position: absolute;
    bottom: 0;
    margin-top: 210px;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
    background-color: #003770;
}


/*------------------------------------------*/


.bodywrap{
    padding-bottom:60px;
}

.fa {
    padding: 2px;
    font-size: 10px;
    width: 25px;
    text-align: center;
    text-decoration: none;
/*    margin: 5px 2px;*/
/*    border-radius: 45%;*/
}

    .fa:hover {
        opacity: 0.7;
    }

.fa-facebook {
    background: #3B5998;
    color: white;
    padding: 7px;
    font-size: 20px;
    border-radius: 45%;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
    padding: 7px;
    font-size: 20px;
    border-radius: 45%;
}

.fa-linkedin {
    background: #007bb5;
    color: white;
    padding: 7px;
    font-size: 20px;
    border-radius: 45%;
}


/*.fa-envelope {
    background: #007bb5;
    color: white;
}*/

.fa-home {
/*    background: white;*/
    color: #01468f
}
h3 {
    text-align: center;

}
h4 {
    text-align: center;
    color: #01468f;
}

h5 {
    text-align: center;
    color: #01468f;
}

h6 {
    text-align: center;
    color: #01468f;
}
.lefttext {
    text-align: left;
    color: #022f5e;
}
.rightfootertext {
    text-align: right;
/*    color: #01468f;*/
}
div.bluebody {
    text-align: center;
    background-color: #01468f;
   
}

.squarecenter {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.myheader {
/*    padding: 0px;*/
/*    text-align: left;*/
    background: #003770;
/*    color: white;
    font-size: 17px;*/
}

.bottomheader {
    background: #f2f4f5;
}

.centertext {
    margin-left: auto;
    margin-right: auto;
    width: 8em
}

.nav-link:hover {
    color: #1c1c1c;
    opacity: 0.6;
}

p.big{
    line-height:1.8;
}

.contactbox {
    width: 52%;
    margin-right: 2%;
    float: left;
}

.contactinfo {
    width: 40%;
/*    float: left;*/
    margin-left: auto;
    margin-right: auto;
    top: 60px;
}

.headerinfo {
    float: left;
}


.contactbox form{
    width:100%;
}

.clearfix {
    clear: both
}

.productinfor {
    width: 30%;
    float: right;
/*    top: 90px;*/
}

.productinfol {
    width: 30%;
    float: left;
/*    top: 90px;*/
}

.mystyle {
    width: 100%;
    padding: 25px;
    background-color: coral;
    color: white;
    font-size: 25px;
    box-sizing: border-box;
}

.dropbtn {
    background-color: #fafafa;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
        color: #02365c;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

.dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #f5f5f5;
}

.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}

.img-wrap{
    max-width: 100%;
    max-height:50px;
    height: auto;
    margin-left: 20px;
   
}

table, td, th {
        border: 0.5px solid #dddddd;
    text-align: center;
    padding: 8px;
/*    border: 1px solid #01468f;*/
 
}

.ulcolumns {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

#arrow {
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    margin-top: 40px;
}

.ularrow li {
    position: relative;
    padding-bottom: 10px;
}

.ularrow {
    list-style: none;
}
.ularrow li:before {
    content: '';
    position: absolute;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    width: 10px;
    height: 10px;
    top: calc(50% - 4px);
    left: -20px;
    transform: translateY(-50%) rotate(-45deg);
}
  

