/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
@media (min-width: 576px) {
  .large-gutters {
    margin-right: -25px;
    margin-left: -25px;
  }
  .large-gutters > .col,
  .large-gutters > [class*='col-'] {
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media (min-width: 576px) {
  .xl-gutters {
    margin-right: -60px;
    margin-left: -60px;
  }
  .xl-gutters > .col,
  .xl-gutters > [class*='col-'] {
    padding-right: 60px;
    padding-left: 60px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
@media (max-width: 991.98px) {
  .site-header .navbar-collapse {
    margin-top: 20px;
  }
}

@media (max-width: 991.98px) {
  .site-header .navbar-collapse {
    background-color: #222222;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .site-header .navbar-collapse .dropdown-item {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.site-header .navbar {
  background-color: #000;
  padding-top: 28px;
  padding-bottom: 28px;
}

.site-header .navbar .navbar-brand {
  width: 89px;
}

.site-header .navbar .nav-item {
  font-family: Avenir, Montserrat, Corbel, 'URW Gothic', source-sans-pro, sans-serif;
  color: #FFFFFF;
  font-size: .875rem;
  font-weight: 300;
  letter-spacing: .05em;
  margin-right: 14px;
  margin-left: 14px;
  text-transform: uppercase;
}

.site-header .navbar .nav-item.active {
  color: white;
}

@media (min-width: 992px) {
  .site-header .navbar .nav-item .nav-link {
    position: relative;
	  color: #FFFFFF;
  }
  .site-header .navbar .nav-item .nav-link.active, .site-header .navbar .nav-item .nav-link:hover {
    color: #FAFAFA;
  }
  .site-header .navbar .nav-item .nav-link.active::before, .site-header .navbar .nav-item .nav-link:hover::before {
    content: "";
    border-bottom: solid 3px #ED1C24;
    width: calc(100% - 15px);
    display: block;
    position: absolute;
    bottom: 2px;
    z-index: 1;
  }
}

.btn-outline-black-header {
  border: solid;
  border-width: 2px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-bottom-area {
  border-bottom: solid 1px #000;
}

.navbar .nav-modules {
  padding: 0;
  margin: 0;
}

.navbar .nav-modules .nav-item-search {
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar .nav-modules .nav-item-search .navbar-search-bar input {
  border-width: 1px;
  border-radius: 0;
  padding: 30px 0 30px 30px;
  border-right: none;
  background: #ffffff;
  width: 100%;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

@media (min-width: 992px) {
  .navbar .nav-modules .nav-item-search .navbar-search-bar input {
    width: 320px;
    border-top: none;
    border-bottom: none;
  }
}

.navbar .nav-modules .nav-item-search .navbar-search-bar .btn {
  border-left: none;
  background: #ffffff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 15px 30px 15px 0;
  font-size: 0.875rem;
}

@media (max-width: 767.98px) {
  .navbar .nav-modules .nav-item-search .navbar-search-bar {
    padding-top: 0.6666666667rem;
    padding-bottom: 0.6666666667rem;
  }
}

.navbar .nav-modules .navbar-nav .nav-item-search:not(:last-child) {
  margin-right: 1.5rem;
}

.navbar .nav-modules .btn-link {
  font-size: 1.125rem;
  font-weight: bold;
  font-family: Avenir, Montserrat, Corbel, 'URW Gothic', source-sans-pro, sans-serif;
  color: #ed1c24;
}

.navbar .nav-modules .nav-item-social-nav:not(:last-child) {
  margin-right: 1.2rem;
  padding-right: 1.2rem;
  border-right: solid 1px #dee2e6;
}

.navbar .nav-modules .nav-item-social-nav a:not(:last-child) {
  margin-right: 1rem;
}

@media (max-width: 767.98px) {
  .navbar .nav-modules .nav-item-social-nav {
    padding-top: 0.6666666667rem;
    padding-bottom: 0.6666666667rem;
  }
  .navbar .nav-modules .nav-item-social-nav a:not(:last-child) {
    margin-right: 1.3rem;
  }
}

.navbar .nav-item-account i {
  font-size: 1.191rem;
  padding-right: 5px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer ol,
.site-footer ul {
  -webkit-padding-start: 1rem;
     -moz-padding-start: 1rem;
          padding-inline-start: 1rem;
}

.site-footer .footer-widgets {
  background-color: #000000;
  padding-top: 100px;
  padding-bottom: 30px;
}

@media (max-width: 991.98px) {
  .site-footer .footer-widgets {
    padding-top: 100px;
  }
}

.site-footer .footer-widgets .footer-widget {
  margin-bottom: 50px;
}

.site-footer .footer-widgets .footer-widget .widget-title {
  color: #ffffff;
  margin-bottom: 20px;
}

.site-footer .footer-widgets .footer-widget ul {
  list-style: none;
  padding: 0;
}

@media (min-width: 768px) {
  .site-footer .footer-widgets .footer-widget ul {
    margin-bottom: 0px;
  }
}

.site-footer .footer-widgets .footer-widget ul ul {
  -webkit-padding-start: 1rem;
     -moz-padding-start: 1rem;
          padding-inline-start: 1rem;
}

.site-footer .footer-widgets .footer-widget ul li {
  padding: 0.4rem 0;
}

.site-footer .footer-widgets .footer-widget a {
  color: #999999;
}

.site-footer .footer-bottom-area {
  border-top: solid 1px #222222;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #000000;
  color: #999999;
}

.site-footer .footer-bottom-area a {
  color: #999999;
}

@media (max-width: 991.98px) {
  .site-footer .footer-bottom-area {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.site-footer .footer-bottom-area .footer-nav.list-inline li {
  display: inline-block;
  padding-top: 6px;
  padding-bottom: 6px;
}

.site-footer .footer-bottom-area .footer-nav.list-inline li:not(:last-child) {
  margin-right: 1.2rem;
}

/*--------------------------------------------------------------
# Projects
--------------------------------------------------------------*/
.projects-list .projects-item {
  position: relative;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .projects-list .projects-item {
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .projects-list .projects-item {
    margin-bottom: 80px;
  }
}

.projects-list .projects-item .entry-media {
  max-width: 100%;
}

.projects-list .projects-item .entry-content-wrapper {
  right: 0px;
  padding: 25px 20px 20px 20px;
  background-color: #FAFAFA;
}

.projects-list .projects-item .entry-content-wrapper .entry-title {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .projects-list .projects-item .entry-media {
    max-width: 85%;
  }
  .projects-list .projects-item .entry-content-wrapper {
    position: absolute;
    right: 0px;
    bottom: 60px;
    padding: 35px 30px 30px 35px;
    background-color: #FAFAFA;
  }
  .projects-list .projects-item .entry-content-wrapper .entry-title {
    font-size: 20px;
    font-weight: bold;
  }
}

@media (min-width: 992px) {
  .projects-list .projects-item .entry-media {
    max-width: 91.6666666667%;
  }
  .projects-list .projects-item .entry-content-wrapper {
    position: absolute;
    right: 0px;
    bottom: 100px;
    padding: 45px 40px 40px 45px;
    background-color: #FAFAFA;
  }
  .projects-list .projects-item .entry-content-wrapper .entry-title {
    font-size: 32px;
    font-weight: bold;
    line-height: 38.4px;
  }
}

.projects-list .projects-item:nth-child(even) .entry-media {
  margin-left: auto;
}

.projects-list .projects-item:nth-child(even) .entry-content-wrapper {
  left: 0;
  right: auto;
}

@media (min-width: 992px) {
  .projects-list .projects-item:nth-child(even) .entry-media {
    margin-left: auto;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .projects-list .projects-item:nth-child(even) .entry-content-wrapper {
    left: 0;
    right: auto;
  }
}

.home-hero {
  position: absolute;
  bottom: 140px;
}

@media (min-width: 768px) {
  .home-hero {
    position: absolute;
    bottom: 120px;
    padding: 50px 40px 40px 40px;
  }
}

@media (min-width: 992px) {
  .home-hero {
    position: absolute;
    left: 290px;
    bottom: 50px;
    padding: 50px 40px 40px 40px;
  }
}

.content {
  position: absolute;
  bottom: 140px;
}

@media (min-width: 768px) {
  .content {
    position: absolute;
    bottom: 120px;
    padding: 50px 40px 40px 40px;
  }
}

@media (min-width: 992px) {
  .content {
    position: absolute;
    left: 290px;
    bottom: 50px;
    padding: 50px 40px 40px 40px;
  }
}

/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/
.accordion .card .card-header a {
  display: block;
  position: relative;
}

.accordion .card .card-header a::before {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  padding-right: 24px;
}

.accordion .card .card-header a.collapsed::before {
  content: "\f107";
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.btn-underline {
  font-family: Avenir, Montserrat, Corbel, 'URW Gothic', source-sans-pro, sans-serif;
  font-weight: bold;
  color: #ED1C24;
  text-transform: uppercase;
  line-height: 1.9;
  padding: 0.65em 0;
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
  background-image: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%);
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0 0.15em;
  background-position: 500px calc(100% - 0.3em);
  background-repeat: no-repeat;
  border-radius: 0;
  background-size: 100% 0.22em;
  background-position: 0 calc(100% - 0.3em);
  -webkit-transition: background-size 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  transition: background-size 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  background-color: transparent;
  text-decoration: none;
  -webkit-transition: background-size 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: background-size 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.btn-underline:hover {
  background-color: #000000;
  color: white;
  background-size: 0 0.15em;
  background-position: 500px calc(100% - 0.3em);
  -webkit-transition: background-size 0.1s 1s, background-position 1.2s cubic-bezier(0.84, 0.04, 0.43, 0.65) 0s;
  transition: background-size 0.1s 1s, background-position 1.2s cubic-bezier(0.84, 0.04, 0.43, 0.65) 0s;
  text-decoration: none;
}

.btn-outline-black-1 {
  border: solid;
  border-color: black;
  border-width: 2px;
}

/*--------------------------------------------------------------
# Fields
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Countdown
--------------------------------------------------------------*/
.countdown .countdown_value {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 700;
  display: inline-block;
  line-height: 1.4;
  text-align: center;
}

@media (min-width: 1200px) {
  .countdown .countdown_value {
    font-size: 2.5rem;
  }
}

.countdown .countdown_value:not(:last-child) {
  padding-right: 2rem;
}

.countdown .countdown_value .countdown_lable {
  font-size: 1rem;
  display: block;
}

/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/
.round-icon-list {
  padding-left: 0;
  list-style: none;
}

.round-icon-list li {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  font-size: 1.125rem;
  border-radius: 50px;
  text-align: center;
}

.round-icon-list li a i {
  color: #000000;
}

.round-icon-list li:not(:last-child) {
  margin-right: 20px;
}

/*--------------------------------------------------------------
# Testimonial
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.member-content .member-text {
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 30px;
  padding-right: 30px;
}

.member-content .member-text .member-name {
  margin-bottom: 12px;
}

.member-content .member-text .member-tag {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 28px;
}

.member-content .member-text .member-link {
  margin-top: 20px;
}

.btn-team {
  border: solid;
  border-width: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.small-gutters {
  margin-right: -5px;
  margin-left: -5px;
}

.small-gutters > .col,
.small-gutters > [class*='col-'] {
  padding-right: 5px;
  padding-left: 5px;
}

.gallery-gutters {
  margin: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.gallery-gutters > .col,
.gallery-gutters > [class*='col-'] {
  padding: 15px;
}

.small-gallery-gutters {
  margin: -5px;
}

.small-gallery-gutters > .col,
.small-gallery-gutters > [class*='col-'] {
  padding: 5px;
}

.xs-gallery-gutters {
  margin: -2.5px;
}

.xs-gallery-gutters > .col,
.xs-gallery-gutters > [class*='col-'] {
  padding: 2.5px;
}

/*--------------------------------------------------------------
# iframe
--------------------------------------------------------------*/
.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/*--------------------------------------------------------------
# text-image-box
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.screen-reader-text:not(:focus) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.heme-carousel .carousel-item {
  min-height: 666px;
  background: #000000;
  background: -webkit-gradient(linear, left top, right top, color-stop(66.66%, #000000), color-stop(66.6666666%, #232323));
  background: -webkit-linear-gradient(left, #000000 66.66%, #232323 66.6666666%);
  background: linear-gradient(90deg, #000000 66.66%, #232323 66.6666666%);
}

.heme-carousel .carousel-item .heme-carousel-caption {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  color: #fff;
}

@media (min-width: 992px) {
  .heme-carousel .carousel-item .heme-carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

/*--------------------------------------------------------------
# Custom CSS
--------------------------------------------------------------*/
/*@media (min-width: 576px) {
  img.site-logo {
    margin-top: -2.1rem;
    margin-bottom: -3rem; 
    max-height: 7.5rem;
    max-width: 7.5rem;
}
}*/

@media (min-width: 989px) {
  img.site-logo {
    position: absolute;
    top: 0%;
    margin-top: 0px;
    height: 120px;
    z-index: 2;
  }
}

.home-1 {
  background-image: url("../images/1.jpg");
  background-size: cover;
  background-position: center center;
  min-height: 75vh;
}

.home-2 {
  background-image: url("../images/the-well.jpg");
  background-size: cover;
  background-position: center center;
  min-height: 75vh;
}

.who-1 {
  background-image: url("../images/csr.jpg");
  background-size: 75%;
  background-position: center left;
  background-repeat: no-repeat;
}

.social-impact {
  background-image: url("../images/well-c.jpg");
  background-size: 75%;
  background-position: center left;
  background-repeat: no-repeat;
}

.social-impact-2 {
  background-image: url("../images/well-c.jpg");
  background-size: 75%;
  background-position: center right;
  background-repeat: no-repeat;
}

.about-1 {
  background-image: url("../images/jack-and-sons.jpg");
  background-size: cover;
  background-position: center center;
}

.about-2 {
  background-image: url("../images/csr.jpg");
  background-size: cover;
  background-position: center center;
}

.about-3 {
  background-image: url("../images/dei.jpg");
  background-size: cover;
  background-position: center center;
}

.about-4 {
  background-image: url("../images/awards.jpg");
  background-size: cover;
  background-position: center center;
}

.testimonials-1 {
  background-image: url("../images/lillian-park.jpg");
  background-size: 75%;
  background-position: center left;
  background-repeat: no-repeat;
}

.testimonials-2 {
  background-image: url("../images/15.jpg");
  background-size: 75%;
  background-position: center right;
  background-repeat: no-repeat;
}

.testimonials-3 {
  background-image: url("../images/delzotto-bw.jpg");
  background-size: 75%;
  background-position: center left;
  background-repeat: no-repeat;
}

.testimonials-4 {
  background-image: url("../images/17.jpg");
  background-size: 75%;
  background-position: center right;
  background-repeat: no-repeat;
}

.service-1 {
  background-image: url("../images/door-innovation.jpg");
  background-size: cover;
  background-position: center center;
}

.project-featured-img {
  background-image: url("../images/the-well.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 50vh;
}

@media (min-width: 768px) {
  .project-featured-img {
    min-height: 75vh;
  }
}

@media (min-width: 992px) {
  .project-featured-img {
    min-height: 90vh;
  }
}

.single-post-featured-img {
  background-image: url("../images/13.jpg");
  background-size: cover;
  background-position: center center;
  min-height: 80vh;
}

.slider-one-img {
  background-image: url("../images/blog/b1.jpg");
  background-size: cover;
  background-position: center center;
  min-height: 50vh;
}

@media (min-width: 992px) {
  .slider-one-img {
    min-height: 60vh;
  }
}

.slider-two-img {
  background-image: url("../images/blog/b2.jpg");
  background-size: cover;
  background-position: center center;
  min-height: 50vh;
}

@media (min-width: 992px) {
  .slider-two-img {
    min-height: 60vh;
  }
}

.slider-three-img {
  background-image: url("../images/blog/b3.jpg");
  background-size: cover;
  background-position: center center;
  min-height: 50vh;
}

@media (min-width: 992px) {
  .slider-three-img {
    min-height: 60vh;
  }
}

.slider-four-img {
  background-image: url("../images/blog/b4.jpg");
  background-size: cover;
  background-position: center center;
  min-height: 50vh;
}

@media (min-width: 992px) {
  .slider-four-img {
    min-height: 60vh;
  }
}

.twenty-percent-bg-222 {
  background-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #222), color-stop(80%, #ffffff));
  background: -webkit-linear-gradient(top, #222 80%, #ffffff 80%);
  background: linear-gradient(180deg, #222 80%, #ffffff 80%);
}

@media (min-width: 992px) {
  .twenty-percent-bg-222 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, #222), color-stop(75%, #ffffff));
    background: -webkit-linear-gradient(top, #222 75%, #ffffff 75%);
    background: linear-gradient(180deg, #222 75%, #ffffff 75%);
  }
}

.twenty-percent-bg-grey {
  background-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #FAFAFA), color-stop(80%, #ffffff));
  background: -webkit-linear-gradient(top, #FAFAFA 80%, #ffffff 80%);
  background: linear-gradient(180deg, #FAFAFA 80%, #ffffff 80%);
}

@media (min-width: 992px) {
  .twenty-percent-bg-grey {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, #FAFAFA), color-stop(75%, #ffffff));
    background: -webkit-linear-gradient(top, #FAFAFA 75%, #ffffff 75%);
    background: linear-gradient(180deg, #FAFAFA 75%, #ffffff 75%);
  }
}

.seventy-five-percent-bg-grey {
  background-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #ed1c24), to(#ffffff));
  background: -webkit-linear-gradient(top, #222 100%, #ffffff 100%);
  background: linear-gradient(180deg, #222 100%, #ffffff 100%);
}

@media (min-width: 992px) {
  .seventy-five-percent-bg-grey {
    background: -webkit-gradient(linear, left top, right top, color-stop(75%, #222), color-stop(75%, #ffffff));
    background: -webkit-linear-gradient(left, #222 75%, #ffffff 75%);
    background: linear-gradient(90deg, #222 75%, #ffffff 75%);
  }
}

.seventy-five-1-percent-bg-grey {
  background-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #222), color-stop(85%, #ffffff));
  background: -webkit-linear-gradient(top, #222 85%, #ffffff 85%);
  background: linear-gradient(180deg, #222 85%, #ffffff 85%);
}

@media (min-width: 992px) {
  .seventy-five-1-percent-bg-grey {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, #FAFAFA), color-stop(75%, #ffffff));
    background: -webkit-linear-gradient(top, #FAFAFA 75%, #ffffff 75%);
    background: linear-gradient(180deg, #FAFAFA 75%, #ffffff 75%);
  }
}

.seventy-percent-bg-grey {
  background-color: transparent;
  background: -webkit-gradient(linear, left top, right top, color-stop(100%, #FAFAFA), to(#ffffff));
  background: -webkit-linear-gradient(left, #FAFAFA 100%, #ffffff 100%);
  background: linear-gradient(90deg, #FAFAFA 100%, #ffffff 100%);
}

@media (min-width: 992px) {
  .seventy-percent-bg-grey {
    background: -webkit-gradient(linear, left top, right top, color-stop(66.66%, #FAFAFA), color-stop(66.66%, #ffffff));
    background: -webkit-linear-gradient(left, #FAFAFA 66.66%, #ffffff 66.66%);
    background: linear-gradient(90deg, #FAFAFA 66.66%, #ffffff 66.66%);
  }
}

.bg-half {
  background-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FAFAFA), color-stop(50%, #ffffff));
  background: -webkit-linear-gradient(top, #FAFAFA 50%, #ffffff 50%);
  background: linear-gradient(180deg, #FAFAFA 50%, #ffffff 50%);
}

@media (min-width: 992px) {
  .bg-half {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FAFAFA), color-stop(50%, #ffffff));
    background: -webkit-linear-gradient(top, #FAFAFA 50%, #ffffff 50%);
    background: linear-gradient(180deg, #FAFAFA 50%, #ffffff 50%);
  }
}

.bg-twenty {
  background-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(11%, #FAFAFA), color-stop(11%, #ffffff));
  background: -webkit-linear-gradient(top, #FAFAFA 11%, #ffffff 11%);
  background: linear-gradient(180deg, #FAFAFA 11%, #ffffff 11%);
}

@media (min-width: 992px) {
  .bg-twenty {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(11%, #FAFAFA), color-stop(11%, #ffffff));
    background: -webkit-linear-gradient(top, #222 11%, #ffffff 11%);
    background: linear-gradient(180deg, #222 11%, #ffffff 11%);
  }
}

.custom-font {
  font-size: 60px;
  font-weight: bold;
  line-height: 70px;
  position: relative;
}

.custom-font::before {
  content: "";
  border-bottom: solid 2px #000000;
  width: calc(100% - 50px);
  display: block;
  position: absolute;
  bottom: -30px;
}

@media (min-width: 992px) {
  .custom-font {
    font-size: 80px;
    line-height: 80px;
    position: relative;
  }
  .custom-font::before {
    content: "";
    border-bottom: solid 2px #000000;
    width: calc(100% - 50px);
    display: block;
    position: absolute;
    bottom: -30px;
  }
}

.custom-icon {
  font-size: 50px;
  line-height: 60px;
  color: white;
}

.lead {
  font-size: 20px;
  line-height: 35px;
}

@media (min-width: 992px) {
  .margin {
    margin-top: -32px;
  }
}

.title-404 {
  color: #000000;
  font-size: 175px;
  font-weight: 600;
  line-height: 210px;
  width: 100%;
}

@media (min-width: 992px) {
  .title-404 {
    color: #000000;
    font-size: 280px;
    font-weight: 600;
    line-height: 310px;
  }
}

.nav-pills .nav-link.active {
  color: #000000;
}