body {
  background: #ffffff;
  color: #000000;
  font-family: "Open Sans", sans-serif; }

a {
  color: #ff6600;
  transition: 0.5s; }

img {
  max-width: 100%;
  margin-bottom: 10px; }

a:hover,
a:active,
a:focus {
  color: #ff6600;
  outline: none;
  text-decoration: none; }

p {
  padding: 0;
  margin: 0 0 30px 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0; }

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #ff6600;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11; }

.tab-content .container {
  max-width: 100%;
  width: 100%; }

.back-to-top i {
  padding-top: 12px;
  color: #fff; }

.Quote_button {
  background: #ff6600;
  padding: .5em 1em;
  border-radius: 10px;
  color: #000000;
  font-weight: 600;
  scroll-behavior: smooth; }
  .Quote_button:hover {
    background: #838584;
    color: #ffffff; }

.Address {
  margin-top: 2em; }
  .Address h5 {
    font-weight: 600; }
  .Address p {
    margin-bottom: 10px; }

.___services ul {
  padding-left: 20px; }
  .___services ul li {
    margin-bottom: 12px; }
.___services img {
  max-width: 100%; }

/* Prelaoder */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff; }

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #ff6600;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite; }

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
#topbar {
  padding: 0 0 10px 0;
  font-size: 14px;
  transition: all 0.5s; }

#topbar .social-links {
  text-align: right; }

#topbar .social-links a {
  color: #535074;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px; }

#topbar .social-links a:hover {
  color: #ff6600; }

#topbar .social-links a:first-child {
  border-left: 0; }

#header {
  height: 110px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 0;
  margin-top: 50px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997; }

.logo_scrool {
  display: none; }

.header-scrolled .logo_non_scrool {
  display: none; }
.header-scrolled .logo_scrool {
  display: block; }

.banner_text {
  background: rgba(224, 224, 224, 0.6);
  padding: 1em;
  color: #000000; }
  .banner_text h2 {
    font-weight: 800; }
  .banner_text p {
    margin-bottom: 10px;
    font-weight: 500; }

#header.header-scrolled,
#header.header-pages {
  height: 80px;
  margin-top: 0;
  padding: 20px 0;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3); }

#header.header-scrolled #topbar,
#header.header-pages #topbar {
  display: none; }

#header.header-scrolled img {
  max-width: 80%;
  margin-top: -12px !important; }

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase; }

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #413e66;
  text-decoration: none; }

#header .logo img {
  padding: 0;
  margin: 7px 0;
  max-height: 90px;
  margin-top: -30px; }

.main-pages {
  margin-top: 60px; }

#intro {
  width: 100%;
  height: 80vh;
  position: relative;
  background: #f5f8fd url("https://kevlartrafficmanagement.com.au/img/melbourne-victoria-australia.jpg") center top no-repeat;
  background-size: cover;
  margin-top: 120px; }

#intro .intro-info h2 {
  color: #413e66;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 700; }

#intro .intro-info h2 span {
  color: #ff6600; }

#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #ff6600;
  color: #fff; }

#intro .intro-info .btn-get-started:hover,
#intro .intro-info .btn-services:hover {
  background: #ff6600; }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.main-nav {
  /* Drop Down */
  /* Deep Drop Down */ }

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none; }

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left; }

.main-nav a {
  display: block;
  position: relative;
  color: #000000;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600; }

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #ff6600;
  text-decoration: none; }

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s; }

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible; }

.main-nav .drop-down li {
  min-width: 180px;
  position: relative; }

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #065e77; }

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #ff6600; }

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px; }

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px); }

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%; }

.main-nav .drop-down .drop-down > a {
  padding-right: 35px; }

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px; }

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(40, 38, 70, 0.8);
  transition: 0.4s; }

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none; }

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500; }

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #8dc2fa;
  text-decoration: none; }

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px; }

.mobile-nav .active.drop-down > a:after {
  content: "\f077"; }

.mobile-nav .drop-down > a {
  padding-right: 35px; }

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden; }

.mobile-nav .drop-down li {
  padding-left: 20px; }

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right; }

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #065e77; }

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(40, 38, 70, 0.8);
  overflow: hidden;
  display: none; }

.mobile-nav-active {
  overflow: hidden; }

.mobile-nav-active .mobile-nav {
  left: 0; }

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff; }

#Channels {
  padding-top: 2em; }
  #Channels .text {
    top: 35%;
    position: relative;
    left: 10%; }
    #Channels .text h2 {
      color: #413e66;
      font-family: "Montserrat", sans-serif;
      font-weight: 700; }

#Channels2 {
  padding-top: 2em; }
  #Channels2 p, #Channels2 li {
    font-size: 18px;
    line-height: 2; }
  #Channels2 h3 {
    font-size: 24px; }
  #Channels2 .text {
    top: 35%;
    position: relative;
    right: 10%; }
    #Channels2 .text h2 {
      color: #413e66;
      font-family: "Montserrat", sans-serif;
      font-weight: 700; }

#Contact {
  padding: 4% 0 4% 0; }

.required {
  color: red; }

.section-header h3 {
  font-size: 36px;
  color: #000000;
  text-align: center;
  font-weight: 700;
  position: relative;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 1em; }

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #535074;
  width: 50%; }

.section-bg {
  background: #f5f8fd; }

#about {
  padding: 80px 0; }
  #about p {
    font-size: 18px;
    line-height: 2; }

#about .about-content {
  padding-top: 40px; }

#about .about-content h2 {
  color: #413e66;
  font-family: "Montserrat", sans-serif;
  font-weight: 700; }

#about .about-content h3 {
  color: #696592;
  font-weight: 400;
  font-size: 22px;
  font-style: italic; }

#about .about-content ul {
  list-style: none;
  padding: 0; }

#about .about-content ul li {
  padding-bottom: 10px; }

#about .about-content ul li i {
  font-size: 20px;
  padding-right: 4px;
  color: #ff6600; }

#about .about-img {
  position: relative;
  margin: 30px 30px 30px 30px; }

#about .about-img img {
  width: 100%;
  border: 8px solid #fff;
  transition: .5s; }

#about .about-img img:hover {
  width: 100%;
  -webkit-transform: scale(1.03);
  transform: scale(1.03); }

/* Services Section-----*/
#services {
  padding: 60px 0 40px 0; }

#services .box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center; }

#services .box:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

#services .icon {
  margin: 0 auto 15px auto;
  display: inline-block;
  text-align: center; }

#services .icon i {
  font-size: 36px;
  line-height: 1; }

#services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px; }

#services .title a {
  color: #111; }

#services .box:hover .title a {
  color: #ff6600; }

#services .description {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: left; }

.Map {
  width: 100%;
  height: 450px; }

/*--------Footer------*/
#footer {
  padding: 0 0 30px 0;
  font-size: 14px;
  background: #000000; }
  #footer .footer-top {
    padding: 60px 0 30px 0;
    background: #000000; }
    #footer .footer-top .footer-info {
      margin-bottom: 30px; }
      #footer .footer-top .footer-info h3 {
        font-size: 34px;
        margin: 0 0 20px 0;
        padding: 2px 0 2px 0;
        line-height: 1;
        font-family: "Montserrat", sans-serif;
        color: #413e66;
        font-weight: 400;
        letter-spacing: 3px;
        text-transform: uppercase; }
      #footer .footer-top .footer-info p {
        font-size: 13px;
        line-height: 24px;
        margin-bottom: 0;
        font-family: "Montserrat", sans-serif;
        color: #f1f1f1; }
    #footer .footer-top .social-links a {
      font-size: 18px;
      display: inline-block;
      background: #838584;
      color: #fff;
      line-height: 1;
      padding: 8px 0;
      margin-right: 4px;
      border-radius: 50%;
      text-align: center;
      width: 36px;
      height: 36px;
      transition: 0.3s; }
      #footer .footer-top .social-links a:hover {
        background: #ff6600;
        color: #fff; }
    #footer .footer-top h4 {
      font-size: 14px;
      font-weight: bold;
      color: #f1f1f1;
      text-transform: uppercase;
      position: relative;
      padding-bottom: 10px; }
    #footer .footer-top .footer-links {
      margin-bottom: 30px; }
      #footer .footer-top .footer-links ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        #footer .footer-top .footer-links ul li {
          padding: 8px 0; }
          #footer .footer-top .footer-links ul li :first-child {
            padding-top: 0; }
        #footer .footer-top .footer-links ul a {
          color: #f1f1f1; }
          #footer .footer-top .footer-links ul a:hover {
            color: #ffffff; }
      #footer .footer-top .footer-links p {
        color: #f1f1f1; }

.Gray_bg {
  background-color: #838584; }

.Gray_color {
  color: #838584; }

.white_color {
  color: #ffffff; }

.yellow_color {
  color: #ff6600; }

.font600 {
  font-weight: 600; }

.btn-primary {
  background-color: #838584;
  border-color: #838584; }
  .btn-primary:hover {
    background-color: #000000;
    border-color: #000000; }

.tab-content {
  margin-top: 2%;
  background-color: #ffffff; }

#footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #f1f1f1;
  font-size: 15px; }

#Online {
  padding: 4% 0; }

@media (min-width: 992px) {
  .container {
    width: 100%;
    max-width: 80%; }

  .container-fluid {
    width: 84%; } }
@media (min-width: 991px) {
  #call-to-action .cta-btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; } }
@media (min-width: 992px) {
  #intro .intro-info {
    padding-top: 15%; }

  #testimonials .testimonial-item p {
    width: 80%; } }
@media (max-width: 991px) {
  #topbar {
    display: none; }

  #header {
    height: 70px;
    padding: 15px 0; }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0; } }
.nav-tabs {
  border-bottom: none; }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #fff;
  border-color: transparent;
  background: #000000; }

.nav-tabs .nav-item {
  margin-bottom: -1px;
  width: 205px;
  text-align: center;
  padding: 0 .5em; }

.nav-tabs .nav-link {
  color: #000000;
  background: #ff6600;
  border-radius: .25rem; }

.aboutBanner {
  height: 350px;
  background-position: center;
  background-attachment: fixed;
  background-image: url("https://kevlartrafficmanagement.com.au/img/about_us.jpg");
  margin-bottom: 2em; }

.servicesBanner {
  height: 350px;
  background-position: center;
  background-attachment: fixed;
  background-image: url("https://kevlartrafficmanagement.com.au/img/services_1.jpg");
  margin-bottom: 2em; }

.bookonlineBanner {
  height: 350px;
  background-position: top;
  background-attachment: fixed;
  background-image: url("https://kevlartrafficmanagement.com.au/img/book_online.jpg");
  margin-bottom: 2em; }

.contactBanner {
  height: 350px;
  background-position: center;
  background-attachment: fixed;
  background-image: url("https://kevlartrafficmanagement.com.au/img/contact_us_bg_1.jpg");
  margin-bottom: 2em; }

.freeQuote {
  background: #414142;
  border-radius: 25px; }
  .freeQuote a {
    color: #ffffff; }

.lineHeight {
  line-height: 1.5; }

.text_alignCenter {
  text-align: center; }

.Services_heading {
  font-weight: 600; }

@media only screen and (max-width: 1199px) and (min-width: 960px) {
  #intro .intro-info h2 {
    font-size: 32px; }

  #intro {
    width: 100%;
    height: 70vh; }

  #Channels2 {
    padding-top: 4em; }

  .blockRow {
    display: block !important; }
    .blockRow .col-md-2 {
      margin-left: 5%; }

  .nav-tabs .nav-item {
    width: 27%;
    margin-bottom: .5em; } }
@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px; } }
@media only screen and (max-width: 959px) and (min-width: 768px) {
  #intro {
    height: 60vh; }

  .logo_scrool {
    padding: .6em !important; }

  #header {
    top: -1px; }

  .nav-tabs .nav-item {
    width: 50%;
    margin-bottom: .5em; }

  .blockRow {
    display: block !important; }
    .blockRow .col-md-2 {
      margin-left: 5%; } }
@media (max-width: 767px) {
  #intro {
    height: 25vh;
    padding: 40% 0 60px 0;
    margin-top: 85px;
    background-size: contain; }

  .h3, h3 {
    font-size: 1.5rem; }

  .nav-tabs .nav-item {
    width: 100%;
    margin-bottom: .3em; }

  .form-check-input {
    margin-left: 0;
    position: inherit; }

  #header .logo img {
    padding: .6em; }

  #intro .container {
    height: auto !important; }

  #intro .intro-img {
    width: 80%; }

  #intro .intro-info {
    text-align: center;
    padding-top: 40px; }

  #intro .intro-info h2 {
    font-size: 30px;
    margin-bottom: 30px; }

  #Channels2 .text {
    right: 0; }

  #Channels .text {
    top: 35%;
    position: relative;
    left: 0; }

  #header .logo img {
    margin-top: -10px;
    max-width: 80%; }

  #services .box {
    margin: 1em 0; }

  .section-header p {
    width: 90%; }

  h2 {
    font-size: 1.5rem; }

  .section-header h3 {
    font-size: 30px; } }
@media (max-width: 574px) {
  #footer .footer-top .social-links a {
    margin-bottom: 25px; } }
@media only screen and (max-width: 767px) {
  #header {
    margin-top: 0; } }

/*# sourceMappingURL=akuna.css.map */
