@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 */
}

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

.MissionClass {
  position: relative;
  display: block;            /* allow centering with margins */
  width: max-content;        /* shrink to text width */
  margin-inline: auto;       /* center the block */
  text-decoration: none;     /* no default underline */
  color: #ffffff; 
}

.MissionClass::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.05em;           /* a little gap below the text */
  width: 0;                  /* start hidden */
  height: 2px;
  background: #00A9FF;       /* <-- use background, not color */
  transition: width 0.3s ease;
}

.MissionClass:hover {
  color: #00A9FF;            /* text turns blue on hover */
}

.MissionClass:hover::after {
  width: 100%;               /* animate across the text width */
}


.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 {
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);   /* base centering */
    transform-origin: left center;       /* keep left edge “pinned” when scaling */
    transition: transform .4s ease;
}

.greenhover:hover {
    transform: translate(-50%, calc(-50% - 15px));
  }

  .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);
}