header .container, footer .container, .vc_row.fullwidth_container, .fullwidth_container {
  max-width: 98% !important;
  width: 98% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (min-width: 1500px) {
  .fullwidth_container, .vc_row.fullwidth_container {
    max-width: 1400px !important;
    margin: 0 auto !important;
  }
}

@media (min-width: 1300px) {
  .global_cta .container {
    max-width: 1280px !important;
  }

  .container {
    max-width: 1160px !important;
  }
}

@media only screen and (max-width: 1299px) {
  .container {
    max-width: 100% !important;
    width: 100% !important
  }
}

@media only screen and (max-width: 1120px) {}

@media only screen and (max-width: 1170px) {
  header {
    padding: 20px 0;
  }

  header.sticky .logo.sticky {
    display: none !important;
  }

  header.sticky .logo.static {
    display: block !important;
  }

  header.sticky {
    background: rgba(35, 111, 197, 0.8);
  }

  header #desktop_social {
    display: none;
  }

  header #mobile_social {
    display: block;
  }

  header.sticky .social_media .icons_header li a {
    color: #fff;
  }

  #logo, #navigation {
    float: left;
    -ms-flex: 0 0 50%;
    flex: 50%;
    max-width: 50%;
  }

  .wpml-ls-menu-item>a>span {
    display: inline-block;
    margin-left: 15px !important;
    font-size: 14px;
  }

  #mobile_social li a {
    width: 100%;
  }

  #mobile_social li a span {
    margin-left: 10px;
    width: 80%;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
  }

  #mobile_social li a:before {
    font: normal normal normal 14px/1 FontAwesome !important;
    left: -10px;
    position: relative;
    font-size: 17px !important;
  }

  #mobile_social li:last-child {
    margin-left: 7px;
  }

  #mobile_social .icons_header {
    margin-top: 0;
    text-align: left;
  }

  .vc_row.container.product_feature {
    margin: 0 auto 100px auto !important;
    width: 94% !important;
    max-width: 94% !important;
  }

  .feature_wrap .f_content {
    width: 47.7%;
    left: 0;
    position: relative;
  }

  .feature_wrap .f_desc {
    width: 75%;
  }
}

@media only screen and (max-width: 1024px) {
  .block {
    padding: 40px 0 !important;
  }

  .banner_small {
    padding: 150px 0 50px !important;
  }

  .banner {
    padding: 150px 0 100px !important;
  }

  .banner.single_banner {
    padding: 150px 5px 50px !important;
    text-align: left;
  }

  /* VC Space */
  .big_space {
    height: 20px !important;
  }

  .offset_top_300 {
    margin-top: 0;
  }

  header .logo {
    margin-top: 0;
  }

  .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 20px !important;
  }

  .vc_btn3.vc_btn3-size-md, .vc_btn3-container a {
    font-size: 0.8rem !important;
  }

  .row {
    margin-left: 0;
    margin-bottom: 0;
  }

  h1, h2 {
    font-size: 30px !important;
    line-height: 40px !important;
  }

  h3, h4 {
    font-size: 20px !important;
    line-height: 32px !important;
  }

  h5, h6 {
    font-size: 18px !important;
    line-height: 24px !important;
  }

  ul li, ul, ol, p {
    font-size: 15px !important;
    line-height: 24px !important;
  }

  .rev-btn.button-primary, .rev-btn.button-secondary {
    font-size: 12px !important;
    padding: 12px 1.5em !important;
    height: auto;
  }

  .custom_video {
    width: 100% !important;
  }

  .wpb_singleimage_heading {
    color: #5a7ebe;
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .market_section .vc_btn3-container {
    text-align: left !important;
    margin-top: 50px;
  }

  .market_section .wpb_column {
    width: 100%;
  }

  .global_cta .featured_icon {
    padding: 0 50px;
  }

  .global_cta .inline_elements {
    margin-bottom: 20px !important;
  }

  .global_cta .inline_elements:last-child {
    margin-bottom: 0 !important;
  }

  .menu_footer ul li a {
    margin: 3px 9px;
  }

  .dropdown.dropdown_tab {
    display: block;
  }

  .filter_wrap #filters {
    display: none
  }

  #contact_us, #contact_forms {
    padding: 0 10px !important;
  }

  #contact_us .wpb_column, #contact_forms .wpb_column {
    width: 100%;
    border-right: 0;
    margin-bottom: 30px;
    padding: 0 0 20px 0 !important;
    border-bottom: 1px solid #c9cfda;
  }

  #contact_us .wpb_column:last-child, #contact_forms .wpb_column:last-child {
    border-bottom: 0;
    margin-bottom: 0;
  }

  #contact_forms h2.form_toggle {
    position: relative;
  }

  #contact_forms h2.form_toggle:after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    right: 6px;
    top: 4px;
    -webkit-transition: all ease-in-out 150ms;
    -moz-transition: all ease-in-out 150ms;
    -o-transition: all ease-in-out 150ms;
    transition: all ease-in-out 150ms;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border: solid #033a78;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
  }

  #contact_forms .open_form h2:after {
    -webkit-transform: rotateZ(-135deg);
    -moz-transform: rotateZ(-135deg);
    -o-transform: rotateZ(-135deg);
    transform: rotateZ(-135deg);
  }

  #contact_forms div.wpcf7 {
    margin-top: 30px;
  }

  .licensed_section .wpb_column {
    width: 100%;
  }

  .mobile_space {
    float: left;
    width: 100%;
    height: 20px !important;
  }

  .single-post-heading {
    padding-left: 20px;
    padding-right: 20px;
  }

  .single-content .single_container {
    width: 100%;
    padding: 0 20px;
  }

  .mobile_slider .feature_wrap .f_content {
    width: 110%;
    left: -6%;
    position: relative;
    margin-bottom: 12px;
  }

  .mobile_slider .feature_wrap {
    top: 20px;
  }

  .mobile_slider .feature_wrap .f_icon {
    display: none;
  }

  .mobile_slider .feature_wrap .f_desc {
    width: 100%;
    margin-left: 0;
  }

  .mobile_slider .slick-slide {
    padding-bottom: 50px;
  }

  .mobile_slider {
    float: left;
    width: 100%;
    z-index: 1;
  }

  .mobile_slider .vc_row.container.product_feature {
    margin: 0 auto !important;
    width: 92% !important;
    max-width: 92% !important;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .mobile_slider .slick-dots {
    bottom: -10px;
    z-index: 8;
    width: auto;
  }

  .mobile_slider .slick-dots {
    text-align: left;
    left: 10%;
  }

  .offset_top_580 {
    margin-top: -500px;
  }

  .wrap-testimonial-slider .slide-prev.slick-arrow {
    left: 0;
  }

  .wrap-testimonial-slider .slide-next.slick-arrow {
    right: 0;
  }

  .wrap-slide-testimonial {
    padding-left: 5px;
    padding-right: 5px;
  }

  .offset_top_200 {
    margin-top: -100px;
  }
}

@media only screen and (max-width: 768px) {
  .mobile_hide {
    display: none !important;
  }

  .mobile_space_medium {
    float: left;
    width: 100%;
    height: 50px !important;
  }

  .mobile_space_120 {
    float: left;
    width: 100%;
    height: 120px !important;
  }

  .mobile_static {
    position: static;
  }

  .vc_btn3-inline {
    margin-right: 0;
  }

  .vc_btn3-container a {
    padding: 1rem 0.8rem !important
  }

  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px !important;
  }

  h1, h2 {
    font-size: 20px !important;
    line-height: 27px !important;
  }

  h3, h4 {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 300 !important;
  }

  h5, h6 {
    font-size: 14px !important;
    line-height: 22px !important;
    font-weight: 300 !important;
    font-weight: 300 !important;
  }

  ul li, ul, ol, p {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .pl_15 {
    padding-left: 0 !important;
  }

  .pr_80 {
    padding-right: 30px !important;
  }

  .pl_70 {
    padding-left: 30px !important;
  }

  .offset_top_220 {
    margin-top: -160px;
    z-index: 0;
  }

  .banner_small:before, .banner:before, .rev_slider .slotholder:before {
    display: none !important;
  }

  .hermes.tp-bullets {
    left: 30px !important;
  }

  .banner .vc_empty_space {
    height: 0 !important;
  }

  .vc_btn3-container {
    margin-bottom: 10px !important;
  }

  .vc_btn3-container.vc_btn3-right {
    text-align: left !important;
  }

  /* Floating Image */
  .floating_image {
    margin-top: 0 !important;
    margin-bottom: 40px;
  }

  .icon_prothean {
    width: 30%;
  }

  .float_content {
    width: 100%;
  }

  .float_content.border_none, .float_content {
    border-left: 0;
    padding: 15px;
    width: 100%;
  }

  .floating_image .float_wrapper {
    position: relative;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: inline-block;
    width: 95%;
    top: -180px;
    margin-bottom: -180px;
    left: 50% !important;
    min-height: auto;
    padding: 30px 0 0;
  }

  .floating_image .float_wrapper .vc_column-inner {
    position: static;
    transform: none;
  }

  .image_float_left, .image_float_right, .image_float_left .vc_column-inner, .image_float_right .vc_column-inner {
    width: 100% !important;
    height: 400px;
  }

  .floating_image .image_float_left {
    left: 0;
  }

  .floating_image .image_float_right {
    left: 0;
  }

  .floating_image.right {
    display: flex;
    flex-direction: column-reverse;
  }

  .market_column {
    width: 33.333333% !important;
  }

  .market_section {
    padding-top: 100px !important;
    margin-top: -170px;
  }

  .product_section .wpb_column {
    width: 33%;
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
  }

  .product_section .wpb_column .vc_column-inner {
    padding-left: 7px;
    padding-right: 7px;
  }

  .video_section {
    margin-top: 100px;
  }

  .custom_video {
    height: 350px !important;
  }

  .global_cta .featured_icon {
    width: 100%;
    padding: 0 20px;
  }

  .global_cta .inline_elements {
    margin-right: 0;
    margin-bottom: 20px !important;
  }

  .global_cta h4 {
    font-size: 18px;
  }

  .main_footer .footer_col {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    text-align: left;
  }

  .logo_footer {
    margin-bottom: 15px;
  }

  .logo_footer img {
    margin: 0 auto;
  }

  .menu_footer {
    text-align: center;
    margin: 30px 0;
  }

  .menu_footer li {
    display: block !important;
    width: 100%;
  }

  .menu_footer ul li a {
    font-size: 14px !important;
    line-height: 32px !important;
  }

  .social_media .icons_footer {
    text-align: center;
  }

  .isotope_list .post-details {
    padding: 35px 15px;
  }

  .isotope_list .post-thumbnail {
    height: 180px;
  }

  .floating_contents>.vc_column_container {
    margin-top: 0;
  }

  #media_filter {
    margin: 30px 0;
  }

  .isotope_wrap h2.heading {
    margin-left: 10%;
    margin-bottom: 20px !important;
  }

  .isotope_list {
    margin-bottom: 0;
  }

  #pagenav {
    margin-top: 0;
    padding: 0;
  }

  .market_box_modal .column {
    display: block;
    width: 100%;
  }

  .market_box_modal .modal-gallery {
    padding: 20px 0;
  }

  .single-post-heading {
    padding-left: 15px;
    padding-right: 15px;
  }

  .single-content .single_container {
    width: 100%;
    padding: 0 15px;
  }

  .offset_top_580 {
    margin-top: -250px;
  }

  .product_big_space {
    height: 200px !important;
  }

  .vc_row.feature_intro {
    padding-bottom: 20px !important;
  }

  .vc_row.feature_intro .wpb_column {
    width: 100%;
  }

  .video_heading {
    font-weight: 500 !important;
  }

  .media_modal .custom_video video {
    height: auto;
  }

  .showreel_bg {
    text-align: center;
  }

  .showreel_bg video {
    width: 90%;
    margin: 0 auto;
    display: inline-block;
  }

  .wrap-testimonial-slider .slide_image {
    height: 400px;
    width: 100%;
  }

  .wrap-testimonial-slider .slide_content {
    width: 90%;
    position: relative;
    margin-top: -200px;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .mobile_button {
    display: block !important;
  }

  .desktop_button {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .product_application_column {
    width: 50% !important;
    display: inline-block;
  }

  .wrap-testimonial-slider.container {
    padding-left: 0;
    padding-right: 0;
  }

  .wrap-testimonial-slider .slider-intro {
    margin-bottom: 20px;
  }

  .wrap-testimonial-slider .slide_content {
    padding: 40px 30px;
  }

  .modal-dialog {
    top: 0;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
  }

  .mobile_space_small {
    height: 10px !important;
  }

  .border_right {
    border-right: 0;
  }

  .pl_70 {
    padding-left: 0 !important;
  }

  .pr_80 {
    padding-right: 0 !important
  }

  .mobile-order-1.vc_row.vc_row-flex>.vc_column_container:first-child {
    order: 1;
  }

  .fieldgroup .half-col {
    width: 98%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .fieldgroup .half-col:last-child {
    margin-bottom: 0;
  }

  .full-col.file label {
    font-size: 15px;
  }

  .full-col.file label {
    display: block;
    margin-right: 0;
  }

  .full-col.file .wpcf7-form-control-wrap.file {
    float: left;
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .equal-height-columns .vc_btn3-container {
    position: static;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
  }

  .equal-height-columns .wpb_column {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .banner_small {
    padding: 100px 0 50px !important;
  }

  .banner {
    padding: 100px 0 !important;
    position: relative;
    text-align: center;
  }

  .banner.single_banner {
    padding: 50px 5px 50px !important;
  }

  .banner.single_banner h1 {
    margin-top: 40px;
  }

  .hermes.tp-bullets {
    left: 20px !important;
  }

  .main_footer .footer_col {
    width: 100%;
    text-align: left;
  }

  .logo_footer img {
    margin: 0;
  }

  .menu_footer {
    text-align: left;
    margin-bottom: 0;
  }

  .menu_footer li {
    display: block !important;
    width: 100%;
  }

  .social_media .icons_footer {
    text-align: left;
    padding-left: 10px;
  }

  /* Floating Image */
  .image_float_left, .image_float_right, .image_float_left .vc_column-inner, .image_float_right .vc_column-inner {
    width: 100% !important;
    height: 350px;
  }

  .icon_prothean {
    width: 60%;
  }

  .product_section .wpb_column {
    width: 50%;
    display: inline-block;
  }

  .wpb_singleimage_heading {
    font-size: 14px !important;
  }

  .custom_video {
    height: 250px !important;
  }

  .modal-gallery .custom_video {
    height: 185px !important;
  }

  .modal-gallery .slider.flexslider .image_item {
    height: 185px;
  }

  .icons_container .wpb_column {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
  }

  .icons_container .wpb_column .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .global_cta .featured_icon {
    border-right: 0;
    margin-bottom: 20px !important;
    width: 30%;
    display: block;
    padding: 0;
  }

  .global_cta .inline_elements {
    display: block !important;
    margin-right: 0;
    margin-bottom: 20px !important;
  }

  .global_cta h4 {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .team_wrapper {
    margin: 100px 0 50px;
  }

  .team_section {
    padding: 30px 0;
    margin-bottom: 100px;
  }

  .team_section .team_image {
    margin-top: -100px;
  }

  .team_section:before {
    display: none !important;
  }

  .office_address .wpb_column {
    margin-bottom: 20px;
  }

  .office_address .wpb_column h6 {
    font-weight: 500 !important;
  }

  .product_intro .wpb_single_image {
    width: 110px;
  }

  .product_intro .intro_content {
    margin-top: 10px;
  }

  .video_heading {
    text-align: left !important;
  }

  .product_big_space {
    height: 170px !important
  }

  .mobile_slider .vc_row.container.product_feature {
    margin: 0 auto !important;
    width: 85% !important;
    max-width: 85% !important;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .mobile_slider .feature_wrap .f_content {
    width: 122%;
    left: -12%;
    position: relative;
    margin-bottom: 12px;
  }

  .product_application .wpb_column {
    display: inline-block;
    width: 50%;
  }

  .product_application .wpb_column .vc_column-inner {
    padding-left: 7px;
    padding-right: 7px;
  }

  .product_application .vc_empty_space {
    height: 0 !important;
  }

  .product_application .wpb_single_image {
    margin-bottom: 10px !important;
  }

  .vc_btn3-container.vc_btn3-center {
    text-align: left;
    float: left;
  }

  .market_column {
    width: 100% !important;
  }

  .showreel_bg video {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {}

/* iPad Pro in portrait & landscape*/
/* Portrait and Landscape */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {}

/* Ipad Pro Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .home .floating_image {
    margin-top: -65px;
  }

  .floating_image {
    margin-top: -83px;
  }

  .image_float_left .vc_column-inner, .image_float_right .vc_column-inner {
    width: 540px !important;
    height: 550px;
  }

  .floating_contents>.vc_column_container {
    margin-top: -50px;
  }

  .offset_top_580 {
    margin-top: -480px;
  }
}

/* Ipad Pro Landscape */
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {}

/* iPad Pro in portrait & landscape*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

  /* STYLES GO HERE */
  .video_offset_top {
    margin-top: -100px !important;
  }
}

/* Ipad Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .offset_top_220 {
    margin-top: -140px;
  }
}

/* Ipad portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* STYLES GO HERE */
}