/*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 (tablets landscape, 1120px 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 */
.assortment_products_section {
  background-color: #D8EDF5;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  margin-bottom: -30px;
  padding-bottom: 70px;
}
@media (min-width: 768px) {
  .assortment_products_section {
    padding-bottom: 110px;
    margin-bottom: -50px;
  }
}
@media (min-width: 992px) {
  .assortment_products_section {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }
}
@media (min-width: 1200px) {
  .assortment_products_section {
    padding-bottom: 130px;
  }
}
@media (min-width: 1440px) {
  .assortment_products_section {
    padding-bottom: 150px;
  }
}
.assortment_products_section .header-spacing p {
  max-width: 900px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .assortment_products_section .header-spacing .title-64 span::before {
    width: 95%;
    left: -20px;
  }
}
.assortment_products_section .assortment_products .product_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .assortment_products_section .assortment_products .product_row {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row {
    margin-top: 50px;
  }
}
.assortment_products_section .assortment_products .product_row .left {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row .left {
    max-width: 450px;
    flex: 0 0 450px;
  }
}
@media (min-width: 1025px) {
  .assortment_products_section .assortment_products .product_row .left {
    max-width: 500px;
    flex: 0 0 500px;
  }
}
@media (min-width: 1200px) {
  .assortment_products_section .assortment_products .product_row .left {
    max-width: 650px;
    flex: 0 0 650px;
  }
}
@media (min-width: 1440px) {
  .assortment_products_section .assortment_products .product_row .left {
    max-width: 670px;
    flex: 0 0 670px;
  }
}
.assortment_products_section .assortment_products .product_row .left .img img {
  border-radius: 12px;
  margin: 0 auto;
  width: 100%;
}
.assortment_products_section .assortment_products .product_row .right {
  max-width: 100%;
  flex: 0 0 100%;
  padding-left: 0px;
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row .right {
    max-width: calc(100% - 450px);
    flex: 0 0 calc(100% - 450px);
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .assortment_products_section .assortment_products .product_row .right {
    max-width: calc(100% - 500px);
    flex: 0 0 calc(100% - 500px);
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .assortment_products_section .assortment_products .product_row .right {
    max-width: calc(100% - 650px);
    flex: 0 0 calc(100% - 650px);
  }
}
@media (min-width: 1440px) {
  .assortment_products_section .assortment_products .product_row .right {
    max-width: calc(100% - 670px);
    flex: 0 0 calc(100% - 670px);
  }
}
.assortment_products_section .assortment_products .product_row .right .desc {
  padding: 20px 0 0px;
}
@media (min-width: 768px) {
  .assortment_products_section .assortment_products .product_row .right .desc {
    padding: 30px 0 0;
  }
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row .right .desc {
    padding: 0 0px 0 20px;
  }
}
@media (min-width: 1200px) {
  .assortment_products_section .assortment_products .product_row .right .desc {
    padding: 20px;
  }
}
.assortment_products_section .assortment_products .product_row .right .desc .title-24 {
  margin-bottom: 8px;
}
.assortment_products_section .assortment_products .product_row .right .desc p {
  margin-bottom: 10px;
}
.assortment_products_section .assortment_products .product_row .right .desc .link_wrap a {
  text-decoration: none;
  font-weight: 500;
  color: #FC7D2F;
}
.assortment_products_section .assortment_products .product_row .right .desc .link_wrap a::after {
  filter: unset;
  top: 1px;
}
.assortment_products_section .assortment_products .product_row:nth-child(even) {
  flex-direction: row-reverse;
}
.assortment_products_section .assortment_products .product_row:nth-child(even) .right {
  padding-left: 0;
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row:nth-child(even) .right {
    padding-right: 20px;
  }
}
@media (min-width: 1025px) {
  .assortment_products_section .assortment_products .product_row:nth-child(even) .right {
    padding-right: 50px;
  }
}
.assortment_products_section .assortment_products .product_row:nth-child(even) .right .desc {
  padding-left: 0;
}
@media (min-width: 768px) {
  .assortment_products_section .assortment_products .product_row:nth-child(even) .right .desc {
    padding: 30px 0 0;
  }
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row:nth-child(even) .right .desc {
    padding: 0 20px 0 0px;
  }
}
@media (min-width: 1200px) {
  .assortment_products_section .assortment_products .product_row:nth-child(even) .right .desc {
    padding: 20px;
    padding-left: 0;
  }
}
.assortment_products_section .assortment_products .product_row .btn_wrap.banner_btn_wrap {
  width: 100%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .assortment_products_section .assortment_products .product_row .btn_wrap.banner_btn_wrap {
    margin-top: 10px;
  }
}
/*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 (tablets landscape, 1120px 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 */
.banner_section .header-spacing {
  max-width: 1000px;
}
.banner_section .header-spacing .tag {
  max-width: 320px;
  background-color: #E8F5FC;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  padding: 5px 16px 5px 51px;
  border-radius: 50px;
  position: relative;
  font-family: "Gordita";
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-left: auto;
  margin-right: auto;
}
.banner_section .header-spacing .tag::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  height: 30px;
  width: 30px;
  left: 16px;
  top: 4px;
  position: absolute;
}
.banner_section .header-spacing .btn_wrap {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .banner_section .header-spacing .btn_wrap {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .banner_section .header-spacing.common-spacing {
    padding: 75px 0;
  }
}
.assortment_products_section {
  background-color: transparent;
  border-radius: 0;
}
.assortment_products_section .header-spacing .title-64 span::before {
  left: 10px;
}
.assortment_products_section .btn_wrap {
  display: block;
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .assortment_products_section .btn_wrap {
    margin-top: 50px;
  }
}
.assortment_products_section .btn_wrap .btn {
  width: fit-content;
  margin: 0 auto;
}
.hot_folder_work_section {
  background-color: #222222;
  border-radius: 24px;
  color: #FFFFFF;
  position: relative;
}
.hot_folder_work_section::before {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 60px;
  height: 60px;
  background-color: #222222;
}
.hot_folder_work_section::after {
  content: "";
  position: absolute;
  bottom: -60px;
  right: 0;
  width: 60px;
  height: 60px;
  background-color: #222222;
}
@media (min-width: 768px) {
  .hot_folder_work_section {
    border-radius: 60px;
  }
}
.hot_folder_work_section .header-spacing {
  color: #FFFFFF;
}
.hot_folder_work_section .folder_step_details {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hot_folder_work_section .folder_step_details .pin-spacer {
  flex-basis: unset !important;
}
.hot_folder_work_section .folder_step_details svg {
  transform: rotate(-90deg);
}
.hot_folder_work_section .folder_step_details svg circle {
  stroke: rgba(254, 129, 47, 0.3);
  stroke-width: 7px;
  stroke-linecap: round;
}
.hot_folder_work_section .folder_step_details svg .progress-bar {
  stroke: #fe812f;
  transition: stroke-dashoffset 0.1s ease-in-out;
}
.hot_folder_work_section .folder_step_details .left {
  max-width: calc(100% - 790px);
  flex: 0 0 calc(100% - 790px);
  padding-bottom: 50px;
  display: none;
}
@media (min-width: 992px) {
  .hot_folder_work_section .folder_step_details .left {
    max-width: calc(100% - 620px);
    flex: 0 0 calc(100% - 620px);
    display: block;
    padding: 0 20px;
  }
}
@media (min-width: 1025px) {
  .hot_folder_work_section .folder_step_details .left {
    max-width: calc(100% - 700px);
    flex: 0 0 calc(100% - 700px);
  }
}
@media (min-width: 1200px) {
  .hot_folder_work_section .folder_step_details .left {
    max-width: calc(100% - 790px);
    flex: 0 0 calc(100% - 790px);
  }
}
.hot_folder_work_section .folder_step_details .left .overlap_svg {
  position: relative;
}
@media (min-width: 992px) {
  .hot_folder_work_section .folder_step_details .left .overlap_svg {
    height: 275px;
    width: 275px;
    margin: 0 auto;
  }
}
.hot_folder_work_section .folder_step_details .left .overlap_svg .counter {
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0;
  right: 0px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hot_folder_work_section .folder_step_details .left .overlap_svg .counter .title-24 {
  color: #212B36;
  margin-bottom: 0;
}
.hot_folder_work_section .folder_step_details .left .overlap_svg .counter .counter_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1440px) {
  .hot_folder_work_section .folder_step_details .left .overlap_svg .counter .counter_inner {
    margin-top: 3px;
  }
}
.hot_folder_work_section .folder_step_details .left .overlap_svg .counter .counter_inner span {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #212B36;
}
@media (min-width: 1025px) {
  .hot_folder_work_section .folder_step_details .left .overlap_svg .counter .counter_inner span {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 1200px) {
  .hot_folder_work_section .folder_step_details .left .overlap_svg .counter .counter_inner span {
    font-size: 24px;
    line-height: 32px;
  }
}
.hot_folder_work_section .folder_step_details .left #progress .data {
  stroke-width: 6;
  fill: #F5E0D8;
}
.hot_folder_work_section .folder_step_details .left .gauge-svg {
  transform: rotate(180deg);
  width: 400px;
  height: 400px;
}
.hot_folder_work_section .folder_step_details .left .gauge-path {
  stroke-width: 2;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
.hot_folder_work_section .folder_step_details .right {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .hot_folder_work_section .folder_step_details .right {
    border-left: 1px solid rgba(255, 255, 255, 0.16);
    max-width: 620px;
    flex: 0 0 620px;
  }
}
@media (min-width: 1025px) {
  .hot_folder_work_section .folder_step_details .right {
    max-width: 700px;
    flex: 0 0 700px;
  }
}
@media (min-width: 1200px) {
  .hot_folder_work_section .folder_step_details .right {
    max-width: 790px;
    flex: 0 0 790px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .hot_folder_work_section .folder_step_details .right .folder_boxes {
    padding-bottom: 20px;
  }
}
.hot_folder_work_section .folder_step_details .right .folder_boxes .box {
  padding: 26px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background-color: #222222;
  padding-left: 0px;
}
@media (min-width: 768px) {
  .hot_folder_work_section .folder_step_details .right .folder_boxes .box {
    padding: 25px 0;
  }
}
@media (min-width: 992px) {
  .hot_folder_work_section .folder_step_details .right .folder_boxes .box {
    padding: 40px 0;
    padding-left: 60px;
  }
}
@media (min-width: 1025px) {
  .hot_folder_work_section .folder_step_details .right .folder_boxes .box {
    padding: 50px 0;
    padding-left: 100px;
  }
}
@media (min-width: 1200px) {
  .hot_folder_work_section .folder_step_details .right .folder_boxes .box {
    padding: 50px 0;
    padding-left: 100px;
  }
}
.hot_folder_work_section .folder_step_details .right .folder_boxes .box img {
  filter: invert(1) brightness(11);
  margin-bottom: 25px;
  height: 50px;
}
.hot_folder_work_section .folder_step_details .right .folder_boxes .box .title-24 {
  margin-bottom: 8px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .hot_folder_work_section .folder_step_details .right .folder_boxes .box:last-child {
    border-bottom: 0;
  }
}
.hot_folder_work_section .folder_step_details .right .folder_boxes .pin-spacer:last-child .box {
  border-bottom: 0;
}
.hot_folder_work_section + .button_section.green_bg {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .hot_folder_work_section + .button_section.green_bg {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .hot_folder_work_section + .button_section.blue_bg {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .hot_folder_work_section + .button_section.pink_bg {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .hot_folder_work_section + .button_section.orange_bg {
    margin-top: 0;
  }
}
.page-template-custom-webtoprint-development .hot_folder_work_section::before, .page-template-custom-webtoprint-development .hot_folder_work_section::after, .page-template-hotfolder-template .hot_folder_work_section::before, .page-template-hotfolder-template .hot_folder_work_section::after, .page-template-magento-template .hot_folder_work_section::before, .page-template-magento-template .hot_folder_work_section::after {
  display: none;
}
/*# sourceMappingURL=hot_folder.css.map */