.letter-spacing {
  letter-spacing: 0.15em;
}

.normal-letter-spacing {
  letter-spacing: normal !important;
}

/* Services list icons */
.services-list-width li {
  width: 250px;
}
/* End Services list icons */

.scope-image img {
    width: 40%;
}

.logo-footer {
  width: 15%;
}

.section-heading {
  font-size: 22px;
}

.text-black {
  color: #000 !important;
}

.text-white {
  color: #fff !important;
}

.text-orange {
  color: #FF5020 !important;
}

.btn-orange {
  color: #FF5020 !important;
}

.card-border{
  -webkit-box-shadow: 0 2px 64px 0 rgba(208,208,208,.5);
  box-shadow: 0 2px 64px 0 rgba(208,208,208,.5);
}

.card-border-full {
  -webkit-box-shadow: 0 2px 64px 0 rgba(208, 208, 208, 1);
  box-shadow: 0 2px 64px 0 rgba(208, 208, 208, 1);
}
.pl-30 {
  padding-left: 30px !important;
}
#btn-close-modal {
  width: 100%;
  text-align: center;
  cursor: pointer;
  color: #fff;
}

.banner-image-top-margin {
  margin: 0px !important;
  padding: 0px !important;
}

.banner-padding {
  padding: 20px;
  background-color: #e8e8e8;
  text-align: center;
}

.team-image-size {
  height: 320px !important;
}

.portfolio-image-size {
  width: 400px;
}

.ci-text a{
  color: #fff;
}

.ci-text a:hover {
  color: #ca0000;
}

.main-line {
  letter-spacing: 0.1em;
  font-family: 'Nunito', sans-serif;
}

.d-none {
  display: none;
}
