/*===============================

Template Name: 
Author: 
Author URI: 
Version: 1.0
    
--------------------------------
    
CSS INDEX
=========

1. Base CSS

================================*/


/* =============================
1. Base CSS
================================*/

.floatleft { float: left }
.floatright { float: right }
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0px solid }
img {
    max-width: 100%;
    height: auto;
}
.fix { overflow: hidden }
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}
html,
body { height: 100% }
body { font-family: 'Montserrat', sans-serif; }
p { font-family: 'Montserrat-Light'; }
h1 span { font-family: 'Montserrat-Hairline'; }
.section-padding {
  padding: 100px 0 67px;
}
.section-gray { background-color: #F7F7F7 }
.section-dark {
    background-color: #110C09;
    color: #fff;
}
a { transition: .3s }
a:hover { color: #000 }
.section_heading {
  text-align: center;
}

/* =========================
2. Home CSS
============================*/
html, body, .header_wrapper {
  height: 100%;
}
/*
.header_wrapper {
  background: rgba(0, 0, 0, 0) url("images/banner.jpg") repeat scroll center center / cover ;
  position: relative;
}
*/
.header_wrapper::after {
  background: rgba(0, 0, 0, 0) url("images/top_shadow.png") repeat-x scroll 0 0;
  content: "";
  height: 200px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.header_wrapper.wrapper-inner::after {
  background: rgba(0, 0, 0, 0) url("images/top_shadow_inner.png") repeat-x scroll 0 0;
  content: "";
  height: 120px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.header_top {
  padding-top: 38px;
  position: relative;
  z-index: 9;
}
.header_top.fusion-is-sticky {
  background: #000 none repeat scroll 0 0;
}
.brand-box-inner ul li a img, .item a img {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.brand-box-inner ul li a {
  display: block;
}
.brand-box-inner ul li a:hover img, .item a:hover img {
  filter: grayscale(0%);
}
.mainmenu ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.mainmenu ul li {
  display: inline-block;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-top: 9px;
}
.mainmenu ul li a {
  border-bottom: 1px solid transparent;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.mainmenu ul li a:hover {
  border-bottom: 1px solid #6d6d6d;
  color: #6d6d6d;
  text-decoration: none;
}
#arr_down {
  bottom: 31px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 35px;
}
.banner_area {
  left: 0;
  margin-top: -141px;
  position: absolute;
  right: 0;
  top: 50%;
}
.banner_area h1 {
  color: #fff;
  font-size: 71.12px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.banner_area h1 span {
  display: block;
}
.promo_area {
  padding: 90px 0 50px;
}
footer.footer_area {
  background: #000 none repeat scroll 0 0;
  padding: 37px 0;
}
.footer_inner ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.footer_inner ul li {
  display: inline-block;
}
.footer_inner ul li a {
  color: #fff;
  display: block;
  padding: 0 20px;
  text-transform: uppercase;
  font-family: 'Montserrat-Light';
}
.footer_inner ul li a:hover {
  text-decoration: none;
}
/*.section_heading {
  text-align: center;
}*/
.section_heading h2, .contact_area_home.contact_area h2 {
  color: #000;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 31px;
  text-transform: uppercase;
}
.section_heading p {
  color: #383838;
  font-family: "Montserrat-Light";
  font-size: 20px;
  margin-bottom: 71px;
}


.sp_figure {
  height: 225px;
  margin-bottom: 43px;
  overflow: hidden;
  position: relative;
}
.sp_figure::after {
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.sp_image > img {
  width: 100%;
}
.sp_heading {
  height: 100%;
  line-height: 225px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: calc(50% - 30px);
  width: 100%;
  z-index: 2;
}
.ie9 .sp_heading {
  top: 0;
}
.sp_heading > h4 {
  color: #fff;
  display: inline-block;
  font-size: 24px;
  line-height: normal;
  margin: 0;
  vertical-align: middle;
  font-weight: 400;
}
.single_promo > p {
  color: #383838;
  font-size: 16px;
  margin: 0;
  font-family: 'Montserrat-Light';
}
.header_wrapper.inner-pages {
  height: auto;
}
.header_wrapper.inner-pages::after {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  display: none;
}
.header_wrapper.inner-pages {
  background-color: #000;
  background-image: none;
}
.about_area, .contact_area {
  padding: 90px 0 18px;
}
.about_area h2, .contact_area h2 {
  color: #000;
  font-size: 24.07px;
  font-weight: normal;
  margin-bottom: 33px;
  text-transform: uppercase;
}
.about_inner p {
  color: #383838;
  font-size: 20px;
  margin-bottom: 30px;
}
.about_inner a {
  color: #000;
  display: block;
  font-style: italic;
  text-decoration: underline;
}
.contact_box {
  margin: 0 auto 146px;
  width: 750px;
}
.contact_box input, .contact_box  textarea {
  border-color: -moz-use-text-color -moz-use-text-color #bbbbbb;
  border-style: solid;
  border-width: 0 0 1px;
  color: #383838;
  padding: 20px 0;
  width: 100%;
}
#submit {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
}
#message {
  background: rgba(0, 0, 0, 0) url("images/textarea.png") no-repeat scroll 0 49px;
  border-bottom: 0 solid;
  font-weight: normal;
  height: 130px;
  line-height: 43px;
  margin-bottom: 9px;
  padding: 0;
  width: 100%;
}

#email {
  float: left;
  width: 48%;
}
#name {
  float: left;
  margin-right: 4%;
  width: 48%;
}

.contact_area h2 {
  color: #000000;
  margin-bottom: 85px;
}
.name-email {
  margin-bottom: 34px;
  overflow: hidden;
}
.ne_err {
  overflow: hidden;
  margin-bottom: 10px;
}
.name-err.err {
  color: red;
  float: left;
  font-size: 12px;
}
.email-err.err {
  color: red;
  float: right;
  font-size: 12px;
}
.dsnone {
  display: none;
}
.container.alert.padding-top {
  margin-top: 90px;
}
.sub_box {
  margin: 0 auto;
  position: relative;
  width: 150px;
}
.sub_box::after {
  background: rgba(0, 0, 0, 0) url("images/envelope.png") no-repeat scroll 0 0;
  content: "";
  height: 16px;
  left: -23px;
  position: absolute;
  top: 24px;
  width: 23px;
}
.video_container {
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-left: none;
    border-right: none;
    
}
#my-video {
  position: absolute;
  z-index: -1;
  width: 100%;
}
.video {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#mobile-header {
    display: none;
}
.circle > canvas {
  position: relative;
  transform: rotate(90deg);
  z-index: 2;
}
.circle {
  float: left;
  position: relative;
  width: 23.5%;
}
.circle {
  margin-right: 2%;
}
.fourth.circle {
  margin-right: 0;
}
.circle::after {
  border: 8px solid #fff;
  border-radius: 100%;
  content: "";
  height: 230px;
  left: 0;
  position: absolute;
  top: 0;
  width: 230px;
  z-index: 1;
}
.how_we_are_area {
  background: #000 none repeat scroll 0 0;
}
.hwa_inner .section_heading h2, .hwa_inner .section_heading p, .progress_inner {
  color: #fff;
}
.section-grey {
    background: #f7f7f7;
}
.sp_heading span {
  display: block;
}
.footer_inner ul li {
  display: inline-block;
  position: relative;
}
.footer_inner ul li::after {
  border-right: 1px solid #fff;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.footer_inner ul li:nth-last-child(1)::after {
  border-right: 0px solid #fff;
}
.brand-box-inner > ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.brand-box-inner > ul li {
  float: left;
  margin-bottom: 50px;
  text-align: center;
  width: 33.33%;
}
.brand-box-inner > ul li a {
  
}
.brand-box-inner > ul li a img {
  width: 50%;
}
.progress_inner {
  margin: 0 auto;
  overflow: hidden;
  width: 87%;
}
.first.circle P {
  color: #4eb1ec;
  display: inline;
  font-size: 40px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 90px;
}
.second.circle P {
  color: #0eb85f;
  display: inline;
  font-size: 40px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 90px;
}
.third.circle p {
  color: #ff7c25;
  display: inline;
  font-size: 40px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 90px;
}
.fourth.circle p {
  color: #d9e320;
  display: inline;
  font-size: 40px;
  left: 0;
  position: absolute;
  right: 0;
  top: 90px;
  text-align: center;
}
.circle > h6 {
  font-size: 20px;
  font-weight: 400;
  margin: 20px 0 0;
  text-align: center;
  text-transform: uppercase;
}
.first.circle > h6 {
  color: #42b3ef;
}
.second.circle > h6 {
  color: #0eb85f;
}
.third.circle > h6 {
  color: #eb7a2e;
}
.fourth.circle > h6 {
  color: #dfe426;
}
.circle h6 span {
  color: #fff;
  display: block;
}
.contact_area_home.contact_area.section-padding {
  padding: 100px 0 67px;
}
.contact_area_home .contact_box {
  margin: 0 auto;
}
.header_top.fusion-is-sticky {
  padding-top: 20px;
  position: fixed;
  transition: all 0.4s ease 0s;
  width: 100%;
}
.header_top.fusion-is-sticky .mainmenu ul li {
  padding-bottom: 29px;
}
/*.banner_inner {
    display: none;
}*/
.header_wrapper.wrapper-inner {
  height: auto;
}
.header_wrapper.wrapper-inner::after {
  background: none;
}
.wrapper-inner .header_top {
  background: #000 none repeat scroll 0 0;
  padding-top: 20px;
}
.header_wrapper.wrapper-inner .mainmenu ul li {
  padding-bottom: 29px;
}
/*.header_wrapper.wrapper-inner .header_top.fusion-is-sticky .mainmenu ul li {
  padding-bottom: 26px;
}
.header_wrapper.wrapper-inner .header_top.fusion-is-sticky {
  padding-top: 20px;
}*/
.imprint_area.section-padding {
  padding-bottom: 80px;
  padding-top: 60px;
}
.imprint_area .section_heading h2 {
  font-size: 28px;
}
.imprint-box h4 {
  margin-bottom: 25px;
}
.imprint-box address {
  margin-bottom: 35px;
}
.imprint-box p {
  margin-bottom: 20px;
}
.imprint-box h5 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.hiw_carousel .item {
  float: left;
  text-align: center;
  width: 25%;
}