/*==================================================================================
SS WORLD STRAP STYLE
Inspired by Bootstrap v5.3.3 and templatemo_511_journey
A fully resposive template with slick.js and a few more goodies.
World Theme can be morphed from a News Blog to a Beautiful Photo or Video Gallery
Color Schemes can be updated in the ss-world-strap.css file that is a customized
version of Bootstrap v5.3.3  Enjoy!
==================================================================================*/

a, button { transition: all 0.3s ease;text-decoration: none!important;}
a:hover,
a:focus {
	text-decoration: none!important;
	outline: none;
}
/*-- Google Icons Styling --*/
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  vertical-align: -11px;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
/*-- Material Icon Styling --*/
/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-40 { font-size: 40px; }
.material-icons.md-42 { font-size: 42px; }
.material-icons.md-46 { font-size: 46px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }
    
/* Standard Vanilla Bootstrap 5 Styling */
.bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

      .b-example-divider {
        width: 100%;
        height: 3rem;
        background-color: rgba(0, 0, 0, .1);
        border: solid rgba(0, 0, 0, .15);
        border-width: 1px 0;
        box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
      }

      .b-example-vr {
        flex-shrink: 0;
        width: 1.5rem;
        height: 100vh;
      }

      .bi {
        vertical-align: -.125em;
        fill: var(--bs-bi-color-2);
      }
      .bi:active {
        vertical-align: -.125em;
        fill: var(--bs-bi-color);
      }
      .bi:focus {
        vertical-align: -.125em;
        fill: var(--bs-bi-color);
      }
      .bi-sun {
        vertical-align: -.125em;
        fill: var(--bs-bi-color);
      }
      .bi:hover{
        color: var(--bs-primary);
      }
      .bi:active{
        color: var(--bs-bi-color-2);
      }
      /*.bi-sun:hover{
        color: yellow;
      }
      .bi-sun:active{
        color: yellow;
      }
      .bi-sun:focus{
        color: yellow;
      }*/
      .bi-2 {
    vertical-align: -.125em;
    fill: var(--bs-bi-color-2);
      }
      .bi-2:active {
    vertical-align: -.125em;
    fill: var(--bs-bi-color-2);
      }
      .bi-2:hover {
    vertical-align: -.125em;
    fill: var(--bs-bi-color-2);
      }
      .nav-scroller {
        position: relative;
        z-index: 2;
        height: 2.75rem;
        overflow-y: hidden;
      }

      .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
      }

      .btn-bd-primary {
        --bd-violet-bg: #712cf9;
        --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
        --bs-btn-font-weight: 600;
        --bs-btn-color: var(--bs-white);
        --bs-btn-bg: var(--bs-btn-bg-color);
        --bs-btn-border-color: var(--bd-violet-bg);
        --bs-btn-hover-color: var(--bs-white);
        --bs-btn-hover-bg: #6528e0;
        --bs-btn-hover-border-color: #6528e0;
        --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
        --bs-btn-active-color: #6528e0;
        --bs-btn-active-bg: #5a23c8;
        --bs-btn-active-border-color: #5a23c8;
      }

      .bd-mode-toggle {
        z-index: 9999;
      }

      .bd-mode-toggle .dropdown-menu .active .bi {
        display: block !important;
      }
.btn-primary {
    opacity: 0.8;
}
/*** Navbar ***/
.fixed-top {
    position:fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9998;
    background-color: var(--bs-navbar-bg);
    opacity: 0.9;
}
.navbar.fixed-top {
    display: flex;
    transition: .5s;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9998;
    background-color: var(--bs-navbar-bg);
    opacity: 1;
}
.navbar .navbar-nav .nav-link {
    padding: 10px 5px;
    color: var(--bs-navbar-body-color);
    font-size: 18px;
    font-weight: 600;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-nav-active-color);
}
.navbar .navbar-nav .nav-link:active,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-nav-active-color);
}
.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-nav-active-color);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        padding: 0;
    }
}
@media (min-width: 576px) {
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
        top: 80%;
    }
}
.nav{
  opacity: 0.8;    
}
/*---nav effects--*/
.dropdown-menu{
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-link-hover-bg: var(--bs-link-hover-color);
  color: #333;
  border-radius:10px;
  opacity: 0.9;
    }
.slide {
  animation: 0.6s slidedown;
}
@keyframes slidedown {
  from {
    transform: translateY(-10%);
  }
  to {
    transform: translateY(0);
  }
}

/*--Hide and Seek--*/
@media screen and (min-width:768px) and (max-width:1920px){
    .hide-lg {
        display: none;    
    }  
}
@media screen and (max-width:767px){
    .hide-md {
        display: none;    
    } 
}
/*--Video Hero Styling--*/    
/*header {
  position: relative;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: relative;
  top: 100%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container-fluid {
  position: relative;
}

header .overlay {
  position: relative;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  background-color: black;
  opacity: 0.9;
  z-index: 1;
}

/* Media Query for devices withi coarse pointers and no hover functionality */

/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */

/*@media (pointer: coarse) and (hover: none) {
  header {
    background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
  }*/

  /*header video {
    display: none;
  }*/
}
    /* Tabs */
.ss-tabs-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    background: var(--bs-nav-pills-link-bg);
}

.ss-tab-link {
    padding: 30px 25px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    color: white;
    font-weight: 400;
    font-size: 0.9rem;
    height: 100%;
    background: var(--bs-nav-pills-link-bg);
}

/*.ss-tab-link:hover { color: white; }*/

.ss-tab-link-li {
    background: transparent;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    transition: all 0.3s ease;    
}

.ss-tab-link:active {
    background-color: var(--bs-link-hover-color2);
}
.ss-tab-link:hover {
    background-color: var(--bs-link-hover-color);
}

.tab-pane {
    max-width: 100%;
    margin: auto;
}

.ss-d-table { display: table; }
.ss-page-wrap { 
    max-width: 1400px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    background: white;
}

.ss-container-outer {
    max-width: 100%;
    margin: 0 auto;    
}
@media screen and (max-width: 1080px) {
    .tm-tab-link-li { width: 25%; }
}
.bg-stats {
        background-color: var(--bs-dark-bg-subtle);
    }
/*Circle Picture Section*/
.ss-circle-img {
  width: 550px;
  height: 550px;
}
.ss-circle-img-container {
  text-align: right;
}
.ss-flex-center-v {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ss-text-container {
  max-width: 420px;
}
@media (max-width: 992px) {
  .ss-section-left {
    margin: 50px auto;
  }

  .ss-circle-img-container {
    text-align: center;
  }
@media (max-width: 576px) {
  .ss-circle-img-container {
    margin-bottom: 30px;
  }
  .ss-circle-img {
  width: 350px;
  height: 350px;
  }
}
.text-primary {
    --bs-text-opacity: 1;
    color: var(--bs-link-hover-color) !important;
}


/*---- CARD -----*/
.card-body {
    opacity: 0.9;
}
