@font-face {
  font-family: 'Codec Pro Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Codec Pro Regular'), url('CodecPro-Regular.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Codec Pro Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Codec Pro Italic'), url('CodecPro-Italic.woff') format('woff');
  }


  *{
    font-family: 'Codec Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Codec Pro Regular'), url('CodecPro-Regular.woff') format('woff');
}

:root{
    --white: #fff;
    --theme-color: #2d6bb2; 
}
.bg-dark {
  background-color: #000!important;
}
h1,h2,h3 { 
  
  letter-spacing: 1.5px;
 }

body{
  overflow-x: hidden; 
}

 
/*--------------------------------------------------------------
# NAV SECTION
--------------------------------------------------------------*/
.navbar
{
  background-color: #fff;
}
.navbar .container {
    width: 50%;
    font-size: 15px;
    letter-spacing: 0.3px;
}
 
.nav-image img {
    height: 50px;
}
.navbar>.container, .navbar>.container-fluid
{
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  margin: 1px;
  justify-content: space-between;
}

.navbar .nav-item::after
{
    width: fit-content;
    border-bottom: 2cm;
    border-color: #002c59;
}
 
 
 /* ------ # NAV SECTION responsive */

@media (max-width: 575px) { 

  .nav-links {
    background-color: #f8f9fa;
    border-radius: 10px; 
    font-weight: 600;
  }

  .navbar-light .navbar-toggler {
    color: rgba(0,0,0,.55);
    border-color: rgb(0 0 0 / 3%);
  }

  .navbar-dark .navbar-nav .nav-link {
    color: rgb(0 0 0 / 55%);
    }

    #navbarNavDropdown .active {
        border-bottom: 1px solid #11EC80;
        width: 10%;
    }

    .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
        color: #000000c4;
    } 
    .navbar-toggler { 
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 0.25rem;
        transition: box-shadow .15s ease-in-out;
    }

    .navbar-dark .navbar-toggler {
        color: rgba(255,255,255,.55);
        border-color: rgb(255 255 255 / 0%);
    }
    .navbar-dark .navbar-toggler:active {
        color: rgba(255,255,255,.55);
        border-color: rgb(255 255 255 / 0%);
    }

    .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 60%;
    }  

    .navbar-toggler { 
      font-size: smaller; 
  }
}

@media only screen and (max-width: 671px) and (min-width: 576px)
{
  .nav-link  {
    font-size:x-small;
  }
  .nav-image img {
    height: 40px;
  }
}

@media only screen and (max-width: 575px) and (min-width: 329px)
{ 
  .navbar-nav {
    display: flex;     
    flex-direction: initial;
    transition:   ease-in-out ;
  }
  .navbar .container {
    width: 90%;
    font-size: 12px;
  }
}

@media only screen and (max-width: 328px)
{ 
  .navbar .container {
    width: 90%;
    font-size: 12px;
  }
}

@media only screen and (max-width: 575px)
{
    .nav-image img {
    height: 40px;
  }
}



 


@media (min-width: 930px) {
  .navbar {
    justify-content: center;
  }
}

@media (max-width: 190px) {
  .navbar-light .navbar-toggler
  { 
    border-color: transparent;
  }

  .nav-image img {
    height: 21px;
}

}
@media (max-width: 251px)
{
  .nav-image img {
      height: 30px;
  }
  
}
@media (max-width: 207px)
{
  .nav-image img {
      height: 20px;
  }
  
}
@media (max-width: 163px)
{
  .nav-image img {
      height: 11px;
  }
  
}

@media (max-width: 124px)
{
  .nav-image img {
      height: 10px;
  }
  
}


/*--------------------------------------------------------------
# LANDING SECTION
--------------------------------------------------------------*/
section #header
{
  bottom: -10px;
}

#header img
{ 
  width:inherit;
} 

#headerEpf img{
  width:inherit;
}
  
#headerPartner img{
  width:inherit;
}

#headerContact img{
  width:inherit;
}

#headerAbout
{ 
    width: 100%;
    background-size: cover;
    position: relative;
    min-height: 50vh;
    padding: 156px 0 60px 0;
    background-image: url("../images/aboutSec.svg");
}



/* ------ # header SECTION responsive */

 

@media only screen and (max-width: 1000px) and (min-width: 56px)
{
   
   
   
}
 
/*----------------------------------------------------------------------------------
 INDEX PAGE 
----------------------------------------------------------------------------------*/
#header
{
  top: 45px;
}

#mainheader .container-fluid
{ 
  display: contents;
}



@media only screen and (max-width: 999px)
{
  #mainheader  
    {
      margin-top: 2.2rem!important;
    }
}

@media only screen and (max-width: 300px)
{
  #mainheader  
    {
      margin-top: 2rem!important;
    }
}
@media only screen and (max-width: 206px)
{
  #mainheader {
    margin-top: 1.3rem!important;
  }
}

#header img{
 
  justify-content: end;
}
 
#header .content
{
  position: relative;
  display: flex;
  bottom: 410px; 
   
  justify-content: center; 
   
}
#header .content-text
{
  margin-left: -50px;
   
}

#header .fa
 {
  border: solid;
    border-radius: 99px;
    font-size: 15px;
    padding: 11px;
    font-weight: 900;
    border-width: thick;
    cursor: pointer;
 }
 #header .fa:hover
 {
   color: #00BF63; 
   transition: ease-in-out; 
 }

 #header h1{ 
   
  font-weight: bolder;
 }

 @media only screen and (max-width: 490px)
 {
      #header h1 {
        font-size: 17px;
        font-weight: bolder;
    }

    #header .fa {
      border: solid;
      border-radius: 99px;
      font-size: smaller;
      padding: 4px;
      font-weight: 100; 
      cursor: pointer;
  }

  #header .content {
    position: relative;
    display: flex;
    

    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
 }
 @media only screen and (max-width: 277px)
 {
  #header h1 {
      font-size: 10px;
      font-weight: bolder;
  }
 
  #header .content { 
      bottom: 25px;
  }
 
}

#sectionAbout
 {
   display: block;
 }

#sectionAbout p{ 
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #9D9D9D;
 }
 #sectionAbout hr{ 
 
  width: 30%; 
  color: #10EC81;
  opacity: 1;
  margin: auto;
text-align: center!important;
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0),   rgba(0, 0, 0, 0));
 }

 #sectionAbout .fa
 {
  
  font-size: 80px;
  color: #10EC81;
  opacity: 1;
  font-weight: lighter;
  animation: fade-in-down 4s ease infinite;
 }

 @keyframes fade-in-down {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

 #sectionAbout .fa:hover
 {
  
  cursor: pointer;  
  opacity: 5;
 }
 #sectionAbout h1 {
   
  justify-content: center;
  display: flex;
 }

 #sectionAbout img{ 
  justify-content: center;
 }

 @media only screen and (max-width: 766px)
{
  #sectionAbout hr{ 
 
    width: 100%; 
  }  
}
@media only screen and (max-width: 400px)
{
  #sectionAbout img { 
    width: 65%;
}
}


 #sectionProduct h4
{
  color: #000;
    letter-spacing: 1.2px;
}
 
#sectionProduct span
{
  color: #6c757d;
    font-size: 15px;
    letter-spacing: 0.5px; 
}

#sectionProduct .card {  
  padding: 42px 10px 30px 10px ; 
  background-color: rgb(244 246 252 / 59%);
  border-radius: 13px;  
  transition: .45s ease; 
}

#sectionProduct .card:hover  {  
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(107, 107, 107, 0.23);
  transition: .5s ease; 
}

#sectionProduct .card-img-top {
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -30px;
  width: 70px !important;
  height: 70px;
  border: 5px solid #fff;
}

#sectionProduct .card-img-top:hover {
   transition: 0.2s ease-in-out;
  border: 4px solid rgb(16 236 129);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(107, 107, 107, 0.23);
 
}


#sectionGrowYourBusiness #insightfulProducts p{
  font-size: small;
  letter-spacing: 0.5px;
  text-align: center;
}


 #sectionGrowYourBusiness
 {
  background-color: #F4F6FC;
 }
  
#sectionGrowYourBusiness  .cardBsuiness
{
  border-radius: 13px;
  width: 80%;
  background-color: #00000010;
   
}
#sectionGrowYourBusiness .cardBsuiness h5{
  font-size: 12px;
  letter-spacing: 0.4px;
  opacity: 60%;
}
 
#sectionGrowYourBusiness .cardBsuiness p{
  font-size: 12px;
  letter-spacing: 0.3px;
  opacity: 60%;
}

#sectionGrowYourBusiness .cardBsuiness .card-title 
{
  font-size: medium;
  padding-bottom: 86px;
  padding-left: 10px;
}

#sectionGrowYourBusiness h6{
 
  font-weight: bold;
  letter-spacing: 1px;
}

#sectionGrowYourBusiness li{
 
  font-size: small;
  letter-spacing: 0.5px;
  text-align: center;
}
 
#sectionGrowYourBusiness li::marker {
    
  color: #f4f6fc;
}

#sectionGrowYourBusiness i
{
  text-align: center;
  font-size: 25px;
  border: 19px solid #fff;
  border-radius: 10%;
  background-color: #fff; 
  color: #00000076;
}


#sectionGrowYourBusiness i:hover
{
animation: bounce2 2s ease-in-out  ;
border: 19px solid #10EC81;
  border-radius: 10%;
  background-color: #10EC81;
  color: var(--white);
}
@keyframes bounce2 {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}


@media only screen and (max-width: 991px)
{
  #sectionGrowYourBusiness li {
    font-size: small;
    letter-spacing: 0.5px;
    text-align: center;
  }
  #sectionGrowYourBusiness li::marker {
    
    color: #f4f6fc;
  }
} 


#sectionHowDoWeCenter .fa
{
  text-align: center;
  font-size: 30px; 
  border-radius: 10%; 
  color: #f4f6fc;
  animation: fade-in-down 2s ease infinite;
}
@keyframes fade-in-down {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

#sectionHowDoWe 
 {
  background-color: #10EC81;
    border-radius: 13px;
    color: #000000;
 }

 #sectionGrowYourBusiness p{
  font-size: 15px;
 }

 #sectionHowDoWe p{ 
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #000000c2;
 }
 
#sectionHowDoWeCenter
{
  text-align: center;
  justify-content: end;
}


@media only screen and (max-width: 991px)  
{
  #sectionHowDoWeCenter {
    text-align: center;
    justify-content: center;
  }
  #sectionHowDoWeNumbers p {
    font-size: 14px;
  }
}


 #sectionHowDoWeMainNumb h1
 {
  font-size: 45px; 
  letter-spacing: 1.5px;
  font-weight: 600;
 }

 #sectionHowDoWeMainNumb p{
  font-size: 16px; 
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  font-weight: 600;
 }

 #sectionHowDoWeNumbers p{
  font-size: 19px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.1px; 

 }


 @media only screen and (max-width: 991px)  
{ 
  #sectionHowDoWeNumbers p {
    font-size: 14px;
  }
}

 @media only screen and (max-width: 767px)  
 {
  #sectionHowDoWeNumbers p{ 
    text-align: center; 
  }
 }


 #sectionHowDoWeNumbers h2{
  font-size: 40px; 
  letter-spacing: 1.5px;
 }
 @media only screen and (max-width: 991px) and (min-width: 768px)
 {
    #sectionHowDoWeNumbers h2 {
      font-size: 23px;
      letter-spacing: 1.5px;
    }
 }
 
#sectionPeople h2
{
  font-size: 32px;
    line-height: 1.125;
    font-weight: 600;
    letter-spacing: .004em;
}

@media only screen and (max-width: 1082px) and (min-width: 992px)
{
  #sectionHowDoWeNumbers P
  {
    font-size: small;
    margin: 6px;
  }
}

@media only screen and (max-width: 988px) and (min-width: 150px)
{
  #sectionHowDoWeNumbers h1
  {
    font-size: small;
    margin: 6px;
  }
}



@media only screen and (max-width: 991px) and (min-width: 768px)
{
  #sectionGrowYourBusiness    .col-md-3 
  { 
    width: 50%; 
     
  }
}

#sectionPeople
{
  width: 100%;
  background-size: cover;
  position: relative;
  min-height: 47vh;
  padding: 45px 0 16px 0;
  background-image: url(../images/tgpdteamsection2.svg);
}

#sectionPeople hr{
  height: 3px;
  width: 10%;
  color: #00BF63;
  opacity: 1;
}

#sectionPeople img{
 width: 45%;
}

#sectionPeople h4{
 font-size: xx-large;
} 

/*- ------------- # MOBILE RESPONSIVE MEET THE TEAM SECTION -------*/ 
#sectionTeam
{
  width: 100%;
  background-size: cover;
  position: relative;
  min-height: 47vh;
  padding: 45px 0 16px 0;
  background-image: url(../images/tgpdcproduct2.svg);
}
#sectionTeam .partner
{ 
   height: 363px;
   width: max-content;
   overflow-y: scroll;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.partner::-webkit-scrollbar {
 display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.partner {
-ms-overflow-style: none;   
scrollbar-width: none;   
}

#sectionTeam img{
  width: 49%;
 }

 

#sectionTeam .partner hr {
  height: 3px;
  width: 10%;
  color: #41b14b; 
}

#sectionTeam span {
 cursor:move;
 background-color: var(--theme-color); 
 font-size:large;
}

#sectionTeam{
 cursor:move;
}

#sectionTeam span:hover {
 cursor:move;
 background-color: var(--theme-color); 
 font-size:medium;
 transition: 0.4s ease-in-out;
}

 


#sectionTeam hr{
  height: 5px;
  width: 10%;
  color: #00BF63;
  opacity: 1;
} 

#sectionTeam h4{
 font-size: xx-large;
}
#sectionTeam h2
{
  font-size: 40px;
}


@media only screen and (max-width: 1082px) and (min-width: 200px)
{ 
  #sectionTeam img{
    width: 40%;
    text-align: left!important;
  }
  #sectionTeam h2
  {
    font-size: 30px;
    margin-top: -65px!important;
  }
  #sectionTeam h4
  {
    font-size: 30px;
  }

  #sectionTeam .partner { 
    width: fit-content; 
}
  
}

@media only screen and (max-width: 574px) and (min-width: 200px)
{ 
  #sectionTeam img{
    width: 40%;
    text-align: left!important;
  }
  #sectionTeam h2
  {
    text-align: center!important;
  }
  #sectionTeam h4
  {
    text-align: center!important;
  }

  #sectionTeam .partner { 
    width: fit-content; 
}
#sectionTeam hr{
  margin: auto;
} 
  
}


@media only screen and (max-width: 980px) and (min-width: 200px)
{
    #sectionTeam
  {
    width: 100%;
    background-size: cover;
    position: relative;
    min-height: 47vh;
    padding: 45px 0 16px 0;
    background-image: url(../images/tgpdcproduct3.svg);
  }
}

@media only screen and (max-width: 1082px) and (min-width: 976px)
{
  #sectionTeam .mb-5
  {    margin-bottom: 9rem!important;}
}


/*----------------------------------------------------------------------------------
 EPF,PARTNER,CONTACT PAGE MOBILE HEADER IMAGE   
----------------------------------------------------------------------------------*/

@media only screen and (min-width: 701px)  
{
 #headerEpfMoble img{
   display:none;  
 }

}


@media only screen and (max-width: 700px)  
{
 #headerEpf  {
    display: none;
 }
 #headerPartner  {
   display: none;
}

 #headerContact  {
   display: none;
 } 
 #headerEpfMoble img{
   display: flex !important;
   width: 97%;
   border-radius: 10px;
   margin: 0 auto;
   margin-top: 85px;
 }
}



/*----------------------------------------------------------------------------------
 EPF PAGE 
----------------------------------------------------------------------------------*/
#headerEpf .container-fluid
{ 
  display: contents;
}

#sectionEpf h2{ 
  
  font-size: 32px;
    line-height: 1.125;
    font-weight: 900;
    letter-spacing: 4.5px;
    color: #000;
 }

 #sectionEpf p{
  text-align: justify;
  font-size: 13px;
  letter-spacing: 0.5px;
 }
 #sectionEpf ul{
  text-align: justify;
  font-size: 13px;
  letter-spacing: 0.5px;
 }

 #sectionEpf hr{ 
  height: 1px;
  color: #00BF63;
 }

 #sectionEpf img{ 
  width: 40%;
  border-radius: 13px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
 }

 #sectionEpf .btn
 {
  border-radius: 20px;
 }



 @media only screen and (max-width: 991px) and (min-width: 803px)
{
  #sectionEpf h2{ 
  
    font-size: 25px; ;
   }
}
@media only screen and (max-width: 802px) and (min-width: 366px)
{
  #sectionEpf h2{ 
  
    font-size: 15px; ;
   }
}
@media only screen and (max-width: 366px) and (min-width: 315px)
{
  #sectionEpf h2{ 
  
    font-size: 12px; ;
   }
}
@media only screen and (max-width: 315px) and (min-width: 100px)
{
  #sectionEpf h2{ 
  
    font-size: 8px; ;
   }
   #sectionEpf  a{
    font-size: 5px;
   }
}
 
@media only screen and (max-width: 576px)  
{
#sectionEpf p {
  text-align: left; 
}
}

@media only screen and (max-width: 575px)  
{
  #sectionEpf .mt-5 {
    margin-top: 0rem!important;
}
}

 /*----------------------------------------------------------------------------------
 PARTNER PAGE 
----------------------------------------------------------------------------------*/
#headerPartner .container-fluid
{ 
  display: contents;
}
#sectionPartner h1 h2{ 
   
  line-height: 1.125; 
 }

 #sectionPartner h1{ 
  
  font-size: 32px;
    line-height: 0.7;
    font-weight: 900;
    letter-spacing: 4.5px;
    color: #000;
    text-transform: uppercase;
 }
 #sectionPartner h5{  
  font-size:larger;
  text-transform: uppercase;
 }

#partnerImages img
{
   width: 70%;
   border: 1px solid #00000038;
   border-radius: 27px;
}

@media only screen and   (min-width: 192px)
{
  #headerPartner
  {
    margin-top: 2rem;
}
}
 
@media only screen and   (max-width: 191px) and   (min-width: 92px)
{
  #headerPartner
  {
    margin-top: 1rem;
}
}

@media only screen and   (max-width: 301px)
{
  #sectionPartner h1{ 
  
    font-size: 15px;
  }
  #sectionPartner h5{  
    font-size:10px; 
   }
  
}
@media only screen and   (max-width: 145px)
{
  #sectionPartner h1{ 
  
    font-size: 5px;
  }
  #sectionPartner h5{  
    font-size: 4px; 
   }

   #partnerImages img { 
    border-radius: 11px;
   }
  
}

  /*----------------------------------------------------------------------------------
 CONTACT PAGE 
----------------------------------------------------------------------------------*/
#headerContact .container-fluid
{ 
  display: contents;
}

#sectionContact h1{ 
  
  font-size: 32px;
    line-height: 1.125;
    font-weight: 900;
    letter-spacing: 4.5px;
    color: #000;
    text-transform: uppercase;
 }

#sectionContact p {
   color: #41464b;
   font-size: 15px;
}

#sectionContact input {
  border: 0;
  outline: 0;
  border-bottom: 1px solid #41464b47;
  font-size: small;
  color: #41464b;
}
#sectionContact input:focus {
  border-color: green;
  outline: 1px dotted #000
}

#sectionContact .btn
{
  border-radius: 20px;
}

#sectionContact img{
  width: 70%;
}

#sectionContact img{
  width: 70%;
}

#sectionContact .infoContact
{
  display: grid;
    justify-content: space-around;
}

@media only screen and   (min-width: 192px)
{
  #headerContact
  {
    margin-top: 2rem;
}
}
 
@media only screen and   (max-width: 191px) and   (min-width: 92px)
{
  #headerContact
  {
    margin-top: 1rem;
}
}

@media only screen and   (max-width: 301px)
{
  #sectionContact h1{ 
  
    font-size: 15px;
  } 
  
}
 
@media only screen and   (max-width: 572px)
{
  #sectionContact img{
    width: 20%;
  }
  #sectionContact .btn
{ 
  font-size: small;
}
  
}

/*--------------------------------------------------------------
# Popup Modal
--------------------------------------------------------------*/
@media only screen and   (max-width: 513px)
{
  #myModal iframe{
    height: auto;
    width: 97%;
  }
  
}

@media only screen and   (max-width: 349px)
{
  #myModal iframe{
    height: auto;
    width: 97%;;
  }
  
}
@media only screen and   (max-width: 255px)
{
  #myModal iframe{
    width: 98%;
  }
  
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer hr
{
    height: 1px;
    color: rgb(0 0 0 / 17%);
    width: 100%;
}

#footer img
{
    height: 90px; 
}
@media only screen and (max-width: 300px)  
{
#footer img {
  height: 40px;
}
}

.footer {
    font-size: 14px;
    background-color: #d9d9d9;
    padding: 30px 0;
    color: #86868b;
}
  
#footer a
{
  text-decoration: none;
  cursor: pointer;
  color: initial;
}

.footer .icon {
    margin-right: 15px;
    font-size: 24px;
    line-height: 0;
  }
  
  .footer h4 {
    font-size: 14px; 
    position: relative;
    padding-bottom: 5px;
     
  }
  
  .footer .footer-links {
    margin-bottom: 30px;
  }
  
  .footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }
  
  .footer .footer-links ul li:first-child {
    padding-top: 0;
  }
  
  .footer .footer-links ul a {
    color: rgba(255, 255, 255, 0.6);
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
  }
  
  .footer .footer-links ul a:hover {
    color: #fff;
  }
  
  .footer .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
     font-size: 16px;
    color: #86868b;
    margin-right: 10px;
    transition: 0.3s;
  }
  
  .footer .social-links a:hover {
    color: #fff;
    border-color: #fff;
  }
  
  .footer .copyright { 
    padding-top: 10px;
   
    color: #86868b;
  }
   
  .footer .copyright a {
    color: black;
    text-decoration: none;
  }
 

    /* ---- HERO SECTION ---- */ 

   canvas{ 
    display: block;
     vertical-align: bottom; 
    } 

   /* ---- particles.js container ---- */ 
   #particles-js{  
      width: 100%;
      height: 100%;
      background-color: #fff;
      background-image: url("../images/herosectImage4.png"); 
      background-repeat: no-repeat; 
      background-size: cover;
      background-position: 50% 50%; 
      z-index: 1px;
    }

   /* ---- stats.js ---- */ 
   .count-particles{ 
    background: #000022;
     position: absolute; 
     top: 48px; 
     left: 0; 
     width: 80px;
      color: #13E8E9;
       font-size: .8em; 
       text-align: left;
        text-indent: 4px;
         line-height: 14px;
          padding-bottom: 2px;
           font-family: Helvetica, Arial, sans-serif; 
           font-weight: bold; 
          } 

   .js-count-particles{ 
    font-size: 1.1em;
   } 
   #stats, .count-particles{ 
    -webkit-user-select: none; 
    margin-top: 5px; 
    margin-left: 5px; 
  } 
   #stats{
     border-radius: 3px 3px 0 0; 
    overflow: hidden; 
  } 
   .count-particles{ 
    border-radius: 0 0 3px 3px; 
  }


   /* ---- HERO SECTION MOBILE RESPONSIVE ---- */ 

   @media only screen and (min-width: 1089px) and (max-width: 1411px)
   {
    #particles-js{   
      background-image: url("../images/herosectTablet1.png");  
     height: 750px;
   }   
   }

    

   @media only screen and (min-width: 1033px) and (max-width: 1088px)
   {
      #particles-js{   
        background-image: url("../images/herosectImage5.png");  
       height: 752px;
     }   
   }

   @media only screen and (min-width: 615px) and (max-width: 1032px)
   {
      #particles-js{   
        background-image: url("../images/herosectTablet3.png");  
       height: 764px;
     }   
   }






  @media only screen and (max-width: 698px)
  {
     #particles-js{   
      background-image: url("../images/mobileHeroSection2.png"); 
      height: 867px
    }  

    #header hr{
    display: block;
    color: #00BF63;
    opacity: 1;
    height: 13px;
    }
  }



  @media only screen and (max-width: 405px)
  {
     #particles-js{   
      background-image: url("../images/mobileHeroSection7.png"); 
      height: 789px;
    }  

    #header hr{
    display: block;
    color: #00BF63;
    opacity: 1;
    height: 13px;
    }
  }

  @media only screen and (max-width: 272px)
  {
        
    #particles-js{   
      background-image: url("../images/mobileHeroSection8.png"); 
      height: 736px;
    }
    #header hr{
    display: block;
    color: #00BF63;
    opacity: 1;
    height: 4px;
    top: 10px;
    }
  }

  @media only screen and (max-width: 207px)
  {
    .mt-5 {
      margin-top: 2rem!important;
  }

    #header hr{
    display: block;
    color: #00BF63;
    opacity: 1;
    height: 14px;
    }
  }

  @media only screen and (max-width: 189px)
  {
     #particles-js{   
      background-image: url("../images/mobileHeroSection3.svg"); 
      height: 543px;
    }  

    #header hr{
    display: block;
    color: #00BF63;
    opacity: 1;
    height: 13px;
    }
  }

 
  .sec_epf_awards img
{
  animation: glitch 10s 5s infinite;
}
 
@keyframes glitch {
  1%{
    transform: rotateX(10deg) skewX(90deg);
  }
  2%{
    transform: rotateX(0deg) skewX(0deg);
  }
}



 
.sec_epf_awards 
{
  background-color: rgba(0,0,0,0.5); 
  background-image: url("../images/award_banner_index.png"); 
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; 
  background-attachment: fixed;
  height: 245px;
}
 

@media (max-width: 765px) {
  .sec_epf_awards
  {
    height: 444px;
    font-size: xx-small;
    display: block;
  }
  .sec_epf_awards img
  {
    height: fit-content!important;
  }

 
}
@media (max-width: 280px) {
  .sec_epf_awards
  {
    height: 458px;
    font-size: xx-small;
    display: block;
  }
}
   
.btn-gold 
{
  background-color: #BD8A1C;
}
.btn-outline-gold
{
  border-color: #D8B657;
}
.btn-outline-gold:hover
{
  border-color: #D8B657;
  background-color: #D8B657;
}

.text-gold
{
  color: #FFFEA6;
}
 