/* fonts */
@font-face {
  font-family: tradegothicBold;
  src: url("../fonts/tradegothic-boldcondtwenty-webfont.otf");
}
@font-face {
  font-family: tradegothic;
  src: url("../fonts/TradeGothicLTStd-Cn18.otf");
}
@font-face {
  font-family: 'tradegothicbold';
  src: url('../fonts/tradegothicboldcondensedno20-webfont.woff2') format('woff2'),
       url('../fonts/tradegothicboldcondensedno20-webfont.woff') format('woff');
}
@font-face {
  font-family: TradeGothicLT;
  src: url("../fonts/TradeGothicBoldCondensedNo.20.ttf");
}

@font-face {
  font-family: "TradeGothicLT-CondEighteen";
  src: url("../fonts/35ADE8_0_0.eot");
  src: url("../fonts/35ADE8_0_0-1.eot") format("embedded-opentype"),
    url("../fonts/35ADE8_0_0.woff2") format("woff2"),
    url("../fonts/35ADE8_0_0.woff") format("woff"),
    url("../fonts/35ADE8_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "TradeGothicLT-BoldCondTwenty";
  src: url("../fonts/35ADE8_1_0.eot");
  src: url("../fonts/35ADE8_1_0-1.eot") format("embedded-opentype"),
    url("../fonts/35ADE8_1_0.woff2") format("woff2"),
    url("../fonts/35ADE8_1_0.woff") format("woff"),
    url("../fonts/35ADE8_1_0.ttf") format("truetype");
}

body {
  margin: 0px;
  padding: 0px;
  font-family: tradegothicbold;
  color: #231f20;
}
a:hover {
  text-decoration: none;
}
html {
  scroll-behavior: smooth;
}
/* header */
.navbar {
  padding: 0;
}
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
  -webkit-align-items: flex-start;
  padding: 0;
  align-items: flex-start;
}
.btn_buy {
  background-color: #e21f3d;
  color: #fff;
  text-transform: uppercase;
  width: 172px;
  text-align: center;
  padding: 0;
  line-height: 60px;
  height: 60px;
  position: relative;
  font-size: 27px;
}
.btn_buy:hover {
  color: #fff;
}
.btn-arrow-after:after {
  content: "";
  position: absolute;
  border-top: 8px solid #e21f3d;
  display: block;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  top: 45px;
  z-index: -1000;
  overflow: hidden;
}
.btn_buy span {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.nav-item:last-child .btn_buy {
  margin-left: 30px;
}
.navbar-expand-md .navbar-toggler {
  display: block;
  position: absolute;
  left: 50px;
  background: #10070a;
  border-radius: 0;
  border: 0;
  width: 40px;
  height: 40px;
  color: #fff;
  top: 30px;
  padding: 0;
}
.open_nav {
  width: 45px;
  width: 2.344vw;
  height: 45px;
  height: 2.344vw;
  max-width: 45px;
  max-height: 45px;
  background-color: #0e0708;
  border: 1px solid #b9b8b8;
  position: fixed;
  top: 23px;
  top: 1.197916666666667vw;
  left: 56px;
  left: 2.916666666666667vw;
  z-index: 1032;
  overflow: hidden;
  cursor: pointer;
  background-image: url(../img/open-close.png);
  background-position: 0px center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  transition: 0.7s all ease-in-out;
}
.open_nav.opened {
  background-position: 100% center;
}
.navbar_side {
  background-color: rgba(227, 24, 54, 0.95);
  width: 385px;
  height: 100%;
  padding: 9.166666666666667vw 0 0 2.916666666666667vw;
  position: fixed;
  z-index: 1031;
  left: -385px;
  top: 0;
  -webkit-transition: 0.7s all ease-in-out;
  -moz-transition: 0.7s all ease-in-out;
  -ms-transition: 0.7s all ease-in-out;
  -o-transition: 0.7s all ease-in-out;
  transition: 0.7s all ease-in-out;
}
.navbar_side.active {
  left: 0;
}
.navbar_side ul li {
  list-style-type: none;
  margin-bottom: 10px;
}
.navbar_side li a {
  text-transform: uppercase;
  color: #670000;
  font-size: 36px;
  -webkit-transition: 0.7s all ease-in-out;
  -moz-transition: 0.7s all ease-in-out;
  -ms-transition: 0.7s all ease-in-out;
  -o-transition: 0.7s all ease-in-out;
  transition: 0.7s all ease-in-out;
  display: block;
}
.navbar_side li a:hover,
.navbar_side li.active a {
  color: #fff;
}
.navbar-brand img {
  margin-top: 30px;
}
/* modal pop up */
a.connect {
  font-size: 36px;
  text-align: center;
  display: block;
  width: 180px;
  height: 180px;
  border: 5px solid #939597;
  color: #e21f3d;
  border-right: 0;
  position: fixed;
  right: 0;
  top: 18%;
  padding: 15px;
  background: #fff;
  z-index: 999;
}
.modal-backdrop.show {
  opacity: 0.8 !important;
}
.modal-content {
  border: 10px solid #939598;
  border-radius: 0;
  outline: 0;
}
.modal-dialog {
  max-width: 1050px;
}
.modal-body {
  padding: 50px;
}
.modal p {
  font-size: 40px;
  line-height: 42px;
}
.btn_trail {
  background: #e31936;
  color: #fff;
  font-size: 22px;
  width: 240px;
  height: 44px;
  text-align: center;
  line-height: 44px;
}
.btn_trail:hover {
  color: #fff;
}
.close:focus {
  outline: none;
}
/* banner */
.banner {
  padding: 30px 0;
}
.banner h1 {
  font-size: 77px;
  line-height: 80px;
  padding-left: 10px;
  max-width: 1050px;
  margin: 0 auto;
}
/*.banner .carousel-item:first-child h1,*/
/*.banner .carousel-item:nth-child(2) h1 {*/
/*  margin-bottom: 80px;*/
/*}*/
.banner .carousel-item {
  padding-top: 20px;
}
.banner h1 span {
  color: #e21f3d;
}
.mapping_list {
  text-align: center;
  margin-top: -180px;
  z-index: 9;
  position: relative;
}
.mapping_list li {
  font-size: 44px;
  text-transform: uppercase;
  margin: 0 30px !important;
}
.mapping_list a,
.read_more {
  display: block;
  width: 150px;
  height: 42px;
  text-transform: uppercase;
  color: #171113;
  font-size: 20px;
  border: 2px solid #bbbdbe;
  line-height: 40px;
  margin: 0 auto;
  transition: 0.7s all ease-in-out;
  background: transparent;
  cursor: pointer;
}
.mapping_list a:hover,
.read_more:hover {
  color: #e21f3d;
  border-color: #e21f3d;
}
a i,
.read_more i {
  margin-left: 5px;
}
/* better_way */
.better_way {
  background: #232021;
  padding: 50px 0;
  position: relative;
  color: #fff;
}
.better_way:after {
  content: "";
  position: absolute;
  border-top: 24px solid #232021;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
}
.better_way h2 {
  color: rgba(255, 255, 255, 0.65);
  font-size: 120px;
  line-height: 120px;
}
#contact_us h2 {
  margin-left: -5px;
}
.better_way p {
  font-family: tradegothic;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 10px;
}
.better_way p.d-flex {
  font-size: 40px;
  line-height: 44px;
  margin-top: 50px;
}
p b {
  font-family: tradegothicbold;
}
p b span {
  color: #e21f3d;
}
.btn_view {
  color: #fff;
  border: 2px solid #6f7072;
  height: 65px;
  padding: 0 20px;
  line-height: 63px;
  font-size: 32px;
  font-family: tradegothicbold;
  transition: 0.7s all ease-in-out;
}
.btn_view:hover {
  color: #e21f3d;
  border-color: #e21f3d;
}
/* mapping_maintenance */
.buy_btn_list {
  text-align: right;
}
.mapping_btn_list {
  margin-bottom: 0;
}
.mapping_btn_list.buy_btn_list {
  margin-bottom: 0;
  margin-top: 30px;
}
.mapping_btn_list .btn-arrow-after:after {
  top: -8px;
  bottom: auto;
  border-top: 0;
  border-bottom: 8px solid #e21f3d;
}
.mapping_btn_list .btn_buy:not(.active) {
  background: #939597;
  color: #fff;
}
.mapping_btn_list .btn-arrow-after:not(.active):after {
  border-bottom-color: #939597;
}
.mapping_btn_list .btn_buy {
  line-height: 65px;
}
.buy_btn_list li {
  margin: 0 20px !important;
}
.buy_btn_list li:last-child {
  margin-right: 0 !important;
}
#mapping_maintenance h3 {
  font-size: 77px;
  color: #e21f3d;
}
#mapping_maintenance h4 {
  font-size: 44px;
}
#mapping_maintenance h4 span {
  color: #e21f3d;
}
#mapping_maintenance .nav-tabs .nav-link {
  color: #495057;
  background-color: #fff;
  border: 10px solid #939597;
  border-radius: 0;
  font-size: 38px;
  color: #e21f3d;
  text-transform: uppercase;
  padding: 22px;
  min-height: 290px;
  width: 290px;
  line-height: 40px;
  position: relative;
  display: block;
}
#mapping_maintenance .nav-tabs .nav-link.active,
#mapping_maintenance .nav-tabs .nav-item.show .nav-link {
  background: #939597;
  color: #fff;
  border-color: #939597;
}
#mapping_maintenance .nav-tabs.show-triangle .nav-link.active:after,
#mapping_maintenance .nav-tabs.show-triangle .nav-item.show .nav-link:after {
  content: "";
  position: absolute;
  border-top: 24px solid #939597;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
}
#mapping_maintenance .nav {
  justify-content: space-between;
  border-bottom: 0;
  margin-top: 20px;
}
.nav-link .read_more {
  width: 130px;
  height: 34px;
  font-size: 17px;
  line-height: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  bottom: 22px;
  padding-top: 6px;
}
.nav-link:hover .read_more {
  color: #e21f3d;
  border-color: #e21f3d;
}
.nav-link.active .read_more,
.nav-item.show .nav-link .read_more {
  display: none;
}
.next-step.read_more,
.prev-step.read_more {
  width: 120px;
  line-height: 37px;
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
  margin: 50px 0 0;
  outline: none !important;
  vertical-align: text-top;
}
.tab-content > .active {
  display: block;
  padding: 50px 0 0;
}
#mapping_maintenance p,
.regular_list li {
  font-family: tradegothic;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 15px;
}
.regular_list li {
  list-style-type: none;
  margin-bottom: 8px;
}
.modal .regular_list li {
  margin-bottom: 5px;
}
.regular_list li:before,
.point:before {
  content: "\2022";
  color: #e21f3d;
  font-weight: bold;
  display: inline-block;
  width: 30px;
  margin-left: -38px;
  font-size: 24px;
}
p.point {
  padding-left: 30px;
}
.point:before {
  margin-left: -30px;
}
.fade {
  transition: 0.7s all ease-in-out;
}
.fade.show {
  opacity: 1;
}
.mapping_block {
  display: none;
}
/* contact us */
.contact_details {
  padding: 80px 0;
  font-family: tradegothic;
  font-size: 24px;
  color: #58595b;
}
address {
  line-height: 28px;
}
address b {
  font-family: tradegothicBold;
}
address b span,
.contact_details h4 span,
p.contact_us span {
  color: #e21f3d;
}
.mail_link,
.mail_link:hover {
  color: #e21f3d;
  text-decoration: underline;
}
.contact_details h4 {
  font-family: tradegothicbold;
  font-size: 42px;
  text-transform: uppercase;
  color: #232021;
}
p.contact_us {
  color: #232021;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 30px;
}
/* footer */

footer {
  background: #232021;
  padding: 50px 0 10px;
}
footer a {
  color: #939597;
  font-size: 48px;
  text-align: center;
  display: block;
  line-height: 0;
}
footer a:hover {
  color: #939597;
}
footer p {
  font-size: 13px;
  color: #808285;
  font-family: tradegothic;
}
/* media query */
@media (min-width: 1441px) {
  .container {
    max-width: 1080px;
  }
}
@media (max-width: 1440px) {
  .container {
    max-width: 930px;
  }
  .banner h1 {
    font-size: 65px;
    line-height: 70px;
    max-width: 930px;
  }
  /*.banner .carousel-item:first-child h1,*/
  /*.banner .carousel-item:nth-child(2) h1 {*/
  /*  margin-bottom: 0;*/
  /*}*/
  .banner .carousel-item img.img-fluid {
    width: 80%;
  }
  .mapping_list li {
    font-size: 36px;
  }
  .mapping_list a,
  .read_more {
    font-size: 18px;
    padding-top: 10px;
    line-height: 0;
  }
  .better_way h2 {
    font-size: 100px;
    line-height: 100px;
  }
  .better_way p,
  #mapping_maintenance p,
  .regular_list li {
    font-size: 30px;
    line-height: 38px;
  }
  .modal p {
    font-size: 36px;
    line-height: 42px;
  }
  .better_way p.d-flex {
    font-size: 32px;
  }
  .btn_view {
    height: 58px;
    line-height: 56px;
    font-size: 28px;
  }
  #mapping_maintenance h4 {
    font-size: 38px;
  }
  #mapping_maintenance .nav-tabs .nav-link {
    font-size: 34px;
    line-height: 38px;
  }
  .contact_details {
    font-size: 20px;
  }
  address {
    line-height: 24px;
  }
  .better_way {
    padding: 40px 0;
  }
  .btn_buy {
    line-height: 50px;
    height: 50px;
    font-size: 22px;
  }
  .mapping_btn_list .btn_buy {
    line-height: 52px;
  }
  #mapping_maintenance h3 {
    font-size: 65px;
    line-height: 70px;
  }
  a.connect {
    font-size: 28px;
    width: 150px;
    height: 150px;
    padding: 5px;
  }
  .mapping_list img {
    width: 70px;
  }
  .mapping_list {
    margin-top: -110px;
  }
}
@media (max-width: 1024px) {
  .modal p {
    font-size: 28px;
    line-height: 34px;
  }
  .modal-dialog {
    max-width: 1050px;
    width: 90%;
    margin: 0 auto;
  }
  .modal-body {
    padding: 25px;
  }

  .container {
    max-width: 768px;
  }
  .banner h1 {
    font-size: 55px;
    line-height: 55px;
    max-width: 930px;
    max-width: 768px;
  }
  /*.banner .carousel-item:first-child h1,*/
  /*.banner .carousel-item:nth-child(2) h1 {*/
  /*  margin-bottom: 55px;*/
  /*}*/
  a.connect {
    font-size: 18px;
    width: 120px;
    height: 120px;
    padding: 12px;
  }
  a.connect img {
    width: 60px;
  }
  .btn_buy {
    line-height: 0;
    height: 45px;
    font-size: 18px;
    width: 120px;
    padding-top: 24px;
  }
  .mapping_btn_list .btn_buy {
    line-height: 0;
  }
  .navbar-brand img {
    margin-top: 20px;
    width: 220px;
  }
  .open_nav {
    width: 35px;
    height: 35px;
    top: 20px;
    left: 32px;
  }
  .mapping_list li {
    font-size: 24px;
  }
  .mapping_list a,
  .read_more {
    font-size: 16px;
    width: 130px;
  }
  .better_way h2 {
    font-size: 80px;
    line-height: 80px;
  }
  .better_way p,
  #mapping_maintenance p,
  .regular_list li {
    font-size: 24px;
    line-height: 32px;
  }
  .better_way p.d-flex {
    font-size: 28px;
    line-height: 32px;
  }
  .btn_view {
    height: 45px;
    line-height: 43px;
    font-size: 24px;
  }
  #mapping_maintenance h3 {
    font-size: 55px;
    line-height: 55px;
  }
  #mapping_maintenance h4 {
    font-size: 30px;
  }
  .regular_list li {
    margin-bottom: 3px;
  }
  .contact_details {
    padding: 50px 0;
  }
  #mapping_maintenance .nav-tabs .nav-link {
    font-size: 22px;
    line-height: 24px;
    padding: 15px;
    min-height: 220px;
    width: 220px;
  }
}
@media (max-width: 991px) {
  .contact_details h4 {
    font-size: 30px;
  }
  p.contact_us {
    font-size: 24px;
    line-height: 32px;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding: 0 15px 0 80px;
  }
  .banner h1 {
    font-size: 45px;
    line-height: 45px;
  }
  /*.banner .carousel-item:first-child h1,*/
  /*.banner .carousel-item:nth-child(2) h1 {*/
  /*  margin-bottom: 45px;*/
  /*}*/
  a.connect {
    font-size: 16px;
    width: 80px;
    height: 80px;
    padding: 10px;
  }
  a.connect img {
    width: 30px;
    margin-bottom: 2px;
  }
  .better_way h2 {
    font-size: 70px;
    line-height: 70px;
  }
  .navbar_side {
    padding: 80px 20px 50px;
  }
}
@media (max-width: 767px) {
  p.contact_us {
    font-size: 16px;
    line-height: 22px;
  }
  .contact_details h4 {
    font-size: 18px;
  }
  .banner .carousel-item {
    padding-top: 0;
  }
  .banner h1 {
    padding-bottom: 10px;
  }
  .modal p {
    font-size: 18px;
    line-height: 24px;
  }
  .btn_trail {
    background: #e31936;
    color: #fff;
    font-size: 16px;
    width: 160px;
    height: 38px;
    text-align: center;
    line-height: 40px;
  }
  .modal-content {
    border: 5px solid #939598;
  }
  .modal-body {
    padding: 15px;
  }
  .close img {
    width: 25px;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding: 0 15px 0 15px;
    text-align: center;
    display: block;
  }
  .navbar-nav {
    display: block;
    margin-top: 30px !important;
  }
  li.nav-item {
    display: inline-block;
  }
  .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
  }
  .navbar-brand img {
    margin-top: 10px;
    width: 220px;
  }
  .navbar_side {
    width: 100%;
    left: -100%;
    text-align: left;
    padding: 80px 15px 50px;
  }
  .navbar_side li a {
    font-size: 24px;
  }
  a.connect {
    font-size: 10px;
    width: 45px;
    height: 45px;
    padding: 3px;
    border: 2px solid #939597;
    border-right: 0;
    top: 22%;
  }
  a.connect img {
    width: 20px;
  }
  .banner h1 {
    font-size: 24px;
    line-height: 24px;
  }
  .mapping_list li {
    font-size: 18px;
  }
  .mapping_list a,
  .read_more {
    font-size: 16px;
    width: 100px;
    height: 36px;
    line-height: 0;
    font-size: 14px;
  }
  .mapping_list {
    margin-top: -20px;
  }
  .mapping_list img {
    width: 20px;
  }
  .better_way h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .better_way p,
  #mapping_maintenance p,
  .regular_list li {
    font-size: 16px;
    line-height: 22px;
  }
  br {
    display: none;
  }
  .mapping_list li {
    margin: 0 10px !important;
  }
  .better_way p.d-flex {
    font-size: 16px;
    line-height: 20px;
    display: block !important;
    margin-top: 20px;
  }
  .btn_view {
    height: 36px;
    line-height: 34px;
    font-size: 14px;
    display: block;
    width: 140px;
    padding: 0;
    text-align: center;
    margin-top: 15px;
  }
  .better_way {
    padding: 30px 0;
  }
  .buy_btn_list {
    text-align: center;
    margin-bottom: 30px;
  }
  .regular_list li:before,
  .point:before {
    width: 20px;
    margin-left: -20px;
    font-size: 14px;
  }
  ul.regular_list {
    padding-left: 20px;
  }
  .buy_btn_list li:last-child {
    margin-right: 20px !important;
  }
  #mapping_maintenance h3 {
    font-size: 24px;
    line-height: 24px;
  }
  #mapping_maintenance h4 {
    font-size: 18px;
  }
  .nav-link .read_more {
    width: 90%;
    height: 28px;
    font-size: 12px;
    line-height: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    bottom: 4px;
  }
  .nav.nav-tab {
    justify-content: space-between;
  }
  .nav-tabs li.nav-item {
    width: 32%;
  }
  #mapping_maintenance .nav-tabs.show-triangle .nav-link.active:after,
  #mapping_maintenance .nav-tabs.show-triangle .nav-item.show .nav-link:after {
    border-top: 12px solid #939597;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    bottom: -12px;
  }
  .tab-content > .active {
    display: block;
    padding: 30px 0 0;
  }
  .next-step.read_more,
  .prev-step.read_more {
    width: 80px;
    line-height: 0;
    margin: 20px 0 0;
    padding-top: 4px;
    display: block;
    padding: 9px 10px;
  }
  #mapping_maintenance {
    padding: 40px 0 0;
  }
  #mapping_maintenance .nav-tabs .nav-link {
    min-height: 130px;
    width: 100%;
    border-width: 2px;
    padding: 5px;
    font-size: 14px;
    line-height: 18px;
  }
  section.contact_us.better_way {
    padding: 20px 0 10px;
  }
  .contact_details {
    padding: 30px 0;
    font-size: 14px;
  }
  address br {
    display: block;
  }
  address {
    line-height: 20px;
  }
  footer {
    background: #232021;
    padding: 20px 0 0;
    text-align: center;
  }
  footer p {
    font-size: 13px;
    color: #808285;
    font-family: tradegothic;
    margin-top: 10px;
  }
  .banner {
    padding: 30px 0 20px;
  }
  .open_nav {
    top: 15px;
    left: 15px;
  }
}
