@import url('../webfonts/Roboto_Reg/stylesheet.css');
@import url('../webfonts/Roboto_700/stylesheet.css');
@import url('../webfonts/Roboto_500/stylesheet.css');

.service-card {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 4px 4px 9px;
  box-shadow: 4px 4px 9px;
  min-height: 400px;
  background-color: #ffffff;
}

.logo {
  max-height: 150px;
}
.top-bar {
  -webkit-box-shadow: 5px 5px 20px 5px #616161;
  box-shadow: 5px 5px 20px 5px #616161;
  font-family: 'Roboto Reg';
  background-color: #191919;
}

html,
body {
  margin: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: -webkit-linear-gradient(
    270deg,
    rgba(195, 229, 0, 0.51) 0%,
    rgba(195, 229, 0, 0.28) 100%
  );
  background-image: -moz-linear-gradient(
    270deg,
    rgba(195, 229, 0, 0.51) 0%,
    rgba(195, 229, 0, 0.28) 100%
  );
  background-image: -o-linear-gradient(
    270deg,
    rgba(195, 229, 0, 0.51) 0%,
    rgba(195, 229, 0, 0.28) 100%
  );
  background-image: linear-gradient(
    180deg,
    rgba(195, 229, 0, 0.51) 0%,
    rgba(195, 229, 0, 0.28) 100%
  );
}
#headingOne1 .mb-0 a {
  color: #313131;
}
#headingTwo1 .mb-0 a {
  color: #313131;
}
#headingOne1 .mb-0 a .collapsed {
  color: #5b5b5b;
}
#headingTwo1 .mb-0 a .collapsed {
  color: #5b5b5b;
}

.top-bar a {
  text-decoration: none;
  color: #cbcbcb;
}
#card-container2 {
  margin-top: 30px;
}
#Services_Header {
  margin-top: 30px;
  margin-left: 20px;
  padding-left: 0px;
}

.top-bar li {
  list-style: none;
  color: #cbcbcb;
  border-left: 1px solid #444;
  padding-right: 10px;
  padding-left: 10px;
}
.top-bar .container {
  float: none;
}
.phone {
  margin-right: 7px;
}
#Services_Header h2 {
  color: #3b3b3b;
  font-weight: bolder;
  margin-left: 15px;
}

#feature-row {
  -webkit-box-shadow: 0px 0px;
  box-shadow: 0px 0px;
  align-items: center;
}
.row .card-group {
  width: 100%;
}

#card-container #group_1 {
  margin-left: 10px;
  margin-right: 10px;
}

#sec-row {
  margin-top: 40px;
}
#accordion1 {
  margin-top: 30px;
  -webkit-box-shadow: 0px 0px 0px;
  box-shadow: 0px 0px 0px;
  padding-left: 20px;
  padding-right: 15px;
  margin-bottom: 30px;
}
#footer_1 {
  display: flex;
  justify-content: space-between;
  padding-left: 35px;
  padding-right: 30px;
  margin-top: 20px;
}
#footer_1 p {
  background-color: undefined;
}
#sec-adress {
  background-color: #3a3a3a;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  margin-top: 30px;
}

.row .col-lg-6 #pre-footer {
  display: flex;
  justify-content: center;
}
.col-lg-6 #pre-footer p {
  font-size: xx-large;
}
#accordion1 .card {
  margin-top: 20px;
}
.fa.fa-check {
  color: #c3e500;
  font-size: 41px;
}
#sec-adress .row .col-lg-6 {
  color: #d9d9d9;
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.col-lg-6 p a {
  text-decoration: none;
  color: #ffffff;
}
.top-bar #covid-row {
  display: flex;
  justify-content: flex-end;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .top-bar .row #mail {
    display: none;
  }
  .row .col-lg-6 p {
    text-align: center;
  }
  #sec-adress .row .col-lg-6 {
    justify-content: center;
  }
}

#feature-row {
}
#comp-name {
}

@media screen and (max-width: 992px) {
  #covid,
  #mail {
    display: none;
  }
}
#card-container {
  margin-top: 30px;
}

@media screen and (max-width: 576px) {
  #sec-adress {
    align-items: center;
    justify-content: center;
  }
}
#Services_Header {
}
#pre-footer-container {
}
#pre-footer {
}
#name-container {
}

@media screen and (min-width: 576px) {
}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 992px) {
}
