.dropdown:hover .dropdown-menu{
display: block;
}
.dropdown-menu{
margin-top: 0;
}

.navbar-expand-sm .navbar-nav .nav-link {
padding-right: 10px !important;
padding-left: 10px !important;
border-right: 1px solid #00000052  !important;
}


.bg-dark {
/*  background-color: #05084c !important;*/
/* background: rgb(3,5,61);
background: linear-gradient(90deg, rgba(3,5,61,1) 0%, rgba(1,6,125,1) 100%); */

background: rgb(10,3,117);
background: linear-gradient(90deg, rgba(10,3,117,1) 0%, rgba(255,118,0,1) 100%); 
}


.footerAlt{
background: rgb(10,3,117);
background: linear-gradient(90deg, rgba(10,3,117,1) 0%, rgba(255,118,0,1) 100%); 
color:#fff; 
margin-top:15px; 
padding-top:8px;
}


.BorderGrad{
border-top-style: solid;
border-top-width:5px;
border-image: linear-gradient(45deg, #060d95, #ff0000, #ffde00, #00ffea, #0012ff, #00c81c, #8203ac) 1;
}

.carouselBgN{
background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(252,70,107,0) 100%);
}

.carouselBgP{
background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); 
}


.carousel-caption {top:40%; text-shadow: 1px 2px 3px #000;}
.carousel-caption h5 {font-size:40px; font-weight:bold;}
.carousel-caption p{ font-size:20px;}

.card{margin-top:10px; border:1px solid #fe6c00; border-bottom:5px solid #fe6c00; border-radius:15px; box-shadow: 1px 5px 10px #888888;}
.card img{border-radius:15px; -webkit-box-shadow: 0px 10px 13px -12px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 10px 13px -12px rgba(0,0,0,0.75);
box-shadow: 0px 10px 13px -12px rgba(0,0,0,0.75);}
.card-body{border:0;}
.card-title{text-align:center; font-weight:bold;}
.card-text{text-align:center;}

.BtnX{
display:block;
background: rgb(3,5,61);
background: linear-gradient(90deg, rgba(3,5,61,1) 0%, rgba(1,6,125,1) 100%);  
margin:3px; padding:15px 20px; font-size:18px; text-decoration:none; color:#fff;}

.BtnX:hover{color:#fff;
background: rgb(1,6,125);
background: linear-gradient(90deg, rgba(1,6,125,1) 0%, rgba(3,5,61,1) 100%); }


.Box1{background:#28324d url('../img/corner1.jpg') repeat-x bottom; padding:10px; color:#8993b0; }
.Box2{background:#e2ecf5 url('../img/corner2.jpg') repeat-x bottom; padding:10px; color:#8993b0; }

.Txt1{color:#32679f;}
.Txt2{color:#fff;}


.column {
float: left;
width: 25%;
}

/* The Modal (background) */
.modal {
display: none;
position: fixed;
z-index: 1;
padding-top: 100px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: black;
}

/* Modal Content */
.modal-content {
position: relative;
background-color: #fefefe;
margin: auto;
padding: 0;
width: 90%;
max-width: 1200px;
}

/* The Close Button */
.close {
color: white;
position: absolute;
top: 10px;
right: 25px;
font-size: 35px;
font-weight: bold;
}

.close:hover,
.close:focus {
color: #999;
text-decoration: none;
cursor: pointer;
}

.mySlides {
display: none;
}

.cursor {
cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
padding: 16px;
margin-top: -50px;
color: white;
font-weight: bold;
font-size: 20px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
user-select: none;
-webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
right: 0;
border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
color: #f2f2f2;
font-size: 12px;
padding: 8px 12px;
position: absolute;
top: 0;
}

img {
margin-bottom: -4px;
}

.caption-container {
text-align: center;
background-color: black;
padding: 2px 16px;
color: white;
}

.demo {
opacity: 0.6;
}

.active,
.demo:hover {
opacity: 1;
}

img.hover-shadow {
transition: 0.3s;
}

.hover-shadow:hover {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}