@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Oswald:500,700&display=swap);
@font-face {
    font-family: ProximaNova;
    src: url(../fonts/ProximaNova-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/ProximaNova-Regular.otf) format('opentype'), url(../fonts/ProximaNova-Regular.woff) format('woff'), url(../fonts/ProximaNova-Regular.ttf) format('truetype'), url(../fonts/ProximaNova-Regular.svg#ProximaNova-Regular) format('svg');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: Waltograph;
    src: url(../fonts/waltograph/waltograph.eot?#iefix) format('embedded-opentype'), url(../fonts/waltograph/waltograph.woff) format('woff'), url(../fonts/waltograph/waltograph.ttf) format('truetype'), url(../fonts/waltograph/waltograph.svg#waltograph) format('svg');
    font-weight: 400;
    font-style: normal
}

body {
    font-family: ProximaNova;
    font-weight: 400
}

p {
    color: rgba(41, 40, 39, .6);
    font-family: ProximaNova;
    font-weight: 400
}

h1 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 54px
}

h2 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 42px
}

.form-control {
    border: 1px solid #dedede;
    border-radius: 0;
    font-size: 16px;
    height: auto;
    padding: 10px 20px
}

.form-control:active,
.form-control:focus {
    box-shadow: none!important
}

:-moz-placeholder,
:-ms-input-placeholder,
::-moz-placeholder,
::-webkit-input-placeholder {
    color: #b2b2b2
}

.btn {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600
}

.btn.btn-primary:active,
.btn.btn-primary:focus {
    box-shadow: none!important;
    background-color: #eb6e00eb!important;
    border-color: #eb6e00!important
}

.btn.btn-primary {
    background: #eb6e00;
    border-radius: 0;
    border-color: #eb6e00;
    padding: 5px 30px
}

.btn.btn-outline.btn-primary {
    background: 0 0;
    color: #292827;
    padding: 5px 30px
}

.btn.btn-dark {
    background: #292827;
    border: 1px solid #292827;
    border-radius: 0;
    color: #fff;
    padding: 5px 30px
}

.btn.btn-dark:active,
.btn.btn-dark:focus {
    box-shadow: none!important;
    background-color: #292827!important;
    border-color: #292827!important
}

.social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    width: 115px;
    justify-content: space-between;
    align-items: center
}

.social-icons>li>a {
    display: block;
    height: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 0
}

.social-icons .icon-fb {
    background-image: url(../images/icon-fb.svg);
    width: 15px
}

.social-icons .icon-fb:hover {
    background-image: url(../images/icon-fb-orange.svg)
}

.social-icons .icon-tw {
    background-image: url(../images/icon-twitter.svg);
    width: 20px;
    margin-top: 3px
}

.social-icons .icon-tw:hover {
    background-image: url(../images/icon-twitter-orange.svg)
}

.social-icons .icon-li {
    background-image: url(../images/icon-linkedin.svg);
    width: 20px
}

.social-icons .icon-li:hover {
    background-image: url(../images/icon-linkedin-orange.svg)
}

.social-icons .icon-fb-white {
    background-image: url(../images/icon-fb-white.svg);
    width: 15px
}

.social-icons .icon-tw-white {
    background-image: url(../images/icon-twitter-white.svg);
    width: 20px;
    margin-top: 3px
}

.social-icons .icon-li-white {
    background-image: url(../images/icon-linkedin-white.svg);
    width: 20px
}

.page-header.has-banner {
    overflow: hidden
}

.page-header {
    background: url(../images/bg-header.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative
}

.page-header .navbar {
    padding: 15px;
    max-width: 1400px;
    margin: 0 auto
}

.page-header .navbar .navbar-brand>img {
    height: 40px;
    width: auto
}

.page-header.has-banner {
    background-position: bottom
}

.page-header.has-banner:after {
    content: "";
    background: url(../images/banner-left-arrow.svg);
    position: absolute;
    bottom: 2.5rem;
    left: 0;
    width: 12rem;
    height: 6.8rem;
    background-size: 100%;
    background-repeat: no-repeat
}

.nav-wrapper {
    border-bottom: 1px solid rgba(80, 80, 80, .2)
}

.navbar-light .navbar-nav .nav-link {
    color: #707070;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff
}

.navbar-light .navbar-nav .active .nav-link {
    color: #fff;
    position: relative
}

.navbar-light .navbar-nav .active .nav-link:before {
    content: "";
    height: 2px;
    background: #eb6e00;
    width: 40%;
    position: absolute;
    left: 9px;
    top: 5px
}

.navbar-light .navbar-nav .contact-us .nav-link {
    border: 1px solid #eb6e00;
    color: #fff;
    padding-left: 2rem;
    padding-right: 2rem
}

.navbar-light .navbar-nav .contact-us {
    margin-left: 2.5rem
}

.navbar-light .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2)
}

.dropdown-item.active,
.dropdown-item:active {
    background: #eb6e00
}

#banner {
    color: #fff;
    padding: 7rem 0 16rem
}

#banner h1 {
    padding-right: 0;
    font-size: 70px;
    margin-top: 3rem
}

#banner p {
    font-size: 20px;
    color: #fff
}

#banner .subscription-box {
    background: #fff;
    padding: 30px;
    color: #b7b7b7
}

#banner .subscription-box>h2 {
    color: #292827;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 500;
    padding-right: 8rem;
    position: relative;
    z-index: 1
}

#banner .subscription-box>h2>strong {
    color: #eb6e00;
    font-weight: 700
}

#banner .subscription-box>h2:after {
    content: "";
    background: url(../images/check-mark-subscription.svg);
    position: absolute;
    right: -6.5rem;
    height: 10rem;
    width: 16rem;
    top: 0;
    background-size: 100%;
    background-repeat: no-repeat
}

#banner .subscription-box>p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 0;
    line-height: 1.2;
    color: #b7b7b7
}

#banner .subscription-box .btn.btn-lg {
    width: 100%;
    padding: 10px;
    font-family: Oswald, sans-serif;
    font-weight: 500;
    font-size: 26px
}

#banner .subscription-box .subscription-form {
    margin: 1.5rem 0
}

#banner .social-icons {
    margin-top: 3rem
}

#banner .arrow-down {
    background-image: url(../images/icon-arrow-down.svg);
    font-size: 0;
    width: 20px;
    height: 26px;
    display: inline-block;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 5rem
}

.page-footer {
    background: #292827;
    color: #fff
}

#footer-content {
    padding-top: 100px
}

#footer-content .footer-logo {
    margin-bottom: 55px
}

#footer-content .footer-logo>img {
    height: 45px
}

.footer-col h2 {
    font-family: Montserrat, sans-serif;
    font-size: 38px
}

.footer-col h3 {
    color: #e0e0e0;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 20px
}

.footer-col p {
    color: #666
}

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

.footer-menu.focused {
    margin-top: 40px
}

.footer-menu>li {
    margin-bottom: 5px
}

.footer-menu>li>a {
    color: #666;
    text-decoration: none;
    font-size: 16px
}

.footer-menu.focused>li>a {
    color: #fff
}

.page-footer .contact-info {
    padding-top: 100px;
    padding-bottom: 50px
}

.page-footer .contact-info>ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between
}

.page-footer .contact-info>ul>li {
    font-family: ProximaNova;
    font-size: 16px;
    color: #666
}

.page-footer .contact-info>ul>li:first-child>span {
    display: block;
    position: relative;
    font-size: 0
}

.page-footer .contact-info>ul>li:first-child>span:before {
    content: "";
    width: 50px;
    height: 1px;
    background: #666;
    position: absolute;
    top: 8px
}

#copyright {
    border-top: 1px solid rgba(80, 80, 80, .2);
    padding: 30px 0
}

#copyright .social-icons {
    width: 100px;
    margin-left: auto
}

#copyright .copyright {
    font-size: 16px;
    font-family: ProximaNova
}

#request-quote {
    background: url(../images/bg-request-quote.png);
    padding: 80px 0;
    background-size: cover
}

#request-quote h2 {
    margin-bottom: 2rem;
    position: relative
}

#request-quote p {
    color: #fff
}

#request-quote h2:before {
    content: "";
    background: #eb6e00;
    height: 1px;
    width: 120px;
    position: absolute;
    bottom: -12px
}

#request-quote #quote-form .btn {
    padding: 10px 50px;
    margin-left: auto;
    display: flex
}

#request-quote #quote-form .form-control {
    background: rgba(255, 255, 255, .8)
}

.title-bars {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    margin-bottom: 1rem
}

.title-bars:before {
    content: "";
    background: url(../images/before-title-lines.svg);
    height: 60px;
    width: 20px;
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: 15px
}

.title-bars.bars-white:before {
    background-image: url(../images/title-bars-white.svg)
}

.title-bars.bars-2:before {
    background-image: url(../images/title-bars-2.svg)
}

.title-bars.bars-3:before {
    background-image: url(../images/bars-3.svg)
}

#print-services {
    padding: 90px 0;
    background: url(../images/redefine-bg.svg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position-x: 130%;
    background-position-y: -15px;
    margin-top: -75px
}

#print-services .img-redefine {
    max-width: 90%;
    margin-top: 6%;
    display: flex;
    margin-left: auto
}

#print-services .btn {
    margin-top: 1rem
}

#print-services .title-bars {
    margin-top: 75px
}

.features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 7rem;
    justify-content: space-between;
    max-width: 320px
}

.features-list > li {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px;
    flex: 0 0 48%;
    height: 150px;
    max-width: 150px;
    margin-bottom: 1rem;
    background: #fff
}
.features-list > li .icon-white {
    display: none;
}
.features-list > li > p {
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    color: #292827;
    line-height: 1.1
}

.features-list > li > img {
    height: 30px
}
.features-list > li > .icon-white {
    display: none;
}
.features-list > li:hover{
    cursor: pointer;
    background-color: #EB6E00;
    transition: 0.3s;
}
.features-list > li:hover > .icon-white {
    display: block;
}
.features-list > li:hover > .icon-black {
    display: none;
}
.features-list > li:hover > p{
    color: #ffffff;
}

#complete-printing {
    padding-bottom: 180px;
    background: url(../images/bg-complete-printing.svg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position-x: -5%;
    position: relative;
    z-index: 1
}

#complete-printing .title-bars {
    margin-top: 25px
}

#case-studies {
    padding-bottom: 90px
}

#case-studies .carousel {
    background: #f4f4f4;
    padding: 50px;
    padding-bottom: 0;
}

#case-studies .carousel img {
    max-width: 90%;
    display: flex;
    margin-left: auto
}

#case-studies .carousel h2 {
    font-family: Montserrat, sans-serif;
    font-size: 38px;
    margin-top: 2.25rem;
    margin-bottom: 0
}

#case-studies .carousel .category {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 18px
}

#case-studies .carousel p {
    margin-top: 2.25rem
}

#case-studies .title-case-studies {
    margin: 0;
    color: #f4f4f4;
    line-height: 32px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 44px
}

#case-studies .carousel-indicators {
    justify-content: flex-start;
    margin-left: 0;
    bottom: 55px;
    margin-bottom: 0;
    position: initial;
    width: auto;
    margin-left: -50px;
    margin-right: -50px;
    padding-left: 50px;
    padding-right: 50px;
    border-top: 1px solid rgba(112, 112, 112, 0.2);
    padding-top: 20px;
    padding-bottom: 20px;
}

#case-studies .carousel-indicators>li {
    background-color: rgba(112, 112, 112, .2);
    cursor: pointer
}

#case-studies .carousel-indicators>li.active {
    color: #292827;
    background-color: transparent;
    border-bottom: 2px solid #eb6e00;
}

#case-studies .carousel .carousel-control-prev {
    background: url(../images/long-arrow-left.svg);
    height: 15px;
    bottom: 25px;
    top: auto;
    left: 300px;
    width: 20px;
    background-repeat: no-repeat;
    background-position: center
}

#case-studies .carousel .carousel-control-next {
    background: url(../images/long-arrow-right.svg);
    height: 15px;
    bottom: 25px;
    top: auto;
    left: 330px;
    width: 20px;
    background-repeat: no-repeat;
    background-position: center
}
#case-studies .carousel img.carousel-icon {
    margin-left: 0;
}
#case-studies .carousel-item ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}
#case-studies .carousel-item ul > li {
    color: rgba(41, 40, 39, .6);
    padding-left: 30px;
    background: url(../images/long-arrow-right-fill.svg);
    background-repeat: no-repeat;
    background-position-y: center;
}
#case-studies .carousel-indicators>li {
    background-color: rgba(112, 112, 112, .2);
    cursor: pointer;
    height: auto;
    font-size: 12px;
    background: transparent;
    width: 50px;
    text-indent: 0;
    color: rgba(41, 40, 39, 0.3);
    text-align: center;
    margin-right: 20px;
    margin-left: 0;
}

#print-management-sols {
    background-color: #eb6e00;
    color: #fff;
    background-image: url(../images/waves.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-top: -120px;
    position: relative;
    z-index: 0
}

#print-management-sols:before {
    content: "";
    background-image: url(../images/mountain-orange.svg);
    display: block;
    width: 100%;
    height: 170px;
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #fff;
    background-position-y: top;
    background-position-x: 80%
}

#print-management-sols h2 {
    font-weight: 600;
    font-size: 36px
}

#print-management-sols .title-bars.bars-white:before {
    background-image: url(../images/title-bars-white.svg);
    margin-left: auto;
    margin-right: auto
}

#print-management-sols p {
    color: rgba(255, 255, 255, .6);
    max-width: 780px;
    margin-left: auto;
    margin-right: auto
}

#print-management-sols .img-solutions {
    max-width: 80%;
    margin-bottom: -120px
}

#print-management-sols h4 {
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    margin-top: 5rem;
    margin-bottom: 1.25rem
}

#why-corgfx {
    padding-top: 120px;
    padding-bottom: 75px;
    background-color: #292827;
    color: #fff
}

#why-corgfx .title-bars {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    margin-top: 2rem;
    margin-bottom: .5rem
}

#why-corgfx .title-bars.bars-2:before {
    margin-left: auto;
    margin-right: auto
}

#why-corgfx p.after-title {
    color: rgba(255, 255, 255, .6);
    text-align: center
}

#why-corgfx .process-list {
    margin-top: 4rem
}

.process-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between
}

.process-list>li {
    flex: 0 0 30%
}

.process-list>li>img {
    height: 30px
}

.process-list>li>h4 {
    font-size: 18px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
    position: relative;
}

.process-list>li>h4:before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 2px;
    background: #eb6e00;
    margin-right: 25px;
    vertical-align: middle;
    position: absolute;
    bottom: -1.25rem;
}

.process-list>li>p {
    color: rgba(255, 255, 255, .6);
    font-size: 14px
}

.process-list>li>a {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    text-decoration: none
}

.process-list>li>a>strong {
    display: inline-block;
    color: #eb6e00;
    margin-right: 5px
}
.process-list > li > ul {
    list-style: none;
    margin-bottom: 1rem;
    padding-left: 0;
    margin-top: 1.5rem;
}

.process-list > li > ul > li {
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    font-family: Proximanova;
    padding-left: 1.5rem;
    margin-bottom: 6px;
    background-image: url(../images/long-arrow-alt-right.svg);
    background-repeat: no-repeat;
    background-position-y: center;
    background-size: 15px;
}

#section-blog {
    padding: 75px 0
}

#section-blog h2 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 36px;
    margin-bottom: 2rem
}

#section-blog h2:before {
    margin-left: auto;
    margin-right: auto
}

.latest-posts {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between
}

.latest-posts>li {
    flex: 0 0 22.5%;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1)
}

.latest-posts>li>.post-img {
    max-width: 100%;
    height: 155px;
    object-fit: cover
}

.latest-posts>li>.post-content {
    border-top: 5px solid #eb6e00;
    padding: 20px
}

.latest-posts>li>.post-content>p {
    font-size: 14px
}

.latest-posts>li>.post-content>h3 {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 18px
}

.latest-posts>li>.post-content>.post-meta {
    color: rgba(41, 40, 39, .6);
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px
}

.post-content>a {
    color: #eb6e00;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    display: inline-block
}

.post-content>a:after {
    content: "";
    background: url(../images/chevron-right-orange.svg);
    display: inline-block;
    width: 8px;
    height: 11px;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 2px;
    background-size: 6px
}

#testimonialsCarousel {
    background: #292827;
    padding: 80px 200px;
    text-align: center;
    color: #fff;
    position: relative
}

/*#testimonialsCarousel .carousel-item>h3 {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    margin-top: 2.5rem
}*/
#testimonialsCarousel .carousel-item > h3 {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    margin-top: 2.5rem;
    font-size: 18px;
    line-height: 1.4;
}

#testimonialsCarousel .carousel-item>span {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
}

#testimonialsCarousel .carousel-item>img {
    max-width: 60px
}

#section-testimonials .clients>ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0
}

#section-testimonials .clients>ul>li>img {
    max-width: 100%
}

.cms-home-subpage-header {
    margin-bottom: 5rem
}

.cms-home-subpage-header .page-title {
    background: #eb6e00;
    padding: 1rem 8%;
    margin-left: -8%;
    max-width: 92%;
    padding-top: 10%;
    padding-right: 40%;
    padding-bottom: 3rem;
    position: relative;
    height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.cms-home-subpage-header .page-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background: #292827;
    display: block
}

.cms-home-subpage-header .container {
    position: relative
}

.cms-home-subpage-header .page-hero-image {
    max-width: 50%;
    position: absolute;
    right: 0;
    top: 6rem;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15)
}

.cms-home-subpage-header .page-hero-image img {
    width: 100%
}

.cms-home-subpage-header .page-title>h1 {
    font-size: 75px;
    color: #fff;
    margin: 0;
    line-height: 1;
    margin-top: 2rem
}

.cms-home-subpage-header .page-title>p {
    color: #fff;
    margin: 0;
    font-size: 38px;
    line-height: 1;
    font-family: Montserrat, sans-serif;
    font-weight: 300
}

.title-center {
    text-align: center
}

.title-center .title-bars:before {
    margin-left: auto;
    margin-right: auto
}

.list-corgfx-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 4rem
}

.list-corgfx-features>li {
    flex: 0 0 31%;
    background: #F8F8F8;
    padding: 2rem;
    margin-bottom: 1.8rem;
    display: flex;
    border-radius: 5px;
    /*justify-content: space-between;*/
    /*flex-direction: column;*/
    /*align-items: flex-start;*/
    /*height: 225px*/
    align-items: center;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: calc(100% + 35px);
}

.list-corgfx-features>li>h4 {
    color: #212529;
    font-family: Montserrat, sans-serif;
    margin: 0;
    font-size: 18px;
    margin-left: 2rem;
    font-weight: 500;
}

.list-corgfx-features > li > img {
    width: 26px
}
.list-corgfx-features > li > img.icon-white {
    display: none;
}
.list-corgfx-features > li:hover{
    background-color: #EB6E00;
    cursor: pointer;
    transition: 0.3s;
    -webkit-box-shadow: 0px 10px 13px -7px #888888, 5px 5px 15px 5px rgba(238,238,238,0); 
    box-shadow: 0px 10px 13px -7px #888888, 5px 5px 15px 5px rgba(238,238,238,0);
}
.list-corgfx-features > li:hover > img.icon-white {
    display: block;
}
.list-corgfx-features > li:hover > img.icon-orange {
    display: none;
}
.list-corgfx-features > li:hover > h4 {
    color: #ffffff;
} 
.list-corgfx-features .icon-office{
    background-image: url(../images/features/icon-office.svg);
}
.list-corgfx-features .icon-office:hover{
    background-image: url(../images/features/icon-office-hover.svg);
}

.list-corgfx-features .icon-globe{
    background-image: url(../images/features/icon-globe.svg);
}
.list-corgfx-features .icon-globe:hover{
    background-image: url(../images/features/icon-globe-hover.svg);
}

.list-corgfx-features .icon-clip{
    background-image: url(../images/features/icon-clip.svg);
}
.list-corgfx-features .icon-clip:hover{
    background-image: url(../images/features/icon-clip-hover.svg);
}

.list-corgfx-features .icon-box{
    background-image: url(../images/features/icon-box.svg);
}
.list-corgfx-features .icon-box:hover{
    background-image: url(../images/features/icon-box-hover.svg);
}

.list-corgfx-features .icon-approve{
    background-image: url(../images/features/icon-approve.svg);
}
.list-corgfx-features .icon-approve:hover{
    background-image: url(../images/features/icon-approve-hover.svg);
}

.list-corgfx-features .icon-monitor{
    background-image: url(../images/features/icon-edit.svg);
}
.list-corgfx-features .icon-monitor:hover{
    background-image: url(../images/features/icon-edit-hover.svg);
}

.page-layout-commercial-printing main {
    overflow: hidden
}

#corgfx-features {
    padding-top: 100px;
    padding-bottom: 60px;
    background: url(../images/bg-corgfx-features.svg);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position-x: center;
    background-position-y: 5%
}

.page-layout-commercial-printing #page-content {
    padding-top: 50px;
    position: relative
}

.page-layout-commercial-printing #page-content p {
    color: #7b7a79
}

.page-layout-commercial-printing #page-content:after {
    content: "";
    background: url(../images/bg-baloon-home-sub.svg);
    position: absolute;
    right: -10%;
    height: 700px;
    display: flex;
    width: 60%;
    top: -7rem;
    background-size: 70%;
    background-position: right top;
    z-index: -1;
    background-repeat: no-repeat
}

.page-layout-commercial-printing #page-content>.container {
    padding-right: 30%
}

.vertical-title {
    position: absolute;
    right: -8%;
    top: 6rem;
    max-width: 15px
}

.vertical-title>.bar {
    display: block;
    height: 600px;
    width: 1px;
    background: #292827;
    margin-bottom: 20px
}

.vertical-title>.title {
    display: block;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    font-weight: 700;
    position: relative;
    display: flex;
    width: 250px;
    transform: rotate(90deg);
    transform-origin: left;
    letter-spacing: 6px;
    white-space: nowrap
}

.inner-page-header .container {
    position: relative
}

.inner-page-header .page-title {
    background-color: #eb6e00;
    height: 300px;
    padding: 2rem 4rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-left: -4rem;
    margin-top: 2rem;
    color: #fff
}

.inner-page-header .page-title p {
    color: #fff
}

.inner-page-header .page-title:before {
    content: "";
    display: block;
    position: absolute;
    left: 15px;
    background: #292827;
    width: 130px;
    height: 120px;
    top: -2rem;
    z-index: 1
}

.inner-page-header .page-title:after {
    position: absolute;
    background: #292827;
    width: 30px;
    height: 30px;
    content: "";
    display: block;
    right: 15px;
    bottom: 0
}

.inner-page-header .vertical-title {
    right: -4rem
}

.inner-page-header .page-title>h1 {
    font-size: 65px;
    line-height: 1;
    margin: 0
}

.inner-page-header .page-title>p {
    margin: 0;
    line-height: 1.2;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 300;
    color: rgba(255, 255, 255, .6);
    margin-top: .25rem
}

#medical-device-company {
    padding: 100px 0
}

#medical-device-company img {
    max-width: 100%;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
    display: block
}

#medical-device-company h3 {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 1.8rem
}

#case-studies-cols p,
#medical-device-company p {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 1rem;
    color: #292827
}

#case-studies-cols {
    padding-bottom: 75px;
    background-image: url(../images/bg-case-studies-dots.svg);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position-x: center
}

#case-studies-cols h2 {
    font-size: 36px
}

#our-solutions {
    background-color: #eb6e00;
    padding-bottom: 50px
}

#our-solutions:before {
    background-image: url(../images/mountains-2.svg);
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    background-color: #fff;
    background-size: 100%
}

#our-solutions h2 {
    text-align: center;
    padding-top: 1rem;
    color: #fff
}

#our-solutions p {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: 300
}

#our-solutions .title-center>p {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem
}

#our-solutions .list-solutions {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between
}

#our-solutions .list-solutions>li {
    flex: 0 0 28%
}

#our-solutions .list-solutions>li>.sol-title {
    background: #292827;
    padding: 1rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 150px;
    justify-content: space-between;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 18px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .3)
}

#our-solutions .list-solutions>li>p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 2rem
}

#section-result {
    background-color: #292827;
    color: #fff;
    padding-bottom: 80px
}

#section-result:before {
    content: "";
    display: block;
    width: 100%;
    background-image: url(../images/maountains-bottom.svg);
    height: 150px;
    background-size: 104%;
    background-repeat: no-repeat;
    background-position-y: -20px
}

#section-result p {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: 300
}

#section-result .title-center h2 {
    margin-bottom: 2rem
}

.cms-case-studies main {
    overflow: hidden
}

.cms-case-studies #page-content {
    position: relative
}

.cms-case-studies #page-content:after {
    content: "";
    background: url(../images/bg-baloon-home-sub.svg);
    position: absolute;
    right: -8%;
    height: 700px;
    display: flex;
    width: 60%;
    top: 0;
    background-size: 70%;
    background-position: right bottom;
    z-index: -1;
    background-repeat: no-repeat
}

#complete-print-sols {
    padding: 100px 0 70px
}

.section-img-left img.img-overview,
.section-img-right img.img-overview {
    max-width: 100%;
    display: block;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .3)
}

.section-overview-title {
    display: flex;
    height: 100%;
    align-items: flex-end;
    position: relative
}

.section-overview-title>h3 {
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.2
}

.col-overview-text {
    padding-top: 1.5rem
}

.col-overview-text>p {
    color: #292827;
    font-family: Montserrat, sans-serif;
    font-weight: 300
}

.section-overview-title>img {
    position: absolute;
    width: 240px;
    right: 0;
    z-index: -1
}

#practical-improvements,
#section-excellence,
#spearheading-improvements {
    padding-bottom: 100px
}

.section-img-right .col-overview-text {
    text-align: right
}

.section-img-right .section-overview-title {
    justify-content: flex-end;
    text-align: right
}

.section-img-right .section-overview-title>img {
    left: 0;
    right: auto
}

.cms-company-overview #page-content {
    background: url(../images/bg-company-overview.svg);
    background-size: 155%;
    background-position-x: 30%;
    background-repeat: no-repeat;
    background-position-y: 40%
}

#section-excellence .section-overview-title>img {
    width: 180px
}

.is-blog .sidebar {
    background-color: #eb6e00;
    position: relative;
    padding-top: 18rem;
    padding-left: 4.5rem;
    padding-right: 4.5rem
}

.is-blog .sidebar:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: #292827;
    position: absolute;
    top: 0;
    right: 0
}

.post-list-wrapper {
    padding-right: 6rem
}

.post-list-wrapper .post-list.grid li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5rem
}

.post-list-wrapper .post-list.grid li .post-image>a>img {
    width: 100%;
    min-height: 300px;
    object-fit: cover;
}

.post-list-wrapper .post-list.grid li .post-image>a {
    display: block
}

.post-list-wrapper .post-thumb-wrapper {
    position: relative;
    border-bottom: 5px solid #eb6e00
}

.post-list-wrapper .post-thumb-wrapper>h2 {
    background: url(../images/blog-title-shadow.svg);
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: Montserrat, sans-serif;
    line-height: 1;
    padding: 3rem 3rem 1rem 5rem;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 34px;
    background-position: top;
    width: 100%
}

.post-list-wrapper .post-thumb-wrapper>h2:before {
    background: url(../images/icon-chevron-blog-title.svg);
    content: "";
    display: inline-block;
    width: 20px;
    height: 24px;
    background-size: contain;
    margin-left: -31px;
    padding-right: 1.75rem;
    background-repeat: no-repeat
}

.post-list-wrapper .post-thumb-wrapper>h2>a {
    color: #fff;
    text-decoration: none
}

.post-list-wrapper .post-thumb-wrapper>.post-image {
    margin: 0;
    max-height: 100%
}

.post-list-wrapper .post-date.post-meta-item {
    color: rgba(41, 40, 39, .6);
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: .5rem
}

.post-list-wrapper .post-content-wrapper {
    padding: 1.5rem 2rem
}

.post-list-wrapper .post-content-main {
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .1)
}

.wordpress-homepage-view .page-title {
    font-size: 74px;
    margin: 0
}

.wordpress-homepage-view .post-list-description {
    font-size: 40px;
    color: rgba(41, 40, 39, .6);
    font-family: Montserrat, sans-serif;
    line-height: 1;
    margin-bottom: 4rem
}

.wordpress-homepage-view .main {
    padding-top: 12rem;
    padding-bottom: 8rem;
    position: relative
}

.wordpress-homepage-view .title-most-recent {
    margin-bottom: 2rem;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    color: rgba(41, 40, 39, .6);
    border-bottom: 1px solid #292827;
    margin-right: 6rem;
    padding-bottom: 8px;
    background-image: url(../images/icon-most-recent.svg);
    background-repeat: no-repeat;
    padding-left: 2.2rem;
    background-position-y: 4px
}

.wordpress-homepage-view .post-content-wrapper .post-user {
    color: rgba(41, 40, 39, .6);
    font-family: Montserrat, sans-serif;
    margin-bottom: 1rem;
    font-size: 16px;
    font-weight: 400
}

.post-list-wrapper .post-content-main .post-excerpt {
    color: #292827;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    margin-bottom: 1.5rem
}

.post-list-wrapper .post-content-main .post-read-more {
    color: #eb6e00;
    font-weight: 600;
    text-decoration: none;
    font-family: Montserrat, sans-serif
}

.post-list-wrapper .post-content-main .post-read-more:after {
    content: "";
    background: url(../images/chevron-right-orange.svg);
    display: inline-block;
    width: 10px;
    height: 14px;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 8px;
    background-size: 7px
}

.post-list-wrapper .post-content-main .post-entry {
    margin: 0
}

.pager .toolbar-amount {
    display: none!important
}

.pager .pagination>li>a,
.pager .pagination>li>span {
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .08);
    margin-right: 10px;
    text-decoration: none
}

.pager .pagination>li>a {
    color: #eb6e00
}

.pager .pagination>li>span {
    color: #fff;
    background: #eb6e00
}

.wp-sidebar .social-icons {
    width: 110px
}

.featured-articles {
    margin-top: 7rem
}

.featured-articles>h4 {
    font-size: 18px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1rem
}

.featured-articles .latest-posts {
    flex-wrap: wrap
}

.featured-articles .latest-posts>li {
    flex: 0 0 100%;
    background: #fff;
    margin-bottom: 5rem
}

.featured-articles-side-title {
    font-family: Montserrat, sans-serif;
    position: absolute;
    right: -21px;
    transform: rotate(90deg);
    font-size: 56px;
    width: fit-content;
    white-space: nowrap;
    font-weight: 600;
    letter-spacing: 1.5rem;
    transform-origin: right center;
    top: 1314px;
    color: #eb6e00
}

.is-blog .vertical-title {
    right: -20%
}

.vertical-title.title-left {
    left: -8%;
    right: auto;
    bottom: calc(6rem + 250px);
    top: auto
}

.wordpress-post-view .post-image {
    margin-top: 8rem;
    margin-bottom: 0;
    border-bottom: 5px solid #eb6e00
}

.wordpress-post-view .post-image a,
.wordpress-post-view .post-image img {
    width: 100%
}

.wordpress-post-view .post-view {
    padding-right: 6rem
}

.wordpress-post-view .post-header h1 {
    font-size: 45px;
    font-weight: 600;
    line-height: 1;
    margin-top: 1rem;
    margin-bottom: 2rem
}

.wordpress-post-view .post-meta .post-meta-item {
    color: rgba(41, 40, 39, .6);
    font-family: Montserrat, sans-serif;
    margin-bottom: 1rem;
    font-size: 16px;
    font-weight: 400
}

::-webkit-input-placeholder {
    color: #ccc!important
}

::-moz-placeholder {
    color: #ccc!important
}

::-ms-placeholder {
    color: #ccc!important
}

::placeholder {
    color: #B2B2B2!important
}

.contact-index-index #maincontent {
    padding: 180px 1rem 150px
}

.contact-index-index #maincontent .sidebar iframe {
    width: 100%;
    border: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)!important
}

.contact-index-index #maincontent .sidebar {
    padding-left: 6rem;
    position: relative
}

.contact-index-index .vertical-title {
    top: -5rem
}

.contact-index-index .vertical-title>.bar {
    height: 530px
}

.contact-index-index .page-wrapper {
    background-image: url(../images/contact-bg.svg);
    background-size: 720px;
    background-repeat: no-repeat;
    background-position-x: 125%;
    background-position-y: 5%;
    overflow: hidden
}

#contact-form>h1 {
    line-height: 1;
    margin: 0
}

#contact-form>p {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    color: rgba(41, 40, 39, .6);
    margin-bottom: 2rem;
    margin-top: 5px
}

#contact-form .form-control {
    border: 0;
    border-bottom: 1px solid rgba(41, 40, 39, .3);
    padding: 5px 0 2px;
    margin-bottom: 1.5rem;
    font-family: Montserrat, sans-serif
}

#contact-form textarea.form-control {
    resize: none
}

#contact-form {
    padding-right: 6rem;
    border-right: 1px solid rgba(41, 40, 39, .3)
}

#contact-form .actions-toolbar {
    margin-top: 4rem
}

#contact-form .btn.submit {
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 5px
}

.cms-print-management-header .container {
    position: relative
}

.cms-print-management-header .page-title {
    background: #292827;
    color: #eb6e00;
    padding: 6rem 3rem 3rem;
    margin-top: 2rem;
    padding-right: 40%;
    position: relative
}

.cms-print-management-header .page-title:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: #eb6e00;
    left: 0;
    bottom: 0
}

.cms-print-management-header .page-title>p {
    color: #fff;
    font-size: 22px;
    font-family: Montserrat, sans-serif;
    line-height: 1.5;
    margin-bottom: 0;
    font-weight: 300
}

.cms-print-management-header .ribbon {
    width: 130px;
    height: calc(100% + 200px);
    position: absolute;
    top: -2rem;
    right: 10%;
    background: #eb6e00
}

.cms-print-management-header .ribbon>span {
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-weight: 400;
    transform: rotate(90deg);
    display: inline-block;
    transform-origin: bottom;
    position: relative;
    text-transform: uppercase;
    top: 72px;
    right: -20px;
    letter-spacing: 5px;
    font-size: 14px;
    width: 120px
}

.page-layout-print-management-solutions .vertical-title {
    right: -5%
}

#section-beyond-print {
    padding: 75px 0 100px;
    background-image: url(../images/bg-pms.svg);
    background-size: 470px;
    background-repeat: no-repeat;
    background-position-x: 130%;
    background-position-y: 80%
}

.page-section p {
    color: #292827;
    font-family: Montserrat, sans-serif;
    font-size: 16px
}

.list-pms {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 4rem;
    display: flex;
    justify-content: space-between;
}

.list-pms>li>div {
    background: #f4f4f4;
    padding: 20px 20px 10px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 8px;
    font-weight: 500;
}

.list-pms>li>div>img {
    max-width: 25px;
    display: block;
    margin-bottom: 1rem;
}

.list-pms>li {
    flex: 0 0 30%;
    margin-right: 0;
}

.list-pms>li:last-child {
    margin-right: 0
}

.list-pms>li>p {
    font-family: ProximaNova;
    line-height: 1.25;
    font-size: 16px;
    color: #7b7a79;
    margin-top: 1rem
}

#section-pms-case-study {
    padding-bottom: 100px
}

#section-pms-case-study .pms-cs-content {
    background: #eb6e00;
    padding: 2.5rem 3rem
}

#section-pms-case-study .pms-cs-content img {
    max-width: 100%
}

#section-pms-case-study .pms-cs-content p {
    color: rgba(255, 255, 255, .6);
    font-family: Montserrat, sans-serif;
    font-size: 16px
}

.pms-cs-content .btn {
    margin-top: 2rem
}

.cs-title {
    color: #fff
}

.cs-title>h2 {
    margin: 0
}

.cs-title>p {
    color: #fff!important
}

div.title-bars {
    font-size: 0
}

#create-main {
    padding: 75px 0 100px
}

.section-padding-bottom {
    padding-bottom: 100px
}

.cms-create-custom-workflows #page-content {
    background: url(../images/bg-create.svg);
    background-size: 220%;
    background-position-x: 85%;
    background-repeat: no-repeat;
    background-position-y: 60%
}

#sec-create-target .container {
    position: relative
}

.page-layout-print-management-solutions .vertical-title.title-left {
    left: -5%;
    right: auto
}

#sec-manage-main {
    padding: 75px 0 100px;
    background-image: url(../images/manage-bg-ii.svg);
    background-size: 800px;
    background-repeat: no-repeat;
    background-position-x: 140%;
    background-position-y: -50%
}

.list-chevron {
    padding: 0;
    list-style: none
}

.list-chevron>li {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500
}

#sec-manage-msg {
    background-image: url(../images/manage-bg.png);
    padding: 75px 0 350px;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #eee
}

#sec-manage-workflows {
    padding: 100px 0;
    background-image: url(../images/manage-bg-i.svg);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position-x: -40%;
    background-position-y: 20%
}

#sec-manage-slider {
    padding-bottom: 100px;
    position: relative
}

#sec-manage-slider .carousel {
    background: #292827;
    padding: 30px;
    color: #fff;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .15)
}

#sec-manage-slider .carousel .carousel-item {
    text-align: center;
    padding: 0 200px
}

#sec-manage-slider .carousel .carousel-item p {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 15px
}

#sec-manage-slider .carousel .carousel-item .quote {
    color: #ed7c19;
    font-family: Montserrat, sans-serif;
    font-size: 120px;
    line-height: 1
}

#sec-manage-slider .carousel .carousel-item .author {
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    margin-bottom: 2rem;
    margin-top: 2rem
}

#sec-manage-slider .carousel .carousel-item .author strong {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    color: #ed7c19
}

#sec-manage-slider .container {
    position: relative
}

#sec-manage-slider:before {
    content: "";
    background-image: url(../images/arrow-left-manage.svg);
    position: absolute;
    left: 0;
    top: -100px;
    width: 250px;
    height: 140px;
    background-size: 250px;
    z-index: 9;
    background-repeat: no-repeat
}

#sec-manage-workflows p {
    font-size: 16px
}

#sec-deliver-workflows {
    padding: 75px 0 100px
}

#sec-create-efficiency .container {
    position: relative
}

#section-deliver-roi {
    background: #eb6e00;
    text-align: center;
    color: #fff;
    padding-bottom: 80px
}

#section-deliver-roi p {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 300
}

#section-deliver-roi img {
    max-width: 200px;
    margin-top: 2rem
}

#section-deliver-roi .title-center {
    margin-bottom: 2rem
}

#section-deliver-roi:before {
    content: "";
    background-image: url(../images/deliver-mountains.svg);
    display: block;
    width: 100%;
    height: 100px;
    background-color: #fff;
    background-size: 120%;
    background-position-x: 30%;
    background-repeat: no-repeat
}

.cms-deliver-print-media #page-content {
    background-image: url(../images/dliver-bg.svg);
    background-size: 150%;
    background-repeat: no-repeat;
    background-position-y: 45%;
    background-position-x: 30%
}

#mmenu-toggler {
    border: 1px solid #eee
}

#mmenu-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.mm .navbar-nav .nav-link {
    padding: calc((var(--mm-item-height) - var(--mm-line-height))/ 2) var(--mm-item-indent)
}

.mm li:after {
    margin-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .4)
}

.mm .dropdown-menu.mm--open li {
    padding-left: 0;
    padding-right: 0
}

.mm a {
    color: #ccc;
    font-family: Montserrat, sans-serif
}

.mm .dropdown-menu {
    position: fixed;
    border-radius: 0
}

.mm .dropdown-toggle:after {
    display: none!important
}

.mm .dropdown-toggle {
    border-right: 1px solid rgba(255, 255, 255, .1)
}

.cms-company-overview main {
    overflow: hidden
}

.is-blog .page-wrapper {
    overflow: hidden
}

.page-layout-print-management-solutions main {
    overflow: hidden
}

.post-content ul>li {
    color: rgba(41, 40, 39, .6)
}

.post-view .post-content h2 {
    font-size: 30px;
    margin-top: 2rem
}
.post-view .post-content h3 {
    font-weight: 600;
    margin-top: 1rem;
    font-size: 24px
}
.ccs-ontact-info {
    font-size: 12px;
    color: #292827;
    position: absolute;
    right: 50px;
    bottom: 21px;
    font-family: Montserrat, sans-serif;
}
.ccs-ontact-info a{
    color: #EB6E00;
    font-family: Montserrat, sans-serif;
    text-decoration: none;
}
#section-testimonials {
    padding: 20px 0;
}
.cms-home #sec-manage-slider{
    padding-bottom: 0;
}
.cms-home #sec-manage-slider .vertical-title.title-left {
    display: none;
}
.cms-home #sec-manage-slider:before{
    display: none;
}


/** Landing Page ***/

.page-header.landing-page-header {
    position: absolute;
    width: 100%;
    background: rgba(28, 27, 26, 0.7);
    z-index: 1;
}
#landing-banner {
    position: relative;
    padding-bottom: 3rem;
    z-index: 0;
}
#landing-banner .landing-page-banner{
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.landing-page-header .nav-wrapper{
    max-width: 1140px;
    margin: 0 auto;
    padding: 15px;
    display: flex;
    justify-content: space-between;
}
.landing-page-header .nav-wrapper > .navbar-brand img {
    height: 40px;
    width: auto;
}
#disney-banner .banner-title {
    color: #EB6E00;
    line-height: 1;
    font-family: Waltograph;
    font-size: 140px;
    /*width: fit-content;*/
    /*margin-left: 40%;*/
    margin-top: -100px;
    z-index: 9;
    position: relative;
    margin-top: 25px;
    font-weight: normal;
}
#disney-banner .banner-title > span {
    font-family: Montserrat;
    font-size: 45px;
    font-weight: 500;
    /*margin-left: 50px;*/
    /*margin-bottom: -10px;*/
}
/*#disney-banner .ticket-banner {*/
/*    background-image: url(../images/ticket.png);*/
/*    height: 145px;*/
/*    background-size: 100%;*/
/*    font-size: 36px;*/
/*    line-height: 1;*/
/*    color: #fff;*/
/*    padding: 22px 185px 20px 30px;*/
/*    text-align: center;*/
/*    font-family: Montserrat;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    margin-top: -10px;*/
/*}*/
/*#disney-banner.banner-left .ticket-banner {*/
/*    background-image: url(../images/ticket-left.png);*/
/*    padding-left: 185px;*/
/*    padding-right: 30px;*/
    
/*}*/
#disney-banner .ticket-banner{
    margin-right: -15px;
    margin-left: -15px;
}
#disney-banner .ticket-banner > img {
    max-width: 100%;
}
.section-buy-banner .container {
    background-color: #f7f7f7;
}
.section-buy-banner .product-title {
    display: flex;
    align-items: flex-end;
    margin-top: -75px;
    margin-bottom: 25px;
}
.section-buy-banner .container {
    background: #f7f7f7;
}
.section-buy-banner .product-title > div {
    font-size: 30px;
    line-height: 1.25;
    font-family: Montserrat;
    font-weight: 600;
    color: #EB6E00;
    margin-bottom: 30px;
}
.section-buy-banner .product-title > img {
    width: auto;
    height: auto;
}
.section-buy-banner {
    padding: 50px 0;
}
.section-buy-banner > .container > .row {
    padding: 50px;
}
.section-buy-banner .product-color {
    background: #ffffff;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
}
.section-buy-banner .product-color > div > span {
    display: inline-block;
    background: #d9d9d9;
    width: 18px;
    height: 18px;
    margin-bottom: -3px;
    margin-right: 5px;
}
.section-buy-banner .product-highlights {
    margin: 0;
    list-style: none;
    padding: 0;
    margin-top: 25px;
}
.section-buy-banner .product-highlights > li {
    background: url(../images/check.png);
    margin-bottom: 5px;
    background-repeat: no-repeat;
    padding-left: 25px;
    background-position-y: 7px;
    background-size: 15px;
    color: rgba(41, 40, 39, .6);
    font-family: ProximaNova;
    font-weight: 400;
}
.section-buy-banner .product-specifications {
    list-style: none;
    padding: 0;
    margin-top: 30px;
    background: #ffffff;
}
.section-buy-banner .product-specifications {
    list-style: none;
    padding: 0;
    margin-top: 30px;
    background: #ffffff;
}
.section-buy-banner .product-specifications > li {
    display: flex;
    justify-content: space-between;
    padding: 12px 20px;
    border-bottom: 1px solid #f7f7f7;
    font-size: 16px;
}
.product-specifications {
    list-style: none;
    padding: 0;
    margin-top: 25px;
    background: #ffffff;
    margin-bottom: 25px;
}
.product-specifications > li {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    border-bottom: 1px solid #f7f7f7;
    font-size: 14px;
}
.product-specifications > li > strong {
    font-weight: 500;
}
.product-specifications > li > span {
    font-weight: 400;
    color: rgba(41, 40, 39, .6);
    text-align: right;
}
.section-buy-banner .btn {
    width: 100%;
    background: #1a1a19;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-family: Montserrat;
    font-weight: 500;
    border-radius: 0;
    padding: 15px;
    background-image: url(../images/arrow-pointing-right-in-a-circle.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position-y: center;
    background-position-x: calc(100% - 22px);
}
.landing-page-footer .footer-about {
    display: flex;
}
.landing-page-footer .footer-about .footer-logo {
    flex: 25%;
}
.landing-page-footer .footer-about .footer-col.footer-col-landing {
    display: flex;
}
.landing-page-footer .footer-about .footer-col.footer-col-landing > h3 {
    flex: 0 0 25%;
}
.landing-page-footer .footer-about .footer-col.footer-col-landing > p {
    flex: 0 0 50%;
}
.landing-page-footer .page-footer .contact-info{
    padding-top: 50px;
}
.landing-page-footer #copyright .col-md-8 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}
#landing-banner{
    background: url(../images/header-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
    background-position-y: -100px;
    background-position-x: 50%;
}
#landing-banner .banner-lady {
    max-width: 325px;
    position: relative;
    left: -75px;
}
#landing-banner .banner-hair {
    width: 200px;
}
#landing-banner .banner-left, 
#landing-banner .banner-right {
    display: flex;
    color: #ffffff;
}
#landing-banner .banner-left > div, 
#landing-banner .banner-right > div {
    font-family: Montserrat;
    font-size: 32px;
}
#landing-banner .banner-right > div > span {
    font-size: 58px;
    display: block;
}
#landing-banner .banner-right > div {
    text-align: center;
}
#landing-banner .banner-right {
    justify-content: space-between;
}
#landing-banner .banner-left > div {
    padding-top: 100px;
}
#landing-banner .banner-right > div {
    padding-top: 110px;
}
.header-disney-text {
    color: #ffffff;
    font-size: 18px;
}
.header-disney-text > span {
    font-family: 'Waltograph';
    font-size: 32px;
}
