@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@font-face {
  font-family: 'Gobold';
  src: url("../fonts/Gobold.eot");
  src: url("../fonts/Gobold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gobold.woff2") format("woff2"), url("../fonts/Gobold.woff") format("woff"), url("../fonts/Gobold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* line 3, ../sass/style.scss */
body::-webkit-scrollbar {
  width: 5px;
}

/* line 6, ../sass/style.scss */
body::-webkit-scrollbar-thumb {
  background: #000000;
  outline: #000000 solid 1px;
}

/* line 10, ../sass/style.scss */
a,
a:hover {
  text-decoration: none !important;
}

/* line 14, ../sass/style.scss */
p {
  margin: 0 0 20px;
}

/* line 17, ../sass/style.scss */
img {
  height: auto;
  max-width: 100%;
}

/* line 22, ../sass/style.scss */
a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: 0 !important;
}

/* line 29, ../sass/style.scss */
input[type="checkbox"],
input[type="radio"] {
  width: auto !important;
}

/* line 34, ../sass/style.scss */
header {
  background-image: url(../images/hero-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 270px 0;
  clip-path: polygon(0 0, 100% 0, 100% 87%, 0% 100%);
  position: relative;
  z-index: 1;
}
/* line 43, ../sass/style.scss */
header::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 82, 159, 0.4));
  top: 0;
  left: 0;
}
/* line 52, ../sass/style.scss */
header h1 {
  font: 700 90px "Gobold", sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  position: relative;
}
/* line 58, ../sass/style.scss */
header h1 span {
  display: block;
  color: #f7e400;
}
/* line 63, ../sass/style.scss */
header h4 {
  position: relative;
  color: #fff;
  font: 700 40px "Roboto", sans-serif;
  text-transform: uppercase;
  width: 100%;
  max-width: 780px;
  text-align: center;
  margin: 50px auto 0;
}

/* line 74, ../sass/style.scss */
.schools-industrys {
  background-image: url(../images/sky-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding: 190px 0 210px;
  position: relative;
  margin-top: -85px;
}
/* line 82, ../sass/style.scss */
.schools-industrys .blue-ribbon {
  position: absolute;
  top: -60px;
  left: 0px;
  right: 0;
  background-image: url(../images/blue-ribbon.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 260px;
}
/* line 94, ../sass/style.scss */
.schools-industrys .schools-industrys-heading {
  text-align: center;
}
/* line 96, ../sass/style.scss */
.schools-industrys .schools-industrys-heading h2 {
  font: 700 72px "Gobold", sans-serif;
  color: #000;
}
/* line 100, ../sass/style.scss */
.schools-industrys .schools-industrys-heading h3 {
  color: #0052a0;
  font: 700 60px "Gobold", sans-serif;
  clip-path: polygon(50% 0%, 100% 0, 90% 100%, 10% 100%, 0 0);
  background-color: #f0e237;
  margin: 0;
  padding: 20px 0;
}
/* line 108, ../sass/style.scss */
.schools-industrys .schools-industrys-heading h4 {
  color: #000;
  font: 700 60px "Gobold", sans-serif;
  margin: 0;
}
/* line 114, ../sass/style.scss */
.schools-industrys .schools-industrys-subheading {
  text-align: center;
  padding-top: 60px;
}
/* line 117, ../sass/style.scss */
.schools-industrys .schools-industrys-subheading h5 {
  color: #1c67ac;
  font: 400 36px "Gobold", sans-serif;
  text-transform: uppercase;
  margin: 0;
  line-height: 3rem;
}
/* line 126, ../sass/style.scss */
.schools-industrys .blue-box-wrapper {
  margin-top: 60px;
}
/* line 128, ../sass/style.scss */
.schools-industrys .blue-box-wrapper .row {
  margin: 0;
}
/* line 130, ../sass/style.scss */
.schools-industrys .blue-box-wrapper .row .col-md-12,
.schools-industrys .blue-box-wrapper .row .col-md-6 {
  padding: 0;
}
/* line 136, ../sass/style.scss */
.schools-industrys .blue-box-wrapper .row:nth-child(2) .blue-box-img::before {
  right: 0;
  clip-path: polygon(83% 0, 100% 0%, 100% 100%, 100% 100%);
}
/* line 143, ../sass/style.scss */
.schools-industrys .blue-box-wrapper .blue-box-img {
  position: relative;
  padding-bottom: 70%;
  overflow: hidden;
}
/* line 147, ../sass/style.scss */
.schools-industrys .blue-box-wrapper .blue-box-img::before {
  background-color: #f0e237;
  clip-path: polygon(0 0, 21% 0, 0 100%, 0% 100%);
  content: "";
  width: 160px;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
}
/* line 157, ../sass/style.scss */
.schools-industrys .blue-box-wrapper .blue-box-img img {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  object-fit: cover;
}
/* line 166, ../sass/style.scss */
.schools-industrys .blue-box-wrapper .blue-box {
  background-color: #0052a0;
  padding: 30px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* line 173, ../sass/style.scss */
.schools-industrys .blue-box-wrapper .blue-box p {
  color: #fff;
  font: 400 20px "Roboto", sans-serif;
  position: relative;
  padding-left: 20px;
  margin: 30px 0 0 0;
  line-height: 1.6rem;
}
/* line 180, ../sass/style.scss */
.schools-industrys .blue-box-wrapper .blue-box p:first-child {
  margin: 0;
}
/* line 183, ../sass/style.scss */
.schools-industrys .blue-box-wrapper .blue-box p::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  background-color: #f0e237;
  border: 1px solid #f0e237;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  box-shadow: inset 0px 0px 0px 2px #35499c;
}
/* line 196, ../sass/style.scss */
.schools-industrys .blue-box-wrapper .blue-box h3 {
  position: relative;
  color: #f0e237;
  font: 700 30px "Roboto", sans-serif;
  position: relative;
  padding-left: 20px;
  text-transform: uppercase;
  margin: 20px 0 0 0;
}
/* line 204, ../sass/style.scss */
.schools-industrys .blue-box-wrapper .blue-box h3::before {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  background-color: #f0e237;
  border: 1px solid #f0e237;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  box-shadow: inset 0px 0px 0px 2px #35499c;
}
/* line 217, ../sass/style.scss */
.schools-industrys .blue-box-wrapper .blue-box ul {
  padding-left: 20px;
  margin: 20px 0 0 0;
}
/* line 220, ../sass/style.scss */
.schools-industrys .blue-box-wrapper .blue-box ul li {
  color: #fff;
  font: 400 20px "Roboto", sans-serif;
  position: relative;
  padding-left: 25px;
  margin: 22px 0 0 0;
  line-height: 1.6rem;
}
/* line 227, ../sass/style.scss */
.schools-industrys .blue-box-wrapper .blue-box ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  color: #f0e237;
}
/* line 240, ../sass/style.scss */
.schools-industrys .blue-box-wrapper .wide-blue-box {
  background-color: #035aad;
  padding: 40px 55px 0;
  height: 100%;
  position: relative;
}
/* line 245, ../sass/style.scss */
.schools-industrys .blue-box-wrapper .wide-blue-box::after, .schools-industrys .blue-box-wrapper .wide-blue-box::before {
  background-color: #f0e237;
  content: "";
  width: 160px;
  height: 100%;
  position: absolute;
  top: 0;
}
/* line 254, ../sass/style.scss */
.schools-industrys .blue-box-wrapper .wide-blue-box::before {
  clip-path: polygon(0 0, 0 0, 21% 100%, 0% 100%);
  left: 0;
}
/* line 258, ../sass/style.scss */
.schools-industrys .blue-box-wrapper .wide-blue-box::after {
  right: 0;
  clip-path: polygon(100% 0, 100% 1%, 100% 100%, 83% 100%);
}
/* line 262, ../sass/style.scss */
.schools-industrys .blue-box-wrapper .wide-blue-box .row {
  margin-top: 80px;
}
/* line 265, ../sass/style.scss */
.schools-industrys .blue-box-wrapper .wide-blue-box .wide-blue-box-head {
  text-align: center;
}
/* line 267, ../sass/style.scss */
.schools-industrys .blue-box-wrapper .wide-blue-box .wide-blue-box-head h2 {
  color: #fff;
  font: 400 45px "Gobold", sans-serif;
  text-transform: uppercase;
  margin: 0;
}
/* line 272, ../sass/style.scss */
.schools-industrys .blue-box-wrapper .wide-blue-box .wide-blue-box-head h2 span {
  color: #f0e237;
}
/* line 278, ../sass/style.scss */
.schools-industrys .blue-box-wrapper .wide-blue-box .wide-blue-box-desc p {
  color: #fff;
  font: 400 20px "Roboto", sans-serif;
  position: relative;
  padding-left: 20px;
  margin: 30px 0 0 0;
  line-height: 1.6rem;
}
/* line 285, ../sass/style.scss */
.schools-industrys .blue-box-wrapper .wide-blue-box .wide-blue-box-desc p:first-child {
  margin: 0;
}
/* line 288, ../sass/style.scss */
.schools-industrys .blue-box-wrapper .wide-blue-box .wide-blue-box-desc p::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  background-color: #f0e237;
  border: 1px solid #f0e237;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  box-shadow: inset 0px 0px 0px 2px #35499c;
}
/* line 304, ../sass/style.scss */
.schools-industrys .email-box {
  margin-top: 30px;
}

/* line 309, ../sass/style.scss */
.cleared-maintenance {
  background-image: url(../images/pdf-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  position: relative;
  padding: 200px 0 180px;
  margin-top: -180px;
}
/* line 317, ../sass/style.scss */
.cleared-maintenance .row {
  margin-top: 50px;
}
/* line 320, ../sass/style.scss */
.cleared-maintenance .tab-content {
  margin-top: 40px;
}
/* line 323, ../sass/style.scss */
.cleared-maintenance .cleared-maintenance-heading {
  text-align: center;
}
/* line 325, ../sass/style.scss */
.cleared-maintenance .cleared-maintenance-heading h2 {
  color: #000;
  font: 400 60px "Gobold", sans-serif;
  margin: 0;
  text-transform: uppercase;
}
/* line 332, ../sass/style.scss */
.cleared-maintenance .cleared-maintenance-pdf {
  margin-top: 20px;
}
/* line 334, ../sass/style.scss */
.cleared-maintenance .cleared-maintenance-pdf img {
  border: 2px solid #f0e237;
  border-radius: 10px;
  box-shadow: 0px 0px 20px -5px #ccc;
}
/* line 340, ../sass/style.scss */
.cleared-maintenance .yellow-rib {
  clip-path: polygon(50% 0%, 100% 0, 90% 100%, 10% 100%, 0 0);
  background-color: #f0e237;
  padding: 20px 0;
  text-align: center;
  margin-top: 50px;
}
/* line 346, ../sass/style.scss */
.cleared-maintenance .yellow-rib a {
  color: #000;
  font: 700 30px "Gobold", sans-serif;
  text-transform: uppercase;
}
/* line 350, ../sass/style.scss */
.cleared-maintenance .yellow-rib a span {
  text-decoration: underline;
}
/* line 355, ../sass/style.scss */
.cleared-maintenance .sallybus {
  clip-path: polygon(50% 0%, 100% 0, 90% 100%, 10% 100%, 0 0);
  padding: 90px 0;
  text-align: center;
  margin-top: 50px;
  background-image: url("../images/slide-1.jpg");
  position: relative;
}
/* line 362, ../sass/style.scss */
.cleared-maintenance .sallybus a {
  color: #fff;
  position: relative;
  font: 700 36px "Roboto", sans-serif;
  text-decoration: underline !important;
  text-underline-offset: 10px;
}
/* line 369, ../sass/style.scss */
.cleared-maintenance .sallybus::before {
  background-color: rgba(28, 103, 172, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
/* line 379, ../sass/style.scss */
.cleared-maintenance .nav-tabs {
  border: none;
  justify-content: center;
  margin-top: 70px;
}
/* line 383, ../sass/style.scss */
.cleared-maintenance .nav-tabs li {
  margin-right: 10px;
}
/* line 385, ../sass/style.scss */
.cleared-maintenance .nav-tabs li a {
  color: #000;
  font: 700 25px "Roboto", sans-serif;
  text-transform: uppercase;
  border: none;
  background-color: #f0e237 !important;
  padding: 12px 50px;
  border-radius: 0;
}
/* line 393, ../sass/style.scss */
.cleared-maintenance .nav-tabs li a.active {
  background-color: #1c67ac !important;
  color: #fff;
}
/* line 399, ../sass/style.scss */
.cleared-maintenance .nav-tabs li:last-child a {
  clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 0, 82% 100%, 0 100%, 0% 80%, 0 1%);
  padding: 12px 90px 12px 60px;
}
/* line 405, ../sass/style.scss */
.cleared-maintenance .nav-tabs li:first-child a {
  clip-path: polygon(0 0, 80% 0%, 100% 0, 100% 80%, 100% 100%, 100% 100%, 22% 100%, 0 0);
  padding: 12px 60px 12px 120px;
}

/* line 414, ../sass/style.scss */
.maintence-slides-wapper {
  background-image: url(../images/slide-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  position: relative;
  padding: 200px 0 0;
  margin-top: -140px;
}
/* line 422, ../sass/style.scss */
.maintence-slides-wapper .maintence-img {
  position: relative;
  overflow: hidden;
  padding-bottom: 8%;
  border-left: 20px solid #0052a0;
}
/* line 427, ../sass/style.scss */
.maintence-slides-wapper .maintence-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 436, ../sass/style.scss */
.maintence-slides-wapper .slick-next {
  right: 360px;
  top: 330px;
}
/* line 439, ../sass/style.scss */
.maintence-slides-wapper .slick-next::before {
  width: 80px;
  height: 80px;
  background-color: #f0e237;
  border-radius: 100%;
  opacity: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  color: #000;
  font-size: 33px;
}

/* line 457, ../sass/style.scss */
footer .custom-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
/* line 461, ../sass/style.scss */
footer .custom-container .custom-6 {
  width: 50%;
}
/* line 463, ../sass/style.scss */
footer .custom-container .custom-6 .yellow-box {
  background-color: #fff144;
  padding: 30px 10px;
  text-align: center;
}
/* line 467, ../sass/style.scss */
footer .custom-container .custom-6 .yellow-box a {
  color: #000;
  font: 900 36px "Roboto", sans-serif;
}
/* line 471, ../sass/style.scss */
footer .custom-container .custom-6 .yellow-box.right-box {
  background-color: #f1e011;
}

@media (max-width: 1170px) {
  /* line 2, ../sass/_screen.scss */
  .schools-industrys {
    margin-top: -85px;
  }

  /* line 5, ../sass/_screen.scss */
  .schools-industrys .blue-ribbon {
    top: -40px;
    height: 210px;
  }

  /* line 9, ../sass/_screen.scss */
  header {
    padding: 150px 0;
  }

  /* line 12, ../sass/_screen.scss */
  header h4 {
    font: 700 30px "Roboto", sans-serif;
    margin: 30px auto 0;
  }

  /* line 16, ../sass/_screen.scss */
  .cleared-maintenance .sallybus {
    padding: 50px 0;
  }

  /* line 19, ../sass/_screen.scss */
  .maintence-slides-wapper .slick-next {
    right: 200px;
    top: 210px;
  }

  /* line 23, ../sass/_screen.scss */
  .maintence-slides-wapper {
    padding: 100px 0 0;
  }

  /* line 26, ../sass/_screen.scss */
  .cleared-maintenance .yellow-rib a {
    font: 700 20px "Gobold", sans-serif;
  }

  /* line 29, ../sass/_screen.scss */
  footer .custom-container .custom-6 .yellow-box a {
    font: 900 25px "Roboto", sans-serif;
  }

  /* line 32, ../sass/_screen.scss */
  .schools-industrys .schools-industrys-heading h2 {
    font: 700 55px "Gobold", sans-serif;
  }

  /* line 35, ../sass/_screen.scss */
  .schools-industrys .schools-industrys-heading h3 {
    font: 700 40px "Gobold", sans-serif;
    padding: 16px 0;
  }

  /* line 39, ../sass/_screen.scss */
  .schools-industrys .schools-industrys-heading h4 {
    font: 700 40px "Gobold", sans-serif;
  }

  /* line 42, ../sass/_screen.scss */
  .schools-industrys .schools-industrys-subheading h5 {
    font: 400 30px "Gobold", sans-serif;
    line-height: 2.5rem;
  }

  /* line 46, ../sass/_screen.scss */
  .schools-industrys .blue-box-wrapper .blue-box ul li {
    margin: 10px 0 0 0;
  }

  /* line 49, ../sass/_screen.scss */
  .schools-industrys .blue-box-wrapper .blue-box h3 {
    font: 700 24px "Roboto", sans-serif;
  }

  /* line 52, ../sass/_screen.scss */
  .maintence-slides-wapper .maintence-img {
    padding-bottom: 10%;
  }
}
@media (max-width: 1080px) {
  /* line 57, ../sass/_screen.scss */
  .schools-industrys .blue-box-wrapper .row .col-md-12, .schools-industrys .blue-box-wrapper .row .col-md-6 {
    padding: 0;
    width: 100%;
  }

  /* line 61, ../sass/_screen.scss */
  .schools-industrys .blue-box-wrapper .row:nth-child(2) {
    flex-direction: column-reverse;
  }

  /* line 64, ../sass/_screen.scss */
  .schools-industrys .blue-box-wrapper .wide-blue-box .col-md-4 {
    width: 100%;
  }

  /* line 67, ../sass/_screen.scss */
  .schools-industrys .blue-box-wrapper .wide-blue-box {
    padding: 40px 55px 50px;
  }

  /* line 70, ../sass/_screen.scss */
  header h1 {
    font: 700 55px "Gobold", sans-serif;
  }

  /* line 73, ../sass/_screen.scss */
  header h4 {
    font: 700 22px "Roboto", sans-serif;
    margin: 30px auto 0;
  }

  /* line 77, ../sass/_screen.scss */
  .schools-industrys .blue-box-wrapper .wide-blue-box .wide-blue-box-head h2 {
    font: 400 35px "Gobold", sans-serif;
  }

  /* line 80, ../sass/_screen.scss */
  .cleared-maintenance .yellow-rib a {
    font: 700 18px "Gobold", sans-serif;
  }

  /* line 83, ../sass/_screen.scss */
  .cleared-maintenance {
    padding: 105px 0 130px;
    margin-top: -180px;
  }

  /* line 87, ../sass/_screen.scss */
  .cleared-maintenance .cleared-maintenance-heading h2 {
    font: 400 40px "Gobold", sans-serif;
  }

  /* line 90, ../sass/_screen.scss */
  .cleared-maintenance .row {
    margin-top: 20px;
  }
}
@media (max-width: 980px) {
  /* line 95, ../sass/_screen.scss */
  .cleared-maintenance .nav-tabs li:first-child a {
    padding: 12px 60px 12px 60px;
  }

  /* line 98, ../sass/_screen.scss */
  .cleared-maintenance .nav-tabs li a {
    font: 700 20px "Roboto", sans-serif;
    padding: 12px 30px;
  }
}
@media (max-width: 768px) {
  /* line 104, ../sass/_screen.scss */
  .schools-industrys .schools-industrys-heading h3 {
    font: 700 25px "Gobold", sans-serif;
  }

  /* line 107, ../sass/_screen.scss */
  .schools-industrys .schools-industrys-subheading h5 {
    font: 400 22px "Gobold", sans-serif;
    line-height: 2.2rem;
  }

  /* line 111, ../sass/_screen.scss */
  .schools-industrys .blue-box-wrapper {
    margin-top: 30px;
  }

  /* line 114, ../sass/_screen.scss */
  .schools-industrys .blue-box-wrapper .wide-blue-box {
    padding: 40px 30px 50px;
  }

  /* line 117, ../sass/_screen.scss */
  .wide-blue-box .wide-blue-box-img {
    margin-top: 40px;
  }

  /* line 120, ../sass/_screen.scss */
  .wide-blue-box .wide-blue-box-desc {
    margin-top: 40px;
  }

  /* line 123, ../sass/_screen.scss */
  .schools-industrys .blue-box-wrapper .wide-blue-box .row {
    margin-top: 10px;
  }

  /* line 126, ../sass/_screen.scss */
  .schools-industrys .blue-box-wrapper .wide-blue-box .wide-blue-box-head h2 {
    font: 400 30px "Gobold", sans-serif;
  }

  /* line 129, ../sass/_screen.scss */
  .cleared-maintenance .yellow-rib {
    padding: 20px 60px;
    margin-top: 30px;
  }

  /* line 133, ../sass/_screen.scss */
  .cleared-maintenance .sallybus {
    padding: 30px 0;
    margin-top: 25px;
  }

  /* line 137, ../sass/_screen.scss */
  .cleared-maintenance .sallybus a {
    font: 700 25px "Roboto", sans-serif;
  }

  /* line 140, ../sass/_screen.scss */
  .cleared-maintenance .nav-tabs li {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  /* line 145, ../sass/_screen.scss */
  footer .custom-container .custom-6 {
    width: 100%;
  }

  /* line 148, ../sass/_screen.scss */
  .maintence-slides-wapper .maintence-img {
    padding-bottom: 10%;
    border-left: 0px solid #0052a0;
  }

  /* line 152, ../sass/_screen.scss */
  .schools-industrys .schools-industrys-subheading {
    padding-top: 30px;
  }

  /* line 155, ../sass/_screen.scss */
  .cleared-maintenance .nav-tabs li:nth-child(2) {
    width: 100%;
    order: 1;
    text-align: center;
  }
}
@media (max-width: 480px) {
  /* line 162, ../sass/_screen.scss */
  header h1 {
    font: 700 40px "Gobold", sans-serif;
  }

  /* line 165, ../sass/_screen.scss */
  header h4 {
    font: 700 18px "Roboto", sans-serif;
    margin: 25px auto 0;
  }

  /* line 169, ../sass/_screen.scss */
  .schools-industrys .schools-industrys-heading h2 {
    font: 700 30px "Gobold", sans-serif;
  }

  /* line 172, ../sass/_screen.scss */
  .schools-industrys .schools-industrys-heading h4 {
    font: 700 25px "Gobold", sans-serif;
    margin-top: 10px;
  }

  /* line 176, ../sass/_screen.scss */
  .schools-industrys .schools-industrys-subheading h5 {
    font: 400 16px "Gobold", sans-serif;
    line-height: 1.6rem;
  }

  /* line 180, ../sass/_screen.scss */
  .schools-industrys {
    padding: 150px 0 210px;
  }

  /* line 183, ../sass/_screen.scss */
  .schools-industrys .blue-box-wrapper .blue-box ul li {
    font: 400 18px "Roboto", sans-serif;
    line-height: 1.6rem;
  }

  /* line 187, ../sass/_screen.scss */
  .schools-industrys .blue-box-wrapper .blue-box {
    padding: 30px 20px;
  }

  /* line 190, ../sass/_screen.scss */
  .schools-industrys .blue-box-wrapper .wide-blue-box .wide-blue-box-head h2 {
    font: 400 24px "Gobold", sans-serif;
  }

  /* line 193, ../sass/_screen.scss */
  .schools-industrys .blue-box-wrapper .wide-blue-box .wide-blue-box-desc p {
    font: 400 16px "Roboto", sans-serif;
    margin: 15px 0 0 0;
    line-height: 1.6rem;
  }

  /* line 198, ../sass/_screen.scss */
  .schools-industrys .blue-box-wrapper .wide-blue-box .col-md-4:nth-child(2) {
    order: -1;
  }

  /* line 201, ../sass/_screen.scss */
  .schools-industrys .blue-box-wrapper .wide-blue-box {
    padding: 40px 30px 0;
  }

  /* line 204, ../sass/_screen.scss */
  .cleared-maintenance .sallybus a {
    font: 700 20px "Roboto", sans-serif;
    text-underline-offset: 5px;
  }

  /* line 208, ../sass/_screen.scss */
  .cleared-maintenance .yellow-rib a {
    font: 700 16px "Gobold", sans-serif;
  }

  /* line 211, ../sass/_screen.scss */
  footer .custom-container .custom-6 .yellow-box a img {
    max-width: 50px;
  }

  /* line 214, ../sass/_screen.scss */
  .maintence-slides-wapper {
    padding: 40px 0 0;
  }

  /* line 217, ../sass/_screen.scss */
  .cleared-maintenance .cleared-maintenance-heading h2 {
    font: 400 32px "Gobold", sans-serif;
  }

  /* line 220, ../sass/_screen.scss */
  .schools-industrys .blue-box-wrapper .blue-box h3 {
    font: 700 20px "Roboto", sans-serif;
  }

  /* line 223, ../sass/_screen.scss */
  .schools-industrys .blue-box-wrapper .blue-box h3::before {
    top: 6px;
  }

  /* line 226, ../sass/_screen.scss */
  .maintence-slides-wapper .slick-next::before {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }

  /* line 231, ../sass/_screen.scss */
  .maintence-slides-wapper .slick-next {
    right: 50px;
    top: 130px;
  }

  /* line 235, ../sass/_screen.scss */
  .maintence-slides-wapper .maintence-img {
    padding-bottom: 13%;
  }

  /* line 238, ../sass/_screen.scss */
  .cleared-maintenance .nav-tabs li {
    margin-right: 0px;
  }

  /* line 241, ../sass/_screen.scss */
  .cleared-maintenance .nav-tabs li:first-child a {
    padding: 12px 20px 12px 70px;
  }

  /* line 244, ../sass/_screen.scss */
  .cleared-maintenance .nav-tabs li a {
    font: 700 16px "Roboto", sans-serif;
  }

  /* line 247, ../sass/_screen.scss */
  .cleared-maintenance .nav-tabs li:last-child a {
    padding: 12px 40px 12px 25px;
  }
}
@media (max-width: 414px) {
  /* line 252, ../sass/_screen.scss */
  .schools-industrys .schools-industrys-heading h3 {
    font: 700 20px "Gobold", sans-serif;
  }

  /* line 255, ../sass/_screen.scss */
  .schools-industrys .blue-box-wrapper .blue-box p {
    font: 400 16px "Roboto", sans-serif;
    margin: 20px 0 0 0;
    line-height: 1.6rem;
  }

  /* line 260, ../sass/_screen.scss */
  .schools-industrys .blue-box-wrapper .blue-box ul {
    margin: 10px 0 0 0;
  }

  /* line 263, ../sass/_screen.scss */
  footer .custom-container .custom-6 .yellow-box a {
    font: 900 20px "Roboto", sans-serif;
  }

  /* line 266, ../sass/_screen.scss */
  header h1 {
    font: 700 30px "Gobold", sans-serif;
  }
}
