:root {
  --primary-color: #de3013;
  --white-color: #fff;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-family: "Poppins", sans-serif;
  line-height: 28px;
}
@media (max-width: 776px) {
  .mbl-dsply {
    /*display: none;*/
    height:110px;
  }
  .korder-1 {
    order: 1;
  }

  .korder-2 {
    order: 2;
  }
}

@media (max-width:768px){
    .banner .carousel-item img{
        height:40vh !important;
    }
}

@media (min-width: 776px) {
  .desk-dsply {
    display: none;
  }
}

@media (max-width: 776px) {
  .desk-dsply {
    display: none;
  }
}

.section {
  padding: 50px 0;
}
.pm-clr {
  background: var(--primary-color);
}
.navigation {
  background-color: var(--primary-color);
}
.nav-item {
  padding: 0 12px;
}
.nav-link {
  color: var(--white-color);
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
.nav-link:focus,
.nav-link:hover {
  color: var(--white-color);
}
.navbar-toggler {
  border: 2px solid #333;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.blog-title {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
}
.box1 {
  padding: 20px;
  border-right: 10px solid var(--white-color);
}
.box1:last-child {
  border: none;
}
.box1 p {
  padding-top: 15px;
  font-size: 1.2rem;
  font-weight: 600;
}
.box1 img {
  box-shadow: 1px 1px 3px #000;
  border: 2px solid var(--white-color);
}
.blg-link {
  color: var(--white-color);
  text-decoration: none;
}
.blg-link:hover,
.blg-link:focus {
  color: var(--white-color);
}
.role-title {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
}
.box2 {
  padding: 20px;
  border-right: 10px solid var(--white-color);
  position: relative;
}
.box2:last-child {
  border: none;
}
.box2 img {
  box-shadow: 1px 1px 3px #000;
}
@media (max-width: 992px) {
  .box1,
  .box2,
  .box3,
  .box4 {
    border-bottom: 10px solid var(--white-color);
    border-right: 0 !important;
  }
}
.box2-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(248, 22, 19, 0.8);
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: 0.3s ease;
}
.box2:hover .box2-overlay {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--white-color);
  width: 100%;
  text-align: center;
}
.overlay-text p {
  font-size: 1.6rem;
  font-weight: 600;
}
.blg-link {
  color: var(--white-color);
  text-decoration: none;
}
.blg-link:hover,
.blg-link:focus {
  color: var(--white-color);
}
.socl {
  margin: 30px 0 0;
}
.call-action-banner {
  position: relative;
  box-shadow: 0px 0px 20px #333;
  background-image: url(../images/section-3.jpg);
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
  height: 400px;
}
.call-banner-buttons {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cont-btn {
  padding: 15px 55px 15px 55px;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #e20707;
  color: var(--white-color);
  border-radius: 20px;
  margin: 5px;
  font-weight: 600;
}
.footer {
  background: #de3013;
}
.footer-row {
  padding: 50px 0 0;
}
.footer-col {
  color: var(--white-color);
  padding-bottom: 30px;
}
.footer-col h4 {
  font-weight: 600;
}
.footer-col li {
  padding: 7px;
}
.footer-col a {
  color: var(--white-color);
  text-decoration: underline;
}
.social-links {
  padding-left: 0;
}
.social-links li {
  list-style: none;
}
.social-links a,
.social-links a:hover {
  color: var(--white-color);
  text-decoration: none;
  font-size: 1.1rem;
}
.fa-facebook-square {
  font-size: 25px;
  color: #3b5998;
}
.fa-twitter-square {
  font-size: 25px;
  color: #00acee;
}
.fa-instagram {
  font-size: 25px;
  color: #3a6e98;
}
.bottom-bar {
  background: #2a2a2a;
  padding: 15px 0;
  text-align: center;
}
.bottom-bar a {
  color: var(--white-color);
  text-decoration: none;
}

/*------ About Page -------*/

.about-banner {
  background: url(../images/jurney-top.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 7rem 0 9rem;
  border-bottom: 8px solid #fff;
}

.about-banner p {
  color: var(--white-color);
  font-size: 1.25rem;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.7px;
}

.about-banner span {
  color: var(--white-color);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  text-align: center;
}

.timerow {
  border-bottom: 8px solid #fff;
}

.timerow span {
  color: var(--white-color);
}

.timerow p {
  color: var(--white-color);
  font-size: 1.15rem;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.7px;
  padding: 40px 0;
}

.red-part {
  background: #de3013;
  text-align: center;
}

.red-part span {
  font-size: 6.8rem;
  font-weight: bold;
  color: #fff;
  line-height: 219px;
}

.black-part {
  background: #111824;
}

@media (max-width: 1200px) {
  .mbl-view-font {
    font-size: 5rem !important;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .mbl-view-font {
    font-size: 5.5rem !important;
  }
}

/*------ Campaigns & Issues -------*/

.campaign-row h2 {
  color: var(--primary-color);
  font-size: 1.3rem;
  font-weight: 600;
  text-decoration: underline double;
  padding-bottom: 40px;
}

.campaign-row h4 {
  font-size: 1rem;
  font-weight: 600;
  padding-top: 30px;
  padding-bottom: 30px;
}

/*------ Story In Visuals -------*/

.visual-row h2 {
  color: var(--primary-color);
  font-size: 1.3rem;
  font-weight: 600;
  text-decoration: underline double;
  padding-bottom: 230px;
}

/*------ News -------*/

.news h2 {
  color: var(--primary-color);
  font-size: 1.3rem;
  font-weight: 600;
  text-decoration: underline double;
  padding-bottom: 40px;
  text-align: center;
}
.news-row {
  background: var(--primary-color);
  margin: 10px 0;
}
.box3 {
  padding: 20px;
  border-right: 10px solid var(--white-color);
}
.box3:last-child {
  border: none;
}
.box3 a {
  color: var(--white-color);
  text-decoration: none;
}
.box3 p {
  padding-top: 20px;
  font-size: 1.1rem;
}
.box3 img {
  box-shadow: 1px 1px 3px #000;
  border: 2px solid var(--white-color);
}

/*------ Interview -------*/

.interview h2 {
  color: var(--primary-color);
  font-size: 1.3rem;
  font-weight: 600;
  text-decoration: underline double;
  padding-bottom: 40px;
  text-align: center;
}
.interview-row {
  background: var(--primary-color);
  margin: 10px 0;
}
.box4 {
  padding: 20px;
  border-right: 10px solid var(--white-color);
}
.box4:last-child {
  border: none;
}

/*------ Lightbox -------*/

@media (min-width: 576px) {
  .lightbox-gallery .item img {
    height: 300px;
  }

  .lightbox-gallery .item img:hover {
    transform: scale(1);
  }
}

.lightbox-gallery .item {
  padding-bottom: 30px;
}

.lightbox-gallery .item img {
  border: 4px solid #fff;
  box-shadow: 0 0 0 1px #ddd;
  filter: grayscale(100%);
}

.lightbox-gallery .item img:hover {
  filter: grayscale(0);
  transform: scale(1.1);
  transition: all 0.7s ease-in-out;
}

/*------ Contact -------*/

.contact-row h3 {
  font-size: 1.3rem;
  font-weight: 600;
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 1.5;
  color: var(--primary-color);
}


/*------ Scrollbar -------*/

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-thumb{
    background-color: var(--primary-color);
}

::-webkit-scrollbar-track-piece {
    background-color: #C2D2E4;
}

::selection {
    background: var(--primary-color);
    color: #FFF;
}
@media (max-width: 480px) {
  .d-block{
      width:100%;
      height:150px;
  }
}
