/* ---------- HEADER ---------- */
@media (max-width: 1310px) {
    header {
        width: 95vw;
        margin: 0;
        padding-right: 0;
        padding-left: 70px;
    }
}

.mobileProductsList ul li p {
    margin-bottom: 0px;
}


header nav ul li {
    color: #282828;
    font-weight: 400;
    font-size: 1.3em;
    /*letter-spacing: 0.6em;*/
}

header nav ul li:nth-child(6) {
    color: #7850e4;
}

/* ---------- CONTENT ---------- */
h2,
h4,
p {
    margin-bottom: 30px;
}

.text,
.img {
    width: 50%;
}

@media (max-width: 850px) {

    .text,
    .img {
        width: 90%;
    }
}

@media (max-width: 850px) {
    .img {
        display: none;
    }

    .text {
        margin: 0 auto;
    }
}

.content {
    display: flex;
}

@media (max-width: 850px) {
    .content {
        flex-direction: column;
    }
}

/* ---------- NUTSHELL ---------- */
@keyframes slideInFromRight {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }
}

#nutshell {
    margin-top: 150px;
    margin-bottom: 100px;
}

#nutshell ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 70px;
    grid-row-gap: 10px;
    margin-bottom: 30px;
}

@media (max-width: 500px) {
    #nutshell ul {
        grid-column-gap: 30px;
    }

}

#nutshell ul li {
    text-transform: uppercase;
    /*font-weight: 600;*/
    font-size: 1.2rem;
}

#nutshell ul li .sec {
    font-family: 'Hind', sans-serif;
    padding-left: 7px;
}

#nutshell #note {
    text-align: right;
    text-transform: uppercase;
}

#nutshell #looking-glass {
    position: relative;
    left: 200px;
    animation: 1s ease-out 0s 1 slideInFromRight;
}

/* ---------- PHILOSOPHY ---------- */


#philosophy h4 {
    font-weight: 400;
    font-size: 1.7rem;
}

#philosophy #philosophy-content .text {
    margin-left: 300px;
}

/*#philosophy #philosophy-content #testb {
    position: absolute;
    top: 500px;
    left: 500px;
    display:block;
    z-index: 0;

}*/

.cu-height {
    margin-top: 200px;
}

.cu-circle {
    text-align: center;
}

.cus-quick-look {
    width: 100%;
    background-color: #fff;
    padding: 100px 30px;
    position: relative;
    box-shadow: 0px 0px 17px 0px #ededed;
}

.cus-quick-look:before {
    content: "";
    position: absolute;
    top: 50px;
    width: 80%;
    background-color: #DD496E;
    height: 4px;
    left: 0px;
}

.cus-quick-look h2 {
    color: #dd496e;
}

a.philosophy-links {
    color: #fff;
    background-color: #7850e4;
    float: right;
    font-size: 1.6rem;
    font-weight: 200;
    padding: 9px 0;
    width: 220px;
    text-align: center;
    border-radius: 2%;
    transition: transform 95ms;
}

.philosophy-right {
    float: right;
    max-width: 80%;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 100px;
    padding-bottom: 50px;
    position: relative;
    margin-bottom: 40px;
}

.philosophy-right:before {
    content: "";
    position: absolute;
    top: 50px;
    width: 80%;
    background-color: #7850E4;
    height: 4px;
    left: 0px;
}

.cu-height-2 {
    height: 100px;
}

.philosophy-right h2 {
    color: #7850e4;
}

/*.cu-about-section {
    background-image: url(../img/background-shape-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 0;
}*/

#content-wrapper {
    background-image: url(../img/background-shape-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.premierPay-committed {
    background-color: rgba(120, 80, 228, 0.8);
    color: #fff;
    padding: 80px 0;
}

.premierPay-committed h2 {
    line-height: 1.3;
    margin-bottom: 20px;
    font-size: 30px;
}

.premierPay-committed p {
    margin-bottom: 10px;
}

.premierPay-committed-right i {
    font-size: 2rem;
    line-height: 2.6rem;
}

.premierPay-committed-right span {
    font-size: 1.4rem;
    font-weight: 200;
    padding-left: 15px;
    letter-spacing: 0.4em;
}

.premierPay-committed-right h2 {
    font-size: 2rem;
    font-weight: 200;
    color: #fff;
    letter-spacing: 0.4em;
}

.premierPay-committed-right {
    width: 40%;
    min-width: 280px;
    text-align: center;
    margin-top: 10px;
    margin-left: 130px;
    box-shadow: 0px 0px 17px 0px #333;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 40px;
    background: #603bc2;
    border-radius: 7px;
}

@media (max-width: 700px) {
    .premierPay-committed-right {
        margin-left: 0;
    }

    #commited-container {
        flex-direction: column;
        align-items: center;
    }
	.philosophy-right::before {
		top: 0px;
	}
	.premierPay-committed-right span {
		letter-spacing: 0px;
	}

}

.premierPay-committed-right:hover {
    box-shadow: none;
}

.premierPay-committed-right a {
    color: #7850e4;
    font-size: 1.6em;
    background-color: #FFFFFF;    
    margin-top: 30px;
    font-weight: 200;
    padding: 9px 20px;
    text-align: center;
    border-radius: 2%;
    transition: transform 95ms;
    min-width: 170px;
    display: inline-block;
    margin-bottom: 10px;
}

.premierPay-committed-right a:hover {
    color: #fff;
    background-color: #DD496E;
}

/*.about-footer-sin-block {
    width: 25%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}*/

.premierPay-committed-left {
    width: 60%;
}

.about-footer-top-area {
    overflow: hidden;
    padding: 50px 0;
}

.about-footer-top-area h3 {
    font-size: 18px;
    margin-top: 10px;
}

.about-footer-sin-block:first-child {
    margin-left: -20px;
}


/* ---------- COMMITTED ---------- */
#committed {
    margin-top: 200px;
    margin-bottom: 200px;
}

/*#committed #about-arrow {
    position: absolute;
    bottom: -210px;
    left: -1000px;
    z-index: -1;
}

@media (min-width: 2900px) {
    #committed #about-arrow {
        left: -1500px;
    }
}*/

#committed #committed-content {
    position: relative;
    /*max-width: 100%;*/
}

#committed #committed-content #about-arrow {
    /*margin-left: -100px;*/
    float: left;
}

#committed #committed-content .text {
    float: right;
}

/* SVG */
/*.st0 {
    fill: #f0efef;
    stroke: #1c1c1c;
    stroke-width: 1.25;
    animation: colour-change 3s 2s ease-in-out forwards;
}

@keyframes colour-change {
    100% {
        fill: #7850e3;
        stroke: #ffffff;
        stroke-width: 3.00;
    }
}

.st1 {
    font-family: 'Arial-BoldMT';
}

.st2 {
    font-size: 48px;
}

.Circle {
    animation: circ-move 3s ease-in-out forwards;
}

@keyframes circ-move {
    80% {
        transform: translate(42%, 60%);
    }
    100% {
        transform: translate(25%, -10%) scale(2);
        fill: #fff;
    }
}

svg {
    width: 450px;
}*/

/*# sourceMappingURL=about.css.map */



/***** New Responsive CSS *****/
@media (max-width: 850px) {
    #nutshell ul {
        display: inherit;
    }

    #nutshell ul li {
        display: inline-block;
        width: 100%;
        margin-bottom: 5px;
    }

    #nutshell #note {
        text-align: left;
    }

    #philosophy #philosophy-content .text {
        margin-left: 0px;
    }

    #committed {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    #philosophy {
        padding: 50px 0;
    }

    #nutshell {
        margin-top: 50px;
        margin-bottom: 50px;
    }


    .cus-quick-look {
        width: 100%;
    }

    .philosophy-right {
        padding: 0px;
    }

    .philosophy-right:before {
        margin: 0px;
    }

    .philosophy-text-right {
        margin-left: 0px;
    }

    .cu-circle {
        display: none;
    }

    .premierPay-committed-left {
        width: 100%;
    }
    .premierPay-committed-right {
        width: 60%;
        margin-left:0px;
    }

    .about-footer-sin-block {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .about-footer-sin-block:first-child {
        margin-left: 0px;
    }

}

/***** New Responsive CSS dfdf *****/

/* Main styles */
@import url(https://fonts.googleapis.com/css?family=Hind:400);

.text--transparent {
    fill: transparent;
}

.anim-shape {
    -webkit-transform-origin: 0 150px;
    -ms-transform-origin: 0 150px;
    transform-origin: 0 150px;
    -webkit-transform: scale(0, 1) translate(0, 0);
    -ms-transform: scale(0, 1) translate(0, 0);
    transform: scale(0, 1) translate(0, 0);
    -webkit-animation: moving-panel 3s infinite alternate;
    animation: moving-panel 3s infinite alternate;
}

.colortext .anim-shape:nth-child(1) {
    fill: #469dda;
}

.colortext .anim-shape:nth-child(2) {
    fill: #7850e4;
}

.colortext .anim-shape:nth-child(3) {
    fill: #fdba17;
}

.colortext .anim-shape:nth-child(4) {
    fill: #dd496e;
}

@-webkit-keyframes moving-panel {
    100% {
        -webkit-transform: scale(1, 1) translate(0px, 0);
        transform: scale(1, 1) translate(0px, 0);
    }
}

@keyframes moving-panel {
    100% {
        -webkit-transform: scale(1, 1) translate(0px, 0);
        transform: scale(1, 1) translate(0px, 0);
    }
}

/**** Button animation CSS start ****/

@keyframes top {
    from {
        transform: translate(0rem, 0);
    }

    to {
        transform: translate(0rem, 3.5rem);
    }
}

@keyframes bottom {
    from {
        transform: translate(-11.5rem, 0);
    }

    to {
        transform: translate(0rem, 0);
    }
}

.btn {
    position: relative;
    background: transparent;
    outline: none;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.15s;
    border-radius: 3px;
}

.btn::after,
.btn::before {
    content: "";
    position: absolute;
    height: 25px;
    width: 25px;    
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: -1;
    border-radius: 50%;
}

.btn::before {
    background-color: #DD496E;
    top: -25px;
    left: -40px;
    animation: top 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.25s infinite alternate;
}

.btn::after {
    background-color: #7850E4;
    bottom: -40px;
    left: 60px;
    animation: bottom 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s infinite alternate;
}

.btn:hover {
    color: white;
}

.btn:hover::before,
.btn:hover::after {
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 0;
    animation: none;
}

.btn:hover::after {
    left: 0rem;
}

.btn:hover::before {
    top: 0.5rem;
    left: 0.35rem;
}

.animated-button a {
    color: #fff;
    background-color: #7850E4;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 200;
    border-radius: 3px;
}

.reasons-custom-right {
    float: right;
    width: 50%;
    background-color: #fff;
    padding: 15px 20px;
    box-shadow: 0px 0px 17px 0px #ededed;
    position: relative;
}

.display-inherit {
    display: inherit !important;
}

.card {
    padding: 15px 20px;
    width: 50%;
    float: left;
    margin-bottom: 20px;
}

.six-reasons-top-heading {
    padding: 15px 20px;
}

.six-reasons-top-heading h2 {
    font-size: 30px;

    color: #222222;

    font-weight: 200;

    margin-bottom: 20px;
}

.six-reasons-top-heading p {
    font-size: 20px;
    color: #222222;
    font-weight: 200;
}

.payment-left-area {
    float: left;
}

.payment-left-area .payment-section {
    float: left;
    margin-right: 30px;
}

.payment-right-area {
    float: right;
}

.owl-carousel .owl-item {    
    text-align: center;
    padding: 40px;
}

.livicon-evo-holder {    
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1280px) {
    .owl-carousel .owl-item {
        padding: 20px;
    }
}

#productSlide .owl-next {
	font-size: 40px;
	position: absolute;
	right: 0px;
	top: 20%;
	line-height: 1;
	background:transparent!important;
	color:#000!important;
	z-index: 999;
	padding: 0 20px !important;
    outline:0;
}
#productSlide .owl-prev {
	font-size: 40px;
	position: absolute;
	left: 0px;
	background:transparent!important;
	top: 20%;
	line-height: 1;
	color:#000!important;
	z-index: 999;
	padding: 0 20px !important;
    outline:0;
}
#productSlide .disabled {
	display:none;
}
.product img{
	width: auto!important;
	margin: 0 auto;
}

@media (max-width: 920px) {
    header #nav-toggle-button {        
        z-index: 4;
    }
}

.popup-outside {
    z-index: 5;

.btn::after,
.btn::before {
    content: "";
    position: absolute;
    height: 25px;
    width: 25px;    
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: -2;
    border-radius: 50%;
}
/**** Button animation CSS end ****/