body {
  overflow-x: hidden;
  min-height: 100vh;
  max-width: 1920px;
  margin: auto;
  border:1px solid #cccccc;
}

.navbar {
  border-bottom: 1px solid #cccccc;
}

.text_dark{
  color:#333333;
}
.navbar .nav-link {
  font-size:14px;
  text-transform: uppercase;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  color: #333333;
}

.slide_transparent_bg{
 background-color: rgb(255,255,255, 0.7);
 color: #474747;
 padding:30px;
 border-radius: 10px;
 border:1px transparent;
}

.fa-file-shield, .fa-shield-halved, .fa-user-tie, .text_474747{
  color:#474747 !important;
}

.display-3{
  font-size: 24px;
  font-weight: 600;
}

.navbar .nav-item {
  padding-left: 1rem;
  padding-right: 1rem;
}

.navbar .nav-item.active {
  background-color: #ff7c00;

}

.carousel-item {
  height: 450px;
}

.carousel-image-1 {
  background: url('../img/ite1.webp') center/cover no-repeat;
  position: relative;
}

.carousel-image-2 {
  background: url('../img/ite2.webp') center/cover no-repeat;
  position: relative;
}

.carousel-image-3 {
  background: url('../img/ite3.webp') center/cover no-repeat;
  position: relative;
}

.card-img-top {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

#home-heading {
  position: relative;
  background: url('../img/lights.jpg');
  background-attachment: fixed; /*add a parallax effect*/
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding:20px;
}

.dark-overlay { /*needs to be the biggest div right after the section, positioning makes sure it covers the whole section*/

}

.padding20{
  padding: 20px;
}
#video-play {
  position: relative;
  min-height: 200px;
  background: url('../img/media.jpg');
  background-attachment: fixed; /*add a parallax effect*/
  background-position: 0 0px;
  background-repeat: no-repeat;
  color: #fff;
}



  #page-header {
    height: 200px;
    background: url('../img/ite1.webp') center/cover no-repeat;
    color:#fff;
    border-bottom: 1px #eee solid;
    padding-top: 50px;
  }


.about-img {
  margin-top: -50px; /*brings the image up into the header*/

}

.blockquote-footer::after {
  content: "\2014\00A0";
}
 
@media (max-width: 500px) {
  .logo_container{
    width:150px;
    height:38.5px;
    margin-left:calc(50vw - 115px);
  }
  .justify-content-center-small-screen{
    justify-content: center;
  }
  .mobile_spacer_about{
    width: 100%;
    height: 45px;
  }
  .text-center-small-screen{
    text-align: center;
  }
  #page-header{
    display: none;
  }
  .hide_on_mobile{
    display: none;
  }
}

@media (min-width: 501px) {
  .logo_container{
    width:150px;
    height:38.5px;
  }
}

#faq .card {
  border: #444;
}

#faq a {
  color: #fff;
  text-decoration: none;
}

#faq .card-body,
#faq .card-header {
  background: #333;
}

#main-footer {
  background: #474747;
  color: #fff;
  border-top: 1px solid #333333;
  bottom: 0px;
  position: static;
  width: 100%;
}










.timeline_area {
  position: relative;
  z-index: 1;
}
.single-timeline-area {
  position: relative;
  z-index: 1;
  padding-left: 180px;
}
@media only screen and (max-width: 575px) {
  .single-timeline-area {
      padding-left: 100px;
  }
}
.single-timeline-area .timeline-date {
  position: absolute;
  width: 180px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 60px;
}
@media only screen and (max-width: 575px) {
  .single-timeline-area .timeline-date {
      width: 100px;
  }
}
.single-timeline-area .timeline-date::after {
  position: absolute;
  width: 3px;
  height: 100%;
  content: "";
  background-color: #ebebeb;
  top: 0;
  right: 30px;
  z-index: 1;
}
.single-timeline-area .timeline-date::before {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #f69208;
  content: "";
  top: 50%;
  right: 26px;
  z-index: 5;
  margin-top: -5.5px;
}
.single-timeline-area .timeline-date p {
  margin-bottom: 0;
  color: #020710;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
}
.single-timeline-area .single-timeline-content {
  position: relative;
  z-index: 1;
  padding: 30px 30px 25px;
  border-radius: 6px;
  margin-bottom: 15px;
  margin-top: 15px;
  -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
  box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
  border: 1px solid #ebebeb;
}
@media only screen and (max-width: 575px) {
  .single-timeline-area .single-timeline-content {
      padding: 20px;
  }
}
.single-timeline-area .single-timeline-content .timeline-icon {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 30px;
  height: 30px;
  background-color: #f69208;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  text-align: center;
  max-width: 30px;
  border-radius: 50%;
  margin-right: 15px;
}
.single-timeline-area .single-timeline-content .timeline-icon i {
  color: #ffffff;
  line-height: 30px;
}
.single-timeline-area .single-timeline-content .timeline-text h6 {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.single-timeline-area .single-timeline-content .timeline-text p {
  font-size: 13px;
  margin-bottom: 0;
}
.single-timeline-area .single-timeline-content:hover .timeline-icon,
.single-timeline-area .single-timeline-content:focus .timeline-icon {
  background-color: #020710;
}
.single-timeline-area .single-timeline-content:hover .timeline-text h6,
.single-timeline-area .single-timeline-content:focus .timeline-text h6 {
  color: #3f43fd;
}

.border-0 {
  border: 0 !important;
}
.position-relative {
  position: relative !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%) !important;
}
.card {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,0.125);
  border-radius: .25rem;
}

.member-profile {
  top: -50px;
  left: 0;
}
.text-center {
  text-align: center !important;
}
.w-100 {
  width: 100% !important;
}
.position-absolute {
  position: absolute !important;
}

.member-profile img {
  width: 100px;
  height: 100px;
}
.rounded-circle {
  border-radius: 50% !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
}

#clients {
  padding: 60px 0;
  
}
#clients .clients-wrap {
  border-top: 1px solid #d6eaff;
  border-left: 1px solid #d6eaff;
  margin-bottom: 30px;
}

#clients .client-logo {
  padding: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #d6eaff;
  border-bottom: 1px solid #d6eaff;
  overflow: hidden;
  background: #fff;
  height: 160px;
}

#clients img {
  transition: all 0.4s ease-in-out;
}

