html {
    scrollbar-color: #747474 #ffffff;
    scrollbar-width: thin;
    max-width: 100vw;
    --prim-bg: rgb(0, 0, 0);
  }
  
  html, body {
    overflow-x: hidden;
  }
  
  /* Small Devices, Tablets */
  @media only screen and (max-width : 768px) {
    .animated {
      /*CSS transitions*/
      -o-transition-property: none !important;
      -moz-transition-property: none !important;
      -ms-transition-property: none !important;
      -webkit-transition-property: none !important;
      transition-property: none !important;
      /*CSS transforms*/
      -o-transform: none !important;
      -moz-transform: none !important;
      -ms-transform: none !important;
      -webkit-transform: none !important;
      transform: none !important;
      /*CSS animations*/
      -webkit-animation: none !important;
      -moz-animation: none !important;
      -o-animation: none !important;
      -ms-animation: none !important;
      animation: none !important;
    }
  }
  
  /*@media (prefers-color-scheme: light) { */
  body {
    /*background-color: #fffffe;*/
    background-color: var(--prim-bg) !important;
    overflow-x: hidden;
    max-width: 100vw;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgb(255, 255, 255);
    text-align: left;
    display: grid;
    grid-gap: 10px;
    padding: 0px !important;
    margin-right: 0px;
  }
  .scrolled-down{
    transform:translateY(-101%); transition: all 0.3s ease-in-out;
 }
 .scrolled-up{
    transform:translateY(0); transition: all 0.3s ease-in-out;
 }
 .smart-scroll{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
  /* }
  
  @media (prefers-color-scheme: dark) {
    body {
      background-color: #0f0f0f;
      overflow-x: hidden;
      max-width: 100vw;
      margin: 0;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: rgb(255, 255, 255);
      text-align: left;
      display: grid;
      grid-gap: 10px;
    }
  }
  */
  h1 {
    font-family: var(--font-sans);
    font-style: bold;
  }
  
  .sect5 a {
    color: white;
  }
  
  a:hover {
    color: white;
    text-decoration: none;
  }
  
  .navbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    max-width: 100vw;
    overflow-x: hidden;
    /* position: sticky;
    top:0px;
    z-index: 9;
    */
  }
  
  .nav-button {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  
  .navbar a {
    padding-right: 0;
    padding-left: 0;
  }
  
  
  
  footer {
    font-weight: 500;
    font-family: "metropolis-bold", sans-serif;
    font-size: 20px;
    line-height: 1.286;
    text-transform: uppercase;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px;
    margin-right: 0px;
  }
  
  .container {
    width: 100%;
    padding-right: 15px;
    padding-left: auto;
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px;
  }
  
  .page-container {
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  .center-text {
    text-align: center;
  }
  
  .paragraph-def p {
    color: #a7a9be;
  }
  
  .page-heading {
    text-align: center;
    font-size: 50px;
    margin: 15px;
    color: #fffffe;
  }
  
  .italic {
    font-style: italic;
  }
  
  .row {
    margin-bottom: 30px;
  }
  
  .btn {
    padding: 20px;
    border-radius: 5px;
    transition: 0.1s;
    filter: brightness(100%);
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    transition: 0.3s;
    margin: 10px;
    outline: none;
    padding: 0.375rem 0.75rem;
  }
  
  .p-2 {
    color: rgb(255, 255, 255) !important;
    transition: 0.2s;
  }
  
  .p-2:hover {
    color: rgb(192, 191, 191) !important;
    text-decoration: none;
  }
  
  .button {
    padding: 20px;
    border-radius: 5px;
    transition: 0.1s;
    filter: brightness(100%);
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    transition: 0.2s;
    margin: 20px;
    outline: none;
    text-decoration: none;
  }
  
  .button:hover {
    text-decoration: none;
  }
  
  /* @media (prefers-color-scheme: light) { */
  .btn-black {
    background-color: black;
    color: white !important;
    transition: 0.2s;
  }
  
  .btn-black:hover {
    filter: brightness(90%);
    box-shadow: 0.1px 6px 0.2px rgba(0, 0, 0, .2);
  }
  
  .btn-black:focus {
    border-radius: 0px;
    outline: none;
  }
  
  /*
  }
  
  @media (prefers-color-scheme: dark) {
  .btn-black {
    background-color: white;
    color: black !important;
    transition: 0.2;
  }
  
  .btn-black:hover {
    filter: brightness(70%);
    box-shadow: 0.1px 6px 0.2px rgba(0, 0, 0, .1);
  }
  
  .btn-black:focus {
    border-radius: 0px;
    outline: none;
  }
  }
  */
  .btn-lg {
    border-radius: 8px;
    transition: 0.2s;
    filter: brightness(100%);
    padding: 10px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-top: 20px !important;
    font-size: 30px;
    padding-bottom: 15px;
    text-decoration: none;
    transition: 0.2s;
    margin: 20px;
    outline: none;
    text-decoration: none;
  }
  
  .btn:focus {
    outline: none;
  }
  
  .btn-lg:hover {
    filter: brightness(95%);
    color: white;
    outline: none;
    text-decoration: none;
  }
  
  .btn-lg:focus {
    border-radius: 8px;
  }
  
  .btn-primary {
    background-color: #0070f3;
    color: white;
    transition: 0.2s;
  }
  
  .btn-blue {
    background-color: #0070f3;
    color: white !important;
    transition: 0.2s;
    border-color: #0070f3;
  }
  .btn-blue:focus{
    color:white;
  }
  .btn-green {
    background-color: #03a33e;
    color: white !important;
    transition: 0.2s;
    border-color: #03a33e;
  }

  .btn-green:focus {
    color: white;
  }

  .btn-green:hover {
    background-color: #fffffe !important;
    color: #03a33e !important;
  }

  .btn-green:focus {
    background-color: #fffffe !important;
    color: #03a33e !important;
  }

  .btn-red {
    background-color: #a3032b;
    color: white !important;
    transition: 0.2s;
    border-color: #a3032b;
  }

  .btn-red:focus {
    color: white;
  }

  .btn-red:hover {
    background-color: #fffffe !important;
    color: #a3032b !important;
  }

  .btn-red:focus {
    background-color: #fffffe !important;
    color: #a3032b !important;
  }
  .btn-blue-glow{
    background: linear-gradient(90deg, #2174d5, #0070f3 );
    color: white !important;
    transition: 0.2s;
    border-color: #0070f3;
    border-radius: 0px;
    box-shadow: 0px 6px 15px  rgba(0, 112, 244,.64);
    transition: 0.4s;
    outline: none !important;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 10px;
  }
  .btn-blue-glow ::-moz-selection {
    background: rgba(0, 0, 0, 0) !important;
  }
  .btn-blue-glow ::selection {
    background: rgba(0, 0, 0, 0) !important;
  }
  .btn-blue-glow:hover{
  box-shadow: 0px 4px 11px  rgba(0, 112, 244,0.5);
  }

  .btn-green-glow{
    background: linear-gradient(90deg, #3eca22d8, #19d122c0 );
    color: white !important;
    transition: 0.2s;
    border-color:#2dc235c0;
    border-radius: 0px;
    box-shadow: 0px 6px 15px  #0aec15b2;
    transition: 0.4s;
    outline: none !important;
    padding-left: 30px;
    padding-right: 30px;
  }
  .btn-green-glow ::-moz-selection {
    background: rgba(0, 0, 0, 0) !important;
  }
  .btn-green-glow ::selection {
    background: rgba(0, 0, 0, 0) !important;
  }
  .btn-green-glow:hover{
  box-shadow: 0px 4px 11px  rgba(0, 244, 12,0.5);
  }


  .btn-orange-glow{
    background: linear-gradient(90deg, #f1b04dd8, #d4912cd8 );
    color: white !important;
    transition: 0.2s;
    border-color:#c2862dc0;
    border-radius: 0px;
    box-shadow: 0px 6px 15px  #ca8722d8;
    transition: 0.4s;
    outline: none !important;
    padding-left: 30px;
    padding-right: 30px;
  }
  .btn-orange-glow ::-moz-selection {
    background: rgba(0, 0, 0, 0) !important;
  }
  .btn-orange-glow ::selection {
    background: rgba(0, 0, 0, 0) !important;
  }
  .btn-orange-glow:hover{
  box-shadow: 0px 4px 11px  rgba(235, 141, 33, 0.5);
  }

  .btn-purple-glow{
    background: linear-gradient(90deg, #8929c1, #9c00f4);
    color: white !important;
    transition: 0.2s;
    border-color: #9c00f4;
  
    border-radius: 0px;
    box-shadow: 0px 6px 15px rgba(156, 0, 244,.64);
    transition: 0.4s;
    outline: none !important;
    padding-left: 30px;
    padding-right: 30px;
  }
  .btn-purple-glow:hover{
  
    box-shadow: 0px 4px 11px  rgba(156, 0, 244,0.5);
  }
  .btn-purple-glow ::-moz-selection {
    background: rgba(0, 0, 0, 0) !important;
  }
  .btn-purple-glow ::selection {
    background: rgba(0, 0, 0, 0) !important;
  }
  .btn-red-glow{
  
    background: linear-gradient(90deg, #f40047, #d50943);
    color: white !important;
    transition: 0.2s;
    border-color: #f40047;
    border-radius: 0px;
  
    box-shadow: 0px 6px 15px rgba(244, 0, 71,.64);
    transition: 0.4s;
    outline: none !important;
    padding-left: 30px;
    padding-right: 30px;
  }
  .btn-red-glow:hover{
    box-shadow: 0px 4px 11px  rgba(244, 0, 71,0.5);
  }
  .btn-red-glow:focus{
    outline: none !important;
  }
  .btn-red-glow ::-moz-selection {
    background: rgba(0, 0, 0, 0) !important;
  }
  .btn-red-glow ::selection {
    background: rgba(0, 0, 0, 0) !important;
  }
  .btn-blue-glow:focus{
    outline-width: none !important;
  }
  .btn-blue:hover {
    background-color: #fffffe !important;
    color: #0070f3 !important;
  }
  
  .btn-blue:focus {
    background-color: #fffffe !important;
    color: #0070f3 !important;
  }
  .btn-secondary {
    background-color: #68686a;
    color: white;
    border-radius: 0px;
    outline:none;
    outline-color: rgba(0, 0, 0, 0) !important;
  }
  .btn{
    outline:none;
    outline-color: rgba(0, 0, 0, 0) !important;
  }
  .btn-tertiary {
    background-color: #4353ff;
    color: white;
    border-radius: 0px;
  }
  
  .btn-primary:focus {
    outline-width: 3px;
    outline-color: rgba(18, 124, 172, 0.42);
    outline-style: solid;
  }
  
  .btn-secondary:focus {
    outline-width: 3px;
    outline-color: rgba(83, 86, 87, 0.42);
    outline-style: solid;
  }
  
  .btn-tertiary:focus {
    outline-width: 3px;
    outline-color: rgba(56, 35, 177, 0.42);
    outline-style: solid;
  }
  
  @font-face {
    font-family: 'Bebas';
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/BebasNeue-Regular.woff2") format("woff2");
  }
  
  
  .sticky {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 0;
  }
  
  .sect1 {
    background: linear-gradient(30deg, #021048, #1e38a3);
    width: 100vw;
    padding: 40px;
  }
  
  .sect1 h1 {
    color: rgb(255, 255, 255);
  }
  
  .sect2 {
    background-color: rgb(246, 247, 249);
    color: rgb(0, 0, 0) !important;
    border-top: 1px solid #eaeaea;
    width: 100vw;
    padding: 40px;
    padding-bottom: 70px !important;
    margin: 0px;
    /*margin-top:10% !important;*/
  }
  
  .sect5 {
    background-color: #252423;
    width: 101vw;
    padding: 40px;
    color: #5f6c7b;
    display: grid;
  }
  
  .sect3 {
    background-color: #4d80e4;
    width: 100vw;
    padding: 40px;
  }
  
  .sect3 h1 {
    color: rgb(255, 255, 255);
  }
  
  .sect4 {
    background-color: #0f0e17;
    color: rgb(255, 255, 255);
    width: 100vw;
    padding: 40px;
  }
  
  .sect5 {
    background-color: black;
    color: rgb(255, 255, 255);
    width: 100vw;
    padding: 40px;
  }
  
  .sect4 h1 {
    color: rgb(255, 255, 255);
  }
  
  .dnbtn {
    top: 85vh;
    height: 20px;
    filter: invert();
    transition: 0.5s;
    transform: scale(1.5);
  }
  
  .dnbtn:hover {
    transform: scale(3.5);
  }
  
  .btn {
    margin: 5px;
  }
  
  /* main shit*/
  .display-3 {
    font-family: 'Bebas';
    text-shadow: 2px 2px 10px #141414;
    color: #fefefefe;
  }
  
  .display-4 {
    font-family: 'Bebas';
    color: #96a6eb;
  }
  
  .display-5 {
    font-family: 'Helvetica Neue';
    font-size: 2rem;
  }
  
  .display-7 {
    font-family: 'Bebas';
    color: #7fadf2;
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
  }
  
  .page-footer {
    width: 100vw;
    position: relative;
    bottom: 0;
    left: 0;
  }
  
  .indxbox {
    font-family: "Segoe UI";
    background-color: #292827;
    width: 400px;
    height: 400px;
    display: inline-block;
    transition: 0.3s;
    padding: 40px;
    margin: 20px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: left;
    position: relative;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
  }
  
  .indxbox {
    color: #5f6c7b;
    text-decoration: none;
  }
  
  .indxbox:hover {
    color: white;
    text-decoration: none;
  }
  
  .indxbox-dark {
    background-color: #292827;
  }
  
  .indxbox-dark:hover {
    background-color: #3b3a39;
  }
  
  .imgsect {
    width: 100vw;
    max-height: 700px;
  }
  
  .imgsect:before {
    filter: brightness(65%);
  }
  
  .row.text-center>div {
    display: inline-block;
    float: none;
  }
  
  /* Nav Bar Begins Here*/
  
  .navbar-brand{

    margin-left:20% !important;
    }

    
  nav .navbar-nav li a {
    color: rgb(255, 255, 255) !important;
    transition: 0.3s;
  }
  
  nav .navbar-nav li a:hover {
    color: rgb(192, 191, 191) !important;
    transition: 0.3s;
  }
  nav .navbar-nav .dropdown-menu a {
    color: rgb(255, 255, 255) !important;
  }
  
  hr.style8:after {
    content: '';
    display: block;
    margin-top: 2px;
    border-top: 1px solid #8c8b8b;
    border-bottom: 1px solid #fff;
  }
  
  hr.style9 {
    border-top: 1px dashed #8c8b8b;
    border-bottom: 1px dashed #fff;
  }
  
  hr.style10 {
    border-top: 1px dotted #8c8b8b;
    border-bottom: 1px dotted #fff;
  }
  
  hr.style13 {
    height: 10px;
    border: 0;
    box-shadow: 0 10px 10px -10px #8c8b8b inset;
  }
  
  hr.style14 {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    /* I don't think any of the below are necessary ? */
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  }
  
  hr.style15 {
    border-top: 4px double #8c8b8b;
    text-align: center;
  }
  
  hr.style15:after {
    content: '\002665';
    display: inline-block;
    position: relative;
    top: -15px;
    padding: 0 10px;
    background: #f0f0f0;
    color: #8c8b8b;
    font-size: 18px;
  }
  
  hr.style16 {
    border-top: 1px dashed #8c8b8b;
  }
  
  hr.style16:after {
    content: '\002702';
    display: inline-block;
    position: relative;
    top: -12px;
    left: 40px;
    padding: 0 3px;
    background: #f0f0f0;
    color: #8c8b8b;
    font-size: 18px;
  }
  
  hr.style17 {
    border-top: 1px solid #8c8b8b;
    text-align: center;
  }
  
  hr.style17:after {
    content: '§';
    display: inline-block;
    position: relative;
    top: -14px;
    padding: 0 10px;
    background: #f0f0f0;
    color: #8c8b8b;
    font-size: 18px;
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  
  hr.style18 {
    height: 30px;
    border-style: solid;
    border-color: #8c8b8b;
    border-width: 1px 0 0 0;
    border-radius: 20px;
  }
  
  hr.style18:before {
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: #8c8b8b;
    border-width: 0 0 1px 0;
    border-radius: 20px;
  }
  
  hr.styleSpace:after {
    content: '.';
    visibility: hidden;
    height: 30px;
  }
  
  hr.style19 {
    height: 30px;
    border-style: solid;
    border-color: #8c8b8b;
    border-width: 1px 0 0 0;
    border-radius: 20px;
  }
  
  @import url('https://drc.aspencdn.me/web/fonts/fonts.css');
  
  .toast__container {
    display: table-cell;
    vertical-align: middle;
    transition: 0.3s;
  }
  
  .toast__cell {
    display: inline-block;
    float: inherit;
  }
  
  .add-margin {
    margin-top: 20px;
    margin-left: 30px;
  }
  
  .toast {
    text-align: left;
    padding: 21px 0;
    margin-right: 20px;
    background-color: #fff;
    border-radius: 4px;
    max-width: 500px;
    top: 0px;
    position: relative;
    box-shadow: 3px 7px 14px -5px rgba(0, 0, 0, 0.4);
  }
  
  .toast:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  
  .toast__icon {
    position: absolute;
    top: 50%;
    left: 22px;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    padding: 7px;
    border-radius: 50%;
    display: inline-block;
  }
  
  .toast__type {
    color: #3e3e3e;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 8px;
  }
  
  .toast__message {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 2;
    color: #878787;
    margin-right: 5px;
  }
  
  .toast__content {
    padding-left: 70px;
    padding-right: 60px;
  }
  
  .toast__close {
    position: absolute;
    right: 30px;
    top: 35px;
    width: 20px;
    cursor: pointer;
    height: 14px;
    fill: #878787;
    transform: translateY(-50%);
  }
  
  .toast__close:hover {
    fill: #484848
  }
  
  .toast--blue .toast__icon {
    background-color: #1D72F3;
    position: absolute;
  }
  
  .toast--blue:before {
    background-color: #1D72F3;
    position: absolute;
  }
  
  .toast--info .toast__icon {
    background-color: #33ccff;
    position: absolute;
  }
  
  .toast--info:before {
    background-color: #33ccff;
    position: absolute;
  }
  
  .toast--red .toast__icon {
    background-color: #d6271e;
    position: absolute;
  }
  
  .toast--red:before {
    background-color: #d6271e;
    position: absolute;
  }
  
  #notibox {
    display: inline;
    float: right;
    position: absolute;
    z-index: 10;
    right: 5px;
  }

  
  .container {
    z-index: 1;
  }
  
  .button-contact {
    margin-bottom: 3%;
  }
  
  .img-center {
    padding-top: 10%;
  }
  
  .twitter-timeline {
    z-index: 2;
    position: absolute;
    display: inline;
    padding: 1%;
  }
  
  .card {
    display: inline-block;
    box-shadow: 0.4px 8px 0 rgba(0, 0, 0, .2);
    transition: 0.3s;
    border-radius: 15px 15px 15px 15px;
    margin-top: 20px !important;
<<<<<<< HEAD
=======
<<<<<<< Updated upstream
  }
  
  .card-dark {
    background: rgb(37, 37, 37);
    color: white;
    display: inline-block;
    transition: 0.3s;;
    border-radius: 15px 15px 15px 15px;
  }
  
=======
>>>>>>> development
  }
  
  .card-dark {
    background: rgb(37, 37, 37);
    margin-top: 0px;
    color: white;
    border-radius: 15px 15px 15px 15px;
  }
  
<<<<<<< HEAD
=======
>>>>>>> Stashed changes
>>>>>>> development
  .card-dark a{
    color: white;
  }
  .card-dark:hover a{
    color: black;
  }
  
  .card-dark:hover {
    background: rgb(255, 255, 255);
    color:black;
  }

    
  .scard {
    display: inline-block;
    background: Gray;
    padding: 10px
  }
  


  .mediacrop {
    width: 300px;
    height: 150px;
    overflow: hidden;
  }
  }
  
  .indxcrop {
    width: 100vw;
    height: 90vh;
    overflow: hidden;
  }
  
  .indxcrop img {
    width: 200%;
    height: 200%;
    overflow-x: hidden;
    overflow-y: hidden;
    /* margin: -40px 0 0 -50px; */
  }
  
  .mediacrop img {
    width: 400px;
    height: 250px;
    margin: -40px 0 0 -50px;
  }
  
  .fill {
    width: 100%;
    height: 97%;
    background-position: center;
    background-size: cover;
  }
  
  .block-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  
  .dept-image {
    width: 250px;
    height: 250px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    transition: 0.5s;
  }
  
  .dept-image:hover {
    transform: scale(1.05);
  }
  
  .img-circle {
    border-radius: 50%;
  }
  
  .special-row {
    margin-left: 0px;
    margin-right: 0px;
  }
  
  .col-md-4 {
    text-align: center;
  }
  
  .hover {
    z-index: 98;
    display: inline;
    float: right;
    position: absolute;
  }
  
  .img-vert-center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
  }
  
  .unstyled li {
    list-style-type: none;
  }
  
  .doc-card {
    display: inline-block;
    background-color: #4e535c;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
  }
  
  .doc-card:hover {
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.2);
  }
  
  .myCarousel {
    box-sizing: border-box;
    position: relative;
    height: 100%;
  }
  
  #imagecarousel {
    box-sizing: border-box;
  }
  
  .imgtxt-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  
  .carousel {
    position: relative;
    height: 100%;
  }
  
  .carousel-image {
    overflow: hidden;
    filter: brightness(65%);
    background-repeat: no-repeat;
  }
  
  .c-header {
    color: white;
    font-size: 50px;
    text-align: left;
    padding-top: 10px;
  }
  
  .carousel-caption {
    height: 55%;
    right: 40%;
    left: 20%;
  }
  
  .carousel-caption img {
    height: 25%;
    right: 40%;
    left: 20%;
    top: 50%;
  }
  
  .carousel-caption {
    position: absolute;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  }
  
  .p-carousel-caption {
    font-size: 25px;
    text-align: left;
  }
  
  .firstAnimate {
    animation-delay: 0.1s;
    animation-duration: 1.5s;
  }
  
  .ftcAnimate {
    animation-delay: 0.4s;
    animation-duration: 2s;
  }
  
  .frcAnimate {
    animation-delay: 0.7s;
    animation-duration: 2s;
  }
  
  .carousel-control-prev {
    background-image: linear-gradient(to left, rgba(100, 100, 100, 0), rgba(100, 100, 100, 0));
    transition: 0.3s;
  }
  
  .carousel-control-prev:hover {
    background-image: linear-gradient(to left, rgba(100, 100, 100, 0), rgba(100, 100, 100, 0.2));
  }
  
  .carousel-control-next {
    background-image: linear-gradient(to right, rgba(100, 100, 100, 0), rgba(100, 100, 100, 0));
    transition: 0.3s;
  }
  
  .carousel-control-next:hover {
    background-image: linear-gradient(to right, rgba(100, 100, 100, 0), rgba(100, 100, 100, 0.2));
  }
  
  .wm {
    animation-delay: 0.5s;
  }
  
  .primary {
    animation-delay: 3s;
  }
  
  .grant {
    animation-delay: 60s;
  }
  
  /* Custom Scrollbar surprise for chromium users */
  /* width */
  ::-webkit-scrollbar {
    width: 9px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #000000;
    opacity: 0.5;
    border-radius: 1px;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #555555;
    opacity: 0.1;
    border-radius: 3px;
    transition: 0.2s;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #747474;
  }
  
  /* Responsive iFrame begins*/
  .responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  
  .responsive-iframe-container iframe,
  .vresponsive-iframe-container object,
  .vresponsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  /*Responsive iFrame ends*/
  /*
  ::-moz-selection {
    background: rgba(220, 235, 250, 0.32);
    font-style: italic;
  }
  
  ::selection {
    background: rgba(205, 227, 250, 0.32);
  }
  */
  .sect5 h1::selection {
    background: rgb(249, 29, 230);
  }
  
  .sect5 h1::-moz-selection {
    background: rgb(249, 29, 230);
  }
  footer ::selection {
    background: rgb(249, 29, 230);
  }

  .footer ::-moz-selection {
    background: rgb(249, 29, 230);
  }
  
  .sect5 ::selection {
    background: rgba(0, 0, 0, 0);
  }
  
  .sect5 ::-moz-selection {
    background: rgba(0, 0, 0, 0);
  }
  
  .sect5 ::selection {
    background: rgba(0, 0, 0, 0);
  }
  
  .button .btn .btn-lg ::-moz-selection {
    background: rgba(0, 0, 0, 0);
  }
  
  .button .btn .btn-lg ::selection {
    background: rgba(0, 0, 0, 0);
  }
  
  .sect1 ::-moz-selection {
    background: rgba(0, 0, 0, 0);
  }
  .sect1 ::selection {
    background: rgba(0, 0, 0, 0);
  }
  ::selection {
    background: rgb(249, 29, 230);
  }
  
  ::-moz-selection {
    background: rgb(249, 29, 230);
  }
  .carousel-item {
    scroll-snap-type: x mandatory;
  }
  
  .carousel-item .active {
    scroll-snap-align: start;
  }
  
  .cal-card {
    color: rgb(255, 255, 255);
    min-height: 25vh;
    margin-bottom: 10px;
    width: 350px;
  }
  
  .cal-card:hover {
    margin-bottom: 0px;
  }
  
  .cal-card p {
    margin-bottom: 50px;
  }
  
  .cal-card a {
    margin-top: 20px;
  }
  
  .frstImg {
    margin-bottom: 30px;
  }
  
  .table {
    display: table;
    border-spacing: 0;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .table-boredered {
    border: 1px solid #ddd;
  }
  
  .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
  }
  
  .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
  }
  
  td {
    display: table-cell;
    vertical-align: inherit;
  }
  
  .table a {
    color: white;
  }
  
  .badge {
    border-radius: 0px;
  }
  .card-body:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  }
  
  .text-styleone {
      background: -webkit-linear-gradient(180deg,#2674d0, #3893fc);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;’
  }
  .text-styletwo {
      background: -webkit-linear-gradient(360deg,#216dc9, #3893fc);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;’
  }
  
  .card-light {
    display: inline-block;

    width: 50%;
    max-height: 60%;

    width: 50%;
    max-height: 60%;

    transition: 0.3s;
    padding: 10px;
    background-color: white;
    color: black !important;
    box-shadow: 0.4px 8px 0 rgba(0, 0, 0, .2);
  }


  .card-light ::selection{
    background: rgba(0, 255, 184, 0.53);
  }
  .card-light ::mox-selection{
    background: rgba(0, 255, 184, 0.53);
  }

  .card-light a{
    color:black
  }
  .card-light:hover {
    background-color: rgba(255, 255, 255, 0.698);
    color: black;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  }
    .card-glass {
      display: inline-block;
      width: 50%;

      margin: 10px;
      transition: 0.3s;
      padding: 10px;
      background-color: white;
      color: black !important;
      box-shadow: 0.4px 8px 0 rgba(0, 0, 0, .2);
    }

    .card-glass:hover {
      background-color: white;
      color: black;
      box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    }
  
  .card-tiers {
    margin-top: 20px;
    display: inline-block;
    width: 50%;
    min-height: 600px !important;
    border-color: none;
    border-width: 0px;
    transition: 0.3s;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 30px;
    padding-bottom: 20px;
    background-color: white;
    color: black !important;
    box-shadow: 5px 10px 30px rgba(0, 0, 0, .2);
    top: 0px;
  }
  
  .card-tiers h1 {
    color: black;
  }
  
  .card-tiers:hover {
    top: -10px;
    box-shadow: 5px 10px 30px rgba(0, 0, 0, .5) !important;
  }
  
  .post-card {
    min-width: 200px;
    max-width: 1000px;
    border-radius: 3px;
  }
  
  .code-block-dark {
    border-radius: 3px;
    padding: 3px;
    padding-top: 1px;
    padding-left: 7px;
    padding-right: 7px;
    color: white;
    background-color: rgb(23, 38, 41);
    margin-top: 10px;
  }
  
  .code-block-dark-large {
    border-radius: 3px;
    padding: 10px;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    background-color: rgb(39, 49, 55);
    margin-top: 10px;
    width: inherit;
    min-width: 500px;
    height: inherit;
  }
  
  pre {
    border-radius: 10px;
  }
  
  .hover-img {
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    transition: 0.4s;
  }
  
  .hover-img:hover {
    transform: scale(1.5);
    margin-bottom: 20px;
  }
  
  .black-inverse-hover {
    filter: invert(0%);
    transition: 0.2s;
    margin-right: 10px;
    cursor: default;
  }
  
  .black-inverse-hover:hover {
    background-color: #f1f1f1 !important;
    color: black;
    transform: scale(1.2);
  }
  
  .login-box {
    border-top-width: 0 !important;
    border-right-width: 0 !important;
    border-left-width: 0 !important;
    border-bottom: 1px solid;
    border-color: rgba(255, 255, 255, 0) !important;
    height: 26px !important;
    padding: 0;
    background-color: transparent !important;
    border: 1px solid #FFFFFF;
    border-radius: 0;
    -webkit-appearance: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    font: normal normal bold 18px/1.4em roboto-thin, roboto, sans-serif;
    font-size: 12px !important;
    line-height: 18px;
    padding-top: 3px;
    min-height: 24px;
    padding-bottom: 0;
    height: auto;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    border-width: 0px;
  }
  
  input:-webkit-autofill,
  input:-webkit-autofill:hover,
  input:-webkit-autofill:focus,
  input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    background-color: white !important;
  }
  
  .login-box {
    max-width: 500px;
    min-height: 40px;
    margin-bottom: 20px !important;
    font-family: serif !important;
    font-style: normal !important;
    transition: 0.3s;
  }
  
  .login-box:hover {
    box-shadow: 0px 3px 0 rgba(0, 0, 0, 1);
  }
  
  @media only screen and (min-width : 1100px) {
    .order-summary {
      display: inline-block;
      width: 400px;
      height: 100vh;
      background-color: silver;
      position: fixed;
      top: 0;
      right: 0;
      margin-top: 0px;
      padding: 50px;
      padding-top: 80px;
      z-index: 0;
    }
  }
  
  @media only screen and (min-width : 1100px) {
    .dash-nav {
      display: inline-block;
      width: 300px;
      height: 100vh;
      background-color: #021d4c;
      color: #ecf7fa !important;
      position: fixed;
      top: 0;
      left: 0;
      margin-top: 0px;
      padding-top: 65px;
      z-index: 0;
    }
  }
  
  @media only screen and (max-width : 1100px) {
    .dash-nav {
      display: none;
      width: 300px;
      height: 100vh;
      background-color: #021d4c;
      color: #ecf7fa !important;
      overflow-y: scroll;
      position: fixed;
      top: 0;
      left: 0;
      margin-top: 0px;
      padding-top: 65px;
      z-index: 0;
    }
  }
  
  .green-dot {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: green;
    display: inline-block;
  }
  
  .dash-nav-show {
    display: inline-block;
    width: 300px;
    height: 100vh;
    background-color: #021d4c;
    color: #ecf7fa !important;
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0px;
    padding-top: 65px;
    z-index: 0;
  }
  
  .gray-dot {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: gray;
    display: inline-block;
  }
  
  @media only screen and (max-width : 1557px) {
    .nav-toggler {
      position: sticky;
      top: 70;
      left: 0;
      background-color: rgb(0, 0, 0);
      width: 35px;
      height: 60px;
    }
  
    .nav-toggler p {
      position: sticky;
      transform: rotate(90deg);
      margin-left: 0px;
      margin-top: 15px;
    }
  
  }
  
  .btn-dropper {
  
    border-color: #f8f9fa;
    border-color: #e2e6ea;
  }
  
  .btn-dropper:hover {
    color: #212529;
    border-color: #e2e6ea;
    border-color: #b5bdc4;
  }
  
  .btn-dropper:focus, .btn-dropper.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
  }
  
  .btn-dropper.disabled, .btn-dropper:disabled {
    color: #212529;
    border-color: #f8f9fa;
    border-color: #f8f9fa;
  }
  
  .btn-dropper:not(:disabled):not(.disabled):active, .btn-dropper:not(:disabled):not(.disabled).active,
  .show > .btn-dropper.dropdown-toggle {
    color: #212529;
    border-color: #dae0e5;
    border-color: #d3d9df;
  }
  
  .btn-dropper:not(:disabled):not(.disabled):active:focus, .btn-dropper:not(:disabled):not(.disabled).active:focus,
  .show > .btn-dropper.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
  }
  
    .box-green {
      background-color: #fffffe;
      color: green !important;
      transition: 0.1s;
      border-color: #03a33e !important;
      text-align: center;
      width: 142.93px;
      height: 136px;
    }

    .box-green:hover {
      color: white;
      border-width: 2px;
    
    }
    
    .box-green-sel {
      color: white;
      border-width: 2px;
    
    }
  
    .btn-d,
    .btn-d::after {
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
    }
    .btn-d-orange {
      width:50%;
      text-align: center;
      background-color: #dd9230;
      border: 1px solid #545f64;
      border-radius: 5px;
      color: rgb(255, 255, 255);
      display: block;
      font-size: 24px;
      font-weight: 300;
      margin: 1em auto;
      padding: 1em 1em;
      position: relative;
      text-transform: uppercase;
      z-index: -2;
    }
    .btn-d-orange::before,
    .btn-d-orange::after {
      background-color: #ffffff !important;
      content: '';
      position: absolute;
      z-index: -1;
    }
    .btn-d-orange:hover {
      color: rgb(0, 0, 0);
      cursor: pointer;
    }
    .btn-diagonal-swipe {
      overflow: hidden;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
    }
    .btn-diagonal-swipe::after {
      
      height: 110%;
      left: -40%;
      top: 0;
      transform: skew(50deg);
      transition-duration: 0.2s;
      transform-origin: top left;
      width: 0;
    }
    .btn-diagonal-swipe:hover:after {
      height: 100%;
      width: 138%;
    }