/*
* Theme Name: Printfactory
* Template: Home
* Author: Suresh
* Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Animation */
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    60% {
        -moz-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    60% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    60% {
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

body {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6em;
    letter-spacing: 0.05em;
    color: #333333;
    background: #111111;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

::-moz-selection {
    color: #ffffff;
    background: #283c86;
}

::selection {
    color: #ffffff;
    background: #283c86;
}

a {
    color: #333333;
    outline: 0;
    text-decoration: none
}

a,
a:visited {
    text-decoration: none;
    outline: 0
}

a:hover, a:focus {
    color: #283c86;
    text-decoration: underline;
    outline: 0
}

a:hover {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

a:focus,
a:active,
a:visited {
    text-decoration: none;
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.4em;
    letter-spacing: 0.025em;
    font-weight: 500;
    padding: 0 0 15px 0;
    margin: 0
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #333333;
}

h1 {
    font-size: 34px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 21px;
}

h5 {
    font-size: 19px;
}

h6 {
    font-size: 17px;
}

p {
    padding: 0 0 20px 0;
    margin: 0
}

em {
    font-style: italic;
}

strong,
b {
    font-weight: 700;
}

ul,
li,
ol {
    list-style: none;
    padding: 0;
    margin: 0
}

.pe7s {
    font-weight: 600 !important;
    vertical-align: middle;
    display: inline-block;
}

.icons {
    vertical-align: middle;
    display: inline-block;
}

@media (min-width: 768px) and (max-width: 1023px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 17px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 15px;
    }

    h6 {
        font-size: 14px;
    }
}

img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    line-height: .5em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0;
}

.container {
    max-width: 1140px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .container {
        max-width: 730px;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .container {
        max-width: 960px;
    }
}

@media (max-width: 767px) {
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .container {
        max-width: 100%;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
}

.content_main {
    width: 100%;
    float: left;
    background: #ffffff;
}

.outer {
    width: 100%;
    height: 100%;
    float: none;
    display: table;
    margin: 0 auto
}

.inner {
    width: 100%;
    height: 100%;
    float: none;
    display: table-cell;
    vertical-align: middle;
}

label {
    position: relative;
}

input[type=date]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=search-md]:focus:not([readonly]), input[type=search]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=url]:focus:not([readonly]), textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #D91E4B;
    -webkit-box-shadow: 0 1px 0 0 #D91E4B;
    box-shadow: 0 1px 0 0 #D91E4B;
}

.md-form label.active {
    color: #D91E4B !important;
}

button,
button:focus {
    outline: 0;
}

.btn {
    font-family: 'Montserrat', sans-serif;
    padding-left: 25px;
    padding-right: 25px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn.peach-gradient {
    background: -webkit-linear-gradient(30deg, #FF569A, #FF0066) !important;
    background: linear-gradient(40deg, #FF569A, #FF0066) !important;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

/* Back to top */
.scrollup {
    width: 40px;
    height: 40px;
    line-height: 40px;
    opacity: 0.5;
    position: fixed;
    font-size: 15px;
    color: #ffffff;
    bottom: 100px;
    right: 50px;
    display: none;
    text-align: center;
    border-radius: 100%;
    background: -webkit-linear-gradient(30deg, #FF569A, #FF0066) !important;
    background: linear-gradient(40deg, #FF569A, #FF0066) !important;
    z-index: 999;
}

.scrollup i {
    color: #ffffff;
}

.scrollup:hover {
    opacity: 1;
}

@media ( max-width: 767px) {
    .scrollup {
        width: 35px;
        height: 35px;
        line-height: 35px;
        right: 15px;
        bottom: 45px;
    }
}

.wrapper {
    width: 100%;
    float: left;
    position: relative;
    padding-top: 70px;
}

.scroll-content {
    width: 100%;
    float: left;
    position: relative;
    z-index: 15;
    padding-top: 60px;
    margin-top: -60px;
}

@media (max-width: 767px) {
    .wrapper {
        padding-top: 50px;
    }

    .scroll-content {
        padding-top: 40px;
        margin-top: -40px;
    }
}

/* Header */

.pf-header {
    width: 100%;
    float: left;
    background: #ffffff;
    padding: 8px 0 !important;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 7px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.pf-header .logo {
    float: left;
}

.pf-header .logo a {
    text-decoration: none;
}

.pf-header .logo img {
    max-height: 55px;
}

.pf-header nav {
    float: right;
    margin-top: 19px;
}

.pf-header nav ul {
    float: left;
}

.pf-header nav ul li {
    float: left;
    font-size: 15px;
    padding-left: 40px;
}

.pf-header nav ul li a {
    float: left;
    text-transform: uppercase;
    font-weight: 400;
    color: #333333;
}

.pf-header nav ul li a:hover {
    text-decoration: none;
}

.pf-header nav ul li a:hover,
.pf-header nav ul li.active a {
    color: #D91E4B;
}

.pf-header .menu-toggle {
    float: right;
    display: none;
    font-size: 25px;
    color: #333333;
    cursor: pointer;
    text-decoration: none;
    position: absolute;
    top: 14px;
    right: 25px;
    z-index: 99;
}

.pf-header .collapse {
    display: block;
}


@media (max-width: 1023px) {
    .pf-header .logo img {
        max-height: 55px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .pf-header {
        padding: 8px 0 !important;
    }

    .pf-header nav ul li {
        font-size: 12px;
        padding-left: 25px;
    }
}

@media (max-width: 767px) {
    .collapse {
        height: 0;
        overflow: hidden;
        -webkit-transition: height .35s ease;
        -moz-transition: height .35s ease;
        -o-transition: height .35s ease;
        transition: height .35s ease;
    }

    .collapse.show {
        height: auto;
        display: block;
        overflow: visible;
        box-shadow: rgba(0, 0, 0, 0.1) 0 5px 7px;
    }

    .pf-header {
        padding: 3px 0 !important;
    }

    .pf-header .logo img {
        max-height: 45px;
    }

    .pf-header nav {
        width: 100%;
        float: right;
        margin-top: 0;
        position: absolute;
        left: 0;
        top: 100%;
        background: #ffffff;
    }

    .pf-header nav ul {
        width: 100%;
        padding: 20px;
    }

    .pf-header nav ul li {
        width: 100%;
        font-size: 14px;
        padding-left: 0;
    }

    .pf-header nav ul li a {
        width: 100%;
        padding: 7px 0;
    }

    .pf-header .menu-toggle {
        display: block;
        top: 13px;
    }
}

/* Home Page */
.banner-home {
    width: 100%;
    float: left;
    position: relative;
    z-index: 45;
}

.banner-home figure {
    width: 100%;
    float: left;
    margin: 0;
    height: 500px;
    position: relative;
}

.banner-home figure:after {
    content: '';
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.banner-home figure img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.banner-home aside {
    width: 100%;
    max-width: 750px;
    display: inline-block;
}

.banner-home aside h1 {
    color: #ffffff;
    padding-bottom: 15px;
}

.banner-home aside h3 {
    color: #ffffff;
    font-weight: 300;
    padding-bottom: 0;
}

.banner-home .banner-over {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    text-align: left;
    z-index: 5;
}

.banner-home .ar-bot {
    width: 100%;
    float: left;
    position: absolute;
    bottom: -43px;
    left: 0;
    text-align: center;
    z-index: 5;
}

.banner-home .ar-bot span {
    width: 90px;
    height: 90px;
    display: inline-block;
    background: url("../img/bullet02.png") no-repeat center;
    background-size: 100%;
    line-height: 60px;
    border-radius: 100%;
    position: relative;
}

.banner-home .ar-bot span i {
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url("../img/down-arrow.png") no-repeat center;
    background-size: 16px;
    text-align: center;
    margin: 0 0 0 0;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    position: relative;
    top: 15px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .banner-home figure {
        height: 450px;
    }

    .banner-home figure img {
        height: 450px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .banner-home figure {
        height: 350px;
    }

    .banner-home figure img {
        height: 350px;
    }
}

@media (max-width: 767px) {
    .banner-home figure {
        height: 250px;
    }

    .banner-home figure img {
        height: 250px;
    }
}

/* Home Content */
.row-sec-1 {
    width: 100%;
    float: left;
    background: url("../img/paint_splatter.png") no-repeat top right -800px;
    padding: 55px 0;
    text-align: center;
}

.row-sec-1 aside h3 {
    font-size: 20px;
}

.row-sec-1 aside {
    width: 100%;
    max-width: 700px;
    display: inline-block;
    margin-bottom: 10px;
}

.row-sec-1 figure {
    width: 48%;
    float: left;
    text-align: center;
    margin: 0;
}

.row-sec-1 figure img {
    width: 100%;
}

.row-sec-1 .txt {
    width: 48%;
    float: right;
    text-align: left;
}

.row-sec-1 .txt ul {
    width: 100%;
    float: left;
}

.row-sec-1 .txt ul li {
    width: 100%;
    float: left;
    padding-left: 28px;
    position: relative;
    margin-bottom: 15px;
    background: url("../img/bullet01.png") no-repeat 0 3px;
    background-size: 20px;
}

.row-sec-1 .aside-bg {
    width: 100%;
    float: left;
    padding: 0 40px;
}


@media (max-width: 1199px) {
    .row-sec-1 {
        padding-bottom: 40px;
    }

    .row-sec-1 figure {
        display: none;
    }

    .row-sec-1 .txt {
        width: 100%;
        float: right;
        text-align: left;
    }

    .row-sec-1 .aside-bg {
        width: 100%;
        float: left;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .row-sec-1 {
        padding: 60px 0 20px 0;
    }
}

.row-sec-2 {
    width: 100%;
    float: left;
    background: #f7f7f7;
    padding: 55px 0;
}

.row-sec-2 h2 {
    text-align: left;
    margin-bottom: 10px
}

.row-sec-2 aside {
    width: 90%;
    float: left;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease-in-out;
    margin: 10px 5%;
}

.row-sec-2 aside h5 {
    width: 100%;
    float: left;
    color: #d92c65;
    font-size: 18px;
    overflow: hidden;
    text-align: center;
    letter-spacing: normal;
    text-transform: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0;
}

.row-sec-2 aside figure {
    width: 100%;
    height: 230px;
    float: left;
    line-height: 210px;
    text-align: center;
    position: relative;
    margin: 0;
    padding: 10px;
    background: #ffffff;
}

.row-sec-2 aside figure img {
    width: auto;
    max-width: 80%;
    max-height: 80%;
}

.row-sec-2 aside .d-info {
    width: 100%;
    float: left;
    padding: 15px 10px
}

.row-sec-2 aside .d-info p {
    padding: 0;
    margin-bottom: -4px
}

.row-sec-2 aside:hover {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.row-sec-2 .owl-theme .owl-nav {
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
}

.row-sec-2 .owl-theme .owl-nav {
    width: auto;
    position: absolute;
    top: -65px;
    right: 1%;
}

.row-sec-2 .owl-theme .owl-nav .owl-next,
.row-sec-2 .owl-theme .owl-nav .owl-prev {
    margin: 0;
    position: relative;
}

.row-sec-2 .owl-theme .owl-nav .owl-prev {
    left: 0;
    margin-right: 5px;
}

.row-sec-2 .owl-theme .owl-nav .owl-next {
    right: 0;
    margin-right: 0;
}

.row-sec-2 .aside-bg {
    width: 102%;
    float: left;
    margin: 0 -1%
}

@media (max-width: 767px) {
    .row-sec-2 {
        padding: 35px 0;
    }

    .row-sec-2 aside {
        width: 100%;
        margin: 10px 0;
    }

    .row-sec-2 .aside-bg {
        width: 100%;
        margin: 0
    }
}

.row-sec-3 {
    width: 100%;
    float: left;
    padding: 45px 0 0 0;
    position: relative;
    overflow-x: hidden;
    text-align: center;
}

.row-sec-3 h2 {
    margin-bottom: 15px;
}


.row-sec-3 ul {
    width: 100.2%;
    float: left;
    margin: 0 -.1%;
}

.row-sec-3 ul li {
    width: 33.33%;
    height: 250px;
    float: left;
    overflow: hidden;
}

.row-sec-3 ul li img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.row-sec-3 ul li a {
    width: 100%;
    float: left;
    position: relative;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    overflow: hidden;
}

.row-sec-3 ul li a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    z-index: 5;
}

.row-sec-3 ul li a:after {
    content: '';
    width: 45px;
    height: 45px;
    font-family: 'simple-line-icons';
    position: absolute;
    left: 50%;
    top: 50%;
    background: url("../img/plus.png") no-repeat center;
    background-size: 45px;
    font-weight: 100 !important;
    z-index: 10;
    margin: -22px 0 0 -22px;
    opacity: 0;
}

.row-sec-3 ul li a:hover:before {
     opacity: 1;
}

.row-sec-3 ul li a:hover:after {
    opacity: 1;
}

.row-sec-3 ul li a:hover img {
    transform: scale(1.1);
}



@media (max-width: 767px) {
    .row-sec-3 {
        padding: 35px 0 0 0;
    }

    .row-sec-3 ul {
        width: 100%;
        margin: 0;
    }

    .row-sec-3 ul li {
        width: 50%;
        height: 170px;
    }

    .row-sec-3 ul li img {
        height: 170px;
    }
}

.row-sec-4 {
    width: 100%;
    float: left;
    background: #f7f7f7;
    padding: 55px 0 30px 0;
    position: relative;
    z-index: 100;
    text-align: center;
}

.row-sec-4 h2 {
    margin-bottom: 17px
}

.row-sec-4 aside {
    width: 30.33%;
    float: left;
    text-align: center;
    margin: 10px 1.5%;
}

.row-sec-4 aside .icon-m {
    width: 100px;
    height: 100px;
    border: 1px solid #D91E4B;
    display: inline-block;
    border-radius: 100%;
    line-height: 98px;
    margin-bottom: 20px;
}

.row-sec-4 aside .icon-m img {
    width: auto;
    max-height: 50px;
}

.row-sec-4 .aside-bg {
    width: 103%;
    float: left;
    margin: 0 -1.5%;
}

@media (max-width: 1023px) {
    .row-sec-4 aside {
        width: 47%;
        margin: 10px 1.5%;
    }
}

@media (max-width: 767px) {
    .row-sec-4 {
        padding: 35px 0 15px 0;
    }

    .row-sec-4 aside {
        width: 100%;
        margin: 8px 0;
    }

    .row-sec-4 aside .icon-m {
        width: 80px;
        height: 80px;
        line-height: 78px;
        margin-bottom: 15px;
    }

    .row-sec-4 aside .icon-m img {
        width: auto;
        max-height: 38px;
    }
}

.row-sec-5 {
    width: 100%;
    float: left;
    position: relative;
    z-index: 50;
    padding-top: 55px;
}

.row-sec-5 h2 {
    margin-bottom: 15px;
}

.row-sec-5 p {
    margin-bottom: 15px;
}

.row-sec-5 aside {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 40px;
}

.row-sec-5 aside p {
    margin-bottom: 0;
}

.row-sec-5 aside .icon-i {
    width: 35px;
    font-size: 18px;
    color: #D91E4B;
    position: absolute;
    top: 1px;
    left: 0;
}

.row-sec-5 .addr {
    width: 35%;
    float: left;
}

.row-sec-5 .form-error {
    color: #D91E4B;
    display: inline-block;
    width: 100%;
    font-size: 12px !important;
    letter-spacing: normal;
    position: absolute;
    bottom: -25px;
    left: 0;
}

.row-sec-5 .form-contact {
    width: 62%;
    float: right;
}

.row-sec-5 .form-contact i.btn {
    padding: 0 !important;
}

.row-sec-5 .form-contact i.btn input {
    padding: 14px 25px !important;
}


.row-sec-5 .map-sec {
    width: 100%;
    float: left;
    height: 350px;
    margin-top: 65px;
    border-top: 1px solid #e5e5e5;
}

.row-sec-5 .map-sec img {
    max-width: none;
    max-height: none;
}


@media (min-width: 768px) and (max-width: 1023px) {
    .row-sec-5 .addr {
        width: 100%;
    }

    .row-sec-5 .form-contact {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .row-sec-5 {
        padding: 35px 0 0 0;
    }

    .row-sec-5 .addr {
        width: 100%;
        margin-bottom: 15px;
    }

    .row-sec-5 .form-contact {
        width: 100%;
    }

    .row-sec-5 .map-sec {
        height: 200px;
        margin-top: 35px;

    }
}

.pf-footer {
    width: 100%;
    float: left;
    padding: 25px 0;
    position: relative;
    overflow: hidden;
    z-index: 45;
}

.pf-footer h5 {
    color: #ffffff;
    font-weight: 300;
}

.pf-footer p {
    float: left;
    color: #cccccc;
    padding: 0;
}

.pf-footer p a {
    color: #cccccc;
}

.pf-footer p a:hover {
    color: #ffffff;
}

.pf-footer p i {
    color: #ffffff;
    margin-right: 7px;
}

.pf-footer p:last-child {
    padding-bottom: 0;
}

.pf-footer ul {
    float: right;
}

.pf-footer ul li {
    float: left;
    padding-right: 25px;
    margin: 4px 0 -4px 0;
}

.pf-footer ul li a {
    color: #cccccc;
}

.pf-footer ul li a i {
    font-size: 20px;
}

.pf-footer ul li a:hover {
    color: #ffffff;
}

@media (max-width: 767px) {
    .pf-footer {
        padding: 20px 0;
    }

    .pf-footer p {
        width: 100%;
        text-align: center;
    }

    .pf-footer ul {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .pf-footer ul li {
        float: none;
        display: inline-block;
        padding: 0 10px;
        margin: 0;
    }
}

