@charset "utf-8";
/* CSS Document */

@import url("http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,300,400,600,700,800"); /*  font-family: 'Open Sans', sans-serif; */
@import url("https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* 
Thin 100
Thin 100 italic
Extra-light 200
Extra-light 200 italic
Light 300
Light 300 italic
Regular 400
Regular 400 italic
Medium 500
Medium 500 italic
Semi-bold 600
Semi-bold 600 italic
Bold 700
Bold 700 italic
Extra-bold 800
Extra-bold 800 italic
Black 900
Black 900 italic
*/

body {
  font-family: "Exo", sans-serif;
  padding: 0;
  margin: 0;
}
samp,
input,
textarea,
label {
  font-family: "Exo", sans-serif;
}
div,
p,
form,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
form,
img,
br,
input,
textarea,
label,
samp,
figure,
dl,
dd {
  padding: 0;
  margin: 0;
}

a,
input {
  text-decoration: none;
  outline: none;
}

img {
  border: 0;
  outline: none;
}

ul {
  list-style-type: none;
}

*:focus {
  outline: none;
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* input::-webkit-input-placeholder {color: red;} 
input:-moz-placeholder {color: red;} 
input::-moz-placeholder {color: red;} 
input:-ms-input-placeholder {color: red;}
textarea::-webkit-input-placeholder {color: green;} 
textarea:-moz-placeholder {color: green;} 
textarea::-moz-placeholder {color: green;} 
textarea:-ms-input-placeholder {color: green;}
input[type="email"]::-webkit-input-placeholder {color: blue;} 
input[type="email"]:-moz-placeholder {color: blue;} 
input[type="email"]::-moz-placeholder {color: blue;} 
input[type="email"]:-ms-input-placeholder {color: blue;} */

input[type="button"],
input[type="submit"],
.input-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input,
textarea {
  background: transparent;
  padding: 0px 0 0px 0;
  border: 0;
  width: 100%;
}

.clear {
  clear: both;
  line-height: 0 !important;
  font-size: 0 !important;
  height: 0px !important;
}

#navHolder {
  position: fixed;
  left: 0px;
  top: -100%;
  height: 100%;
  width: 100%;
  z-index: 3;
  background: #ebebeb url(../images/megamenu.jpg) no-repeat 50% 50%;
  opacity: 1;
  overflow: hidden;
  z-index: 10;
}
.navHolderActive {
  opacity: 1;
  top: 0 !important;
}

.transition {
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.transition2 {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.transition3 {
  -webkit-transition: all 10s ease;
  -moz-transition: all 10s ease;
  -o-transition: all 10s ease;
  transition: all 10s ease;
}
.transition4 {
  -webkit-transition: all 1.2s ease-in-out;
  -moz-transition: all 1.2s ease-in-out;
  -o-transition: all 1.2s ease-in-out;
  transition: all 1.2s ease-in-out;
}
.addAnimate {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in-out;
}

.delay3 {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.delay4 {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.delay5 {
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  -ms-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.zoomIn {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.zoomOut {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.fadeOut {
  opacity: 0;
}
.fadeIn {
  opacity: 1;
}
.fadeOutRight {
  opacity: 0;
  position: relative;
  left: 50%;
}
.fadeInRight {
  opacity: 1;
  left: 0%;
}
.fadeOutLeft {
  opacity: 0;
  position: relative;
  right: 50%;
}
.fadeInLeft {
  opacity: 1;
  right: 0%;
}
.fadeOutBottom {
  opacity: 0;
  position: relative;
  top: 50px;
}
.fadeInBottom {
  opacity: 1;
  top: 0px;
}
.fadeOutTop {
  opacity: 0;
  position: relative;
  margin-top: -50%;
}
.fadeInTop {
  opacity: 1;
  margin-top: 0%;
}

.center {
  width: 90%;
  max-width: 1155px;
  margin: 0 auto;
  position: relative;
}
.center:after {
  content: "";
  display: block;
  clear: both;
}

.more {
  display: inline-block;
  padding-right: 18px;
  background: url(../images/plus.gif) no-repeat 100% 4px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}

.vertical_middle,
.vertical_middle:before {
  height: 100%;
  vertical-align: middle;
}
.vertical_middle > * {
  display: inline-block;
  vertical-align: middle;
}

header {
  /*height: 135px;*/
  -webkit-box-shadow: 0px 5px 13px -5px rgb(0 0 0 / 25%);
  -moz-box-shadow: 0px 5px 13px -5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 13px -5px rgb(0 0 0 / 25%);
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.topLinks {
}
.topLinks:after {
  content: "";
  display: block;
  clear: both;
}
.topLinks > li {
  float: left;
  padding: 0 18px;
  border-right: 1px solid #4b4d93;
}
.topLinks > li > a {
  display: block;
  font-size: 14px;
  line-height: 48px;
  color: #fff;
}
.headSec2 {
  height: 87px;
  background: #fff;
  padding-left: 25px;
  position: relative;
}
.headSec2:after {
  content: "";
  display: block;
  clear: both;
}
.headSec2 .headSec2_right {
  float: right;
  padding: 0 20px;
  margin-right: 162px;
  border-right: 1px solid #e3e3e3;
  position: relative;
}
/*.logo{ float: left; margin-top: 20px;}*/

.headerFixed {
  position: fixed;
  top: -48px;
}
.mobNavTriger {
  display: none;
}

.nav {
}
.nav:after {
  content: "";
  display: block;
  clear: both;
}
.nav > li {
  float: left;
  position: relative;
}
.nav li.hasMegamenu {
  position: static;
}
.nav > li > a {
  display: block;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 87px;
  text-transform: uppercase;
  color: #000;
}
.nav > li:hover > a {
  color: #26297b;
}
.nav > li .submenuHolder {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  margin: 0;
  padding: 25px;
  background: #fff;
  -webkit-box-shadow: 0 10px 25px 0 rgb(0 0 0 / 20%);
  -moz-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 25px 0 rgb(0 0 0 / 20%);
  display: none;
  border-top: 1px solid #dbdbdb;
  overflow: hidden;
  width: 250px;
}
.nav li.hasMegamenu .submenuHolder {
  width: 100%;
  padding: 0;
}
.nav li:last-of-type .submenuHolder {
  left: auto;
  right: 0;
}

.subMenu {
}
.subMenu li:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}
.subMenu li a {
  display: block;
  padding: 15px 0;
  color: #000;
  font-size: 14px;
  position: relative;
}
.subMenu li a:hover {
  color: #26297b;
}

.subMenu li a:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 20px;
  width: 11px;
  height: 10px;
  background: url(../images/arrow-set1.png) no-repeat -22px -19px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.subMenu li a:hover:after {
  background: url(../images/arrow-set1.png) no-repeat 0 -19px;
}

.submenu_bg {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  opacity: 1;
}

.megamenu:after {
  content: "";
  display: block;
  clear: both;
}
.megamenu aside {
  float: left;
  padding: 25px;
  width: 40%;
}
.megamenu aside h3 {
  font-size: 14px;
  color: #ea212d;
  font-style: italic;
  margin-bottom: 25px;
}
.megamenu aside h3 strong {
  color: #333333;
  font-size: 20px;
  display: block;
}
.megamenu aside ul {
  border-top: 1px solid #ddd;
}
.megamenu aside ul li {
  border-bottom: 1px solid #ddd;
  position: relative;
}
.megamenu aside ul li a {
  display: block;
  padding: 15px 0;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.megamenu aside ul li:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 20px;
  width: 11px;
  height: 10px;
  background: url(../images/arrow-set1.png) no-repeat -22px -19px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.megamenu aside ul li:hover:after {
  background: url(../images/arrow-set1.png) no-repeat 0 -19px;
}
.megamenu aside ul li:hover a {
  color: #ea212d;
}

.megamenu figure {
  float: right;
  width: 60%;
  padding: 50px;
  background: #f0f0f0;
}
.megamenu figure img {
  width: 100%;
}

.mobHeadContactNo {
  display: none;
}

.have_a_query {
  position: absolute;
  top: 32px;
  right: 0;
  width: 168px;
  text-align: center;
  background: url(../images/arrow-query.png) no-repeat 0 50%;
}
.have_a_query a {
  font-size: 14px;
  color: #cf171f;
  font-weight: 600;
  text-transform: uppercase;
}
.have_a_query a.fixedld {
  display: none;
}
/*.logo{ display: none;}*/

/*#footer-navigation li a:hover, #primary-menu .menu-item a:hover, .blog-style-masonry .entry-title.title-h4 a:hover, .blog-style-multi-author .post-title a:hover, .blog-style-styled_list1 .post-title a:hover, .blog-style-styled_list2 .post-title a:hover, .blog-style-timeline .post-title a:hover, .custom-footer li a:hover, .gem-basic-grid .post-title h4.entry-title a:hover, .gem-basic-grid-2 .vc_gitem-zone-c .post-title a:hover, .gem-blog-slider .post-title a:hover, .gem-media-grid .midia-grid-item-post-author span a:hover, .gem-team-style-5 .team-person:hover .team-person-name, .justified-style-1 .entry-title.title-h4 a:hover, .justified-style-2 .entry-title.title-h4 a:hover, .portfolio-item .caption .title a:hover, .portfolio-set-comma, .portfolio.hover-horizontal-sliding .overlay .links .caption .info a, .portfolio.hover-vertical-sliding .overlay .links .caption .info a, .post-template-default.single-post .entry-content p a span, .products .portfolio-item .wrap>.caption .title a:hover, .products .product-info .product-title a:hover, .reverse-link-color a:hover, .socials-list.socials-colored a:hover .socials-item-icon, .version-default.news-grid .portfolio-item:hover .wrap>.caption .title a, .version-default.news-grid.hover-default-vertical-sliding .portfolio-item .image .links .caption .info a, .version-new.news-grid .portfolio-item .wrap>.caption .title a:hover, .version-new.news-grid .portfolio-item:hover .wrap>.caption .title a, .widget .team-person-email a:hover::before, .widget_recent_comments .comment-author-link a, a, a.reverse-link-color:hover, body #primary-menu.no-responsive>li.menu-item-cart>.minicart ul li a:hover, body .hamburger-minicart>.minicart ul li a:hover, body.woocommerce-account .page-title-block .breadcrumbs span a, body.woocommerce-cart .custom-header .breadcrumbs span a, body.woocommerce-checkout .custom-header .breadcrumbs span a, body.woocommerce-wishlist .custom-header .breadcrumbs span a {
    color: #eb8a3a!important;
    display: none !important;
}*/

.vc_custom_1637082699733 {
    margin-top: 0px !important;
}


.menu-item-logo .logo,
.site-title .logo {
  display: none;
  vertical-align: middle;
  min-height: 1px;
  min-width: 1px;
}

.homeSec6 {
  background: #fff;
}
.homeSec6 .center {
  padding: 65px 0;
  text-align: center;
}
.homeSec6 h2 {
  font-size: 28px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 60px;
}
.social_slide {
  padding: 0 0px;
}
.social_slide .slick-list {
  padding: 10px 0;
}
.social_slide li.social_item {
  margin: 0 20px;
  width: 29%;
  float: left;
}
/*.social_slide li:hover{-webkit-box-shadow: 0px 0px 13px 2px rgba(168,190,213,0.81);
-moz-box-shadow: 0px 0px 13px 2px rgba(168,190,213,0.81);
box-shadow: 0px 0px 13px 2px rgba(168,190,213,0.81);}*/

.social_item figure {
  margin-bottom: 0;
  position: relative;
  height: 175px;
  overflow: hidden;
  z-index: 1;
}
.social_item figure img {
  width: 100%;
}
.social_item article {
  margin: 0 10px;
  padding: 35px 30px;
  text-align: left;
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 16px;
  color: #212121;
  line-height: 22px;
}
.social_item article h3 {
  font-size: 20px;
  color: #212121;
  padding: 0 0 10px 0;
}
.social_item article span {
  display: block;
  margin-bottom: 20px;
  font-size: 12px;
  color: #202020;
}
.social_item article p {
  width: 100%;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 13px;
  color: #212121;
  line-height: 20px;
}
.social_item article strong {
  font-size: 13px;
  color: #202020;
  display: block;
  vertical-align: middle;
  line-height: 33px;
}
.social_item article strong::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  width: 33px;
  height: 33px;
  border-right: 1px solid #ddd;
  background: url(../images/facebook.png) no-repeat 0 0;
}
/*.social_slide li:nth-child(1) figure{ background: #eff1f3; border: 1px solid #e4e9ee;}
.social_slide li:nth-child(2) figure{ background: #eff1f3; }
.social_slide li:nth-child(3) figure{ background: #eff1f3; border: 1px solid #e4e9ee;}*/
/*.social_slide li:hover figure{ background: #0271d4;}*/
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.ps_next {
  background: #fff url(../images/arrow.png) no-repeat -37px 50%;
  display: block;
  right: 0px;
}
.ps_prev {
  left: 0;
  background: #fff url(../images/arrow.png) no-repeat 15px 50%;
  display: block;
}
.ps_prev,
.ps_next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 5;
  width: 40px;
  height: 40px;
  font-size: 0px;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #dfdfdf;
  box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 5%);
}
.members-left {
  text-align: center;
  font-size: 25px;
  color: #102f45;
}
.social_item figure {
  margin: 0 auto;
}
.social_item figure img {
  width: 180px;
  height: 175px;
  margin: 0 auto;
  text-align: center;
  border-radius: 50%;
}
.social_slide li article {
  padding: 40px 0;
}
.social_slide li article span {
  text-align: center;
  margin: 0 auto;
  width: 50px;
  height: 20px;
}
.social_slide li article p {
  color: #102f45;
  font-size: 15px;
  line-height: 25px;
}
.social_slide li article h3 {
  color: #eb8a39;
  font-size: 18px;
  font-weight: 400;
  padding: 21px 0;
  position: relative;
  height: 30px;
}
.social_slide li article h3:after {
  content: "";
  display: inline-block;
  width: 50px;
  left: 10px;
  bottom: 8px;
  border-bottom: 1px solid #dbe0e3;
  position: absolute;
}
.social_slide li article h3:before {
  content: "";
  display: inline-block;
  width: 50px;
  right: 10px;
  bottom: 8px;
  border-bottom: 1px solid #dbe0e3;
  position: absolute;
  margin: 0 auto;
}
.social_slide li article h4 {
  font-size: 18px;
  color: #102f45;
  margin: 10px 0 0 0;
  font-weight: 400;
}
.members-left h2 {
  padding: 0 0 30px 0;
  font-size: 25px;
}
.members-left h2:after {
  border-bottom: 1px solid #ccc;
  width: 500px;
  content: "";
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 25px 0 0 0;
}
.social_slide li article img {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin: 0 auto 15px auto;
}
.strong-view.wpmtst-modern .wpmtst-testimonial-content {
  min-height: 165px !important;
}

.showMobile {
  display: none;
}
.showDesktop {
  display: none;
}
.showDesktop2 {
  display: block;
}

#fhw_cookiehinweis a {
  display: none !important;
}

.yb-custom-mb-2020 {
  margin: 150px 0 0 0;
}
#post-36359 .yb-custom-mb-2020 {
  margin: 50px 0 0 0;
}


@media only screen and (max-width: 1440px) {
.showMobile {
  display: none;
}
.showDesktop {
  display: none;
}
.showDesktop2 {
  display: block;
}
.showDesktop3 {
  display: none;
}
}


@media only screen and (max-width: 1366px) {
.showMobile {
  display: none;
}
.showDesktop {
  display: block;
}
.showDesktop2 {
  display: none;
}
.showDesktop3 {
  display: none;
}
}


@media only screen and (max-width: 600px) {
  .showMobile {
    display: block !important;
  }
  .showDesktop {
    display: none !important;
  }
.showDesktop2 {
    display: none !important;
  }
.showDesktop3 {
    display: none !important;
  }
}

@media all and (max-width: 1024px) {
  header {
    height: auto;
  }
  .headerFixed {
    top: 0px;
  }
  .headSec1 {
    display: none;
  }
  .headSec2 {
    height: 70px;
    padding-left: 19px;
  }

  .mobHeadContactNo {
    font-size: 12px;
    line-height: 70px;
    color: #fff;
    display: inline-block;
    padding-left: 35px;
    position: relative;
    position: absolute;
    left: 120px;
    top: 0px;
    height: 100%;
    border-left: 1px solid #dbdbdb;
    display: block;
    color: #000;
  }
  .mobHeadContactNo:before {
    content: "";
    width: 10px;
    height: 13px;
    background: url(../images/icon-call.png) no-repeat 0 100%;
    position: absolute;
    left: 20px;
    top: 28px;
  }

  .logo img {
    width: 85px;
  }

  .navHolder {
    position: fixed;
    left: 100%;
    right: 0;
    top: 70px;
    bottom: 0;
    margin: auto;
    padding: 30px 0px;
    background: #fff;
    overflow: auto;
    -webkit-box-shadow: 0px 15px 30px -20px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 15px 30px -20px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 15px 30px -20px rgb(0 0 0 / 20%);
    z-index: 2;
    width: 100vw;
  }
  .nav > li {
    float: none;
    border-bottom: 1px solid #dbdbdb;
  }
  /*.nav>li>a:after{display: none;}*/
  .nav > li > a {
    font-size: 12px;
    line-height: 48px;
    position: relative;
  }

  .mobNavTriger {
    display: block;
    position: absolute;
    right: 20px;
    top: 0px;
    height: 100%;
    z-index: 99999;
    border-left: 1px solid #dbdbdb;
    padding-left: 60px;
    line-height: 70px;
    font-size: 11px;
    text-transform: uppercase;
  }
  .mobNavTriger:after {
    content: "";
    background: url(../images/menuTrigger.png) no-repeat 50% 0%;
    height: 24px;
    width: 24px;
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .mobNavTriger.mtClose:after {
    background: url(../images/menuTrigger.png) no-repeat 50% 100%;
  }

  .nav > li .megamenu {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    z-index: 100;
    margin: 0;
    padding: 0;
    background: rgba(241, 241, 241, 1);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: auto;
    border-top: 1px solid #dbdbdb;
    padding-right: 0px;
    display: none;
  }
  .megamenu_bg {
    display: none;
  }
  .megamenu aside h3,
  .megamenu figure {
    display: none;
  }
  .megamenu aside {
    float: none;
    width: 100%;
    padding: 15px 25px;
  }
  .megamenu aside ul {
    border-top: none;
  }
  .megamenu aside ul li:last-of-type {
    border-bottom: none;
  }
  .megamenu aside ul li a {
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0;
  }

  .nav > li .submenuHolder {
    display: none;
    padding: 15px 25px;
    position: relative;
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #efefef;
  }
  .subMenu li a {
    padding: 10px 0;
  }
  .subMenu li a:after {
    content: "";
    top: 15px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }

  .nav > li.dropdown_mob > a:after {
    content: "";
    width: 14px;
    height: 14px;
    background: url(../images/plus2.png) no-repeat 0 0;
    position: absolute;
    right: 20px;
    top: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .nav > li.dropdown_mob > a.openMobSub:after {
    transform: rotateZ(45deg);
  }
  #tshowcase-hover-wrap .ts-square .tshowcase-hover-info .tshowcase-box-info {
    padding: 0;
  }
  .yb-custom-mb-2020 .tshowcase-box-info-inner {
    padding-top: 86px !important;
  }
  #tshowcase-hover-wrap .ts-col_6 .tshowcase-hover-info {
    width: calc(100% - 30px) !important;
    left: 15px;
    height: 150px !important;
    margin-top: -62px !important;
  }
  .strong-view.wpmtst-modern .wpmtst-testimonial-content {
    margin-bottom: 25px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .custom-footer .wpb_column {
    width: 50% !important;
    display: inline-block;
    vertical-align: top;
  }
}

/*--------- .footer1 end ---------*/

@media screen and (min-aspect-ratio: 13 / 7) and (max-device-width: 1114px) and (orientation: landscape) {
  body:before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000 url(../images/orientation-change.png) no-repeat 50% 50%;
    background-size: 400px;
    z-index: 99999;
  }
}
