@import url("https://fonts.googleapis.com/css?family=Raleway:400,500,700&display=swap");
/*=======================================================*/
/*                                                       */
/* Timedoor CSS Preset Library                           */
/* v. 1.04 - last update 11/01/2019                      */
/*                                                       */
/*=======================================================*/
/*                                                       */
/* Table oif Content                                     */
/*                                                       */
/* Col 20% ------------------------------------- [COL20] */
/* Column Position ---------------------------- [COLPOS] */
/* Content Position --------------------------- [CONPOS] */
/* Display Class -------------------------------- [DISP] */
/* Margin --------------------------------------- [MARG] */
/* Padding --------------------------------------- [PAD] */
/* Font Size ------------------------------------ [FONT] */
/*                                                       */
/*=======================================================*/
/*=======================================================*/
/* Col 20% ------------------------------------- [COL20] */
/*=======================================================*/
.col-xs-20 {
  float: left;
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .col-sm-20 {
    float: left;
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .col-md-20 {
    float: left;
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .col-lg-20 {
    float: left;
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*=======================================================*/
/* Column Position ---------------------------- [COLPOS] */
/*=======================================================*/
.row.tmdr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row.tmdr:before, .row.tmdr:after {
  width: 100%;
}
.row.tmdr.item-left {
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}
.row.tmdr.item-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.row.tmdr.item-right {
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}
.row.tmdr.align-top {
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.row.tmdr.align-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.row.tmdr.align-bottom {
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

/*=======================================================*/
/* Content Position --------------------------- [CONPOS] */
/*=======================================================*/
.middle-item {
  display: table;
  width: 100%;
  height: 100%;
}
.middle-item .middle-item-content {
  display: table-cell;
  vertical-align: middle;
}

/*=======================================================*/
/* Display Class -------------------------------- [DISP] */
/*=======================================================*/
.display-xs-block {
  display: block !important;
}

.display-xs-inline {
  display: inline !important;
}

.display-xs-inline-block {
  display: inline-block !important;
}

@media (min-width: 768px) {
  .display-sm-block {
    display: block !important;
  }
  .display-sm-inline {
    display: inline !important;
  }
  .display-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) {
  .display-md-block {
    display: block !important;
  }
  .display-md-inline {
    display: inline !important;
  }
  .display-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .display-lg-block {
    display: block !important;
  }
  .display-lg-inline {
    display: inline !important;
  }
  .display-lg-inline-block {
    display: inline-block !important;
  }
}
/*=======================================================*/
/* Margin --------------------------------------- [MARG] */
/*=======================================================*/
.m-0 {
  margin: 0px !important;
}

.m-5 {
  margin: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-25 {
  margin: 25px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-35 {
  margin: 35px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-45 {
  margin: 45px !important;
}

.m-50 {
  margin: 50px !important;
}

.m-55 {
  margin: 55px !important;
}

.m-60 {
  margin: 60px !important;
}

.m-65 {
  margin: 65px !important;
}

.m-70 {
  margin: 70px !important;
}

.m-75 {
  margin: 75px !important;
}

.m-80 {
  margin: 80px !important;
}

.m-85 {
  margin: 85px !important;
}

.m-90 {
  margin: 90px !important;
}

.m-95 {
  margin: 95px !important;
}

.m-100 {
  margin: 100px !important;
}

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.my-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.my-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.my-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.my-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

.my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.my-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.mx-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.mx-5 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.mx-10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.mx-15 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.mx-20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.mx-25 {
  margin-right: 25px !important;
  margin-left: 25px !important;
}

.mx-30 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.mx-35 {
  margin-right: 35px !important;
  margin-left: 35px !important;
}

.mx-40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.mx-45 {
  margin-right: 45px !important;
  margin-left: 45px !important;
}

.mx-50 {
  margin-right: 50px !important;
  margin-left: 50px !important;
}

.mx-55 {
  margin-right: 55px !important;
  margin-left: 55px !important;
}

.mx-60 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

.mx-65 {
  margin-right: 65px !important;
  margin-left: 65px !important;
}

.mx-70 {
  margin-right: 70px !important;
  margin-left: 70px !important;
}

.mx-75 {
  margin-right: 75px !important;
  margin-left: 75px !important;
}

.mx-80 {
  margin-right: 80px !important;
  margin-left: 80px !important;
}

.mx-85 {
  margin-right: 85px !important;
  margin-left: 85px !important;
}

.mx-90 {
  margin-right: 90px !important;
  margin-left: 90px !important;
}

.mx-95 {
  margin-right: 95px !important;
  margin-left: 95px !important;
}

.mx-100 {
  margin-right: 100px !important;
  margin-left: 100px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

/*=======================================================*/
/* Padding --------------------------------------- [PAD] */
/*=======================================================*/
.p-0 {
  padding: 0px !important;
}

.p-5 {
  padding: 5px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-35 {
  padding: 35px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-45 {
  padding: 45px !important;
}

.p-50 {
  padding: 50px !important;
}

.p-55 {
  padding: 55px !important;
}

.p-60 {
  padding: 60px !important;
}

.p-65 {
  padding: 65px !important;
}

.p-70 {
  padding: 70px !important;
}

.p-75 {
  padding: 75px !important;
}

.p-80 {
  padding: 80px !important;
}

.p-85 {
  padding: 85px !important;
}

.p-90 {
  padding: 90px !important;
}

.p-95 {
  padding: 95px !important;
}

.p-100 {
  padding: 100px !important;
}

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.py-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.py-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.py-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.px-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.px-5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.px-10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.px-15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.px-20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.px-25 {
  padding-right: 25px !important;
  padding-left: 25px !important;
}

.px-30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.px-35 {
  padding-right: 35px !important;
  padding-left: 35px !important;
}

.px-40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.px-45 {
  padding-right: 45px !important;
  padding-left: 45px !important;
}

.px-50 {
  padding-right: 50px !important;
  padding-left: 50px !important;
}

.px-55 {
  padding-right: 55px !important;
  padding-left: 55px !important;
}

.px-60 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}

.px-65 {
  padding-right: 65px !important;
  padding-left: 65px !important;
}

.px-70 {
  padding-right: 70px !important;
  padding-left: 70px !important;
}

.px-75 {
  padding-right: 75px !important;
  padding-left: 75px !important;
}

.px-80 {
  padding-right: 80px !important;
  padding-left: 80px !important;
}

.px-85 {
  padding-right: 85px !important;
  padding-left: 85px !important;
}

.px-90 {
  padding-right: 90px !important;
  padding-left: 90px !important;
}

.px-95 {
  padding-right: 95px !important;
  padding-left: 95px !important;
}

.px-100 {
  padding-right: 100px !important;
  padding-left: 100px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

/*=======================================================*/
/* Font Size ------------------------------------ [FONT] */
/*=======================================================*/
.font8 {
  font-size: 8px !important;
}

.font10 {
  font-size: 10px !important;
}

.font12 {
  font-size: 12px !important;
}

.font14 {
  font-size: 14px !important;
}

.font16 {
  font-size: 16px !important;
}

.font18 {
  font-size: 18px !important;
}

.font20 {
  font-size: 20px !important;
}

.font22 {
  font-size: 22px !important;
}

.font24 {
  font-size: 24px !important;
}

.font26 {
  font-size: 26px !important;
}

.font28 {
  font-size: 28px !important;
}

.font30 {
  font-size: 30px !important;
}

.font32 {
  font-size: 32px !important;
}

.font34 {
  font-size: 34px !important;
}

.font36 {
  font-size: 36px !important;
}

.font38 {
  font-size: 38px !important;
}

.font40 {
  font-size: 40px !important;
}

.font42 {
  font-size: 42px !important;
}

.font44 {
  font-size: 44px !important;
}

.font46 {
  font-size: 46px !important;
}

.font48 {
  font-size: 48px !important;
}

.font50 {
  font-size: 50px !important;
}

.font52 {
  font-size: 52px !important;
}

.font54 {
  font-size: 54px !important;
}

.font56 {
  font-size: 56px !important;
}

.font58 {
  font-size: 58px !important;
}

.font60 {
  font-size: 60px !important;
}

.font62 {
  font-size: 62px !important;
}

.font64 {
  font-size: 64px !important;
}

.font66 {
  font-size: 66px !important;
}

.font68 {
  font-size: 68px !important;
}

.font70 {
  font-size: 70px !important;
}

.font72 {
  font-size: 72px !important;
}

* {
  font-family: "Raleway", sans-serif;
  color: #707070;
}

body {
  overflow-x: hidden;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

.w-100 {
  width: 100%;
}

a, a:hover, a:focus {
  text-decoration: none;
}

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

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb {
  background-color: #333434;
  outline: 1px solid slategrey;
}

#Facebook, #Instagram {
  font-family: "Raleway", sans-serif;
}

#banner-top .swiper-container .swiper-button-next, #banner-top .swiper-container .swiper-button-prev {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(0deg) brightness(200%) contrast(105%);
}

#colour .swiper-container .swiper-button-next, #colour .swiper-container .swiper-button-prev {
  filter: invert(0%) sepia(100%) saturate(100%) hue-rotate(179deg) brightness(0%) contrast(100%);
}

.navbar-custom {
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 1000;
  transition: background-color 0.2s ease;
}
.navbar-custom.is-open {
  z-index: 1002;
  background-color: #fff;
}
.navbar-custom .logo {
  display: inline-block;
  opacity: 0;
  background-color: transparent;
  padding: 15.5px 17px;
  float: left;
}
.navbar-custom .logo img {
  height: 60px;
}
.navbar-custom .menu-content {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 250px);
  text-align: center;
  background-color: #ffffff;
}
.navbar-custom .menu-content.is-active {
  opacity: 1 !important;
}
.navbar-custom .menu-content .content {
  margin-left: 60px;
}
.navbar-custom .menu-content .menu-item {
  height: 100%;
  padding: 30.5px 15px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  color: #707070;
  text-transform: uppercase;
  border-bottom: 4px solid transparent;
}
.navbar-custom .menu-content .menu-item:hover {
  color: #161f2e;
}
.navbar-custom .menu-content .menu-item.active {
  border-bottom: 4px solid #161f2e;
  color: #161f2e;
}
.navbar-custom .action {
  vertical-align: top;
  display: inline-block;
  padding: 22.5px 30px;
  float: right;
  background-color: #ffffff;
  transition: 0.8s ease-in;
}
.navbar-custom .action .menu-btn {
  cursor: pointer;
  display: inline-block;
}
.navbar-custom .action .menu-btn.menu-navigation .hamburger {
  text-align: right;
}
.navbar-custom .action .menu-btn.menu-navigation .hamburger .line {
  width: 35px;
  height: 3px;
  background-color: #000;
  display: block;
  margin: 7px 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  right: 0;
  transition: 0.3s;
}
.navbar-custom .action .menu-btn.menu-navigation .hamburger:hover {
  cursor: pointer;
}
.navbar-custom .action .menu-btn.menu-navigation .hamburger.is-active .line:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}
.navbar-custom .action .menu-btn.menu-navigation .hamburger.is-active .line:nth-child(2) {
  opacity: 0;
}
.navbar-custom .action .menu-btn.menu-navigation .hamburger.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-11px) rotate(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  -o-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotate(-45deg);
  width: 35px;
}
.navbar-custom .action .detail-close .line {
  width: 35px;
  height: 3px;
  background-color: #000;
  display: block;
  margin: 7px 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  right: 0;
}
.navbar-custom .action .detail-close .line:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}
.navbar-custom .action .detail-close .line:nth-child(3) {
  -webkit-transform: translateY(-11px) rotate(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  -o-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotate(-45deg);
  width: 35px;
}
.navbar-custom .action span.text-menu {
  vertical-align: top;
  margin-top: 12px;
  margin-right: 10px;
  display: inline-block;
}
.navbar-custom .action span.text-menu.is-active {
  opacity: 0;
}

.floating-button {
  position: fixed;
  right: 15px;
  top: 50%;
  z-index: 1000;
  transform: translateY(-50%);
}
.floating-button a {
  display: block;
}
.floating-button a img {
  width: 70px;
}

.menu-content-mobile {
  top: 89px;
  height: calc(100vh - 89px);
  right: 0;
  width: 100%;
  position: fixed;
  z-index: 1000;
  background-color: #fff;
}
.menu-content-mobile .menu-item {
  text-align: center;
  display: block;
  color: #000;
  font-size: 22px;
  margin-bottom: 15px;
}
.menu-content-mobile .menu-item:focus {
  color: #000;
  text-decoration: none;
}
.menu-content-mobile .menu-item:hover {
  color: #000;
  text-decoration: none;
}
.menu-content-mobile a.active {
  color: #161f2e;
}

.video-container {
  position: relative;
  width: 100%;
}
.video-container:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.video-container > img, .video-container > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container__thumbnail {
  z-index: 1;
  cursor: pointer;
}
.video-container__play-button {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  opacity: 0.75;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.video-container__play-button path {
  fill: #161f2e;
}
.video-container:hover .video-container__play-button {
  opacity: 1;
}

.iframe-container {
  display: block;
  width: 100%;
  padding-bottom: 56.25%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
}
.iframe-container > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider-banner-top {
  height: 100vh;
  width: 100%;
}
.slider-banner-top .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}
.slider-banner-top .swiper-slide {
  overflow: hidden;
}
.slider-banner-top .swiper-pagination-bullet {
  height: 4px;
  width: 100px;
  border-radius: 0px;
  opacity: 0.6;
  background: #fff;
}
.slider-banner-top .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #161f2e;
  opacity: 1;
}

.item-spec-all {
  padding: 20px 0px;
}
.item-spec-all img {
  margin-bottom: 30px;
}
.item-spec-all ul {
  padding-left: 20px;
}

.skew {
  width: 100%;
}
.skew svg {
  display: block;
}
.skew .skew-svg {
  width: 100%;
}
.skew.blue .skew-item {
  fill: #161f2e;
}
.skew.grey .skew-item {
  fill: #F5F5F5 !important;
}
.skew.black .skew-item {
  fill: #000000 !important;
}
.skew.bg-grey .skew-bg {
  fill: #f5f5f5 !important;
}
.skew.bg-white .skew-bg {
  fill: #fff !important;
}
.skew.bg-white-personal .skew-bg {
  fill: #fff !important;
}
.skew.flip {
  transform: scale(-1, 1);
}
.skew.bottom {
  transform: rotate(180deg) scale(-1, 1);
}
.skew.bottom-no-rotate {
  transform: rotate(180deg);
}

.text-black {
  color: #000 !important;
}

.section-default {
  position: relative;
  padding: 25px 0px;
}
.section-default.blue {
  background-color: #161f2e;
}
.section-default.grey {
  background-color: #F5F5F5;
}
.section-default.black {
  background-color: #000000;
}

.page-title-default {
  font-size: 52px;
  font-weight: bold;
  color: #000;
}

.title-default {
  font-size: 42px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 50px;
}
.title-default.white {
  color: #fff;
}

.title-sub-default {
  font-size: 24px;
  font-weight: bold;
}
.title-sub-default.blue {
  color: #161f2e;
}

.btn-custom-default {
  border: 0px;
  background-color: #fff;
  padding: 8px 20px;
  border-radius: 4px;
  font-size: 14px;
  color: #161f2e;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
.btn-custom-default:hover {
  background-color: #f8f8f8;
  text-decoration: none;
  color: #161f2e;
}
.btn-custom-default.blue {
  background-color: #161f2e;
  color: #fff;
}
.btn-custom-default.yellow {
  background-color: #f2c231;
  color: #fff;
}
.btn-custom-default.btn-lg {
  position: relative;
  z-index: 1001;
  padding: 10px 22px;
  font-size: 18px;
}
@media (max-width: 425px) {
  .btn-custom-default.btn-lg {
    z-index: 1;
  }
}

.about .desc-first {
  font-size: 20px;
  padding: 20px;
}
.about .desc-second {
  font-size: 16px;
}

.modal-custom-info {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1001;
  background-color: #fff;
}
.modal-custom-info .modal-detail-title {
  font-weight: bold;
  color: #000;
}
.modal-custom-info b {
  color: #000;
}

.accordion-campaign .card {
  border: 0px;
}
.accordion-campaign .card-header {
  padding-left: 0px;
  background-color: #161f2e !important;
  border-bottom: 1.5px solid #ddd;
  position: relative;
  cursor: pointer;
}
.accordion-campaign .card-body {
  padding: 0px;
}
.accordion-campaign .card-body table td {
  border: 3.5px solid #fff;
  background-color: #F5F7F7;
}
.accordion-campaign .card-body table td:first-child {
  width: 260px;
}

.title-acc-wrapper {
  width: 100%;
  text-align: center;
}

.title-accordion {
  display: inline-block;
  vertical-align: middle;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.icon-arrow {
  transition: 0.4s;
  float: right;
  color: #fff;
  display: inline-block;
  margin-top: 5px;
}

.accordion-campaign .card-header.active .icon-arrow {
  transform: rotate(-180deg);
}

.gallery-thumbs .swiper-slide {
  padding: 40px 20px;
  cursor: pointer;
}
.gallery-thumbs .swiper-slide-thumb-active {
  border-bottom: 3px solid #161f2e;
}

.next-step-item {
  text-align: center;
}
.next-step-item img {
  width: 40%;
}
.next-step-item h3 {
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
}

.back-to-top {
  background-color: #DEE1E3;
  padding: 20px;
}
.back-to-top a {
  color: #000;
}
.back-to-top a:hover {
  color: #000;
  text-decoration: none;
}

footer {
  padding: 80px 0px 30px 0px;
}
footer a {
  color: #707070;
}

.border-bottom-1 {
  border-bottom: 1px solid #ddd;
}

.wrapper-test-drive {
  background-color: #fff;
  padding: 30px;
  padding-top: 100px;
}
.wrapper-test-drive .title {
  margin-bottom: 20px;
  color: #161f2e;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .wrapper-test-drive .title {
    font-size: 28px;
  }
}
.wrapper-test-drive .title.nup {
  text-transform: none;
}
.wrapper-test-drive .form-control {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
.wrapper-test-drive .form-control.error {
  border-color: #f00;
}

.box-nearest-dealer {
  -webkit-box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 20px;
  display: flex;
  margin: 15px 0px;
}
.box-nearest-dealer .icon {
  padding: 5px;
  flex-basis: 5%;
}
.box-nearest-dealer .icon img {
  margin-top: -15px;
  width: 100%;
  display: inline-block;
}
.box-nearest-dealer .text {
  padding-left: 10px;
  flex-basis: 100%;
}
.box-nearest-dealer .text .title {
  font-weight: bold;
  font-size: 18px;
  color: #161f2e;
}

.fab {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 998;
}
.fab img {
  width: 200px;
}

/* UPDATE VIDEO BANNER */
.banner-video {
  display: block;
  position: relative;
  padding-top: 89px;
}
.banner-video video {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .banner-video.mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  .banner-video.desktop {
    display: none;
  }
}

/* UPDATE VIDEO BANNER END */
.test-drive-button {
  position: fixed;
  z-index: 2;
  display: inline-block;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0099DA;
  line-height: 1;
  color: #fff;
  border: 0px;
  padding: 16px 44px;
  border-radius: 4px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}
.test-drive-button span {
  color: #fff;
}
.test-drive-button svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  margin-right: 8px;
}
@media (max-width: 575px) {
  .test-drive-button {
    padding: 12px 26px;
    font-size: 16px;
  }
  .test-drive-button svg {
    width: 18px;
    height: 18px;
  }
}

.floating-contact {
  position: fixed;
  z-index: 2;
  bottom: 20px;
  right: 75px;
  background-color: #161f2e;
  border-radius: 4px;
  border: 0;
}
.floating-contact__close {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #fff;
  text-shadow: none;
  opacity: 1;
}
.floating-contact__close:hover {
  color: rgba(255, 255, 255, 0.8);
}
.floating-contact__menu {
  display: none;
  position: absolute;
  bottom: 50px;
  right: 0;
  width: 280px;
  background-color: #161f2e;
  padding: 10px;
  border-radius: 10px;
}
.floating-contact__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}
.floating-contact__label {
  padding: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.floating-contact__label svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.floating-contact__label span {
  color: currentColor;
}
.floating-contact__label:hover {
  color: #fff;
}
.floating-contact__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.floating-contact__card {
  flex: 1 0 calc(50% - 4px);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 10px 16px;
  border-radius: 10px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.floating-contact__card:hover {
  background-color: #e8e8e8;
}
.floating-contact__card-icon {
  flex-shrink: 0;
  margin-right: 10px;
}
.floating-contact__card-icon svg {
  vertical-align: middle;
}
.floating-contact__card-text {
  flex: 1 1 auto;
}
.floating-contact__card-subtitle {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #161f2e;
  margin-bottom: 5px;
}
.floating-contact__card-number {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #161f2e;
  margin-bottom: 0;
}
.floating-contact__card-number b {
  color: #161f2e;
}
@media (max-width: 767px) {
  .floating-contact {
    bottom: 85px;
    right: 8px;
  }
  .floating-contact__menu {
    bottom: 60px;
  }
  .floating-contact__title {
    font-size: 16px;
  }
  .floating-contact__label svg {
    width: 30px;
    height: 30px;
    margin-right: 0;
  }
  .floating-contact__label span {
    display: none;
  }
  .floating-contact__wrapper {
    flex-direction: column;
  }
}

@media (min-width: 992px) {
  #drivewithpurpose-desktop {
    padding: 15px 0;
    color: #fff;
    background-color: #0099DA;
  }
  #drivewithpurpose-desktop .container, #drivewithpurpose-desktop .container-fluid {
    color: inherit;
  }
  #drivewithpurpose-desktop .title {
    font-weight: 600;
    font-size: 24px;
  }
  #drivewithpurpose-desktop p {
    color: inherit;
  }
}
@media only screen and (max-width: 991px) {
  .wrapper-test-drive {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 991px) {
  #banner-top {
    padding-top: 89px;
  }
  #drivewithpurpose {
    padding: 105px 15px 15px;
    color: #fff;
    background-color: #0099DA;
  }
  #drivewithpurpose .title {
    font-weight: 600;
  }
  #drivewithpurpose p {
    color: inherit;
  }
  .swiper-pagination-bullet {
    width: 70px !important;
  }
  .fab img {
    width: 130px;
  }
  .page-title-default {
    font-size: 42px;
  }
  .title-default {
    margin-bottom: 30px;
  }
  .item-spec-all .px-30 {
    padding: 0px 0px !important;
  }
  .navbar-custom {
    background-color: #fff !important;
  }
  .next-step-item {
    padding: 30px 0px;
  }
  .next-step-item img {
    width: 40%;
  }
  .next-step-item h3 {
    font-size: 20px;
  }
  .navbar-custom {
    -webkit-box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.16);
  }
  .navbar-custom .logo, .navbar-custom .action {
    box-shadow: none;
    opacity: 1;
  }
  .floating-button {
    right: 5px;
  }
  .car-color img {
    display: block;
    margin: 30px 0px;
  }
  .accordion-campaign .title-accordion {
    margin-left: 40px;
  }
  .accordion-campaign table tr td:first-child {
    width: auto !important;
  }
}

/*# sourceMappingURL=style.css.map */
