/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

 html {
  position: relative;
  min-height: 100%;
}

body {
  padding-top: 56px;
  margin-bottom: 60px;
}


.carousel-item {
  height: 250px;
  min-height: 100px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}


.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
}

.v-divider{
 width:1px;
 height:100%;
 border-left:1px solid lightgray;
}

/*  Destiny Innovations CI */
.bg-dark {
    /* background-color: rgb(182, 50, 42) !important ; */
  background-color: rgb(82, 114, 144) !important ;
}

.breadcrumb , .card-header{
    background-color: rgba(82, 114, 144, 0.1)  ;
}

.container{
    /* background-color: white ; */

    /* background-color: rgba(82, 114, 144, 0.1) ; */
    border-radius: .25rem;
}

body{
    background-color: rgba(82, 114, 144, 0.1) ;
}

.lic{
    /* background-color: rgba(182, 50, 42, 0.5) !important ; */
    color : #6c757d ;
    text-align: right ;
    font-size: 0.75em ;
}

.reverse {
  unicode-bidi: bidi-override;
  direction: rtl;
}
