/*
Theme Name: Shilabs
Description: Shilabs is works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail.
Author: Shilabs team
Author URI: https://shilabs.digital/
Version: 1.0
License: GNU General Public License
License URI: 
Tags: Websites
Text Domain: Shilabs
*/

/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Typography
 * 3.0 - Elements
 * 4.0 - Forms
 * 5.0 - Links
 * 6.0 - Alignments
 * 7.0 - Clearings
 * 8.0 - Widgets
 * 9.0 - Content
 *    9.1 - Posts and pages
 *    9.2 - Comments
 * 10.0 - Media
 *    10.1 - Captions 	
 *    10.2 - Galleries
 * 11.0 - Multisite
 */

/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
 

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


 html {}

body {font-family: "Montserrat", sans-serif;	margin: 0; overflow-x:hidden; line-height:30px; font-size:15px; color:#000; font-weight:400;}

article,
aside,
details,
figcaption,
figure,
footer,
header,
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;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
	    max-width: 100%;
    height: 48px;
    border:1px solid #ddd !important;width:100%; color:#757575;background: #fff;
    padding: 4px 10px 4px 10px;
}
.wpcf7-list-item.first{ margin-left:0;}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top; height:92px;
}

optgroup {
	font-weight: bold;
}


/**
 * 2.0 - Typography
 */

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both; margin:0 !important;line-height: 1.3; font-weight:400;
}


h1{font-size:56px;padding:0px;color:#000;font-family: "El Messiri", sans-serif;}

h2{font-size:32px;padding:0 0 10px 0; color:#000; font-family: "El Messiri", sans-serif;}

h3{font-size: 24px;padding:0 0 20px 0;color:#000;font-family: "El Messiri", sans-serif;}

h4{font-size: 20px;padding:0 0 20px 0;}

h5{font-size: 18px;padding:0 0 20px 0;}

h6{font-size: 16px;padding:0 0 20px 0;}

.subtitle_font{font-family: "Montez", cursive!important; color:#f8b1b0; font-size:44px; padding-bottom:0;}

body.single .vinci_blog_content .entry-content p,
p{margin:0; padding:0 0 20px 0; color:#000;}
body.single .vinci_blog_content .entry-content p:last-child,
p:last-child{margin:0; padding:0 0 0px 0;}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border: 0 solid #ccc;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	padding: 0 0 0 1.263157895em;
}
blockquote.wp-block-quote.is-style-large{border-left-width: 0px; padding:0;}
blockquote p{ padding:0;}
blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #1a1a1a;
	/*display: block;*/
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}
blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}

.wp-block-pullquote blockquote{border-left-width: 0px; margin:0; padding:0;}
.entry-content .wp-block-pullquote cite {
    color: inherit;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}

abbr,
acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}

mark,
ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/**
 * 3.0 - Elements
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

ul,
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
}

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #b1ccf4;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 1px 1px 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	width: 100%; font-size:17px; line-height:24px;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 0px 0px 0;
	font-weight: 700; background:#0f51b1; color:#fff;
}

td {
	border-width: 0 0px 0px 0;
}

th,
td {
	padding: 0.6375em 0.8375em;
}
table tr:nth-child(2n) {
	background-color: #fff;
}
table tr:nth-child(2n+1) {
	background-color: #edf4ff;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
opacity: 1;
}

:-moz-placeholder {
opacity: 1;
}

::-moz-placeholder {
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
opacity: 1;
}


/**
 * 4.0 - Forms
 */

input {
	line-height: normal;
}

button,
button[disabled]:hover,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="submit"],
input[type="submit"][disabled]:hover{
	border: 0;
	color: #eee; background:#ea7d7b;border:1px solid transparent;
	letter-spacing:1px;
	line-height: 1;
	padding: 0.84375em 0.875em 0.78125em;min-width: 140px; border-radius:5px;
	text-transform: uppercase; font-size:16px;
}
input[type="submit"]:hover{ background:#000;}
input[type="date"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	border:1px solid #ddd !important;background: none;
	padding:5px 18px; 
	width: 100%;
	border-radius:4px;background: #fff;
}
input[type="date"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"]{height:48px; border:6px;}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	border:1px solid #ff9f9f;
	outline: 0;
}

.post-password-form {
	margin-bottom: 1.75em;
}

.post-password-form label {
	color: #000;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}

.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}
.woocommerce-product-search,
.search-form {
	position: relative;
}

input[type="search"].search-field {
	border-radius:0;width:100%; border:1px solid #ccc;height: 40px; background:#fff;
	/*width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);*/
}
.woocommerce-product-search [type="submit"],
.search-submit {
	border-radius:0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 5px;
	width: 42px; background:none;min-width:auto; background: url(img/search_icon.jpg) no-repeat center 4px;height: 30px; border-left:1px solid #ccc;
}
.woocommerce-product-search [type="submit"]{width:80px;}


/**
 * 5.0 - Links
 */

a {
	color:#ea7d7b;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #393939;
}

a:focus,
a:hover,
a:active {
	outline: 0;
}

.pagination {
	font-size: 18px;
	font-size: 1.2; margin: 0px 0 70px 0 !important; text-align: center;
}
.pagination .nav-links {
	padding-right: 0;text-align: center;
	position: relative;
}

.pagination .nav-links:before,
.pagination .nav-links:after {
	color: #fff;
	font-size: 32px;
	line-height: 51px;
	opacity: 0.3;
	position: absolute;
	width: 52px;
	z-index: 1;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: absolute !important;
}
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.pagination .page-numbers {
	display: inline-block;
	letter-spacing: 0.013157895em;
	line-height: 1;
	margin: 0 0.7368421053em 0 -0.7368421053em;
	padding:10px 12px;
	text-transform: uppercase; background: #eee;color:#000;min-width: 40px; text-align: center;
}
.pagination .page-numbers:hover,
.pagination .current {
	display: inline-block;
	font-weight: 700;background: #f8b1b0; color:#fff;
}

.pagination .prev,
.pagination .next {
	background-color: #1a1a1a;
	color: #fff;
	display: none;
	height: 52px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 52px;
	z-index: 2;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
	height: 53px;
	line-height: 52px;
	position: relative;
	width: 53px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #007acc;
	color: #fff;
}

.pagination .prev:focus,
.pagination .next:focus {
	outline: 0;
}

.pagination .prev {
	right: 54px;
}
.pagination .next {
	right: 0;
}

.image-navigation,
.comment-navigation {
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	line-height: 1.6153846154;
	margin: 0 0 2.1538461538em;
	padding: 1.0769230769em 0;
}
.image-navigation.navigation .nav-next{ float:right;}
article.attachment { margin-bottom:40px;}
.comment-navigation {
	margin-right: 0;
	margin-left: 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
	margin-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-size: 14px;


	font-weight: 700;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}

/**
 * 6.0 - Alignments
 */

.alignleft {
	float: left;
	margin:2px 20px 0px 0;
}

.alignright {
	float: right;
	margin: 2px 0 0px 20px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

.entry-content > *.alignwide,
.entry-summary > *.alignwide {
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

@media only screen and (min-width: 768px) {
.entry-content > *.alignwide,
.entry-summary > *.alignwide {
    width: 100%;
    max-width: 100%;
  }
}

.entry-content > *.alignfull,
.entry-summary > *.alignfull {
  position: relative;
  left: -1rem;
  width: calc( 100% + (2 * 1rem));
  max-width: calc( 100% + (2 * 1rem));
  clear: both;
}

@media only screen and (min-width: 768px) {
.entry-content > *.alignfull,
.entry-summary > *.alignfull {
    margin-top: calc(2 * 1rem);
    margin-bottom: calc(2 * 1rem);
    left: calc( -12.5% - 75px);
    width: calc( 125% + 150px);
    max-width: calc( 125% + 150px);
  }
}
blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}


/**
 * 7.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
	content: "";
	display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}


/**
 * 8.0 - Widgets
 */

.widget { width:100%; float:left;margin-bottom:30px;}

/* Calendar widget */
.widget.widget_calendar table {
	margin: 0;
}

.widget_calendar td,
.widget_calendar th {
	line-height: 2.5625;
	padding: 0;
	text-align: center;
}

.widget_calendar caption {
	font-weight: 900;
	margin-bottom: 1.75em;
}

.widget_calendar tbody a {
	background-color: #007acc;
	display: block;
}



/* RSS widget */
/* Tag Cloud widget */
.tagcloud a {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	margin: 0 0.1875em 0.4375em 0;
	padding:4px 8px;
}

/**
 * 9.0 - Content
 */

.site {
	background-color: #fff;
}

.site-inner {
	margin: 0 auto;
	max-width: 1320px;
	position: relative;
}

.site-content {
	word-wrap: break-word;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

.site-main {
	margin-bottom: 0em;
}

.site-main > :last-child {
	margin-bottom: 0;
}


/**
 * 9.1 - Posts and pages
 */
.author-info {
	border-color: inherit;
	border-style: solid;
	border-width: 1px 0 1px 0;
	clear: both;
	padding-top: 1.75em;
	padding-bottom: 1.75em;
}
.sticky-post {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}
.post.sticky .entry-title{ position:relative;}
.post.sticky .entry-title:before{font-family:FontAwesome; position:absolute;top:3px;content: "\f08d"; margin-left:-22px; font-size:82%;
-moz-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}
.page-links{ padding-top:20px;}
/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
	display: none;
}

.sticky .posted-on,
.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}
.taxonomy-description {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.taxonomy-description p {
	margin: 0.5384615385em 0 1.6153846154em;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}
.page-links a,
.page-links > span {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 1.8461538462em;
	line-height: 1.6923076923em;
	margin-right: 0.3076923077em;
	text-align: center;
	width: 1.8461538462em;
}

.page-links a {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #007acc;
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #1a1a1a;
	height: auto;
	margin: 0;
	padding-right: 0.6153846154em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.75em;
}

.entry-caption {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 1.0769230769em;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}

.content-bottom-widgets {
	margin: 0 7.6923%;
}

.content-bottom-widgets .widget-area {
	margin-bottom: 3.5em;
}


/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {display:inline-block; margin:0 1px;}
.navigation .nav-next a,
.navigation .nav-previous a{border: 1px solid rgba(0, 0, 0, 0.06); padding:9px 20px; display:inline-block; }
.navigation .nav-next {display:inline-block;margin:0 1px;}
.paging-navigation {padding: 40px 0; width:100%; float:left; text-align:center;}
.paging-navigation a { letter-spacing:2px; font-style:italic;}

.paging-navigation .meta-nav {display: inline-block;}


/**
 * 9.2 - Comments
 */

.comments-area{ width:100%; float:left; background:#fff; padding:16px 20px 20px 20px; margin-top:10px; border: 1px solid #eee; border-radius: 10px;}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.75em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #d1d1d1;
	padding: 1.75em 0;
}

.comment-list .children {
	list-style: none;
	margin:0 0 0 25px;
}

.comment-list .children > li {
	padding-left: 0.875em;
}

.comment-author {
	color: #1a1a1a;
	margin-bottom: 0.4375em;
}

.comment-author .avatar {
	float: left;
	height:80px;
	margin-right:30px;
	position: relative;
	width: 80px;
}
.comment-content{display: table;}
.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}
.comment-form label {
	letter-spacing: 0em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: inherit; font-size: 17px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #007acc;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0; font-size:0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px; position:relative;
}
.comment-reply-title small a:after{ position:absolute; left:0; top:0; content:"X"; font-size:24px; font-weight:normal;}
/**
 * 10.0 - Media
 */

.site .avatar {
	border-radius: 50%;
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 1.75em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
	box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	margin-top: 0;
	margin-bottom: 1.75em;
}

.wp-playlist.wp-audio-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 0.7142857143em 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 0.7142857143em;
}


/**
 * 10.1 - Captions
 */

.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption .wp-caption-text {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}


/**
 * 10.2 - Galleries
 */

.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 11.0 - Multisites
 */

.widecolumn {
	margin-bottom: 3.5em;
	padding: 0 7.6923%;
}

.widecolumn .mu_register {
	width: auto;
}

.widecolumn .mu_register .mu_alert {
	background: transparent;
	border-color: #d1d1d1;
	color: inherit;
	margin-bottom: 3.5em;
	padding: 1.75em;
}

.widecolumn form,
.widecolumn .mu_register form {
	margin-top: 0;
}

.widecolumn h2 {
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 900;
	line-height: 1.2173913043;
	margin-bottom: 1.2173913043em;
}

.widecolumn p {
	margin: 1.75em 0;
}

.widecolumn p + h2 {
	margin-top: 2.4347826087em;
}

.widecolumn label,
.widecolumn .mu_register label {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	text-transform: uppercase;
}

.widecolumn .mu_register label {
	margin: 2.1538461538em 0.7692307692em 0.5384615385em 0;
}

.widecolumn .mu_register label strong {
	font-weight: 400;
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
	font-size: 16px;
	font-size: 1rem;
	width: 100%;
}

.widecolumn .mu_register #blogname {
	margin: 0;
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
	margin: 0 0 0.375em;
}

.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
	font-size: 16px;
	font-size: 1rem;
	margin: 0;

	width: auto;
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
	font-size: inherit;
}

.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
	margin-bottom: 0;
}

/* Blocks */
.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter {
  text-align: center;
}

.wp-block-archives,.wp-block-categories,.wp-block-latest-posts{ padding: 0;list-style: none; margin:0;}
.wp-block-archives li,.wp-block-categories li,.wp-block-latest-posts li {
    color: #767676;
    line-height: 1.4;
    padding-bottom: 1rem;
}
.wp-block-latest-posts.is-grid li {
    border-top: 2px solid #ccc;
    padding-top: 1rem;
    margin-bottom: 2rem;
}





/*--------------------------------------------------------------
imperialegypt CSS Start
--------------------------------------------------------------*/
body{ overflow-x:hidden;}
.text_center{ text-align:center;}
.text_right{ text-align: right;}
.font_weight_normal{ font-weight:normal;}
.font_weight_bold{ font-weight: bold;}
.text_uppercase{ text-transform: uppercase;}
.text_transform_inherit button,
.text_transform_inherit{text-transform: inherit;}
.container{ width:100%; max-width:1380px; margin:0 auto; padding:0 20px;}
.box_shadow{box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;}
.text_justify{ text-align:justify}
.font_size24{ font-size:24px; line-height:30px;}
.font_size15{ font-size:15px; line-height:22px;}
a{ transition:all 0.5s;-webkit-transition:all 0.5s;}
.clear_both{clear: both;}


/*.site_content{padding: 70px 0;}
.home.site_content{padding:0;}*/

#masthead{width:100%; padding:0px 0; position: absolute; top:36px; z-index: 999;}
#masthead .container{background:#fff;border-radius: 6px;}
.header_main{width:100%; float:left;padding: 6px 0;}
nav.main_navigation ul{ margin:0; padding:0; list-style:none; font-size:14px; font-weight:500; text-transform:uppercase; font-family: "Marcellus", serif;}
nav.main_navigation ul.header_main_menu li{ float:left;padding:0 13px; position:relative; z-index: 9999;}
nav.main_navigation ul.header_main_menu li:last-child{ padding-right:0;}
nav.main_navigation ul.header_main_menu li a{ padding:20px 0px; color:#000; position:relative; float:left;letter-spacing: 0.5px;}
/*nav.main_navigation ul.header_main_menu > li.current_page_item > a:before,
nav.main_navigation ul.header_main_menu > li.current-menu-parent > a:before,
nav.main_navigation ul.header_main_menu > li > a:hover:before{ position:absolute; content:""; height:2px; width:100%; bottom:20px; left:0; background:#62a9ea;}*/
nav.main_navigation ul.header_main_menu li.current_page_item a,
nav.main_navigation ul.header_main_menu li.current-menu-parent > a,
nav.main_navigation ul.header_main_menu li a:hover{ color:#e77a78;}
/*nav.main_navigation ul.header_main_menu > li.menu-item-has-children > a{ padding-right:16px;}
nav.main_navigation ul.header_main_menu > li.menu-item-has-children > a:after{content: ""; border: 5px solid transparent; border-top:6px solid #a8a8a8; border-bottom:0 none; top:32px; position:absolute; right:0;}*/
nav.main_navigation ul.header_main_menu > li ul.sub-menu{position:absolute; top:100%; left:10px; background:#fff; width:240px; float: left; border-radius:6px; opacity:0; visibility:hidden;text-transform: capitalize; transition:all 0.6s;}
nav.main_navigation ul.header_main_menu > li:hover ul.sub-menu{ opacity:1;visibility: visible;}
nav.main_navigation ul.header_main_menu > li ul.sub-menu li{ width:100%; padding:0; border-bottom:1px solid #eee;}
nav.main_navigation ul.header_main_menu > li ul.sub-menu li:last-child{ border:0;}
nav.main_navigation ul.header_main_menu > li ul.sub-menu li a{ color:#000; padding:8px 16px; float:left; width:100%; font-size:16px; line-height: 1.7; font-weight: 400; text-transform:capitalize; letter-spacing:1px;}
nav.main_navigation ul.header_main_menu > li ul.sub-menu li.current_page_item a,
nav.main_navigation ul.header_main_menu > li ul.sub-menu li a:hover{ color:#d79d67;}

.site-header-main{display: flex; justify-content: space-between;min-height: 94px; align-items: center; width:100%;}
.header_right{display: flex; justify-content: space-between; align-items: center; padding-bottom:0px; gap: 20px;}
.header_center{ display:inline-block;}
.site-branding{ display:inline-block; line-height:0;}

/**********************************
*Header Menu Responsive CSS Start*
*********************************/
@media (min-width: 1160px) {
.menu-icon-box-mobile,
.mobile_hamburger_canvas,
.mobile_menu_toggle_button,
.mobile_nav-menu{display:none;}	
}
@media (max-width: 1159px) {
.header_right{padding-right: 0;position:relative;}
.header_menu_area{ display:none;}
.menu-icon-box{ margin-left:10px; line-height:0;}
.menu-icon-box-mobile{display: inline-block;}
.mobile_menu_toggle_button.mobile_open_button{
	z-index: 999;
	height: 30px;
	width: 30px;display: inline-block;position: relative;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	font-size: 20px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	cursor: pointer;
}
.mobile_menu_toggle_button.mobile_open_button span, 
.mobile_menu_toggle_button.mobile_open_button::before, 
.mobile_menu_toggle_button.mobile_open_button::after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left:0;
	width:100%;
	border-bottom: 2px solid #000;
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mobile_menu_toggle_button.mobile_open_button::before {
	transform: translateY(-10px);
	width: 100%;
}
.mobile_menu_toggle_button.mobile_open_button::after {
	transform: translateY(10px);
	width: 100%;
}
.mobile_menu_toggle_button.mobile_close_button{
	font-size: 20px;
	float: left;
	position: absolute;
	background: #081f3e;
	padding: 5px;
	width: 35px;
	height: 35px;
	margin: 0;
	right: 20px;
	color: #fff;
	top: 20px;
	line-height: 25px;
  	text-align: center;cursor: pointer;
}

.mobile_hamburger_canvas {
	background: #FFF;
	position: fixed;
	right: -350px;
	top: 0px;
	z-index: 999999;
	transition: right .3s ease-in-out 0s;
	-webkit-transition: right .3s ease-in-out 0s;
	-moz-transition: right .3s ease-in-out 0s;
	-o-transition: right .3s ease-in-out 0s;
	height:100%;overflow: auto;
  	max-width: 300px;
	width: 100%;
	padding:50px 30px 20px;
}
.mobile_hamburger_open .mobile_hamburger_canvas{right:0;}

.mobile_hamburger_canvas a{ color:#222;}
.mobile_hamburger_canvas a:hover{ color:#e77a78;}
.mobile_hamburger_canvas ul{ margin:0; padding:0; list-style:none;}
.mobile_hamburger_canvas li{ width:100%; float:left;}
.mobile_hamburger_canvas li a{ width:100%; float:left; padding:5px 0; text-transform:capitalize;}
.mobile_hamburger_canvas .sub-menu{width:100%; float:left; padding-left:15px;}
.mobile_hamburger_canvas .sub-menu li {
	display: block;
	float: left;
	width: 100%;
	position: relative;
	border-bottom: 0px solid #fff;
	margin: 0px 0px !important;
	background: none;
}
.mobile_hamburger_canvas .sub-menu li a{border: 0px!important;}
.mobile_hamburger_canvas .sub-menu li a:hover{background: none;border: 0px!important;}

}

/*********************************
*Header Menu Responsive CSS End*
*********************************/

.box_swing{transition:all 0.6s;-webkit-transition:all 0.6s;}
.box_swing:hover{ transform:translateY(-8px);-webkit-transform:translateY(-8px);}

.crellyslider > .cs-slides{ text-align:center;}
.banner_more_detail {
	display: inline-block;
	background: #fff url(img/banner_arrow.png) no-repeat center right;
	color: #000 !important;
	border-radius: 5px;
}


.vc_tta.vc_general .vc_tta-panel{ padding:15px 0px 0px 40px; border-radius:0px; border-bottom: 1px solid #a1a1a1 !important;}
.vc_tta.vc_general .vc_tta-panel.vc_active{ background:#fff;}
.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading{border:0; background:none !important;}
.vc_tta.vc_general .vc_tta-panel-title{margin-bottom: 1px !important;/*border-bottom:1px solid #a1a1a1 !important;*/ padding:0 !important;  background:none !important; font-size:17px; line-height:20px;}
.vc_tta.vc_general .vc_active .vc_tta-panel-title{border-bottom:1px solid transparent!important;}
.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a{color:#000 !important; padding-top:0px !important;}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title > a{ padding-left:0;font-size:20px; line-height:28px;}
.vc_tta.vc_general .vc_tta-panel-body{ color:#000; font-size:16px; line-height:26px; padding:0px 0 25px 0 !important;border: 0 !important;}
.vc_tta-color-white.vc_tta-style-classic .vc_tta-controls-icon::after, 
.vc_tta-color-white.vc_tta-style-classic .vc_tta-controls-icon::before{border-color: #000;}
.vc_tta.vc_general .vc_tta-panel-body p{color:#000;}

.form_area .form_row{ margin:0 -10px; clear:both;}
.form_area .form_row .form_col{ float:left; width:100%;padding:0 10px 20px;}
.form_area .form_row.col_2 .form_col{width:50%;}
.form_area .form_row.col_3 .form_col{width:33.3333%;}
.form_area .form_row.col_4 .form_col{width:25%;}

.vc_tta-panels { counter-reset: faq-counter;}
.vc_tta-panel { counter-increment: faq-counter; position:relative;}
.vc_tta-panel:after { content: " " counter(faq-counter, decimal-leading-zero); margin-left: 0px; font-weight:400; font-size:20px; color: #f8b1b0; position: absolute; left: 0; top: 13px;}





.site_footer{line-height: 26px;font-size: 14px;background:#fff; padding:65px 0 0 0;width:100%; float:left; position: relative; z-index: 999;border-top:1px solid #c2c2e154}
.copyright{ width:100%; float:left; background:#fef3f4; color:#000; padding:24px 0; text-align:center;}
.upper_footer{ color:#000;display: grid;grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) ); gap:30px; margin:0 -20px; padding-bottom:45px;}
.upper_footer .upper_footer_col{ padding:20px;}

.tnp-subscription{ position:relative;}
.tnp-subscription .tnp-field-button{ position:absolute; padding:0; margin:0; position:absolute; font-size:0; right:0; top:0; background: url(img/button-bg.jpg) no-repeat top left; width:48px; height:47px;}
.tnp-field input[type="submit"] {
	position: inherit;
	height: 48px!important;
	width: 48px!important;
	min-width: auto!important;
	background: transparent!important;
}

.upper_footer h3{ font-size:22px;font-family: "Afacad", serif;}
.upper_footer p{ color:#000;}
.footer_menu{ margin:0; padding:0; list-style:none;}
.footer_menu li{ display:inline-block; width:100%; padding-bottom:6px;}
.footer_menu li a{ color:#000;display:inline-block; width:100%;}
.footer_menu li a:hover{ color:#ea7d7b;}

ul.footer_contact_info{ margin:0;display:inline-block; margin:0; padding:0;}
.footer_contact_info li{ display:inline-block; width:100%; padding:7px 0 7px 28px; background:url(img/f-lo.jpg) no-repeat left 15px;}
.footer_contact_info li.email{background:url(img/f-em.jpg) no-repeat left 15px;}
.footer_contact_info li.phone{background:url(img/f-call.jpg) no-repeat left 15px;}
.footer_contact_info li a{color:#000; transition:all 0.6s;-webkit-transition:all 0.6s;}
.footer_contact_info li a:hover{ color:#ea7d7b;}
.footer_contact_info li strong{font-weight: 600;}

ul.footer_contact_hours{ margin:0;display:inline-block; margin:0; padding:0;}
.footer_contact_hours li{ display:inline-block; width:100%; padding:7px 0 7px 0;}
.footer_contact_hours li span{ display:inline-block; width:100%; padding:0px 0 0px 21px; background:url(img/f-clo.jpg) no-repeat left 6px;}
.footer_contact_hours li strong{font-weight: 600;}


ul.footer_social2{ margin:0;display:inline-block; margin:0 0 0 0px; padding:0; }
.footer_social2 li{ display:inline-block; width: auto; font-size:0; line-height:0; padding:10px 0;}
.footer_social2 li span{ margin-right:10px;float: left;}
.footer_social2 li a{color:#fff; transition:all 0.6s;-webkit-transition:all 0.6s;}
.footer_social2 li a:hover{ opacity:0.6;}
.banner_bg{ text-align:center;}
.home .banner_bg{ text-align:left;}

/*Inner Page CSS Start*/
.titlebar_area{ background-position:center top; background-repeat:no-repeat; background-size:cover; -webkit-background-size:cover; clear:both; width:100%; float:left; text-align: center; color:#fff; padding:180px 0 50px; position: relative; z-index:99;}
.titlebar_area:before{ position:absolute; content:""; left:0; top:0; width:100%; height:100%; background: #350808; opacity: 0.4;}
.titlebar_content_area{ z-index:2; position:relative; min-height: 300px; display: flex; align-items: center;}
.titlebar_area h1{ font-size:50px; line-height:1.2; color:#fff; padding-bottom:0;font-weight: 600 !important;}
.vinci_bread_crumb_wrap #crumbs{  list-style:none; padding:20px 0 0 0; margin:0; font-size:12px;}
.vinci_bread_crumb_wrap #crumbs li{ display:inline-block;font-size:16px;}
.vinci_bread_crumb_wrap #crumbs li a{ color:#fff;}
.vinci_bread_crumb_wrap #crumbs li a:hover{ color:#fff;}
.post-thumbnail{ padding-top:60px; line-height:0;}
.site_content{clear: both; float: left; width: 100%; position:relative; z-index:9;}


/*Post List CSS Start*/
.blog_item_list{display: grid; grid-template-columns: repeat( auto-fit, minmax(315px, 1fr) ); gap: 35px;padding:70px 0 30px 0;}
.post_item_box{float:left;width:100%;padding:0; background:#fff;border-radius:6px; border:1px solid #c5c5c5;}
.post_item_box .post_item_desc{padding:7px 20px 17px 20px; float:left; width:100%;}
.post_item_box .post_item_thumb{ float:left; width:100%;border-radius:6px 6px 0px 0px; overflow:hidden; line-height:0; height:300px; position:relative;}
.post_item_box .post_item_thumb img{ transition:all 0.5s;-ms-transition:all 0.5s;-webkit-transition:all 0.5s;}
.post_item_box:hover .post_item_thumb img{ -webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.post_item_box .post_item_thumb a.post_item_thumb_link{ position:absolute; left:0; top:0; width:100%; height:100%;}
.post_item_box .post_item_thumb img{width: 100%; height: 100%; object-fit: cover;}
.post_item_box h3{ font-size:20px; line-height:26px; font-weight:600; color:#000; padding:8px 0 10px;}
.post_item_box h3 a{ color:#000;}
.post_item_box h3 a:hover{ color:#036cb0;}
.post_read_more{ display:inline-block; width:100%; padding-top:30px;}
.post_read_more a.view_post_button{ color:#fff; padding:9px 30px 9px 30px; display:inline-block; background: #f8b1b0; border-radius:30px 30px 30px 4px; position: relative; text-transform: uppercase;}
.post_read_more a.view_post_button:hover{background:#000;}
.post_meta{ width:100%; display:inline-block; list-style:none; margin:10px 0 0 0; padding:0;}
.post_meta li{ display:inline-block; padding-left:19px; font-size:13px; line-height:20px;text-transform: capitalize; margin-right:5px;}
.post_meta li.post_date{background: url(img/clock.jpg) no-repeat left 4px;}
.post_meta li.comments{background: url(img/comment.jpg) no-repeat left 4px;}
.post_meta li.author{background: url(img/user2.jpg) no-repeat left 4px;}
.latest-post-content{ text-align:center;}
.latest-post-content .latest-post-title{font-size: 20px; padding-bottom: 10px;letter-spacing: 0.6px;}
.latest-post-content .latest-post-title a{ color:#000;}
.latest-post-content .latest-post-title a:hover{ color:#ea7d7b;}
.post-categories a{ color:#ea7d7b;}
.post-categories a:hover{ color:#000;}
.post_date_box{ width:60px; height:60px; background: #f8b1b0; display:inline-block; padding:12px 5px 5px 5px; border-radius:60px; color:#fff; font-family: "El Messiri", sans-serif; transform: translateY(-50%);}
.post_date_box .post_day{ font-size:20px; line-height:20px; display:block;font-weight: 600;}
.post_date_box .post_month{ font-size:15px;line-height:15px; display:block;}

/*Post List CSS End*/



.header_info_area{display: flex; align-items: center;}
.search_toggle_button{background:url(img/search_icon.jpg) no-repeat top center;}
.search_canvas_open .search_toggle_button{background:url(img/search_icon.jpg) no-repeat bottom center;}
.search_canvas_open .search-box{opacity:1; visibility: visible;}
.search-box { width: 100%; min-width:300px;float: left;border: #a7a7a7 1px solid !important; border-radius: 5px; position: absolute; top: 100%; opacity: 0; visibility: hidden; transition:all 0.5s; z-index:9; padding: 15px; background: #fff; right: -5px; margin-top: 5px; border: #00009333 1px solid !important;}
.hd_search_box{ position:relative;line-height: 0; padding:0px;}
.search_toggle_button{ position:relative; line-height:0;display: inline-block;width:22px; height:22px;cursor: pointer; font-size:20px;}





/*Single Post CSS Start*/
.single_content_area{ padding:80px 0 40px; display: inline-block; width: 100%;}

.tax-product_cat .content-area,
.post-type-archive-product .content-area,
.single_content_area .content-area{ width:75%; float:left; padding-right:50px;}
.single_content_area .content-area h2{ font-size:36px;}
.single_content_area .content-area h2.comment-reply-title{font-size:30px;}
.tax-product_cat .sidebar,
.post-type-archive-product .sidebar,
.single_content_area .sidebar{ width:25%; float: right;}
.sidebar .wp-block-search__inside-wrapper{ display:inline-block; position:relative;width: 100%;}
.sidebar .wp-block-search__inside-wrapper input[type="search"]{border: 1px solid #0f51b15e;
  height: 44px;
  background: #fff;}
.sidebar .wp-block-search__inside-wrapper .wp-block-search__button{
	border-radius: 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 7px;
	width: 42px;
	background: none;
	min-width: auto;
	background: url(img/search_icon.jpg) no-repeat center 4px;
	height: 29px;
	border:0; font-size:0;
	border-left: 1px solid #0f51b1;
}
.sidebar h2,
.single_content_area .sidebar h2{ font-size:24px; padding-bottom:20px;position:relative;}
.sidebar h2::after {
	content: "";
	position: absolute;
	background:#ea7d7b;
	width: 60px;
	height: 2px;
	bottom:15px;
	left: 0;
	transition: ease-in-out 300ms;
}
p.form-submit{ padding-bottom:0;}
.single_content_area .sidebar .wp-block-latest-comments .wp-block-latest-comments__comment,
.single_content_area .sidebar .wp-block-latest-posts li{font-weight: 400;font-size:15px;margin-bottom: 15px;border-bottom: 1px solid #eee;border-top:0;padding:0 0 15px 0;}
.single_content_area .sidebar a{ color:#000;}
.single_content_area .sidebar a:hover{ color:#ea7d7b;}
.post-navigation{display: grid; grid-template-columns: 1fr 1fr; gap: 30px;background: #f4f4f4; padding: 0 20px; margin-bottom:0px; line-height: 22px; margin-bottom: 60px;}
.post-navigation > div{ padding:30px 0;color: #ea7d7b; font-weight:bold;}
.post-navigation > div.nav-next{ text-align:right;}
.entry-footer .byline .author{display: flex;align-items:center;}
.entry-footer .byline .author img{ width:22px; border-radius:40px;margin-right: 8px;}
.entry-footer .byline,
.entry-footer .posted-on,
.entry-footer .cat-links{ float:left; padding-right: 10px; border-right: 2px solid #dfe9f7; margin-right: 10px;}
.single_content_area .entry-footer{border-top: 2px solid #e4edf9;padding: 20px 0; margin-top:40px;font-size: 16px;line-height: 22px;}
.sidebar .wp-block-tag-cloud{ font-size:16px;}
.sidebar .wp-block-tag-cloud a{font-size: 16px !important; background: #fff; color:#ea7d7b !important; line-height: 25px; padding: 4px 6px; border: 1px solid #eee; margin: 2px 1px;}
.sidebar .wp-block-tag-cloud a:hover{ background:#ea7d7b; color:#fff!important;}
.sidebar .widget_media_image{ margin-bottom:5px;}


.sidebar {
	border:1px solid rgba(128, 137, 150, 0.24);
	padding: 30px 30px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	/*
	-webkit-box-shadow: 0 0 40px rgba(82,85,90,.1);
	-moz-box-shadow: 0 0 40px rgba(82,85,90,.1);
	box-shadow: 0 0 40px rgba(82,85,90,.1);
	*/
	display: inline-block;
}

/*Single Post CSS End*/






/*Inner Page CSS End*/



.home_services_area .wpb_wrapper{display: flex;flex-wrap: wrap;justify-content: center;}
.home_services_area .wpb_wrapper .shilabs_image_box_wrap{ width:25%; background:url(img/bor-shape_12.jpg) no-repeat left center; padding:20px 20px;}
.home_services_area .wpb_wrapper .shilabs_image_box_wrap:first-child{ background:none;}

.product_image_box .shilabs-image-box{ max-width:426px; width:100%; margin:0 auto;}
.product_image_box .shilabs-image-box .shilabs-image-box-image img{ width:100%;}
.product_image_box .shilabs-image-box{ border-radius:5px; border:1px solid #b4b4b4;}
.product_image_box .shilabs-image-box .shilabs_image_box_content{padding-bottom:25px; padding-top:10px;}

.product_image_box2 .shilabs-image-box-title{ position:relative; display:inline-block; padding-right:12px;}
.product_image_box2 .shilabs-image-box-title:after{background:url(img/right-arrow1.png) no-repeat left center; height:23px; width:33px; position:absolute; left:100%; content:""; top:5px;}

.our_brands_row_area .our_brands_image_box .shilabs-image-box-button,
.product_image_box2 .shilabs-image-box-button{ background:#0f51b1; border-radius:6px; position:relative;padding: 9px 52px 9px 20px !important; margin-top:20px;}
.our_brands_row_area .our_brands_image_box .shilabs-image-box-button:hover,
.product_image_box2 .shilabs-image-box-button:hover{ background:#000;}
.our_brands_row_area .our_brands_image_box .shilabs-image-box-button:after,
.product_image_box2 .shilabs-image-box-button:after{background:url(img/right-arrow2.png) no-repeat left center; height:23px; width:33px; position:absolute; right:10px; content:""; top:12px;}


.latex_gloves_row_area .latex_gloves_h2 h2{ font-size:40px; line-height:46px;}
.latex_gloves_row_area .latex_gloves_image_box .shilabs-image-box-title{font-family: "Afacad", serif;}
.latex_gloves_row_area .latex_gloves_image_box .shilabs-image-box{max-width: 319px;margin: 0 auto;width: 100%;}
.latex_gloves_row_area .latex_gloves_image_box .shilabs-image-box-image{ padding:0; margin:0;}
.latex_gloves_row_area .latex_gloves_image_box .shilabs_image_box_content{ position:absolute;width: 100%;bottom: 0; padding: 20px 30px;}

.our_brands_row_area .wpb_wrapper{display: flex;flex-wrap: wrap;justify-content: center;}
.our_brands_row_area .wpb_wrapper .shilabs_image_box_wrap{ width:33.333%; padding:20px;}
.our_brands_row_area .our_brands_image_box .shilabs-image-box{max-width:425px;margin: 0 auto;width: 100%; padding:30px 20px 30px; background:#fff;box-shadow:rgba(195, 209, 223, 0.44) 0px 8px 24px; border-radius:5px;height: 100%;display: flex;flex-direction: column;}
.our_brands_row_area .our_brands_image_box .shilabs-image-box-button{ margin-top:auto;margin-left:auto;margin-right:auto;display: inline-block; max-width:160px;}
.our_brands_row_area .our_brands_image_box .shilabs_image_box_content{ flex: 1;display: flex;flex-direction: column;}
.our_brands_row_area .our_brands_image_box .shilabs-image-box-description{ padding-bottom:15px;}

.our_factory_row_area .wpb_wrapper{display: flex;flex-wrap: wrap;justify-content: center;}
.our_factory_row_area .wpb_wrapper .wpb_text_column{ width:50%;}
.our_factory_row_area .wpb_wrapper .shilabs_image_box_wrap{ width:100%; padding:20px;}
.our_factory_row_area .our_factory_image_box .shilabs-image-box{max-width:665px;margin: 0 auto;width: 100%; padding:10px; border:1px solid #b5b5b5; border-radius:5px;height: 100%;display: flex;flex-direction: row;align-items: center;}
.our_factory_row_area .shilabs-image-box-image{ margin:0;width: 50%;}
.our_factory_row_area .shilabs_image_box_content{ text-align:left;padding-left: 40px;width:50%;}
.our_factory_row_area .box_phone_number{color:#000; width:100%;display: inline-block; font-size:18px; line-height:21px; background:#ecf7fe url(img/call1.jpg) no-repeat 10px 15px; padding:12px 20px 12px 41px; margin-top:12px;}
.our_factory_row_area .shilabs-image-box-title{font-family: "Afacad", serif;}
.our_factory_row_area .shilabs_image_box_content br{ display:none;}
.our_factory_row_area .shilabs_image_box_content .box_phone_number br{ display:inherit;}

.li_with_tick ul{ list-style:none; padding:0; margin:15px 0 0 0;}
.li_with_tick ul li{ padding: 8px 0 8px 45px; background: url(img/tick.png) no-repeat left 12px; font-size:20px;}
.vc_row.bg_center_top{ background-position:center top !important;}

.latex_gloves_manufactured_row h2{ font-size:38px;}
.h2_font_40 h2{ font-size:40px;}



.get_in_touch_button{}
.get_in_touch_button{ background:#fff; border-radius:6px; position:relative;padding:15px 52px 15px 20px !important; margin-top:20px; color:#000;}
.get_in_touch_button:hover{ background:#0f51b1;color:#fff;}
.get_in_touch_button:after{background:url(img/right-arrow2.png) no-repeat left center; height:23px; width:33px; position:absolute; right:10px; content:""; top:17px;}
.white_text h2,
.white_text p{ color:#fff;}
.get_in_touch_row p{ padding:20px 0;font-size:22px;}
.video_responsive{
position: relative;
width: 100%;
padding-bottom: 56.25%; /* Aspect ratio for 16:9 */
height: 0;
overflow: hidden;
background: #000;
margin-bottom: 20px;
}
.video_responsive iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.certificate_row{border-radius: 15px; overflow: hidden;}
.contact_page_row1 h2{ font-size:36px;}
.blue_swd img{box-shadow: rgb(60, 72, 111) 25px 25px 0px 0px;}
.grey_swd img {box-shadow: rgba(199, 214, 215, 0.34) 25px 25px 0px 0px;}
.grey_swd.grey_swd_left img{box-shadow: rgba(199, 214, 215, 0.34) -25px 25px 0px 0px;}

.contact_info_row h4{ font-size:22px; font-weight:600; line-height:28px;}
.contact_info_row .vc_column-inner > .wpb_wrapper{height: 100%; padding:25px;border: 1px solid #eee;border-radius: 8px;text-align: center;}
.contact_info_row .vc_column-inner > .wpb_wrapper:hover{box-shadow:0px 10px 30px 0px #4a77ff1a;border: 0px solid #fff;}
.contact_info_row .vc_column-inner > .wpb_wrapper a{color: #0b254d;}
.contact_info_row .vc_column-inner > .wpb_wrapper a:hover{color: #62a9eb;}

.responsive-video {
    position: relative;
    width: 100%; /* Full width */
    padding-bottom: 56.25%; /* Maintain 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}
.responsive-video-big{padding-bottom:66%;}
.responsive-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Crop video if needed */
}
.li_with_mar0 ul{ margin-top:0;}
.quality-assurance-testing_process .process_no{ position:absolute; left:0;top: -12px;font-size: 120px; line-height:1; font-weight:bold; opacity:0.2;text-shadow: 0 0 9px #051b3c; color: #fff;}
.quality-assurance-testing_process h2 {font-size: 38px;padding-left: 70px; padding-bottom:20px;}

.img_border3 img,
.img_border2{ border:1px solid #0f51b133;}
.table_area .wpb_wrapper{ overflow-x:scroll;}
.table_area .wpb_wrapper table{ min-width:700px;}
.font_size38 h2{font-size:38px;}
.font_size36 h2{font-size:36px;}
.vc_row.bg_center_top2 {background-position: center -71px !important;}
.wpb_column.bg_top_right .vc_column-inner {background-position: top right !important;}
.text_align_center{ text-align:center;}
.get_a_quote a{color: #fff;padding: 7px 30px;display: inline-block;background: #0f51b1;border-radius: 6px;position: relative;}
.get_a_quote a:hover{background: #000;}
.table_first_td_bold tr td:first-child{ font-weight:700;}
.powder-free-latex p{ font-size:22px; color: rgba(255,255,255,0.7);}
.powder-free-latex h2{ color:#fff;}





.fancybox__slide iframe{ margin-bottom:0 !important;}
.vinci_cart_modal {
    pointer-events: auto;
}

.vinci_cart_modal_inner {
    pointer-events: auto;
}


/*Header Cart Button & Cart Modal CSS Start*/
.vinci_cart_button{ display:inline-block;}
.vinci_cart_button .tools_button_icon{ display:flex;align-items: center;}
.vinci_cart_button .tools_button_icon .icon{ line-height:0;}
.vinci_cart_button .tools_button_icon .icon img{ max-width:24px;}
.vinci_cart_button .tools_button_icon .cart-items{ margin-top:-22px;margin-left:-4px; text-align:center;}
.vinci_cart_button .shop-text{margin-left: 5px;font-size: 95%;}
.blaze_modal{
	position: fixed;
	top: 0;
	bottom: 0;
	right:-400px;
	width: 400px;
	overflow: auto;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0px 46px 0px rgba(0,0,0,0.4);
	z-index: 9999;
	transition: right .3s ease-in-out 0s;
    -webkit-transition:right .3s ease-in-out 0s;
    -moz-transition: right .3s ease-in-out 0s;
    -o-transition: right .3s ease-in-out 0s;
}
.blaze_modal.showing {
	right: 0;
}
.vinci_cart_modal{ padding:50px 20px;}
.vinci_modal_close_button .vinci_modal_close {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
	width: 44px;
	height: 44px;min-width: 44px;
	line-height: 44px;
	position: absolute;
	right:20px;
	top:25px; color:#333;
	text-decoration: none;
	text-align: center;
}

.vinci_cart_button .tools_button_icon .cart-items,
.vinci_cart_modal .badge-number {
	padding: 0px 5px 0px 5px;
	height: 18px;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	border-radius: 8px;
	min-width: 18px;
	background:#f3a5a4;
	line-height: 16px;
	display: inline-block;
}
.vinci_cart_modal h3{line-height: 1.625;font-size: 1.5625rem;color:#22222b;font-weight: 400; text-align:center; padding-bottom:1.5rem; padding-top:1.5rem; padding-left:0;}
.mini_cart_bottom{ position:absolute; left:20px; bottom:20px;}
.woocommerce .vinci_cart_modal .product_list_widget,
.vinci_cart_modal .product_list_widget{ padding:0; margin:0;}
.woocommerce .vinci_cart_modal .product_list_widget li,
.vinci_cart_modal .product_list_widget li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center !important;
	align-items: center !important;
	padding:15px 0;
}
.vinci_cart_modal .product_list_widget li a,
.woocommerce .vinci_cart_modal .product_list_widget li a{ font-weight:normal;}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.vinci_cart_modal .product_list_widget li a.remove {
	position: inherit;
	opacity: 1;
	width: 1.875rem;
	color: red!important;
	text-shadow: none;
	font-size: 1.75rem;
	margin-right: 0.9375rem;background:none!important;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove:hover,
.vinci_cart_modal .product_list_widget li a.remove:hover{ background:none!important; color:#22222b !important;}
.vinci_cart_modal .widget_shopping_cart .product_list_widget li .mini_cart_product_name_quantity_img{display: flex;align-items: flex-start;}
.vinci_cart_modal .widget_shopping_cart .product_list_widget li .mini_cart_product_thumbnail { flex-shrink: 0; width:100%; padding-right:10px;max-width:100px;float: left;}
.vinci_cart_modal .widget_shopping_cart .product_list_widget li .mini_cart_product_thumbnail img{width:auto; float:none;max-width:100%;height: auto;border: 1px solid #eae9e9;position: inherit;margin:0rem; vertical-align:middle;}
.vinci_cart_modal .widget_shopping_cart .product_list_widget li .mini_cart_product_name_quantity{flex: 1;}
.vinci_cart_modal .widget_shopping_cart .product_list_widget li .mini_cart_product_name{float: left;width:100%;line-height: 1.1; color:#000;}
.vinci_cart_modal .product_list_widget .quantity{width:100%;float: left;color: #91a0b7;}

.widget_shopping_cart .buttons a.button{
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	min-width: 10.9375rem;
	display: inline-block;
cursor: pointer;
	padding: 0 1.875rem;
	background-color: #22222b;
	color: #fff;
	font-size: 1rem;
	border: none;
	height: 3.125rem;
	line-height: 3.125rem; text-align:center; border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;
}
.widget_shopping_cart .buttons a.button:hover{ background:#0f51b1;}
.widget_shopping_cart .buttons a.button.checkout{background:#0f51b1;}
.widget_shopping_cart .buttons a.button.checkout:hover{background:#22222b;}

.widget_shopping_cart p.buttons{display: -ms-flexbox;display: flex;padding-right: 0;white-space: nowrap;ext-overflow: ellipsis;}

.vinci_cart_modal .widget_shopping_cart_content p.total {border-top:1px solid #ebe9eb;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	padding: 1.5rem 0 1rem;
	text-transform: uppercase;
}
.vinci_cart_modal .widget_shopping_cart_content p.total strong{ text-transform:uppercase; font-size:130%;}
.vinci_cart_modal .widget_shopping_cart_content p.total .woocommerce-Price-amount{ font-weight:700;}
/*Header Cart Button & Cart Modal CSS End*/

ul.products li.product .tinvwl_add_to_wishlist_button{ margin-top:0;}
.vinci_product_thumbnail_wrapper .shilabs_wishlists{ position:absolute; left:15px; top:15px; z-index:2;}
.vinci_product_thumbnail_wrapper .shilabs_wishlists .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, 
.vinci_product_thumbnail_wrapper .shilabs_wishlists .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt{width:46px; height:46px; background:#fff; display:inline-block;}
.vinci_product_thumbnail_wrapper .shilabs_wishlists .tinv-wishlist .tinvwl_add_to_wishlist_button:before{ font-size:26px;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%); margin:0;}



.top-bar {
  background-color: #000;
  color: #fff;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: scroll-left 20s linear infinite;
}

.marquee-content {
  display: flex;
}

.marquee-content span {
  margin-right: 60px;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}





.banner_slide.slick-slide{ height:850px;}
.banner_slide_wrapper{max-width:1340px; margin: 0 auto;}
.banner_slide_wrapper .wpb_raw_code,
.banner_slide_wrapper .wpb_text_column{ max-width:550px;}
.banner_slide h1{ font-size:56px; line-height:1.1; color:#000000;}
.banner_slide h1 span{ color:#e77a78;}
.banner_slide p{ font-size:20px; line-height:1.4; color:#000000; padding:12px 0 35px;}
.banner_slide a{ background:#f3a5a4; padding:15px 37px; color:#fff; font-size:20px; border-radius:30px; font-family: "Marcellus", serif; display: inline-block;}
.banner_slide a:hover{background:#000;}
.banner_area .shi_anything_slider .slick-prev,
.banner_area .shi_anything_slider .slick-prev:hover,
.banner_area .shi_anything_slider .slick-next,
.banner_area .shi_anything_slider .slick-next:hover{background-color: #e77a78!important;}

.blastherbv_button a{ background:#f3a5a4; padding:12px 32px; color:#fff; font-size:18px; border-radius:30px; font-family: "Marcellus", serif; display: inline-block;}
.blastherbv_button a:hover{background:#000;}

.services_row{ text-align:center;}
.services_row a{ background:#f3a5a4; padding:10px 28px; color:#fff; font-size:16px; border-radius:30px; font-family: "Marcellus", serif; display: inline-block;}
.services_row a:hover{background:#000;}
.services_box1 a{ background:#b0d088;}
.services_box2 a{ background:#db9ac4;}
.services_box3 a{ background:#e3cd90;}
.services_box4 a{ background:#9ad3d3;}
.laser_treatments_row .list_with_arrow {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0; /* important */
}

.laser_treatments_row .list_with_arrow li {
    width: calc(50% - 10px); /* gap adjust */
    background: url(img/arrow_3.jpg) no-repeat left 4px;
    padding-left: 32px; /* arrow ke liye space */
    box-sizing: border-box;
}

.service_section2_box_content h3{ padding-bottom:4px;}
.service_section2_box_content p{ line-height:24px;}
.vc_row.bg_position_left_bottom{ background-position: bottom left!important;}
.vc_row.bg_position_bottom_center{ background-position: bottom center!important;}
.woocommerce ul.products li.product .vinci_product_thumbnail_wrapper .button{ display:none;}
.woocommerce ul.products li.product strong{font-weight:500;}
.woocommerce ul.products li.product .button{margin-top: 10px;}

/*
.woocommerce ul.products li.product .product-cart-button{ display:inline-block;}
.woocommerce ul.products li.product .product-cart-button a.wc-forward,
.woocommerce ul.products li.product .product-cart-button .button{position: relative;margin-top: 0;transform: translateY(0%); -webkit-transform: translateY(0%); -moz-transform: translateY(0%);}*/

.client_logo{list-style: none; margin: 0; padding: 0; display: flex;flex-wrap: wrap; text-align: center;}
.client_logo li{ width:25%; line-height: 0;}

.gallery_list_area ul{list-style: none; margin: 0; padding: 0; line-height: 0; display: flex;flex-wrap: wrap; text-align: center;}
.gallery_list_area ul li{width:20%; padding:0 8px;}
.gallery_list_area ul li img{ margin-bottom:16px;}

.more_information{
  color: #e89593;
  border-bottom: 1px solid #e89593;
  border-top: 1px solid #e89593;
  display: inline-block;
  padding-bottom: 7px;
  padding-top: 8px;
}
a.more_information_button {
	background: #87cbcb;
	padding: 15px 32px 12px 32px;
	color: #fff;
	font-size: 25px;
	border-radius: 30px;
	font-family:"El Messiri", sans-serif;
	display: inline-block;line-height: 25px;
}
a.more_information_button:hover{background: #000;}
.trainings_p{ font-size:20px; line-height:34px;}

.testimonial_row h4{ padding-bottom:0;font-size:20px; line-height:30px; font-weight:600;}
.testimonial_row h5{ padding-bottom:0;font-size:16px; line-height:24px;padding-bottom: 14px;}
.testimonial_row p{ font-size:20px; line-height:30px;}

.sidebar_latest_posts {
	color: #000;
	display: grid;
	grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) );
	gap: 30px;
	margin: 0 -20px;
}
.sidebar_latest_posts .latest-post-thumbnail{ line-height:0;}
.sidebar_latest_posts .latest-post-thumbnail a{ display:inline-block;line-height:0; height: 240px; overflow: hidden; width: 100%;}
.sidebar_latest_posts .latest-post-thumbnail img{ width:100%; height:240px; object-fit:cover;}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{border: 1px solid #e3e3e3;}

body.tax-product_cat .site_content,
body.post-type-archive-product .site_content{ background:#EDEDED;padding: 70px 0;}
body.tax-product_cat .site_content .woocommerce-breadcrumb,
body.tax-product_cat .site_content .woocommerce-products-header,
body.post-type-archive-product .site_content .woocommerce-breadcrumb,
body.post-type-archive-product .site_content .woocommerce-products-header{ display:none;}

.woocommerce-product-search [type="submit"] {width: 40px;font-size:0px;}
.woocommerce ul.products li.product .vinci_product_list_item figure img{ transition:all 0.4s;}
.woocommerce ul.products li.product .vinci_product_list_item:hover figure img{ transform:scale(1.15);}
.woocommerce ul.products li.product .vinci_product_list_item .product-image{ overflow:hidden;}

.product_faq_editor{ padding:70px 0 60px 0; width: 100%; margin: 0 auto; max-width: 1000px; clear:both;}
.product_faq_editor h2{ padding: 0 0 30px 0;text-align: center;}
.faq-item {background-color: #F9F9FB; margin-bottom:22px;border-radius: 10px;}
.faq-question { cursor: pointer; position: relative; font-weight: 600;padding: 20px 35px;}
.faq-question::after { content: '+'; position: absolute; right:14px; transition: transform 0.3s;display: flex; align-items: center; justify-content: center; width: 26px; height: 26px; top:21px; background: #e5e5e7;border-radius: 20px;font-size: 22px; line-height: 20px;}
.faq-item.active .faq-question::after {content: '-';}
.faq-answer { display:none; width:100%; padding: 0px 35px 20px 35px;}
.faq-item.active .faq-answer { display:inline-block;}
p:last-child{ margin-bottom:0;}
.footer_upper_row{background:url(img/bg.jpg) no-repeat center center;background-size: cover;padding: 40px 0;}


.lasers_list_row .wpb_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.lasers_list_row .wpb_wrapper .shilabs_image_box_wrap {
	width: 33.333%;
	padding: 20px;
}
.lasers_list_row .shilabs_image_box_wrap .shilabs-image-box {
	max-width: 425px;
	margin: 0 auto;
	width: 100%;
	padding: 30px 20px 30px;
	background: #fff;
	box-shadow:rgb(221, 204, 204) 0px 8px 0px;
	border-radius: 5px;
	height: 100%;
	display: flex;
	flex-direction: column;
	border-radius: 10px;
   text-align: center;
   line-height: 25px;border: 1px solid rgb(221, 204, 204);
}
.lasers_list_row .wpb_wrapper .shilabs_image_box_wrap img{border-radius: 200px;}
.lasers_list_row h3{ padding-top:5px;font-weight: 600; font-size:22px;}


.vc-hoverbox-block.vc-hoverbox-front:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.1;
}
.vc-hoverbox-block-inner{position: relative; z-index: 9;}
.vc-hoverbox-block.vc-hoverbox-front{justify-content: end;}
.vc-hoverbox-block.vc-hoverbox-front .vc-hoverbox-block-inner{padding: 10px; background: #ffd4d4;}
.vc-hoverbox-block h2{font-size: 22px; padding: 0 0 0px 0;font-family: "Montserrat", sans-serif;}
.vc-hoverbox-block .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern{background-color: #ff9492; border-color: #f3a5a4; color: #fff; font-weight: 500;padding: 10px 20px;margin-top: 20px;}
.vc-hoverbox-block .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus, 
.vc-hoverbox-block .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover{background-color: #fff; border-color: #f3a5a4; color: #843c3c; font-weight: 500;padding: 10px 20px;}
.vc-hoverbox-wrapper.vc-hoverbox-shape--rounded .vc-hoverbox-back, 
.vc-hoverbox-wrapper.vc-hoverbox-shape--rounded .vc-hoverbox-front{overflow: hidden;}


.contact_info_area .wpb_wrapper {display: flex;	flex-wrap: wrap;justify-content: center;}
.contact_info_area .wpb_wrapper .shilabs_image_box_wrap{width:33.333%;padding: 20px 20px;}
.contact_info_area .shilabs-image-box{ height:100%; background:#fff;padding: 30px 20px 25px 20px; border-radius: 8px; box-shadow: 0 0 30px #0000000d;}
.contact_page_form textarea{height: 150px;}


.service_page_flipbox_row .vc-hoverbox-inner{min-height: 360px!important;}
.service_page_flipbox_row .vc-hoverbox-inner p{ line-height:26px; padding-top:12px;}
.service_page_flipbox_row .vc-hoverbox-block .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern{ margin-top:0;}

ul.train-list{ list-style:none; padding:0; margin:0;}
ul.train-list li{ padding:14px 0;}
ul.train-list li h3{ padding-bottom:6px;}

.sidebar.sidebar_style{ padding: 30px 20px !important;}
.sidebar.sidebar_style .wpb_content_element{ display:inline-block; width:100%; margin-bottom:0;}
.sidebar.sidebar_style .wpb_content_element ul{ margin:0; padding:0; list-style:none;}
.sidebar.sidebar_style .wpb_content_element #menu-treatment-sidebar li {
	font-weight: 400;
	font-size: 15px;
	margin-bottom: 8px;
	border-bottom: 1px solid #eee;
	border-top: 0;
	padding: 0 0 8px 0;
}
.sidebar.sidebar_style .wpb_content_element #menu-treatment-sidebar li a{ color:#000;}
.sidebar.sidebar_style .wpb_content_element #menu-treatment-sidebar li a:hover{ color:#ea7d7b;}

.woocommerce-account .content-area{ padding:70px 0 60px;}



/*********************************
*Responsive CSS Start*
*********************************/
@media screen and (max-width: 1200px) {
ul.travelling_times li:nth-child(5n):after{ display: inline-block;}
.sg-popup-id-259 button,
.inquiry-button{padding: 14px 10px!important;}
.contact_page_col_100per_screen1200{ width:100% !important;}
}
@media screen and (max-width: 1100px) {
.full_width_screen_1100{ width:100% !important;}
.tour_single_content_area .full_width_screen_1100{ width:25%!important;}
.upper_footer{grid-template-columns:1fr 1fr; }
	.sidebar_latest_posts .latest-post{grid-template-columns:60px 1fr;}
	.blog_item_banner .first-four-posts .tour_item_box h3{font-size: 20px;}
	.our_factory_row_area .wpb_wrapper .wpb_text_column{ width:100%;}
}
@media screen and (max-width: 1050px) {
.banner_more_detail{font-size: 14px !important; padding:15px !important; background:#fff;}
.col_50per{ width:50% !important;}
.col_100per{ width:100% !important;}
.latex_gloves_row_area .latex_gloves_h2 h2 br{ display:none;}
.our_factory_row_area .wpb_wrapper .shilabs_image_box_wrap{ width:100%;}
.responsive-video-big {
	padding-bottom: 56%;
}
.shi_anything_slider h2{ font-size:30px !important;}

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

.width_100per_screen_1000 .vc_col-sm-5,
.width_100per_screen_1000 .vc_col-sm-7{ width:100% !important;}
.our_brands_row_area .wpb_wrapper .shilabs_image_box_wrap,
.home_services_area .wpb_wrapper .shilabs_image_box_wrap{ width:50%;}
	
.vc_row .shilabs_col100per{ width:100%!important;}
.vc_row .shilabs_col50per{ width:50%!important;}
.wpb_single_image.vc_align_left{ text-align:center !important;}
.upper_footer_top{flex-direction: column; align-items: center;}
.titlebar_area h1{ font-size:36px;}
.titlebar_area{ padding:100px 0 20px;}
.tours_pkg_posts_list ul{grid-template-columns: 1fr 180px 130px 130px;}
	.vc_row.banner_bg{padding-top: 100px !important; padding-bottom: 100px !important;}
	.post-type-archive-product .content-area,
	.post-type-archive-product .sidebar,
	.single_content_area .content-area,
	.single_content_area .sidebar{ width:100%; padding-right:0;}
	.single_content_area{ padding-bottom:0;}
	.blog_item_banner .first-four-posts .tour_item_box h3{font-size: 24px;}
	.blog_item_banner .first-four-posts,
	.blog_item_banner .fifth-post{ width:100%;}
	.blog_item_banner .fifth-post .tour_item_box .tour_item_thumb{height: 340px;}
	.contact_info_area .wpb_wrapper .shilabs_image_box_wrap{width: 50%;}
}
@media screen and (max-width: 900px) {
.width_100per_screen_900{ width:100% !important;}

}
	
@media screen and (max-width:850px) {
.topbar_right{ display: none !important;}
.site_topbar .topbar_left{width: 100%;justify-content: center;}
.get_in_touch_row h2{ font-size:34px;}
.get_in_touch_row a.get_in_touch_button{ font-size:16px;}
.alignright{float: none;margin: 2px 0 0px 20px;display: block;margin: 0 auto 10px auto !important;}
}
	
@media screen and (max-width: 767px) {
.col_50per{ width:100% !important;}
.latex_gloves_manufactured_row h2,
.font_size38 h2{ font-size:30px;}
.h2_font_40 h2{ font-size:32px;}

.cat_slider_wrap .ult-carousel-wrapper{margin: 0 auto;max-width: 400px;}
.tour_single_content_area .full_width_screen_1100{ width:100%!important;}
.what_to_pack_list ul li{ width:50%;}
.related_tours_slider.slick-dotted.slick-slider{margin: 0 auto 60px; max-width: 500px;}
.tour_single_wrapper h3,
.vc_col-sm-6.textalign_right{ text-align:center;}
.vc_row.row_padding_left_right{padding-right:0!important; padding-left:0!important;}
.gallery_list_area ul li{ width:33.3333%;}

}
@media screen and (max-width: 700px) {
.tours_pkg_posts_list ul{grid-template-columns: 1fr;}
.tours_pkg_posts_list ul.tour-pkg-head{ display:none;}
	.mobile_hamburger_canvas ul{ font-size:14px;}
	.contact_info_area .wpb_wrapper .shilabs_image_box_wrap{width: 100%;}
	.single_content_area .content-area h2 {font-size: 34px;}
}
@media screen and (max-width: 600px) {
.our_brands_row_area .wpb_wrapper .shilabs_image_box_wrap,
.home_services_area .wpb_wrapper .shilabs_image_box_wrap{ width:100%; background:none;}
.single_content_area .content-area h2,
h2{font-size: 30px;line-height: 36px;}
.our_factory_row_area .our_factory_image_box .shilabs-image-box{flex-direction: column;}
.our_factory_row_area .shilabs-image-box-image{ margin-bottom:12px;}
.our_factory_row_area .shilabs-image-box-image,
.our_factory_row_area .shilabs_image_box_content{ width:100%;padding-left: 0;}

	
.form_area .form_row.col_3.first_col_small .form_col:last-child,
.form_area .form_row.col_2 .form_col,
.form_area .form_row.col_3 .form_col {width: 100%;}
.form_area .form_row.col_3.first_col_small .form_col{width: 70%;}
.form_area .form_row.col_3.first_col_small .form_col.first_col{width: 30%;}
.upper_footer{grid-template-columns:1fr; }
.what_to_pack_list ul li{ width:100%;}
.tour_item_box a.view_tour_button{font-size: 12px;padding: 10px 15px;text-wrap: nowrap;}
.search-box{ left: auto; right:0px; min-width: 250px;}
.blog_item_banner .first-four-posts .tour_item_box h3 {font-size: 20px;line-height: 24px;}
.site_topbar .topbar_left li:first-child{ display:none !important;}
.site_topbar .container{ padding:0;}
}
@media screen and (max-width: 500px) {
	.blog_item_banner .first-four-posts .tour_item_box{ width:100%;}
	.blog_item_banner .fifth-post .tour_item_box .tour_item_thumb {height: 220px;}
}
@media screen and (max-width: 400px) {
	.header_info_area .tailor_made_bun{text-align: center;font-size: 12px;line-height: 15px;padding: 5px 10px;}
}

/*********************************
*Responsive CSS end*
*********************************/


@media screen and (max-width: 1400px) {
.banner_slide.slick-slide{ padding-left:40px !important; padding-right:40px !important;height:750px;}
}
@media screen and (max-width: 1000px) {
.banner_slide.slick-slide{ height:650px;}
.width_100per_990{ width:100%!important;}
.width_50per_990{ width:50%!important;}
.display_none_990{ display:none;}
.laser_treatments_row_single_img .wpb_single_image.vc_align_left{ text-align:left!important;}
	.lasers_list_row .wpb_wrapper .shilabs_image_box_wrap{width: 50%;}
	.vc-hoverbox-block h2{font-size: 18px;}
}
@media screen and (max-width: 767px) {
.banner_slide.slick-slide{ height:550px;padding-top: 100px !important;}
.banner_slide h1{font-size: 42px;}
.banner_slide p{font-size: 18px;}
.width_50per_990{ width:100%!important;}
}

@media screen and (max-width: 600px) {
.banner_slide.slick-slide{ height:450px;}
.header_right{gap: 10px;}
}
@media screen and (max-width: 500px) {
.banner_slide h1{font-size: 36px;}
.banner_slide p{padding: 12px 0 15px;}
.banner_slide a{padding: 10px 37px;}
.custom-logo-link img{ width:150px;}
.lasers_list_row .wpb_wrapper .shilabs_image_box_wrap{width: 100%;}
}
#masthead .container{position: relative;}
nav.main_navigation ul.header_main_menu li#menu-item-321,
nav.main_navigation ul.header_main_menu li#menu-item-325{ position:static;}
nav.main_navigation ul.header_main_menu li#menu-item-325 > ul.sub-menu,
nav.main_navigation ul.header_main_menu li#menu-item-321 > ul.sub-menu{ width: 100%; column-gap: 30px; display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; left:0;}
nav.main_navigation ul.header_main_menu > li ul.sub-menu li a{font-size: 14px;}
nav.main_navigation ul.header_main_menu > li ul.sub-menu li.current_page_item a,
nav.main_navigation ul.header_main_menu > li ul.sub-menu li a:hover {
  color: #fff;
	background: #eb9392;border-radius: 4px;}




