/*website colors*/
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (tablets landscape, 1024px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
/*website colors*/
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (tablets landscape, 1024px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
body, input, textarea, button, select, a {
  -webkit-tap-highlight-color: transparent;
}

.byi_drupa_page {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #323232;
  height: auto;
}
@media (min-width: 1200px) {
  .byi_drupa_page {
    font-size: 18px;
    line-height: 27px;
  }
}
.byi_drupa_page a {
  text-decoration: none;
  display: inline-block;
  outline: none;
  cursor: pointer;
  transition: all 0.4s ease-in;
  font-weight: 500;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .byi_drupa_page a {
    font-size: 18px;
    line-height: 27px;
  }
}
.byi_drupa_page a:hover, .byi_drupa_page a:focus, .byi_drupa_page a:active {
  outline: none;
  text-decoration: none;
  color: #DD2B1D;
}
.byi_drupa_page a:visited {
  color: #FFFFFF;
}
.byi_drupa_page a:visited:hover {
  color: #DD2B1D;
}
.byi_drupa_page p {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .byi_drupa_page p {
    font-size: 18px;
    line-height: 27px;
  }
}
.byi_drupa_page input {
  outline: none !important;
  box-shadow: none !important;
  height: auto !important;
}
.byi_drupa_page input:focus, .byi_drupa_page input:active {
  box-shadow: none !important;
  outline: none !important;
}
.byi_drupa_page.scroll_hide {
  overflow: hidden;
}
.byi_drupa_page::-webkit-scrollbar {
  width: 6px;
}
.byi_drupa_page::-webkit-scrollbar-thumb {
  background: #DD2B1D;
  border-radius: 8px;
}
.byi_drupa_page::-webkit-scrollbar-track {
  background: rgba(0, 21, 178, 0.1);
}

* {
  box-sizing: border-box;
  font-family: "Inter", sans-serif !important;
}

.list_none {
  list-style-type: none;
}

.m0 {
  margin: 0;
}

.p0 {
  padding: 0;
}

.mp0 {
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1630px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.container-sm {
  max-width: 1428px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.section {
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, span, input, textarea, select, button, option, table, form, label {
  font-family: "Inter", sans-serif !important;
}

.list-none {
  list-style-type: none;
}

::-moz-placeholder {
  color: rgba(17, 17, 17, 0.5);
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}

::placeholder {
  color: rgba(17, 17, 17, 0.5);
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}

.drupa-btn {
  background-color: #DD2B1D;
  border-radius: 30px;
  padding: 8px 20px;
  font-weight: 700 !important;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  text-align: center;
  border: 0;
  outline: 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: all 0.4s ease;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .drupa-btn {
    padding: 11px 24px;
  }
}
.drupa-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #e44134;
  transition: all 0.4s ease;
  z-index: -1;
  border-radius: 20px;
}
.drupa-btn:hover {
  color: #FFFFFF !important;
  border: 0;
}
.drupa-btn:hover::before {
  width: 100%;
}
.drupa-btn:focus {
  background: #DD2B1D !important;
  color: #FFFFFF !important;
  border: none;
}
.drupa-btn:focus:hover {
  color: #FFFFFF !important;
}
.drupa-btn:visited, .drupa-btn:active {
  color: #FFFFFF !important;
}
.drupa-btn:visited:hover, .drupa-btn:active:hover {
  color: #FFFFFF !important;
}

img {
  max-width: 100%;
  height: auto;
  outline: none;
}

.text-uppercase {
  text-transform: uppercase;
}

.stroke-text {
  text-shadow: -1px -1px 0 rgb(255, 255, 255), 1px -1px 0 rgb(255, 255, 255), -1px 1px 0 rgb(255, 255, 255), 1px 1px 0 rgb(255, 255, 255);
  -webkit-text-fill-color: #162e76;
  color: transparent;
  transition: color 0.5s, stroke 0.8s;
}
@media (min-width: 0px) and (max-width: 767px) {
  .stroke-text {
    -webkit-text-fill-color: #512865;
  }
}

.heading-title, .sub-heading, .sub-heading-title, .child-heading, .child-heading-title, p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: #323232;
}

h1, .heading-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
}
@media (min-width: 768px) {
  h1, .heading-title {
    font-size: 34px;
    line-height: 44px;
  }
}
@media (min-width: 992px) {
  h1, .heading-title {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (min-width: 1200px) {
  h1, .heading-title {
    font-size: 54px;
    line-height: 64px;
  }
}
@media (min-width: 1440px) {
  h1, .heading-title {
    font-size: 64px;
    line-height: 74px;
  }
}

h2, .sub-heading {
  font-weight: 700;
  font-size: 25px;
  line-height: 35px;
}
@media (min-width: 768px) {
  h2, .sub-heading {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (min-width: 992px) {
  h2, .sub-heading {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  h2, .sub-heading {
    font-size: 35px;
    line-height: 46px;
  }
}

h3, .sub-heading-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}
@media (min-width: 768px) {
  h3, .sub-heading-title {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  h3, .sub-heading-title {
    font-size: 24px;
    line-height: 34px;
  }
}

h4, .child-heading {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
}
@media (min-width: 768px) {
  h4, .child-heading {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 992px) {
  h4, .child-heading {
    font-size: 22px;
    line-height: 32px;
  }
}

h5, .child-heading-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  h5, .child-heading-title {
    font-size: 18px;
    line-height: 27px;
  }
}

input, textarea, select {
  width: 100%;
  background-color: #FAF8FF;
  border-radius: 4px;
  color: #323232;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 10px;
  border: 1px solid transparent;
  outline: none;
  box-shadow: none;
  height: auto;
}
input:focus, input:active, textarea:focus, textarea:active, select:focus, select:active {
  box-shadow: none;
  outline: none;
}

li, p {
  margin: 0;
}

picture img {
  display: block;
}

hr {
  border: 0;
  border-top: 0;
  margin-bottom: 0;
  margin-top: 0;
}

#error-msg, .captcha-error {
  font-size: 14px;
  line-height: normal;
}

.slick-track {
  margin-left: initial;
  margin-right: initial;
}

/*website colors*/
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (tablets landscape, 1024px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
section.form-banner-section, section.message-block, section.drupa-highlights-section {
  padding: 0;
}
section.drupa-banner {
  padding-bottom: 0;
  padding-bottom: 90px;
}

.header {
  margin-bottom: -89px;
  z-index: 1;
  position: relative;
  padding-top: 20px;
}
@media (min-width: 0px) and (max-width: 991px) {
  .header.menu_open .drupa_header .site_navbar {
    opacity: 1;
    left: 0;
  }
}
.header.menu_open .drupa_header .menu-navigation .menu-icon:nth-of-type(1) {
  transform: translate(-5px, 7px) rotate(45deg);
}
.header.menu_open .drupa_header .menu-navigation .menu-icon:nth-of-type(2) {
  opacity: 0;
}
.header.menu_open .drupa_header .menu-navigation .menu-icon:nth-of-type(3) {
  transform: translate(-5px, -7px) rotate(-45deg);
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background-color: #091D6D;
  color: #323232;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 999;
  transition: all 0.3s ease;
}

.drupa_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.drupa_header .header_logo {
  z-index: 9;
  display: flex;
}
.drupa_header .header_logo a {
  font-size: 0;
  line-height: 1;
}
.drupa_header .header_logo a img {
  width: 190px;
}
@media (min-width: 768px) {
  .drupa_header .header_logo a img {
    width: 200px;
  }
}
@media (min-width: 1200px) {
  .drupa_header .header_logo a img {
    width: 241px;
  }
}
.drupa_header .site_navbar {
  display: flex;
  align-items: center;
}
.drupa_header .site_navbar .navbar {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (min-width: 0px) and (max-width: 991px) {
  .drupa_header .site_navbar .navbar {
    flex-direction: column;
  }
}
.drupa_header .site_navbar .navbar .menu-item {
  padding: 0 10px;
}
@media (min-width: 0px) and (max-width: 991px) {
  .drupa_header .site_navbar .navbar .menu-item {
    padding: 20px 10px;
  }
}
@media (min-width: 1200px) {
  .drupa_header .site_navbar .navbar .menu-item {
    padding: 0 17.5px;
  }
}
.drupa_header .site_navbar .navbar .menu-item.active a {
  color: #DD2B1D;
}
.drupa_header .site_navbar .navbar .menu-item a {
  font-size: 20px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .drupa_header .site_navbar .navbar .menu-item a {
    font-size: 18px;
    line-height: 27px;
  }
}
.drupa_header .site_navbar .header-btn {
  margin-left: 15px;
  display: inline-flex;
}
@media (min-width: 0px) and (max-width: 991px) {
  .drupa_header .site_navbar .header-btn {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .drupa_header .site_navbar .header-btn {
    margin-left: 85.5px;
  }
}
.drupa_header .site_navbar .header-btn a.drupa-btn {
  font-size: 18px;
  line-height: 27px;
  min-width: 230px;
}
@media (min-width: 768px) {
  .drupa_header .site_navbar .header-btn a.drupa-btn {
    font-size: 16px;
    line-height: 24px;
    min-width: unset;
  }
}
@media (min-width: 0px) and (max-width: 991px) {
  .drupa_header .site_navbar {
    background: #091D6D;
    position: fixed;
    z-index: 8;
    width: 100%;
    height: 100%;
    height: calc(var(--vh, 1vh) * 100);
    transition: all 0.4s ease-in;
    overflow: auto;
    opacity: 0;
    left: -100%;
    padding-bottom: 20px;
    justify-content: center;
    flex-direction: column;
    flex-shrink: 0;
    flex-basis: auto;
    top: 0;
  }
}
.drupa_header .menu-navigation {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  z-index: 99;
}
@media (min-width: 992px) {
  .drupa_header .menu-navigation {
    display: none;
  }
}
@media (max-width: 767px) {
  .byi_drupa_page .page-footer .vue-back-to-top{
    bottom: 110px !important;
    right: 20px !important;
  }
}
.drupa_header .menu-navigation .menu-icon {
  background-color: #FFFFFF;
  width: 23px;
  height: 2px;
  display: block;
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.drupa_header .menu-navigation .menu-icon:last-child {
  margin-bottom: 0;
}

.drupa-banner {
  background-image: url("../img/banner-image.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 60px;
  margin-bottom: 68px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .drupa-banner {
    background: linear-gradient(180deg, rgb(136, 36, 86) 0%, rgb(22, 46, 118) 100%);
    margin-bottom: 48px;
  }
}
.drupa-banner p {
  color: #FFFFFF;
  margin-bottom: 0;
}
.drupa-banner .banner-info-box, .drupa-banner .gift-box {
  max-width: 1060px;
  margin: 0 auto;
  text-align: center;
}
.drupa-banner .banner-info-box {
  color: #FFFFFF;
  margin-top: 85px;
  padding-bottom: 60px;
  max-width: 788px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .drupa-banner .banner-info-box {
    margin-top: 35px;
    padding-bottom: 35px;
  }
}
.drupa-banner .banner-info-box .drupa-logo {
  font-size: 0;
  line-height: 1;
  margin-bottom: 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .drupa-banner .banner-info-box .drupa-logo {
    margin-bottom: 12px;
  }
}
.drupa-banner .banner-info-box .drupa-logo img {
  height: 140px;
  width: auto;
}
@media (min-width: 768px) {
  .drupa-banner .banner-info-box .drupa-logo img {
    height: 200px;
  }
}
.drupa-banner .banner-info-box .heading-title {
  font-weight: 900;
  margin-bottom: 20px;
  color: #FFFFFF;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 0px) and (max-width: 767px) {
  .drupa-banner .banner-info-box .heading-title {
    margin-bottom: 12px;
  }
}
.drupa-banner .banner-info-box .location-info-box {
  margin-bottom: 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .drupa-banner .banner-info-box .location-info-box {
    margin-bottom: 12px;
  }
}
.drupa-banner .banner-info-box .location-info-box .location-list {
  padding: 0;
  margin: 0 auto;
  border-top: 1px dashed rgb(250, 180, 22);
  border-bottom: 1px dashed rgb(250, 180, 22);
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.drupa-banner .banner-info-box .location-info-box .location-list .info-icon {
  position: relative;
  padding: 10px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .drupa-banner .banner-info-box .location-info-box .location-list .info-icon {
    padding: 0 0 10px;
  }
}
@media (min-width: 992px) {
  .drupa-banner .banner-info-box .location-info-box .location-list .info-icon {
    padding: 10px;
    font-size: 16px;
    line-height: 27px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .drupa-banner .banner-info-box .location-info-box .location-list .info-icon:first-child {
    padding-top: 10px;
  }
}
@media (min-width: 768px) {
  .drupa-banner .banner-info-box .location-info-box .location-list .info-icon:first-child {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .drupa-banner .banner-info-box .location-info-box .location-list .info-icon:last-child {
    padding-right: 0;
  }
}
.drupa-banner .banner-info-box .location-info-box .location-list .info-icon img {
  margin-right: 10px;
  height: 24px;
}
.drupa-banner .banner-info-box .location-info-box .location-list .info-icon a {
  font-size: 16px;
  line-height: 24px;
}
/* @media (min-width: 768px) {
  .drupa-banner .banner-info-box .location-info-box .location-list .info-icon a {
    font-size: 17px;
    line-height: 26px;
  }
} */
@media (min-width: 768px) {
  .drupa-banner .banner-info-box .location-info-box .location-list .info-icon + .info-icon::after {
    content: "";
    position: absolute;
    background-color: #FFFFFF;
    height: 50%;
    width: 0.5px;
    vertical-align: middle;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.drupa-banner .banner-info-box .location-info-box .location-list .info-icon .hall-booth-info {
  color: #FFFFFF;
  position: relative;
}
.drupa-banner .banner-info-box .location-info-box .location-list .info-icon .hall-booth-info::before {
  content: "";
  position: absolute;
  background-color: #FFFFFF;
  width: 100%;
  left: 0;
  height: 1px;
  bottom: 2px;
  transition: all 0.5s ease-in;
}
.drupa-banner .banner-info-box .location-info-box .location-list .info-icon .hall-booth-info:hover::before {
  width: 0;
  right: 0;
  left: auto;
  background-color: #DD2B1D;
}
.drupa-banner .banner-info-box .location-info-box .location-list .info-icon .hall-booth-info:focus, .drupa-banner .banner-info-box .location-info-box .location-list .info-icon .hall-booth-info:visited {
  color: #FFFFFF;
}
.drupa-banner .banner-info-box .location-info-box .location-list .info-icon .hall-booth-info:focus:hover, .drupa-banner .banner-info-box .location-info-box .location-list .info-icon .hall-booth-info:visited:hover {
  color: #DD2B1D;
}
.drupa-banner .banner-info-box .location-info-box .location-list .info-icon .hall-booth-info:hover {
  color: #DD2B1D;
}
.drupa-banner .gift-box {
  background-image: url("../img/gift-box-banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
}
.drupa-banner .gift-box .gift-inner-box {
  max-width: 835px;
  margin: 0 auto;
  padding: 32px 20px;
}
@media (min-width: 768px) {
  .drupa-banner .gift-box .gift-inner-box {
    padding: 42px 20px;
  }
}
.drupa-banner .gift-box .gift-inner-box .gift-box-image {
  font-size: 0;
  line-height: 1;
  margin-bottom: 10px;
}
.drupa-banner .gift-box .gift-inner-box .gift-box-image img {
  height: 60px;
}
@media (min-width: 768px) {
  .drupa-banner .gift-box .gift-inner-box .gift-box-image img {
    height: 80px;
  }
}
.drupa-banner .gift-box .gift-inner-box .sub-heading {
  margin-bottom: 10px;
}
.drupa-banner .gift-box .gift-inner-box p {
  color: #323232;
}
.drupa-banner .gift-box .gift-inner-box a.drupa-btn {
  margin-top: 20px;
  display: inline-flex;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .drupa-banner .gift-box .gift-inner-box a.drupa-btn {
    margin-top: 40px;
  }
}
.drupa-banner .gift-box .top-left-side, .drupa-banner .gift-box .bottom-right-side {
  width: 80px;
  height: 80px;
  position: absolute;
}
@media (min-width: 768px) {
  .drupa-banner .gift-box .top-left-side, .drupa-banner .gift-box .bottom-right-side {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 992px) {
  .drupa-banner .gift-box .top-left-side, .drupa-banner .gift-box .bottom-right-side {
    width: 125px;
    height: 125px;
  }
}
.drupa-banner .gift-box .top-left-side::before, .drupa-banner .gift-box .top-left-side::after, .drupa-banner .gift-box .bottom-right-side::before, .drupa-banner .gift-box .bottom-right-side::after {
  content: "";
  position: absolute;
}
.drupa-banner .gift-box .top-left-side::before, .drupa-banner .gift-box .top-left-side::after {
  background: linear-gradient(0deg, rgba(0, 88, 162, 0) 0%, rgb(0, 88, 162) 100%);
}
.drupa-banner .gift-box .top-left-side::before {
  height: 100%;
  width: 2px;
  left: 20px;
  top: 10px;
}
@media (min-width: 768px) {
  .drupa-banner .gift-box .top-left-side::before {
    left: 30px;
    top: 20px;
  }
}
.drupa-banner .gift-box .top-left-side::after {
  height: 2px;
  width: 100%;
  top: 20px;
  left: 10px;
}
@media (min-width: 768px) {
  .drupa-banner .gift-box .top-left-side::after {
    top: 30px;
    left: 20px;
  }
}
.drupa-banner .gift-box .bottom-right-side {
  right: 0;
  bottom: 0;
}
.drupa-banner .gift-box .bottom-right-side::before, .drupa-banner .gift-box .bottom-right-side::after {
  background: linear-gradient(180deg, rgba(0, 88, 162, 0) 0%, rgb(0, 88, 162) 100%);
}
.drupa-banner .gift-box .bottom-right-side::before {
  height: 100%;
  width: 2px;
  right: 20px;
  bottom: 10px;
}
@media (min-width: 768px) {
  .drupa-banner .gift-box .bottom-right-side::before {
    right: 30px;
    bottom: 20px;
  }
}
.drupa-banner .gift-box .bottom-right-side::after {
  height: 2px;
  width: 100%;
  bottom: 20px;
  right: 10px;
}
@media (min-width: 768px) {
  .drupa-banner .gift-box .bottom-right-side::after {
    bottom: 30px;
    right: 20px;
  }
}

.our-team {
  padding: 48px 0 18px;
  background-color: #FAF8FF;
}
@media (min-width: 768px) {
  .our-team {
    padding: 68px 0 38px;
  }
}
.our-team .our-team-wrapper {
  max-width: 1060px;
  margin: 0 auto;
  text-align: center;
}
.our-team .sub-heading {
  margin-bottom: 10px;
}
.our-team .our-team-box {
  margin: 30px -15px 0 -15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .our-team .our-team-box {
    margin: 50px -15px 0 -15px;
  }
}
.our-team .our-team-box .our-team-innerbox {
  margin-bottom: 30px;
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0 15px;
}
@media (min-width: 576px) {
  .our-team .our-team-box .our-team-innerbox {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (min-width: 768px) {
  .our-team .our-team-box .our-team-innerbox {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
}
.our-team .our-team-box .our-team-innerbox .image-block {
  width: 200px;
  height: 200px;
  background-color: #ddd;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 992px) {
  .our-team .our-team-box .our-team-innerbox .image-block {
    width: 220px;
    height: 220px;
  }
}
@media (min-width: 1200px) {
  .our-team .our-team-box .our-team-innerbox .image-block {
    width: 250px;
    height: 250px;
  }
}
.our-team .our-team-box .our-team-innerbox .image-block img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  height: 250px;
  width: 100%;
}
.our-team .our-team-box .our-team-innerbox .content-block {
  margin-top: 15px;
}
.our-team .our-team-box .our-team-innerbox .content-block .child-heading-title {
  margin-bottom: 5px;
}
.our-team .our-team-box .our-team-innerbox .content-block p {
  font-size: 15px;
  line-height: 25px;
  color: #7E7E7E;
}

.testimonials {
  background-color: #FAF8FF;
  padding: 48px 0 18px;
}
.testimonials#testimonials{
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  .testimonials {
    padding: 68px 0;
  }
}
.testimonials .testimonials-wrapper .testimonial-title {
  text-align: center;
  max-width: 1060px;
  margin: 0 auto;
}
.testimonials .testimonials-wrapper .testimonial-title .sub-heading {
  margin-bottom: 10px;
}
.testimonials .testimonials-wrapper .testimonial-box {
  margin: 30px -15px 0 -15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .testimonials .testimonials-wrapper .testimonial-box {
    margin: 50px -15px 0 -15px;
  }
}
.testimonials .testimonials-wrapper .testimonial-box .testimonial-inner-box {
  margin-bottom: 30px;
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0 15px;
}
@media (min-width: 576px) {
  .testimonials .testimonials-wrapper .testimonial-box .testimonial-inner-box {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (min-width: 768px) {
  .testimonials .testimonials-wrapper .testimonial-box .testimonial-inner-box {
    max-width: 33.33%;
    flex: 0 0 33.33%;
    margin-bottom: 50px;
  }
}
.testimonials .testimonials-wrapper .testimonial-box .testimonial-inner-box .testimonial-block {
  font-size: 0;
  line-height: 1;
  overflow: hidden;
  position: relative;
}
.testimonials .testimonials-wrapper .testimonial-box .testimonial-inner-box .testimonial-block img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 992px) {
  .testimonials .testimonials-wrapper .testimonial-box .testimonial-inner-box .testimonial-block img {
    max-height: 340px;
  }
}
.testimonials .testimonials-wrapper .testimonial-box .testimonial-inner-box .testimonial-block a.video-wrapper {
  z-index: 8;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.testimonials .testimonials-wrapper .testimonial-box .testimonial-inner-box .testimonial-block a.video-wrapper iframe {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: relative;
}
.testimonials .testimonials-wrapper .testimonial-box .testimonial-inner-box .testimonial-block .play-button {
  width: 55px;
  height: 55px;
  background-color: #DD2B1D;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .testimonials .testimonials-wrapper .testimonial-box .testimonial-inner-box .testimonial-block .play-button {
    width: 75px;
    height: 75px;
  }
}
.testimonials .testimonials-wrapper .testimonial-box .testimonial-inner-box .testimonial-block .play-button::before {
  content: "";
  position: absolute;
  background-image: url("../img/play-button.svg");
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .testimonials .testimonials-wrapper .testimonial-box .testimonial-inner-box .testimonial-block .play-button::before {
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
  }
}
.testimonials .testimonials-wrapper .testimonial-box .testimonial-inner-box .testimonial-content-block {
  margin-top: 15px;
}
.testimonials .testimonials-wrapper .testimonial-box .testimonial-inner-box .testimonial-content-block .child-heading {
  margin-bottom: 5px;
}
.testimonials .testimonials-wrapper .testimonial-box .testimonial-inner-box .testimonial-content-block p {
  font-size: 15px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .testimonials .testimonials-wrapper .testimonial-box .testimonial-inner-box .testimonial-content-block p {
    font-size: 16px;
    line-height: 24px;
  }
}

.logo-section {
  background-color: #FAF8FF;
  padding: 48px 0;
  border-top: 1px solid #DDDDDD;
}
@media (min-width: 768px) {
  .logo-section {
    padding: 68px 0;
  }
}
.logo-section .logo-section-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.logo-section .logo-section-wrapper .logo-inner-box {
  flex: 1;
  text-align: center;
  display: inline-block;
  margin: 12px 10px;
}
.logo-section .logo-section-wrapper .logo-inner-box img {
  max-width: 120px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
}
@media (min-width: 1200px) {
  .logo-section .logo-section-wrapper .logo-inner-box img {
    max-width: 150px;
  }
}

.form-banner-section {
  position: relative;
}
/* .form-banner-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/form-banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 454px;
  width: 100%;
} */
.form-banner-section .form-layout {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  /* padding-top: 50px; */
  margin: 48px 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  z-index: 1;
  position: relative;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .form-banner-section .form-layout {
    /* padding-top: 70px; */
    margin: 68px 0;
  }
}
@media (min-width: 992px) {
  .form-banner-section .form-layout {
    /* padding-top: 110px; */
    flex-direction: row;
  }
}
.form-banner-section .form-layout .left-side-layout {
  max-width: 100%;
  flex: 0 0 100%;
  color: #FFFFFF;
  padding: 20px;
  border-radius: 0 0 4px 4px;
  background-image: url('../img/Streamline-business-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.form-banner-section .form-layout .left-side-layout::before{
  content: '';
  position: absolute;
  background-color: rgba(38, 38, 38, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 576px) {
  .form-banner-section .form-layout .left-side-layout {
    padding: 30px;
  }
}
@media (min-width: 768px) {
  .form-banner-section .form-layout .left-side-layout {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .form-banner-section .form-layout .left-side-layout {
    max-width: 50%;
    flex: 0 0 50%;
    border-radius: 4px 0 0 4px;
  }
}
@media (min-width: 1200px) {
  .form-banner-section .form-layout .left-side-layout {
    padding: 70px 50px;
  }
}
.form-banner-section .form-layout .left-side-layout .sub-heading {
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}
.form-banner-section .form-layout .left-side-layout .form-content-listing {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .form-banner-section .form-layout .left-side-layout .form-content-listing {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .form-banner-section .form-layout .left-side-layout .form-content-listing {
    margin-top: 50px;
  }
}
.form-banner-section .form-layout .left-side-layout .form-content-listing .listing-box {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.form-banner-section .form-layout .left-side-layout .form-content-listing .listing-box .listing-items {
  padding-left: 40px;
  margin-bottom: 15px;
  position: relative;
}
@media (min-width: 992px) {
  .form-banner-section .form-layout .left-side-layout .form-content-listing .listing-box .listing-items {
    padding-left: 50px;
  }
}
.form-banner-section .form-layout .left-side-layout .form-content-listing .listing-box .listing-items::before {
  content: "";
  position: absolute;
  background-image: url("../img/tick-green.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  left: 0;
  top: 6px;
}
.form-banner-section .form-layout .left-side-layout .form-content-listing .listing-box .listing-items:last-child {
  margin-bottom: 0;
}
.form-banner-section .form-layout .left-side-layout .form-content-listing .listing-box .listing-items .sub-heading-title {
  margin-bottom: 5px;
  color: #FFFFFF;
}
.form-banner-section .form-layout .left-side-layout .form-content-listing .listing-box .listing-items p {
  color: #FFFFFF;
}
.form-banner-section .form-layout .right-side-layout {
  max-width: 100%;
  flex: 0 0 100%;
  background-color: #FFFFFF;
  color: #323232;
  display: flex;
  flex-direction: column;
  border-radius: 4px 4px 0 0;
}
@media (min-width: 992px) {
  .form-banner-section .form-layout .right-side-layout {
    border-radius: 0 4px 4px 0;
    max-width: 50%;
    flex: 0 0 50%;
  }
}
.form-banner-section .form-layout .right-side-layout .form-top-box {
  padding: 20px;
}
@media (min-width: 576px) {
  .form-banner-section .form-layout .right-side-layout .form-top-box {
    padding: 30px;
  }
}
@media (min-width: 768px) {
  .form-banner-section .form-layout .right-side-layout .form-top-box {
    padding: 40px 30px;
  }
}
@media (min-width: 1200px) {
  .form-banner-section .form-layout .right-side-layout .form-top-box {
    padding: 70px 40px 50px 40px;
  }
}
.form-banner-section .form-layout .right-side-layout .form-top-box .sub-heading {
  font-weight: 600;
}
.form-banner-section .form-layout .right-side-layout .form {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .form-banner-section .form-layout .right-side-layout .form {
    margin-top: 30px;
  }
}
.form-banner-section .form-layout .right-side-layout .form .form-field-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form-banner-section .form-layout .right-side-layout .form .form-field-box .form-field-control {
  max-width: 100%;
  flex: 0 0 100%;
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .form-banner-section .form-layout .right-side-layout .form .form-field-box .form-field-control {
    max-width: calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
  }
}
.form-banner-section .form-layout .right-side-layout .form .form-field-box .form-field-control.form-textarea-field {
  max-width: 100%;
  flex: 0 0 100%;
}
.form-banner-section .form-layout .right-side-layout .form .form-field-box .form-field-control textarea {
  resize: none;
  overflow: auto;
}
.form-banner-section .form-layout .right-side-layout .form .form-field-box .form-field-control textarea::-webkit-scrollbar {
  width: 6px;
}
.form-banner-section .form-layout .right-side-layout .form .form-field-box .form-field-control textarea::-webkit-scrollbar-thumb {
  background: #DD2B1D;
  border-radius: 8px;
}
.form-banner-section .form-layout .right-side-layout .form .form-field-box .form-field-control textarea::-webkit-scrollbar-track {
  background: rgba(0, 21, 178, 0.1);
}
.form-banner-section .form-layout .right-side-layout .drupa-btn {
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .form-banner-section .form-layout .right-side-layout .drupa-btn {
    margin-top: 30px;
  }
}
.form-banner-section .form-layout .right-side-layout .form-bottom-box {
  display: flex;
  align-items: center;
  margin-top: auto;
  border-top: 1px solid #DDDDDD;
  padding: 10px 20px;
}
@media (min-width: 576px) {
  .form-banner-section .form-layout .right-side-layout .form-bottom-box {
    padding: 14px 25px;
  }
}
.form-banner-section .form-layout .right-side-layout .form-bottom-box .form-logo-box {
  font-size: 0;
  line-height: 1;
}
.form-banner-section .form-layout .right-side-layout .form-bottom-box .form-logo-box img {
  height: 82px;
}
.form-banner-section .form-layout .right-side-layout .form-bottom-box .form-logo-content {
  padding: 5px 0 5px 20px;
  max-width: 400px;
}
@media (min-width: 992px) {
  .form-banner-section .form-layout .right-side-layout .form-bottom-box .form-logo-content {
    padding: 12px 0 12px 30px;
  }
}

.message-block {
  background-color: #091D6D;
}
@media (min-width: 992px) {
  .message-block {
    /* margin-top: 90px; */
  }
}
.message-block .message-block-wrapper {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  flex-wrap: wrap;
}
.message-block .message-block-wrapper .left-block {
  max-width: 100%;
  flex: 0 0 100%;
  position: relative;
  font-size: 0;
  line-height: 1;
}
.message-block.ceo-msg-block-section .message-block-wrapper .right-block .watch-btn{
  position: relative;
  width: fit-content;
  line-height: 1;
  margin-top: 20px;
  cursor: pointer;
}
.message-block.ceo-msg-block-section .message-block-wrapper .right-block .watch-btn .play-button{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.message-block.ceo-msg-block-section .message-block-wrapper .left-block .play-button{
  /* width: 55px;
  height: 55px;
  background-color: #DD2B1D;
  border-radius: 50%; */
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  /* display: flex;
  align-items: center;
  justify-content: center; */
  cursor: pointer;
  margin-top: 50px;
}
.message-block.ceo-msg-block-section .message-block-wrapper .left-block .play-button .desktop-img{
  display: none;
}
/* .message-block.ceo-msg-block-section .message-block-wrapper .left-block .play-button::before{
  content: "";
  position: absolute;
  background-image: url(../img/play-button.svg);
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  cursor: pointer;
} */
@media (min-width: 576px) {
  .message-block.ceo-msg-block-section .message-block-wrapper .left-block .play-button img{
    width: 90px;
    height: 90px;
  }
}
@media (min-width: 768px) {
  .message-block.ceo-msg-block-section .message-block-wrapper .left-block{
    margin-top: -87px;
  }
  .message-block .message-block-wrapper .left-block {
    max-width: 40%;
    flex: 0 0 40%;
    align-self: flex-end;
  }
  .message-block.ceo-msg-block-section .message-block-wrapper .left-block .play-button img{
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 992px) {
  .message-block.ceo-msg-block-section .message-block-wrapper .left-block .play-button img{
    width: 90px;
    height: 90px;
  }
  .message-block.ceo-msg-block-section .message-block-wrapper .left-block .play-button{
    left: auto;
    right: 20px;
    transform: translate(0, -50%);
  }
  .message-block.ceo-msg-block-section .message-block-wrapper .left-block .play-button img{
    display: none;
  }
  .message-block.ceo-msg-block-section .message-block-wrapper .left-block .play-button .desktop-img{
    display: block;
  }
  /* .message-block.ceo-msg-block-section .message-block-wrapper .left-block .play-button::before{
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
  } */
  .message-block .message-block-wrapper .left-block {
    max-width: 37%;
    flex: 0 0 37%;
  }
}
@media (min-width: 1200px) {
  /* .message-block.ceo-msg-block-section .message-block-wrapper .left-block .play-button::before{
    background-size: 55px 55px;
    width: 55px;
    height: 55px;
  }
  .message-block.ceo-msg-block-section .message-block-wrapper .left-block .play-button{
    width: 150px;
    height: 150px;
  } */
  .message-block.ceo-msg-block-section .message-block-wrapper .left-block .play-button img{
    width: 110px;
    height: 110px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .message-block .message-block-wrapper .left-block .message-block-image {
    height: 360px;
  }
}
@media (min-width: 992px) {
  .message-block .message-block-wrapper .left-block .message-block-image {
    margin-top: -58px;
  }
}
.message-block .message-block-wrapper .left-block .circle-title-box {
  width: 215px;
  height: 215px;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 120px;
  right: -33px;
}
.message-block .message-block-wrapper .left-block .circle-title-box .sub-heading-title {
  margin-bottom: 5px;
}
.message-block .message-block-wrapper .right-block {
  max-width: 100%;
  flex: 0 0 100%;
  color: #FFFFFF;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .message-block .message-block-wrapper .right-block {
    max-width: 60%;
    flex: 0 0 60%;
    padding: 15px 0 15px 40px;
  }
}
@media (min-width: 992px) {
  .message-block .message-block-wrapper .right-block {
    max-width: 63%;
    flex: 0 0 63%;
    padding: 15px 0 15px 100px;
  }
}
@media (min-width: 1200px) {
  .message-block .message-block-wrapper .right-block {
    padding: 35px 0 15px 167px;
  }
}
@media (min-width: 1440px) {
  .message-block .message-block-wrapper .right-block {
    padding: 75px 0 15px 167px;
  }
}
.message-block .message-block-wrapper .right-block .sub-heading {
  margin-bottom: 10px;
  color: #FFFFFF;
}
.message-block .message-block-wrapper .right-block p {
  color: #FFFFFF;
}
.message-block .message-block-wrapper .right-block .italic-heading {
  font-weight: 400;
  margin-top: 20px;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
}
.message-block .message-block-wrapper .right-block .italic-heading i {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}

.print-tool {
  background-color: #FAF8FF;
  padding: 48px 0;
}
@media (min-width: 768px) {
  .print-tool {
    padding: 68px 0;
  }
}
.print-tool .print-tool-wrapper .print-tool-title-box {
  text-align: center;
  max-width: 1060px;
  margin: 0 auto;
}
.print-tool .print-tool-wrapper .sub-heading {
  margin-bottom: 10px;
}
.print-tool .print-tool-wrapper .print-tool-box {
  margin: 30px -15px 0 -15px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .print-tool .print-tool-wrapper .print-tool-box {
    margin: 50px -15px 0 -15px;
  }
}
.print-tool .print-tool-wrapper .print-tool-box .print-tool-innerbox {
  margin-bottom: 30px;
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0 15px;
}
@media (min-width: 576px) {
  .print-tool .print-tool-wrapper .print-tool-box .print-tool-innerbox {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (min-width: 768px) {
  .print-tool .print-tool-wrapper .print-tool-box .print-tool-innerbox {
    max-width: 33.33%;
    flex: 0 0 33.33%;
    margin-bottom: 50px;
  }
}
.print-tool .print-tool-wrapper .print-tool-box .print-tool-innerbox .tool-boxes {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 768px) {
  .print-tool .print-tool-wrapper .print-tool-box .print-tool-innerbox .tool-boxes {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .print-tool .print-tool-wrapper .print-tool-box .print-tool-innerbox .tool-boxes {
    padding: 42px 30px 80px;
  }
}
.print-tool .print-tool-wrapper .print-tool-box .print-tool-innerbox .tool-boxes .box-image-circle {
  width: 100px;
  height: 100px;
  background-color: #FAF8FF;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .print-tool .print-tool-wrapper .print-tool-box .print-tool-innerbox .tool-boxes .box-image-circle {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
  }
}
.print-tool .print-tool-wrapper .print-tool-box .print-tool-innerbox .tool-boxes .box-image-circle img {
  height: 50px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
@media (min-width: 992px) {
  .print-tool .print-tool-wrapper .print-tool-box .print-tool-innerbox .tool-boxes .box-image-circle img {
    height: 71px;
  }
}
.print-tool .print-tool-wrapper .print-tool-box .print-tool-innerbox .tool-boxes .box-content ul{
  margin-top: 20px;
}
.print-tool .print-tool-wrapper .print-tool-box .print-tool-innerbox .tool-boxes .box-content ul li{
  padding-left: 24px;
  margin-bottom: 8px;
  position: relative;
}
.print-tool .print-tool-wrapper .print-tool-box .print-tool-innerbox .tool-boxes .box-content ul li::before{
  content: "";
  position: absolute;
  background-image: url(../img/tick-orange.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 19px 16px;
  width: 19px;
  height: 16px;
  left: 0;
  top: 6px;
}
.print-tool .print-tool-wrapper .print-tool-box .print-tool-innerbox .tool-boxes .box-content .sub-heading-title {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .print-tool .print-tool-wrapper .print-tool-box .print-tool-innerbox .tool-boxes .box-content .sub-heading-title {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .print-tool .print-tool-wrapper .print-tool-box .print-tool-innerbox .tool-boxes .box-content .sub-heading-title {
    font-size: 24px;
    line-height: 33px;
  }
}

.drupa-highlights-section {
  overflow: hidden;
  margin-top: 48px;
}
@media (min-width: 768px) {
  .drupa-highlights-section {
    margin-top: 68px;
  }
}
.drupa-highlights-section .highlights-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.drupa-highlights-section .highlights-title .sub-heading {
  max-width: 100%;
  flex: 0 0 100%;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .drupa-highlights-section .highlights-title .sub-heading {
    text-align: initial;
    max-width: 35%;
    flex: 0 0 35%;
    padding-right: 15px;
    margin-bottom: 0;
  }
}
.drupa-highlights-section .highlights-title p {
  flex: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .drupa-highlights-section .highlights-title p {
    text-align: initial;
    margin-left: 30px;
  }
}
.drupa-highlights-section .highlights-tabbing-wrapper {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .drupa-highlights-section .highlights-tabbing-wrapper {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  .drupa-highlights-section .highlights-tabbing-wrapper {
    margin-top: 60px;
  }
}
@media (min-width: 1440px) {
  .drupa-highlights-section .highlights-tabbing-wrapper {
    margin-top: 84px;
  }
}
.drupa-highlights-section .highlights-tabbing-wrapper .tabs-section {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -10px;
  display: none;
}
.drupa-highlights-section .highlights-tabbing-wrapper .tabs-section.slick-initialized {
  display: block;
}
.drupa-highlights-section .highlights-tabbing-wrapper .highlights-gallery-section{
  display: none;
}
.drupa-highlights-section .highlights-tabbing-wrapper .highlights-gallery-section.slick-initialized{
  display: block;
}
.drupa-highlights-section .highlights-tabbing-wrapper .tabs-section .tabs-box {
  padding: 0 10px;
  margin-bottom: 10px;
}
.drupa-highlights-section .highlights-tabbing-wrapper .tabs-section .tabs-box .tabs-content {
  min-width: 100px;
  background-color: #FAF8FF;
  padding: 6px 10px;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all 0.4s ease-in;
}
.drupa-highlights-section .highlights-tabbing-wrapper .tabs-section .tabs-box .tabs-content p {
  font-weight: 700;
  margin-bottom: 7px;
  line-height: normal;
}
.drupa-highlights-section .highlights-tabbing-wrapper .tabs-section .tabs-box .tabs-content span {
  color: #7E7E7E;
  font-size: 14px;
  line-height: normal;
  display: block;
}
.drupa-highlights-section .highlights-tabbing-wrapper .tabs-section .tabs-box .tabs-content.active {
  transition: all 0.4s ease-in;
  background-color: #DD2B1D;
}
.drupa-highlights-section .highlights-tabbing-wrapper .tabs-section .tabs-box .tabs-content.active p, .drupa-highlights-section .highlights-tabbing-wrapper .tabs-section .tabs-box .tabs-content.active span {
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .drupa-highlights-section .highlights-tabbing-wrapper .highlights_wrapper {
    margin-right: calc((0vw - 1468px) / 2);
  }
  /* .drupa-highlights-section .highlights-tabbing-wrapper .highlights_wrapper .highlights-gallery-section > .slick-list > .slick-track{
    width: 100% !important;
    display: flex;
  }
  .drupa-highlights-section .highlights-tabbing-wrapper .highlights_wrapper .highlights-gallery-section > .slick-list > .slick-track > .slick-slide{
    width: 334px !important;
  } */
}
.drupa-highlights-section .highlights-tabbing-wrapper .highlights-gallery-section {
  margin: 10px -12px 0 -12px;
  /* display: none; */
}
.drupa-highlights-section .highlights-tabbing-wrapper .highlights-gallery-section.slick-initialized {
  display: block;
}
.drupa-highlights-section .highlights-tabbing-wrapper .highlights-gallery-section .slick-dots {
  padding: 0;
  margin: 10px 0 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.drupa-highlights-section .highlights-tabbing-wrapper .highlights-gallery-section .slick-dots li {
  margin: 0 5px;
  display: flex;
}
.drupa-highlights-section .highlights-tabbing-wrapper .highlights-gallery-section .slick-dots li button {
  text-indent: -9999px;
  border-radius: 100%;
  background-color: #fefefe;
  padding: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #DD2B1D;
  cursor: pointer;
  transition: all 0.4s ease-in;
}
.drupa-highlights-section .highlights-tabbing-wrapper .highlights-gallery-section .slick-dots li button:hover {
  background-color: #DD2B1D;
}
.drupa-highlights-section .highlights-tabbing-wrapper .highlights-gallery-section .slick-dots li.slick-active button {
  background-color: #DD2B1D;
}
.drupa-highlights-section .highlights-tabbing-wrapper .highlights-gallery-section .slide-arrow, .slick-lightbox .slick-lightbox-inner .slick-arrow {
  position: absolute;
  top: 50%;
}
.drupa-highlights-section .highlights-tabbing-wrapper .highlights-gallery-section .slide-arrow.slick-disabled, .slick-lightbox .slick-lightbox-inner .slick-arrow.slick-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.drupa-highlights-section .highlights-tabbing-wrapper .highlights-gallery-section .slide-arrow.slick-disabled:hover, .slick-lightbox .slick-lightbox-inner .slick-arrow.slick-disabled:hover {
  opacity: initial;
}
.drupa-highlights-section .highlights-tabbing-wrapper .highlights-gallery-section .prev-arrow, .drupa-highlights-section .highlights-tabbing-wrapper .highlights-gallery-section .next-arrow, .slick-lightbox .slick-lightbox-inner .slick-prev, .slick-lightbox .slick-lightbox-inner .slick-next {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fefefe;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  border: 0;
  cursor: pointer;
  box-shadow: 0px 5px 5px rgba(9, 30, 66, 0.25);
  transition: all 0.4s ease-in;
}
.drupa-highlights-section .highlights-tabbing-wrapper .highlights-gallery-section .prev-arrow:hover, .drupa-highlights-section .highlights-tabbing-wrapper .highlights-gallery-section .next-arrow:hover, .slick-lightbox .slick-lightbox-inner .slick-prev:hover, .slick-lightbox .slick-lightbox-inner .slick-next:hover {
  opacity: 0.8;
}
.drupa-highlights-section .highlights-tabbing-wrapper .highlights-gallery-section .prev-arrow::before, .drupa-highlights-section .highlights-tabbing-wrapper .highlights-gallery-section .next-arrow::before, .slick-lightbox .slick-lightbox-inner .slick-prev::before, .slick-lightbox .slick-lightbox-inner .slick-next::before {
  content: "";
  position: absolute;
  background-image: url("../img/arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
}
.drupa-highlights-section .highlights-tabbing-wrapper .highlights-gallery-section .prev-arrow, .slick-lightbox .slick-lightbox-inner .slick-prev {
  left: 0;
}
.drupa-highlights-section .highlights-tabbing-wrapper .highlights-gallery-section .next-arrow::before, .slick-lightbox .slick-lightbox-inner .slick-next::before {
  transform: rotate(180deg);
}
.drupa-highlights-section .highlights-tabbing-wrapper .highlights-gallery-section .next-arrow, .slick-lightbox .slick-lightbox-inner .slick-next {
  right: 0;
}
.slick-lightbox .slick-lightbox-inner .slick-prev, .slick-lightbox .slick-lightbox-inner .slick-next{
  font-size: 0;
  top: auto;
  width: 25px;
  height: 25px;
  bottom: 13%;
}
.slick-lightbox .slick-lightbox-inner .slick-prev{
  left: 40%;
}
.slick-lightbox .slick-lightbox-inner .slick-next{
  right: 40%;
}
.slick-lightbox .slick-lightbox-inner .slick-list .slick-slide .slick-lightbox-slick-item-inner.iframe .slick-lightbox-slick-iframe{
  width: 300px;
  height: 220px;
}
@media (min-width: 768px) {
  .slick-lightbox .slick-lightbox-inner .slick-prev, .slick-lightbox .slick-lightbox-inner .slick-next{
    top: 50%;
    width: 40px;
    height: 40px;
    margin: 0 60px;
    bottom: auto;
  }
  .slick-lightbox .slick-lightbox-inner .slick-prev::before, .slick-lightbox .slick-lightbox-inner .slick-next::before{
    width: 20px;
    height: 20px;
  } 
  .slick-lightbox .slick-lightbox-inner .slick-prev{
    left: 0;
  }
  .slick-lightbox .slick-lightbox-inner .slick-next{
    right: 0;
  }
  .slick-lightbox .slick-lightbox-inner .slick-list .slick-slide .slick-lightbox-slick-item-inner.iframe .slick-lightbox-slick-iframe{
    width: 700px;
    height: 500px;
  }
}
.drupa-highlights-section .highlights-tabbing-wrapper .highlights-gallery-section .gallery-box {
  padding: 0 12px;
  margin: 20px 0 30px 0;
}
.drupa-highlights-section .highlights-tabbing-wrapper .highlights-gallery-section .gallery-box.d-none{
  opacity: 0;
}
.drupa-highlights-section .highlights-tabbing-wrapper .highlights-gallery-section .gallery-box.active {
  transition: all 0.4s ease-in;
}
.drupa-highlights-section .highlights-tabbing-wrapper .highlights-gallery-section .gallery-box.active .gallery-inner-box {
  transition: all 0.4s ease-in;
  border-color: #DD2B1D;
}
.drupa-highlights-section .highlights-tabbing-wrapper .highlights-gallery-section .gallery-box .gallery-inner-box {
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding: 15px;
  border: 1px solid transparent;
}
.drupa-highlights-section .highlights-tabbing-wrapper .highlights-gallery-section .gallery-box .gallery-inner-box .thumbnail-image-box {
  border-radius: 4px;
  margin-bottom: 20px;
  font-size: 0;
  line-height: 1;
}
.drupa-highlights-section .highlights-tabbing-wrapper .highlights-gallery-section .gallery-box .gallery-inner-box .thumbnail-image-box img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.drupa-highlights-section .highlights-tabbing-wrapper .highlights-gallery-section .gallery-box .gallery-inner-box .thumbnail-image-box .thumbnail{
  width: 100%;
}
.drupa-highlights-section .highlights-tabbing-wrapper .highlights-gallery-section .gallery-box .gallery-inner-box .thumbnail-image-box .slick-list {
  margin: 0 -5px;
}
.drupa-highlights-section .highlights-tabbing-wrapper .highlights-gallery-section .gallery-box .gallery-inner-box .thumbnail-image-box .slick-slide {
  margin: 0 5px;
}
.drupa-highlights-section .highlights-tabbing-wrapper .highlights-gallery-section .gallery-box .gallery-inner-box .thumbnail-inner-box .slick-list {
  margin: 0 -5px;
}
.drupa-highlights-section .highlights-tabbing-wrapper .highlights-gallery-section .gallery-box .gallery-inner-box .thumbnail-inner-box .slick-slide {
  margin: 0 5px;
}
.drupa-highlights-section .highlights-tabbing-wrapper .highlights-gallery-section .gallery-box .gallery-inner-box .thumbnail-inner-box .slide-arrow {
  top: 33%;
}
.drupa-highlights-section .highlights-tabbing-wrapper .highlights-gallery-section .gallery-box .gallery-inner-box .thumbnail-inner-box .image-block {
  border-radius: 4px;
  font-size: 0;
  line-height: 1;
  height: 60px;
}
.drupa-highlights-section .highlights-tabbing-wrapper .highlights-gallery-section .gallery-box .gallery-inner-box .thumbnail-inner-box .image-block img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.drupa-highlights-section .highlights-tabbing-wrapper .highlights-gallery-section .gallery-box .gallery-inner-box .gallery-bottom-content {
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.drupa-highlights-section .highlights-tabbing-wrapper .highlights-gallery-section .gallery-box .gallery-inner-box .gallery-bottom-content p {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  flex: 1;
  padding-right: 10px;
}
.drupa-highlights-section .highlights-tabbing-wrapper .highlights-gallery-section .gallery-box .gallery-inner-box .gallery-bottom-content .photo-icon-box {
  min-width: 42px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #7E7E7E;
}
.drupa-highlights-section .highlights-tabbing-wrapper .highlights-gallery-section .gallery-box .gallery-inner-box .gallery-bottom-content .photo-icon-box img {
  height: 18px;
  margin-right: 5px;
}
.drupa-highlights-section .highlights-tabbing-wrapper .highlights-gallery-section .gallery-box .gallery-inner-box .gallery-bottom-content .photo-icon-box span {
  color: #7E7E7E;
}
.drupa-highlights-section .highlights-tabbing-wrapper .swiper-button-next:after, .drupa-highlights-section .highlights-tabbing-wrapper .swiper-button-prev:after {
  font-size: 20px;
  font-weight: 900;
}
.drupa-highlights-section .highlights-tabbing-wrapper .highlights-gallery-section .gallery-box .gallery-inner-box .thumbnail-image-box .slick-slide .dh-images video{
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.drupa-highlights-section .highlights-tabbing-wrapper .highlights-gallery-section .gallery-box .gallery-inner-box .thumbnail-inner-box .image-block.video-icon{
  position: relative;
}
.drupa-highlights-section .highlights-tabbing-wrapper .highlights-gallery-section .gallery-box .gallery-inner-box .thumbnail-inner-box .image-block.video-icon::after{
  content: '';
  width: 30px;
  height: 30px;
  background-color: #DD2B1D;
  border-radius: 50%;
}
.drupa-highlights-section .highlights-tabbing-wrapper .highlights-gallery-section .gallery-box .gallery-inner-box .thumbnail-inner-box .image-block.video-icon::after, .drupa-highlights-section .highlights-tabbing-wrapper .highlights-gallery-section .gallery-box .gallery-inner-box .thumbnail-inner-box .image-block.video-icon::before{
  content: "";
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.drupa-highlights-section .highlights-tabbing-wrapper .highlights-gallery-section .gallery-box .gallery-inner-box .thumbnail-inner-box .image-block.video-icon::before{
  background-image: url(../img/play-button.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 11px;
  height: 11px;
  z-index: 1;
}
/* .drupa-highlights-section .highlights-tabbing-wrapper .highlights-gallery-section .gallery-box .gallery-inner-box .thumbnail-image-box .slick-slide .dh-images video{
  height: 231px;
  border-radius: 4px;
}
.drupa-highlights-section .highlights-tabbing-wrapper .highlights-gallery-section .gallery-box .gallery-inner-box .thumbnail-inner-box .image-block video{
  height: 81px;
  border-radius: 4px;
} */

.page-footer li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.page-footer a {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .page-footer a {
    font-size: 16px;
    line-height: 24px;
  }
}
.page-footer a.copy-link {
  font-size: 14px;
  line-height: 22px;
}
.page-footer .vue-back-to-top {
  z-index: 8;
}

.tabs-section .slick-prev:before, .tabs-section .slick-next:before {
  /* display: none; */
}
.tabs-section .slick-prev, .tabs-section .slick-next {
  width: 20px;
  height: 20px;
  border-style: solid;
  display: inline-block;
  right: 0;
  top: -35px;
  bottom: 0;
  z-index: 10;
  cursor: pointer;
  position: absolute;
  background-color: transparent;
  font-size: 0;
}
.tabs-section .slick-prev {
  border-width: 10px 10px 10px 0px;
  border-color: transparent #DD2B1D;
  right: 40px;
}
.tabs-section .slick-next {
  border-width: 10px 0px 10px 10px;
  border-color: transparent #DD2B1D;
  right: 0;
  left: auto;
}
.tabs-section .slick-prev:hover, .tabs-section .slick-next:hover {
  border-color: transparent #7E7E7E;
}
.tabs-section .slick-prev.slick-disabled, .tabs-section .slick-next.slick-disabled, .tabs-section .slick-prev.slick-disabled:hover, .tabs-section .slick-next.slick-disabled:hover {
  opacity: 0.1;
  cursor: default;
  border-color: transparent #000000;
}

.drupa-popup-modal .drupa-popup-content {
  background-color: #fefefe;
  padding: 20px;
  border: 1px solid #888;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  position: relative;
  max-height: 90%;
  max-width: 1170px;
  width: 100%;
  overflow: auto;
  margin: 5rem auto;
  border-radius: 4px;
  box-sizing: border-box;
}
@media (min-width: 0px) and (max-width: 767px) {
  .drupa-popup-modal .drupa-popup-content {
    padding: 15px;
    margin: 5rem 15px;
  }
}
@media (min-width: 992px) {
  .drupa-popup-modal .drupa-popup-content {
    max-width: 920px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .drupa-popup-modal .drupa-popup-content {
    max-width: 1170px;
  }
}
.drupa-popup-modal .drupa-popup-content .close {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}
.drupa-popup-modal .drupa-popup-content .signup-form {
  margin-top: 20px;
}
.drupa-popup-modal .drupa-popup-content form .label {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  display: inline-block;
}
.drupa-popup-modal .drupa-popup-content form input, .drupa-popup-modal .drupa-popup-content form textarea {
  margin-bottom: 20px;
  border: 1px solid #ddd;
}
.drupa-popup-modal .drupa-popup-content form .g-recaptcha {
  margin: 10px 0 20px;
}
.drupa-popup-modal .drupa-popup-content form .drupa-btn {
  margin: 30px 0 10px 0;
}

.ui-widget.ui-widget-content {
  border: 0;
}

.ui-timepicker-viewport {
  list-style-type: none;
}

.ui-timepicker-standard .ui-menu-item {
  list-style-type: none;
}

body .country-slt .iti--allow-dropdown {
  margin-top: 0;
}

body .country-slt .iti__flag-container {
  background-color: #FAF8FF;
  color: #323232;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 10px;
  border: 1px solid transparent;
  outline: none;
  box-shadow: none;
  height: auto;
  border-right-color: #DDDDDD;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

body .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background: #FAF8FF !important;
}

body .iti__selected-flag {
  padding: 0 6px;
}

body .iti--allow-dropdown input, body .iti--allow-dropdown input[type=text], body .iti--allow-dropdown input[type=tel], body .iti--separate-dial-code input, body .iti--separate-dial-code input[type=text], body .iti--separate-dial-code input[type=tel] {
  padding: 12px 10px;
  margin-left: 0;
}
body .login-container input[type=text], body input[type=password], body input[type=url], body input[type=tel], body input[type=search], body input[type=number], body input[type=datetime], body input[type=email], body .form-create-account input[type=text], body .form.password input[type=text] {
  padding: 12px 10px;
  border-radius: 4px;
  height: auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  min-height: auto;
}
body .form-banner-section .country-slt .iti--allow-dropdown input[type=tel]{
  border-left: 0;
  border-radius: 0 4px 4px 0;
}

/* Gifting model */
.drupa-popup-modal {
  /* display: none; */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.drupa-popup-content {
  background-color: #fefefe;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  position: relative;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}/*# sourceMappingURL=main.css.map */

.drupa-highlights-section .highlights-tabbing-wrapper .tabs-section .slick-slide:has(.inactive) {
  pointer-events: none;
  opacity: 0.5;
}
/* .drupa-highlights-section .highlights-tabbing-wrapper .tabs-section .slick-arrow{
  display: none !important;
} */
/* 
@media (max-width: 991px) {
  .drupa-highlights-section .highlights-tabbing-wrapper .tabs-section .slick-track{
    width: 100% !important;
    display: flex;
    transform: translate3d(0, 0, 0) !important;
  }
  .drupa-highlights-section .highlights-tabbing-wrapper .tabs-section .slick-track .slick-slide[data-slick-index="3"], .drupa-highlights-section .highlights-tabbing-wrapper .tabs-section .slick-track .slick-slide[data-slick-index="4"], .drupa-highlights-section .highlights-tabbing-wrapper .tabs-section .slick-track .slick-slide[data-slick-index="5"], .drupa-highlights-section .highlights-tabbing-wrapper .tabs-section .slick-track .slick-slide[data-slick-index="6"], .drupa-highlights-section .highlights-tabbing-wrapper .tabs-section .slick-track .slick-slide[data-slick-index="7"], .drupa-highlights-section .highlights-tabbing-wrapper .tabs-section .slick-track .slick-slide[data-slick-index="8"], .drupa-highlights-section .highlights-tabbing-wrapper .tabs-section .slick-track .slick-slide[data-slick-index="9"], .drupa-highlights-section .highlights-tabbing-wrapper .tabs-section .slick-track .slick-slide[data-slick-index="10"]{
    display: none !important;
  }
} */


.why-printxpand-is-best{
  padding: 0 0 48px;
}
.why-printxpand-is-best .why-printxpand-box-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px -20px 0;
}
.why-printxpand-is-best .why-printxpand-box-wrapper .box-image{
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 20px 15px;
}
.why-printxpand-is-best .why-printxpand-box-wrapper .box-content{
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 20px;
  text-align: center;
}
.why-printxpand-is-best .why-printxpand-box-wrapper .box-content p{
  margin-bottom: 15px;
}

.salient-feature-printxpand-drupa{
  padding: 48px 0;
}
.salient-feature-printxpand-drupa .salient-feature-box-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px -20px 0;
}
.salient-feature-printxpand-drupa .salient-feature-box-wrapper .feature-box-inner-wrapper{
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
}
.salient-feature-printxpand-drupa .salient-feature-box-wrapper .feature-box-inner-wrapper .box-image{
  flex: 0 0 60px;
  max-width: 60px;
}
.salient-feature-printxpand-drupa .salient-feature-box-wrapper .feature-box-inner-wrapper .box-content{
  flex: 0 0 calc(100% - 60px);
  max-width: calc(100% - 60px);
  padding-left: 20px;
}
section .header-btn a.drupa-btn{
  font-size: 16px;
  line-height: 24px;
}
.salient-feature-printxpand-drupa .salient-feature-box-wrapper .feature-box-inner-wrapper .box-title{
  margin-bottom: 5px;
  font-size: 20px;
}


@media (min-width: 768px) {
  .why-printxpand-is-best{
    padding-bottom: 68px;
  }
  .salient-feature-printxpand-drupa{
    padding: 68px 0;
  }
  .why-printxpand-is-best .why-printxpand-box-wrapper, .salient-feature-printxpand-drupa .salient-feature-box-wrapper{
    margin-top: 50px;
  }
  .why-printxpand-is-best .why-printxpand-box-wrapper .box-image, .why-printxpand-is-best .why-printxpand-box-wrapper .box-content{
    flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 0;
    text-align: left;
  }
  .salient-feature-printxpand-drupa .salient-feature-title{
    max-width: 80%;
    margin: 0 auto;
  }
  .salient-feature-printxpand-drupa .salient-feature-box-wrapper .feature-box-inner-wrapper{
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 50px;
  }
}

@media (min-width: 1200px) {
  .salient-feature-printxpand-drupa .salient-feature-title{
    max-width: 60%;
  }
  .why-printxpand-is-best .why-printxpand-box-wrapper .box-image, .why-printxpand-is-best .why-printxpand-box-wrapper .box-content, .salient-feature-printxpand-drupa .salient-feature-box-wrapper .feature-box-inner-wrapper{
    padding: 0 35px;
  }
  .why-printxpand-is-best .why-printxpand-box-wrapper, .salient-feature-printxpand-drupa .salient-feature-box-wrapper{
    margin-left: -35px;
    margin-right: -35px;
  }
  .salient-feature-printxpand-drupa .salient-feature-box-wrapper .feature-box-inner-wrapper .box-title{
    font-size: 24px;
    line-height: 34px;
  }
}

@media (min-width: 1400px) {
  .salient-feature-printxpand-drupa .salient-feature-box-wrapper .feature-box-inner-wrapper{
    flex: 0 0 686px;
    max-width: 686px;
  }
  .why-printxpand-is-best .why-printxpand-box-wrapper .box-content p{
    margin-bottom: 30px;
  }
  .why-printxpand-is-best .why-printxpand-box-wrapper .box-image{
    flex: 0 0 622px;
    max-width: 622px;
  }
  .why-printxpand-is-best .why-printxpand-box-wrapper .box-content{
    flex: 0 0 calc(100% - 622px);
    max-width: calc(100% - 622px);
    padding-left: 55px;
  }
}
.tns-outer button {
    color: #363636;
    font-size: 0 !important;
}

footer .footer-bottom .alliances-section .footer-printing-ua-img img{
  width: 150px;
  height: 71px;
}
.drupa-banner .drupa-banner-wrapper .left-image-box{
  /* display: none; */
  position: relative;
  max-width: fit-content;
  margin: 0 auto;
  order: 1;
}
.drupa-banner .drupa-banner-wrapper .left-image-box img{
  vertical-align: top;
}
.drupa-banner .drupa-banner-wrapper{
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  section.drupa-banner{
    padding-bottom: 0;
  }
  .drupa-banner .drupa-banner-wrapper{
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -20px;
    padding: 60px 0;
  }
  .drupa-banner .drupa-banner-wrapper .left-image-box img{
    width: 100%;
  }
  .drupa-banner .drupa-banner-wrapper .left-image-box, .drupa-banner .drupa-banner-wrapper .banner-info-box{
    flex: 0 0 calc(50% - 40px);
    max-width: calc(50% - 40px);
    margin: 0 20px;
    /* padding: 0 20px; */
    text-align: left;
    display: block;
  }
  .drupa-banner .drupa-banner-wrapper .left-image-box{
    flex: 0 0 calc(50% - 100px);
    max-width: calc(50% - 100px);
    margin-right: 80px;
    order: 0;
  }
  .drupa-banner .drupa-banner-wrapper .banner-info-box .drupa-logo img{
    height: 130px;
  }
  .drupa-banner .banner-info-box .location-info-box .location-list {
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .drupa-banner .drupa-banner-wrapper .banner-info-box .heading-title{
    font-size: 50px;
  }
}
@media (min-width: 1440px) {
  .drupa-banner .drupa-banner-wrapper .banner-info-box .heading-title{
    font-size: 60px;
  }
  .drupa-banner .banner-info-box .location-info-box .location-list .info-icon{
    font-size: 15px;
  }
  .drupa-banner .drupa-banner-wrapper .banner-info-box .drupa-logo img{
    height: 150px;
  }
}


header.header.page-header{
  padding: 10px 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: transparent;
  box-shadow: none;
}
.left-header .nav-toggle span, .left-header .nav-toggle span::before, .left-header .nav-toggle span::after{
  background: #fff;
}
.left-header .nav-toggle span{
  margin-top: 10px;
}
.sticky-header header.header.page-header{
  top: 0 !important;
}
.sticky-header .left-header .nav-toggle span, .sticky-header .left-header .nav-toggle span::before, .sticky-header .left-header .nav-toggle span::after{
  background: #303133;
}
header.header .left-header .nav-toggle.active span{
  background: transparent;
}
.drupa-banner .drupa-banner-wrapper .left-image-box iframe{
  width: 100%;
  height: 220px;
}
header.header .right-header .menu-title .req-btn .requestdemo{
  background: #f94900;
  color: #fff;
  transition: all 0.3s ease-in;
}
header.header .right-header .menu-title .req-btn .requestdemo:hover{
  background: #fff;
  color: #f94900;
}
header.header .right-header ul.menu-title{
  left: -20px;
  right: -20px;
}
.sticky-header header.header{
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.sticky-header header.header .right-header ul.menu-title li.sub-menu > a{
  color: #000;
}
.sticky-header header.header .right-header ul.menu-title li.sub-menu:after, .sticky-header header.header .right-header ul.menu-title li.sub-menu.solution-tab>a::after{
  border-color: #000;
}
.sticky-header header.header .left-header .main-logo img{
  filter: brightness(0);
}
.drupa-banner .drupa-banner-wrapper .left-image-box .play-button{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.form-banner-section .form-layout .right-side-layout .form .form-field-box .form-field-control.se-tech{
  padding: 0;
}
.form-banner-section .form-layout .right-side-layout .form .form-field-box .form-field-control.se-tech.col-md-12{
  max-width: 100%;
  flex: 0 0 100%;
}
html, body{
  scroll-behavior: smooth;
}

@media (min-width: 992px) {
  .right-header ul.menu-title li.sub-menu > a{
    color: #fff;
  }
  header.header .right-header ul.menu-title li.sub-menu:after, header.header .right-header ul.menu-title li.sub-menu.solution-tab>a::after{
    border-color: #fff;
  }
}
@media (min-width: 1024px) {
  .drupa-banner .drupa-banner-wrapper .left-image-box iframe{
    height: 231px;
  }
}
@media (min-width: 1200px) {
  .drupa-banner .drupa-banner-wrapper .left-image-box iframe{
    height: 345px;
  }
}