/* Font Import - Start */
@font-face {
  font-family: Grenze;
  src: url("../font/Grenze-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: Grenze;
  src: url("../font/Grenze-SemiBold.ttf");
  font-weight: 600;
}

/* Font Import - End */
/* General override for elements - Start */
* {
  margin: 0;
  padding: 0;
  outline: none;
  font-family: Grenze;
  word-break: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: auto;
}

body {
  width: 100%;
  height: auto;
  background: #262626;
  position: relative;
  background-image: url("../../assets/images/body_bg.png");
  background-repeat: repeat;
  background-position: center;
  background-size: auto;
}

/* General override for elements - End */
/* Mobile CSS - Start */
header {
  width: 100%;
  height: 56px;
  padding: 10px;
  background: #161616;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

header.fixed {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.8);
}

header.active .wrapper .mobile_menu .icon:before {
  color: #8f8f8f;
  content: "\f00d";
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

header.active .wrapper .menu {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

header.active .wrapper .menu ul li a {
  color: #8f8f8f;
}

header.services .wrapper .mobile_menu .icon:before {
  color: #8f8f8f;
  content: "\f104";
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

header.services .wrapper .services {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

header.services .wrapper .services ul li a {
  color: #8f8f8f;
}

header .wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header .wrapper .logo {
  cursor: pointer !important;
  width: 50%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  z-index: 100;
  font-family: Grenze;
  font-size: 24px;
  font-weight: 600;
  color: #6edda6;
  text-align: left;
  text-decoration: none !important;
  margin: auto 0;
}

header .wrapper .mobile_menu {
  width: 50%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 100;
  margin: auto 0;
}

header .wrapper .mobile_menu .icon {
  width: 24px;
  height: 24px;
  position: relative;
}

header .wrapper .mobile_menu .icon:before {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f0c9";
  font-size: 24px;
  color: #8f8f8f;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

header .wrapper .menu {
  width: 100vw;
  height: 100vh;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #161616;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  overflow-y: auto;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

header .wrapper .menu ul {
  width: 100%;
  height: auto;
  display: block;
  margin: auto 0;
}

header .wrapper .menu ul li {
  width: 100%;
  text-align: center;
  list-style: none;
  margin-bottom: 20px;
}

header .wrapper .menu ul li:last-child {
  margin-bottom: 0;
}

header .wrapper .menu ul li a {
  width: 100%;
  font-family: Grenze;
  font-size: 20px;
  font-weight: 600;
  color: #cdcdcd;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .wrapper .menu ul li a:hover, header .wrapper .menu ul li a:active {
  color: #6edda6;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .wrapper .menu ul li a i {
  display: none;
}

header .wrapper .services {
  width: 100vw;
  height: 100vh;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #161616;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  overflow-y: auto;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

header .wrapper .services ul {
  width: 100%;
  height: auto;
  display: block;
  margin: auto 0;
}

header .wrapper .services ul li {
  width: 100%;
  text-align: center;
  list-style: none;
  margin-bottom: 20px;
}

header .wrapper .services ul li:last-child {
  margin-bottom: 0;
}

header .wrapper .services ul li a {
  width: 100%;
  font-family: Grenze;
  font-size: 20px;
  font-weight: 600;
  color: #cdcdcd;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Mobile CSS - End */
/* Tablet CSS - Start */
@media (min-width: 768px) and (max-width: 1023px) {
  header {
    height: 75px;
    padding: 0px;
  }
  header.fixed {
    padding: 0px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  header.services .wrapper .services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .wrapper {
    width: 100%;
    height: 100%;
    position: relative;
  }
  header .wrapper .logo {
    width: auto;
    font-size: 28px;
    margin: auto 0px auto 20px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  header .wrapper .mobile_menu {
    width: 0px;
    height: 0px;
    display: none;
  }
  header .wrapper .menu {
    width: 80%;
    height: 100%;
    padding: 0;
    position: relative;
    background: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    overflow-y: hidden !important;
  }
  header .wrapper .menu ul {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  header .wrapper .menu ul li {
    width: auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    margin: auto 0px auto 5px;
  }
  header .wrapper .menu ul li.active:before {
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -20px;
    content: "";
    background: #6edda6;
  }
  header .wrapper .menu ul li.active a {
    color: #6edda6;
  }
  header .wrapper .menu ul li:last-child {
    margin: auto 20px auto 0px;
  }
  header .wrapper .menu ul li a {
    width: auto;
    padding: 5px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 16px;
    color: #8f8f8f;
    margin: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  header .wrapper .menu ul li a i {
    display: inline-block;
    font-size: 10px;
    color: #8f8f8f;
    margin: auto 0px auto 5px;
  }
  header .wrapper .services {
    width: 230px;
    height: auto;
    display: none;
    padding: 0;
    position: absolute;
    top: 75px;
    left: unset !important;
    right: 0px;
    margin-right: 130px;
    background: #161616;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    overflow-y: hidden !important;
    border-radius: 0px 0px 5px 5px;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
  }
  header .wrapper .services ul li {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    padding: 0px;
    margin: 0px;
  }
  header .wrapper .services ul li a {
    font-size: 15px;
    padding: 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left !important;
    color: #8f8f8f;
  }
  header .wrapper .services ul li a:hover, header .wrapper .services ul li a:active {
    color: #6edda6;
  }
}

/* Tablet CSS - End */
/* Desktop CSS - Start */
@media (min-width: 1024px) {
  header {
    height: 95px;
    padding: 0px;
  }
  header.fixed {
    padding: 0px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  header.services .wrapper .services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .wrapper {
    width: 1024px;
    margin: 0 auto;
  }
  header .wrapper .logo {
    width: auto;
    font-size: 34px;
    margin: auto 0px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  header .wrapper .logo .qbank_logo {
    min-width: 36px;
    min-height: 36px;
  }
  header .wrapper .logo .heading_one, header .wrapper .logo .heading_two {
    font-size: 36px;
  }
  header .wrapper .mobile_menu {
    width: 0px;
    height: 0px;
    display: none;
  }
  header .wrapper .menu {
    width: 80%;
    height: 100%;
    padding: 0;
    position: relative;
    background: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    overflow-y: hidden !important;
  }
  header .wrapper .menu ul {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  header .wrapper .menu ul li {
    width: auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    margin: auto 0px auto 5px;
  }
  header .wrapper .menu ul li.active:before {
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -24px;
    content: "";
    background: #6edda6;
  }
  header .wrapper .menu ul li.active a {
    color: #6edda6;
  }
  header .wrapper .menu ul li:last-child {
    margin: auto 0px;
  }
  header .wrapper .menu ul li a {
    width: auto;
    padding: 10px 15px;
    display: block;
    font-size: 18px;
    color: #8f8f8f;
    margin: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  header .wrapper .menu ul li a i {
    display: inline-block;
    font-size: 10px;
    color: #8f8f8f;
    margin: auto 0px auto 5px;
  }
  header .wrapper .services {
    width: 230px;
    height: auto;
    display: none;
    padding: 0;
    position: absolute;
    top: 95px;
    left: 50%;
    right: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0px 0px 0px 70px;
    background: #161616;
    overflow-y: hidden !important;
    border-radius: 0px 0px 5px 5px;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
  }
  header .wrapper .services ul li {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    padding: 0px;
    margin: 0px;
  }
  header .wrapper .services ul li a {
    font-size: 15px;
    padding: 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left !important;
    color: #8f8f8f;
  }
  header .wrapper .services ul li a:hover, header .wrapper .services ul li a:active {
    color: #6edda6;
  }
}

/* Desktop CSS - End */
