@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

/*--- End Google Fonts ---*/
/*--- Flate Icon Fonts---*/
/*--- End Flate Icon Fonts---*/

.widget-storeLogo img {
    max-height: 100%;
    max-width: 100%;
}
html {font-family: 'Archivo', sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
body {margin: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {display: block;}
audio, canvas, progress, video {display: inline-block; vertical-align: baseline;}
audio:not([controls]) {display: none; height: 0;}
[hidden], template {display: none;}
a {background-color: transparent;}
a:active, a:hover {outline: 0;}
abbr[title] {border-bottom: 1px dotted;}
b, strong {font-weight: bold;}
dfn {font-style: italic;}
h1 {margin: .67em 0; font-size: 2em;}
mark {color: #fff;
    background: #95185b;}
small {font-size: 80%;}
sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline;}
sup {top: -.5em;}
sub {bottom: -.25em;}
img {border: 0;}
svg:not(:root) {overflow: hidden;}
figure {margin:0 0 20px}
hr {height: 0; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;}
pre {overflow: auto;}
code, kbd, pre, samp {font-family: 'Archivo', sans-serif; font-size: 1em;}
button, input, optgroup, select, textarea {margin: 0; font: inherit; color: inherit;}
button {overflow: visible;}
button, select {text-transform: none;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance: button; cursor: pointer;}
button[disabled], html input[disabled] {cursor: default;}
button::-moz-focus-inner, input::-moz-focus-inner {padding: 0; border: 0;}
input {line-height: normal;}
input[type="checkbox"], input[type="radio"] {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0;}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {height: auto;}
input[type="search"] {-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
fieldset {padding: .35em .625em .75em; margin: 0 2px; border: 1px solid #c0c0c0;}
legend {padding: 0; border: 0;}
textarea {overflow: auto;}
optgroup {font-weight: bold;}
table {border-spacing: 0;border-collapse: collapse;}
td, th {padding: 0;}
/* ------ end normalize css ------- */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    font-family: 'Open Sans';
    line-height: 25px;
    background:#fff;
    height: auto;
}
.content-editor-iframe body>.header.active-section {
    position: relative;
    z-index: unset;
}
body > .footer {
    background: #fff;
    border-top: 1px solid #ebe9e9;
}

::selection {
    background-color: #000000;
    color: #fff;
}
::-moz-selection {
    background-color: #000000;
    color: #fff;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none;
}
select::-ms-expand {
    display: none;
}
input,
button,
select,
textarea {
    font-family: 'DM Sans', sans-serif;
    font-size: inherit;
    line-height: inherit;
}
a, a:link, .widget-article p a{
    text-decoration: underline;
    color: #95185b;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.48px;
    padding: 0;
    margin: 0;
}
a:hover,
.widget-article p a:hover{
    color: #000;
}
.widget-snippet a, .widget-snippet a:hover, .widget-snippet a:focus {
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: 'Baskervville', serif;
    text-transform: capitalize;
    font-weight: 600;
    font-style: normal;
}
h1, h2, h3{
    padding: 0;
    margin: 40px 0 20px 0;
}
h4, h5, h6{
    padding: 0;
    margin: 40px 0 15px 0;
}
h1 {
    font-size: 45px;
    line-height:50px;
}
h2 {
    font-size: 40px;
    line-height: 45px;
}
h3 {
    font-size: 35px;
    line-height: 40px;
}
h4 {
    font-size: 30px;
    line-height: 35px;
}
h5 {
    font-size: 25px;
    line-height:30px;
}
h6 {
    font-size: 22px;
    line-height:28px;
}
p, code, table, th, td, ul, ol, li, dl, dt, dd, form, fieldset, legend, input[type="submit"], input, input[type="text"], textarea, select,
input[type="password"], address, input[type="file"], input[type="hidden"], input[type="image"], blockquote {
    color: #000;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.48px;
    margin: 0 0 20px;
}
ul, ol {
    margin: 20px 0;
    padding: 0 0 0 20px;
}
ul li, ol li {
    position: relative;
    margin: 0 0 10px 0;
    position:relative;
}
ol li {
    list-style-type: decimal;
}
/*ul li::after {
    content: "";
    height: 8px;
    width: 8px;
    background-color: #272727;
    position: absolute;
    left: -20px;
    top: 14px;
    border-radius: 50%;
}*/
table {
    max-width: 100%;
    table-layout: inherit;
    margin-bottom: 20px;
}
table, th, td {
    border: 1px solid #e3e3e3;
    padding: 15px;
    text-align:left;
    color: #000;
    font-size: 16px;
}
table th {
    font-weight: 600;
    font-size: 18px;
}
body input[type="submit"], body input[type="button"], body button, body .button, body a.button {
    margin: 0px;
    color: #FFF;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    max-width: 252px;
    padding: 14px 10px;
    border: 1px solid #fff;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background: #95185B;
}
body input[type="submit"]:hover, body input[type="button"]:hover, body button:hover, body .button:hover, body a.button:hover {
    background: #000;
    color:#fff;
}
body input[type="submit"][disabled], body input[type="button"][disabled],
body button[disabled], body .button.disabled, body a.button.disabled,
body input[type="submit"][disabled]:hover, body input[type="button"][disabled]:hover,
body button[disabled]:hover, body .button.disabled:hover, body a.button.disabled:hover {
    background: #bfbfbf none repeat scroll 0 0 ;
    border: 0;
    color: #818181;
}

.widget.widget-image.header-logo {
    margin:0 auto;
    text-align:center;
}

/*form element desgin*/
.header > .widget-container .widget-storeLogo {
    max-width: 185px;
    margin: 0 auto;
    z-index: 1;
}
.form-row {
    margin: 0 0 15px 0;
    position: relative;
}
input[type="text"], input[type="password"], textarea, select {
    border: 1px solid #c7c7c7;
    box-sizing: border-box;
    height: 46px;
    padding: 5px 10px;
    margin: 0;
    width: 350px;
}
input[type="text"], input[type="password"], textarea, select {
    width: 350px;
}
select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 46px;
    font-family: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 14px;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #fff;
    background-position-x: right;
    background-size: auto;
    background-position-x: calc(100% - 10px);
    background-size: 12px;
    margin:0;
    background-color: transparent;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.24);
    padding: 10px 15px;

}
.message-block.error-message, .message-block.error {
    background-color: #fee;
    border: 0 solid #fcd2d2;
    color: #f00;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
}
.message-block.info-message, .message-block.success {
    background-color: #d5f4d5;
    border: 0 solid #c2e7c2;
    color: #008000;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
}
.widget.widget-newsletter .newsletter .message-block.error-message, .widget.widget-newsletter .newsletter .message-block.error,
.widget.widget-newsletter .newsletter .message-block.info-message, .widget.widget-newsletter .newsletter .message-block.success{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:-35px;
    width:100%;
    font-size: 13px;
    z-index:1
}
button.newsletter-unsubscription.submit-button {
    max-width: 100%;
}
table th {
    font-weight: 600;
    background: rgba(159, 159, 159, 0.1);
}
textarea {
    height: 150px;
}

input[type="text"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus, select:focus, .store-credit-request-form textarea:focus {
    border:1px solid #000;
}
input[type="password"], input[type="text"] {
    width: 100%;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 46px;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.24);
    padding: 10px 15px;
}
.errorlist.after .message-block {
    color: #e64343;
}
.errorlist.after {
    font-size: 12px;
    line-height: 18px;
    min-width: auto;
    position: absolute;
}
input[type="text"].validation-error, input[type="password"].validation-error {
    background-color: transparent;
    border: 1px solid #e64343 !important;
}
select.error-field-error.inline-error, select.validation-error,
textarea.error-field-error.inline-error, textarea.validation-error{
    background-color: transparent;
    border: 1px solid #f00 !important;
}
.widget.widget-filter input[type="checkbox"] + span, .widget.widget-filter input[type="radio"] + span {
    margin: 7px 0;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #000000;
}
input[type="checkbox"] + span, input[type="radio"] + span {
    margin-right: 5px;
}
.widget-form .sub-form-row {
    display: table;
}
.widget-form .form-row input {
    height: 40px;
}
.widget-form .form-row input[type="radio"], .widget-form .form-row input[type="checkbox"] {
    height: auto;
}
.widget-form button.Zebra_DatePicker_Icon {
    cursor: pointer;
    background: none;
}
.Zebra_DatePicker_Icon_Wrapper:after {
    content: "\f073";
    font-family: 'Fontawesome';
    font-size: 18px;
    position:  absolute;
    right: 10px;
    top: 7px;
}
.widget-form .form-row > label, .widget-form .sub-form-row span {
    width: 200px;
}
.widget-form .radio-checkbox-row {
    margin-top: 0;
    padding-left: 0;
}
.widget-form .sub-form-row > * {
    float: left;
}
.widget-form .sub-form-row span {
    margin-top: 5px;
    width: 200px;
    font-size: 14px;
}
.widget-form .sub-form-row input + span {
    clear: left;
}
.widget-form .sub-form-row input {
    margin: 7px 0;
}
.widget-form .radio-checkbox-row .radio, .widget-form .radio-checkbox-row .checkbox {
    margin: 7px 0;
}
.widget-form .form-row .sub-form-row label {
    width: 202px;
}
.widget-form .sub-form-row {
    margin: 20px 0 0;
}
.widget-form .sub-form-row > label {
    margin-top: 14px;
}

body > .footer .widget-html.footer-details p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #CCCFD1;
}
/*====== End Fixed-width-layout ======*/

.page-content > .v-split-container > .v-split {
    margin: auto;
    width: 1460px;
}

body.page-home .page-content > .v-split-container > .v-split {
    width: 1400px;
    padding: 0;
}
.page-product .page-content > .v-split-container > .v-split {
    width: auto;
}
.widget-container > .page-content > .v-split-container > .v-split .widget,
.widget-container > .page-content > .v-split-container > .v-split .widget.widget-snippet.spaceLeftRight {
    padding-left: 15px;
    padding-right: 15px;
}
.page-home .widget-container > .page-content > .v-split-container > .v-split .widget,
.page-home .widget-container > .page-content > .v-split-container > .v-split .widget.widget-snippet.spaceLeftRight {
    padding-left: 0;
    padding-right: 0;
}
.widget-container > .page-content > .v-split-container > .v-split .widget.widget-snippet,
.widget-container > .page-content > .v-split-container > .v-split .widget.noSpaceLeftRight {
    padding-left: 0;
    padding-right: 0;
}

.body .widget-container .page-content {
    min-height: 350px;
}
.page-content > .v-split-container > .v-split .widget.widget-snippet,
.page-content > .v-split-container > .v-split .widget.noSpaceLeftRight {
    padding-left: 0;
    padding-right: 0;
}

/*======  Inner-layout-control-css ======*/

.widget-pageHeading {
    background: rgba(150, 25, 92, 0.06);
    padding: 80px 0;
    text-align: left;
    margin: 0 auto 100px;
    background-size: cover;
    background-position: center;
}
.page-product .widget-pageHeading, .page-event .widget-pageHeading {
    padding-bottom:0;
}
.widget-pageHeading h1, .widget-pageHeading h2, .widget-pageHeading h6 {
    text-transform: capitalize;
    max-width: 1400px;
    z-index: 1;
    position: relative;
    text-align: center;
    letter-spacing: 0.9px;
    margin: 0 auto;
    padding: 0;
    color: #000;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-family: 'Baskervville', serif;
}
.widget-pageHeading h6{
    font-size:0;
}
/*.widget-pageHeading::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.3);
}*/
.breadcrumb-item .separator {
    padding: 5px;
    font-size: 0px;
    display: inline-block;
}

.breadcrumb-item .label, span.breadcrumb-item {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    font-family: 'Archivo', sans-serif;
}

.breadcrumb-item .separator::after {
    content: '/';
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    font-family: 'Archivo', sans-serif;
}

.breadcrumb-item.root .icon {
    background: none;
    display: inline-block;
    padding: 0px;
    width: auto;
    height: auto;
    margin-right: 5px;
}

.breadcrumb-item.root .icon::after {
    content: 'Home';
    display: inline-block;
    font-family: 'Archivo', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    padding-left:10px;
}
span.breadcrumb-item:first-child:before{
    content:url(../images/arrow.svg);
}
.widget.widget-breadcrumb.page-breadcrumb .breadcrumb-item .separator::after, .widget.widget-breadcrumb.page-breadcrumb .breadcrumb-item.root .icon::after, .widget.widget-breadcrumb.page-breadcrumb span.breadcrumb-item {
    color: #fff;
}

.span.breadcrumb-item:first-child:before, .breadcrumb-item.root .icon:hover::after, .breadcrumb-item .label:hover, span.breadcrumb-item:hover {
    opacity: 0.8 !important;
    color: #000;
}

.widget.widget-breadcrumb {
    width: 100%;
    text-align: left;
    max-width: 1480px;
    margin: -30px auto 25px;
}
.page-event .widget.widget-breadcrumb {
    max-width: 1366px;
}
/*====== End Inner-layout-control-css ======*/

/** Placeholder Start **/

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: 'Archivo', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 19px;
    color: #505050;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'Archivo', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 19px;
    color: #505050;

}

:-ms-input-placeholder {
    /* IE 10+ */
    font-family: 'Archivo', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 19px;
    color: #505050;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-family: 'Archivo', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 19px;
    color: #505050;
}

textarea ::-webkit-textarea-placeholder {
    /* Chrome/Opera/Safari */
    font-family: 'Archivo', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 19px;
    color: #505050;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'Archivo', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 19px;
    color: #505050;
}

:-ms-textarea-placeholder {
    /* IE 10+ */
    font-family: 'Archivo', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 19px;
    color: #505050;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-family: 'Archivo', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 19px;
    color: #505050;
}

textarea::placeholder {
    font-family: 'Archivo', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 19px;
    color: #505050;
}
::placeholder {
    font-family: 'Archivo', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 19px;
    color: #505050;
}





/*========= main menu ========= */
.header .widget.widget-navigation.main-menu .nav-wrapper.horizontal {
    max-width: 100%;
    margin: 0 152px 0 auto;
    text-align: right;
}
.header .widget.widget-navigation.main-menu.header .nav-wrapper.horizontal {
    margin: 0 40px 0 auto;
}
.widget-navigation .navigation-item.has-child {
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.widget-navigation .nav-wrapper.horizontal > .navigation-item.has-child > a span {
    position: relative;
}
.widget-navigation .nav-wrapper.horizontal > .navigation-item.has-child:hover > a span::after {
    color: #FFF;
    opacity: 0.7;
}
.widget-navigation .nav-wrapper.horizontal > .navigation-item.has-child:hover > a{
    color: #FFF;
    opacity: 0.7;
}
.widget-navigation .navigation-item {
    padding: 0 26px 5px;
}
.header .widget-navigation .navigation-item.last{
    padding: 0 0 5px 26px;
}
.header .widget-navigation .navigation-item.first{
    padding: 0 26px 5px 0;
}
.widget-navigation .navigation-item a {
    padding:0 0 5px 0;
    text-decoration: none;
    position: relative;
    font-family: Open Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.45px;
    text-transform: uppercase;
    color: #fff;
}
.widget-navigation .navigation-item.contact >a{
    color: #8460E2;
    padding: 12px 10px;
    width: 220px;
    height: 46px;
    text-align: center;
    position: relative;
    border-radius: 40px;
    background: #FFF;
    box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.12);
    font-size: 17px;
    font-family: Clash Display;
    font-style: normal;
    font-weight: 600;
}
.widget-navigation .navigation-item.contact.active >a,
.widget-navigation .navigation-item.contact >a:hover{
    background: #d9413e;
    color:#fff;
}
.widget-navigation.top-left-menu .nav-wrapper.horizontal {
    text-align: left;
}
.widget-navigation .navigation-item:first-child a {
    padding-left: 0;
}

.widget-navigation .navigation-item a span {
    position: relative;
}

.widget-navigation .navigation-item a:hover span::before {
    height: 5px;
}
.widget-navigation .navigation-item.has-child a span::before {

}
.widget-navigation .navigation-item.has-child a:hover,
.widget-navigation .navigation-item a:focus{
    color: #FFF;
    opacity: 0.7;
}
.widget-navigation .navigation-item a:hover{
    opacity: 0.7;
    color: #fff;
}
.widget-navigation .navigation-item.active a{
    color: #fff;
}
.widget-navigation.main-menu .nav-wrapper.horizontal>.navigation-item.active>a:before, .widget-navigation.main-menu .nav-wrapper.horizontal>.navigation-item:hover>a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 3px;
    background: #fff;
}
.widget-navigation .navigation-item-child-container .navigation-item.last a, .widget-navigation .navigation-item-child-container .navigation-item.last a:hover {
    background-color: transparent;
    border-radius: 0;
    margin: 0;
}
.widget-navigation .nav-wrapper.horizontal > .navigation-item.has-child > a span::after {
    content: '\f107';
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-family: "FontAwesome";
    right: 0;
    margin-left: 7px;
    font-weight: bold;
}
.widget-navigation .nav-wrapper.horizontal>.navigation-item.active>a:before, .widget-navigation .nav-wrapper.horizontal>.navigation-item:focus>a:before, .widget-navigation .nav-wrapper.horizontal>.navigation-item:hover>a:before {
    left: 0;
    right: 0;
}
.widget-navigation .nav-wrapper.horizontal>.navigation-item.has-child a:before {
    display: none
}
.widget-navigation .navigation-item.contact > a:before {
    display:none
}
.horizontal > .has-child > .navigation-item-child-container {
    width: 230px;
    text-align: left;
    padding: 0;
    transform: translateX(-50%);
    margin:-5px 0 0;
    left: 50%;
    top: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 3px 20px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px 2px rgba(67, 67, 67, 0.1);
}
.navigation-item .navigation-item-child-container::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    z-index: 0;
    width: 15px;
    height: 15px;
    background: #fff;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    position: absolute;
    transform: rotate(45deg);
    transition: all 300ms ease-out 0s;
}
.widget-navigation .horizontal .navigation-item .navigation-item-child-container .navigation-item {
    margin-right: 0;
}
.widget-navigation .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
    margin: 0;
    text-align: center;
    padding: 15px 5px;
    background: #fff;
    color: #000;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.45px;
    text-transform: uppercase;
}
.widget-navigation .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover {
    color: #fff;
    background: #95185b;
    opacity: unset;
}
.widget-navigation .horizontal .navigation-item .navigation-item-child-container .navigation-item a::after, .widget-navigation .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover::after, .widget-navigation .horizontal .navigation-item .navigation-item-child-container .navigation-item a:focus::after, .widget-navigation .horizontal .navigation-item .navigation-item-child-container .navigation-item.active a::after {
    display: none;
}
.horizontal .navigation-item .navigation-item-child-container .navigation-item {
    padding: 0px;
}
.horizontal .navigation-item .navigation-item-child-container .navigation-item a {
    display: block;
    position: relative;
    border-bottom: 1px solid rgb(245, 245, 245);
    color: #000;
}
.horizontal .navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container {
    left: 230px;
}
.horizontal .navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container::before {
    top: 18px;
    left: -6px;
}
.horizontal .navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container {
    left: 160px;
}

/*end:menu*/

div.jssor-slider-container .slide {
    display: none;
}
div.jssor-slider-container[jssor-slider="true"] .slide {
    display: block;
}
div.jssor-slider-container .container, div.jssor-slider-container {
    width: 100%;
    height: 760px;
    padding: 0 !important;
    text-align: center;
}
div.jssor-slider-container {
    margin: 0 auto;
}
div.jssor-slider-container .jssora20l, div.jssor-slider-container .jssora20r, div.jssor-slider-container .slide {
    display: none;
}
div.jssor-slider-container[jssor-slider="true"] .slide, div.jssor-slider-container[jssor-slider="true"] .jssora20l, div.jssor-slider-container[jssor-slider="true"] .jssora20r {
    display: block;
}
.widget.widget-gallery.home-slider::before {
    content: "";
    height: 64px;
    left: 50% !important;
    margin-left: -32px !important;
    margin-top: -32px !important;
    position: absolute;
    top: 50%;
    width: 64px;
    background: url("../images/loading.gif");
    display:none;
}
.jssor-slider-container .jssor-loader .loader-2{
    background: url("../images/loading.gif") no-repeat center center;
}
div.jssor-slider-container div {
    background-color: transparent !important;
}
div.jssor-slider-container .slide:after{
    background-color: transparent !important;
}
div.jssor-slider-container .jssorb03 div {
    width: 6px !important;
    height: 6px !important;
    border-radius: 15px;
    display: inline-block;
    vertical-align: middle;
    bottom: 55px !important;
    background: rgba(255, 255, 255, 0.3) !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    background-image: none !important;
    opacity: 1;
    font-size: 0;
    margin: 0 4px;
}
div.jssor-slider-container .jssorb03 div.av {
    background-color: #fff !important;
    width: 9px !important;
    height: 9px !important;
}
div.jssor-slider-container .jssorb03 div.av span{
    font-size: 0;
}

div.jssor-slider-container .slide:after{
    display:none;
}
div.jssor-slider-container .slide:before {
    position:absolute;
    content:"";
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:111;
    background:rgba(0,0,0,0.5);

}
div.jssor-slider-container .container > div{
    opacity:1 !important;
}
.jssor-slider-container .jssorb03 {
    width: 100% !important;
    left: 50% !important;
    transform: translateX(-50%);
}
/* ============================================== Start Footer Design ==============================================*/

body > .footer .widget-title {
    padding: 0;
    margin: 0 0 12px;
    color: #000;
    font-family: 'Baskerville';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.465px;
    text-transform: uppercase;
    opacity: 0.8;
    font-family: Inter;
}

body > .footer .vertical .navigation-item {
    padding: 0;
}
body > .footer .vertical .navigation-item a {
    border-bottom: none;
    display: inline-block;
    padding: 0;
    transition: all 300ms ease-out 0s;
    text-decoration: none !important;
    text-transform: capitalize;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    opacity: 0.8;
    color: #000;
}
body > .footer .vertical .navigation-item.active > a {
    color: #000;
    opacity: 0.8;
}
body > .footer .vertical .navigation-item a:hover{
    color: #95185b;
    opacity: unset;
}
.widget-html.footer-logo-content p {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #FFFFFF;
    opacity: 0.8;
}

.widget-newsletter label {
    width:100%;
    line-height: 26px;
}
.widget-newsletter input[type="text"]{
    border: 0;
    border-bottom:1px solid #fff;
    border-radius:0;
    padding: 14px 0;
    background:transparent;
    margin: 20px 0 0;
    height: 54px;
}
.widget-newsletter input[type="text"]:focus{
    border-bottom: 1px solid #D9413E !important;
}

.widget-newsletter input[type="text"].validation-error{
    border: 0 !important;
    border-bottom: 1px solid #e64343 !important;
}

.widget-newsletter .form-row.button-container .newsletter-subscription.submit-button{font-family: 'Archivo', sans-serif;font-style: normal;font-weight: 500;font-size: 17px;line-height: 26px;letter-spacing: 0.01em;color: #FFFFFF;position: absolute;top: -70px;right: 0;border-radius: 0;width: auto;padding: 14px 0;border: 0;box-shadow: none;max-width: 88px;background: transparent;margin: 0;text-transform: capitalize}

/*********Contact Us************/
.widget-form.contact-form .widget-title {
    padding-bottom: 20px;
    color: #000;
    font-size: 30px;
    font-family: Archivo;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.6px;
}
.widget.widget-form.contact-form form {
    max-width: 710px;
    margin: 5px auto 90px;
    background: #FFFFFF;
}
.widget.widget-html.contact-map .widget-title {
    padding: 50px 60px 0px;
    font-family: 'Erode';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 100%;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: -1px;
    border-radius: 0;
}
.widget.widget-html.contact-map .widget-title {
    padding: 20px 0 40px;
}
.contact-form .form-template .form-row label{
    color: #000;
    font-size: 14px;
    font-family: Archivo;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom:8px
}
.contact-form .form-template .form-row input[type=text], .contact-form .form-template .form-row textarea {
    color: #000;
    height: 44px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.24);
    background: #FFF;
    padding: 12px 15px;
}
.contact-form .form-template .form-row input[type=text]:focus, .contact-form .form-template .form-row textarea:focus {
    border: 1px solid #000;
}
.contact-form .form-template .form-row textarea{
    height:165px;
}
.contact-form .form-template .form-row.btn-row button.submit-button {
    max-width: 275px;
    width:100%;
    background: #D9413E;
    box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.12);
    padding: 13px 20px;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-family: Clash Display;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.9px;
    border:0;
}
.contact-form .form-template  .form-row.btn-row button.submit-button:hover{
    background:#000;
}
.widget-form.contact-form {
}
.widget-form.contact-form .radio-checkbox-row {

}
.widget-form.contact-form .radio-checkbox-row .radio, .widget-form.contact-form .radio-checkbox-row .checkbox {
    margin: 8px 0;
    padding: 0;
    display: block;
}
.widget-form .radio label::before {
    width: 18px;
    height: 18px;
    border: 1px solid #808080;
}
.widget-form .radio label::after {
    background-color: #d9413e;
    border-color: #d9413e;
}
.widget-form .checkbox input[type="checkbox"]:checked+label::before, .widget-form .radio input[type="radio"]:checked+label::before {
    background-color: #d9413e;
    border-color: #d9413e;
}
.widget.widget-html.contact-map {
    margin: -100px -30px 0;
    padding: 0;
    background: #fff;
}
.edit-page-with-layout .widget.widget-html.contact-map {
    margin-top:0
}
.edit-page-with-layout .widget.widget-snippet .address-content{
	position: relative;
	bottom:unset;
}
body.widget-snippet .our-service .full-area .items .single-item .text-area, body.widget-snippet .fees-area .full-area .left-area ul li b.optional-text{
	z-index: unset;
	opacity: unset;
}
.widget.widget-html.contact-map figure {
  margin: 0 0 -7px;
}
.contact-form .form-template .double-input-row .form-row {
    margin-bottom: 10px;
}
.contact-form .form-template .form-row.btn-row label {
    display: none;
}
.widget-form .single-input-row .form-row {
    margin-bottom: 30px;
}
.widget-form .single-input-row .form-row.widget-title h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    padding:0;
    margin:0;
    text-transform: inherit;
}
.widget-form .single-input-row .form-row.widget-title{
    margin-top: 5px;
}
/** Placeholder Start **/
.contact-form input::-webkit-input-placeholder {
    line-height: 24px;
    color: rgba(0, 0, 0);
}

.contact-form::-moz-placeholder {
    line-height: 24px;
    color: rgba(0, 0, 0);
}

.contact-form:-ms-input-placeholder {
    line-height: 24px;
    color: rgba(0, 0, 0);
}

.contact-form:-moz-placeholder {
    line-height: 24px;
    color: rgba(0, 0, 0);
}


.contact-form textarea ::-webkit-textarea-placeholder {
    line-height: 24px;
    color: rgba(0, 0, 0);
}
.contact-form  textarea::-webkit-input-placeholder {
    line-height: 24px;
    color: rgba(0, 0, 0);
}

/* Firefox 18- */
.contact-form  textarea:-moz-placeholder {
    line-height: 24px;
    color: rgba(0, 0, 0);
}

/* Firefox 19+ */
.contact-form  textarea::-moz-placeholder {
    line-height: 24px;
    color: rgba(0, 0, 0);
}

.contact-form  textarea:-ms-input-placeholder {
    line-height: 24px;
    color: rgba(0, 0, 0);
}

.contact-form textarea::placeholder {
    color: rgba(0, 0, 0);
}
.contact-form input[type="text"].validation-error {
    background-color: #fee !important;
    border: 1px solid #f00 !important;
}
.contact-form  input:-internal-autofill-selected {
    background-color: #020d0a !important;
}
.widget.widget-form.contact-form form .message-block.info-message, .widget.widget-form.contact-form form .message-block.success {
    display:none;
}
/**********end contact us**************/
.widget.widget-snippet .banner-area {
    background-position: right;
}
.header > .widget-container ,
.footer > .widget-container{
    max-width: 1460px;
    width: 100%;
}
body > .header::before {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 60px;
    content: '';
    background: #95185B;
}
.widget.widget-image.header-logo{
    max-width: 300px;
    margin: 0 auto;
}
.widget.widget-image.header-logo img {
    width: 100%;
    object-fit: contain;
	padding:7px 0 11px;
}
.widget-article.back-to-top p span.goToTop{
    cursor: pointer;
    display: block;
    padding: 0;
    position: relative;
    width: 14px;
    height:22px;
    float: right;
}
.widget-article.back-to-top p span.goToTop:after{
    content: "";
    transition: all 300ms ease 0s;
    width: 14px;
    height:22px;
    background: url(../images/back-to-top.svg) no-repeat;
    display: block;
    position: absolute;
    right: 0;
    top: 2px;
    background-position: 0 0;
}
.widget-article.back-to-top p span.goToTop:hover:after{
    background-position: 0 -55px;
}

.widget-article.back-to-top p {
    margin: 0;
    padding: 0;
}
/*start:testimonial*/
.widget.widget-html.testimonial-title {
    padding: 30px 0;
    padding-right: 0px;
    padding-left: 0px;
    background: url('../images/client-testimonial-title-bg.png');
}
.widget.widget-html.testimonial-title h2{
    color: #000;
    text-align: center;
    font-family: Youth;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: 61px;
    max-width: 680px;
    margin: 0 auto;
}
.widget-html.widget-title h2 {
    color: #171733;
    text-align: center;
    font-family: Armin Grotesk;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 66px;
    margin:112px 0 0;
    display:block;
}
.widget-gallery.client-testimonials {
    margin: -10px auto -250px;
    padding: 33px 0 420px 0;
    position: relative;
    display: block;
    background: url('../images/client-testimonial-bg.png');
    background-size: cover;

}
.widget-gallery.client-testimonials .widget-title {
    font-size: 43px;
    font-family: 'AtramentSemiBold';
    text-transform: uppercase;
    color: #fff;
    text-align: left;
    position: relative;
}

.widget-gallery.client-testimonials .owl-carousel {
    margin: 0 auto;
}

.widget-gallery.client-testimonials .owl-carousel .item{
    position: relative;
}
.widget-gallery.client-testimonials .owl-carousel .item:before{
    position: absolute;
    width: 100%;
    height: 1px;
    content: '';
    bottom:0;
    left: 0;
    background: #8DD8E7;
}
.widget-gallery.client-testimonials .owl-carousel .owl-item:nth-of-type(even) .item:before{
    background: #FDC69B;
}
.widget-gallery.client-testimonials .owl-carousel .owl-item:nth-of-type(3n+2) .item:before{
    background: #FEC51F;
}
.widget-gallery.client-testimonials .owl-carousel .owl-stage-outer {
    max-width: 1660px;
    margin: 0 0 0 auto;
}
.widget-gallery.client-testimonials .owl-carousel .owl-item {
    position: relative;
    float: right;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 52px 50px 60px 50px;
    text-align: left;
    border-radius: 18px;
    border: 1.02px solid #8DD8E7;
    background: linear-gradient(242deg, #DCFCFB -46.34%, #FFF 29.28%, #FFF 89.55%, #FDC69B 133.53%);
}
.widget-gallery.client-testimonials .owl-carousel .owl-item:nth-of-type(even){
    border: 1.02px solid #FDC69B;
    background: linear-gradient(243deg, #FDC69B -62.94%, #FFF 26.68%, #FFF 89.71%, #FED521 139.12%);}
.widget-gallery.client-testimonials .owl-carousel .owl-item:nth-of-type(3n+2){
    border: 1px solid #FEC51F;
    background: linear-gradient(242deg, #FED521 -46.34%, #FFF 29.28%, #FFF 89.55%, #8DD8E7 133.53%);
}
.widget-gallery.client-testimonials .owl-carousel .owl-item:nth-of-type(even):before{
    content: url('../images/quotation-two.svg');
}
.widget-gallery.client-testimonials .owl-carousel .owl-item:nth-of-type(3n+2):before{
    content: url('../images/quotation-three.svg');
}
.widget-gallery.client-testimonials .owl-carousel .owl-item::before{
    position: absolute;
    content: url('../images/quotation-one.svg');
    width: 40px;
    height: 25px;
    left: 43px;
    top: 50px;
}

.widget-gallery.client-testimonials .owl-carousel .owl-item .article-content p {
    margin: 0;
    padding: 0 0 15px 45px;
    color: #000;
    font-family: Aeonik;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    opacity: 0.9;
    position: relative;
}
.widget-gallery.client-testimonials .owl-carousel .owl-item .article-content p:last-of-type{
    padding: 0 0 50px 45px;
}
.widget-gallery.client-testimonials .owl-carousel .owl-item .article-content h4 {
    padding:35px 0 0 45px;
    float:left;
    font-family: Youth;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.344px;
    margin: 0;
}
.widget-gallery.client-testimonials .article-title {
    display:none;
}
.widget-gallery.client-testimonials .owl-carousel .owl-item .article-content figure{
    padding:0;
    margin:0;
    float: left;
}
.widget-gallery.client-testimonials .owl-carousel .owl-item .article-content figure img{
    max-width:50px
}
.widget-gallery.client-testimonials .owl-theme .owl-controls {
    text-align: center;
    margin:50px 0 0;
}
.widget-gallery.client-testimonials .owl-theme .owl-controls .owl-nav {
    margin: 0 auto;
}
.widget-gallery.client-testimonials .owl-theme .owl-controls .owl-nav .owl-prev {
    height: 50px;
    padding: 0;
    width: 80px;
    font-size: 0;
    background-color: transparent;
    background-image:url(../images/left-arrow.svg);
    background-repeat:no-repeat;
    margin: 0 30px 0 0;
}
.widget-gallery.client-testimonials .owl-theme .owl-controls .owl-nav .owl-prev:hover {
    opacity: 0.6;
}
.widget-gallery.client-testimonials .owl-theme .owl-controls .owl-nav .owl-next {
    width:80px;
    border-right: 0;
    box-sizing: border-box;
    border-radius: 4px;
    height: 50px;
    padding: 0;
    font-size: 0;
    background-color: transparent;
    background-image: url(../images/right-arrow.svg);
    background-repeat: no-repeat;
    margin:0;
}
.widget-gallery.client-testimonials .owl-theme .owl-controls .owl-nav .owl-next:hover {
    opacity: 0.6;
}
/* ====== End testimonial home section end ==========*/

.widget.widget-article.footer-copyright p strong,
.widget.widget-article.footer-copyright p a{
    color: #000;
    font-family: Open Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    opacity: 0.53;
}
.widget.widget-article.footer-copyright p b {
    font-weight: 400;
    padding: 0 5px;
    color: #000;
    opacity: 0.53;
}
.widget.widget-article.footer-copyright a{
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.widget.widget-article.footer-copyright a:hover{
    color:#95185B;
    opacity: unset;
}
.widget.widget-article.get-in-touch h5{
    color: #000;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    padding: 0;
    margin: 0 0 5px;
    opacity: 0.8;
}
.widget.widget-article.get-in-touch p{
    padding: 0;
    margin: 0 0 5px;
}
.widget.widget-article.get-in-touch p b,
.widget.widget-article.get-in-touch p a{
    color: #000;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    opacity: 0.8;
}
.widget.widget-article.get-in-touch p a{
    text-decoration: none;
}
.widget.widget-article.get-in-touch p a:hover{
    transition: all 300ms ease-out 0s;
    color:#A74077;
    opacity: unset;
}
/*start: tab section css */
.widget.widget-html.faq-title {
    margin: 0 auto;
    text-align: center;
    padding: 120px 0 20px;
    background: url('/template/668f1618/images/faq-title-bg.png');
    background-size: cover;
}

.widget-html.faq-title * {
    margin: 0 auto;
    color: #000;
    text-align: center;
    font-family: Youth;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: 62px;
    max-width: 550px;
    text-transform: unset;
}
.widget-tabAccordion {
    padding: 80px 0 140px;
    background: #f9f9f9;
}
.widget-tabAccordion {
    background: url('/template/668f1618/images/faq-bg.png') no-repeat;
    padding: 40px 0 75px;
    background-size: cover;
}
.accordion-panel {
    padding: 0;
    max-width: 975px;
    margin: 0 auto;
}
.accordion-panel>.label-bar .toggle-icon {
    right: 18px;
    left: auto;
    top: 18px;
}
.accordion-panel>.accordion-item.collapsed:first-of-type {
    display: block !important;
}

.accordion-panel>.label-bar {
    height: auto;
    padding: 38px 60px 35px 50px;
    z-index: 1;
    margin: 0 0 25px;
    color: #000;
    font-family: Aeonik;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.36px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.03);
    border: 0;
}
.accordion-panel>.label-bar:first-child {
    border-top: 0;
}

.accordion-panel>.label-bar.expanded {
    height: auto;
    color: #000;
    border-top-right-radius: 20px;
    background: #FFF;
    box-shadow: none;
    border: 0;
    border-top-left-radius: 20px;
    padding: 38px 60px 5px 50px;
}

.accordion-panel>.accordion-item.expanded {
    padding: 0;
    background: transparent;
    border: none;
    box-sizing: border-box;
    margin-top: 0;
    border-top: 0;
    color: #000;
    border-bottom-right-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.03);
    border: 0;
    border-bottom-left-radius: 20px;
    padding: 10px 50px 38px;
}

.accordion-item.expanded p {
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.9);
}

.accordion-panel>.label-bar .toggle-icon {
    height: 24px;
    width: 24px;
    background-image: url("../images/plus-minus.svg");
    right: 42px;
    left: auto;
    top:40px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.accordion-panel>.label-bar {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-overflow: unset;
    white-space: unset;
}

.accordion-panel>.label-bar:hover, .accordion-panel>.label-bar.expanded {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;

}
.accordion-panel>.label-bar:hover{
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    color: #fc450f;
}
.accordion-panel>.label-bar.expanded .toggle-icon {
    background-position: 0px -47px;
}

.accordion-panel>.accordion-item.expanded .wc-tab-accordion-widget {
    padding: 0;
}
.accordion-panel>.accordion-item.expanded .wc-tab-accordion-widget p{
    color: #000;
    font-family: Aeonik;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    opacity:0.7;
    padding: 0 0 15px;
    margin: 0;
}
.accordion-panel>.accordion-item.expanded .wc-tab-accordion-widget p:last-of-type{
    padding: 0;
}
.accordion-panel>.accordion-item.collapsed {
    padding: 0;
    border: 0;
    background: transparent;
}

.accordion-panel>.accordion-item.collapsed p {
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.9);
}
/**********end*******
.widget-search.search-box input {
    width: 100%;
    border: 0px;
    height: 36px;
    color: #fff;
    border-radius: 0;
    padding: 8px 10px 8px 40px;
    background: #A74077;
    color: #EAD2DF;
    font-family: Open Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.45px;
}
.search-box input::-webkit-input-placeholder { 
    color: #FFF;
    font-family: Open Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.45px;
    opacity: 0.7;

}
.search-box input:-ms-input-placeholder { 
    color: #FFF;
    font-family: Open Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.45px;
    opacity: 0.7;
}
.search-box input::placeholder {
    color: #FFF;
    font-family: Open Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.45px;
    opacity: 0.7;
}
.widget-search.search-box form{
    padding: 0;
}
.widget-search.search-box input{
    margin:0;
}
.widget-search.search-box button {
    width: 18px;
    height: 18px;
    border: 0;
    padding: 0;
    position: absolute;
    font-size: 0px;
    padding: 0;
    min-width: auto;
    top: 0;
    left: 0;
    background: transparent;
    margin-left: 0;
}
.widget-search.search-box button:before {
    content: "";
    background: url("../images/search-icon.svg") no-repeat;
    width: 22px;
    height: 20px;
    position: absolute;
    display: inline-block;
    top: 8px;
    left:14px;
}
**********/
.quick-preview-search-input-box .search-box {
    min-width: 100%;
    max-width: 250px;
}
.quick-preview-search-input-box .search-box>button.search-icon {
    width: auto;
}
.quick-preview-search-input-box .search-box input {
    height: 40px;
}

/***********/
.widget.widget-spacer.footer-spacer{
    height: 1px !important;
    opacity: 0.2;
    background: #96195C;
}

.widget.widget-snippet.all-testimonials .testimonial-area {
    background: #fff;
    padding: 0 0 100px;
}
.widget.widget-snippet.all-testimonials .testimonial-area .full-area h2{
    display: none;
}
.widget.widget-snippet.all-testimonials .testimonial-area .full-area .all-testimonial-link a{
    display: none;
}
.widget.widget-snippet.all-testimonials .testimonial-area .full-area .item .single-item{
    margin:0;
}
.widget-snippet .testimonial-area .full-area .item .single-item .top-text {
    min-height: 300px;
}

.widget.widget-html.testimonial-top-area{
    padding: 0 0 50px;
    max-width: 1460px;
    margin: 0 auto;
}

.widget.widget-html.testimonial-top-area h4 {
    color: #95185B;
    text-align:left;
    font-family: Open Sans;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.578px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
.widget-snippet .testimonial-area .full-area{
    max-width:1460px;
    padding:0 30px;

}
.widget.widget-snippet.all-testimonials .testimonial-area .full-area{
    padding: 0;
}
.widget-article p.strong-text {
    font-weight: 600;
}
.widget-article.title-info h6 {
    padding: 0;
    margin: 25px 0 15px 0;
}
.widget-article h6.inner-title{
    margin-top: 20px;
}
.widget-article a.privacy-btn{
    margin: 50px 0 0;
    color: #FFF;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    max-width: 252px;
    padding: 14px 10px;
    border: 1px solid #fff;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background: #95185B;
    text-decoration: none;
}
.widget-article a.privacy-btn:hover{
    background: #000;
    color: #fff;
}
/*Start Search Page*
.entire-search .total-result {
    text-align: center;
    color: #95185B;
    padding-bottom: 60px;
    padding-top: 15px;
}
.entire-search .search-result > .title {
    text-align: left;
    padding: 0 0 30px 15px;
    border-top: 0;
    border-bottom: 0;
}
.search-result.products .pagination span.prev:before {
    top: -7px;
}
.search-result.products .pagination span.next:before {
    top: -7px;
}
.entire-search .search-results .search-result {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.entire-search .search-result.pages .title.page {
    padding: 0 0 15px 0;
    border-bottom: 1px solid #f0f3ed;
}
.entire-search .search-results .page a {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 14px;
}
.entire-search .search-results .page .title {
    margin-right: 14px;
}
.entire-search h2 {
    font-size: 32px;
    padding-bottom: 0;
    color: #000;
    text-align: center;
}
.entire-search .search-results .search-result .title.product {
    font-size: 24px;
    color: #333;
}
.search-result .pagination-literal-status, .search-result .pagination {
    font-size: 16px;
    margin-top: 5px;
}
.page-search-result .block-content-wrap .btn-add .add-to-cart-button.button.et_pdp_add_to_cart:before {
    margin-top: -9px;
}
.page-search-result .page-content .footer {
    background: none;
    border-top: 1px solid rgba(112,112,112,0.10);
    padding-top: 0;
    text-align: left;
    clear: both;
    padding: 20px 0 40px;
    margin-top: 40px;
}
.entire-search .search-results .page a:hover {
    color: #95185B;
}
.search-results .page .page-read-more {
    color:#95185B;
}
.search-results .page .page-read-more:hover {
    color: #95185B;
    text-decoration: underline;
}
.search-results .page .summary {
    font-size: 16px;
}
.entire-search .search-results .page a:hover {
    color: #95185B;
    text-decoration: underline;
}
.entire-search span.search-result-type {

}
.search-result .pagination-literal-status, .search-result .pagination {
    font-size: 16px;
    margin-top: 0;

}
.entire-search .page-result-footer {
    border-top:1px solid #f0f3ed;
    padding-top:20px;
}
.entire-search {
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 30px;
}
.search-results .page .summary {
    margin: 15px 0;
}
/*End Search Page*/
.pagination span {
    border: none;
    cursor: pointer;
    margin: 0 5px;
    padding: 3px 8px;
    box-shadow: none;
    display: inline-block;
    background-image: none;
    color: #000;
    font-size: 18px;
    font-weight: 700;
}
.pagination span.first, .pagination span.last {
    display: none;
}
.pagination span.page-number.current {
    color: #95185b;
    background: none;
    border: 0;
}
.pagination span.prev {
    position: relative;
    margin: 0 15px 0 0;
    padding: 0;
    font-size: 0 !important;
}
.pagination span.prev:before {
    content: "\f104";
    position: absolute;
    left: 0;
    top: -7px;
    color: #000;
    font-size: 18px;
    font-family: 'FontAwesome';
}
.pagination span.next {
    position: relative;
    margin: 0 0 0 10px;
    padding: 0;
    font-size: 0 !important;
}
.pagination span.next:before {
    content: "\f105";
    position: absolute;
    left: -8px;
    top: -7px;
    color: #000;
    font-size: 18px;
    font-family: 'FontAwesome';
}
.pagination span:hover{
    color: #95185b;
}

.widget-article .page_404 {
    text-align: center;
    max-width: 550px;
    margin: 0 auto;
}
.widget-article .page_404 .ops {
    color: #000;
    font-size: 75px;
    font-weight: 700;
    line-height: normal;
}
.widget-article .page_404 .ops .big_font {
    color: #95185b;
    font-size: 104px;
    margin-right: -17px;
}
.widget-article .page_404 .big {
    color: #95185b;
    font-size: 104px;
    margin-left: -17px;
}
.widget-article .page_404 .error {
    font-size: 38px;
    color: #95185b;
    line-height: 30px;
    margin: 15px 0 25px 0;
    font-weight: 600;
}
.widget-article .page_404 p {
    color: #000;
    font-size: 18px;
    margin-top: 0;
    text-align: center;
}
.widget-article .page_404 a{
    margin: 35px auto 0;
color: #FFF;
font-family: Open Sans;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.8px;
text-transform: uppercase;
display: block;
width: 100%;
max-width: 252px;
padding: 14px 10px;
border: 1px solid #fff;
text-align: center;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
background: #95185B;
text-decoration: none;
}
.widget-article .page_404 a:hover{
    background: #000;
    color: #fff;
}
.widget-snippet .testimonial-area .full-area .item .single-item .top-text p {
    margin: 0;
}
.widget-snippet .testimonial-area .full-area .item .single-item .top-text{
    min-height: unset;
}
.widget-snippet .our-service .full-area .items .single-item .image-area::before {
  z-index: 1;
}
.widget-snippet .our-service .full-area .items .single-item .text-area {
  z-index: 11;
}
 .widget.widget-snippet.all-service .our-service {
  padding: 0;
}
.widget.widget-snippet.all-service  .our-service .full-area .items .single-item {
  margin: 0;
}
.widget.widget-snippet.all-service  .our-service .full-area a.bottom-btn,
.widget.widget-snippet.all-service  .our-service .full-area h2{
display:none;
}
.widget.widget-snippet.all-service .our-service .full-area{
    max-width: 1400px;
    margin: 0 auto;
    padding:0;
}
.page-content > .v-split-container > .v-split.fee-fixed-width-content,
.widget-container > .v-split-container .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split-container > .v-split.fee-fixed-width-content {
    width: auto;
}
.fee-fixed-width-content {
    padding-left: calc(50% - 700px) !important;
    padding-right: calc(50% - 700px) !important;
}
.fee .our-service .full-area .items .single-item {
    padding: 10px;
}