@charset "UTF-8";
/* -----------------------------------------------------------------------------
  Style Sheet for tkdieselco's website
  --------------------------------------------------------------------------------
  author: aref norouzzadeh
  ------------------------------------------------------------------------------*/
/**
  * 1. Set `font-size` to support `rem` units
  *    Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
  * 1. Correct the line height in all browsers.
  * 2. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS.
  */
html {
  /* 1 */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/**
  * Remove the margin in all browsers (opinionated).
  */
body {
  margin: 0; }

/**
  * Add the correct display in IE 9-.
  */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section, details, menu {
  display: block; }

template {
  display: none; }

/**
  * 1. Add the correct box sizing in Firefox.
  * 2. Show the overflow in Edge and IE.
  * 3. Add the correct text-align in Edge and IE.
  */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  overflow: visible;
  text-align: inherit; }

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
  * 1. Remove the gray background on active links in IE 10.
  * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
  */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

/**
  * 1. Remove the bottom border in Chrome 57-
  * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted; }

/**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
b,
strong {
  font-weight: bolder; }

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
  * Add the correct font style in Android 4.3-.
  */
dfn {
  font-style: italic; }

/**
  * Add the correct background and color in IE 9-.
  */
mark {
  background-color: #ff0;
  color: #000; }

/**
  * Add the correct font size in all browsers.
  */
small {
  font-size: 80%; }

/**
  * Prevent `sub` and `sup` elements from affecting the line height in
  * all browsers.
  */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/**
  * Add the correct display in IE 9-.
  */
audio,
video {
  display: inline-block; }

/**
  * Add the correct display in iOS 4-7.
  */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
  * Remove the border on images inside links in IE 10.
  */
img {
  border-style: none; }

/**
  * Hide the overflow in IE.
  */
svg:not(:root) {
  overflow: hidden; }

/**
  * 1. Change the font styles in all browsers.
  * 2. Remove the margin in Firefox and Safari.
  */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
  * Show the overflow in IE.
  * 1. Show the overflow in Edge.
  */
button,
input {
  overflow: visible; }

/**
  * Remove the inheritance of text transform in Edge, Firefox, and IE.
  * 1. Remove the inheritance of text transform in Firefox.
  */
button,
select {
  text-transform: none; }

/**
  * Correct the inability to style clickable types in iOS and Safari.
  */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
  * Remove the inner border and padding in Firefox.
  */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
  * Restore the focus styles unset by the previous rule.
  */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
  * Correct the padding in Firefox.
  */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
  * 1. Correct the text wrapping in Edge and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  * 3. Remove the padding so developers are not caught out when they zero out
  *    `fieldset` elements in all browsers.
  */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
  * 1. Add the correct display in IE 9-.
  * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */
progress {
  display: inline-block;
  vertical-align: baseline; }

/**
  * Remove the default vertical scrollbar in IE 10+.
  */
textarea {
  overflow: auto; }

/**
  * 1. Add the correct box sizing in IE 10.
  * 2. Remove the padding in IE 10.
  */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

/**
  * 1. Correct the odd appearance in Chrome and Safari.
  * 2. Correct the outline style in Safari.
  */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/**
  * Add the correct display in IE 9-.
  */
canvas {
  display: inline-block; }

/**
  * Add the correct display in IE 10.
  */
[hidden] {
  display: none; }

/* https://cdn.rawgit.com/rastikerdar/vazir-font/v20.1.0/dist/font-face.css */
@font-face {
  font-family: Vazir;
  src: url("../fonts/Vazir.eot");
  src: url("../fonts/Vazir.eot?#iefix") format("embedded-opentype"), url("../fonts/Vazir.woff2") format("woff2"), url("../fonts/Vazir.woff") format("woff"), url("../fonts/Vazir.ttf") format("truetype");
  font-weight: normal; }

@font-face {
  font-family: Vazir;
  src: url("../fonts/Vazir-Bold.eot");
  src: url("../fonts/Vazir-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Vazir-Bold.woff2") format("woff2"), url("../fonts/Vazir-Bold.woff") format("woff"), url("../fonts/Vazir-Bold.ttf") format("truetype");
  font-weight: bold; }

@font-face {
  font-family: Vazir;
  src: url("../fonts/Vazir-Light.eot");
  src: url("../fonts/Vazir-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Vazir-Light.woff2") format("woff2"), url("../fonts/Vazir-Light.woff") format("woff"), url("../fonts/Vazir-Light.ttf") format("truetype");
  font-weight: 300; }

@font-face {
  font-family: Vazir;
  src: url("../fonts/Vazir-Medium.eot");
  src: url("../fonts/Vazir-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Vazir-Medium.woff2") format("woff2"), url("../fonts/Vazir-Medium.woff") format("woff"), url("../fonts/Vazir-Medium.ttf") format("truetype");
  font-weight: 500; }

@font-face {
  font-family: Vazir;
  src: url("../fonts/Vazir-Thin.eot");
  src: url("../fonts/Vazir-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Vazir-Thin.woff2") format("woff2"), url("../fonts/Vazir-Thin.woff") format("woff"), url("../fonts/Vazir-Thin.ttf") format("truetype");
  font-weight: 100; }

@font-face {
  font-family: Vazir;
  src: url("../fonts/Vazir-Black.eot");
  src: url("../fonts/Vazir-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Vazir-Black.woff2") format("woff2"), url("../fonts/Vazir-Black.woff") format("woff"), url("../fonts/Vazir-Black.ttf") format("truetype");
  font-weight: 900; }

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 14px; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  direction: rtl;
  font-family: 'Vazir', arial;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

p {
  margin-bottom: 1rem; }

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto; }

a {
  color: #007bff;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

a:not([href]), a:not([href]):hover {
  color: inherit;
  text-decoration: none; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

ol,
ul {
  padding-left: 2rem; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 87.5%; }

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }

a > code {
  color: inherit; }

svg {
  overflow: hidden;
  vertical-align: middle; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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

body {
  background: white;
  color: #0d0d0d; }

/*      [#PreLoader]        ------------------------------------------------- */
.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #304FFE; }
  .preloader p {
    font-size: 1.6rem;
    font-weight: 800; }
  .preloader svg {
    width: 20rem;
    height: 20rem; }

/*      [#Container]        ------------------------------------------------- */
.container {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.container > .sections {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.container > .sections.is-active {
  display: block; }

/*      [#Header   ]        ------------------------------------------------- */
.header {
  width: 100%;
  height: 60px;
  background: #191919;
  color: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999; }

.header__logo {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .header__logo:hover {
    text-decoration: none; }

.header__h1 {
  font-size: 1.4rem;
  color: #fafafa;
  margin-bottom: 0;
  width: 220px;
  height: 45px;
  background: url(../img/logo-bg-wh.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-right: 40px;
  padding-bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header__phone {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  background: #304FFE;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header__nav {
  display: none; }

.header__nav.phone {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 60px;
  left: 0;
  background: #304FFE;
  padding: 1rem; }
  .header__nav.phone a {
    display: block;
    color: white;
    border: 1px solid #191919;
    padding: 1rem;
    margin-bottom: 1rem; }
  .header__nav.phone a:last-child {
    margin-bottom: 0; }

.header__call {
  display: none; }

@media only screen and (min-width: 1024px) {
  .header {
    padding: 0 1rem; }
  .header__phone {
    display: none; }
  .header__logo {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; }
  .header__call {
    direction: ltr;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }
    .header__call h6 {
      margin-bottom: 0; }
    .header__call strong {
      color: #2196F3;
      margin-left: 0.5rem;
      font-size: 1.1rem; }
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: stretch; }
  .header__a {
    border: 0;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.9rem;
    font-weight: 600;
    color: #a4a4a4;
    padding: 0 2.5rem;
    transition: 500ms all;
    position: relative;
    z-index: 1; }
    .header__a:before, .header__a:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 0;
      z-index: -1; }
    .header__a:before {
      transition: 400ms ease-in-out all;
      background: #ffffff; }
    .header__a:after {
      transition: 900ms ease all;
      background: #304FFE; }
    .header__a:hover:before, .header__a:hover:after {
      height: 100%; }
    .header__a:hover {
      text-decoration: none;
      color: white; }
  .header__a.is-active {
    background: #304FFE;
    color: white; }
    .header__a.is-active:after, .header__a.is-active:before {
      display: none; } }

/*      [#Home   ]        ------------------------------------------------- */
.sections#home {
  background: #0D0D0D;
  color: #f5f5f5; }

.home__inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.home__grid {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.home__row {
  padding: 2rem;
  font-size: 1.1rem;
  line-height: 1.8; }
  .home__row p {
    margin-top: 0;
    font-size: 1.2rem; }
  .home__row ul {
    padding: 0; }
  .home__row li {
    display: block;
    margin-bottom: 1rem;
    padding: 0.8rem 1rem 0.8rem 2rem;
    border-radius: 0.5rem;
    background: rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 5px 0 black; }
    .home__row li:before {
      content: '»';
      color: yellow;
      margin-left: 1rem; }

.swiper-container {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  height: 550px; }

@media only screen and (min-width: 1024px) {
  .home__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .home__grid {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%; }
  .swiper-container {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%; }
  .home__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between; }
    .home__row ul li {
      display: inline-block; }
    .home__row ul li:nth-child(odd) {
      margin-left: 1rem; }
  .home__title {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%; }
  .home__content {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    max-width: 70%; } }

/*      [#Service   ]        ------------------------------------------------- */
.sections#service {
  background: #101010;
  background: #0D0D0D;
  color: #f5f5f5; }

.service__inner {
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.service__title {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 0.5rem 1rem; }

.service__items {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.service__ul {
  width: 100%;
  height: 100%;
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-auto-rows: 1fr;
  grid-gap: 1rem; }

.service__li {
  padding: 1rem;
  border: 1px solid #ccc;
  line-height: 1.8;
  font-weight: bold;
  font-size: 1.1rem; }

@media only screen and (min-width: 1024px) {
  .service__inner {
    flex-direction: row; }
  .service__title {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; }
  .service__items {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%; }
  .service__ul {
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; } }

/*      [#Repair   ]        ------------------------------------------------- */
.sections#repair {
  background: #0D0D0D;
  color: #f5f5f5; }

.repair__inner {
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.repair__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.repair__items {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.01);
  border: 1px solid #ccc; }

.repair__items:nth-child(1) {
  margin-bottom: 1rem; }

.repair__titles {
  padding: 0.8rem 1rem;
  margin-bottom: 0;
  border-bottom: 1px solid #ccc; }

.repair__ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.repair__li {
  display: block;
  color: #333333;
  font-weight: bold;
  padding: 0.8rem 1rem;
  border-bottom: 1px solid #ccc; }

.repair__li:nth-child(even) {
  background: rgba(0, 0, 0, 0.1); }

/*
  .repair__li:nth-child(odd):last-child
    border: 0 */
@media only screen and (min-width: 1024px) {
  .repair__grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .repair__items {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .repair__items:nth-child(1) {
    margin-left: 0.5rem;
    margin-bottom: 0; }
  .repair__items:nth-child(2) {
    margin-right: 0.5rem; } }

/*      [#Hold   ]        ------------------------------------------------- */
.sections#hold {
  background: #0D0D0D;
  color: #f5f5f5; }

.hold__inner {
  width: 100%;
  height: 100%;
  padding: 1rem; }

.hold__grid {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.hold__items {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.01); }

.hold__items:nth-child(1) {
  margin-bottom: 1rem; }

.hold__des {
  min-height: 6rem;
  line-height: 1.8;
  font-size: 1rem;
  color: #333333; }

.hold__ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #ccc; }

.hold__li {
  display: block;
  color: #333333;
  font-weight: bold;
  padding: 0.8rem 1rem;
  border-bottom: 1px solid #ccc; }

.hold__li:nth-child(even) {
  background: rgba(0, 0, 0, 0.1); }

.hold__li:last-child {
  border-bottom: 0; }

@media only screen and (min-width: 1024px) {
  .hold__titles {
    padding: 0.8rem 1rem;
    margin-bottom: 0; }
  .hold__des {
    max-width: 85%;
    margin-right: 1rem; }
  .hold__grid {
    flex-direction: row; }
  .hold__items {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .hold__items:nth-child(1) {
    margin-left: 0.5rem;
    margin-bottom: 0; }
  .hold__items:nth-child(2) {
    margin-right: 0.5rem; } }

/*      [#Contact   ]        ------------------------------------------------- */
.sections#contact {
  background: #0D0D0D;
  color: #f5f5f5; }

.contact__inner {
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.contact__title {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 0.5rem 1rem; }

.contact__content {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.contact__content-right {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  border-left: 1px solid #ccc;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.contact__phone, .contact__email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
  padding: 2rem;
  color: white; }
  .contact__phone > strong, .contact__email > strong {
    color: #EEEEEE;
    margin-left: 2rem; }
  .contact__phone > *, .contact__email > * {
    margin: 0; }
  .contact__phone:hover, .contact__email:hover {
    text-decoration: none; }

.contact__phone {
  background: #2f74fc; }

.contact__email {
  background: #009688; }

.contact__address {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1rem;
  /*
    & > div
      display: -webkit-box
      display: -ms-flexbox
      display: flex
      justify-content: space-between
      -webkit-box-align: center
      -ms-flex-align: center
      align-items: center
      margin: 0 */ }

.contact__content-left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.contact__form-title {
  align-self: flex-start;
  margin-bottom: 1.5rem; }

.contact__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 1rem;
  border-top: 1px solid #ccc; }
  .contact__form input, .contact__form textarea, .contact__form button {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    background: transparent;
    padding: 0.6rem 1rem;
    font-weight: bold; }
  .contact__form input, .contact__form textarea {
    margin-bottom: 1rem; }
  .contact__form textarea {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: 8rem;
    resize: vertical; }
  .contact__form button {
    border: 0;
    color: white;
    background: #402ff9;
    font-size: 1.1rem;
    padding: 1rem 0; }

@media only screen and (min-width: 1024px) {
  .contact__inner {
    flex-direction: row; }
  .contact__title {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; }
  .contact__content {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%;
    flex-direction: row; }
  .contact__form {
    padding: 2rem;
    border-top: 0;
    border-left: 1px solid #ccc; }
  .contact__content-left, .contact__content-right {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; } }

/*      [#Footer   ]        ------------------------------------------------- */
.footer {
  background: #212121;
  color: #F5F5F5;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.footer__text {
  line-height: 1.618;
  padding: 1.2rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.footer__copyright {
  direction: ltr;
  background: rgba(0, 0, 0, 0.5);
  padding: 1.5rem 2rem; }

@media only screen and (min-width: 1024px) {
  .footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; } }
