﻿/*---------------------------------------------------------------------------
Preject Name: Portal Repository Index
---------------------------------------------------------------------------*/
html {
    scroll-behavior: smooth;
}

body {
    padding: 0px;
    margin: 0px;
    font-family: 'Rubik', sans-serif;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
}

a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

a:hover, a:focus, button:hover, button:focus {
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

p {
    margin: 0px;
}

h1, h2, h3, h4, h5, h6, figure, ul {
    margin: 0;
    padding: 0px;
}

ul {
    list-style: none;
}

/*----- Language Switching CSS -----*/
.direction-ltr {
    direction: ltr;
    text-align: left;
}

.direction-rtl {
    direction: rtl;
    text-align: right;
}

/*----- Validation CSS -----*/
span.help-block {
    display: none !important;
}

.form-group .form-control.help-block {
    border-color: red !important;
}

label {
    margin-bottom: 0;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

/*----- Form Control CSS -----*/
.form-group {
    padding: 15px;
    margin-bottom: 0;
}

.form-group .form-control::-webkit-input-placeholder {
    color: #1A1615;
}

.form-group .form-control:-ms-input-placeholder {
    color: #1A1615;
}

.form-group .form-control::placeholder {
    color: #1A1615;
}

.form-group .form-control {
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    height: auto;
    padding: 15px 75px 15px 20px;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 10px;
    text-align: right;
}

.form-group textarea.form-control {
    padding: 25px 75px 20px 20px;
    height: 120px;
}

.form-group .form-control:focus {
    box-shadow: none !important;
    border-color: #2987C5;
}

.form-group .form-control.name {
    background: #ffffff url(../images/name.png) no-repeat right 35px center;
}

.form-group .form-control.email {
    background: #ffffff url(../images/email.png) no-repeat right 30px center;
}

.form-group .form-control.phone {
    background: #ffffff url(../images/phone.png) no-repeat right 30px center;
}

.form-group .form-control.message {
    background: #ffffff url(../images/msg.png) no-repeat right 27px top 23px;
}

.form-group .form-control.regid {
    background: #ffffff url(../images/regid.png) no-repeat right 27px center;
}

.form-group .form-control.password {
    background: #ffffff url(../images/password.png) no-repeat right 20px center;
}


/*----- Common Content CSS -----*/
.main-title {
    font-size: 65px;
    font-weight: 700;
    line-height: 1.0;
    letter-spacing: -3px;
    color: #1A1615;
    margin-bottom: 18px;
}

.main-points li {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #1A1615;
    position: relative;
    padding-right: 25px;
}

    .main-points li:after {
        content: "";
        position: absolute;
        top: 10px;
        right: 0;
        background: #FCB135;
        width: 10px;
        height: 10px;
        border-radius: 50%;
    }

.main-content-pera {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #1A1615;
}

.main-button {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1;
    border: 2px solid #FCB040;
    background: #FCB040;
    border-radius: 50px;
    padding: 12px 35px;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    text-align: center;
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    overflow: hidden;
    cursor: pointer;
    z-index: 9;
}

.main-button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50px;
    background: #ffffff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.main-button:hover:before {
    border-radius: 50px;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.main-button:hover {
    color: #FCB040 !important;
    background-color: #FCB040 !important;
    border-color: #FCB040 !important;
}

.main-button:hover img {
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.main-button:hover img {
    filter: invert(20%) sepia(63%) saturate(912%) hue-rotate(326deg) brightness(101%) contrast(98%);
}

/*--------------------------------
	Header Section Start
--------------------------------*/
.header-section {
    padding: 20px 0 0;
    background: transparent;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    line-height: 1.5;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-section .logo-wrp {
    margin-left: 60px;
}

.header-section .menu-row .navbar {
    padding: 0;
    margin: 0;
}

.header-section .nav-item {
    margin: 0 0 0 60px;
    padding: 25px 0;
    border-bottom: 3px solid transparent;
}

.header-section .nav-item .nav-link {
    font-size: 20px;
    font-weight: 500;
    color: #1A1615;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    line-height: 0.95;
}

.header-section .nav-item .nav-link:hover {
    color: #FCB040;
}

.header-section .header-button {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1;
    border: 1px solid #2987C5;
    background: #2987C5;
    border-radius: 50px;
    padding: 10px 25px;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    text-align: center;
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

.header-section .header-button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50px;
    background: #ffffff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.header-section .header-button:hover:before {
    border-radius: 50px;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.header-section .header-button:hover {
    color: #2987C5 !important;
    background-color: #2987C5 !important;
    border-color: #2987C5 !important;
}

.header-section .header-button img {
    margin-left: 10px;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.header-section .header-button:hover img {
    filter: invert(53%) sepia(61%) saturate(534%) hue-rotate(160deg) brightness(88%) contrast(103%);
}
/*--------------------------------
	Header Section End
--------------------------------*/

/*--------------------------------
	Banner Section Start
--------------------------------*/
.banner-section {
    padding: 190px 0 30px;
    background: url(../images/banner-bg.png) no-repeat;
    background-size: 100%;
    background-position: top center;
}

.banner-section .autographs-box {
    padding: 15px 15px 25px;
    margin: 25px 0px 40px;
    border: 2px dotted rgba(40,107,169,0.46);
    border-radius: 15px;
    max-width: 520px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.banner-section .autographs-box h2 {
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.35;
    color: #0353AF;
    text-align: center;
}

.banner-section .autographs-box .inner-box {
    width: 220px;
    height: 120px;
    text-align: center;
    padding: 15px 20px;
    margin: 15px 10px;
    border-radius: 10px;
    background: #f9f9f9;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    position: relative;
}

.banner-section .autographs-box .inner-box:last-child::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -33px;
    width: 45px;
    height: 45px;
    background: url(../images/link-icon.png) no-repeat;
    background-size: cover;
    border-radius: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner-section .autographs-box .inner-box p {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    color: #1A1615;
}
/*--------------------------------
	Banner Section End
--------------------------------*/

/*--------------------------------
	Printing Copies Section Start
--------------------------------*/
.printing-copies-section {
    padding: 140px 0 0;
}

.printing-copies-section .main-button {
    margin-top: 30px;
}

.printing-copies-section .main-button img {
    margin-right: 15px;
}
/*--------------------------------
	Printing Copies Section End
--------------------------------*/

/*--------------------------------
	Online Printing Section Start
--------------------------------*/
.online-printing-section {
    padding: 125px 0 0;
}

.online-printing-section .main-button {
    margin-top: 45px;
}
/*--------------------------------
	Online Printing Section End
--------------------------------*/

/*--------------------------------
	Copy Shop Section Start
--------------------------------*/
.copy-shop-section {
    margin-top: -30px;
}

.copy-shop-section .container {
    max-width: 1270px;
}

.copy-shop-section .section-title {
    font-size: 45px;
    font-weight: 500;
    line-height: 1.34;
    letter-spacing: 0;
    color: #1A1615;
    margin-bottom: 35px;
}

.copy-shop-section .slider-row {
    margin: 0 15px;
}

.copy-shop-section .main-button {
/*    padding: 25px 90px;*/
    margin-top: 60px;
}

.copyshop-slider .copyshop-img img {
    width: auto !important;
}

.copyshop-slider .copyshop-img {
    position: relative;
    overflow: hidden;
}

.copyshop-slider .copyshop-img::before, .copyshop-slider .copyshop-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transition: color 0.25s;
    border: 1px solid transparent;
    border-radius: 10px;
    width: 0;
    height: 0;
    z-index: 0;
}

.copyshop-slider .copyshop-img::before {
    top: 5px;
    left: 5px;
}

.copyshop-slider .copyshop-img::after {
    bottom: 5px;
    right: 5px;
}

.copyshop-slider a:hover .copyshop-img::before {
    border-top-color: #216dac;
    border-right-color: #216dac;
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}

.copyshop-slider a:hover .copyshop-img::after {
    border-bottom-color: #216dac;
    border-left-color: #216dac;
    transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}

.copyshop-slider a:hover .copyshop-img::before, .copyshop-slider a:hover .copyshop-img::after {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
}

.copyshop-slider .copyshop-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #0353AF;
    margin: 20px 0 6px;
}

.copyshop-slider .copyshop-pera {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #1A1615;
}

.copyshop-slider .copyshop-price {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row-reverse;
    margin-top: 10px;
}

.copyshop-slider .copyshop-price strong {
    font-size: 18px;
    font-weight: 700;
    color: #0353AF;
    line-height: 1;
    padding: 0 8px;
}

.copyshop-slider .copyshop-price span {
    font-size: 14px;
    font-weight: 400;
    color: #AEAEAE;
    line-height: 1;
    text-decoration: line-through;
}

.copyshop-slider .owl-nav {
    margin-top: 0;
}

.copyshop-slider .owl-nav button {
    position: absolute;
    top: 50%;
    left: -90px;
    transform: translateY(-50%);
    margin: 0 !important;
    outline: none;
    border: none !important;
    background-color: unset !important;
    width: 30px;
    height: 52px;
    box-shadow: none;
    border-radius: 0 !important;
}

.copyshop-slider .owl-nav .owl-next {
    background: url(../images/arrow-left.png) !important;
}

.copyshop-slider .owl-nav .owl-prev {
    background: url(../images/arrow-right.png) !important;
    left: auto;
    right: -90px;
}

.copyshop-slider .owl-nav button span {
    display: none;
}
/*--------------------------------
	Copy Shop Section End
--------------------------------*/

/*--------------------------------
	Contact Section Start
--------------------------------*/
.contact-section {
    padding: 80px 0 150px;
}

.contact-section .container {
    max-width: 1200px;
}

.contact-section .container {
    position: relative;
}

.contact-section .main-title {
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    color: #1A1615;
    margin-bottom: 20px;
}

.contact-section .row.background {
    background: url(../images/contact-bg.png) no-repeat;
    background-size: cover;
    border-radius: 130px 20px 20px 20px;
    padding: 45px 40px 65px;
    position: relative;
    overflow: hidden;
}

.contact-form-wrp {
    max-width: 650px;
    margin: auto;
}

.contact-form-wrp .main-button {
/*    padding: 20px 50px;*/
    width: 100%;
    max-width: 300px;
    margin-top: 20px;
}

.contact-section .contact-star {
    position: absolute;
    bottom: -75px;
    right: -100px;
}

.contact-section .contact-star img {
    max-width: 135px;
}
/*--------------------------------
	Contact Section End
--------------------------------*/

/*--------------------------------
	Footer Section Start
--------------------------------*/
.footer-section {
    padding: 80px 0 0px;
    background: #F8F8F8;
    border-top-right-radius: 80px;
    border-top-left-radius: 80px;
}

.footer-sec-row {
    margin-bottom: 75px;
}

.footer-sec-row img {
    max-width: 270px;
    margin-bottom: 15px;
}

.footer-sec-row .main-content-pera {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #1A1615;
}

.footer-sec-row .footer-title {
    font-size: 20px;
    font-weight: 700;
    color: #0353AF;
    margin-bottom: 20px;
}

.footer-sec-row .footer-menu li a {
    font-size: 18px;
    font-weight: 500;
    color: #1A1615;
    margin-bottom: 5px;
}

.footer-sec-row .footer-menu li a:hover {
    color: #FCB040;
}

.footer-sec-row .social-menu li {
    margin-left: 25px;
}

.footer-sec-row .social-menu li a {
    background: #ffffff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 2px 20px rgb(0 0 0 / 10%);
}

.footer-sec-row .social-menu li a:hover {
    background: #FCB040;
}

.footer-section .copyright-content {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.063;
    color: #828282;
    padding: 23px 0;
}
/*--------------------------------
	Footer Section End
--------------------------------*/

/*--------------------------------
	Login Register Section Start
--------------------------------*/
.login-register-section {
    padding: 215px 0 120px;
    position: relative;
    overflow: hidden;
}

.login-register-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/login/decore1.png) no-repeat;
    width: 434px;
    height: 493px;
    z-index: 0;
}

.login-register-section:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/login/decore2.png) no-repeat;
    width: 319px;
    height: 863px;
    z-index: 0;
}

.login-register-section .row.box-border-row {
    border: 1px solid #DBDBDB;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    z-index: 9;
    margin: 0;
}

.login-register-section .row .image-wrp {
    border-right: 1px solid #DBDBDB;
    background: #ffffff;
    padding: 60px 40px 65px;
}

    .login-register-section .row .image-wrp img {
        max-width: 665px;
        margin-right: -75px;
    }

.login-register-section .row .content-wrp {
    background: #f5f5f5;
    padding: 60px 110px 65px;
}

.form-container {
    max-width: 100%;
    margin: auto;
    overflow: hidden;
}

.form-container .slide-controls {
    position: relative;
    display: flex;
    height: 70px;
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    align-items: center;
    border: 1px solid lightgrey;
    border-radius: 10px;
}

.form-container .slide-controls .slide {
    height: 100%;
    width: 100%;
    color: #1A1615;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transition: all 0.6s ease;
}

.form-container .slide-controls label.login {
    cursor: default;
    user-select: none;
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
}

.form-container .slide-controls .slider-tab {
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0%;
    z-index: 0;
    border-radius: 10px;
    background: #0353AF;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.form-container .slide-controls input[type="radio"] {
    display: none;
}

.form-container .slide-controls #login:checked ~ .slider-tab {
    left: 50%;
}

.form-container .slide-controls #register:checked ~ label.register {
    cursor: default;
    user-select: none;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}

.form-container .slide-controls #register:checked ~ label.login {
    cursor: pointer;
    user-select: auto;
    color: #1A1615;
    font-size: 24px;
    font-weight: 400;
}

.form-container .main-content-pera {
    margin-top: 20px;
    margin-bottom: 12px;
}

.form-container .form-inner {
    display: flex;
    width: 200%;
}

.form-container .form-inner form {
    width: 50%;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.form-container .form-group .form-control {
    border: 1px solid #DBDBDB;
}

.form-container .main-button {
/*    padding: 22px 50px;*/
    width: 100%;
    max-width: 350px;
    margin-top: 20px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

.form-container .login-links {
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    color: #0353AF;
    text-align: center;
    cursor: pointer;
    padding: 0;
    margin-top: 22px;
    text-decoration: underline !important;
}

.form-container .login-links:hover {
    color: #FCB040;
}
/*--------------------------------
	Login Register Section End
--------------------------------*/

/*--------------------------------
	Forgot Password Start
--------------------------------*/
#forgotpassword .modal-dialog {
    max-width: 650px;
}

#forgotpassword .modal-content {
    background-color: #f5f5f5;
    border-radius: 15px;
    padding: 45px 50px 60px;
    border: none;
    box-shadow: none;
}

#forgotpassword .modal-body {
    padding: 0;
    border: 0;
    justify-content: center;
}

#forgotpassword .modal-body .formlogo {
    margin-bottom: 40px;
}

#forgotpassword .modal-body ul {
    margin-bottom: 40px;
}

#forgotpassword .modal-body ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: #1A1615;
    text-align: right;
    position: relative;
    padding-right: 25px;
    padding-bottom: 8px;
}

#forgotpassword .modal-body ul li:after {
    content: "";
    position: absolute;
    top: 6px;
    right: 0;
    background: #FCB135;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

#forgotpassword .main-button.forgotsubmit {
/*    padding: 20px 60px;*/
    width: 100%;
    max-width: 300px;
}

@media (max-width: 575px) {
    #forgotpassword .modal-content {
        padding: 45px 20px 60px;
    }
}


/*--------------------------------
	Forgot Password End
--------------------------------*/

/*--------------------------------
	Min Media Section Start
--------------------------------*/
@media (min-width: 992px) {
    /*----- Header Section -----*/
    .header-section.scrolled {
        padding: 10px 0;
        height: 101px;
        position: fixed;
        animation: smoothScroll 1s forwards;
        background: #fff;
        box-shadow: 0 0 20px rgb(0 0 0 / 5%);
    }

    @keyframes smoothScroll {
        0% {
            transform: translateY(-108px);
        }

        100% {
            transform: translateY(0px);
        }
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1420px;
    }
    /*----- Banner Section -----*/
    .banner-img-wrp img {
        max-width: 500px;
        margin-left: 80px;
        margin-top: 50px;
    }
    /*----- Printing Copies Section -----*/
    .printing-copies-section .printing-img-wrap img {
        max-width: 480px;
	    margin-top: -65px;
	    margin-right: 80px;
    }
}
@media (min-width: 1600px) {
    /*----- Banner Section -----*/
    .banner-img-wrp img {
        max-width: 655px;
        margin-left: 0px;
    }
    /*----- Printing Copies Section -----*/
    .printing-copies-section .printing-img-wrap img {
        max-width: 601px;
        margin-top: -120px;
        margin-right: 70px;
    }
    /*----- Online Printing Section -----*/
    .online-printing-section .online-printing-img-wrap img {
        max-width: 546px;
        margin-top: -70px;
        margin-right: 150px;
    }
}
@media (min-width: 1750px) {
    /*----- Banner Section -----*/
    .banner-img-wrp img {
        max-width: 853px;
    }
    /*----- Printing Copies Section -----*/
    .printing-copies-section .printing-img-wrap img {
        max-width: 885px;
        margin-top: -225px;
        margin-right: -160px;
    }
}
/*--------------------------------
	Min Media Section End
--------------------------------*/

/*--------------------------------
	Max Media Section Start
--------------------------------*/
@media (max-width: 1600px) {
    .copyshop-slider .owl-nav button {
        left: -80px;
    }

    .copyshop-slider .owl-nav .owl-prev {
        right: -80px;
    }
}

@media (max-width: 1500px) {
    .main-title {
        font-size: 70px;
        line-height: 1;
        margin-bottom: 15px;
    }

    .main-points li {
        font-size: 22px;
    }

        .main-points li:after {
            top: 12px;
        }

    .main-content-pera {
        font-size: 22px;
    }

    /*.main-button {
        font-size: 22px;
        padding: 25px 60px;
    }*/
}

@media (max-width: 1499px) {
    .copyshop-slider .owl-nav button {
        left: -45px;
    }

    .copyshop-slider .owl-nav .owl-prev {
        right: -45px;
    }
    /*----- Printing Copies Section -----*/
    .printing-copies-section {
        padding: 80px 0 0;
    }

    .printing-copies-section .printing-img-wrap img {
        max-width: 650px;
        margin-top: -160px;
        margin-right: -40px;
    }
    /*----- Online Printing Section -----*/
    .online-printing-section .online-printing-img-wrap img {
        margin-top: -130px;
    }
    /*----- Login Register Section -----*/
    .login-register-section .row .content-wrp {
        padding: 60px 80px 65px;
    }
}

@media (max-width: 1400px) {
    .main-title {
        font-size: 60px;
        line-height: 1;
        margin-bottom: 15px;
    }

    .main-points li {
        font-size: 18px;
    }

    .main-points li:after {
        top: 9px;
    }

    .main-content-pera {
        font-size: 18px;
    }

    /*.main-button {
        font-size: 20px;
        padding: 25px 60px;
    }*/
    /*----- Header Section -----*/
    .header-section .nav-item {
        margin: 0 0 0 40px;
    }

    .header-section .nav-item .nav-link {
        font-size: 20px;
    }
    /*----- Banner Section -----*/
    .banner-section .autographs-box {
        padding: 15px 10px 25px;
    }

    .banner-section .autographs-box .inner-box {
        width: 220px;
        height: 115px;
    }

    .banner-section .autographs-box .inner-box p {
        font-size: 22px;
        line-height: 1.4;
    }
    /*----- Contact Section -----*/
    .contact-section .main-title {
        font-size: 60px;
    }
    /*----- Login Register Section -----*/
    .login-register-section .row .content-wrp {
        padding: 60px 65px 65px;
    }
}

@media (max-width: 1399px) {
    /*----- Online Printing Section -----*/
    .online-printing-section .online-printing-img-wrap img {
        margin-top: -90px;
    }
    /*----- Footer Section Section -----*/
    .footer-sec-row .main-content-pera br {
        display: none;
    }

    .footer-sec-row img {
        max-width: 100%;
    }
    /*----- Login Register Section -----*/
    .form-container .slide-controls #login:checked ~ label.login {
        font-size: 40px;
    }

    .form-container .slide-controls label.register {
        font-size: 40px;
    }

    .login-register-section .row .image-wrp img {
        max-width: 565px;
        margin-top: 50px;
    }
}

@media (max-width: 1199px) {
    .main-title {
        font-size: 50px;
        line-height: 1;
        margin-bottom: 15px;
    }

    .main-points li {
        font-size: 16px;
        padding-right: 20px;
    }

    .main-points li:after {
        top: 9px;
        width: 8px;
        height: 8px;
    }

    /*.main-button {
        font-size: 18px;
        padding: 20px 50px;
    }*/
    /*----- Header Section -----*/
    .header-section .logo-wrp {
        margin-left: 40px;
    }

    .header-section .logo-wrp img {
        max-width: 240px;
    }

    .header-section .nav-item {
        margin: 0 0 0 30px;
    }

    .header-section .nav-item .nav-link {
        font-size: 20px;
    }
    /*----- Banner Section -----*/
    .banner-section .autographs-box {
        padding: 10px 10px 10px;
    }

    .banner-section .autographs-box .inner-box {
        width: 180px;
        height: 90px;
        margin: 10px;
        padding: 10px 20px;
    }

    .banner-section .autographs-box .inner-box:last-child::after {
        right: -30px;
        width: 40px;
        height: 40px;
        background-size: cover;
    }

    .banner-section .autographs-box .inner-box p {
        font-size: 16px;
        line-height: 1;
    }
    /*----- Printing Copies Section -----*/
    .printing-copies-section .printing-img-wrap img {
        max-width: 590px;
        margin-top: -160px;
        margin-right: -50px;
        margin-bottom: 20px;
    }
    /*----- Online Printing Section -----*/
    .online-printing-section .online-printing-img-wrap img {
        margin-top: -50px;
    }
    /*----- Login Register Section -----*/
    .login-register-section .row.box-border-row {
        align-items: center;
    }

    .login-register-section .row .image-wrp img {
        max-width: 465px;
        margin-top: 0;
        margin-right: -50px;
    }

    .login-register-section .row .content-wrp {
        padding: 60px 35px 65px;
    }
}

@media (max-width: 991px) {
    body.menuopen {
        overflow: hidden;
    }

    .main-title {
        margin-bottom: 40px;
        text-align: center;
    }
    /*----- Header Section -----*/
    .header-section.scrolled {
        padding: 10px 0;
        position: fixed;
        background: #fff;
        box-shadow: 0 0 20px rgb(0 0 0 / 5%);
    }

    @keyframes smoothScroll {
        0% {
            transform: translateY(-108px);
        }

        100% {
            transform: translateY(0px);
        }
    }

    .header-section {
        padding: 15px 0;
        height: auto;
    }

    .header-section .logo-wrp {
        margin-left: 0px;
    }

    .header-section .nav-item.header-mobile {
        padding: 0;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }

    .header-section .nav-item {
        margin: 0;
        padding: 15px 0;
        border-bottom: 0;
    }

    .header-section .header-button {
        max-width: 160px;
    }

    .header-section .hamburger-menu {
        position: relative;
        width: 24px;
        height: 22px;
        margin-right: 15px;
        transition: .5s ease-in-out;
        cursor: pointer;
    }

    .header-section .hamburger-menu span:nth-child(1) {
        top: 2px;
    }

    .header-section .hamburger-menu span:nth-child(2), .header-section .hamburger-menu span:nth-child(3) {
        top: 10px;
    }

    .header-section .hamburger-menu span:nth-child(4) {
        top: 18px;
    }

    .header-section .hamburger-menu span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #0353AF;
        border-radius: 10px;
        opacity: 1;
        left: 0;
        transition: .25s ease-in-out;
    }

    .header-section .hamburger-menu.open span:nth-child(1) {
        top: 18px;
        width: 0;
        left: 50%;
    }

    .header-section .hamburger-menu.open span:nth-child(2) {
        transform: rotate(45deg);
    }

    .header-section .hamburger-menu.open span:nth-child(3) {
        transform: rotate(-45deg);
    }

    .header-section .hamburger-menu.open span:nth-child(4) {
        top: 18px;
        width: 0;
        left: 50%;
    }

    .site-navigation.show::after {
        background: rgba(0,0,0,.5);
        content: '';
        position: fixed;
        z-index: 9990;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        transition: visibility 0s ease .4s,opacity .4s ease;
    }

    .site-navigation ul {
        position: fixed;
        top: 0;
        left: -320px;
        z-index: 9999;
        width: 320px;
        height: 100%;
        padding: 30px;
        margin: 0;
        background: #ffffff;
        list-style: none;
        overflow-x: scroll;
        transition: all 0.35s;
    }

    .site-navigation.show ul {
        left: 0;
    }
    .banner-section {
    	background-position: top center;
    }
    /*----- Banner Section -----*/
    .banner-section {
        padding: 120px 0 30px;
    }

        .banner-section .banner-img-wrp {
            max-width: 420px;
            margin: 0 auto 30px;
        }

        .banner-section .autographs-box {
            max-width: 100%;
            margin: 25px 0px 30px
        }
    /*----- Printing Copies Section -----*/
    .printing-copies-section {
        padding: 50px 0 0;
    }

        .printing-copies-section .printing-img-wrap img {
            max-width: 100%;
        }
    /*----- Copy Shop Section -----*/
    .copy-shop-section .main-content-pera {
        font-weight: 500;
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 40px;
    }

    .copy-shop-section {
        margin-top: 0;
        padding-top: 50px;
    }

    .copy-shop-section .section-title {
        font-size: 50px;
    }
    /*----- Contact Section -----*/
    .contact-section {
        padding: 100px 0 60px;
    }
    /*----- Footer Section Section -----*/
    .footer-section {
        padding: 60px 0 0px;
        border-top-right-radius: 50px;
        border-top-left-radius: 50px;
    }

    .footer-sec-row .main-content-pera br {
        display: block;
    }

    .footer-sec-row img {
        margin-bottom: 10px;
    }

    .footer-sec-row [class*="col-"]:first-child {
        margin-bottom: 50px;
    }

    .footer-sec-row [class*="col-"]:last-child {
        margin-top: 50px;
    }
    /*----- Login Register Section -----*/
    .login-register-section {
        padding: 170px 0 100px;
    }

    .login-register-section .row .image-wrp {
        display: none;
    }

    .form-container .form-inner form {
        transition: unset;
    }
}

@media (max-width: 767px) {
    /*----- Header Section -----*/
    .header-section .logo-wrp img {
        max-width: 200px;
    }

    .header-section .header-button {
        font-size: 16px;
        padding: 6px 20px;
        height: 38px;
        display: flex;
    }
    /*----- Copy Shop Section -----*/
    .owl-carousel .owl-item img {
        margin: auto;
    }
    /*----- Footer Section Section -----*/
    .footer-sec-row [class*="col-"]:first-child {
        margin-bottom: 0px;
    }

    .footer-sec-row [class*="col-"]:last-child {
        margin-top: 0px;
    }

    .footer-sec-row .footer-title {
        margin-top: 40px;
    }
}

@media (max-width: 575px) {
    .main-title {
        font-size: 38px;
        letter-spacing: 0;
    }

    /*.main-button {
        font-size: 22px;
        padding: 20px 40px;
        width: 100%;
    }*/

    .row > * {
        padding-right: 20px;
        padding-left: 20px;
    }
    /*----- Header Section -----*/
    .header-section .logo-wrp img {
        max-width: 150px;
    }

    .header-section .hamburger-menu {
        width: 20px;
    }

    .header-section .header-button {
        font-size: 14px;
        padding: 4px 10px;
        height: 30px;
    }

    .header-section .header-button img {
        min-width: 10px !important;
        width: 10px;
        margin-left: 8px;
    }
    /*----- Banner Section -----*/
    .banner-section {
        padding: 90px 0 0px;
        background: url(../images/banner-bg-mobile.png) no-repeat;
    }

    .banner-section .autographs-box .inner-box {
        width: 100%;
        max-width: 250px;
        height: 150px;
        padding: 30px 20px;
    }

    .banner-section .banner-img-wrp {
        max-width: 316px;
    }

    .banner-section .autographs-box .inner-box p {
        font-size: 24px;
    }

    .banner-section .autographs-box .inner-box:last-child::after {
        top: -11px;
        left: 0;
        right: 0;
        margin: auto;
        width: 50px;
        height: 50px;
    }
    /*----- Printing Copies Section -----*/
    .printing-copies-section .main-title {
        text-align: right;
    }

    .printing-copies-section .printing-img-wrap img {
        margin-top: -70px;
        margin-right: 0px;
    }

    .printing-copies-section .main-button {
        margin-top: 25px;
    }
    /*----- Copy Shop Section -----*/
    .copy-shop-section .section-title {
        font-size: 40px;
        text-align: right;
    }

    .copyshop-slider .owl-nav button {
        width: 23px;
        height: 40px;
    }

    .copyshop-slider .owl-nav .owl-next {
        background-size: cover !important;
    }

    .copyshop-slider .owl-nav .owl-prev {
        background-size: cover !important;
        right: -45px;
    }

    .copy-shop-section .main-button {
/*        padding: 20px 50px;*/
        margin-top: 40px;
    }
    /*----- Contact Section -----*/
    .contact-section {
        padding: 80px 0 60px;
    }

    .contact-section .main-title {
        font-size: 38px;
    }

    .contact-section .row.background {
        padding: 45px 0 70px;
        margin: 0 8px;
        border-radius: 100px 20px 20px 20px;
    }

    .contact-form-wrp .main-button {
/*        padding: 20px 40px;*/
        max-width: 100%;
    }
    /*----- Footer Section Section -----*/
    .footer-sec-row .footer-title {
        margin-top: 40px;
        font-size: 22px;
        margin-bottom: 20px;
    }

    .footer-sec-row .footer-menu li a {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .footer-sec-row [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }

    .footer-sec-row {
        margin-bottom: 75px;
    }
    /*----- Login Register Section -----*/
    .login-register-section {
        padding: 120px 0 60px;
    }

    .form-container .main-button {
        max-width: 100%;
    }

    .login-register-section .row .content-wrp {
        padding: 60px 20px 65px;
    }

    .form-container .slide-controls #login:checked ~ label.login {
        font-size: 30px;
    }

    .form-container .slide-controls label.register {
        font-size: 30px;
    }
}
/*--------------------------------
	Max Media Section End
---------------------------------*/

/*--------------------------------
	Sapir Index Page Start
--------------------------------*/
/*----- Common Content CSS -----*/
.sapir-index .main-title {
    color: #0195AB;
}

.sapir-index .main-points li:after {
    background: #515252;
}

.sapir-index .main-button {
    border-radius: 80px 10px 80px 50px;
    border: 2px solid #9076B3;
    background: #9076B3;
}

.sapir-index .main-button:hover {
    color: #9076B3 !important;
    background-color: #9076B3 !important;
    border-color: #9076B3 !important;
}

.sapir-index .main-button:hover:before {
    border-radius: 80px 10px 80px 50px;
}

.sapir-index .main-button:hover img {
    filter: invert(50%) sepia(17%) saturate(904%) hue-rotate(223deg) brightness(96%) contrast(93%);
}
/*----- Form Control CSS -----*/
.sapir-index .form-group .form-control:focus {
    box-shadow: none !important;
    border-color: #0195AB;
}

.sapir-index .form-group .form-control.name {
    background: #ffffff url(../images/sapir/name.png) no-repeat right 35px center;
}

.sapir-index .form-group .form-control.email {
    background: #ffffff url(../images/sapir/email.png) no-repeat right 30px center;
}

.sapir-index .form-group .form-control.phone {
    background: #ffffff url(../images/sapir/phone.png) no-repeat right 30px center;
}

.sapir-index .form-group .form-control.message {
    background: #ffffff url(../images/sapir/msg.png) no-repeat right 27px top 23px;
}
/*----- Header Section CSS -----*/
.sapir-index .header-section {
    padding: 20px 0 0;
}

.sapir-index .header-section .logo-wrp {
    margin-left: 50px;
}

.sapir-index .header-section.scrolled .logo-wrp img {
    max-width: 85px;
}

.sapir-index .header-section .header-button {
    border: 1px solid #FCC757;
    background: #FCC757;
}

.sapir-index .header-section .header-button:hover {
    color: #FCC757 !important;
    background-color: #FCC757 !important;
    border-color: #FCC757 !important;
}

.sapir-index .header-section .header-button:hover img {
    filter: invert(20%) sepia(63%) saturate(912%) hue-rotate(326deg) brightness(101%) contrast(98%);
}

.sapir-index .header-section .nav-item .nav-link:hover {
    color: #0195AB;
}
/*----- Banner Section CSS -----*/
.sapir-index .banner-section {
    background: url(../images/sapir/banner-bg.png) no-repeat;
    background-size: 100%;
    background-position: top center;
}

.sapir-index .banner-section .autographs-box h2 {
    color: #0195AB;
}
/*----- Online Printing Section CSS -----*/
.sapir-index .copy-shop-section {
    margin-top: 0px;
    padding-top: 60px;
}
/*----- Copy Shop Section CSS -----*/
.sapir-index .copy-shop-section .section-title {
    color: #0195AB;
}

.sapir-index .copyshop-slider .copyshop-title {
    color: #0195AB;
}

.sapir-index .copyshop-slider .copyshop-price strong {
    color: #000000;
}

.sapir-index .copyshop-slider a:hover .copyshop-img::before {
    border-top-color: #0195AB;
    border-right-color: #0195AB;
}

.sapir-index .copyshop-slider a:hover .copyshop-img::after {
    border-bottom-color: #0195AB;
    border-left-color: #0195AB;
}
/*----- Contact Section CSS -----*/
.sapir-index .contact-section .row.background {
    background: url(../images/sapir/contact-bg.png) no-repeat;
    background-size: cover;
}
/*----- Footer Section CSS -----*/
.sapir-index .footer-section {
    background: url(../images/sapir/footer-bg.png) no-repeat;
    background-size: cover;
}

.sapir-index .footer-sec-row .footer-title {
    color: #ffffff;
}

.sapir-index .footer-section .copyright-content {
    color: #ffffff;
}

.sapir-index .footer-sec-row .footer-menu li a:hover {
    color: #9076B3;
}

.sapir-index .footer-sec-row .social-menu li a:hover {
    background: #9076B3;
}

    .sapir-index .footer-sec-row .social-menu li a:hover img {
        filter: brightness(0) invert(1);
    }
/*----- Media Section CSS -----*/
@media (max-width: 1499px) {
    .sapir-index .printing-copies-section .printing-img-wrap img {
        margin-top: -100px;
        margin-right: 0;
    }
}

@media (max-width: 1199px) {
    .sapir-index .printing-copies-section .printing-img-wrap img {
        margin-top: -135px;
        margin-right: -40px;
    }

    .sapir-index .online-printing-section {
        padding: 70px 0 0;
    }
}

@media (max-width: 991px) {
    .sapir-index .header-section .hamburger-menu span {
        background: #0195AB;
    }

    .sapir-index .banner-section {
        padding: 180px 0 30px;
    }

    .sapir-index .printing-copies-section .printing-img-wrap img {
        margin-top: -60px;
        margin-right: 0;
    }
}

@media (max-width: 575px) {
    .sapir-index .banner-section {
        background: url(../images/sapir/banner-bg.png) no-repeat;
        background-size: contain;
    }

    .sapir-index .printing-copies-section .printing-img-wrap img {
        margin-top: -50px;
    }
}
/*--------------------------------
	Sapir Index Page End
--------------------------------*/

/*--------------------------------
	Beit Berel Index Page Start
--------------------------------*/
/*----- Common Content CSS -----*/
.beit-berel-index .copy-shop-section {margin-top: 0; padding-top: 60px;}
.beit-berel-index .main-title {
/*    letter-spacing: 5px;*/
    color: #0054B6;
    font-weight: 700;
    text-shadow: 1px 1px #b3cbe9;
}

.beit-berel-index .main-points li:after {
    background: #0054B6;
}
/*----- Form Control CSS -----*/
.beit-berel-index .form-group .form-control:focus {
    border-color: #0353AF;
}
/*----- Header Section CSS -----*/
.beit-berel-index .header-section .header-button {
    border: 1px solid #0353AF;
    background: #0353AF;
}

.beit-berel-index .header-section .header-button:hover {
    color: #0353AF !important;
    background-color: #0353AF !important;
    border-color: #0353AF !important;
}

.beit-berel-index .header-section .header-button:hover img {
    filter: invert(82%) sepia(99%) saturate(2446%) hue-rotate(202deg) brightness(90%) contrast(98%);
}
/*----- Banner Section CSS -----*/
.beit-berel-index .banner-section {
    background: url(../images/beit-berel/banner-bg.png) no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.beit-berel-index .banner-section .autographs-box h2 {
    color: #0353AF;
}
/*----- Copy Shop Section CSS -----*/
.beit-berel-index .copy-shop-section .section-title {
    color: #0353AF;
}

.beit-berel-index .copyshop-slider .copyshop-title {
    color: #0353AF;
}

.beit-berel-index .copyshop-slider .copyshop-price strong {
    color: #0353AF;
}

.beit-berel-index .copyshop-slider a:hover .copyshop-img::before {
    border-top-color: #0353AF;
    border-right-color: #0353AF;
}

.beit-berel-index .copyshop-slider a:hover .copyshop-img::after {
    border-bottom-color: #0353AF;
    border-left-color: #0353AF;
}
/*----- Contact Section CSS -----*/
.beit-berel-index .contact-section .row.background {
    background: url(../images/beit-berel/contact-bg.png) no-repeat;
    background-size: cover;
}

.beit-berel-index .contact-section .main-title {
    color: #0353AF;
}
/*----- Footer Section CSS -----*/
.beit-berel-index .footer-sec-row .footer-title {
    color: #0353AF;
}
/*--------------------------------
	Beit Berel Index Page End
--------------------------------*/

/*--------------------------------
	Peres Index Page Start
--------------------------------*/
/*----- Common Content CSS -----*/
.peres-index .main-title {
    color: #2062AA;
}

.peres-index .main-points li:after {
    background: #28ACE0;
}

.peres-index .main-button {
    border: 2px solid #F9C419;
    background: #F9C419;
}

.peres-index .main-button:hover {
    color: #F9C419 !important;
    background-color: #F9C419 !important;
    border-color: #F9C419 !important;
}

.peres-index .main-button:hover img {
    filter: invert(20%) sepia(63%) saturate(912%) hue-rotate(326deg) brightness(101%) contrast(98%);
}
/*----- Header Section CSS -----*/
.peres-index .header-section {
    padding: 20px 0 0;
}

.peres-index .header-section .logo-wrp {
    margin-left: 50px;
}

.peres-index .header-section.scrolled .logo-wrp img {
    max-width: 85px;
}

.peres-index .header-section .header-button {
    border: 1px solid #28ACE0;
    background: #28ACE0;
}

.peres-index .header-section .header-button:hover {
    color: #28ACE0 !important;
    background-color: #28ACE0 !important;
    border-color: #28ACE0 !important;
}

.peres-index .header-section .header-button:hover img {
    filter: invert(45%) sepia(74%) saturate(822%) hue-rotate(163deg) brightness(94%) contrast(86%);
}

.peres-index .header-section .nav-item .nav-link:hover {
    color: #28ACE0;
}
/*----- Banner Section CSS -----*/
.peres-index .banner-section {
    background: url(../images/peres/banner-bg.png) no-repeat;
    background-size: 100%;
    background-position: top center;
}

.peres-index .banner-section .autographs-box h2 {
    color: #2062AA;
}

.peres-index .banner-section .autographs-box .inner-box:last-child::after {
    background: url(../images/peres/link-icon.png) no-repeat;
    background-size: cover !important;
}
/*----- Online Printing Section CSS -----*/
/*----- Copy Shop Section CSS -----*/
.peres-index .copy-shop-section .section-title {
    color: #2062AA;
}

.peres-index .copyshop-slider .copyshop-title {
    color: #2062AA;
}

.peres-index .copyshop-slider .copyshop-price strong {
    color: #28ACE0
}
/*----- Contact Section CSS -----*/
.peres-index .contact-section .row.background {
    background: url(../images/peres/contact-bg.png) no-repeat;
    background-size: cover;
}

.peres-index .form-group .form-control:focus {
    box-shadow: none !important;
    border-color: #28ACE0;
}

.peres-index .form-group .form-control.name {
    background: #ffffff url(../images/peres/name.png) no-repeat right 35px center;
}

.peres-index .form-group .form-control.email {
    background: #ffffff url(../images/peres/email.png) no-repeat right 30px center;
}

.peres-index .form-group .form-control.phone {
    background: #ffffff url(../images/peres/phone.png) no-repeat right 30px center;
}

.peres-index .form-group .form-control.message {
    background: #ffffff url(../images/peres/msg.png) no-repeat right 27px top 23px;
}
/*----- Footer Section CSS -----*/
.peres-index .footer-section {
    background: url(../images/peres/footer-bg.png) no-repeat;
    background-size: cover;
}

.peres-index .footer-sec-row img {
    max-width: 175px;
}

.peres-index .footer-sec-row .footer-title {
    color: #28ACE0;
}
/*----- Media Section CSS -----*/
@media (min-width: 1500px) {
    .peres-index .printing-copies-section .printing-img-wrap img {
        margin-top: -160px;
    }

    .peres-index .online-printing-section .online-printing-img-wrap img {
        max-width: 732px;
        margin-top: -80px;
        margin-right: 40px;
    }
}

@media (max-width: 991px) {
    .peres-index .banner-section {
        padding: 200px 0 30px;
    }

    .peres-index .printing-copies-section .printing-img-wrap img {
        margin-top: -146px;
    }

    .peres-index .banner-section .autographs-box .inner-box:last-child::after {
        background-size: cover;
    }

    .peres-index .banner-section .autographs-box .inner-box:last-child img {
        max-width: 65px !important;
    }
}

@media (max-width: 767px) {
    .peres-index .printing-copies-section .printing-img-wrap img {
        margin-top: -100px;
    }
}

@media (max-width: 575px) {
    .peres-index .printing-copies-section .printing-img-wrap img {
        margin-top: -70px;
    }
}
/*--------------------------------
	Peres Index Page End
--------------------------------*/

/*--------------------------------
	Madamishpat Index Page Start
--------------------------------*/
/*----- Common Content CSS -----*/
.madamishpat-index .main-points li:after {
    background: #119486;
}

.madamishpat-index .main-button {
    border: 2px solid #119486;
    background: #119486;
}

.madamishpat-index .main-button:hover {
    color: #119486 !important;
    background-color: #119486 !important;
    border-color: #119486 !important;
}

.madamishpat-index .main-button:hover img {
    filter: invert(70%) sepia(99%) saturate(1812%) hue-rotate(153deg) brightness(94%) contrast(87%);
}
/*----- Header Section CSS -----*/
.madamishpat-index .header-section .header-button {
    border: 1px solid #6D52A3;
    background: #6D52A3;
}

.madamishpat-index .header-section .header-button:hover {
    color: #6D52A3 !important;
    background-color: #6D52A3 !important;
    border-color: #6D52A3 !important;
}

.madamishpat-index .header-section .header-button:hover img {
    filter: invert(70%) sepia(25%) saturate(1218%) hue-rotate(218deg) brightness(97%) contrast(90%);
}

.madamishpat-index .header-section .nav-item .nav-link:hover {
    color: #EE1C25;
}
/*----- Banner Section CSS -----*/
.madamishpat-index .banner-section {
    background: url(../images/madamishpat/banner-bg.png) no-repeat;
    background-size: 100%;
    background-position: top center;
}

.madamishpat-index .banner-section .autographs-box h2 {
    color: #000000;
}

.madamishpat-index .banner-section .autographs-box .inner-box:last-child::after {
    background: url(../images/madamishpat/link-icon.png) no-repeat;
    background-size: cover !important;
}
/*----- Copy Shop Section CSS -----*/
.madamishpat-index .copyshop-slider .copyshop-title {
    color: #000000;
}

.madamishpat-index .copyshop-slider .copyshop-price strong {
    color: #EE1C25;
}
/*----- Contact Section CSS -----*/
.madamishpat-index .contact-section .row.background {
    background: url(../images/madamishpat/contact-bg.png) no-repeat;
    background-size: cover;
}
/*----- Footer Section CSS -----*/
.madamishpat-index .footer-sec-row .footer-title {
    color: #000000;
}

.madamishpat-index .footer-sec-row .social-menu li a:hover {
    background: #EE1C25;
}

.madamishpat-index .footer-sec-row .footer-menu li a:hover {
    color: #EE1C25;
}
/*----- Media Section CSS -----*/
@media (max-width: 575px) {
    .madamishpat-index .banner-section {
        padding: 135px 0 0px;
    }
}
/*--------------------------------
	Madamishpat Index Page End
--------------------------------*/
