/* fonts */
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Satisfy&display=swap');

/* fonts */
*:focus,
.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a:hover {
    text-decoration: none;
}

button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* responsive drag css start */
.wanker {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fff;
    color: #FFF;
    display: none;
    font-family: Helvetica, Arial, sans-serif;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2014;
}

.wanker-content {
    position: relative;
    margin: 3em auto 0;
    width: 80%;
    height: 100%;
}

.wanker-content .sub_waker {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.wanker-content .sub_waker img {
    max-width: 100%;
}

/* responsive drag css start */

/* custom container */
@media (min-width:576px) {
    .cms-container {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .cms-container {
        max-width: 100%;
    }
}

@media (min-width:992px) {
    .cms-container {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .cms-container {
        max-width: 1442px;
    }
}

/* custom container */

/*Product Tab*/

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
    width: 100%;
    border-radius: 25px;
    background: transparent;
    border: solid 2px #1c3159;
    color: #1c3159;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 7px 15px 8px 15px;
}

.comment-form label {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    color: #1c3159;
    width: 100%;
    display: block;
    text-align: left;
}

.comment-form input[type="submit"] {
    width: 150px !important;
    background: #1c3159 !important;
    color: #1c3159 !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    border: solid 1px #fff !important;
    border-radius: 25px !important;
    color: #fff !important;
    padding: 6px 18px !important;
    line-height: 28px !important;
    font-size: 14px !important;
}

.product_list .product_meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product_meta span {
    padding: 5px 0px;
}

.product_meta span a,
.product_meta span.tagged_as a {
    padding: 0px 3px;
    color: #1c3159;
}

.product_list ul.wc-tabs {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0px;
}

.product_list ul.wc-tabs li {
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 3px 3px 0px 0px;
    border-bottom: 0px;
    margin-right: 5px;
}

.product_list ul.wc-tabs li a {
    color: #1c3159;
}

.product_list ul.wc-tabs li.active {
    background: #1c3159;
    border-color: #1c3159;
}

.product_list ul.wc-tabs li.active a {
    color: #ffffff;
}

.product_list ul.wc-tabs li:last-child {
    margin-right: 0px;
}

.product_list .woocommerce-Tabs-panel {
    padding: 15px;
}

.inquiry-form input[type="text"],
.inquiry-form input[type="tel"],
.inquiry-form input[type="email"] {
    width: 100%;
    border: solid 1px rgb(28, 49, 89);
    background-color: #fff;
    border-radius: 25px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #222;
    margin-bottom: 20px;
}

.inquiry-form textarea {
    height: 98px;
    width: 100%;
    border: solid 1px rgb(28, 49, 89);
    background-color: #fff;
    border-radius: 16px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #222;
    margin-bottom: 20px;
    resize: none;
    padding: 15px;
}

.inquiry-form h5 {
    text-align: center;
}

/* header */
.noScroll {
    overflow: hidden;
}

.topheader {
    padding-bottom: 5px;
}

.call {
    float: right;
}

button.hamburger {
    display: none;
}

.top-header-section ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-header-section .media .media-body h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #1c3159;
    line-height: 1.4;
    margin-bottom: 0px;
}

.top-header-section .media .media-body p {
    color: #111111;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0px;
}

.top-header-section .media .media-body p span {
    display: block;
}

.doller-icon {
    background-image: url(../images/sprite.png);
    display: inline-block;
    width: 62px;
    height: 61px;
    background-position: -163px -5px;
    margin: 0 10px 0 0;
}

.logolink img {
    margin: 10px auto 0;
}

.top-header-section ul h6 {
    font-family: 'Montserrat', sans-serif;
    color: #222222;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px;
    margin-top: -13px;
}

.has-search .form-control {
    padding-left: 36px;
    max-width: 245px;
    background: #f8faff;
    border: solid 1px #1c3159;
    border-radius: 25px;
    color: #1c3159;
    font-size: 13px;
    line-height: 1.4;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    height: 38px;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 27px;
    height: 34px;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    margin-left: 5px;
    margin-top: 2px;
}

.searchicon {
    background-image: url(../images/sprite.png);
    display: inline-block;
    background-position: -325px 0px;
}

form.searchform {
    float: left;
}

form.searchform .form-group {
    margin-bottom: 0px;
}

h5.call {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #1c3159;
    margin-bottom: 15px;
}

h5.call a {
    color: #b73e95;
}

.searchbar {
    overflow: hidden;
    float: right;
}

.searchbar ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    float: left;
}

.searchbar ul li {
    float: left;
    margin: 0 5px;
}

.searchbar ul li:nth-child(3) {
    margin-right: 0;
}

.searchbar ul li:nth-child(3) a {
    border-left: solid 1px #000;
    padding-left: 5px;
}

.searchbar ul li a {
    display: block;
    height: 30px;
}

.hearticon {
    background-image: url(../images/sprite.png);
    display: inline-block;
    background-position: -350px -2px;
    width: 30px;
    height: 30px;
}

.cartticon {
    background-image: url(../images/sprite.png);
    display: inline-block;
    background-position: -230px -8px;
    width: 30px;
    height: 30px;
}

.usericon {
    background-image: url(../images/sprite.png);
    display: inline-block;
    background-position: -298px -4px;
    width: 30px;
    height: 30px;
}

.naviagation {
    background-color: #1c3159;
}

.naviagation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    position: relative;
}

.naviagation ul li {
    display: inline-block;
    margin: 0 5px;
}

.naviagation ul li:hover {
    background-color: #b73e95;
}

.naviagation ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin: 15px;
    display: block;
}

/* header */

/* banner */
.bannersection .bannerimage {
    position: relative;
}

.bannersection .bannerimage img {
    width: 100%;
}

.overlay-title {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 800px;
    width: 90%;
}

.overlay-title .title-box h2 {
    font-size: 80px;
    font-family: 'Satisfy', cursive;
    color: rgb(255, 255, 255);
    line-height: 1.4;
    text-align: center;
    text-shadow: 0px 5px 9px rgba(0, 0, 0, 0.4);
    margin: 0;
    font-weight: normal;
}

.overlay-title .title-box {
   /* border: solid 3px #fff;*/
    padding: 20px 40px;
}

/* banner */

/* newsletter section */
.newsletter {
    background-color: #1c3159;
    margin-top: -10px;
    padding: 15px 0;
}

.newsletter h3 {
    max-width: 380px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding-top: 5px;
}

.newsletter h3 span {
    color: #d9c830;
}

.newsletterbtn {
    line-height: 24px;
    font-size: 14px;
    width: 175px;
    background: #fff;
    color: #1c3159;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    border: solid 1px #fff;
    border-radius: 25px;
}

.newsletterbtn:hover {
    background: #b73e95;
    color: #fff;
    border: solid 1px #b73e95;
}

.newsletterform .form-group {
    width: -moz-calc(100% - 207px);
    width: calc(100% - 207px);
    float: left;
}

.form-inline.newsletterform {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.form-inline.newsletterform .form-control {
    width: 95%;
    border-radius: 25px;
    background: transparent;
    border: solid 2px #fff;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.form-inline.newsletterform .form-control::-webkit-input-placeholder {
    color: #bdc0c9;
}

.form-inline.newsletterform .form-control:-ms-input-placeholder {
    color: #bdc0c9;
}

.form-inline.newsletterform .form-control:-moz-placeholder {
    color: #bdc0c9;
}

.form-inline.newsletterform .form-control::-moz-placeholder {
    color: #bdc0c9;
}

.form-inline.newsletterform .form-control::-ms-input-placeholder {
    color: #bdc0c9;
}

.form-inline.newsletterform .form-control::placeholder {
    color: #bdc0c9;
}

/* newsletter section */

/* order */
.shipingorder {
    background-color: #f5f5f5;
    padding: 15px 0;
}

.shipingorder h2 {
    color: #1c3159;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    line-height: 36px;
    position: relative;
    text-align: center;
    margin: 0 0 10px;
    padding-bottom: 5px;
}

.shipingorder h2:after {
    position: absolute;
    content: '';
    width: 125px;
    height: 3px;
    background: #d9c830;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.shipingorder h5 {
    color: #111111;
    font-size: 16px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin: 0
}

/* order */

/* collection */
.collection-section {
    padding: 55px 0px;
}

.collection-section h3 {
    font-size: 46px;
    font-family: 'Satisfy', cursive;
    color: #11736e;
    text-align: center;
    margin-bottom: 15px;
    padding: 0 0 15px;
    margin: 0;
    border-bottom: 5px solid;
    font-weight: 600;
}

.collection-section p {
    color: #333333;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 19px;
    margin: 0 auto 15px;
    display: block;
    max-width: 630px;
    text-align: center;
}

.gallerygrid ul {
    list-style-type: none;
    margin: 0 0 30px;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0;
}

.gallerygrid ul li {
    margin: 15px 0;
}

.imagebox {
    position: relative;
    overflow: hidden;
}

.imagebox img {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.imagebox:hover img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.imageoverlaybox {
    position: absolute;
    height: 90%;
    width: 90%;
    padding: 5px;
    border: solid 3px #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.imageoverlaybox a {
    width: 175px;
    margin: 0 auto;
    display: block;
    color: #1c3159;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    background: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 25px;
}

.imageoverlaybox a:hover {
    color: #fff;
    background: #b73e95;
}

.imageoverlaybox h4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 46px;
    font-family: 'Satisfy', cursive;
    color: #1c3159;
    text-align: center;
    color: #fff;
    text-shadow: 0px 5px 9px rgba(0, 0, 0, 0.4);
    margin: 0 0 20px;
}

.sellinggrid ul {
    list-style-type: none;
    margin: 0;
    padding: 15px 0;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sellinggrid .card {
    border: none;
    border-radius: 0px;
}

.sellinggrid .card .card-body h6 {
    color: #333;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: center;
}

.sellinggrid .card .card-body p {
    color: #1c3159;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.sellinggrid .card .card-body .cartbtn {
    width: 155px;
    background: #1c3159;
    color: #fff;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-align: center;
    padding: 10px 15px;
    border-radius: 25px;
    margin: 0 auto;
    display: block;
    line-height: inherit;
}

.sellinggrid .card .card-body .cartbtn:hover {
    background: #b73e95;
    color: #fff;
}

span.hearticonsmall {
    cursor: pointer;
    z-index: 1;
    position: absolute;
    right: 0;
    padding: 2px 2px 2px 3px;
    background: #f1f1f1;
    height: 33px;
    border-bottom-left-radius: 10px;
}

.smallheart {
    background-image: url(../images/sprite.png);
    display: inline-block;
    background-position: -350px -2px;
    width: 30px;
    height: 30px;
}

.active .smallheart {
    background-image: url(../images/sprite.png);
    display: inline-block;
    background-position: -412px -2px;
    width: 30px;
    height: 30px;
}

.card .imagebox {
    overflow: hidden;
}

.card .imagebox img {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.card .imagebox:hover img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

/* collection */

/* instagram */
.instagram-section {
    padding: 50px 0px;
    background-color: #f6f6f6;
}
.sb_instagram_header{
    display: none;
}

.instagram-section h3 {
    font-size: 46px;
    font-family: 'Satisfy', cursive;
    color: #11736e;
    text-align: center;
    margin-bottom: 15px;
    padding: 0 0 15px;
    margin: 0;
    border-bottom: 5px solid;
    font-weight: 600;
}

.instagram-section ul {
    list-style-type: none;
    margin: 0;
    padding: 15px 0px;
    width: 100%;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -moz-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.instagram-section ul li {
    padding: 0 15px;
}

.footerinstalogo {
    background-image: url(../images/sprite.png);
    display: inline-block;
    background-position: 0px -128px;
    width: 78px;
    height: 60px;
}

.instafooter h5 {
    color: #222222;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    margin-left: 15px;
}

.instabox {
    padding: 15px 0 0;
    width: 100%;
    max-width: 300px;
}

/* instagram */

/* footer */
footer {
    padding: 50px 0px 0px;
    border-top: solid 1px #f0ebec;
}

footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.location {
    background-image: url(../images/sprite.png);
    display: inline-block;
    background-position: -132px -85px;
    width: 26px;
    height: 33px;
}

.callfooter {
    background-image: url(../images/sprite.png);
    display: inline-block;
    background-position: -162px -85px;
    width: 26px;
    height: 33px;
}

.mail {
    background-image: url(../images/sprite.png);
    display: inline-block;
    background-position: -193px -81px;
    width: 26px;
    height: 33px;
}

footer .media-body {
    margin-left: 5px;
}

footer .media-body p {
    color: #222222;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: normal;
    text-align: left;
}

footer .media-body a {
    position: relative;
    bottom: 1px;
    color: #b73e95;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

footer .carmedia .media-body a {
    position: relative;
    bottom: 3px;
    color: #1c3159;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

footer h6 {
    color: #1c3159;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

footer ul.fblist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 25px 0 0;
}

.fbicon {
    background-image: url(../images/sprite.png);
    display: inline-block;
    background-position: -232px -44px;
    width: 34px;
    height: 34px;
}

.instaicon {
    background-image: url(../images/sprite.png);
    display: inline-block;
    background-position: -277px -44px;
    width: 34px;
    height: 34px;
}

.fblist .media .media-body a {
    color: #222222;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    display: block;
}

footer ul li a {
    color: #222222;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

footer ul li a:hover {
    color: #b73e95;
}

footer ul li {
    line-height: 38px;
}

footer .fblist li {
    line-height: normal;
}

.bigmailicon {
    background-image: url(../images/sprite.png);
    display: inline-block;
    background-position: -319px -34px;
    width: 51px;
    height: 52px;
}

footer .form-inline.newsletterform .form-control {
    border: solid 1px #000;
}

footer .newsletterbtn {
    width: 120px;
    background: #1c3159;
    color: #1c3159;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    border: solid 1px #fff;
    border-radius: 25px;
    color: #fff;
    padding: 6px 18px;
    line-height: 24px;
}

footer .form-inline.newsletterform {
    position: relative;
    margin: 20px 0 25px;
    overflow: hidden;
}

footer .newsletterform .form-group {
    width: 100%;
    float: left;
}

footer .form-inline.newsletterform .form-control {
    width: -moz-calc(100% - 70px);
    width: calc(100% - 70px);
    border-radius: 25px;
    background: transparent;
    border: solid 2px #1c3159;
    color: #1c3159;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 7px 55px 8px 15px;
}

footer button.newsletterbtn {
    position: absolute;
    border: solid 2px #1c3159;
    top: 0;
    right: 0;
}

footer button.newsletterbtn:hover {
    position: absolute;
    border: solid 2px #b73e95;
}

footer .col:last-child .media-body {
    margin-left: 10px;
}

footer .form-inline.newsletterform .form-control::-webkit-input-placeholder {
    color: #b7b7b7;
}

footer .form-inline.newsletterform .form-control:-ms-input-placeholder {
    color: #b7b7b7;
}

footer .form-inline.newsletterform .form-control:-moz-placeholder {
    color: #b7b7b7;
}

footer .form-inline.newsletterform .form-control::-moz-placeholder {
    color: #b7b7b7;
}

footer .form-inline.newsletterform .form-control::-ms-input-placeholder {
    color: #b7b7b7;
}

footer .form-inline.newsletterform .form-control::placeholder {
    color: #b7b7b7;
}

footer .carmedia .caricon {
    background-image: url(../images/sprite.png);
    display: inline-block;
    background-position: -375px -49px;
    width: 66px;
    height: 40px;
}

.carmedia .media-body p {
    color: #1c3159;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 18px;
}

section.bottom-footer {
    border-top: solid 1px #f0ebec;
    padding: 30px 0px;
    margin: 30px 0 0;
}

section.bottom-footer h6 {
    color: #222222;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-align: center;
    margin: 0;
}

/* footer */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 1);
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 3s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    -moz-animation: spin 3s linear infinite;
    -o-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    -moz-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

@-o-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    width: 35px;
}

footer .media .media-body h4 {
    color: #1c3159;
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 5px;
}

li.drop-down > ul {
    left: 0px;
    min-width: 230px;
}

.drop-down-ul {
    display: none;
}

.drop-down:hover .drop-down-ul {
    display: block;
}

li.drop-down > ul li a {
    margin: 10px 15px;
    padding: 10px 0;
}

li.drop-down > ul li {
    display: block;
    text-align: left;
    margin: 5px 0;
}

li.drop-down > ul {
    left: 0px;
    min-width: 230px;
    position: absolute;
    top: 50px;
    z-index: 1;
    background: rgba(28, 49, 89, 0.7);
}

.nav ul li:hover .children {
    display: block;
}

.nav ul li .children {
    display: none;
    background: #1c3159;
    position: absolute;
    width: 100%;
    z-index: 1000;
    text-align: left;
    max-width: 200px;
}

.nav ul li .children span {
    display: none;
}

.nav ul li .children li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #b73e95;
    margin: 0;
}

.nav ul li .children li:last-child {
    border-bottom: none;
}

.nav ul li .children li a {
    margin: 0;
    padding: 15px;
}

.nav ul li .fa-angle-down {
    position: relative;
    top: 3px;
}

.nav ul li .fa-angle-down {
    display: none;
}

.stikycontact {
    background-color: #b1238c;
    position: fixed;
    padding: 5px;
    border-radius: 0px 5px 5px 0px;
    top: 45%;
    z-index: 1;
}

.smallmallicon {
    background-image: url(../images/sprite.png);
    display: inline-block;
    background-position: -386px -3px;
    width: 20px;
    height: 25px;
}

.stikycontact a {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    line-height: 15px;
}

.container.cms-container.top-header-section ul.top-header-ulist li:last-child {
    position: relative;
    bottom: 20px;
}

.container.cms-container.top-header-section ul.top-header-ulist li .searchbar ul li:last-child {
    bottom: 0;
}

/*.myKenburns .slider-track{-webkit-transition:all 1s cubic-bezier(0.7,0,0.3,1);-o-transition:all 1s cubic-bezier(0.7,0,0.3,1);-moz-transition:all 1s cubic-bezier(0.7,0,0.3,1);transition:all 1s cubic-bezier(0.7,0,0.3,1);}
.myKenburns .slick-slide img{width:100%;-webkit-transition:all 1s cubic-bezier(0.7,0,0.3,1);-o-transition:all 1s cubic-bezier(0.7,0,0.3,1);-moz-transition:all 1s cubic-bezier(0.7,0,0.3,1);transition:all 1s cubic-bezier(0.7,0,0.3,1);-webkit-transform:scale(1.3);/*-webkit-transform: scale(1.2);*/
-moz-transform:scale(1.3);
-ms-transform:scale(1.3);
-o-transform:scale(1.3);
-webkit-transform:scale(1.3);
transform:scale(1.3);
/*transform: scale(1.2)*/
*/
/*.myKenburns .slick-slide.slick-active img{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-animation:cssAnimation 8s 1 ease-in-out forwards;-moz-animation:cssAnimation 8s 1 ease-in-out forwards;-o-animation:cssAnimation 8s 1 ease-in-out forwards;animation:cssAnimation 8s 1 ease-in-out forwards;}*/

/* @-moz-keyframes cssAnimation{
    from{-webkit-transform:scale(1) translate(0px);}
    to{-webkit-transform:scale(1.3) translate(0px);}
}
@-o-keyframes cssAnimation{
    from{-webkit-transform:scale(1) translate(0px);}
    to{-webkit-transform:scale(1.3) translate(0px);}
}
@-moz-keyframes cssAnimation{
    from{-webkit-transform:scale(1) translate(0px);}
    to{-webkit-transform:scale(1.3) translate(0px);}
}
@keyframes cssAnimation{
    from{-webkit-transform:scale(1) translate(0px);}
    to{-webkit-transform:scale(1.3) translate(0px);}
}
@-webkit-keyframes cssAnimation{
    from{-webkit-transform:scale(1) translate(0px);}
    to{-webkit-transform:scale(1.3) translate(0px);}
} */
footer .fblist li {
    width: 49%;
}

.suboverlay {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

/* small banner */
/*.small_banner_section{height:320px;-o-background-size:cover;background-size:cover;background-repeat:no-repeat;position:relative;}*/
.small_banner_section {
    height: 400px;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
}

.small_banner_section .smallbannerbox {
    max-width: 635px;
    width: 100%;
    padding: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.small_banner_section .smallbannerbox h1 {
    font-size: 60px;
    color: rgb(255, 255, 255);
    text-shadow: 0px 5px 9px rgba(0, 0, 0, 0.4);
    text-align: center;
    font-size: 60px;
    font-family: 'Satisfy', cursive;
    font-weight: 400;
    margin: 0;
}

/* small banner */
.product_sidebar {
    max-width: 340px;
    width: 100%;
    padding: 10px 15px 0;
}

.product_list {
    max-width: -moz-calc(100% - 340px);
    max-width: calc(100% - 340px);
    width: 100%;
}

.product_list ul {
    list-style-type: none;
    padding: 15px 0;
    margin: 0;
}

.product_listing_mainwrapper .product_list .card {
    padding: 20px 0 0;
}

/* product loder */
.lds-default {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
}

.lds-default div {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #1c3159;
    border-radius: 50%;
    -webkit-animation: lds-default 1.2s linear infinite;
    -moz-animation: lds-default 1.2s linear infinite;
    -o-animation: lds-default 1.2s linear infinite;
    animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    top: 29px;
    left: 53px;
}

.lds-default div:nth-child(2) {
    -webkit-animation-delay: -0.1s;
    -moz-animation-delay: -0.1s;
    -o-animation-delay: -0.1s;
    animation-delay: -0.1s;
    top: 18px;
    left: 50px;
}

.lds-default div:nth-child(3) {
    -webkit-animation-delay: -0.2s;
    -moz-animation-delay: -0.2s;
    -o-animation-delay: -0.2s;
    animation-delay: -0.2s;
    top: 9px;
    left: 41px;
}

.lds-default div:nth-child(4) {
    -webkit-animation-delay: -0.3s;
    -moz-animation-delay: -0.3s;
    -o-animation-delay: -0.3s;
    animation-delay: -0.3s;
    top: 6px;
    left: 29px;
}

.lds-default div:nth-child(5) {
    -webkit-animation-delay: -0.4s;
    -moz-animation-delay: -0.4s;
    -o-animation-delay: -0.4s;
    animation-delay: -0.4s;
    top: 9px;
    left: 18px;
}

.lds-default div:nth-child(6) {
    -webkit-animation-delay: -0.5s;
    -moz-animation-delay: -0.5s;
    -o-animation-delay: -0.5s;
    animation-delay: -0.5s;
    top: 18px;
    left: 9px;
}

.lds-default div:nth-child(7) {
    -webkit-animation-delay: -0.6s;
    -moz-animation-delay: -0.6s;
    -o-animation-delay: -0.6s;
    animation-delay: -0.6s;
    top: 29px;
    left: 6px;
}

.lds-default div:nth-child(8) {
    -webkit-animation-delay: -0.7s;
    -moz-animation-delay: -0.7s;
    -o-animation-delay: -0.7s;
    animation-delay: -0.7s;
    top: 41px;
    left: 9px;
}

.lds-default div:nth-child(9) {
    -webkit-animation-delay: -0.8s;
    -moz-animation-delay: -0.8s;
    -o-animation-delay: -0.8s;
    animation-delay: -0.8s;
    top: 50px;
    left: 18px;
}

.lds-default div:nth-child(10) {
    -webkit-animation-delay: -0.9s;
    -moz-animation-delay: -0.9s;
    -o-animation-delay: -0.9s;
    animation-delay: -0.9s;
    top: 53px;
    left: 29px;
}

.lds-default div:nth-child(11) {
    -webkit-animation-delay: -1s;
    -moz-animation-delay: -1s;
    -o-animation-delay: -1s;
    animation-delay: -1s;
    top: 50px;
    left: 41px;
}

.lds-default div:nth-child(12) {
    -webkit-animation-delay: -1.1s;
    -moz-animation-delay: -1.1s;
    -o-animation-delay: -1.1s;
    animation-delay: -1.1s;
    top: 41px;
    left: 50px;
}

@-webkit-keyframes lds-default {

    0%,
    20%,
    80%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@-moz-keyframes lds-default {

    0%,
    20%,
    80%,
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@-o-keyframes lds-default {

    0%,
    20%,
    80%,
    100% {
        -o-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@keyframes lds-default {

    0%,
    20%,
    80%,
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }
}

.loder p {
    color: #222;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin: 0 -7px;
}

.loder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px auto 0;
    width: 165px;
}

.product_list .list-filter .sort p {
    margin: 0 0 5px;
    color: #222;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}

.product_list .list-filter {
    padding: 10px 15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.stb-select-container {
    margin: 0;
    color: #545454;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    border-color: #999999;
}

.stb-select-container .stb-select {
    overflow-x: hidden;
    padding: 15px;
    border: solid 1px #999999;
}

.stb-select-container .stb-select li {
    opacity: 1;
}

.stb-select-container .stb-select li:hover {
    color: #1c3159;
}

.right-filter .sort {
    margin: 0 0 0 10px;
}

.right-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.breadcrumb {
    padding: 5px 15px;
    margin-bottom: 0px;
    background: transparent;
}

.accordion .card-header {
    padding: 0;
    background: transparent;
    border-bottom: none;
}

.rotate {
    -webkit-transform: rotate(90deg);
    /* Chrome, Safari, Opera */
    -moz-transform: rotate(90deg);
    /* Firefox */
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    /* Standard syntax */
}

/* product loder */
.rotateicon {
    background-image: url(../images/sprite.png);
    display: inline-block;
    background-position: -519px 0px;
    width: 11px;
    height: 34px;
    margin: 0 10px 0 0;
}

.card-header button.btn.btn-link {
    width: 100%;
    text-align: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    color: #222222;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.card-header button.btn.btn-link:hover {
    text-decoration: none;
    color: #b73e95;
}

.card-header button.btn.btn-link.active {
    text-decoration: none;
    color: #b73e95;
}

.product_sidebar .accordion .card-body {
    padding: 0 25px;
}

.product_sidebar .accordion .card-body ul {
    padding: 0px 15px;
    position: relative;
    margin: 5px 0 15px;
}

.product_sidebar .accordion .card-body ul:after {
    content: '';
    position: absolute;
    background: #273C63;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0px;
}

.product_sidebar .accordion .card-body ul li a {
    color: #1c3159;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    line-height: 32px;
}

.product_sidebar .accordion .card-body ul li a:hover {
    color: #b73e95;
}

.product_sidebar .accordion .card-body ul li a.active {
    color: #b73e95;
}

.product_listing_mainwrapper .breadcrumb {
    padding: 15px 8px 5px;
}

.product_sidebar h3 {
    color: #1c3159;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 15px;
}

/* custom checkbox */
.md-checkbox {
    position: relative;
    margin: 0;
    text-align: left;
}

.md-checkbox.md-checkbox-inline {
    display: inline-block;
}

.md-checkbox label {
    cursor: pointer;
    display: inline;
    line-height: 1.25em;
    vertical-align: top;
    clear: both;
    padding-left: 1px;
}

.md-checkbox label:not(:empty) {
    padding-left: 0;
    position: relative;
    left: 3px;
}

.md-checkbox label:before,
.md-checkbox label:after {
    content: "";
    position: absolute;
    left: -22px;
    top: 3px;
}

.md-checkbox label:before {
    /* box*/
    width: 15px;
    height: 15px;
    background: #fff;
    border: 2px solid rgba(0, 0, 0, 0.54);
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
}

.md-checkbox label:after {
    /* checkmark*/
}

.md-checkbox input[type=checkbox] {
    outline: 0;
    visibility: hidden;
    width: 20px;
    margin: 0;
    display: block;
    float: left;
    font-size: inherit;
}

.md-checkbox input[type=checkbox]:checked + label:before {
    background: black;
    border: none;
}

.md-checkbox input[type=checkbox]:checked + label:after {
    width: 0.75em;
    height: 0.375em;
    border-top-style: none;
    border-right-style: none;
}

.md-checkbox input[type=checkbox]:disabled + label:before {
    border-color: rgba(0, 0, 0, 0.26);
}

.md-checkbox input[type=checkbox]:disabled:checked + label:before {
    background: rgba(0, 0, 0, 0.26);
}

.customcheckbox ul {
    padding: 5px 0;
}

.product_sidebar .customcheckbox h3 {
    color: #1c3159;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 15px;
}

.customcheckbox ul li {
    margin: 0 0 5px;
}

.customcheckbox:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 1px;
    background: #1c3159;
}

.customcheckbox {
    padding: 20px 0;
    position: relative;
    margin: 15px 0;
}

/* custom checkbox */
.custom-radios {
    max-width: 205px;
}

.custom-radios div {
    display: inline-block;
}

.custom-radios input[type="radio"] {
    display: none;
}

.custom-radios input[type="radio"] + label {
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.custom-radios input[type="radio"] + label span {
    display: inline-block;
    width: 27px;
    height: 27px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    /*   border: 2px solid #FFFFFF; */
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height: 27px;
}

.custom-radios input[type="radio"] + label span img {
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    width: 60%;
}

.custom-radios input[type="radio"]#color-1 + label span {
    background-color: #d4050d;
}

.custom-radios input[type="radio"]#color-2 + label span {
    background-color: #ffcc00;
}

.custom-radios input[type="radio"]#color-3 + label span {
    background-color: #d30a9f;
}

.custom-radios input[type="radio"]#color-4 + label span {
    background-color: #038600;
}

.custom-radios input[type="radio"]#color-5 + label span {
    background-color: #7d0068;
}

.custom-radios input[type="radio"]#color-6 + label span {
    background-color: #f44500;
}

.custom-radios input[type="radio"]#color-7 + label span {
    background-color: #0004bb;
}

.custom-radios input[type="radio"]#color-8 + label span {
    background-color: #fdd8a4;
}

.custom-radios input[type="radio"]#color-9 + label span {
    background-color: #adadad;
}

.custom-radios input[type="radio"]#color-10 + label span {
    background-color: #000000;
}

.custom-radios input[type="radio"]#color-11 + label span {
    background-color: #ffffff;
}

.custom-radios input[type="radio"]:checked + label span img {
    opacity: 1;
}

.colorcheck {
    padding: 15px 0 0;
    position: relative;
    margin: 15px 0;
}

.colorcheck:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 1px;
    background: #1c3159;
}

.product_listing_mainwrapper .breadcrumb li.breadcrumb-item {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #666666;
}

.product_listing_mainwrapper .breadcrumb li.breadcrumb-item a {
    color: #222;
    font-weight: 500;
}

.product_listing_mainwrapper .breadcrumb li.breadcrumb-item a:hover {
    color: #b73e95;
}

.fillterbutton {
    display: none;
}

.closebtnslider {
    display: none;
}

.stb-select-container .stb-select {
    left: 0px;
    top: 40px;
    padding: 8px 16px;
    width: 100%;
}

.product_list .slider.slider-nav .imgnavbox {
    padding: 10px;
}

.product_list .slider.slider-nav .imgnavbox img {
    width: 100%;
}

.next {
    background-image: url(../images/sprite.png);
    display: inline-block;
    background-position: -472px -10px;
    width: 10px;
    height: 14px;
    margin: 0;
    float: right;
    right: -20px;
    position: relative;
    cursor: pointer;
}

.prev {
    background-image: url(../images/sprite.png);
    display: inline-block;
    background-position: -454px -10px;
    width: 10px;
    height: 14px;
    float: left;
    margin: 0;
    left: -20px;
    position: relative;
    cursor: pointer;
}

.slidernavsnc.paginator-center.text-color.text-center {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.product_list .syncsliderrel ul {
    padding: 0px;
    width: 100%;
}

.syncsliderrel {
    position: relative;
    width: 90%;
    margin: 0 auto;
    display: block;
}

.slider-single .slick-slide img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    height: 100%;
    width: 100%;
}

.customstory-container {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
}

.contactus-container {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
}

.right_customstorybox {
    width: 545px;
    float: right;
}

.left_customstorybox {
    width: 545px;
    float: left;
}

.right_customstorybox h4 {
    color: #222222;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    line-height: 26px;
}

.right_customstorybox p {
    color: #222222;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    line-height: 26px;
    margin-bottom: 28px;
}

.right_customstorybox ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.right_customstorybox ul li {
    color: #1c3159;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    line-height: 26px;
}

.right_customstorybox ul li:first-child {
    margin-bottom: 10px;
}

.right_customstorybox ul li a {
    color: #222222;
}

.right_customstorybox ul li a:hover {
    color: #b1238c;
}

.ownerdetailbox {
    padding: 75px 0 55px;
    overflow: hidden;
}

.ownernambox {
    margin-top: 20px;
}

.ownernambox h3 {
    color: #1c3159;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-align: center;
}

.ownernambox h4 {
    color: #222222;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-align: center;
}

.customstory-container blockquote.blockquote {
    background: #f3f3f3;
    border-left: solid 3px #1c3159;
    padding: 30px 35px;
}

.customstory-container blockquote.blockquote p {
    font-size: 18px;
    margin-bottom: 0px;
    color: #1c3159;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: italic;
}

.thirdblocklist h5 {
    color: #1c3159;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin: 0 0 15px;
}

.thirdblocklist ul li {
    color: #222222;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 30px;
}

.thirdblocklist ul {
    padding: 0px 0 0 20px;
    margin: 0;
}

.thirdblocklist {
    padding: 30px 0 60px;
}

.contact-boxform {
    background: #f2f2f2;
    overflow: hidden;
    border-radius: 15px;
    margin: 40px 0px 50px;
}

.contact-form {
    float: left;
    padding: 40px 45px;
}

.contact-address {
    width: 505px;
    float: right;
    padding: 50px 45px;
}

section.contactus-section {
    padding: 50px 0px 15px;
}

.contact-descriptionbox p {
    max-width: 702px;
    margin: 0 auto;
    display: block;
    color: #003333;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-align: center;
}

.contact-address ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.contact-form .form-inline .form-group .form-control {
    width: 100%;
    border: solid 1px rgb(28, 49, 89);
    background-color: #fff;
    border-radius: 25px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #222;
    margin-bottom: 20px;
}

.contact-form .form-inline .form-group .form-controll {
    height: 98px;
    width: 100%;
    border: solid 1px rgb(28, 49, 89);
    background-color: #fff;
    border-radius: 16px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #222;
    margin-bottom: 20px;
    resize: none;
    padding: 15px;
}

.contact-address .media-body {
    margin-left: 15px;
}

.contact-address .media-body p {
    color: #222222;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    max-width: 318px;
    font-weight: 400;
}

.contact-address .media-body a {
    position: relative;
    bottom: 0px;
    color: #222222;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.contact-address ul li a {
    color: #222222;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.contact-address ul li a:hover {
    color: #b73e95;
}

.contact-address ul li {
    line-height: 35px;
    margin: 0 0 8px;
}

.contact-address ul li:first-child {
    line-height: normal;
}

.contact-form .form-inline .form-group .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #888888;
}

.contact-form .form-inline .form-group .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #888888;
}

.contact-form .form-inline .form-group .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #888888;
}

.contact-form .form-inline .form-group .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #888888;
}

.contact-form .form-inline .form-group .form-controll::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #888888;
}

.contact-form .form-inline .form-group .form-controll::-moz-placeholder {
    /* Firefox 19+ */
    color: #888888;
}

.contact-form .form-inline .form-group .form-controll:-ms-input-placeholder {
    /* IE 10+ */
    color: #888888;
}

.contact-form .form-inline .form-group .form-controll:-moz-placeholder {
    /* Firefox 18- */
    color: #888888;
}

.btnsubmitform {
    border-width: 1px;
    border-color: rgb(28, 49, 89);
    border-style: solid;
    background-color: rgb(28, 49, 89);
    width: 148px;
    height: 42px;
    margin: 0 15px;
    border-radius: 25px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #fff;
}

.btnsubmitform:hover {
    background-color: #b73e95;
    border-color: #b73e95;
}

.contact-slider {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.contact-slider .slick-dots {
    position: absolute;
    bottom: 30px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.contact-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: solid 1px #fff;
    outline: none;
    background: transparent;
    border-radius: 50px;
}

.contact-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.contact-slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 0;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 13px;
    height: 13px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.contact-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: black;
    background-color: #fff;
    border-radius: 50px;
}

.googlemapsection iframe {
    max-width: 100%;
    width: 97%;
    display: block;
}

.full-width-slider-contact img {
    width: 100%;
}

.full-width-slider-contact.slick-dotted.slick-slider {
    margin-bottom: -5px;
}

.parking {
    background-image: url(../images/p.png);
    display: inline-block;
    width: 26px;
    height: 33px;
}

.clock {
    background-image: url(../images/clock.png);
    display: inline-block;
    width: 27px;
    height: 33px;
}

.contact-address .media ul {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 45px;
}

.rightcontactbox .contact-address {
    width: 100%;
    float: left;
    padding: 0;
}

.rightcontactbox .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mapsection {
    padding: 50px 0;
}

.contact-address .media ul {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 43px);
    -moz-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 43px);
    flex: 0 0 calc(100% - 43px);
    margin: 0 0 0 43px;
}

.media .media-body p strong {
    color: #1c3159;
    font-size: 18px;
    font-weight: 600;
}

.contact-address .media ul li {
    color: #1c3159;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin: 0;
    line-height: 24px;
}

.contact-address .media ul li span {
    width: 120px;
    display: inline-block;
}

.contact-boxform {
    float: left;
    background: #f2f2f2;
    overflow: hidden;
    border-radius: 15px;
    margin: 0px 15px;
    max-width: 670px;
    width: 100%;
}

.contact-boxform .contact-form h5 {
    color: #1c3159;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-bottom: 28px;
}

.contact-boxquote {
    max-width: -moz-calc(100% - 810px);
    max-width: calc(100% - 810px);
    width: 100%;
    float: left;
    padding: 0 15px;
}

.contact-boxquote h3 {
    color: #1c3159;
    font-family: 'Satisfy', cursive;
    font-size: 43px;
    padding: 40px 0;
    text-align: center;
    margin: 0 auto;
    max-width: 437px;
    width: 100%;
    line-height: 60px;
}

.quteicon {
    background-image: url(../images/sprite.png);
    display: block;
    background-position: -14px -195px;
    width: 145px;
    height: 110px;
    margin: 0 auto;
}

.full-width-slider-contact.slick-dotted.slick-slider {
    margin-bottom: -5px;
    margin-top: 75px;
}

.detailproduct-one {
    background-image: url(../images/sprite.png);
    display: block;
    background-position: -225px -77px;
    width: 55px;
    height: 50px;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
}

.product_list .three-productdetail-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
}

.product_list .three-productdetail-list ul li .boxdetail {
    background-color: #f6f6f6;
}

.product_list .three-productdetail-list ul li h5 {
    color: #222;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    margin: 5px 0;
}

.detailproduct-two {
    background-image: url(../images/sprite.png);
    display: block;
    background-position: -287px -80px;
    width: 34px;
    height: 50px;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
}

.detailproduct-three {
    background-image: url(../images/sprite.png);
    display: block;
    background-position: -325px -87px;
    width: 40px;
    height: 60px;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
}

.product_list .three-productdetail-list ul li h5 span {
    display: block;
}

.product_list .three-productdetail-list ul li .boxdetail {
    background-color: #f6f6f6;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 15px;
}

.three-productdetail-list {
    margin: 0 -15px;
}


.product_list .imagebox:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0;
    display: none !important;
}

.bannersection .slick-slider.slick-dotted {
    overflow: hidden;
}

.page-template-template-interior .aboutcontent h4 {
    color: #222222;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    line-height: 26px;
}

.page-template-template-interior .aboutcontent p {
    color: #222222;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    line-height: 26px;
    margin-bottom: 15px;
    text-align: left;
}

.page-template-template-interior .aboutcontent ul li {
    color: #1c3159;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    line-height: 26px;
}

.page-template-template-interior .aboutcontent ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.page-template-template-interior .aboutcontent ul li a {
    color: #222222;
}

.page-template-template-interior .aboutcontent ul li a:hover {
    color: #b1238c;
}

.page-template-template-interior blockquote {
    background: #f3f3f3;
    border-left: solid 3px #1c3159;
    padding: 30px 35px;
}

.page-template-template-interior blockquote em {
    font-size: 16px;
    color: #1c3159;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: italic;
    text-align: unset;
    max-width: 100%;
    margin: 0px;
}

.page-template-template-interior h5 {
    color: #1c3159;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin: 0 0 15px;
}

#wpcf7-f307-o1 .newsletterform .form-group .wpcf7-form-control-wrap {
    position: relative;
    float: left;
    width: 50%;
}

#wpcf7-f307-o1 .newsletter div.wpcf7-response-output {
    color: green !important;
}
div.wc_ss_btns.wc_ss_btns_float.hide>ul>li.wc_ss_btns_show {
    left: 45px;
    width: 20px !important;
    text-align: center;
    padding-left: 8px;
    padding-top: 10px;
}
@media (min-width:577px) {
    div.wc_ss_btns.modern-theme {
        margin: 0;
        top: 27% !important;
    }
}


img.onsale-img {
    position: absolute;
    right: 15px;
    width: 50px;
    z-index: 99;
}
.product_listing_mainwrapper img.onsale-img{
    right: auto;
    left: 0;
}

.overlay-title .title-box{
    border: none !important;
}
.imageoverlaybox{
    border: none !important;
}
.search .page-content-search ul li img.onsale-img {
    position: absolute;
    left: 0;
    right: auto;
    width: 50px !important;
    height: 50px !important;
}



.step{
    padding: 60px 0;
    font-size: 18px;
}
.sm-container{
    max-width: 1110px !important;
}
.step{
    padding: 60px 0;
    font-size: 18px;
    line-height: 32px;
    font-family: 'Poppins', sans-serif;
}
.step-main span {
    display: block;
    background: #e4e4e4;
    width: 71px;
    height: 71px;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
    margin:auto;
    margin-bottom: 20px;
}
.step-main.d-flex {
    max-width: 800px;
    margin: auto;
    margin-top: 40px;
}

.step-main.d-flex{

}

.step-main.d-flex .step-item{
    width: 350px;
    font-size: 18px;
    position: relative;
}
.step-main.d-flex .step-item:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #e4e4e4;
    position: absolute;
    top: 36px;
    left: 166px;
}
.step-main.d-flex .step-item:last-child:after {
    width: 0;
}
.img-sec-dis{
    padding: 70px 0 0;
    border-bottom:2px solid #fff;
}

.img-sec-dis img{
    border:7px solid #fff;
    box-shadow: 0px 32px 68px 0px rgba(0, 0, 0, 0.22);
    width: 100%;
    margin-bottom: 70px;
}
.blue-bg{
    background: #1c3159;
}
.green-bg{
    background: #11736e;
}

.step .cartbtn {
    background: #11736e;
    color: #fff !important;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-align: center;
    padding: 10px 25px;
    border-radius: 25px;
    margin: 0 auto;
    display: inline-block;
    line-height: inherit;
    margin-top: 20px;
    cursor: pointer;
}
.step .cartbtn:hover{
    background: #1c3159;
    text-decoration: none;
}

.Inspiration .service-main{
    width: 33.333%;
    float: left;
    padding: 0 25px;
    margin-bottom: 80px;
}

.list-right{
    padding-left: 30px;
}
.Inspiration .service-main img{
    width: 100%;
}
.Inspiration .service-main .img_box::after{
    background-color: rgba(35, 50, 133, 0.55);
    content: '';
    top: 0;
    left: 0;
    bottom: auto;
    right: 0;
    z-index: 999999;
    position: absolute;  
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    height: 0;
}
.Inspiration .service-main:hover .img_box::after{
    background-color: rgba(35, 50, 133, 0.75);
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
    position: absolute;  
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    height: 100%;
}

.Inspiration .service-main .img_box {
    overflow: hidden;
    border-radius: 50%;
}
.Inspiration .service-main .img_box .link-btn{
    background-color: rgba(35, 50, 133, 0.55);
    content: '';
    top: 50%;
    bottom: auto;
    right: 0;
    z-index: 99;
    position: absolute;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    height: 0;
    margin-top: -15px;
    left: 50%;
    margin-left: -65px;
    opacity: 0;
}
.Inspiration .service-main:hover .img_box .link-btn{
    opacity: 1;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.Inspiration .service-main .btm {
    font-size: 18px;
    max-width: 250px;
    margin: auto;
    text-align: center;
    margin-top: 22px;
    font-family: 'Poppins', sans-serif;
}
.Inspiration .service-main .btm span{
    display: block;
    font-weight: bold;
    color: #1c3159;
    margin: 10px 0;
}
.Inspiration .service-main .theme-btn.blue:hover{
    background-color: #b1228c;   
    color: #fff !important;
}
.heading{
    font-size: 46px;
    font-family: 'Satisfy', cursive;
    color: #ffffff;
    text-align: center;
    margin-bottom: 15px;
    background: #11736e;
    padding: 20px 0 15px;
    margin-bottom:80px;
}

.page-template-template-restoration .pum-container.pum-responsive.pum-responsive-medium input[type=text],
.page-template-template-restoration .pum-container.pum-responsive.pum-responsive-medium input[type=email]{
    max-width: 100%;
    background: #f8faff;
    border: solid 1px #1c3159;
    border-radius: 25px;
    color: #1c3159;
    font-size: 13px;
    line-height: 1.4;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    height: 38px;
    padding:5px 20px ;
    width: 100%;
  
}
.page-template-template-restoration .pum-container.pum-responsive.pum-responsive-medium input{
    margin-top: 10px;
}

.page-template-template-restoration .pum-container.pum-responsive.pum-responsive-medium input[type=submit]{

    background: #11736e;
color: #fff !important;
font-size: 14px;
font-family: 'Poppins', sans-serif;
font-weight: 400;
text-align: center;
padding: 10px 25px;
border-radius: 25px;
margin: 0 auto;
display: inline-block;
line-height: inherit;
margin-top: 20px;
cursor: pointer;
border: none;
}

.page-template-template-restoration .pum-container.pum-responsive.pum-responsive-medium label{
    width: 100%;
    color: #000;
}
.page-template-template-restoration .pum-container.pum-responsive.pum-responsive-medium label span{
    color: #f10303;
}

.page-template-template-restoration .pum-theme-14427 .pum-title, .pum-theme-default-theme .pum-title{
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: 500;
    color: #1c3159;
}
.pum-theme-14427 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close{
    background: #11736e !important;  
}
.page-template-template-restoration .pum-container.pum-responsive.pum-responsive-medium label span.uploadimage{
    color: #000;
}
.room-Inspiration h2{
    font-size: 46px;
    font-family: 'Satisfy', cursive;
    color: #11736e;
    text-align: center;
    margin-bottom: 15px;
    padding: 30px 0 15px;
    margin: 0;
    border-bottom: 5px solid;
    font-weight: 600;
}
.theme-btn {
    color: #1c3159 !important;
    display: inline-block;
    font-size: 15px;
    padding: 10px 30px 10px 30px !important;
    position: relative;
    text-align: center;
    width: auto;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.room-Inspiration h2{
    margin: 0px auto 60px;
    max-width: 1442px;
}
section.room-Inspiration .owl-carousel .owl-dots.disabled{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    padding: 5px;
    margin-top: 30px;
}
section.room-Inspiration .owl-theme .owl-dots .owl-dot.active span, section.room-Inspiration .owl-theme .owl-dots .owl-dot:hover span{
    background: #1c3159;
}

.blist{
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
    margin: 0 -20px;
}
.blist .lists{
    width: 33.333%;
    padding:0 20px;
}
.blist .lists a.image{
    display: block;
    border-radius: 5000px;
    overflow: hidden;
    height: 270px;
    max-width: 270px;
    margin: auto;
}
.blist .lists a.image img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.blog-lists h3 {
    font-size: 46px;
    font-family: 'Satisfy', cursive;
    color: #11736e;
    text-align: center;
    margin-bottom: 15px;
    padding: 30px 0 15px;
    margin: 0;
    border-bottom: 5px solid;
    max-width: 1440px;
    margin: auto;
    font-weight: 600;
}
.blog-lists h4 a{
    color: #1c3159;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.blist .lists p{
    color: #222222;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    text-align: left;
    line-height: initial;
    text-align: center;
}
.blist .lists h4{
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}
.blist{
    margin: 60px -20px 0;
}
.blog-lists{
    padding-bottom: 60px;
}
.blog-detail{
    margin-top: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}
.blog-detail img{
    max-width: 100%;
}
.blog-detail .left-sec ul li {
    border-top: 1px solid #eee;
    padding: 10px;
    border-right: 1px solid #eee;
    position: relative;
}

.blog-detail .left-sec ul li a{
    color: #000;
    position: relative;
    display: block;
}
.blog-detail .left-sec ul li a:hover,.blog-detail .left-sec ul li.active a{
    color: #b1238c;
}
.blog-detail .left-sec ul li a::after{
    background-image: url(../images/arrow-blog.jpg);
    width: 7px;
    height: 12px;
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 4px;
}

.blog-detail .left-sec h3{
    padding: 10px 10px 10px;
    border-right: 1px solid #eeee;
    margin: 0;
}
.blog-detail .left-sec h3 a{
    color: #1c3159;
}
.blog-detail .left-sec span{
    display: block;
    text-align: center;
}

#blog-detail-slider .owl-theme .owl-nav{
    display: none !important;
}

#blog-detail-slider .image {
    overflow: hidden;
    height: 250px;
}
#blog-detail-slider .owl-item a{
    color: #1c3159;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 20px auto 10px;
    display: inline-block;
    text-align: center;
    width: 100%;
}

#blog-detail-slider .owl-item span.woocommerce-Price-amount.amount{
    text-align: center;
    display: block;
}
.custom-product{
    margin-top: 30px;
}
.blog-detail .right-sec {
    margin-bottom: 50px;
}
.blog-detail .right-sec h3{
    color: #1c3159;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}
#blog-detail-slider.owl-carousel .owl-dots.disabled{
    display: block !important;
    margin-top: 30px;
}
#blog-detail-slider{
    margin-bottom: 50px;
}
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form textarea,.comment-form input[type="url"] ,.additional-comments textarea{
    width: 100%;
    border-radius: 10px;
    background: transparent;
    border: solid 1px #1c3159;
    color: #1c3159;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 7px 15px 8px 15px;
    height: 80px;
    margin-top: 10px;
}
html {
    scroll-behavior: smooth;
  }

@media only screen and (min-width: 1024px){
    .page-template-template-restoration .pum-container.pum-responsive.pum-responsive-medium{
        width: 40%;
        border-radius: 5px;
    }
}




@media only screen and (min-width: 768px) {
    .sec1 .col-xl-3{
        flex: 0 0 30%;
        max-width: 30%;
        ms-flex: 0 0 30%; 
    }
    .sec1 .col-xl-6{
        flex: 0 0 40%;
        max-width: 40%;
        ms-flex: 0 0 40%;
    }

    .sec3 .col-xl-5{
        flex: 0 0 35%;
        max-width: 35%;
        ms-flex: 0 0 35%;
    
    }
    .sec3 .col-xl-2{
        flex: 0 0 30%;
        max-width: 30%;
        ms-flex: 0 0 35%; 
    }

    .sec4 .col-xl-4{
        flex: 0 0 37%;
        max-width: 37%;
        ms-flex: 0 0 37%;
    }

    .sec4 .col-xl-3{
        flex: 0 0 25%;
        max-width: 25%;
        ms-flex: 0 0 25%;
    }

    
}
@media only screen and (max-width: 1200px) {
    .Inspiration img{
        width: 100%;
    }
    .Inspiration .service-main{
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .Inspiration .col-xl-5 img{
        margin-bottom: 40px;
    }
    .Inspiration .service-main{
        margin-bottom: 40px;
    }
    .heading{
        margin-bottom: 40px;
    }
    .step-main.d-flex{
        flex-wrap: wrap;
    }
    .step-main.d-flex .step-item{
        width: 100%;
    }
    .step-main.d-flex .step-item:after{
        display: none;
    }
    .img-sec-dis img{
        margin-bottom: 40px;
    }
    .img-sec-dis{
        padding: 40px 0 0;
    }
    .blist .lists{
        width: 100%;
        max-width: 360px;
        margin: auto;
    }
}

 .page-template-template-restoration .owl-carousel .owl-nav.disabled{
    display: block !important;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 150px;
    margin: auto;
}

.page-template-template-restoration .owl-theme .owl-nav [class*=owl-]:hover{
    background: none !important;  
}
.page-template-template-restoration .owl-carousel .owl-nav.disabled button span{
    font-size: 40px;
    color: #fff;
    
}
.page-template-template-restoration .owl-carousel .owl-nav button.owl-next, .page-template-template-restoration .owl-carousel .owl-nav button.owl-prev{
    width: 60px;
}
img.onsale-img {
    position: absolute;
    right: 15px;
    width: 50px;
    z-index: 99;
}
.product_listing_mainwrapper img.onsale-img{
    right: auto;
    left: 0;
}

.overlay-title .title-box{
    border: none !important;
}
.imageoverlaybox{
    border: none !important;
}
.search .page-content-search ul li img.onsale-img {
    position: absolute;
    left: 0;
    right: auto;
    width: 50px !important;
    height: 50px !important;
}
.pum-theme-15613 .pum-title, .pum-theme-default-theme .pum-title{
    font-size: 24px !important;
}
span.mc4wp-checkbox.mc4wp-checkbox-contact-form-7{
    margin-top: 10px;
}
span.mc4wp-checkbox.mc4wp-checkbox-contact-form-7 input[type="checkbox"]{
    margin-right: 5px;
}

footer .form-inline.newsletterform div.wpcf7-response-output {
    margin: 4px 0 0;
    padding: 0;
    border: 2px solid #0000;
    color: #d9c830;
    font-size: 14px;
    text-align: left;
}
span.wpcf7-not-valid-tip {
    margin-top: 15px !important;
    margin-bottom: 0 !important;
}

.our_services .service-main{
    background-color: #fff;
    -webkit-box-shadow: 0px 17px 19px -2px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px 17px 19px -2px rgba(0,0,0,0.17);
    box-shadow: 0px 17px 19px -2px rgba(0,0,0,0.17);
    margin-bottom: 50px;
}
.room-Inspiration .service-main img{
    width: 100%;
}
.room-Inspiration .service-main .img_box::after{
    background-color: rgba(35, 50, 133, 0.55);
    content: '';
    top: 0;
    left: 0;
    bottom: auto;
    right: 0;
    z-index: 999999;
    position: absolute;  
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    height: 0;
}
.room-Inspiration .service-main:hover .img_box::after{
    background-color: rgba(35, 50, 133, 0.75);
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
    position: absolute;  
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    height: 100%;
}

.room-Inspiration .service-main .img_box {
    overflow: hidden;
    border-radius: 50%;
    height: 270px;
    max-width: 270px;
    margin: auto;
}
.owl-carousel .owl-item img{
    object-fit: cover;
    height: 100%;
}

.room-Inspiration .service-main .img_box .link-btn{
    background-color: rgba(35, 50, 133, 0.55);
    content: '';
    top: 50%;
    bottom: auto;
    right: 0;
    z-index: 99;
    position: absolute;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    height: 0;
    margin-top: -15px;
    left: 50%;
    margin-left: -65px;
    opacity: 0;
}
.room-Inspiration .service-main:hover .img_box .link-btn{
    opacity: 1;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.room-Inspiration .service-main .btm {
    font-size: 18px;
    max-width: 250px;
    margin: auto;
    text-align: center;
    margin-top: 33px;
}
.room-Inspiration .service-main .btm a{
    color: #000000;
}
