﻿/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
    [NORMALIZE]

    [FONTS]

    [LAYOUTS]
        (VALIDATIONS)
        (PAGE HEADER STYLE)
        (BREADCRUMBS)
        (FORM CONTROLS)

    [HOMEPAGE]
        (SECTIONS)

    [CONTENT PAGE]

    [BACK TO TOP]

    [MEDIA QUERIES]

*/


/* [NORMALIZE] --------------------------------------------------- */
html {
    font-size: 16px;
}

html,
body {
    -webkit-font-smoothing: antialiased;
    min-height: 100%;
}

body {
     font-size: 1.1rem;
     font-family: 'Poppins', sans-serif;
}
p{  font-family: 'Poppins', sans-serif; }
/* [NORMALIZE] END --------------------------------------------------- */


/* [FONTS] --------------------------------------------------- */

/*fontello*/
@font-face {
    font-family: 'fontello';
    src: url('/fonts/fontello.eot?1861753');
    src: url('/fonts/fontello.eot?1861753#iefix') format('embedded-opentype'), url('/fonts/fontello.woff?1861753') format('woff'), url('/fonts/fontello.ttf?1861753') format('truetype'), url('/fonts/fontello.svg?1861753#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

.demo-icon {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* You can be more comfortable with increased icons size */
    font-size: 1.63rem;
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
}

.demo-icon {
    font-size: 1.13rem;
}

#grid .demo-icon, #list .demo-icon {
    display: inline-block;
    vertical-align: middle;
}

#grid:hover, #list:hover, #grid:focus, #list:focus {
    text-decoration: none;
}

/* [FONTS] END --------------------------------------------------- */


/* [LAYOUTS] --------------------------------------------------- */
a {
    cursor: pointer;
    transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
}

    a:hover {
        text-decoration: none;
    }

.wrapper {
    min-height: calc(100vh - 2.81rem);
}

    .wrapper:before, .wrapper:after {
        display: table;
        content: " ";
    }

    .wrapper:after {
        clear: both;
    }

iframe {
    width: 100%;
}

/* All images should be responsive */

img {
    max-width: 100%;
    height: auto;
}

.hide {
    display: none !important;
}

b, strong {
    font-weight: 600;
}
/* Remove borders */

.no-border {
    border: 0 !important;
}

/* Remove padding */

.no-padding {
    padding: 0 !important;
}

/* Remove margins */

.no-margin {
    margin: 0 !important;
}

/* Remove box shadow */

.no-shadow {
    box-shadow: none !important;
}


/* Remove gutter */
.no-gutter {
    padding-right: 0;
    padding-left: 0;
}

.no-gutter-right {
    padding-right: 0;
}

.no-gutter-left {
    padding-left: 0;
}

/* (VALIDATIONS) */
.error, .valerrormsg {
    color: Red;
    display: block;
    font-size: 0.75rem;
}
/* Input Form Error Show  */
.error {
    font-size: 0.75rem!important;
    padding-left: 0.19rem;
    right: 1.38rem;
    top: 0.38rem;
}

/* Alert Section Starts here */
#CustomAlert {
    top: 1.25rem;
    display: block;
    max-width: 37.5rem;
    position: fixed;
    right: 1.25rem;
    text-align: right;
    z-index: 20000000003;
}

.CustomAlert {
    background-color: #337ab7;
    border: 0.06rem solid transparent;
    border-radius: 0.31rem;
    clear: both;
    float: right;
    margin-bottom: 1.25rem;
    padding: 0.99rem;
    text-align: justify;
    min-width: 18.75rem;
}

    .CustomAlert:last-of-type {
        margin-bottom: 0;
    }

.CustomAlert-green {
    background-color: #dff0d8;
    border-color: #4cae4c;
    color: #3c763d;
}

.CustomAlert-light-blue {
    background-color: #d9edf7;
    border-color: #9acfea;
    color: #31708f;
    /*color: #31708f;
    background-color: #d9edf7;
    border-color: #48a1b3;*/
}

.CustomAlert-orange {
    background-color: #fcf8e3;
    border-color: #8a6d3b;
    color: #8a6d3b;
}

.CustomAlert-red {
    background-color: #f3e9e9;
    border-color: #a23230;
    color: #a94442;
}
/* (VALIDATIONS) END */


/* (PAGE HEADER STYLE) */
.page-header {
    border-bottom: none;
}

.page-header, .category-name, .section-heading {
    margin-bottom: 2.5rem;
    font-size: 2rem;
    margin-top: 0 !important;
    /* font-weight: 700; */
    /* text-transform: uppercase; */
    letter-spacing: 0px;
}



/* (PAGE HEADER STYLE) END */

/* (BREADCRUMBS) */



.breadcrumb span:not(:first-child)::before {
    content: "/ ";
    padding: 0 0.31rem;
}
/* (BREADCRUMBS) END */

/* (FORM CONTROLS) */

/* Remove border radius */

.flat {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

/* Input Group and Form Controls*/
.form-group label, .form-group .form-control {
    font-size: 1rem;
}

.form-control {
    font-size: 1rem;
}

    .form-control:focus {
        border-color: #ced4da;
    }

.form-control, .input-group-text {
    border-radius: 0;
}

    .form-control, .form-control + .input-group-append .input-group-text,
    .form-control, .form-control + .input-group-append .btn {
        height: auto;
        line-height: 1;
    }

        .form-control:focus {
            box-shadow: none;
        }

.input-group .input-group-btn .btn {
    border-radius: 0;
}

input.btn {
    line-height: 1;
}

.modal {
    padding-right: 0 !important;
}

.red {
    color: red;
    font-size: .8rem;
}
/* Checkboxes and Radios */
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    left: 0;
    margin-left: 0;
    cursor: pointer;
}

/* button groups */

.btn {
    transition: .3s;
    -webkit-transition: .3s;
    white-space: inherit;
}

.btn-xs {
    padding: 0.06rem 0.31rem !important;
}

.btn {
    padding: 0.8rem 2rem;
    line-height: 1.3;
    border-radius: 0;
    text-transform:capitalize;
}

    .btn:focus {
        box-shadow: none !important;
    }

:focus, button:focus {
    outline: none;
}
/* Select Options */

.select-option li label {
    height: 1.88rem;
    font-size: 0.75rem;
    margin-bottom: 0;
    text-align: center;
    padding: 0.13rem 0.31rem;
    cursor: pointer;
    line-height: 2em;
}

.select-option li input[type=radio] {
    display: none;
}

.select-option .color li {
    height: 2rem;
}

/*Datepicker*/
.datepicker {
    border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
    direction: ltr;
    padding: 0.25rem;
}

.datepicker-inline {
    width: 13.75rem;
}

.datepicker.datepicker-rtl {
    direction: rtl;
}

    .datepicker.datepicker-rtl table tr td span {
        float: right;
    }

.datepicker-dropdown {
    left: 0;
    top: 0;
}

    .datepicker-dropdown:before {
        border-color: -moz-use-text-color rgba(0, 0, 0, 0) rgba(0, 0, 0, 0.2);
        border-left: 0.44rem solid rgba(0, 0, 0, 0);
        border-right: 0.44rem solid rgba(0, 0, 0, 0);
        border-style: none solid solid;
        border-width: 0 0.44rem 0.44rem;
        content: "";
        display: inline-block;
        position: absolute;
    }

    .datepicker-dropdown:after {
        border-color: -moz-use-text-color rgba(0, 0, 0, 0) #FFFFFF;
        border-left: 0.38rem solid rgba(0, 0, 0, 0);
        border-right: 0.38rem solid rgba(0, 0, 0, 0);
        border-style: none solid solid;
        border-width: 0 0.38rem 0.38rem;
        content: "";
        display: inline-block;
        position: absolute;
    }

    .datepicker-dropdown.datepicker-orient-left:before {
        left: 0.38rem;
    }

    .datepicker-dropdown.datepicker-orient-left:after {
        left: 0.44rem;
    }

    .datepicker-dropdown.datepicker-orient-right:before {
        right: 0.38rem;
    }

    .datepicker-dropdown.datepicker-orient-right:after {
        right: 0.44rem;
    }

    .datepicker-dropdown.datepicker-orient-top:before {
        top: -0.44rem;
    }

    .datepicker-dropdown.datepicker-orient-top:after {
        top: -0.38rem;
    }

    .datepicker-dropdown.datepicker-orient-bottom:before {
        border-bottom: 0 none;
        border-top: 0.44rem solid #999999;
        bottom: -0.44rem;
    }

    .datepicker-dropdown.datepicker-orient-bottom:after {
        border-bottom: 0 none;
        border-top: 0.38rem solid #FFFFFF;
        bottom: -0.38rem;
    }

.datepicker > div {
    display: none;
}

.datepicker.days div.datepicker-days {
    display: block;
}

.datepicker.months div.datepicker-months {
    display: block;
}

.datepicker.years div.datepicker-years {
    display: block;
}

.datepicker table {
    -moz-user-select: none;
    margin: 0;
}

.datepicker td, .datepicker th {
    border: medium none;
    border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
    height: 1.25rem;
    text-align: center;
}

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color: rgba(0, 0, 0, 0);
}

.datepicker table tr td.day:hover {
    background: none repeat scroll 0 0 #EEEEEE;
    cursor: pointer;
}

.datepicker table tr td.old, .datepicker table tr td.new {
    color: #999999;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #999999;
    cursor: default;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    background-color: #FDE19A;
    background-image: -moz-linear-gradient(center top, #FDD49A, #FDF59A);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #000000;
}

    .datepicker table tr td.today:hover, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today.active:hover, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.active:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled.disabled:hover, .datepicker table tr td.today[disabled], .datepicker table tr td.today[disabled]:hover, .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today.disabled[disabled]:hover {
        background-color: #FDF59A;
    }

        .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today.active:hover, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.active:hover {
        }

        .datepicker table tr td.today:hover:hover {
            color: #000000;
        }

        .datepicker table tr td.today.active:hover {
            color: #FFFFFF;
        }

.datepicker table tr td.range, .datepicker table tr td.range:hover, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover {
    background: none repeat scroll 0 0 #EEEEEE;
    border-radius: 0 0 0 0;
}

    .datepicker table tr td.range.today, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover {
        background-color: #F3D17A;
        background-image: -moz-linear-gradient(center top, #F3C17A, #F3E97A);
        background-repeat: repeat-x;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        border-radius: 0 0 0 0;
    }

        .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today.active:hover, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled.active:hover, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled.disabled:hover, .datepicker table tr td.range.today[disabled], .datepicker table tr td.range.today[disabled]:hover, .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today.disabled[disabled]:hover {
            background-color: #F3E97A;
        }

            .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today.active:hover, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled.active:hover {
            }

.datepicker table tr td.selected, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover {
    background-color: #9E9E9E;
    background-image: -moz-linear-gradient(center top, #B3B3B3, #808080);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -0.06rem 0 rgba(0, 0, 0, 0.25);
}

    .datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected.active:hover, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled.active:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled.disabled:hover, .datepicker table tr td.selected[disabled], .datepicker table tr td.selected[disabled]:hover, .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected.disabled[disabled]:hover {
        background-color: #808080;
    }

        .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected.active:hover, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled.active:hover {
        }

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-color: #006DCC;
    background-image: -moz-linear-gradient(center top, #0088CC, #0044CC);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -0.06rem 0 rgba(0, 0, 0, 0.25);
}

    .datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled.disabled:hover, .datepicker table tr td.active[disabled], .datepicker table tr td.active[disabled]:hover, .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled[disabled]:hover {
        background-color: #0044CC;
    }

        .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.active:hover {
        }

.datepicker table tr td span {
    border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
    cursor: pointer;
    display: block;
    float: left;
    height: 3.38rem;
    line-height: 3.38rem;
    margin: 1%;
    width: 23%;
}

    .datepicker table tr td span:hover {
        background: none repeat scroll 0 0 #EEEEEE;
    }

    .datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        color: #999999;
        cursor: default;
    }

    .datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
        background-color: #006DCC;
        background-image: -moz-linear-gradient(center top, #0088CC, #0044CC);
        background-repeat: repeat-x;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        color: #FFFFFF;
        text-shadow: 0 -0.06rem 0 rgba(0, 0, 0, 0.25);
    }

        .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active[disabled]:hover, .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled[disabled]:hover {
            background-color: #0044CC;
        }

            .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.active:hover {
            }

    .datepicker table tr td span.old, .datepicker table tr td span.new {
        color: #999999;
    }

.datepicker th.datepicker-switch {
    width: 9.063rem;
}

.datepicker thead tr:first-child th, .datepicker tfoot tr th {
    cursor: pointer;
}

    .datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
        background: none repeat scroll 0 0 #EEEEEE;
    }

.datepicker .cw {
    font-size: 0.63rem;
    padding: 0 0.13rem 0 0.31rem;
    vertical-align: middle;
    width: 0.75rem;
}

.datepicker thead tr:first-child th.cw {
    background-color: rgba(0, 0, 0, 0);
    cursor: default;
}

.input-append.date .add-on i, .input-prepend.date .add-on i {
    cursor: pointer;
    display: block;
    height: 1rem;
    width: 1rem;
}

.input-daterange input {
    text-align: center;
}

    .input-daterange input:first-child {
        border-radius: 0.19rem 0 0 0.19rem;
    }

    .input-daterange input:last-child {
        border-radius: 0 0.19rem 0.19rem 0;
    }

.input-daterange .add-on {
    background-color: #EEEEEE;
    border: 0.06rem solid #CCCCCC;
    display: inline-block;
    font-weight: normal;
    height: 1.13rem;
    line-height: 1.13rem;
    margin-left: -0.31rem;
    margin-right: -0.312rem;
    min-width: 1rem;
    padding: 0.25rem 0.31rem;
    text-align: center;
    text-shadow: 0 0.06rem 0 #FFFFFF;
    vertical-align: middle;
    width: auto;
}
/* (FORM CONTROLS) END */

/* [LAYOUTS] END --------------------------------------------------- */


/* [HOMEPAGE] --------------------------------------------------- */

/* (SECTIONS) */



.section {
    padding: 4rem 0;
}

.section .section-heading > span {
        display: inline-grid;
    }
.section .section-heading > span img{ 
    width: 200px;
    margin: 0 auto;
    margin-top: 10px;
     }
    
.sub-section-heading {
    font-size: 1.2rem;
    border-bottom-width: 1px;
    margin: 1.5rem 0;
    padding: .5rem 0;
    margin-top: 0;
    padding-top: 0;
}


.section .slider-box {
    margin-bottom: 0.31rem;
    width: 100%;
    padding: 15px;
    border: 2px dashed #a17610;
    border-radius: 9%;
    margin: 0 10px;
}

    .section .slider-box > a {
        display: block;
        min-height: auto;
        text-align: center;
    }


    .section .slider-box .btn {
        border-radius: 0;
    }






/* (SECTIONS) END */

.home #middle {
  padding: 0;
}
/* [HOMEPAGE] END --------------------------------------------------- */


/* About Us */

.inner-about-us #content > section > div > h1{ display:none; }
.inner-about-us #middle > .container .row{ margin: 0px; }
.inner-about-us #middle > .container > .row > .col-md-12{ padding: 0px; }
.inner-about-us h2{  
    color: #8f6500; }

.inner-about-us .bg-about{ position: relative; }
.inner-about-us .bg-about:before{     content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    height: 500px; background-image: url('https://lippanartstudio.in/Vhost/lippanartstudio.in/Themes/Images/section-art/top-collection01.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top; }

.inner-about-us .bg-about:after{   content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 210px;
    height: 210px; background-image: url('https://lippanartstudio.in/Vhost/lippanartstudio.in/Themes/Images/section-art/top-collection02.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;}

.inner-about-us .lippan-present{ background: #fff;
    border: none;
    position: relative;
    padding: 2rem 3rem;
    line-height: 1.4;
    border-radius: 7px;
    box-shadow: 0px 0px 147px 0px rgb(0 0 0 / 7%);
    margin: 50px 0px; }
.inner-about-us .vision-block img{     margin: 10px 10px 10px 0;
    border-radius: 10px;
    display: block; }
.inner-about-us .vision-block .img-about1, .inner-about-us .vision-block .img-about2{ margin-left: auto; }


#aboutSlider .slick-slide img{ height: 400px; }

.journey-block{     background: #eee5bc;
   }

.bg-start-journey{ background-image: url('https://lippanartstudio.in/Vhost/lippanartstudio.in/Themes/Images/about/vision/about4.jpg');    background-size: cover; }
.bg-present{ background-image: url('https://lippanartstudio.in/Vhost/lippanartstudio.in/Themes/Images/about/vision/about5.jpg');    background-size: cover; }
.journey-text{ padding: 100px; }

.mission-block{  background:#f2e8bf6b;
    padding: 30px;
    height: 100%;
    border-radius: 8px; }
.mission-block p{ margin:0px; }



/*testimonial*/

.inner-Testimonials #content > section > div > h1{ display:none; }
.inner-Testimonials .img-testimonial{ border: 1px solid #ddd; height: 100%; transition: .3s linear; }
.inner-Testimonials .img-testimonial img{ object-fit: cover;
    width: 100%;
    height: 200px;
    border: 10px solid #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 30%); transition: .3s linear;  }

    .inner-Testimonials .img-card:nth-child(even) .img-testimonial {
        transform: rotate(2deg);
    }
    .inner-Testimonials .img-card:nth-child(3n) .img-testimonial {
        transform: rotate(-1.5deg); top: -.1875rem;
    }
     .inner-Testimonials .img-card:nth-child(3n-1) .img-testimonial {
        transform: rotate(2.5deg);
        position: relative;
        top: -.3125rem;
    }
.inner-Testimonials .img-card:hover .img-testimonial{ transform: rotate(0deg); transition: .3s linear; }
.inner-Testimonials{ 
	background-image: url('https://lippanartstudio.in/Vhost/lippanartstudio.in/Themes/Images/testimonial-page/bg-testimonial.gif'); 
	background-attachment: fixed;
    background-size: auto;
    background-position: center;
    position: relative;
		 }
.inner-Testimonials .wrapper::before{ content: ''; position: absolute; top:0; left: 0; width: 100%; height:100%; background:#ede6b726; }
.inner-Testimonials:before{  content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    height: 500px; background-image: url('https://lippanartstudio.in/Vhost/lippanartstudio.in/Themes/Images/section-art/best-seller01.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;  }


.inner-Testimonials .grid__item img{     margin: 10px;
    border-radius: 15px;
    border: 10px solid #eee6bb40; }
.inner-Testimonials .grid {
  column-count: 5;
  column-gap: 1.2em;
  margin: auto;
  width: 100%;
}

@media(max-width: 800px) {
    .inner-Testimonials .grid {
      column-count: 3;
  }
}

@media(max-width: 600px) {
    .inner-Testimonials .grid {
      column-count: 2;
  }
}

@media(max-width: 400px) {
    .inner-Testimonials .grid {
      column-count: 1;
  }
}


/*festive booking*/

.inner-festive-booking .col-md-12.col-sm-12 > h1{ display :none; }
.inner-festive-booking .form{     background: #ffffff;
    padding: 50px;
    height: 100%;
    border-radius: 6px; }



/*media*/


.inner-media #middle {
    padding: 0 0 4rem;
}
.inner-media .col-md-12.col-sm-12 > h1{ display :none; }
.inner-media #middle > .container{ padding: 0px;     max-width: 100%; }
.inner-media #middle > .container .row{ margin: 0px; }
.inner-media #middle > .container .row .col-md-12{ padding: 0px; }

.inner-media .media h4{ font-size: 1.3rem; }
.inner-media .media h4, .inner-media .media p{     display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;     font-weight: 400; }
.inner-media .media-points p{ font-size: 1.2rem; }

.inner-media .media .btn{  font-size: 14px; padding: 0.6rem 1.2rem;}
.inner-media .img{ width: 100%; height: 100%; }

.inner-media .card-media, .inner-media .card-media img{ position:relative; overflow: hidden;  transition: .3s linear; }
.inner-media .card:hover .card-media img{ transform: scale(1.1); transition: .3s linear; }
.inner-media .card-media img{ width: 100%; }



.inner-media .media-points h1{ font-size: 6rem; font-family: "Barlow Semi Condensed", sans-serif;     font-weight: 600; }
.inner-media .media-points h4{ font-size: 26px;
    line-height: 45px; font-weight: 400; }


.inner-media .media-points{      position: relative;
    background: #efe4bab5; }

.inner-media .media-points:before{     content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    height: 500px; background-image: url('https://lippanartstudio.in/Vhost/lippanartstudio.in/Themes/Images/section-art/top-collection01.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top; }

.inner-media .media-points:after{   content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 210px;
    height: 210px; background-image: url('https://lippanartstudio.in/Vhost/lippanartstudio.in/Themes/Images/section-art/top-collection02.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;}



/*coming soon*/

.inner-coming-soon #content > section > div > h1{ display:none; }
.inner-coming-soon #middle > .container .row{ margin: 0px; }
.inner-coming-soon #middle > .container .row .col-md-12{ padding: 0px; }
.inner-coming-soon{ background: #f1e6b98f; }
.inner-coming-soon:before{     content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    height: 500px; background-image: url('https://lippanartstudio.in/Vhost/lippanartstudio.in/Themes/Images/section-art/best-seller01.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top; }

.inner-coming-soon .wrapper{  
     background-image: url('https://lippanartstudio.in/Vhost/lippanartstudio.in/Themes/Images/section-art/best-seller02.png');
    background-repeat: no-repeat; background-position: right bottom;
    background-size: auto; }

.inner-coming-soon .section-heading{     height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center; margin:0; padding: 0; }



/*product description*/

.inner-product-description .description-points p{     display: flex;
    align-items: center; }
.inner-product-description .description-points span{ color: #8F650085;
    font-size: 32px;
    margin-right: 10px; }



/* Privacy Policy / Terms And Conditions / Shipping */

.inner-Privacy-Policy #content > section > div > h1, 
.inner-Terms-Conditions #content > section > div > h1,
.inner-exchanges-returns #content > section > div > h1,
.inner-shipping-delivery-policy #content > section > div > h1{ display:none; }

.policy h2{margin-top: 30px;}
.policy h2,.policy h4 {
    font-weight: 500;
    margin-top: 30px;
    color: #3c3c3c;
    margin-bottom: 15px;
    }

.policy li{ margin-bottom: 15px; }
.policy p{  font-size: 1.1rem; color: #444;  }






/* Login */

.inner-Login .div-bg label, .inner-Register .div-bg label{ font-size:16px; }

.forgot-password{    width: 600px;
    margin: 0 auto; }
.forgot-password h1{     color: #a07711;
    text-align: center; }



/* FAQ */
.inner-FAQ #content > section > div > h1{ display:none; }
.inner-FAQ ul{     font-size: 1.1rem;
    letter-spacing: 0.5px;
    color: #666; }
.inner-FAQ ul.accordion-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0;
    list-style: none;
    background-color: #f9f9fa;
}
ul.accordion-list li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 20px;
    margin: 0 auto 15px auto;
    border: 1px solid #eee;
    border-radius: 5px;
    cursor: pointer;
}
ul.accordion-list li h3 {
    font-weight: 500;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    margin: 0;
    font-size: 18px;
    letter-spacing: 0.5px;
    cursor: pointer;
    color: #3a3a3a;
}
ul.accordion-list li h3:after {
    content: "\f139";
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top: 0;
    color: #c1a870;
    transition: all 0.3s ease-in-out;
    font-size: 22px;
    transform: rotate(180deg);
}
ul.accordion-list li div.answer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
ul.accordion-list li div.answer p {
    position: relative;
    display: block;
    font-weight: 300;
    padding: 10px 0 0 0;
    cursor: pointer;
    line-height: 150%;
    margin: 0 20px 15px 0;
    font-size: 16px;
}

/* Contact Us */


.inner-ContactUs .contact-details .media{
        margin-bottom: 20px;
    }
.inner-ContactUs .contact-details .media-left {
        background: #ddd;
        color: #c69731;
        width: 45px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        border-radius: 50px;
        margin-right: 20px;
    }




/* [CONTENT PAGE] --------------------------------------------------- */
#contentwrapper {
    margin-top: 0.99rem;
}



/*Middle Content*/
#middle {
    padding: 4rem 0;
}

.home #middle {
    padding: 0;
}

.socialmedialogin > div {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0.63rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.item-in-bag-toast {
    bottom: 1.25rem;
    padding: 0.63rem;
    position: fixed;
    right: 1.25rem;
    z-index: 10000;
}

.strike-through {
    text-decoration: line-through;
}

.vol-disc-applied {
    color: #00af33;
}

.pickColorDiv {
    position: relative;
    top: 0;
    left: 0;
    width: 1.88rem;
    height: 1.88rem;
}

/* [CONTENT PAGE] END --------------------------------------------------- */


/* [NORMALIZE] --------------------------------------------------- */
#back-to-top {
    position: fixed;
    bottom: -100%;
    right: 0.94rem;
    transition: 0.5s bottom 0.2s, 0.3s opacity;
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    font-size: 0.81rem;
    display: block;
    border-radius: 0;
}

    #back-to-top.stuck {
        bottom: 5rem;
        z-index: 9;
    }

    #back-to-top .fa {
        display: block;
        font-size: 1.25rem;
        line-height: 2.5rem;
    }

#write {
    color: #fff;
    padding: .7rem;
    position: fixed;
    z-index: 99;
}

    #write img {
        margin-left: .3rem;
    }

.write-wrap {
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 99;
}

    .write-wrap .form-type {
        transition: .5s all linear;
        -webkit-transition: .5s all linear;
    }

    .write-wrap .form-type {
        z-index: 9;
    }

        .write-wrap .form-type a {
            color: #fff;
            display: block;
            padding: .5rem;
            width: 100%;
        }

            .write-wrap .form-type a:not(:last-child) {
                border-bottom: 1px solid #777;
            }

/*Nav Pills*/
.nav-pills .nav-link {
    border-radius: 0;
    background: #f2f2f2;
    margin-right: 1rem;
    min-width: 186px;
    text-align: center;
    text-transform: uppercase;
    font-size: 1rem;
}
/*Blogs*/

.blog-wrap .blog-box img {
    width: 100%;
}

.blog-wrap.blog-listing .blog-box {
    background: #f2f2f2;
}

.blog-wrap .blog-box .info {
    padding: 1rem;
}

    .blog-wrap .blog-box .info .upper-row {
        color: #9c9c9c;
        font-size: .75rem;
        margin-bottom: .8rem;
    }

    .blog-wrap .blog-box .info .desc {
        font-size: .9rem;
    }

.blog-wrap.blog-listing .blog-box .info .title {
    font-size: 1.1rem;
}

.blog-details .blog-wrap .blog-box .info .title {
    font-size: 1.8rem;
    font-weight: 700;
    font-family: 'Quattrocento', serif;
}

.blog-wrap .blog-box .info .title {
    color: #000;
    line-height: 1.2;
    display: block;
}

.blog-details .widget {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
    border-bottom: 2px solid #999;
}

    .blog-details .widget .widget-title {
        text-transform: capitalize;
        position: relative;
        font-size: 1.2rem;
        margin-bottom: 0;
        background-color: #9c9c9c;
        padding: .5rem 1rem;
        color: #fff;
    }

        .blog-details .widget .widget-title::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 2px;
            height: 100%;
            background-color: #555;
        }

    .blog-details .widget .post-wrap {
        padding: 1.5rem;
    }

    .blog-details .widget .item {
        overflow: hidden;
        margin-bottom: .8rem;
        padding-bottom: .8rem;
        border-bottom: 1px solid #efefef;
    }

        .blog-details .widget .item:last-child {
            margin-bottom: 0;
            border-bottom: none;
            padding-bottom: 0;
        }

        .blog-details .widget .item .blog-img {
            width: 80px;
            height: 80px;
            display: inline-block;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            position: relative;
            margin-right: 1rem;
        }

    .blog-details .widget .info .date {
        font-size: .8rem;
        color: #929292;
        display: block;
        margin-bottom: .2rem;
    }

    .blog-details .widget .info .title {
        font-size: .9rem;
        line-height: 1.2;
        display: block;
    }



/* [NORMALIZE] END  --------------------------------------------------- */



/* [MEDIA QUERIES] --------------------------------------------------- */
@media screen and (min-width:1152px) {
    .container {
        max-width: 100%;
        padding: 0 5rem;
        margin: 0 auto;
    }

}

@media screen and (min-width:992px) {
    #middle {
        /*margin-top: 214px;*/
         margin-top: 165px;
    }
    .inner-about-us #middle .container{ padding: 0px; }
    .inner-about-us #middle .container-full{ max-width: 100%;
    padding: 0 5rem;
    margin: 0 auto; }
    .inner-about-us #middle{     margin-top: 114px; }


}

@media screen and (min-width:1200px) and (max-width:1306px) {
    #middle {
        margin-top: 172px;
    }
}

@media screen and (min-width:768px) {
    .section-heading {
        margin-bottom: 5rem;
    }

    #write {
        transform: translateY(50%) rotate(-90deg);
        transform-origin: 16% 50% 0;
        top: 50%;
        left: 0;
    }

    .write-wrap .form-type {
        position: absolute;
        top: 0%;
        transform: translateY(-51%);
        left: -150px;
        width: 150px;
        height: 151px;
        text-align: center;
    }

        .write-wrap .form-type.show {
            left: 49px;
        }

    #FeedbackForm .modal-dialog,
    #EnuiryForm .modal-dialog,
    #wholesaleInquiry .modal-dialog,
    #RaiseQueryForm .modal-dialog {
        max-width: 700px;
    }

    #wholesaleInquiry textarea.form-control {
        height: 120px;
    }

    .blog-wrap.blog-listing {
        margin: 0 -1rem;
    }

        .blog-wrap.blog-listing .blog-box {
            width: 30.5%;
            margin: 0 1rem 3rem 1rem;
        }
}

@media screen and (min-width:992px) and (max-width:1199.98px) {
    #middle {
        margin-top: 156px;
    }

    .blog-wrap.blog-listing .blog-box {
        width: 29.5%;
    }

    .journey-text { padding: 50px; }
}

@media screen and (min-width:768px) and (max-width:991.98px) {
    .no-gutter-right-sm {
        padding-right: 0;
    }

    .no-gutter-left-sm {
        padding-left: 0;
    }

    .no-gutter-sm {
        /*padding-right: 0;*/
        padding-left: 0;
    }

    #content.col-md-9.col-xl-10 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .write-wrap .form-type.show {
        left: 44px;
    }

    .write-wrap .form-type {
        height: 134px;
    }

    #wholesaleInquiry textarea.form-control {
        height: 113px;
    }

    .blog-wrap.blog-listing .blog-box {
        width: 45.5%;
    }
}

@media only screen and (max-width: 991.98px) {

    #CustomAlert {
        max-width: 18.8rem;
    }

    html {
        font-size: 14px;
    }

    #back-to-top.stuck {
        bottom: 8rem;
    }
    #aboutSlider .slick-slide img {
    height: 220px;
}
    .section .slider-box .btn{     display: none; }

}

@media screen and (max-width: 575.98px) {

    .h1, .h2, .h3, h1, h2, h3 {
        margin: 0.63rem 0 0.63rem 0;
    }
}

@media screen and (max-width: 767.98px) {
    .no-gutter-right-xs {
        padding-right: 0;
    }

    .no-gutter-left-xs {
        padding-left: 0;
    }

    .no-gutter-xs {
        padding-right: 0;
        padding-left: 0;
    }

    .page-header, .category-name, .section-heading {
        font-size: 1.5rem;
    }

    #middle {
        padding: 3rem 0;
    }

    .section .section-heading > span img {
        max-height: 12px;
    }

    .write-wrap {
        z-index: 200000000;
    }

        #write, .write-wrap .form-type {
            bottom: 0;
            left: 0;
            width: 100%;
            text-align: center;
        }

        .write-wrap .form-type {
            position: fixed;
            bottom: -105px;
        }

            .write-wrap .form-type.show {
                bottom: 45px;
            }

        .write-wrap img {
            transform: rotate(90deg)
        }

    .nav li.nav-item {
        width: 100%;
        margin-bottom: 1rem;
    }

    .nav-pills .nav-link {
        width: 100%;
        min-width: auto;
    }

    .blog-wrap.blog-listing .blog-box:not(:last-child) {
        margin-bottom: 2rem;
    }

    body.overlay {
        position: relative;
    }

        body.overlay:before {
            position: absolute;
            top: 0;
            left: 0;
            content: '';
            height: 100%;
            width: 100%;
            background: #000;
            z-index: 200000000;
            opacity: .5;
        }

    .journey-text { padding: 25px; }
    .forgot-password{ width:100%; }

}



/* [MEDIA QUERIES] END --------------------------------------------------- */
