/*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 */
/*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 */
.platform_section .header-spacing {
  max-width: 780px;
}
.platform_design {
  margin: 0 auto;
  text-align: center;
}
.platform_design .top_logo {
  text-align: center;
  display: inline-block;
  position: relative;
  top: 4px;
}
.platform_design .top_logo img {
  margin: 0 auto;
  position: relative;
  z-index: 2;
  width: 110px;
}
.platform_design .bottom_logo {
  text-align: left;
  padding-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 0px) and (max-width: 767px) {
  .platform_design .bottom_logo {
    padding: 0 10px;
  }
}
@media (min-width: 1200px) {
  .platform_design .bottom_logo {
    padding-top: 40px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .platform_design .bottom_logo::before {
    content: "";
    position: absolute;
    background-image: url(../../assets/images/platform_logo/platform_arrow.webp);
    width: 1130px;
    height: 72px;
    top: -12px;
    background-position: center;
    background-repeat: no-repeat;
    display: none;
  }
}
@media (min-width: 1200px) {
  .platform_design .bottom_logo::before {
    background-size: contain;
    width: 1070px;
    display: block;
  }
}
@media (min-width: 1440px) {
  .platform_design .bottom_logo::before {
    width: 1130px;
    background-size: auto;
  }
}
.platform_design .bottom_logo .logo_wrap {
  width: calc(50% - 20px);
  height: 140px;
  margin: 0 10px;
  border-radius: 22px;
  border: 1px solid #212B36;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
  position: relative;
  padding: 8px;
  text-align: center;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.platform_design .bottom_logo .logo_wrap:hover {
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  border-color: #CF520B;
  color: #CF520B;
  background-color: #F3EDD7;
}
@media (min-width: 768px) {
  .platform_design .bottom_logo .logo_wrap {
    width: 127px;
    height: 127px;
    margin: 0 8px;
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .platform_design .bottom_logo .logo_wrap {
    margin: 0 10px;
    width: 130px;
    height: 130px;
    margin-top: 20px;
  }
}
@media (min-width: 1025px) {
  .platform_design .bottom_logo .logo_wrap {
    margin: 0 12px;
    margin-top: 20px;
  }
}
@media (min-width: 1440px) {
  .platform_design .bottom_logo .logo_wrap {
    width: 140px;
    height: 140px;
  }
}
.platform_design .bottom_logo .logo_wrap .name {
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .platform_design .bottom_logo .logo_wrap .name {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (min-width: 1600px) {
  .platform_design .bottom_logo .logo_wrap .name {
    font-size: 16px;
    line-height: 28px;
  }
}
@keyframes top_dots_left {
  0% {
    right: -140px;
    opacity: 0;
    top: -40px;
  }
  65% {
    right: 50px;
    opacity: 1;
    top: -40px;
  }
  80% {
    top: -34px;
    right: 63px;
    opacity: 1;
  }
  94% {
    top: -25px;
    right: 66px;
    opacity: 0.6;
  }
  100% {
    top: -22px;
    right: 66px;
    opacity: 0;
  }
}
@keyframes top_dots_right {
  0% {
    right: 280px;
    opacity: 0;
    top: -40px;
  }
  65% {
    right: 80px;
    opacity: 1;
    top: -40px;
  }
  80% {
    top: -33px;
    right: 69px;
    opacity: 1;
  }
  94% {
    top: -25px;
    right: 65px;
    opacity: 0.6;
  }
  100% {
    top: -18px;
    right: 65px;
    opacity: 0;
  }
}
/*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;
}
@media (min-width: 1200px) {
  .banner_section .home_banner {
    padding: 50px 0;
  }
}
@media (min-width: 1440px) {
  .banner_section .home_banner {
    padding: 100px 0;
  }
}
.page-template-custom-api-template .hot_folder_work_section::before, .page-template-custom-api-template .hot_folder_work_section::after {
  content: none;
}
/*# sourceMappingURL=customapi.css.map */