.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 100px;
    width: 100px;
    outline: black;
    background-size: 100%, 100%;
    background-image: none;
}

.carousel-control-next-icon:after {
    content: '>';
    font-size: 65px;
    color: rgba(218, 223, 225, 1);
}

.carousel-control-prev-icon:after {
    content: '<';
    font-size: 65px;
    color: rgba(218, 223, 225, 1);
}

carousel-item {


    /* height: 85vh;
    width: 85vw;*/
    min-height: 400px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    top: 30px;
    bottom: -10px;

}

.b_slide {

    background: rgba(12,86,166, 0.9);

}

.carousel-inner img {
    width: 100%;
    height: 100%
}

.search-sec {
    padding: 0.1rem;
}

.carousel-text_sub {
    color: whitesmoke;
}

.search-slt {
    display: block;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    height: calc(3rem + 2px) !important;
    border-radius: 0;
}

.wrn-btn {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    height: calc(3rem + 2px) !important;
    border-radius: 0;
}

.wrn-sel {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    height: calc(3rem + 2px) !important;
    border-radius: 0;
}

@media (min-width: 960px) {
    .search-sec {
        position: relative;
        top: 10px;
        background: rgba(26, 70, 104, 0.01);
    }
}

/* Sticky footer styles
-------------------------------------------------- */


body {
      
       /* Margin bottom by footer height */
    color: rgb(24, 24, 24);
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 32px;
}



/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
.header{
    left: 0;
    background-color: #0c56a6e6;
    text-align: center;
    color:aliceblue;
    width: 100%;
    display: inline-block;
    
}

.footer {
    background-color: rgba(12,86,166, 0.9);
    text-align: center;
    left: 0;
    bottom: 0;
    width: 100%
}
.container-b {
    background-color: rgba(12,86,166, 0.9);
    text-align: center;
    width: 100%;
    color: aliceblue;
}

   
   
footer p {
    color: whitesmoke;
    font-size: -1;
}

footer a {
    color: whitesmoke;
}

footer a:hover {

    color: whitesmoke;
}

footer a:visited {
    color: whitesmoke;
}

header h1,h2,h3 {
    color: whitesmoke;
}

/* The hero image */
.hero-image {
    /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("pics/page-header-elements.jpg");

    /* Set a specific height */
    height: 50%;

    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* Place text in the middle of the image */
.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;   
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}
.b-text {
    text-align: center;
    position: relative;
    top: 50%;   
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}
#div-desktop {
    display: none;
}

@media screen and (min-width: 801px) {
    #div-mobile {
        display: none;
    }

    #div-desktop {
        display: block;
    }
}


.topright {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 18px;
  }
  .topleft {
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: 18px;
  }
  
.lineright {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 18px;
  }