/*================================= 1 Reset Css ( #res ) =================================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  text-decoration: none;
  outline: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #006db7;
  transition: all 0.5s ease 0s;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ababab;
  margin: 50px auto;
  padding: 0;
  clear: both;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  vertical-align: middle;
  transition: all 0.5s ease 0s;
}
.ie8 img {
  height: auto;
  width: auto\9;
}
.ie8 img.size-large {
  max-width: 60%;
  width: auto;
}
:hover {
  transition: all 0.5s ease 0s;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}

#wp-toolbar ul:after {
  content: none;
}

html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}

/* Gobal */
.x:before {
  position: absolute;
  content: "";
}

/* Vertical Middle */
.x:before /*Parent Before*/ {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.x /* Child class */ {
  display: inline-block;
  vertical-align: middle;
}
.col {
  flex-basis: unset;
  flex-grow: unset;
  padding: 0;
  width: max-content;
}
.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/* Image Alignment */
.alignnone,
a img.alignnone {
  margin: 0 0 30px;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 0 auto 30px auto;
}
.alignright,
a img.alignright {
  float: right;
  margin: 0 0 60px 70px;
}
.alignleft,
a img.alignleft {
  float: left;
  margin: 0 70px 60px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Alignment & Spacing */
.text_right {
  text-align: right;
}
.text_center {
  text-align: center;
}
.text_left {
  text-align: left;
}
.remove_padding_top {
  padding-top: 0 !important;
}
.remove_padding_bottom {
  padding-bottom: 0 !important;
}
.remove_margin_top {
  margin-top: 0 !important;
}
.remove_margin_bottom {
  margin-bottom: 0 !important;
}
.remove_padding {
  padding: 0 !important;
}
.remove_margin {
  padding: 0 !important;
}

/* Spacing */

.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.pt30 {
  padding-top: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
p,
ul {
  padding-bottom: 30px;
}
@media all and (max-width: 767px) {
  .mt30 {
    margin-top: 15px;
  }
  .mb30 {
    margin-bottom: 15px;
  }
  .pt30 {
    padding-top: 15px;
  }
  .pb30 {
    padding-bottom: 15px;
  }
  p,
  ul {
    padding-bottom: 15px;
  }
}

img {
  max-width: 100%;
}
.space {
  padding: 30px 0;
}
.large_space {
  padding: 60px 0;
}
.main_page {
  padding-top: 130px;
}
.border-rad {
  border-radius: 25px;
}
.right-image-band,
.left-image-band {
  position: relative;
  padding: 60px 0 110px;
}
.overlay,
.red-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.red-overlay {
  background-color: rgba(255, 0, 0, 0.75);
  z-index: 0;
}
/****************************** Colors ***********************/
.white {
  color: #fff !important;
}
.black {
  color: #000 !important;
}
.background-grey {
  background-color: #f5f5f5;
}
.background-black {
  background-color: #000 !important;
}
.background-white {
  background-color: #fff !important;
}

/* Global */
body {
  background: #fff;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  color: #080808;
  font-weight: 400;
}
section {
  position: relative;
  padding: 30px 0;
}

@media (max-width: 768px) {
  section {
    padding: 15px 0;
  }
}

/* ================================= 5 Wrappers #wrap ================================= */
.container {
  max-width: 1290px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.full_row {
  width: 100%;
  float: none;
  margin: 0 auto;
}
.container-small {
  max-width: 885px;
  margin: 0 auto;
  float: none;
  padding: 0 30px;
}
.site_full {
  max-width: 1630px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}

@media all and (max-width: 768px) {
  .container,
  .container-small {
    padding: 0 15px;
  }
}

/****************************** Mobile Menu *********************/

/* Mobile Menu */
.mo_menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 11px 15px;
  background-color: #000;
  z-index: 999;
  pointer-events: auto;
}
.mo_menu .mo-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mo_menu .mo-right {
  display: flex;
}
.mo_menu .logo-cont img {
  width: 100px;
}
.mo_menu .btn-red {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 85px !important;
  height: 50px;

  transform: translate(-50%, -50%);
}

.mo_menu .menu a {
  font-size: 15px;
  display: inline-block;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.mo_menu .menu a:before {
  content: " ";
  width: 60%;
  border-top: 3px solid #c40404;
  border-bottom: 3px solid #c40404;
  position: absolute;
  top: 0px;
  height: 11px;
  left: -30px;
  transition: all 0.5s ease 0s;
}
.mo_menu .menu a:after {
  content: " ";
  width: 60%;
  border-top: 3px solid #c40404;
  position: absolute;
  top: 16px;
  height: 10px;
  left: -30px;
  transition: all 0.5s ease 0s;
}
.mm-opened .mo_menu .menu a {
  color: transparent;
}
.mm-opened .mo_menu .menu a:before {
  width: 35px;
  border-bottom: none;
  transform: rotate(45deg);
  top: 5px;
  left: -10px !important;
}
.mm-opened .mo_menu .menu a:after {
  width: 35px;
  border-bottom: none;
  transform: rotate(-45deg);
  top: 5px;
  left: -5px;
}
.mm-navbar > * {
  padding: 20px 0 15px;
}
.mm-navbar .mm-title {
  font-size: 16px;
}
.nav_listing p {
  font-size: 16px;
  text-align: center;
}
.mm-previ {
  background: transparent;
  width: 50px;
  padding: 0;
  position: absolute;
  top: -14px;
  bottom: 0;
  z-index: 2;
  text-align: center;
}
.mm-navbar {
  background: #e0f2fc !important;
  color: #222;
}
.mm-panel {
  background: #fff !important;
}
.mm-next i {
  position: absolute;
  top: 18px;
}
.nav_listing li a {
  color: #000 !important;
}
@media all and (max-width: 768px) {
  .mo_menu .mo-right {
    align-items: center;
  }
  .mo_menu .btn-red {
    width: max-content;
    height: 40px;
    padding: 0 13px;
  }
  .mo_menu .logo-cont img {
    width: 70px;
  }
  .mo_menu .menu a {
    font-size: 14px;
  }
  .mo_menu .menu a:before {
    content: " ";
    width: 50%;
    border-top: 3px solid #c40404;
    border-bottom: 3px solid #c40404;
    position: absolute;
    top: -1px;
    height: 9px;
    left: -25px;
    transition: all 0.5s ease 0s;
  }
  .mo_menu .menu a:after {
    content: " ";
    width: 50%;
    border-top: 3px solid #c40404;
    position: absolute;
    top: 11px;
    height: 10px;
    left: -25px;
    transition: all 0.5s ease 0s;
  }
}
@media all and (max-width: 450px) {
  .mo_menu .btn {
    margin-right: 10px;
  }
}

.pattern-background {
  background: url(.././img/pattern-dark.jpg);
  background-position: 100% 100%;
}
.pattern-black-background {
  background: url(.././img/pattern-black.jpg);
}
.pattern-light-background {
  background: url(.././img/pattern-gray-light.jpg);
}
.pattern-gray-background {
  background: url(.././img/pattern-gray.png);
}
.normal-image-right,
.normal-image-left {
  position: relative;
  width: 600px;
  height: 450px;
  margin: 41px -40px 30px 40px;
}
.normal-image-right img,
.normal-image-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px;
  position: relative;
  z-index: 2;
}
.normal-image-right:before,
.normal-image-left:before {
  content: "";
  background: url(.././img/normal-image-border.jpg);
  width: 50%;
  height: 67%;
  position: absolute;
  top: -20px;
  z-index: 0;
  left: -20px;
  border-radius: 30px;
}
.normal-image-left {
  margin: 41px 40px 30px -40px;
}
.container-small .normal-image-left {
  margin-left: -160px;
}
.container-small .normal-image-right {
  margin-right: -160px;
}
h1 {
  font-size: 17px;
  color: #fff;
  opacity: 0.55;
  font-weight: 300;
  line-height: 18px;
}
h3 {
  font-size: 35px;
  line-height: 40px;
  color: #000;
  font-weight: bold;
  display: block;
  padding: 30px 0;
  letter-spacing: -1px;
  font-family: "Oswald", sans-serif;
}
h3 strong {
  color: #c61111;
}
.intro {
  font-size: 30px;
  line-height: 37px;
  color: #858585;
  letter-spacing: -1px;
}
a {
  color: #ef9116;
}
a:hover {
  color: #ef9116;
  text-decoration: underline;
}
p,
li {
  font-size: 16px;
  line-height: 24px;
  color: #656565;
}
span.s1,
span.s1-dark,
h2 {
  font-size: 55px;
  line-height: 67px;
  color: #000;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  padding: 30px 0;
  letter-spacing: -1px;
  font-family: "Oswald", sans-serif;
}
span.s1 strong,
span.s1-dark strong,
h2 strong {
  color: #c61111;
}
span.s1-dark strong {
  color: #000;
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 20px 32px;
  background-color: #ef9116;
  font-weight: bold;
  width: max-content;
}
.back-to-top {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 40px;
  height: 40px;
  border: none;
  background-color: #c40404;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  display: none;
  z-index: 5;
}
.back-to-top i {
  margin-left: -4px;
}
.back-to-top:hover {
  background-color: #9b1010;
}
button:focus {
  outline: none !important;
}
.btn:hover {
  background-color: #d67900;
  color: #fff !important;
}
.btn-white {
  background-color: #fff;
  color: #000 !important;
}
.btn-white:hover {
  background-color: #000;
  color: #fff !important;
}
.btn-red {
  background-color: #c40404;
  color: #fff !important;
  border-radius: 13px;
  padding: 13px 15px;
  height: 62px;
}
.btn-red:hover {
  background-color: #9b1010;
  color: #fff !important;
}
.ghost {
  background-color: transparent;
  border: 3px solid #ef9116;
  color: #ef9116 !important;
}
.ghost:hover {
  color: #d67900 !important;
  border-color: #d67900;
  background-color: transparent;
}
.normal-content ul {
  max-width: 250px;
}
.normal-content ul li {
  display: flex;
}
.normal-content ul li:before {
  content: "⬤";
  font-size: 7px;
  color: #c40404;
  margin: 1px 26px 0 0;
}
.normal-content .col-md-6:nth-child(1) {
  padding-right: 5%;
}
.normal-content .col-md-6:nth-child(2) {
  padding-left: 5%;
}
.homepage span.s1,
.homepage span.s1-dark,
.homepage h3 {
  padding: 0 0 30px;
}
.homepage h2 {
  font-size: 15px;
  color: #000000;
  opacity: 0.55;
  font-weight: 400;
  padding: 30px 0 5px;
  line-height: 16px;
  font-family: "Poppins", sans-serif;
  text-transform: none;
  letter-spacing: 0;
}
.homepage ul li {
  display: flex;
  font-weight: bold;
  line-height: 27px;
  font-size: 16px;
}
.homepage ul li:before {
  content: url(.././img/arrow.png);
  margin-right: 8px;
}
.homepage .sec1 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  padding: 232px 0 100px;
}
.homepage .sec1:before {
  content: "";
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  height: 52px;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.homepage .sec1 .s-hero {
  font-size: 35px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 43px;
  display: block;
  padding-top: 12px;
}
.homepage .sec1 .ghost {
  color: #fff !important;
}
.homepage .sec1 .s-hero strong {
  font-size: 70px;
  line-height: 76px;
  font-weight: bold;
  display: block;
  padding-bottom: 5px;
  font-family: "Oswald", sans-serif;
}
.homepage .sec1 .btn-row {
  display: flex;
  width: max-content;
  margin: auto;
  margin-top: 14px;
}
.homepage .sec1 .btn-row a:first-child {
  margin-right: 20px;
}
.homepage .sec2 {
  text-align: center;
}
.homepage .sec2:after {
  content: "";
  background: url(.././img/pattern-gray.png);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 215px;
  z-index: 0;
}
.homepage .sec2 .col {
  margin-top: 30px;
  position: relative;
  z-index: 2;
  width: 23%;
  padding: 55px 55px 42px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  background-color: #fff;
  margin-bottom: 30px;
}
.homepage .sec2 .col .s1 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
  padding-bottom: 0;
  margin: -7px 0 5px;
}
.homepage .sec2 .col img {
  float: none;
  margin: 0 auto 15px;
}
.homepage .sec2 .col p {
  padding-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}
.homepage .sec3 {
  text-align: center;
}
.homepage .sec3 p {
  padding-bottom: 0;
}
.homepage .sec3 .col {
  width: 31%;
  text-align: left;
  margin: 0 0 30px;
}
.homepage .sec3 .col a:hover {
  text-decoration: none;
}
.homepage .sec3 .col h3 {
  padding-bottom: 10px;
}
.homepage .sec3 .col img {
  border-radius: 30px;
  width: 100%;
  margin: auto;
}
.homepage .sec4 .col {
  width: 25%;
  margin: 30px 0;
  text-align: center;
}
.homepage .sec4 .col img {
  margin-bottom: 10px;
}
.homepage .sec4 p {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  padding-bottom: 0;
}
.homepage .sec4 p span {
  font-weight: bold;
  display: block;
}
.homepage .sec5 .col-md-6:nth-child(2) {
  padding: 60px 0;
}
.homepage .sec5 .col-md-6:nth-child(1) {
  display: flex;
  justify-content: flex-end;
}
.homepage .sec5 .img-cont {
  max-width: 810px;
  position: relative;
}
.homepage .sec5 .img-cont img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homepage .sec5 .img-cont:before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  height: 100%;
  width: 120px;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.homepage .sec5 .text-cont {
  max-width: 610px;
  padding: 0 15px 0 75px;
}
.homepage .sec6 .col:nth-child(1) {
  width: 48%;
  padding-right: 3%;
}
.homepage .sec6 h2 {
  padding-top: 50px;
}
.homepage .sec6 .normal-image-right {
  margin-top: 50px;
  margin-left: 0;
}
.homepage .sec7 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
}
.homepage .sec7 .container {
  position: relative;
  z-index: 2;
}
.homepage .sec7 .btn-white {
  margin: 0 auto 30px;
}
.homepage .sec8 .col:nth-child(1) {
  width: 30%;
}
.homepage .sec8 .col:nth-child(2) {
  width: 66%;
}
.homepage .sec8 .quote {
  position: relative;
  margin-top: 40px;
}
.homepage .sec8 .quote p {
  z-index: 3;
  position: relative;
}
.homepage .sec8 .quote strong {
  color: #000;
}
.homepage .sec8 .quote:before {
  content: url(.././img/quote.png);
  position: absolute;
  top: -24px;
  left: -20px;
  z-index: 0;
}
.homepage .sec8 .row {
  margin-top: 20px;
}
.homepage .sec8 .text-line {
  width: 100%;
  height: 40px;
  margin-top: 43px;
  position: relative;
  text-align: center;
}
.homepage .sec8 .text-line .h3-div {
  position: relative;
  background-color: #fff;
  width: max-content;
  z-index: 3;
  margin: auto;
}
.homepage .sec8 .text-line h3 {
  padding: 0 15px 0;
}
.homepage .sec8 .text-line .line {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #9a9a9a;
  top: 30px;
  z-index: 2;
}
.homepage .sec8 .row2 {
  margin: 45px 0 0;
  justify-content: center;
}
.homepage .sec8 .row2 .col {
  width: 11%;
  margin: 15px 3.8% 15px 0;
}
.homepage .sec8 .row2 .col:nth-child(7n) {
  margin-right: 0;
}
.homepage .sec8 .row2 .col img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.homepage .sec8 .btn {
  margin: 40px auto 30px;
}
.title-band {
  background: url(.././img/title-bg.jpg) no-repeat top;
  background-size: cover;
  padding: 15px 0;
}
.title-band h1 {
  font-weight: 600;
  opacity: 1;
  font-size: 24px;
}
.top-brick {
  width: 100%;
  height: 166px;
  background-color: #000;
}
.overview ul li {
  display: flex;
  font-weight: bold;
  line-height: 27px;
  font-size: 16px;
}
.overview ul li:before {
  content: url(.././img/arrow.png);
  margin-right: 8px;
}
.overview .sec1 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0;
}
.overview .sec1:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 74%;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #000000 53%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
}
.overview .sec1 .title-band {
  background: rgba(233, 233, 233, 0.2);
  position: relative;
  z-index: 2;
}
.overview .sec1 .s1 {
  padding: 73px 0 0;
}
.overview .sec1 .s1-cont {
  max-width: 700px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.overview .sec1 p {
  font-size: 35px;
  line-height: 41px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 85px;
}
.overview .sec2 .col {
  width: 32%;
  display: flex;
  margin: 30px 0;
}
.overview .sec2 img {
  width: 99px;
}
.overview .sec2 p {
  font-size: 22px;
  color: #000;
  padding: 0 0 0 18px;
  text-transform: uppercase;
}
.overview .sec3 {
  text-align: center;
}
.overview .sec3 .s1 {
  padding-bottom: 15px;
}
.overview .sec3 h3 {
  padding: 0;
}
.overview .sec3 p {
  padding-bottom: 10px;
}
.overview .sec3 ul {
  padding-bottom: 15px;
}
.overview .sec3 .col {
  width: 31%;
  text-align: left;
  margin: 30px 0;
}
.overview .sec3 .img-cont {
  margin: 15px 0;
  width: 100%;
  height: 250px;
}
.overview .sec3 .img-cont img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}
.overview .sec4 {
  padding-bottom: 60px;
  background-color: #262626;
}
.overview .sec4 .normal-image-left {
  width: 390px;
  height: 450px;
  margin: 50px 0 0 0;
}
.overview .sec4 .normal-image-left:before {
  content: "";
  background: url(.././img/normal-image-border-dark.jpg);
  width: 72%;
}
.overview .sec4 .col-md-6:nth-child(1) {
  padding: 0 5% 0 0;
}
.overview .sec4 .col-md-6:nth-child(2) {
  padding: 0 0 0 5%;
}
.overview .sec4 .s1 {
  padding-bottom: 10px;
}
.overview .sec4 p {
  font-size: 30px;
  line-height: 37px;
  color: #aaaaaa;
  padding-bottom: 17px;
  letter-spacing: -1px;
}
.contact .sec1 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0;
}
.contact .sec1 .title-band {
  background: rgba(233, 233, 233, 0.2);
  position: relative;
  z-index: 2;
}
.contact .sec1 .container-small {
  max-width: 975px;
}
.contact .sec1 h2 {
  padding: 52px 0 175px;
  text-align: center;
}
.contact .sec2 {
  padding-bottom: 50px;
}
.contact .sec2 .container-small {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.3);
  margin-top: -154px;
  background-color: #fff;
  padding: 0 40px 30px;
}
.contact .sec2 .col:nth-child(2) {
  padding-left: 5.5%;
  margin-top: 5px;
}
.contact .sec2 p {
  padding-bottom: 0;
}
.contact .sec2 h4 {
  font-size: 20px;
  color: #000;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.contact .sec2 h4:not(:first-child) {
  margin: 25px 0 5px;
}
.contact .sec2 h4.grey {
  color: #8b8b8b;
  margin-top: 5px;
}
.contact .sec2 .media a {
  font-size: 37px;
  transition: none;
}
.contact .sec2 .media a:nth-child(2) {
  margin-left: 18px;
  margin-right: 18px;
}
.contact .sec2 .media a:hover {
  color: #d87f0e;
}
.contact .sec2 .adress {
  width: 169px;
}
.contact .sec2 .adress2 {
  width: 240px;
}
.contact .sec2 .phone {
  font-size: 30px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.contact .sec2 .phone:hover {
  text-decoration: none;
  color: #d87f0e;
}
.contact .sec2 .s3 {
  font-size: 36px;
  color: #000;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  display: block;
  line-height: 40px;
  padding: 54px 0 27px;
  text-align: center;
}
.contact .sec2 .col {
  width: 50%;
}
.contact .sec2 form {
  border: 1px solid #000;
  padding: 30px;
  margin-bottom: 30px;
}
.contact .sec2 form ul {
  padding-bottom: 0;
}
.contact .sec2 form .btn {
  width: 100%;
  margin-top: 20px;
}
.contact .sec2 form label {
  font-size: 16px;
  color: #000;
}
.contact .sec2 form label span {
  color: #ff0000;
}
.contact .sec2 .form-block {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
.contact .sec2 form input,
.contact .sec2 form textarea {
  border: none;
  border: 1px solid #000;
  border-radius: 6px;
  width: 78%;
  height: 40px;
  margin-left: 5px;
}
.contact .sec2 .fb1 input {
  margin-left: 10px;
  width: 179px;
}
.wpcf7-not-valid-tip {
  font-size: 14px;
}
.contact .sec2 .fb2 input {
  margin-left: 12px;
}
.contact .sec2 .fb3 input {
  margin-left: 7px;
  width: 179px;
}
.contact .sec2 .fb4 {
  display: block;
  margin-top: 25px;
}
.contact .sec2 .fb4 label {
  display: block;
  margin-top: 20px;
}
.contact .sec2 form textarea {
  max-width: 100%;
  margin-top: 8px;
  width: 100%;
  height: 95px;
}
header {
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  transition: all 0.3s;
}
header .col:nth-child(1) img {
  width: 167px;
}
header .top-head {
  border-bottom: 1px solid #c40404;
}
header .top-nav {
  display: flex;
  width: max-content;
  margin-left: auto;
  margin-right: -26px;
  margin-bottom: -7px;
  padding-bottom: 0;
}
header .top-nav li:before {
  display: none;
}
header .btn-red {
  max-width: 100px;
}
header .top-nav a {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  display: flex;
  align-items: center;
  margin-right: 20px;
  padding-top: 8px;
  padding-bottom: 12px;
  position: relative;
}
header .top-nav a:hover {
  color: #c40404;
  text-decoration: none;
}
header .top-nav a.has-dropdown:hover:after {
  color: #c40404;
}
header .top-nav a:after {
  content: "\f0dd";
  transition: all 0.3s;
  color: transparent;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  display: block;
  margin: 0 0 4px 2px;
}
header .top-nav a.has-dropdown:after {
  color: #fff;
}
header .top-nav li {
  position: relative;
}
header .top-nav li:hover .dropdown2 {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
header .top-nav li .dropdown2 {
  position: absolute;
  left: 0;
  top: 43px;
  z-index: 3;
  background-color: #f3f3f3;
  width: max-content;
  padding: 5px 0;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
header .top-nav li .dropdown2 a {
  color: #000;
  padding: 8px;
  font-size: 14px;
  border: none !important;
  font-weight: 400 !important;
}
header .top-nav li .dropdown2 a:after {
  display: none;
}
header .top-nav li .dropdown2 a:hover {
  color: #c40404;
}
header .top-nav li:nth-child(4) a {
  margin-right: 30px;
}
header .top-nav li:last-child a {
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid #c40404;
  border-top: none;
  border-bottom-color: transparent;
  border-radius: 0 0 20px 0;
  font-weight: 600;
}
header .row {
  background-color: #000;
  position: relative;
  z-index: 2;
  padding-top: 20px;
}
header .row .col:nth-child(2) {
  display: flex;
  margin-right: -6px;
}
header .row ul {
  display: flex;
  padding-bottom: 0;
}
header .row .dropdown {
  background-color: #000;
  position: absolute;
  top: 100px;
  width: max-content;
  visibility: hidden;
  opacity: 0;
  left: 0;
  transition: all 0.3s;
  pointer-events: none;
}
header .row .dropdown a {
  font-size: 18px;
  font-weight: 400;
  display: block;
  width: 100%;
  text-transform: capitalize;
  padding: 5px 10px;
  text-align: left;
  transition: all 0.3s;
  color: #fff;
}
header .row .dropdown a:hover {
  background-color: #c40404;
  text-decoration: none;
}
header .row li {
  position: relative;
  margin-right: 100px;
  padding-bottom: 52px;
  cursor:default;
}
header .row li:hover .dropdown {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
header .row li:after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: transparent;
  transition: all 0.3s;
  position: absolute;
  top: -20px;
  left: 0;
}
header .row li:hover:after {
  background-color: #c40404;
}
header .row li:before {
  content: url(.././img/arrow-red.png);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 39px;
  height: 10px;
  transition: all 0.3s;
}
header .row li:hover:before {
  bottom: 28px;
}
header .row p {
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 0;
  color: #fff;
}
header .row p span {
  font-size: 30px;
  font-family: "Oswald", sans-serif;
  display: block;
  font-weight: bold;
}
.nav_up {
  transform: translateY(-53px);
}
.nav_up .col:nth-child(1) img {
  transition: all 0.3s;
  width: 130px;
}
.nav_up .row .dropdown {
  top: 78px;
}
.nav_up .row li {
  padding-bottom: 30px;
}
.nav_up .row li:before {
  bottom: 20px;
}
.nav_up .row li:hover:before {
  bottom: 14px;
}
.prefooter {
  background-color: #f5f5f5;
}
.prefooter .img-cont {
  max-width: 1000px;
  height: 100%;
  margin-right: -300px;
  position: relative;
}
.prefooter .img-cont:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -1px;
  top: 0;
  background: linear-gradient(90deg, #f5f5f5 0%, rgba(245, 245, 245, 0) 100%);
}
.prefooter .img-cont:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 100%;
  right: -1px;
  top: 0;
  background: linear-gradient(270deg, #f5f5f5 0%, rgba(245, 245, 245, 0) 100%);
}
.prefooter .img-cont img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prefooter p {
  font-size: 30px;
  text-transform: uppercase;
  color: #000;
  line-height: 37px;
}
.prefooter .col-md-6:nth-child(1) {
  display: flex;
  justify-content: flex-end;
}
.prefooter .col-md-6:nth-child(2) {
  padding: 60px 0 80px;
}
.prefooter .text-cont {
  max-width: 670px;
  text-align: right;
  margin-left: -34px;
  padding-right: 15px;
}
.prefooter .s1 {
  padding-bottom: 5px;
  font-weight: 700;
}
.prefooter .text-cont .btn {
  margin-left: auto;
}
footer .top-foot {
  position: relative;
}
footer .top-foot:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #363636;
  width: 70%;
  height: 100%;
}
footer .top-foot:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #262626;
  z-index: 0;
  width: 30%;
  height: 100%;
}
footer .top-foot h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #757575;
}
footer .top-foot ul {
  padding-bottom: 20px;
}
footer .top-foot ul li {
  margin-top: 6px;
}
footer .top-foot ul li:before {
  display: none;
}
footer .top-foot ul li a {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: block;
}
footer .top-foot ul li a:hover {
  text-decoration: underline;
  color: #ef9116;
  transform: translateX(10px);
}
footer .col:nth-child(1) {
  width: 76%;
  display: flex;
  z-index: 2;
  background-color: #363636;
  justify-content: space-between;
  padding: 50px 0;
}
footer .m-col {
  width: 24%;
}
footer .m-col p {
  padding-bottom: 8px;
  line-height: 22px;
}
footer .m-col:nth-child(3) {
  width: 30%;
}
footer .col:nth-child(2) {
  width: 24%;
  z-index: 2;
  background-color: #262626;
  padding: 50px 0;
}
footer .col:nth-child(2) img {
  display: block;
  margin: auto;
}
footer .s3 {
  font-size: 37px;
  color: #757575;
  line-height: 40px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  display: block;
  margin: 23px 0 20px;
}
footer .s3 strong {
  color: #c40404;
}
footer .btn {
  width: 100%;
  height: 52px;
}
footer .phone {
  text-transform: uppercase;
  font-weight: bold;
  margin: 17px 0 0;
  padding-bottom: 22px;
  color: #757575;
}
footer .phone a {
  color: #fff;
  display: block;
  font-size: 24px;
  font-family: "Oswald", sans-serif;
}
footer .phone a:hover {
  color: #d87f0e;
  text-decoration: none;
}
#mm-0 .drop-link {
  display: none;
}
footer .media {
  font-size: 20px;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
}
footer .media i {
  color: #fff;
}
footer .media a:nth-child(2) {
  margin: 0 11px;
}
footer .media i:hover {
  color: #d87f0e;
}
footer .f-wrap {
  width: max-content;
  max-width: 250px;
  text-align: center;
  margin-left: auto;
}
footer .mid-foot {
  padding: 45px 0;
}
footer .mid-foot p {
  padding-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
footer .bot-foot {
  padding: 12px 0;
  text-align: center;
  background-color: #5b5b5b;
}
footer .bot-foot p {
  padding-bottom: 0;
  font-size: 13px;
  line-height: 14px;
  color: #aeaeae;
}
footer .bot-foot p span {
  margin: 0 5px;
}
footer .bot-foot p a {
  color: #fff;
}
@media (max-width: 1400px) {
  .normal-image-right {
    margin-right: 0;
  }
  .normal-image-left {
    margin-left: 0;
  }
}
@media (max-width: 1300px) {
  .normal-image-left,
  .normal-image-right {
    width: 500px;
    height: 375px;
  }
}
@media (max-width: 1200px) {
  .container-small .normal-image-left {
    margin-left: 0;
  }
  .container-small .normal-image-right {
    margin-right: 0;
  }
  .prefooter {
    position: relative;
  }
  .prefooter .img-cont {
    margin-right: 0;
  }
  .prefooter .col-md-6:nth-child(1) {
    position: absolute;
    flex: 0 0 100%;
    max-width: 100%;
    height: 100%;
  }
  .prefooter .col-md-6:nth-child(2) {
    flex: 0 0 100%;
    max-width: 100%;
    height: 100%;
  }
  .prefooter .text-cont {
    max-width: 100%;
    margin-left: 0;
    padding-left: 15px;
    text-align: center;
  }
  .prefooter .text-cont .btn {
    margin: auto;
  }
  .homepage .sec2 .col {
    width: 48%;
  }
  .homepage .sec5 .text-cont {
    padding-left: 40px;
  }
}
@media (max-width: 1100px) {
  header .row li {
    margin-right: 50px;
  }
  .homepage .sec3 .col {
    width: 100%;
    max-width: 600px;
    margin: 30px auto;
  }
  .homepage .sec3 .col img {
    border-radius: 50px;
  }
  .normal-image-left,
  .normal-image-right {
    width: 400px;
    height: 300px;
  }
  footer .col:nth-child(1) {
    width: 70%;
  }
  footer .col:nth-child(2) {
    width: 30%;
  }
  .overview .sec3 .img-cont {
    height: 210px;
  }
}
@media (max-width: 1000px) {
  .homepage .sec8 .row2 {
    justify-content: center;
  }
  .top-brick {
    height: 66px;
  }
  header {
    display: none;
  }
  .contact .sec2 {
    padding-bottom: 30px;
  }
  .contact .sec2 .container-small {
    margin-top: 0;
    box-shadow: none;
    padding-bottom: 0;
  }
  .contact .sec2 .s3 {
    padding-top: 0;
  }
  .homepage .sec1 {
    padding-top: 110px;
  }
  .homepage .sec1:before {
    top: 65px;
    height: 40px;
  }
  .mo_menu {
    display: block;
  }
  .homepage .sec8 .row2 .col {
    width: 20%;
    margin-right: 6%;
  }
  .homepage .sec8 .row2 .col:nth-child(7n) {
    margin-right: 6%;
  }
  .homepage .sec8 .row2 .col:nth-child(4n) {
    margin-right: 0;
  }
  .overview .sec2 .row {
    flex-direction: column;
    align-items: center;
  }
  .overview .sec2 .col {
    width: 100%;
    max-width: 400px;
  }
}
@media (max-width: 900px) {
  span.s1,
  span.s1-dark,
  h2 {
    font-size: 45px;
    line-height: 53px;
  }
  .overview .sec4 .col-md-6 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 !important;
  }
  .overview .sec4 .normal-image-left {
    margin: 50px auto 0;
  }
  .overview .sec3 .col {
    width: 100%;
  }
  .overview .sec3 .img-cont {
    height: inherit;
  }
  .overview .sec3 .img-cont img {
    border-radius: 7.6vw;
  }
  .overview .sec3 h3 {
    text-align: center;
  }
  footer .row {
    flex-direction: column-reverse;
  }
  .top-foot .container {
    padding: 0;
  }
  footer .f-wrap {
    margin: auto;
    max-width: 100%;
    width: 100%;
  }
  footer .col:nth-child(1) {
    width: 100%;
    padding: 30px 15px;
  }
  footer .col:nth-child(2) {
    width: 100%;
    padding: 30px 15px;
  }
  .homepage .sec4 .col {
    width: 45%;
  }
  .sec6 .row {
    flex-direction: column-reverse;
  }
  .sec6 .row .col {
    width: 100%;
  }
  .homepage .sec6 .col:nth-child(1) {
    width: 100%;
  }
  .normal-image-left,
  .normal-image-right,
  .container-small .normal-image-left,
  .container-small .normal-image-right {
    margin: 50px auto 15px;
  }
  .alignleft,
  .align-right {
    float: none;
  }
}
@media (max-width: 768px) {
  .homepage .sec1:before {
    top: 53px;
  }
  .homepage .sec2:after {
    display: none;
  }
  .btn {
    padding: 11px 29px;
    font-size: 11px;
    width: 100%;
  }
  .intro {
    font-size: 23px;
    line-height: 30px;
  }
  h1,
  .homepage h2 {
    font-size: 12px;
    padding: 15px 0 0;
  }
  h3 {
    font-size: 28px;
    line-height: 32px;
    padding: 15px 0;
  }
  h2 {
    padding: 15px 0;
  }
  .homepage span.s1,
  .homepage span.s1-dark,
  .homepage h3 {
    padding: 0 0 15px;
  }
  .homepage h3 {
    padding: 0;
  }
  .top-brick {
    background-color: #fff;
    height: 51px;
  }
  .title-band h1 {
    font-size: 18px;
    padding: 0;
  }
  .normal-image-left,
  .normal-image-right {
    margin: 30px auto 15px !important;
  }
  .contact .sec2 .col {
    width: 100%;
  }
  .contact .sec2 .form-block {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact .sec2 .form-block input {
    margin-left: 0 !important;
    margin-top: 7px;
    width: 100% !important;
  }
  .contact .sec2 .col:nth-child(2) {
    padding-left: 0;
  }
  .contact .sec2 .container-small {
    padding: 0 15px;
  }
  .contact .sec2 form {
    padding: 30px 20px;
  }
  .contact .sec2 form textarea {
    margin-left: 0;
  }
  .overview .sec3 .col {
    margin: 15px 0;
  }
  .overview .sec1 .s1 {
    padding-top: 30px;
    text-align: center;
  }
  .overview .sec4 {
    text-align: center;
  }
  .overview .sec4 .normal-image-left {
    margin-top: 35px !important;
  }
  .overview .sec4 p {
    font-size: 24px;
    line-height: 28px;
  }
  .overview .sec4 {
    padding-bottom: 30px;
  }
  .overview .sec1 p {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    padding-bottom: 30px;
  }
  .overview .sec2 .col {
    margin: 15px 0;
  }
  .overview .sec2 .col img {
    width: 67px;
  }
  .normal-image-left,
  .normal-image-right {
    width: max-content !important;
    height: max-content !important;
    max-width: 94% !important;
  }
  .overview .sec2 .col p {
    font-size: 18px;
  }
  .alignright,
  a img.alignright,
  .alignleft,
  a img.alignleft {
    float: none;
    display: block;
    margin: 15px auto 15px;
  }
  .homepage .sec6 h2 {
    padding-top: 30px;
  }
  span.s1,
  h2,
  span.s1-dark {
    font-size: 32px;
    line-height: 39px;
    padding: 15px 0;
  }
  .normal-content .col-md-6 {
    padding: 0 !important;
  }
  footer .col:nth-child(1) {
    flex-wrap: wrap;
  }
  footer .btn {
    height: 42px;
  }
  footer .m-col {
    width: 100%;
    text-align: center;
  }
  footer .m-col ul li a {
    margin: auto;
  }
  footer .mid-foot {
    padding: 30px 0;
  }
  footer .m-col:nth-child(3) {
    width: 100%;
  }
  .prefooter .col-md-6:nth-child(2) {
    padding: 30px 0;
  }
  .prefooter p {
    font-size: 23px;
    line-height: 27px;
  }
  .homepage .sec8 .text-line .line {
    top: 20px;
  }
  .homepage .sec3 .col {
    margin: 15px auto;
  }
  .homepage .sec8 .row1 {
    flex-direction: column;
    align-items: center;
  }
  .homepage .sec8 .row1 .col {
    width: 100% !important;
  }
  .homepage .sec8 .s1 {
    text-align: center;
  }
  .homepage .sec8 .quote:before {
    left: -10px;
  }
  .homepage .sec5 .col-md-6:nth-child(1) {
    padding: 0 !important;
  }
  .homepage .sec5 .text-cont {
    padding-left: 15px;
  }
  .homepage .sec5 .col-md-6:nth-child(2) {
    padding: 15px 0 15px;
  }
  .homepage .sec1 {
    padding: 73px 0 30px;
  }
  .homepage .sec2 .col {
    margin: 15px 0;
  }
  .homepage .sec2 .col {
    padding: 30px 40px;
  }
  .homepage .sec4 .col {
    margin: 15px 0;
  }
  .homepage .sec1 .btn-row {
    flex-direction: column;
    width: 100%;
  }
  .homepage .sec1 .btn-row .btn {
    width: 100%;
  }
  .homepage .sec1 .btn-row .btn:nth-child(1) {
    margin-bottom: 15px;
  }
  .homepage .sec2 h2,
  .homepage .sec2 .s1 {
    display: none;
  }
  .homepage .sec2 .col .s1 {
    display: block;
  }
  .homepage .sec2 .col {
    width: 100%;
  }
  .homepage .sec1 .s-hero {
    font-size: 19px;
    line-height: 22px;
  }
  .homepage .sec1 .s-hero strong {
    font-size: 32px;
    line-height: 37px;
  }
  .homepage .sec3 {
    align-items: center;
  }
}
@media (max-width: 600px) {
  .homepage .sec8 .row2 .col {
    width: 27%;
    margin-right: 9%;
  }
  .homepage .sec8 .row2 .col:nth-child(7n) {
    margin-right: 9%;
  }
  .homepage .sec8 .row2 .col:last-child {
    margin-right: 0;
  }
  .homepage .sec8 .row2 .col:nth-child(4n) {
    margin-right: 9%;
  }
  .homepage .sec8 .row2 .col:nth-child(3n) {
    margin-right: 0;
  }
  footer .bot-foot p span {
    display: block;
    height: 5px;
    opacity: 0;
  }
}
@media (max-width: 500px) {
  .homepage .sec4 .col {
    width: 100%;
  }
  .homepage .sec3 .col img {
    border-radius: 7.5vw;
  }
  .normal-image-left:before,
  .normal-image-right:before {
    top: -15px;
    left: -15px;
  }
}
@media (max-width: 420px) {
  .homepage .sec8 .row2 .col {
    width: 43%;
    margin-right: 12%;
  }
  .homepage .sec8 .row2 .col:nth-child(7n) {
    margin-right: 12%;
  }
  .homepage .sec8 .row2 .col:nth-child(4n) {
    margin-right: 12%;
  }
  .homepage .sec8 .row2 .col:nth-child(3n) {
    margin-right: 12%;
  }
  .homepage .sec8 .row2 .col:nth-child(2n),
  .homepage .sec8 .row2 .col:last-child {
    margin-right: 0;
  }
}
