@import url("https://fonts.googleapis.com/css?family=Poppins&display=swap");
.navbar {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
  background: #fff; }

#logoImg {
  height: 55px; }

.nav-item {
  margin-right: 20px; }

.nav-link {
  font-weight: 900 !important;
  font-size: 15px;
  text-transform: uppercase; }

.navbar .nav-item .active {
  color: #9400D3 !important; }

.nav-link:hover {
  color: #9400D3 !important; }

#hero {
  margin-top: 83px; }
  #hero .heroImg {
    height: 574px;
    width: 100%; }
  #hero h1 {
    font-size: 50px;
    font-weight: 900 !important;
    letter-spacing: 1px;
    line-height: 70px; }

#heroContent {
  position: absolute;
  top: 42%;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold !important; }

section {
  padding: 50px 0px; }

h2 {
  color: #9400D3 !important;
  font-weight: 900 !important;
  font-family: 'raleway' !important; }

footer {
  background-image: url("../images/footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff; }
  footer h5 {
    margin-bottom: 20px; }
  footer p {
    font-weight: 300;
    font-size: 15px; }

.overlay {
  background: #000;
  opacity: 0.9;
  height: 100%;
  width: 100%;
  padding: 40px 0px; }

.card-header {
  background: #9400D3 !important;
  color: #fff; }

#rateTitle {
  background: #9400D3;
  text-align: center;
  padding: 5px;
  margin-bottom: 20px; }
  #rateTitle h2 {
    color: #fff !important; }
  #rateTitle .card-body {
    background: #ccc !important; }

#about {
  margin-top: 30px;
  background: #f8f9fa;
  font-size: 15px;
  color: #969696; }
  #about h4 {
    margin-top: 20px !important; }
  #about p {
    font-family: "Poppins",sans-serif; }

#services span {
  color: #969696; }

.square {
  margin-right: 10px;
  margin-bottom: 5px;
  height: 15px;
  width: 15px;
  background: #9400D3;
  text-align: center;
  display: inline-block;
  line-height: 12px; }
  .square .fa-check {
    font-size: 10px;
    color: #fff; }

.table-primary {
  background: #5580b7 !important;
  color: #fff; }

.table-secondary {
  background: #d1d8ea !important;
  color: #333; }

.table-dark {
  background: #e9eef2 !important;
  color: #333  !important; }

.btn-primary {
  background-color: #4caee3 !important; }

#hero span {
  animation-name: textStyle; }

@keyframes textStyle {
  0% {
    opacity: 0;
    transform-origin: -50% -50% 0px;
    animation-duration: 5s; }
  100% {
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
    animation-duration: 5s; } }

.towerImg {
  position: absolute;
  top: 241px;
  right: 217px; }
  .towerImg img {
    width: 100px; }

#whyUs {
  color: #969696; }

#bClients {
  background: #f8f9fa; }

#copyright {
  font-size: 14px;
  background: #000;
  color: #555;
  text-align: center;
  padding: 10px;
  border-top: 1px solid #333; }
  #copyright p {
    padding: 0px !important;
    margin: 0px !important; }

#breadBar {
  background: #f8f9fa;
  margin-top: 80px; }
  #breadBar h4 {
    font-weight: bold;
    color: #9400D3;
    text-transform: uppercase; }

.btn-primary {
  background-color: #9400D3 !important;
  background-color: #9400D3 !important;
  border-color: #9400D3 !important; }
