
/*==== Start Title ====*/

.title{
    text-align: center;
    padding: 20px 0 40px;
}
.title h2{
    font-weight: normal;
    font-size: 29px;
    color: rgb(58, 58, 60);
    text-transform: uppercase;
}
.title p{
    font-size: 15px;
    color: #3a3a3c;
    text-transform: uppercase;
}


/*==== Start Home page Section ====*/

.print-item {
    position: relative;
    background: #fff;
    padding: 15px 0 0 15px;
    margin-bottom: 30px;
    text-align: right;
}
.featured-area .col-lg-4.col-md-6 > a{
    display: block;
    position: relative;
}
.print-item h3 {
    font-size: 24px;
    color: rgb(58, 58, 60);
    text-transform: uppercase;
    font-weight: normal;
    position: absolute;
    max-width: 100px;
    text-align: left;
}
.print-item img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 145px;
}
.choose-area{
    position: relative;
}
.choose-item{
    text-align: center;
    padding: 15px;
    margin-bottom: 15px;
}
.choose-item img{
    width: auto;
    height: auto;
    max-height: 60px;
}
.choose-item h3 {
    font-size: 26px;
    color: rgb(58, 58, 60);
    text-transform: uppercase;
    font-weight: normal;
    padding: 15px 0 10px;
    margin: 0;
    max-width: 160px;
    display: block;
    margin: 0 auto;
}
.choose-item p{
    font-size: 14px;
    color: rgb(58, 58, 60);
    margin: 0;
}
.promotion-area{
    position: relative;
    background: #f2837b;
}
.promotion-area .title h2{
    color: #fff;
}
.promotion-item{
    background: #7bbfb0;
    border: 5px solid #fff;
    padding: 20px;
    margin-bottom: 30px;
}
.promotion-area .col-lg-6.col-md-6:nth-child(2n) .promotion-item{
    background: #d9c197;
}
.promotion-item h3{
    font-weight: normal;
    font-size: 25px;
    margin-bottom: 10px;
}
.promotion-item h3 a{
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}
.promotion-item p{
    font-size: 14px;
    color: #fff;
    margin: 0;
}
.promotion-item p a{
    color: #3b3b3d;
    text-transform: uppercase;
    font-style: italic;
}
.customer-area{
    background: #f1f0f1; 
}
.customer-item {
    margin-bottom: 25px;
    text-align: center;
}
.customer-item img{
    width: auto;
    height: auto;
    max-width: 100%;
}

/*==== Start news article Area Section ====*/

.article-area{
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}
.article-content {
    position: relative;
    background: #fff;
    padding: 15px 15px 50px;
    margin-right: 25px;
    margin-left: 25px;
}
.social-share{
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 9;
}
.social-share ul{
    position: relative;
    display: block;
    padding: 0;
}
.social-share li{
    display: block;
    background: #fa6550;
    text-align: center;
    width: 44px;
    height: 48px;
}
.social-share li a{
    color: #fff;
    font-size: 18px;
    display: block;
    padding: 10px;
}
.social-share li.fb{
    background: #3b5897;
}
.social-share li.email{
    background: #848484;
}
.social-share li.whatup{
    background: #4dc246;
}
.article-image{
    position: relative;
    text-align: center;
}
.article-content .article-image:first-child img {
    width: 100%;
}
.article-image img{
    width: auto;
    height: auto;
    max-width: 100%;
}
.article-content h3{
    font-size: 25px;
    color: rgb(58, 58, 60);
}
.article-content p {
    font-size: 14px;
    color: rgb(58, 58, 60);
    margin-bottom: 20px;
}
.article-bottom{
    position: relative;
    text-align: center;
    padding: 50px 0 20px;
}
.article-bottom a {
    display: inline-block;
    background: #f2837b;
    border-radius: 5px;
    padding: 8px 25px;
    margin: 0 10px;
    color: #fff;
    font-size: 15px;
}
.article-bottom a:last-child {
    background: #7bbfb0;
}
.article-bottom a:hover,.article-bottom a:focus {
    background: #d51423;
}

/*==== Start news page Section ====*/

.news-area{
    position: relative;
}
.news-item{
    position: relative;
    background: #fff;
    margin-bottom: 30px;
}
.news-item img{
    width: auto;
    height: auto;
    max-width: 100%;
}
.news-content {
    position: relative;
    font-size: 25px;
    padding: 15px 25px;
}
.news-content h3{
    font-weight: normal;
}
.news-content h3 a {
    color: #3a3a3c;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}
.news-content p {
    font-size: 14px;
    color: #3a3a3c;
}
.news-content p a{
    text-transform: uppercase;
    color: #3b3b3d;
    font-weight: bold;
    font-style: italic;
}
.pagination-menu {
    position: relative;
    display: block;
    margin-top: 5px;
}
.pagination-menu .pagination{
    position: relative;
    padding: 30px 0 20px;
    display: block;
    text-align: center;
}
.pagination-menu .pagination li {
    display: inline-block;
}
.pagination-menu .pagination li a{
    border: none;
    border-radius: 0;
    color: #000000;
    background: transparent;
    font-size: 14px;
    padding: 12px 25px;
    text-transform: uppercase;
    box-shadow: none;
    border-radius: 5px;
    outline: none;
}
.pagination-menu .pagination li.active a{
    background: #f2837b;
    color: #fff;
}
.pagination-menu .pagination li:last-child a{
    background: #7bbfb0;
    color: #fff;
}
.pagination-menu .pagination li a:hover,
.pagination-menu .pagination li a:focus{
    background: #f2837b;
    color: #fff;
}

/*==== Start Service page Section ====*/

.service-area{
    /* position: */
}

.service-item{
    position: relative;
    background: #fff;
    margin-bottom: 30px;
}
.service-item img{
    width: auto;
    height: auto;
    max-width: 100%;
}
.service-content {
    position: relative;
    padding: 15px 25px;
    min-height: 210px;
}
.service-content h3{
    font-size: 25px;
    font-weight: normal;
}
.service-content h3 a {
    color: #3a3a3c;
    text-transform: uppercase;
}
.service-content p {
    font-size: 14px;
    color: #3a3a3c;
}
.service-content p.uppercase-text {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
}

/*==== Start Booklet page Section ====*/


.booklet-area{
    position: relative;
}
.booklet-content{
    position: relative;
    padding-bottom: 30px;
}
.booklet-content h3 {
    font-size: 32px;
    color: rgb(96, 154, 194);
    font-weight: bold;
    text-align: left;
    text-transform: capitalize;
}
.booklet-content p {
    font-size: 14px;
    color: #3a3a3a;
    line-height: 25px;
    text-align: justify;
}
.booklet-content ul {
    padding: 0;
}
.booklet-content li {
    font-size: 14px;
    color: #3a3a3a;
    list-style-position: inside;
    text-indent: -1em;
    padding-left: 1em;
}
.booklet-content li::before {
    content: '\f111';
    font-family: 'Font Awesome 5 Pro';
    font-size: 6px;
    color: #e74344;
    margin-right: 10px;
    font-weight: bold;
    position: relative;
    top: -3px;

}
.finish-area{
    position: relative;
}
.finish-item{
    position: relative;
    background: #fff;
    margin-bottom: 30px;
}
.finish-item img{
    width: 100%;
    height: auto;
    max-width: 100%;
}
.finish-content{
    position: relative;
    padding: 10px 15px 30px;
}
.finish-content h3{
    font-weight: normal;
    font-size: 28px;
}
.finish-content h3 a{
    color: #3a3a3c;
    text-transform: uppercase;
}
.finish-content p {
    font-size: 14px;
    color: #3a3a3a;
    margin: 0;
    line-height: 25px;
}
.finish-content p::before {
    content: '\f111';
    font-family: 'Font Awesome 5 Pro';
    font-size: 6px;
    color: #e74344;
    margin-right: 10px;
    font-weight: bold;
    position: relative;
    top: -3px;
}
.finish-content li {
    font-size: 14px;
    color: #3a3a3a;
    list-style-position: inside;
    text-indent: -1em;
    padding-left: 1em;
}
.finish-content li::before {
    content: '\f111';
    font-family: 'Font Awesome 5 Pro';
    font-size: 6px;
    color: #e74344;
    margin-right: 10px;
    font-weight: bold;
    position: relative;
    top: -3px;
}

.quote-area{
    position: relative;
    background: #f2837b;
}
.quote-area .title h2{
    color: #fff;
}


/*==== Start News page Section ====*/




/*==== Start Contact page Section ====*/

.quote-form{
    position: relative;
    display: block;
    padding: 0 30px;
}
.quote-form label {
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: right;
}
.quote-form input, .quote-form textarea, .quote-form select {
    border: none;
    border-radius: 3px;
    font-size: 14px;
    color: #232728;
    background: #fff;
    padding: 10px 15px;
    width: 100%;
}
.quote-form input:focus, .quote-form textarea:focus, .quote-form select:focus{
    outline: none;
    box-shadow: none;
    border-color: transparent;
}
.quote-form .form-group span {
    background: #000;
    color: #fff;
    padding: 4px 15px;
    margin-top: -6px;
    display: inline-block;
}
.quote-form input[type="submit"] {
    background: #dc1b22;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    padding: 10px 40px;
    border-radius: 5px;
    border: none;
    font-size: 15px;
    font-weight: normal;
    margin-top: 20px;
    text-transform: uppercase;
    width: auto;
}
.quote-form input[type=submit]:hover, .quote-form input[type=submit]:focus{
    color: #fff;
}
.contact-area .quote-form {
    background: #d9c197;
    padding: 30px;
}
.contact-area .quote-form h3 {
    font-weight: normal;
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.contact-info {
    padding: 15px 20px;
    margin-bottom: 30px;
}
.contact-info h3{
    color: #3a3a3c;
    font-weight: normal;
    font-size: 24px;
}
.contact-info p{
    color: #3a3a3c;
    font-size: 14px;
    margin-bottom: 20px;
}
.contact-info ul {
    padding: 0;
    max-width: 360px;
}
.contact-info li {
    position: relative;
    color: #242427;
    font-size: 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 20px;
    padding-left: 30px;
}
.contact-info li:last-child {
    border-bottom: none;
}
.contact-info li span {
    font-size: 14px;
    color: #3a3a3c;
    display: block;
    max-width: 250px;
}
/*.contact-info li::before {
    content: '\f101';
    font-family: 'Font Awesome 5 Pro';
    font-size: 18px;
    color: #f2837b;
    margin-right: 10px;
    font-weight: bold;
    position: absolute;
    top: 1px;
    left: 0;
}
.contact-info li.address::before {
    content: '\f3c5';
}
.contact-info li.phone::before {
    content: '\f095';
}
.contact-info li.email::before {
    content: '\f0e0';
}*/

/*==== Start scrollUp area ====*/

#scrollUp {
    text-align: center;
    position: relative;
    right: 20px;
    bottom: 20px;
    color: #ffffff;
    width: 35px;
    height: 35px;
    line-height: 35px;
}
#scrollUp::before {
    background: #d51423;
    border-radius: 50%;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    content: "";
    height: 40px;
    left: 0;
    line-height: 40px;
    position: absolute;
    top: 0;
    width: 40px;
    z-index: -1;
}
#scrollUp span i {
    font-size: 20px;
    padding: 9px 11px;
}

.h1span13 {
    font-size: 13px;
    display:inline;
    color: #4f4f4f;
    font-weight: bold;
}

.h1span13 :hover {
    font-size: 13px;
    display:inline;
    color: #ffffff;
    font-weight: bold;
}

.footer-menu ul > li > a > h1{
    font-size: 13px;
    color: #939393;
    text-transform: uppercase;
    font-weight: bold;
    display:inline;
}

.footer-menu ul > li > a > h1 a:hover, .footer-menu ul > li > a > h1 a:focus {
    font-size: 13px;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
    display:inline;
}

.pagination-prev {
    background: #f2837b;
    color: #ffffff;
    border: none;
    border-radius: 0;
    font-size: 14px;
    padding: 10px 25px;
    box-shadow: none;
    border-radius: 5px;
    outline: none;
}

.waze-icon {
    background-image: url("https://prints.com.my/staging/maxadoor/assets/images/waze-icon.png");
    background-repeat: no-repeat;
}

.address-icon {
    background-image: url("https://prints.com.my/staging/maxadoor/assets/images/location-icon.png");
    background-repeat: no-repeat;
}

.phone-icon {
    background-image: url("https://prints.com.my/staging/maxadoor/assets/images/phone-icon.png");
    background-repeat: no-repeat;
}

.email-icon {
    background-image: url("https://prints.com.my/staging/maxadoor/assets/images/email-icon.png");
    background-repeat: no-repeat;
}