:root {
  --bs-primary: #f39200;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
}

.btn-primary {
  --bs-btn-color: #000;
  --bs-btn-bg: #f39200;
  --bs-btn-border-color: #f39200;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f39200;
  --bs-btn-hover-border-color: #f39200;
  --bs-btn-focus-shadow-rgb: 216, 178, 46;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f39200;
  --bs-btn-active-border-color: #f39200;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f39200;
  --bs-btn-disabled-border-color: #f39200;
}

.btn-outline-primary {
  --bs-btn-color: #f39200;
  --bs-btn-border-color: #f39200;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f39200;
  --bs-btn-hover-border-color: #f39200;
  --bs-btn-focus-shadow-rgb: 254, 209, 54;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f39200;
  --bs-btn-active-border-color: #f39200;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f39200;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f39200;
  --bs-gradient: none;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 200px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Nunito Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: lighter;
}

.btn-primary {
  color: #fff;
  background-color: #f39200;
  border-color: #f39200;
}

@media (min-width: 768px) {
  header.masthead .intro-text .intro-heading {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 50px;
    font-family: "Nunito Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  }
}

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 100px;
    padding-bottom: 600px;
    padding-left: 100px;
  }
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #f39200;
}

#mainNav.navbar-shrink img {
  /*content: url("logo-alt-black.png");*/
}

body {
  overflow-x: hidden;
  font-family: "Nunito Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

@media (min-width: 768px) {
  section {
    /*padding: 150px 0;*/
  }
}

a {
  text-decoration: none;
}

p {
  font-weight: 300;
}

footer {
  background: #0c0c0c;
}

.forange {
  color: #f39200;
}

.fwhite {
  color: #fff;
}

.fblack {
  color: #000;
}

.section-subheading {
  font-size: 58px;
  text-transform: uppercase;
}

.showcase-quote {
  font-size: 24px;
  display: block;
  /*min-height: 500px;*/
  /*color: #ffffff;*/
  font-weight: 700;
  /*background: orange;*/
  /*padding: 50px;*/
  /*text-transform: uppercase;*/
  letter-spacing: -1px;
  /*text-shadow: 2px 4px 3px rgba(0,0,0,0.3);*/
  line-height: 120%;
}

.test-wrapper {
  /*background: #ffffff;*/
  padding: 0 30px 30px 30px;
  /*min-height: 500px;*/
}

.test-wrapper img {
  margin-bottom: 30px;
}

.test-wrapper h6 {
  margin-top: 20px;
}

.test-wrapper p {
  color: #f39200;
  font-size: 24px;
  font-weight: 700;
}

.nav-link:hover {
  /*background: black;*/
  color: #fff !important;
  border-bottom: 3px solid #f39200;
}

#webticker li img {
  margin: 0 20px;
}

.casestudy ul {
  list-style-type: '- ';
}

.casestudy > div.container {
  margin-bottom: 50px;
  border: 1px solid #ccc;
  padding: 20px 50px;
}

.casestudy h5 {
  margin-bottom: 10px;
  font-weight: bold;
}

.casestudy p, .casestudy li {
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 16px;
  line-height: 160%;
}

.worksectors .accordion li {
  border-right: 10px solid black;
}

.worksectors .accordion h4 {
  /*background: #333;*/
  padding: 20px 20px 20px 0;
  margin-right: 20px;
  color: #f39200;
}

.worksectors .accordion ul li div a p {
  /*top: 160px;*/
  font-size: 16px;
}

.worksectors .accordion ul li div a * {
  opacity: 0;
  margin: 0;
  width: 90%;
  /*text-overflow: ellipsis;*/
  position: relative;
  z-index: 5;
  white-space: normal;
  overflow: auto;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

#worksectorslinks h4 {
  color: #fff;
  margin-left: 20px;
}

.about-sectors .heading {
  /*border-left: 20px solid #f39200;*/
  background: #000;
  color: #f39200;
  padding: 14px 20px;
  width: 100%;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  /*margin-top: -52px;*/
}

.about-sectors .item {
  margin-bottom: 30px;
}

.about-sectors h4:hover {
  /*color: black;*/
}

.about-sectors h4 i {
  margin-right: 10px;
}

span.hvr-sweep-to-top::before {
  border-radius: 50%;
}

.testimonial-item p:after {
  content: "”";
  position: absolute;
  bottom: -100px;
  line-height: 100px;
  right: 0;
  font-size: 25em;
  color: #f3920021;
}

.testimonial-item .box {
  box-shadow: box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  color: #000;
  /*font-size: 18px;*/
  margin-left: 10px;
  /*border: 1px solid #ddd;*/
  padding: 40px 40px 140px 40px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(50, 50, 93, -0.2) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-top: 1px solid #f39200;
}

.community-list h5 {
  /*border-left: 20px solid #f39200;*/
  /*background: black;*/
  /*color: white;*/
  padding: 20px;
  width: 100%;
  margin-top: 30px;
}

h1 {
  text-transform: uppercase;
  font-weight: 900;
}

h1.main {
  /*background: -webkit-linear-gradient(left, #ffffff, #f49507);*/
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-size: 44px;
  color: #fff;
  letter-spacing: -2px;
}

h2 {
  line-height: 160%;
  font-weight: 700;
  letter-spacing: -2px;
}

a:hover {
  color: #f49507;
}

.community-schemes {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.community-schemes li {
  margin-right: 60px !important;
  /*font-size: 20px;*/
  margin-top: 20px;
  float: left;
  /*font-weight: bold;*/
  /*border: 1px solid orange;*/
  padding: 14px 20px;
  /*border-radius: 10px;*/
  background: #000000;
  color: #fff;
}

.home-directors .item i {
  font-size: 14px;
  line-height: 28px;
  display: inline-block;
  width: 28px;
  height: 28px;
  transition: all .3s;
  color: #fff;
  /*border-radius: 100%;*/
  outline: none;
  background-color: #212529;
  /*margin-left: 10px;*/
  text-align: center;
  margin-top: -4px;
  /*margin: 10px;*/
}

.home-directors img {
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: none;
}

.home-directors .item {
  padding: 5px;
}

.home-directors {
  color: #141414;
}

.home-directors .item > div {
  margin: 10px;
}

.home-directors .item:hover {
  color: white;
}

.testimonials .item {
  margin-bottom: 200px;
}

.communityevents .item {
  /*margin-bottom: 150px;*/
}

.people-directors .item:hover {
  font-weight: bold;
}

.people-directors .item {
  padding: 10px;
}

.people-directors img {
  /*box-shadow: rgba(100, 100, 111, 0.4) 0px 7px 29px 0px;*/
  border: none;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.slider-whatpeoplesay .slick-prev:before {
  content: "\F27A";
  font-family: 'bootstrap-icons';
  font-size: 100px;
  color: #222;
}

.slider-whatpeoplesay .slick-next, .slider-whatpeoplesay .slick-prev {
  top: 20%;
  bottom: 0;
  z-index: 1;
  width: 100px;
}

.slider-whatpeoplesay .slick-next {
  /*right: -50px;*/
}

.slider-whatpeoplesay .slick-left {
  /*left: -70px;*/
}

.slider-whatpeoplesay .slick-next:before {
  content: "\F27B";
  font-family: 'bootstrap-icons';
  font-size: 100px;
  color: #222;
}

.slick-slide {
  margin: 0 !important;
}

.slantedbottom {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10vw), 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2vw), 0 100%);
  margin-bottom: -10vw;
}

#testimonials .author {
  color: #141414;
  padding: 0 20px;
  /*border-left: 10px solid orange;*/
}

.btn-download {
  color: #fff;
  background: #000;
  border-radius: 0;
  padding: 20px 50px;
  font-size: 20px;
  transition: all 0.2s;
}

.btn-download:hover {
  background: #f49507;
}

.btn-download i {
  margin-right: 20px;
}

