html, body {
  background-color: #fff;
  font-size: 62.5%; 
  font-family: "Poppins", sans-serif;
}
.magenta {
  color: #d5217a;
}
section {
  z-index: 1;
  position: relative;
}
.top-nav li a {
  color: #000;
  font:700 3rem "Poppins", sans-serif;
  margin: 20px 50px;
}
.nav-link:focus, .nav-link:hover {
  color: #000 !important;
}
.top-nav li .active {
  color: #d5217a !important;
  background-color: transparent !important;
} 
.top-nav li a:hover span {
  color: #d5217a;
}
.m-110 {
  margin-top: 110px;
  z-index: 1;
}
.bg-black {
  background-color: #000;
}
.parallax-image {
  width: 57%;  
  position: absolute;    
  bottom: -90px;
  right: 0;
  z-index: 0;
}
.padd-y {
  padding: 50px 0;    
}
.lead {
  color:#666;
  font:400 3rem "Poppins", sans-serif;
}
 
.text-body p {
  color:#d6d6d6;
  font:200 2.4rem "Poppins", sans-serif;
  padding-bottom: 30px;
} 
.text-body2 p {
  color:#666;
  font:400  2.4rem "Poppins", sans-serif;
  padding-bottom: 30px;
}
.text-body3 p {
  color:#b5b3b3;
  font:400  2.4rem "Poppins", sans-serif;
  padding-bottom: 30px;
  flex-direction: column;  
}
.text-body3 p strong {
   font-size:2.6rem;
   margin-top: 10px;
   display: flex;
 }
.text-body3 p strong span {
  color: #d5217a;
}
.text-body3 a {
  color:#d6d6d6;
  font:400 2.6rem "Poppins", sans-serif;
  text-decoration: none;
 }
.text-body3 a:hover {
  text-decoration: underline;
}
.ctext {
   font:400 4.6rem/6.6rem "Poppins", sans-serif;
  text-decoration: none;
  color: #fff;
  word-break: break-all;
}
.ctext a { font:200 4.6rem/5.6rem "Poppins", sans-serif;}
ul.sm {
  list-style: none;
  padding: 0;
  margin: 60px 0 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
ul.sm li {
  list-style: none;
  padding: 0;
  margin: 0 20px 0 0;   
}
ul.sm li img {
  width: 100px;
  height: auto;
}
.img-fluid-logo {
  width: 240px;
  height: auto;
}   
.img-fluid-2 {
  width: 80%;
  height: auto;
}
@media (max-width:579px) {
  .img-fluid-logo {
    width: 180px;
 }
 .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(213, 33, 122, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
 .navbar-toggler-icon, .navbar-toggler {font-size: 3rem; }
  .parallax-image {
   display: none;
  }
  .top-nav li a {
    font-size: 2rem;
    margin:0px 20px;
  }
  .text-body p,
  .text-body2 p,
  .text-body3 p {
    font-size: 2rem;
  }
   
  .contact-us p {
    font-size: 1.5rem;
  }
  .ctext {font-size: 3.6rem;}
  .ctext a {font-size: 2.6rem;}
  ul.sm li img {
    width: 70px;
    height: auto;
  }
  .ctext {
    font:400 3rem/3.6rem "Poppins", sans-serif;
    text-align: center;
  }
  /* .d-sm-none {display: none;} */
  
  ul.sm {
     margin: 20px auto 0 auto;
     width: 180px;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .img-fluid-2 {
    width: 100%;
   }
}
