@font-face {
    font-family: 'MyFirstFont';
    src: url('Hero-Light.eot'); /* IE9 Compat Modes */
    src: url('Hero-Light.eot') format('embedded-opentype'), /* IE6-IE8 */
         url('Hero-Light.woff') format('woff'), /* Modern Browsers */
         url('Hero-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('Hero-Light.svg') format('svg'); /* Legacy iOS */
    font-display: swap;
}

h2 {
    font-family: myFirstFont;
    color: rgb(255, 255, 255);
    font-size: 5em;
}

.nowrap {
    white-space: nowrap;
  }

.col-md-12 span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
    font-family: myFirstFont;
    color: rgb(255, 255, 255);
    font-size: 5em;
  }

.greenhover:hover {
    background-color: #00A9FF;
  }

  .col-md-10 span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
  }

  .col-md-2 span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
  }

body {
    background-color: #000000; /*Red Hex Code is #B41B1B*/
}

nav {
    text-transform: none;
    font-family: myFirstFont;
    z-index: 100;
}

.navbar {
    overflow: visible;
    position: fixed;
    top: 0;
    width: 100%;
    height: 10%;
}

.navbar a {
    float: left;
    display: block;
    text-align: center;
    padding: 10px 20px;
}

.navbar:hover {
    color: #00A9FF;
}

.navbar-brand:hover {
    color: #00A9FF;
}

.navbar-companyname {
    font-size: 2em;
}

.navbar-companyname:hover {
    color: #00A9FF;
}

.nav-link1 {
    font-size: 2em;
    opacity: 1.0;
    color: #c0c5ce;
    text-decoration: none;
    padding: 6px 40px;
}

.nav-link1:hover {
    color: #00A9FF;
    text-decoration: none;
    transition-duration: .55s;
}

.researchDropdown:hover {
    color: #00A9FF;
    text-decoration: none;
    transition-duration: .55s;
}

.dropdown-item:hover {
    color: #00A9FF;
    background-color: black;
    text-decoration: none;
    transition-duration: .55s;
}

@media (max-width: 991px) {
  .navbar-collapse {
    background: #fff;
  }
  .navbar-collapse .nav-link .nav-link1 {
    color: #000;        
  }
  .nav-link1:hover {
    color: #00A9FF;
  }
  .navbar-collapse .dropdown-toggle::after {
    border-top-color: #000; 
  }
  .navbar-collapse .dropdown-toggle[aria-expanded="true"] {
    color: #0547c2;         
  }
  .dropdown-item:hover {
    color: #00A9FF;
    background-color: black;
  }
}

header {
    background-image: url("horse_racing_photo_by_pietro_mattia_on_unsplash.jpeg");
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: cover;
    font-family: 'Merriweather', serif;
    font-weight: bold;
    text-align: center;
    color: white;
    text-shadow: 0 0 10px black;
    padding: 15px;
}

.placeholder {
    height: 10px
}

#viewheight {
    height: 100vh;
    display: flex;
    align-items: center;
}

.Equipment {
    text-align: center;
}

.firstfeaturedproductsrow {
    background-color: #B41B1B;
}

.secondfeaturedproductsrow {
    background-color: #B41B1B;
}

.EquipmentH1 {
    color: white;
    font-family: 'Prata', serif;
    font-weight: bold;
    text-align: center;
    padding: 15px;
}

.EquipmentH6 {
    color: white;
    font-family: 'Prata', serif;
    font-weight: bold;
    text-align: center;
    padding: 0px;
}

.leftfeaturedproduct {
    color: white;
    font-family: 'Prata', serif;
    font-weight: bold;
    text-align: center;
    padding: 0px;
    background-color: #B41B1B;
}

.centerfeaturedproduct {
    color: white;
    font-family: 'Prata', serif;
    font-weight: bold;
    text-align: center;
    padding: 0px;
    background-color: #B41B1B;
}

.rightfeaturedproduct {
    color: white;
    font-family: 'Prata', serif;
    font-weight: bold;
    text-align: center;
    padding: 0px;
    background-color: #B41B1B;
}

.rightfeaturedproduct img {
    width: 100px;
    height: 100px;
    border-radius: 0%
}

.leftfeaturedproduct img {
    width: 100px;
    height: 100px;
    border-radius: 0%
}
.services img {
    width: 150px;
    height: 150px;
    border-radius: 50%
}
.circleclick:hover {
    opacity: .8;
}
.Jordword {
    color: white;
    font-family: 'Prata', serif;
    font-weight: bold;
    text-align: center;
    padding: 0px;
    font-size: 30px;
}
.OtherProductsClass {
    color: /* DARK GOLD #e5b506; */ white;
    font-family: 'Prata', serif;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    text-decoration: none !important;
    background-color: #B41B1B;
}
.OtherProductsClass14 {
    color: /* DARK GOLD #e5b506; */ white;
    font-family: 'Prata', serif;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    text-decoration: none !important;
    background-color: #1b74b4;

}
.OtherProductsClass:hover {
    color: #FFD700;
    transition-duration: .2s;
    font-family: 'Prata', serif;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    text-decoration: none !important;
}
.card-title {
    color: #B41B1B;
    font-family: 'Prata', serif;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    text-decoration: none !important;
}
.card-text {
    color: black;
    font-family: 'Prata', serif;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    text-decoration: none !important;
}

.services span {
    width: 100px;
    display: inline-block;
}



.services {
    color: white;
    font-family: 'Prata', serif;
    font-weight: bold;
    text-align: center;

}
.events img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.events {
    text-align: center;
}
.events span {
    width: 200px;
    display: inline-block;
}
.Equipment {
    background-color: #B41B1B;
}
.events i{  
    font-size:30px;
    padding: 25px 20px;

    color: #B41B1B;

    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.contactus textarea {
    height: 50px;
    width: 100%;
    border-radius: 0%;
}

.Mission {
    color: white;
    font-family: 'Prata', serif;
    font-weight: bold;
    text-align: center;
    padding-top: 3px;
} 
.Team img {
    height:150px;
    width:150px;
    border-radius:0%;
    
}

.Team {
    text-align: center;
}

.intern {
    text-align: center;
}

.Contactus img {
    width: 50px;
    height: 50px;
    border-radius: 0%
}


* {
    box-sizing: border-box;
}

/* Style inputs */

input[type=text],
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    background-color: #B41B1B;
    color: white;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
}

input[type=submit]:hover {
    background-color: #B41B1B;
    color: cyan;
}

/* Style the container/contact section */

.contactus {
    border-radius: 5px;
    background-color: #B41B1B;
    padding: 10px;
    text-align: right;
}

.column {
    float: left;
    width: 33.33%;
}

/* Clear floats after the columns */

.row:after {
    content: "";
    display: table;
    clear: both;
}

#map {
        height: 400px;  /* The height is 400 pixels */
        width: 100%;  /* The width is the width of the web page */
}
.addresslocationsection {
    color: white;
    font-family: 'Prata', serif;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
}
.Comtitle {
    color: white;
    font-family: 'Prata', serif;
    font-weight: bold;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.trustrow1 {
    color: white;
    background-color: black;
}
.trustrow2 {
    color: #B41B1B;
    background-color: #0EBFE9;
}
#gradientbackground {
    background-color: #1fc8db;
    background-image: linear-gradient(141deg, #9fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);
    color: white;
    opacity: 0.95;
}
.OtherProductsClass2 {
    color: white;
    font-size: 17px;
    font-family: 'Prata', serif;
    font-weight: bold;
    text-align: right;
    padding-top: 10px;
    text-decoration: none !important;
}

.OtherProductsClass2:hover {
    color: #FFD700;
    transition-duration: .2s;
    font-family: 'Prata', serif;
    font-weight: bold;
    text-align: right;
    padding-top: 10px;
    text-decoration: none !important;
}
.OtherProductsClass3 {
    color: white;
    font-size: 17px;
    font-family: 'Prata', serif;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    text-decoration: none !important;
}
.PANELtrustedby {
    text-align: justify;
    text-align-last: right;
    color: white;
    font-family: 'Prata', serif;
    font-weight: bold;
}
.interestedtrustedby {
    color: white;
    font-size: 17px;
    font-family: 'Prata', serif;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    text-decoration: none !important;
}
.textforcontactsection1 {
    color: white;
    font-family: 'Prata', serif;
    font-weight: bold;
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
}
.textforcontactsection {
    color: white;
    font-family: 'Prata', serif;
    font-weight: bold;
    padding-top: 10px;
    text-decoration: none !important;
}
.textforblurb {
    color: white;
    font-family: 'Prata', serif;
    font-weight: bold;
    text-align: justify;
    text-align-last: center;
    text-decoration: none !important;
}
.placeholderinfooter {
    font-size: 0px;
    visibility: hidden;
}


.ParagraphEmail {
    color: white;
    font-size: 1.2em;
    font-family: 'Prata', serif;
    font-weight: normal;
    text-align: center;
    text-align-last: center;
    text-decoration: none !important;
}


.HRfootsie {
    padding-bottom: 5px;
    padding-top: 5px;
    border: 0;
    border-top: 1px solid grey;
}

footer {
    background-color: #000000 !important;
    max-width: 100% !important;
}
.footsie {
    font-size: 25px;
}

.footsierow {
    color: #ffffff !important; /* or this color: #6e6e6e*/
    font-family: myFirstFont;
    font-size: 25px;
    font-size: 25px;
}

.footsierowfirst {
    color: #ffffff/* or this color: #6e6e6e*/
    !important;
    font-family: myFirstFont;
    font-size: 25px;
    text-align: left;
}

.footsierowfirst {
    color: #ffffff/* or this color: #6e6e6e*/
    !important;
    font-family: myFirstFont;
    font-size: 20px;
}

.footsieh6 {
    color: rgb(255, 255, 255);
    font-family: myFirstFont;
    font-size: 20px;
}
.smicon:hover {
    color: #00A9FF;
    cursor: pointer;
}

.smicon1:hover {
    color: #f61de4;
    cursor: pointer;
}

.responsive-pdf {
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  border: none;
}


.smicon2:hover {
    color: #ff0000;
    cursor: pointer;
}
.footsietextformatFounderlink {
    text-decoration: none !important;
    color: #ffffff;
    font-family: myFirstFont;
}
.footerlinks:hover {
    color: #00A9FF;
    background-color: black;
    cursor: pointer;
    font-family: myFirstFont;
}

.footerlinks2:hover {
    color: #00A9FF;
    transition-duration: .25s;
    cursor: pointer;
    text-decoration: none;
    font-family: myFirstFont;
}

.RRheadtag {
    color: #00A9FF;
    font-size: 50px;
    font-family: myFirstFont;
}
.RRinFootsie {
    text-align: center;
}
.btn-secondary {
    background-color: #4caf50; /* Green */
    border: none;
    color: white;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}
.btn-primary {
    background-color: #00A9FF; /* Blue */
    border: none;
    color: white;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}
.btn-primary:hover {
    transform: scale(1.05); 
}
.btn-secondary:hover {
    transform: scale(1.05);
    background-color: #00A9FF;
    color: white;
}
.btn-primary:active {
  transform: translateY(2px);
}
.btn-secondary:active {
  transform: translateY(2px);
}








:root{
  --ba-blue: #00A9FF;
  --dur: .6s;
  --ease: cubic-bezier(.22,.61,.36,1);
}

/* Container: 4 flex children (L | mid-left | mid-right | R) */
.hero{
  display:flex;
  width:100%;
  min-height:60vh;
  background:#000;
  overflow:hidden;
  color:#fff;
  isolation:isolate;
  font-family: 'MyFirstFont', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

/* Start as THIRDS: L 33.33 | CENTER 33.33 | (hidden) 0 | R 33.33 */
.hero .left,
.hero .right{
  flex:0 0 33.333%;
  transition:flex-basis .6s var(--ease);
}

.hero .center-left{
  flex:0 0 33.333%;
  display:grid;
  place-items:center start;             /* left-aligned from start */
  padding:4rem 2rem;
  background:#000;
  transition:
    flex-basis .35s cubic-bezier(.2,.8,.2,1), /* resize a bit faster */
    background-color .5s ease;
  contain: paint;                        /* reduce repaint scope */
}

/* Title: transform-only movement to avoid layout jitter */
.hero .title{
  position: relative;
  --x: 0px;                              /* slide amount (changed in .active) */
  transform: translate3d(var(--x), 0, 0);
  will-change: transform;
  text-align: left;
  margin: 0;
  line-height: 1.05;
  letter-spacing: .02em;
  font-weight: normal;
  font-size: clamp(2rem, 6vw, 5rem);
  color:#fff;
  transition:
    transform var(--dur) var(--ease),
    color     var(--dur) var(--ease);
}

/* Specs pane: collapsed & untouchable until active */
.hero .center-right{
  flex:0 0 0%;
  opacity:0;
  background:#000;
  padding:4rem 2rem;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:
    flex-basis .6s var(--ease),
    opacity    .6s var(--ease),
    background-color .6s var(--ease);
  pointer-events: none;                  /* don't steal hover while hidden */
  contain: paint;
}

.hero .specs{
  max-width:520px;
  width:100%;
  transform: translate3d(-14%, 0, 0);    /* emerges from the center split */
  transition: transform var(--dur) var(--ease);
}
.hero .specs h2{ margin:0 0 1rem; font-size:2rem; }
.hero .specs ul{ margin:0; padding:0; list-style:none; }
.hero .specs li{ margin:.35rem 0; font-size:1.125rem; }

/* === ACTIVE STATE -> FOURTHS ===
   L 25 | mid-left 25 (black bg, blue text) | mid-right 25 (blue bg) | R 25
*/
.hero.active .left,
.hero.active .right{ flex-basis:25%; }

.hero.active .center-left{
  flex-basis:25%;
  background:#000;                        /* stays BLACK */
}

.hero.active .title{
  --x: -12px;                             /* smooth nudge left */
  color: var(--ba-blue);                  /* text becomes BLUE */
}

.hero.active .center-right{
  flex-basis:25%;
  opacity:1;
  background: var(--ba-blue);             /* BLUE background for specs */
  pointer-events: auto;                   /* now interactive */
}
.hero.active .specs{
  transform: translate3d(0, 0, 0);        /* slide out to the right */
}

/* Motion prefs */
@media (prefers-reduced-motion: reduce){
  .hero *{ transition:none !important; }
}