body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
html,body {
margin:0;
padding:0;
overflow-x:hidden;
background: #0A0D32;
}

.supp_foot .is-active > a {
    background: transparent;
    color: #fefefe;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    /* right: 50%; */
    left: 25%;
    top: 85%;
}

p {
  font-weight: 400;
  font-size: 15px;
}

.top_nv p
{
  color: #fff;
}

.rown {
  padding-top: 30px;
  padding-bottom: 30px;
}

.rowl {
  padding-top: 15px;
  padding-bottom: 15px;
}

.rowll {
  padding-top: 15px;
  padding-bottom: 30px;
}

.padding--20{
  padding-top: 20px;
  padding-bottom: 20px;
}

.rowlm {
  padding-top: 15px;
}

.rowm {
  padding-top: 20px;
}

.rowlmm {
  padding-bottom: 15px;
}

.center {
  text-align: center;
}

.out-vc {
  display: table;
}

.in-vc {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

.in-vc-right {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}

h6 {
  font-size: 1.1rem;
  font-weight: 600;

}

.white {
  color: #fff;
}

.bluetxt {
  color: #2A66A2;
}

.rowllll {
  padding-top: 5px;
  padding-bottom: 5px;
}

.green1 {
    color: #9BCD37;
    letter-spacing: 7px;
}

.green {
  color: #90BC22;
}

.org {
  color: #DB5213;

}

.yell {
  color: #F1C200;
}

.gray {
  color: #AAA8A6;
}


.bg9
{
  background: #eaeaea
}


.bg78 p
{
font-size: 14px;
}

.pm4
{

}

.bg99
{
  background: #eaeaea;

padding: 1vw;
}


.bg78 .bg7, .bg78 .bg6
{
padding: 1vw;
}

.bluebg {
  background: #1c456d;
  padding-left: 15px;

  padding-right: 15px;
  border-radius: 10px;
}

.bluebg2
{
   background: #1c456d;
}

.bluebg img {
  width: 100%;
  max-width: 80px;
  padding-bottom: 20px;
  padding-top: 30px;
}

.top_bg {
    background: #0A0D32;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 50px 0 50px;
    text-align: center;
}

.top_bg2 {
  background: url('../img/hero-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 4vw;
  padding-bottom: 1vw;
}

.grnbg {
  background: #9BCD37;
}

.grntxt {
  color: #9BCD37;
}

.orgbutton,
.orgbutton:hover,.orgbutton:focus,
.orgbutton3,
.orgbutton3:hover,
.orgbutton3:focus {
  /* width: 100%;
  max-width: 180px;*/

  /* padding: 12px 25px; */
  padding: 12px 20px;
  /* border-radius: 25px; */
  border-radius: 5px;
  background: #FF9900;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}


.gm.unstriped tbody, .gm.unstriped tbody tr
{
    background: transparent !important;
    border: 0;
    vertical-align: top;
}
.gm td p
{
    margin-bottom: 0;
}

.footer {
      padding: 2.5rem 1rem;
    }

    .footer a {
      color: #fff;
      font-weight: 500;
      text-decoration: none;
     
    }

    .footer-top a
    {
       margin: 1rem 0;
      display: block; 
    }
    .footer a:hover {
      text-decoration: underline;
    }

    .subscribe input[type="email"] {
      background: transparent;
      border: none;
      border-bottom: 1px solid #555;
      color: white;
      width: 100%;
      padding: 0.4rem 0;
    }

    .subscribe input::placeholder {
      color: #ffffff90;
      font-size: 14px;
    }

    .subscribe button {
     
    }

    @media screen and (min-width: 640px) {
      .subscribe button {
        width: auto;
        margin-top: 0;
      }

      

    }

    .footer-bottom {
      margin-top: 2.5rem;
      padding-top: 1.5rem;
      font-size: 0.875rem;
      color: #aaa;
    }

    .logo img {
      height: 28px;
      vertical-align: middle;
    }

    .logo span {
      font-size: 1.25rem;
      margin-left: 0.5rem;
      vertical-align: middle;
    }
 
    .logo-block {
      text-align: center;
      margin-bottom: 1.5rem;
    }

    .social-icons {
      text-align: center;
      margin-top: 1rem;
    }

    .social-icons a {
      display: inline-block;
      font-size: 16px;
    width: 35px;
    height: 35px; 
    align-items: center;
    justify-content: center;
    border-radius: 99px;
    border: 1px solid #ffffff30;
    padding: 9px; 
    }

    .social-icons a:hover { 
      color: #fff;
    }

    @media screen and (min-width: 640px) {
      .logo-block {
        display: none;
      }

      .logo-inline {
        display: flex;
        align-items: center;
        gap: 0.5rem;
      }

      .social-icons {
        text-align: right;
        margin-top: 0;
      }
    }

@media (min-width: 0px) and (max-width: 1023px) {
  .desktops{
    display: none;
  }
}


@media (min-width: 992px) {
  .mobile{
    display: none;
  }
}

.orgbutton4,
.orgbutton4:hover,
.orgbutton4:focus {
  padding: 14px 14px;
  border-radius: 5px;
  background: #FF9900;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.orgbutton:hover,
.orgbutton3:hover,
.orgbutton3:focus,
.orgbutton4:hover,
.orgbutton4:focus {
  background: #DF4B03;
}

.orgbutton2 {
  width: 100%;
  /* max-width: 180px; */
  /* padding: 15px 15px; */
  padding: 17px 33px;
  /* border-radius: 25px; */
  border-radius: 5px;
  background: transparent;
  color: #FF9900;
  border: 2px solid #FF9900;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.orgbutton2:hover,
.orgbutton2:focus {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.orgbutton3,
.orgbutton3:hover,
.orgbutton3:focus {
  max-width: 200px;
}

.bllo p {
  font-weight: 600;
}

.rlo .columns {
  padding-right: 0px;
}

.bg1 {
  background: transparent;
  position: relative;
}

.bg2 {
  background: url('../img/roger_hamilton_4.png');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 3vw;
  padding-bottom: 1vw;
}

.gemtb tr, .gemtb tbody
{
  background: transparent ;
  color: #fff;
  border: 0;
}

.gemtb td
{
  font-weight: bold;
  padding: 10px 10px;
  background: transparent;
}
.t1 {
    width: 100px;
}
.t2 {
    width: 150px;
}

.gemtb  tbody tr:nth-child(odd) {
    border-bottom: 0;
    background-color: #0F155B;
}

.gemtb  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #0A0D32;
}
.pan2 {
  background: #fff;
  padding: 3vw 5vw 2vw 5vw;
  -webkit-box-shadow: 0px 3px 25px #0000000D;
  box-shadow: 0px 3px 25px #0000000D;
}

.tick_pan
{
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.pan3
{
      background: #fff;
    padding: 2vw 4vw 2vw 4vw;
     
}

.flex-row{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: left;
  align-items: flex-start;
}

.flex-row2{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}

.flex-row-center{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.margin--0{
  margin: 0;
}

.pan3 h2, p, h5
{
color: #000;
font-family: 'Poppins', sans-serif;
}

.grntick {
  list-style: none;
  font-size: 16px;
}

.grntick li::before {
  content: "\2022";
  color: #9BCD37;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  font-size: 25px;
  margin-left: -1em;
}

.bg3 {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#F7F9FA), to(#F7F9FA00)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #F7F9FA 0%, #F7F9FA00 100%) 0% 0% no-repeat padding-box;
  position: relative;
}

.bg5 {
  background: url('../img/whereareyou.png');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.bg6,
.bg7 {
  padding: 2vw;
}

.bg6 {
  background: #9BCD37;
}

.bg7 {
  background: #F2C400;
}

.bg4 {

  position: absolute;

}

.f003
{
  padding: 0px ;
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
  height: 50px;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  max-width: 235px;
  margin: 0 0 1rem;
  /* margin-right: auto;*/
}

.slideshow-container {
  width: auto;
  position: relative;

}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin: 20px;
  padding: 16px;
  margin-top: -22px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

@media screen and (min-width:60em) {

#exampleModal2,#exampleModal3,#exampleModal4,#exampleModal5,#exampleModal6,#exampleModal7,#exampleModal8,#exampleModal9
{
  width: 750px;
}

}


@media screen and (max-width:40em) {

  [type='text'],
  [type='password'],
  [type='date'],
  [type='datetime'],
  [type='datetime-local'],
  [type='month'],
  [type='week'],
  [type='email'],
  [type='number'],
  [type='search'],
  [type='tel'],
  [type='time'],
  [type='url'],
  [type='color'],
  textarea {
    height: 50px;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    max-width: 235px;
    margin: auto auto 1rem auto;
    /* margin-right: auto;*/
  }


.footer {
      border-top: 1px solid #F1FFED;
    }
    
.prev, .next {
  top: 42%;
  background: rgba(255, 255, 255, 0.1);
}

.orgbutton, .orgbutton:hover, .orgbutton:focus, .orgbutton3, .orgbutton3:hover, .orgbutton3:focus, .orgbutton2, .orgbutton2:focus, .orgbutton2:hover
{
/*  padding: 15px;*/
width: auto;
text-align: center;
}
.top_bg .flex-row2 {
    display: block;
    align-items: center;
    text-align: center;
  }

  .gemtb td { 
    padding: 10px 10px;
  }

.orgbutton3, .orgbutton3:hover, .orgbutton3:focus
{
  padding: 15px;
  font-size: 14px;
}

 table.gemtb > tbody > tr > td:first-child {
        white-space: nowrap;
    overflow: hidden;
}

.f003
{
  padding: 0px  0.9375rem;;
}

.top_bg {
  padding: 0 ;
}

.green1 { 
    letter-spacing: 4px;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    /* right: 50%; */
    left: 10%;
  }
}
.hover_state_container {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.hover_state_container-default {
  position: relative;
}

.hover_state_container-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 15px 15px 5px 15px;
  text-align: left;
  top: -0%;
  z-index: -1;
  border-radius: 10px;
  background-color: white;
  color: white;
}

.hover_state_container-hover>img {
  padding-bottom: 5px;
  max-width: 75px;
}

.hover_state_container-hover>h4 {
  margin-bottom: 0px;
}

.hover_state_container-hover>p {
  margin-bottom: 0px;
}


.hover_state_container:hover .hover_state_container-hover {
  z-index: 1;
}

.row--prefooter{display:none}
.row--footer{background-color:#002b43;padding:40px 50px;min-height:230px}
.row--footer a{color:#fff; font-weight: 600; font-family: Montserrat,sans-serif;}
.row--footer a:hover{color:#fff; font-weight: 600; font-family: Montserrat,sans-serif;}
.footer-social-share{float:right}
.socialmedia--icon{margin-right:22px;padding:0!important}
.socialmedia--icon:last-of-type{margin-right:0;padding:0!important}
.footer__mailer{font-weight:500;}
.footer__columns{display:flex;justify-content:space-between;width:100%}
.footer__copyright{display:flex;justify-content:flex-start;align-items:flex-end;flex:1 1 auto;height: 100px;}
.footer__column{flex-basis:auto;flex-grow:0}
.footer__logo{width:143px;height:51px}
.footer-social-share__icons{margin-left:10px}
.row__footer__line{border-color:#fff;margin:30px 0;float:left;width:100%}
.row__footer__menu{-moz-column-count:2;column-count:2;list-style-type:none;padding-left:0;margin-bottom:0}
.row__footer__menu__item{list-style:none}
.row__footer__menu__item li{margin-bottom:10px}
.row__footer__menu__links{color:#fff;font-size:16px;font-weight:600;text-decoration:none!important}
.text--20-all-16-sm {
    font-size: 20px;
    line-height: 1.2em;
}
.footer__text {
    color: #879499;
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    margin: 0;
}
.footer__text2{color:#879499;font-family:Montserrat,sans-serif;font-size:12px;font-weight:400}
.footer__icon{color:#fff;font-size:24px;vertical-align:middle}
.row__footer__menu__links:hover{color:#fff}
.row__footer_details{font-size:18px;color:#fff}
.row__footer__icons{width:20px;height:20px}
.row--copyright{padding:20px 0;background-color:#0b2331}
.copyright__text,.copyright__text a{font-size:14px;font-family:'Proxima Nova',sans-serif;color:#879499;margin-bottom:0}
.copyright__text__link{color:#fff}
.copyright__text__link:hover{color:#fff}
.copyright__influex-logo{float:right}
.to-top{position:fixed;bottom:60px;right:30px;z-index:9999;display:none}


.footer__column ul li{
display: inline-block;
  text-decoration: none;
 list-style: none;
}

.footer__column ul {
    margin-left: 0px;
    list-style-type: disc;
    padding-top: 10px;
}

@media only screen and (max-width: 1023px) {
.footer__columns {
    flex-direction: column;
    text-align: center;
}
.belowfooter p{
  text-align: center;
}
}

@media (min-width: 640px) and (max-width: 930px) {
 .grnbg .orgbutton, .grnbg .orgbutton:hover,.grnbg .orgbutton:focus,.grnbg .orgbutton3,
 .grnbg .orgbutton3:hover, .grnbg .orgbutton3:focus {
    font-size: 9px;
    font-weight: 600;
}
}

@media screen and (max-width: 39.9375em)
{
  .resell{
    float: right !important;
  }
  .flex-row2 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none!important;
}
.company--info {
    padding: 20px 0 0;
    font-family: 'Proxima Nova',sans-serif;
    font-weight: 400;
}
.text--12-all-14-sm {
    font-size: 12px;
    line-height: 18px;
}

@media (max-width: 813px){
.copyright__text {
    text-align: center;
  }
}

.copyright__text, .copyright__text a {
    font-size: 14px;
    font-family: 'Proxima Nova',sans-serif;
    color: #879499;
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px){
.footer__copyright {
    justify-content: center;
}
}
@media (max-width: 767px){
.visible-xs {
    display: block!important;
}
}

@media (max-width: 813px){
.copyright__text {
    text-align: center;
}
}




@media (max-width: 767px){
  .flex-row{
    flex-direction: column;
    align-items: center;
  }
}

.review-card{
  display: flex;
  justify-items: flex-start;
  align-items: center;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  width: 100%;
}

@media only screen and (max-width: 551px){
  .review-card{
    flex-direction: column;
    text-align: center;
  }
}

.rounded-full{
  border-radius: 50px;
  background-color: antiquewhite;
  margin-right: 20px;
  border: 4px solid #2d689d;
  overflow: hidden;
  max-width: 100px;
  max-height: 100px;
}

@media only screen and (max-width: 551px){
  .rounded-full{
    margin-right: 0px;
  }
}

img.rounded-full{
  object-fit: contain;
  object-position: center;
}


.review-container{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  max-width: 60em;
  margin: auto;
}


.reviewer-name,.reviewer-one-word-review{
  margin-bottom: 0px;
  font-weight: 900;
}

.rating{
  margin-block: 5px;
}


.margin-bottom-0{
  margin-bottom: 0;
}


.load-more{
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-top: 30px;
}

.test img{
  width: 100%;
  max-width: 250px;
  padding: 20px 0px;
}

.test img.large-height-images{
  width: 100%;
  max-width: 84px;
  padding: 20px 0px;
}

.test img.medium-height-images{
  width: 100%;
  max-width: 110px;
  padding: 20px 0px;
}

.test img.height-images{
  width: 100%;
  max-width: 190px;
  padding: 20px 0px;
}