@font-face {
  font-family: "HelveticaNeue";
  src: url("../../../fonts/helvetica_medium_cond/hlc____-webfont.eot"), url("../../../fonts/helvetica_medium_cond/hlc____-webfont.ttf") format("truetype"), url("../../../fonts/helvetica_medium_cond/hlc____-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueBold";
  src: url("../../../fonts/helvetica_medium_cond/hlc____-webfont.eot"), url("../../../fonts/helvetica_medium_cond/hlc____-webfont.ttf") format("truetype"), url("../../../fonts/helvetica_medium_cond/hlc____-webfont.svg") format("svg");
  font-weight: bold;
  font-style: normal;
}
body {
  font-family: Helveticaneue;
}

.not_active {
  pointer-events: none !important;
  cursor: pointer !important;
}

.active a {
  color: #f5842b !important;
}

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

.main_header {
  background: white;
  z-index: 50;
  height: 61px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0;
  border-bottom: 1px #f5842b solid;
}
.main_header .navbar-brand {
  margin: 15px 15px 0 15px;
  padding: 0;
  height: auto;
}
.main_header .logo {
  height: 60px;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 1076px) {
  .main_header .logo {
    border-right: #c4c4c4 1px solid;
  }
}
.main_header .menu {
  position: static;
  margin-left: 195px;
  top: 0;
}
.main_header .depth_0 {
  display: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  z-index: 12;
  position: absolute;
  top: 60px;
  left: 0;
  transform: translate(0, 0);
  clear: both;
  width: 100vw;
  background: white;
  padding: 0;
  margin: 0;
  text-align: center;
}
@media (min-width: 1076px) {
  .main_header .depth_0 {
    height: 74px;
  }
  .main_header .depth_0 li {
    padding-top: 7px;
  }
}
.main_header .depth_0 li {
  display: inline-block;
  clear: both;
  vertical-align: top;
  margin: 0px 20px 0 20px;
  width: 140px;
  text-align: left;
}
.main_header .depth_0 li a {
  font-size: 16px;
  color: #7e7e7e;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  text-decoration: none;
  padding: 20px 0 15px 0;
}
.main_header .depth_0 li a:hover {
  background: none;
  color: #f5842b;
}
.main_header .depth_0 .depth_1 {
  text-align: left;
  padding: 0;
}
.main_header .depth_0 .depth_1 li {
  display: block;
  margin: 0;
  width: 140px;
  text-align: left;
}
.main_header .depth_0 .depth_1 li a {
  width: 100%;
  font-weight: normal;
  padding: 3px 0 3px 0;
  font-size: 14px !important;
}

#navbar {
  padding: 0;
}

.navbar-header {
  z-index: 11px;
}

.main_menu li {
  display: inline-block;
}
.main_menu li a {
  text-decoration: none;
  padding-top: 23px;
  padding-bottom: 17px;
  padding-left: 10px;
  padding-right: 10px;
  color: #7e7e7e;
  text-transform: uppercase;
  font-family: "Helveticaneue";
  font-size: 18px;
}
.main_menu li a:hover {
  background: none;
  color: #f5842b;
}
.main_menu li a:focus {
  outline: none;
  background: none;
}

.nav_right {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.right_menu {
  margin: 0;
  padding: 0 15px 0 0;
  position: relative;
  float: right;
}
.right_menu #search_toggle {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background: white;
}
.right_menu #search_toggle form {
  vertical-align: middle;
  width: 230px;
  height: 58px;
  display: block;
}
.right_menu #search_toggle form input[type=search] {
  font-family: "Helveticaneue";
  margin-top: 13px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  border-radius: 0;
  height: 35px;
  border: #a6a6a6 1px solid;
  width: 100%;
  background: white;
  font-size: 19px;
  padding-left: 10px;
}
.right_menu #search_toggle form button {
  margin-top: 13px;
  margin-right: 15px;
  width: 35px;
  height: 35px;
  border: 0;
  padding: 0;
  border-radius: 0;
  background: #a6a6a6;
}
.right_menu #search_toggle form button i {
  color: white;
  font-size: 20px;
}
.right_menu li p {
  margin: 0;
  font-size: 18px;
  color: #7e7e7e;
  padding: 21px 15px 10px 15px;
  text-transform: uppercase;
  font-family: "Helveticaneue";
}
.right_menu li p:hover {
  background: none;
  color: #f5842b;
  cursor: pointer;
}
.right_menu li a {
  padding-top: 24px;
  padding-bottom: 16px;
  color: #7e7e7e;
  text-transform: uppercase;
  font-family: "Helveticaneue";
  font-size: 18px;
}
.right_menu li a:hover {
  background: none;
  color: #f5842b;
}
.right_menu li a i {
  font-size: 23px;
}
.right_menu .share a {
  padding: 21px 7px 16px 7px;
}
.right_menu .share a i {
  color: #8b8c8d;
}
.right_menu .share a i:hover {
  cursor: pointer;
  color: #f5842b;
}
.right_menu .share a:focus {
  background: none;
}

#has_submenu {
  cursor: pointer;
}

#is_submenu {
  text-align: center;
  padding: 0 20px;
  border-top: 1px solid #7e7e7e;
  display: none;
  height: 60px;
  width: 100%;
  background: white;
  position: absolute;
  bottom: -60px;
  left: 0;
  transform: translate(0, 0);
  z-index: 10;
}
#is_submenu li {
  display: inline-block;
  margin: 20px 15px 0 15px;
}
#is_submenu li a {
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #7e7e7e;
  text-transform: uppercase;
  font-family: "Helveticaneue";
  font-size: 16px;
}
#is_submenu li a:hover {
  background: none;
  color: #f5842b;
}

.menu .nav li {
  position: static;
}
.menu .navbar-nav {
  position: static;
}

#mob_btn {
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 18px;
  right: 15px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.hamburger {
  padding: 2px 5px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 24px;
  height: 2px;
  background-color: #7e7e7e;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -7px;
}

.hamburger-inner::after {
  bottom: -7px;
}

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
}

.mob {
  overflow: auto;
  font-family: "Helveticaneue";
  display: none;
  background: white;
  width: 100vw;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 12;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.mob .mob_menu {
  margin: 0 15px;
  padding: 15px 0 10px 0;
}
.mob .mob_menu li {
  margin-bottom: 5px;
  list-style: none;
}
.mob .mob_menu li a {
  font-size: 16px;
  text-decoration: none;
  padding: 15px 0;
  color: #7e7e7e;
  text-transform: uppercase;
}
.mob .mob_menu li .depth_0 {
  padding: 0;
  border: 0;
  position: static !important;
  clear: both;
  width: 100vw;
  background: #fff;
  text-align: left;
  margin-bottom: 5px !important;
}
.mob .mob_menu li .depth_0 li {
  margin: 0 !important;
  display: block !important;
}
.mob .mob_menu li .depth_0 li a {
  text-decoration: none !important;
  padding: 5px 15px !important;
  text-transform: uppercase;
  font-size: 16px !important;
}
.mob .mob_menu li .depth_0 li .depth_1 li a {
  padding: 0 0 5px 15px !important;
}

.mob_share {
  border-top: 1px #ccc solid;
  margin: 0 15px;
  padding: 15px 0 15px 0;
  display: grid;
  height: 120px;
}
.mob_share li {
  list-style: none;
}
.mob_share li a {
  font-size: 16px !important;
  vertical-align: top;
  color: #7e7e7e;
  text-transform: uppercase;
}
.mob_share li a i {
  font-size: 14px;
  width: 20px;
}
.mob_share .mob_search {
  margin-top: 15x;
  width: 100%;
  height: 300px;
  display: block;
}
.mob_share .mob_search form {
  margin-top: 15px;
  vertical-align: middle;
  height: 59px;
  border-top: 1px #ccc solid;
}
.mob_share .mob_search form input[type=search] {
  margin-top: 20px;
  padding-left: 10px;
  border-radius: 0;
  height: 35px;
  border: #a6a6a6 1px solid;
  background: white;
  font-size: 15px;
  width: 100%;
}
.mob_share .mob_search form button {
  float: right;
  /* alternative to negative margin-top,
  which seems to hide my button behind the input */
  position: relative;
  top: 20px;
  width: 35px;
  height: 35px;
  border: 0;
  padding: 0;
  border-radius: 0;
  background: #a6a6a6;
}
.mob_share .mob_search form button i {
  color: white;
  font-size: 20px;
}

@media (max-width: 1270px) {
  .main_menu li a {
    font-size: 15px;
  }
  .main_menu li a i {
    font-size: 15px;
  }

  .right_menu li a {
    font-size: 15px;
  }
  .right_menu li a i {
    font-size: 20px;
  }
}
@media (max-width: 1250px) {
  .menu {
    display: none;
  }

  .right_menu {
    display: none;
  }

  #mob_btn {
    display: block;
  }

  .main_menu li a {
    font-size: 14px;
  }
  .main_menu li a i {
    font-size: 16px;
  }

  .right_menu li a {
    font-size: 14px;
  }
  .right_menu li a i {
    font-size: 20px;
  }
}
.container_4k {
  margin-top: 60px;
}
@media screen and (max-width: 1250px) and (min-width: 1200px) {
  .container_4k {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 800px) {
  .container_4k {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.footer {
  padding-top: 10px;
  margin-top: 87px;
  border-top: 1px solid #f5842b;
  text-align: center;
  font-family: Arial;
  font-size: 11px;
  padding-bottom: 50px;
}

.footer p {
  color: #252525;
  margin-top: 0;
  margin-bottom: 2px;
}

.footer p a {
  color: #252525;
  text-decoration: none !important;
}

.footer p a:hover {
  color: #f5842b;
}

@media (max-width: 768px) {
  .footer {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .footer, .info, .choice, .choice_2 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .info h1 {
    font-size: 26px;
  }

  .info h3 {
    font-size: 20px;
  }
}
.footer {
  padding: 0 !important;
  padding: 0;
  border-top: 1px solid #f5842b;
  margin-top: 100px !important;
  margin-left: 15px;
  margin-right: 15px;
}
.footer .project_link {
  text-decoration: none;
}
.footer .project_link li p {
  color: #333;
}
.footer .project_link:hover li p {
  color: #f5842b;
}
@media (min-width: 768px) {
  .footer {
    margin: 0 auto;
  }
}
.footer .footer_logo {
  margin-top: 18px;
  padding: 0;
  text-align: left;
}
.footer .footer_logo ul {
  margin: 0 0 95px 0;
  padding: 0;
}
.footer .footer_logo ul li {
  height: 36px;
  list-style: none;
  display: inline-block;
}
.footer .footer_logo ul li p {
  font-size: 16px;
  margin: 0;
  padding-right: 4px;
}
.footer .footer_logo ul li p a {
  color: #333;
  text-decoration: none;
}
.footer .footer_logo ul li img {
  margin-top: 14px;
}

footer {
  font-size: 11px;
  line-height: 18px;
  color: #252525;
  text-align: center;
  text-decoration: none;
  margin-top: 30px;
}

@media all and (max-width: 1024px) {
  footer {
    margin-top: 25px;
  }
}
footer a {
  color: #252525;
  text-decoration: none;
}

footer .copyright {
  padding: 0 10px;
}
footer .copyright a:hover {
  color: #f5842b;
}

footer .container {
  margin-bottom: 50px;
  font-family: Regular, Arial, sans-serif;
}

footer .footer-menu {
  list-style: none;
  padding: 0;
}

footer .footer-menu > li {
  font-size: 16px;
  margin: 0;
  padding: 0;
}

footer .footer-menu > li > a {
  display: block;
  text-align: center;
  border-bottom: 1px solid #f5842b;
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}

footer .footer-menu > li > a:hover {
  color: #252525;
}

footer .footer-menu .expanded {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
}

footer .footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .footer-menu ul li {
  padding: 0 !important;
  margin: 0;
  list-style: none;
}

footer .footer-menu ul li a, footer .footer-menu ul li span {
  color: #767676;
  text-decoration: none;
  font-family: Regular, Arial, sans-serif;
  font-size: 11px;
}
footer .footer-menu ul li a:hover, footer .footer-menu ul li span:hover {
  color: #f5842b;
}

footer .headLine > a {
  display: block;
  text-transform: uppercase;
  color: #000;
  font-family: "Title", Bold, Arial, sans-serif;
  font-size: 16px;
  line-height: 35px;
  border-bottom: 1px solid #f5842b;
  margin-bottom: 15px;
  cursor: text;
}
@media (max-width: 374px) {
  footer .headLine > a {
    font-size: 12px;
  }
}
@media (min-width: 375px) and (max-width: 424px) {
  footer .headLine > a {
    font-size: 14px;
  }
}

footer .headLine > a, footer .headLine > a:hover, footer .headLine > a:visited, footer .headLine > a:active {
  text-decoration: none;
}

footer .follow-us label {
  padding-right: 25px;
  font-family: "Title", Bold, Arial, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  vertical-align: middle;
  margin: 4px 0 0 0;
}

footer .follow-us a {
  padding-right: 10px;
}

.fa {
  text-rendering: optimizeLegibility;
}

@media (max-width: 1000px) {
  .footer_notice {
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}
.footer_notice {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.orange_title {
  display: block;
}
@media (min-width: 768px) {
  .orange_title {
    padding: 0;
  }
}

.headline {
  width: 100% !important;
  text-align: left;
  margin: 40px 0 0 0;
  color: #f5842b;
  border-bottom: #f5842b 1px solid;
  height: 30px;
  line-height: 33px;
  vertical-align: middle;
  font-size: 16px;
  font-family: Arial, sans-serif;
}

.solution_title {
  position: relative;
  color: black;
  font-size: 38px;
  font-family: Helveticaneue;
  font-weight: 700;
  margin-top: 40px;
  padding-top: 5px;
}
@media (max-width: 620px) {
  .solution_title {
    font-size: 26px;
  }
}

.solution_title_srb {
  margin-top: 30px;
}

.solution_subtitle {
  font-family: Arial;
  font-weight: 700;
  font-size: 25px;
  color: black;
  margin-bottom: 30px;
  margin-top: 4px;
}
@media (max-width: 620px) {
  .solution_subtitle {
    font-size: 20px;
  }
}

.solution_subtitle_srb {
  font-family: Arial;
  font-weight: 700;
  font-size: 25px;
  color: black;
  margin-bottom: 40px;
  margin-top: 4px;
}

.solution_all_titles_srb {
  margin-bottom: 0;
}

.left_section {
  float: left;
  width: 980px;
}
@media (max-width: 1250px) {
  .left_section {
    width: 100% !important;
  }
}

.sidepanel {
  position: relative;
  float: right;
  width: 260px;
}
@media (max-width: 1250px) {
  .sidepanel {
    height: auto !important;
    float: left;
    width: 100%;
    text-align: center;
    display: block;
  }
}

.solutions_products_list_all {
  margin-left: -15px;
  margin-right: -15px;
}

.solution_products_single {
  text-align: center;
  margin-bottom: 44px;
  padding: 15px 15px 0 15px;
  background-color: white;
}
.solution_products_single .solutions_products_subtitle {
  margin-bottom: 0;
}
.solution_products_single img {
  transition: all 0.5s ease;
}
.solution_products_single:focus {
  text-decoration: none;
}
.solution_products_single h2 {
  font-family: Arial, sans-serif;
  text-decoration: none;
  margin-top: 15px;
}
.solution_products_single:hover {
  z-index: 49;
  text-decoration: none;
}
.solution_products_single:hover img {
  transform: scale(1.06);
}
.solution_products_single:hover h2 {
  color: #f5842b;
  text-decoration: none;
}
.solution_products_single:hover h3 {
  color: #f5842b;
  text-decoration: none;
}
@media (max-width: 625px) {
  .solution_products_single {
    width: 100%;
    margin-bottom: 25px;
  }
}
.solution_products_single .product-renders {
  height: 168.906px;
  width: 168.906px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.solutions_products_title {
  text-align: center;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-weight: 700;
  line-height: 100%;
  color: #333;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.6px;
}
.solutions_products_title.products_title {
  margin-top: 22px;
}

.solutions_products_title_link {
  color: #383838;
  text-decoration: none;
  font-family: Arial;
  font-size: 23px;
}

.solutions_products_title_link:visited {
  color: #383838;
}

.solutions_products_title_link:hover {
  color: #f5842b;
  text-decoration: none;
}

.solutions_products_title_link:active {
  color: #383838;
}

.solutions_products_subtitle {
  text-align: center;
  font-size: 14px;
  color: #383838;
  margin-top: 0;
  font-family: Arial;
  margin-bottom: 0;
  line-height: 1.43;
}

.solutions_products_list {
  padding: 0;
  text-align: center;
}
.solutions_products_list li {
  list-style: none;
  display: inline-block;
}
.solutions_products_list li a {
  text-decoration: none;
  color: #383838;
}
.solutions_products_list li a:hover {
  color: #f5842b;
}
.solutions_products_list li:after {
  content: ",";
  margin-left: -3px;
}
.solutions_products_list li:last-child:after {
  content: ",";
  display: none;
}

.solutions_products_read_more_btn {
  display: inline-block;
  margin-top: 5px;
  background: #E6E6E6;
  font-size: 13px;
  color: #000;
  padding: 14px 38px 12px;
  text-decoration: none !important;
  text-decoration: none !important;
  text-transform: uppercase;
}
.solutions_products_read_more_btn:hover {
  background: #f36523;
  color: #000;
}

.more_button_srb {
  font-family: Arial;
}

.one_line_heading {
  margin-top: 33px;
}

.new_section_line:before {
  content: "";
  margin: -15px 0;
  position: absolute;
  height: 1px;
  background: #c4c1c1;
  top: 0px;
  left: 0;
  right: 0;
}

.about_text {
  font-family: Arial;
  margin-top: 30px;
  margin-bottom: 48px;
}
.about_text p {
  font-size: 15px;
  color: #333333;
  margin: 0;
  line-height: 20px;
}

.video_single {
  margin-bottom: 45px;
  position: relative;
}
.video_single button {
  overflow: hidden;
}
.video_single .videoWrapper {
  padding: 0;
}
.video_single .videoWrapper .youtube-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video_single img {
  transition: all 0.5s ease;
}
.video_single:hover img {
  transform: translateZ(0) scale(1.06);
}
.video_single:hover .youtube-icon {
  opacity: 0.7;
}
.video_single iframe {
  width: 100%;
  height: auto;
}
.video_single .solutions_products_subtitle {
  text-transform: uppercase;
  text-align: left;
  font-size: 18px;
  letter-spacing: 0.6px;
  line-height: 100%;
  vertical-align: top;
  font-weight: 700;
  font-family: Arial, sans-serif;
  cursor: pointer;
}
.video_single:hover h3 {
  color: #f5842b;
}

.videos .modal-body iframe {
  min-height: 400px;
}
@media (max-width: 768px) {
  .videos .modal-body iframe {
    min-height: 300px;
  }
}

.modal_btn {
  border: none;
  padding: 0;
  position: relative;
}
.modal_btn .video_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 12;
  color: white;
  font-size: 50px;
}
.modal_btn:hover .video_play {
  color: #f5842b;
}

.modal {
  background: rgba(0, 0, 0, 0.75);
}
.modal .modal-dialog {
  width: auto;
}
@media (min-width: 768px) {
  .modal .modal-dialog {
    width: 700px;
  }
}
@media (min-width: 1024px) {
  .modal .modal-dialog {
    width: 800px;
  }
}

.modal-header {
  border-bottom: 0;
  font-family: Arial;
  padding-left: 100px;
  padding-bottom: 7px;
}
@media (max-width: 620px) {
  .modal-header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 359px) {
  .modal-header {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.modal-header h4.modal-title {
  text-align: left;
  font-size: 38px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 40px;
  padding-left: 6px;
  letter-spacing: -1px;
}
@media (max-width: 620px) {
  .modal-header h4.modal-title {
    font-size: 26px;
  }
}

.modal-body {
  padding: 0 100px 65px;
}
@media (max-width: 620px) {
  .modal-body {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 359px) {
  .modal-body {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.modal-body label {
  font-weight: 400;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 13px;
  font-family: Arial, sans-serif;
}
.modal-body iframe {
  width: 100%;
}
.modal-body .zoho-form-expert table tr td {
  font-family: Arial;
}
@media (max-width: 991px) {
  .modal-body .zoho-form-expert table tr td {
    display: block;
  }
}
.modal-body .zoho-form-expert table tr td:first-child {
  width: 31%;
}
@media (max-width: 991px) {
  .modal-body .zoho-form-expert table tr td:first-child {
    width: 100%;
    margin-top: 10px;
    margin-bottom: -10px;
    text-align: left;
  }
}
.modal-body .zoho-form-expert table tr td:nth-child(2) {
  padding-bottom: 10px;
}
@media (max-width: 620px) {
  .modal-body .zoho-form-expert table tr td:nth-child(2) {
    padding-bottom: 0;
  }
}
.modal-body .zoho-form-expert table .required-field-expert {
  padding-bottom: 21px;
}
@media (max-width: 991px) {
  .modal-body .zoho-form-expert table .required-field-expert {
    padding-top: 10px;
    padding-bottom: 16px;
    margin-top: 0 !important;
  }
}
@media (max-width: 620px) {
  .modal-body .zoho-form-expert table .contact-information {
    padding-bottom: 0;
  }
}
.modal-body .zoho-form-expert input, .modal-body .zoho-form-expert textarea {
  width: 100%;
  border: solid 1px #cacaca;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 6px 9px;
  font-size: 12px;
  line-height: 16px;
  color: #333;
  background: white;
}
.modal-body .zoho-form-expert .submit_btn {
  background: #f5842b;
  color: white;
  font-size: 16px;
  border: 0 !important;
  padding: 0;
  display: block;
  height: 50px;
  width: 150px;
  line-height: 50px;
  vertical-align: middle;
  cursor: pointer;
}
.modal-body .zoho-form-expert .g-recaptcha {
  padding-top: 11px;
}
@media (max-width: 991px) {
  .modal-body .zoho-form-expert .g-recaptcha {
    padding-top: 11px;
  }
}
.modal-body .zoho-form-expert .submit-expert {
  padding-top: 3px;
}
@media (max-width: 991px) {
  .modal-body .zoho-form-expert .submit-expert {
    padding-top: 4px;
  }
}
.modal-body .zoho-form-expert .newsletter-expert {
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .modal-body .zoho-form-expert .newsletter-expert {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.videos {
  margin-left: -15px;
  margin-right: -15px;
}

.fixed_sidebar {
  position: fixed;
  top: 50px;
  transform: translate(24%, 0);
}

.fixed_sidebar_end {
  position: absolute;
  bottom: 0 !important;
  transform: translate(24%, 0);
}

#solution_sidebar_wrapper {
  display: inline-block;
  float: right;
}
@media (max-width: 1250px) {
  #solution_sidebar_wrapper {
    float: none;
    margin: 0 auto;
  }
}
#solution_sidebar_wrapper .first_box {
  position: relative;
  margin-top: 50px;
  border: 1px solid #F26522;
  font-family: Helveticaneue;
  margin-bottom: 20px;
  float: right;
  width: 210px;
}
#solution_sidebar_wrapper .first_box .expert_photo {
  width: 100%;
  height: auto;
}
#solution_sidebar_wrapper .first_box .country-flag {
  position: absolute;
  top: 10px;
  right: 10px;
}
#solution_sidebar_wrapper .first_box .inner_box {
  padding: 10px 5px 20px 5px;
  text-align: left;
}
#solution_sidebar_wrapper .first_box .inner_box h5 {
  margin: 5px 0 0 0;
  font-family: Helveticaneue;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  text-align: left;
}
#solution_sidebar_wrapper .first_box .inner_box h3 {
  text-align: left;
  font-family: Helveticaneue;
  margin: 5px 0 0 0px;
  padding: 0;
  padding-bottom: 0px;
  font-size: 23px;
  color: #707070;
  font-weight: bold;
}
#solution_sidebar_wrapper .first_box .inner_box .active-block {
  font-family: Helveticaneue;
  display: block;
  text-decoration: none;
  color: black !important;
  background: #f8aa86;
  padding: 6px 10px;
  font-size: 18px !important;
  margin: 10px 0 0 0;
}
#solution_sidebar_wrapper .first_box .inner_box .active-block:hover {
  color: black !important;
  background: #f36523;
}
#solution_sidebar_wrapper .first_box .inner_box div {
  margin-top: 15px;
}
#solution_sidebar_wrapper .first_box .inner_box div a {
  color: black;
  font-family: Helveticaneue;
  font-size: 15px;
}
#solution_sidebar_wrapper .first_box .inner_box div a:hover {
  color: #f5842b;
  text-decoration: none;
}
#solution_sidebar_wrapper .first_box .inner_box .email_link {
  color: black;
  font-family: Helveticaneue;
  font-size: 15px;
  width: 100%;
  text-align: left;
}
#solution_sidebar_wrapper .first_box .inner_box .email_link:hover {
  color: #f5842b;
  text-decoration: none;
}
#solution_sidebar_wrapper .box_link {
  display: block;
  cursor: pointer;
}
#solution_sidebar_wrapper .box_link .innerContent {
  margin-bottom: 20px;
  font-family: Helveticaneue;
  line-height: 20px;
  padding: 10px 0;
  border: 1px solid #F26522;
  float: right;
  width: 210px;
}
#solution_sidebar_wrapper .box_link .innerContent .left {
  float: left;
  text-align: center;
  width: 50px;
  text-align: center;
}
#solution_sidebar_wrapper .box_link .innerContent .right {
  margin-left: 52px;
  padding: 0;
  max-width: 158px;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  color: black;
  text-align: left;
}
#solution_sidebar_wrapper .box_link .innerContent .right.contact-us {
  margin: 0 13px;
  max-width: 180px;
}
#solution_sidebar_wrapper .box_link .innerContent i {
  color: #8b8c8d;
  font-size: 24px;
}
#solution_sidebar_wrapper .box_link .innerContent i:hover {
  color: #f5842b;
}
#solution_sidebar_wrapper .box_link .innerContent:hover i.fa-envelope {
  color: #f5842b;
}
#solution_sidebar_wrapper .box_link:hover .right {
  color: #f5842b;
}

.main_menu li.menu-item-25 {
  display: none;
}
@media (min-width: 1120px) and (max-width: 1570px) {
  .main_menu li.menu-item-25 {
    display: inline-block;
  }
}

@media (min-width: 1120px) and (max-width: 1570px) {
  .main_menu li.menu-item-24 {
    display: none;
  }
}

.mob .mob_menu li.menu-item-25 {
  display: none;
}

.c-checkbox {
  position: absolute;
  opacity: 0;
}
.c-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.c-checkbox + label:before {
  box-sizing: border-box;
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 3px;
  border: solid 1px #c3c3c3;
}
.c-checkbox:hover + label:before {
  background: #e4e3e3;
}
.c-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.c-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.c-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: #333;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #333, 4px 0 0 #333, 4px -2px 0 #333, 4px -4px 0 #333, 4px -6px 0 #333, 4px -8px 0 #333;
  transform: rotate(45deg);
}

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