/*
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/
 */
 

@font-face {
    font-family: 'Aileron';
    src: url('fonts/Aileron-SemiBold.woff2') format('woff2'),
        url('fonts/Aileron-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aileron';
    src: url('fonts/Aileron-UltraLightItalic.woff2') format('woff2'),
        url('fonts/Aileron-UltraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Aileron';
    src: url('fonts/Aileron-BlackItalic.woff2') format('woff2'),
        url('fonts/Aileron-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Aileron';
    src: url('fonts/Aileron-BoldItalic.woff2') format('woff2'),
        url('fonts/Aileron-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Aileron';
    src: url('fonts/Aileron-Black.woff2') format('woff2'),
        url('fonts/Aileron-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aileron';
    src: url('fonts/Aileron-UltraLight.woff2') format('woff2'),
        url('fonts/Aileron-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aileron';
    src: url('fonts/Aileron-SemiBoldItalic.woff2') format('woff2'),
        url('fonts/Aileron-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Aileron';
    src: url('fonts/Aileron-HeavyItalic.woff2') format('woff2'),
        url('fonts/Aileron-HeavyItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Aileron';
    src: url('fonts/Aileron-ThinItalic.woff2') format('woff2'),
        url('fonts/Aileron-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Aileron';
    src: url('fonts/Aileron-Bold.woff2') format('woff2'),
        url('fonts/Aileron-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aileron';
    src: url('fonts/Aileron-Thin.woff2') format('woff2'),
        url('fonts/Aileron-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aileron';
    src: url('fonts/Aileron-Heavy.woff2') format('woff2'),
        url('fonts/Aileron-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aileron';
    src: url('fonts/Aileron-LightItalic.woff2') format('woff2'),
        url('fonts/Aileron-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Aileron';
    src: url('fonts/Aileron-Italic.woff2') format('woff2'),
        url('fonts/Aileron-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Aileron';
    src: url('fonts/Aileron-Light.woff2') format('woff2'),
        url('fonts/Aileron-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aileron';
    src: url('fonts/Aileron-Regular.woff2') format('woff2'),
        url('fonts/Aileron-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* 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: 'Aileron'; margin: 0; overflow-x:hidden; line-height:30px; font-size:16px; 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:600;
}

h1{font-size:60px;padding:0px;color:#000; font-family: 'Aileron';}

h2{font-size:44px;padding:0 0 10px 0; color:#000; font-family: 'Aileron';}

h3{font-size: 24px;padding:0 0 20px 0;color:#000; font-family: 'Aileron';}

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

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

h6{font-size: 18px;padding:0 0 20px 0;}
body.single .vinci_blog_content .entry-content p,
p{margin:0; padding:0 0 25px 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:#036cb0;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,
input[type="text"][id="zip-code"]{
	border:1px solid #ddd !important;background: none;
	padding:5px 18px; 
	width: 100%;
	border-radius:4px;background: #fff;
}
input[type="text"][id="zip-code"] {
    max-width: 150px; /* Limit width for better appearance */
    text-align: center; /* Centers the text inside */
}
input[type="date"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="text"][id="zip-code"] {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;
}
#zip-code {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    outline: none;
    transition: 0.3s;
}
.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: #1050b1;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #62a9eb;
}

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

.pagination {
	font-size: 18px;
	font-size: 1.2; margin:0 0 50px 0!important;margin: 50px 0 50px 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:#036cb0;min-width: 40px; text-align: center;
}
.pagination .page-numbers:hover,
.pagination .current {
	display: inline-block;
	font-weight: 700;background: #036cb0; 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;
    font-size: 150%;
    font-weight: bold;
    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;
}





/*--------------------------------------------------------------
happyhandsgloves CSS Start
--------------------------------------------------------------*/
body{ overflow-x:hidden!important;}
.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 30px;}
.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;}



#masthead{width:100%; padding:0px 0; background:#fff;position: relative; z-index: 999;}
.site_topbar{ width:100%; float:left; background:#0f51b1; padding:10px 0; font-size:17px; font-weight:600;}
.site_topbar .container{justify-content: space-between;display:flex;align-items: center;}
.site_topbar .topbar_right,
.site_topbar .topbar_left{ list-style:none; padding:0; margin:0; display:flex;}
.site_topbar .topbar_left li{ margin-right:30px;}
.site_topbar .topbar_left li:last-child{ margin-right:0;}
.site_topbar .topbar_left li a{display:flex;align-items: center; color:#fff;}
.site_topbar .topbar_left li a:hover{ color:#ffffffb5;}
.site_topbar .topbar_left li a img{ margin-right:5px;}
.site_topbar .topbar_right li{ margin-left:8px; line-height:0;}
.site_topbar .topbar_right li:first-child{ padding-top:12px; color:#fff;}
.site_topbar .topbar_right li a:hover{ opacity:0.7;}

.header_main{width:100%; float:left;padding: 16px 0 0 0;position: absolute;z-index: 999;}
nav.main_navigation ul{ margin:0; padding:0; list-style:none; font-size:16px; font-weight:600; text-transform:uppercase;}
nav.main_navigation ul.header_main_menu li{ float:left;padding:0 23px; 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:#024474; color:#024474;}
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:#000;}
/*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:uppercase; 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%;background: #fff;padding: 20px;border-radius: 15px;}
.header_right{display: flex; justify-content: space-between; align-items: center; padding-bottom:0px;gap:10px;}
.header_center{ display:inline-block;}
.site-branding{ display:inline-block; line-height:0;}

.header_info_area .header_icon{display: inline-block;padding-left:18px; line-height:0;}
.header_info_area .tailor_made_bun{display: inline-block; margin-left:18px; font-size:16px; line-height:15px; color:#fff; background:#036cb0; border:1px solid #036cb0; padding:15px 18px; border-radius:6px;}
.header_info_area .tailor_made_bun:hover{ background:#000; border-color:#000;}

.sidebar_latest_posts{ display:inline-block; width:100%;}
.sidebar_latest_posts .latest-post{padding: 10px; margin-bottom: 20px; display: grid; grid-template-columns: 90px 1fr; gap: 18px; border-radius:10px; background-color: #fff; box-shadow: 0 0 13px 7px rgb(82 85 90/10%); border: 1px solid #dededeb0;}
.sidebar_latest_posts .latest-post-thumbnail{ line-height:0; float:left;}
.sidebar_latest_posts .latest-post-title{ font-size:15px; line-height:20px;padding: 0 0 15px 0;}
.sidebar p:empty,
.sidebar .wp-block-search__label{ display: none }
.latest-post .from_duration_list li{padding: 0 0px 0 23px;font-size: 12px;}

/**********************************
*Header Menu Responsive CSS Start*
*********************************/
@media (min-width: 1024px) {
.mobile_hamburger_canvas,
.mobile_menu_toggle_button,
.mobile_nav-menu{display:none;}	
}
@media (max-width: 1023px) {
.header_right{padding-right: 0;position:relative;}
.header_menu_area{ display:none;}
.menu-icon-box{ margin-left:26px;}
.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: #1b3860;
	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:#fff;}
.mobile_hamburger_canvas a:hover{ color:#d59663;}
.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;
}

.banner_more_detail:hover{ background:#0f51b1 url(img/banner_arrow.png) no-repeat center right;color: #fff !important;}
.crellyslider > .cs-slides .banner_title_h1{text-align:center;color:#fff !important;font-family: 'Cambria'!important;}
.crellyslider > .cs-slides .banner_title_h2{ text-align:center; color:#fff !important;font-family: 'Cambria'!important;}
.crellyslider > .cs-slides li:before{ background:rgba(0,0,0,0.5); position:absolute; left:0; bottom:0; top:0; right:0; content:"";}
.crellyslider > .cs-controls > .cs-previous,
.crellyslider > .cs-controls > .cs-next{background-color: transparent!important;box-shadow: none !important;}
.crellyslider > .cs-controls > .cs-previous{ background-image: url(img/left_arrow.png)!important;}
.crellyslider > .cs-controls > .cs-next{ background-image: url(img/right_arrow.png)!important;}
.extend_image.wpb_single_image .vc_single_image-wrapper{width: 120%;margin-left: -10%; max-width:initial; position:relative; z-index:8;}

.banner_title1 .uvc-main-heading > div{ text-transform:uppercase; text-shadow:0px 0px 8px rgba(0,0,0,0.5);font-weight:300 !important;}
.home .banner_title2 .uvc-main-heading > div{ text-transform:uppercase; text-shadow:0px 0px 8px rgba(0,0,0,0.5);font-weight:600 !important;}
.banner_title2 .uvc-main-heading > div{ text-transform:uppercase; text-shadow:1px 1px 12px rgba(0,0,0,1);font-weight:600 !important;}

.banner_title3 .uvc-main-heading > div{ text-transform:uppercase; text-shadow:0px 0px 8px rgba(0,0,0,0.5);font-weight:400 !important;}
.banner_title2{ display:inline-block; border-top:1px solid #fff;border-bottom:1px solid #fff;}


.about_us_icon_area .top-icon .aio-icon-header .aio-icon-title{ margin:0; padding:0 0 8px 0;}
.tours_cat_box_home{ height:320px;}
.tours_cat_box_home img{width: 100%;height: 100%;object-fit: cover;}
.tours_cat_box a.ultb3-btn.kri_ful_link{ position:absolute; left:0; top:0; right:0px; bottom:0; z-index:9;}
.tours_cat_box{border-radius:7px; overflow:hidden;position:relative;}
.tours_cat_box img.ultb3-img{ position:relative; width:100% !important; margin:0;}
.tours_cat_box .ultb3-info{ position: absolute; left:0; bottom:0;top:auto !important; width:100%; background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%); padding-top:35px;}
.tours_cat_box a.ultb3-btn{ padding:0 !important;font-size: 15px !important; line-height: 18px !important; color:#fff !important; border:0 !important;}
.ultb3-box .ultb3-title{ font-weight:700!important; font-size:20px !important; line-height:24px !important;}
.cat_slider_wrap .slick-list{ overflow: visible !important;}
.gallery_slider_wrap,
.cat_slider_wrap{ overflow:hidden;}

.confidence_icon_area .aio-icon-header h3.aio-icon-title{ padding-bottom:0 !important;}
.confidence_icon_area .left-icon .aio-icon-description p{ padding-bottom:0 !important;}
.confidence_icon_area .left-icon .aio-icon-description p:empty{display: none;}

.testimonial_icon_area .aio-icon-img .img-icon{ border-radius:50px!important; overflow:hidden;}
.testimonial_item.wpb_row{ background-position:94% 25px !important; padding:25px!important; border-radius:10px;}

.gallery_slider_wrap .wpb_single_image img{width: 100%;}
.gallery_slider_wrap .wpb_single_image a{width: 100% !important; display: inline-block;}
.gallery_slider_wrap .wpb_single_image .vc_figure{width: 100%;}

.vc_tta.vc_general .vc_tta-panel{ padding:15px 25px 0px 25px; border-radius:10px;}
.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 #000 !important; padding:0 !important;  background:none !important; font-size:17px; line-height:20px;}
.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a{color:#000 !important;font-weight: 500; 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:19px; line-height:28px;}
.vc_tta.vc_general .vc_tta-panel-body{ color:#000; font-size:19px; line-height:28px; padding:20px 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%;}

.site_footer{line-height: 26px;font-size: 18px;background:#06263e; width:100%; float:left; position: relative; z-index: 999;border-top:1px solid #c2c2e154}
.copyright{ width:100%; float:left; color:#fff; font-size: 15px;line-height: 20px; letter-spacing:1px; padding:20px 0; text-align:center;}


.upper_footer{ color:#000;display: grid;grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) );gap:30px; margin:0 -31px; padding-top:70px;border-bottom: #5d7281 1px solid;padding-left:70px;}
.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;
}
.site_footer-main {
    color: #fff;
    display: grid;
    grid-template-columns: 450px 1fr;
    gap: 30px;
    /* margin: 0 -73px; */
}
.footer-left{
	text-align:center;
	color:#fff;
	border-right:#5d7281 1px solid;
	padding:70px 40px 70px 0;
}
.footer-left p{
	color:#fff;
	font-size:16px;
	line-height:30px;
}
.upper_footer h3{ font-size:19px;color:#fff;}
.upper_footer p{ color:#000;}
.footer_menu{ margin:0; padding:0; list-style:none;}
.footer_menu li{ display:inline-block; width:100%; padding-bottom:10px;}
.footer_menu li a{ color:#fff;display:inline-block; width:100%; padding-left: 16px;position:relative;font-size:15px;}
.footer_menu li a:after {
    position: absolute;
    left: 0px;
    top: 13px;
    content: "";
    width: 4px;
    height: 5px;
    border-radius: 0px;
    background: #fff;
}
.footer_menu li a:hover{ color:#fff;padding-left:20px;}

ul.footer_social{ margin:0;display:inline-block; margin:0; padding:0;}
.footer_social li{ display:inline-block; width:100%; font-size:18px; line-height:20px; padding:10px 0;}
.footer_social li span{ margin-right:10px;float: left;padding-bottom:10px;}
.footer_social li a{color:#fff; transition:all 0.6s;-webkit-transition:all 0.6s;font-size:15px;}
.footer_social li a:hover{ color:#fff;}

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 180px; position: relative; z-index:99;}
.titlebar_area:before{ position:absolute; content:""; left:0; top:0; width:100%; height:100%; background:#000; opacity:0.3;}
.titlebar_content_area{ z-index:2; position:relative;}
.titlebar_area h1{ font-size:50px; line-height:1.2; color:#fff; padding-bottom:0;text-transform: uppercase; text-shadow: 0px 0px 8px rgba(0,0,0,0.5); 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:#90ffec;}
.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;}
.tour_single_wrapper{ width:100%; float:left; padding-top:80px; padding-bottom:80px;}
.tour_single_wrapper h3{ font-size:24px; line-height:30px;}
.tour_single_sidebar{ width:30%; float:left; background: rgb(40,77,122);
background: linear-gradient(0deg, rgba(40,77,122,1) 0%, rgba(50,97,154,1) 100%); padding:25px; border-radius:6px;}
.tour_single_sidebar ul{ padding:0; margin:0; list-style:none;}
.tour_single_sidebar ul li{ border-bottom:1px solid #6487b2; padding:0 0px 0 10px;}
.tour_single_sidebar ul li a{ display:flex;align-items: center; padding:7px 0; color:#fff; font-weight:600;}
.tour_single_sidebar ul li a .icon{ line-height:0; border-radius:50px; height:45px; line-height:45px; background:#fff; margin-right:15px; transition:all 0.6s;}
.tour_single_sidebar ul li a.active .icon,
.tour_single_sidebar ul li a:hover .icon{ background:#bf7e48;}
.tour_single_sidebar ul li a.active .icon img,
.tour_single_sidebar ul li a:hover .icon img{filter: brightness(0) invert(1);}
.tour_single_sidebar ul li.mail_item,
.tour_single_sidebar ul li.click_to_whasapp{ text-align:center;border-bottom: 0px solid #6487b2; padding-top:12px;}
.tour_single_sidebar ul li.click_to_whasapp a{ border-radius:6px;background: rgb(191,126,71);
background: linear-gradient(90deg, rgba(191,126,71,1) 0%, rgba(191,126,72,1) 76%, rgba(219,157,105,1) 100%); padding:12px 35px; display:inline-block;}
.tour_single_content_area{ width:70%; float:left;padding-left: 50px;}
.textalign_right{ text-align:right;}
.textalign_right button .ubtn-text{text-transform: capitalize;letter-spacing: 0;font-weight: 600;}
.textalign_right button:hover{ background:#000 !important;}
.from_duration_list{ margin:0; padding:0; list-style:none;}
.from_duration_list li{ display:inline-block; padding:0 30px 0 32px; position:relative;font-size:16px; line-height:20px;}
.from_duration_list li .big{ font-size:18px; line-height:22px; font-weight:600;}
.from_duration_list li:before{ content:""; left:0; top:3px; background:url(img/tour_duration.jpg) no-repeat center center; width:20px; height:20px; position:absolute;line-height: 20px;}
.from_duration_list li.from_icon:before{background:url(img/tour_price.jpg) no-repeat center center;}

.cruise_details_table table,
.cruise_details_table th,
.cruise_details_table td{ border:0;}
.cruise_details_table td{ background:#deeaf8;border-bottom:10px solid #eff5fc;}
.cruise_details_table tr{ padding:6px 0;}

.tour_highlights_col h4{ font-size:18px; line-height:24px; margin:0; padding:0 0 20px 0;}
.tour_highlights_list ul{ margin:0; padding:0; list-style:none;}
.tour_highlights_list ul li{ position:relative; padding-left:20px;}
.tour_highlights_list ul li:after{content:""; left:0; top:9px; background:url(img/right_arrow3.png) no-repeat center center; width:12px; height:10px; position:absolute;line-height:10px;}
.you_will_love_list ul,
.tour_exclude_list ul,
.tour_included_list ul{ margin:0; padding:0; list-style:none;}
.you_will_love_list ul li,
.tour_exclude_list ul li,
.tour_included_list ul li{ position:relative; padding-left:30px; padding-bottom:15px;}
.tour_exclude_list ul li:after,
.tour_included_list ul li:after{content:""; left:0; top:2px; background:url(img/tick_icon.png) no-repeat center center; width:21px; height:23px; position:absolute;line-height:23px;}
.tour_exclude_list ul li:after{background:url(img/close_icon.png) no-repeat center center;}
.you_will_love_list ul li{ padding-bottom:10px;}
.you_will_love_list ul li:after{content:""; left:0; top:6px; background:url(img/heart.jpg) no-repeat center center;width:19px;height:19px; position:absolute;line-height:19px;}
.tour_itinerary_accordion.vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a,
.tour_itinerary_accordion.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title > a{ padding-left:20px; color:#fff;}
.tour_itinerary_accordion.vc_tta.vc_general .vc_tta-panel-title{ border-bottom:0!important;}
.tour_itinerary_accordion.vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,
.tour_itinerary_accordion.vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus, 
.tour_itinerary_accordion.vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover,
.tour_itinerary_accordion.vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading{ background:#355e8f; border-color:#355e8f;}
.tour_itinerary_accordion.vc_tta-color-blue.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before{border-color: #fff;}
.tour_itinerary_accordion.vc_tta.vc_tta-o-no-fill .vc_tta-panels .vc_tta-panel-body{padding: 30px 15px 0px 15px !important;}
.smile_icon_list li .icon_description .info-list-heading{ padding-bottom:10px;}

.pricing_area_row .left-icon .aio-icon-left .align-icon{ line-height:0;}
.pricing_area_row .left-icon .aio-icon-title{ padding:0;}
.pricing_area_row table{ font-size:12px; line-height:15px; background:#ffffff; border:0;}
.pricing_area_row table td{border:0;padding: 12px 8px;}
.pricing_area_row table td[align="right"]{ text-align:right;}
.pricing_area_row table tr:nth-child(even) {background-color: #deeaf8;}

.inquiry-button{white-space: nowrap;font-weight: 600;font-size: 15px;line-height: 18px;padding: 15px 18px;border: none;background: #bf7e48;color: #ffffff;display: inline-block;border-radius: 6px;}
.inquiry-button:hover{ background:#000; color:#fff;}
.vc_custom_heading a:hover {opacity: .70!important;}

.single_tour_confidence_icon_area_row .vc_column-inner{ background: rgb(24,60,103);
background: linear-gradient(90deg, rgba(24,60,103,1) 0%, rgba(40,77,122,1) 100%); }
.single_tour_confidence_icon_area_row .vc_column-inner h3.aio-icon-title{ padding-bottom:0; font-size:16px;}
.what_to_pack_list ul{ padding:0; margin:0 -15px; list-style:none;}
.what_to_pack_list ul li{ width:33.3333%; padding:10px 15px;float: left; display: flex; align-items: center; line-height:20px; font-size:15px;}
.what_to_pack_list ul li img{ margin-right:10px;}

#popup-post-title{text-align: center;font-size: 24px; font-weight: 600; padding-top: 20px; padding-bottom: 0px;}
.blogpost_slider{ margin: 0 -20px;}
.blogpost_slider .slider_item{ padding:20px;}
.blogpost_slider .blogpost_slider_box{float:left; width:100%;padding:7px 7px 7px 7px; background:#fff;box-shadow: 0px 0px 4px rgba(0,0,0,0.1);border-radius:6px;}
.blogpost_slider .blogpost_slider_box .blogpost_desc{padding:7px 7px 7px 7px; float:left; width:100%;}
.blogpost_slider .blogpost_slider_box .blogpost_thumb{ float:left; width:100%;border-radius:6px; overflow:hidden; line-height:0; height:196px;}
.blogpost_slider .blogpost_slider_box .blogpost_thumb img{width: 100%; height: 100%; object-fit: cover;}
.blogpost_slider .blogpost_slider_box h3{ font-size:16px; line-height:22px; font-weight:600; color:#000; padding:10px 0 5px;}
.blogpost_slider .blogpost_slider_box .post_date{padding-bottom: 12px; display: inline-block; width:100%; font-size:14px; line-height:18px;}
.blogpost_slider .blogpost_slider_box a{ font-size:15px; line-height:22px; font-weight:600; color:#fff; padding:12px 25px; border-radius:6px; display:inline-block; background: rgb(191,126,71);}
.blogpost_slider .blogpost_slider_box a:hover{ background:#000;}
.blogpost_slider .slick-dots{ bottom:0;  position:relative;
-webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.blogpost_slider.slick-dotted.slick-slider{ margin-bottom:0;}
.blogpost_slider .slick-dots li button::before{ font-size:9px;}
.send_request_for_this_tour{box-shadow: 0px 0px 14px rgba(0,0,0,0.12); border-radius:6px!important; }
.send_request_for_this_tour input[type="submit"]{ background: rgb(191,126,71); font-weight:600px;transition:all 0.6s;}
.send_request_for_this_tour input[type="submit"]:hover{ background:#000;}
.tours_partners_slider_wrap{clear:both; padding-bottom:40px;}



.tours_category_posts{display: grid; grid-template-columns: repeat( auto-fit, minmax(315px, 1fr) ); gap: 35px;padding:0px 0;}
.blog_item_list,
.tour_list_content_area{display: grid; grid-template-columns: repeat( auto-fit, minmax(315px, 1fr) ); gap: 35px;padding:80px 0;}

/*Tours Box CSS Start*/
.post_item_box{float:left;width:100%;padding:0; background:#fff;border-radius:5px;  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);overflow: hidden;}
.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:18px; line-height:28px; font-weight:700; 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:15px;}
.post_read_more a.view_post_button{ font-size: 16px;
    font-weight: 600;
    border-radius: 0px;
    color: #000 !important;
    padding: 0px 40px 0px 0px !important;
    display: inline-block;
	position:relative;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    border-bottom: #00b8fd 2px solid;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out, color 0.3s ease-in-out;}
.post_read_more a.view_post_button:hover{transform: scale(1.05); color: #00b8fd;} 
.post_read_more a.view_post_button:after{background: url(https://itbdg.com/wp-content/uploads/2025/03/icon-2-11.png) no-repeat left center;height: 23px;width: 33px;position: absolute;right: 0px;content: "";top: 2px;}
.post_meta{ width:100%; display:inline-block; list-style:none; margin:10px 0 0 0; padding:0;border-top: #e6e8ee 1px solid; padding-top: 8px;}
.post_meta li{ display:inline-block; padding-left:19px; font-size:16px; line-height:20px;text-transform: capitalize; margin-right:5px; color: #6e6e6e;}
.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/user.jpg) no-repeat left 4px;}
.prd-cat a{font-size:17px; color:#05a4e5;}
.excerpt_text_area p{font-size:16px;}


.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%;}
.single_content_area .content-area{ width:70%; float:left; padding-right:50px;}
.single_content_area .content-area h2{ font-size:40px;}
.single_content_area .content-area h2.comment-reply-title{font-size:30px;}
.single_content_area .sidebar{ width:30%; 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:26px; padding-bottom:20px;position:relative;}
.sidebar h2::after {
	content: "";
	position: absolute;
	background:#0f51b1;
	width: 60px;
	height: 3px;
	bottom:15px;
	left: 0;
	transition: ease-in-out 300ms;
}
p.form-submit{ padding-bottom:0;}
.single_content_area .sidebar{ font-size:18px;}
.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:18px;margin-bottom: 15px;border-bottom: 1px solid #eee;border-top:0;padding:0 0 15px 0;}
.single_content_area .sidebar a{ color:#0f51b1;}
.single_content_area .sidebar a:hover{ color:#0f51b19c;}
.post-navigation{display: grid; grid-template-columns: 1fr 1fr; gap: 30px;background: #f4f4f4; padding: 0 20px; margin-bottom:0px; line-height: 22px;}
.post-navigation > div{ padding:30px 0;color: #036cb0; 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: #036cb0 !important; line-height: 25px; padding: 4px 6px; border: 1px solid #eee; margin: 2px 1px;}
.sidebar .wp-block-tag-cloud a:hover{ background:#036cb0; color:#fff!important;}
.sidebar .widget_media_image{ margin-bottom:5px;}


.sidebar {
	border: 1px solid rgba(128,137,150,.1);
	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*/

/*About-Us*/

.port-folio-box {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: ease-in-out 300ms;
    box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
}
.port-image img {
    width: 100%;
    display: block;
    position: relative;
    transition: all .6s;
}
.port-detail {
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0px;
    transition: ease-in-out 300ms;
	text-align:center;
}
.port-detail h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.port-detail h5 {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
	padding:5px !important;
}
.contact-social{
	width:100%;
	float:left;
	margin:0px !important;
}
.contact-social li{
    display: inline-block;
    float: left;
    border-radius: 5px;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    text-align: center;
}
.contact-social li a{
    display: block;
    color: #fff;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
}
.contact-social li span{
	display:none;
}
.contact-social li:nth-child(1)  {
    background-color: #3e5ea4;
}
.contact-social li:nth-child(2)  {
    background-color: #31c7f9;
}
.contact-social li:nth-child(3)  {
    background-color: #2583be;
}
.contact-social li:nth-child(4)  {
    background-color: #c13584;
}
.payment-tbl {
    width: 100%;
    float: left;
    box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
	margin-bottom:20px !important;
}
.payment-tbl tr:nth-child(odd) {
    background: #ededed;
}
.payment-tbl tr th, .payment-tbl tr td {
    padding: 16px;
    font-size: 14px;
    color: #000;
    line-height: 24px;
    border-collapse: collapse;
}
.payment-tbl tr:nth-child(even) {
    background: #fff;
}

.blog_item_list.paginated-posts{ padding:0;}

/*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:18px;}
.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{ font-size:16px; font-weight:600; background:#fff; border:#5fd1fb 1px solid;border-radius:5px; position:relative;padding:15px 52px 15px 20px !important; margin-top:20px; color:#000; transition: transition: background 0.3s ease-in-out, transform 0.3s ease-in-out, color 0.3s ease-in-out;}
.get_in_touch_button:hover{ background: #fff;
	border:#5fd1fb 1px solid;
    transform: scale(1.05); 
    color: #000;   }
.get_in_touch_button:after{background:url(https://itbdg.com/wp-content/uploads/2025/03/icon-2-11.png) no-repeat left center; height:23px; width:33px; position:absolute; right:10px; content:""; top:10px;}
.white_text h2,
.white_text p{ color:#fff;}
.get_in_touch_row{width:100%; float:left;}
.get_in_touch_row h2{font-size:36px;}
.get_in_touch_row p{ padding:20px 0;font-size:20px;font-weight:300;}
.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;margin-bottom:40px !important;}
.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;}
.vc_row .bg_position_left_top_col{background-position: top left !important;}

/*********************************
*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:80px 0;}
.tours_pkg_posts_list ul{grid-template-columns: 1fr 180px 130px 130px;}
	.vc_row.banner_bg{padding-top: 100px !important; padding-bottom: 100px !important;}
	.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;}
	}
@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;}
.from_duration_list{ padding-top:40px;/*text-align: center;*/}
	.from_duration_list li{ text-align:left;}
.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;}

}
@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;}
}
@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;}
h2{font-size: 32px;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:-50px;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*
*********************************/

.mission-box {
    width: 100%;
    float: left;
    background: url(https://itbdg.com/wp-content/uploads/2025/03/mission_icon.png) left no-repeat;
    padding-left: 95px;
}
.contact_box {
    padding: 30px;
    max-width: 800px;
    width: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin: auto; /* Ensures centering horizontally */
}
.tab-box {
    display: flex;
    width: 100%;
    margin-top: 30px;
    background: #fff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 20px;
}

.banner {
    width: 100%;
    float: left;
    background: url(https://itbdg.com/wp-content/uploads/2025/03/banner-8.jpg) left no-repeat;
    background-size: cover;
	position: relative;
	padding: 228px 0;
}
.banner-caption {
    width: 100%;
    float: left;
	display: flex;
    /*align-items: flex-end;*/
    gap: 40px;
}
.banner-caption h1 {
    color: #000;
    font-size: 60px;
    font-weight: 700;
    line-height: 80px;
    margin-bottom: 15px !important;
}
.banner-caption-box p {
    color: #000;
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
}
.banner-caption-box a{
	font-size: 16px;
    color: #000;
    font-weight: 500;
    border-radius: 5px;
    background: #fff url(https://itbdg.com/wp-content/uploads/2025/03/icon-2-11.png) 116px no-repeat;
	border:#5fd1fb 1px solid;
    padding: 10px 45px 10px 20px;
    margin-top: 30px;
	display: inline-block;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out, color 0.3s ease-in-out; 
}
.banner-caption-box a:hover {
	background: #fff url(https://itbdg.com/wp-content/uploads/2025/03/icon-2-11.png) 116px no-repeat;
	border:#5fd1fb 1px solid;
    transform: scale(1.05); 
    color: #000; 
}
@media (max-width: 768px) {
    .banner .banner-caption {
        flex-direction: column;
        text-align: center;
    }
	.banner-caption-box{
		width: 100%;
		padding:0px;
		padding-top:50px;
	}
}
.header_right h3 {
    text-transform:uppercase;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 15px;
    border-radius: 15px;
    line-height: 25px;
    color: #fff;
    display: inline-block;
    background: #024474 url(https://itbdg.com/wp-content/uploads/2025/03/icon-1-10.png) 10px center no-repeat;
    padding-left: 45px !important;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
.header_right h3 a {
	font-size:16px;
    color: #fff !important;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease, text-decoration 0.3s ease;
}
.content-row-1{
	width:100%;
	float:left;
	padding:60px 0;
}
.content-row-1 h2, .content-row-2 h2{
	font-size:40px;
	font-weight:500;
}
.content-row-1 p, .content-row-2 p{
	font-size:18px;
	font-weight:400;
}
.content-row-1 h2 span, .content-row-2 h2 span{
	font-weight:700;
}
.content-row-1 a{
	font-size: 16px;
    font-weight: 600;
    border-radius: 0px;
    color: #000 !important;
    background: url(https://itbdg.com/wp-content/uploads/2025/03/icon-2-11.png) 100px no-repeat;
    padding: 0px 40px 0px 0px !important;
    margin-top: 30px;
    display: inline-block;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    border-bottom: #00b8fd 2px solid;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out, color 0.3s ease-in-out, padding 0.3s ease-in-out; 
}
.content-row-1 a:hover{
	background: url(https://itbdg.com/wp-content/uploads/2025/03/icon-2-11.png) 100px no-repeat;
    transform: scale(1.05); 
    color: #000; 
    padding-right: 50px;
}
.content-row-2{
	width:100%;
	float:left;
	margin-bottom:60px;
}
.content-row-3{
	width:100%;
	float:left;
	padding:60px 0 200px 0;
}
.content-row-3 h2{
	font-size:48px;
	font-weight:500;
	color:#fff;
}
.content-row-3 p{
	font-size:18px;
	font-weight:400;
	color:#fff;
}
.content-row-4{
	width:100%;
	float:left;
	padding:30px 0;
	margin-top: -169px;
    position: relative;
	border-radius: 15px;
    background: #fff;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
	margin-bottom:30px;
}
.content-row-4 .shilabs-image-box-button{
	color:#fff;
    background: url(https://itbdg.com/wp-content/uploads/2025/03/read-more.png) center no-repeat;
}
.content-row-5{
	width:100%;
	float:left;
}
.content-row-5 h2{
	font-size:40px;
	font-weight:500;
}
.content-row-5 h2 span{
	font-weight:700;
}
.content-row-6{
	width:100%;
	float:left;
}
.content-row-6 h2{
	font-size:40px;
	font-weight:500;
}
.content-row-6 h2 span{
	font-weight:700;
}
.content-row-5 .vc_figure {
    border: #ababab 1px solid !important;
    border-radius: 5px !important;
    overflow: hidden !important;
}
@media (max-width: 768px) {
    .site_footer-main {
        grid-template-columns: 1fr;
        gap: 20px; /* Optional: reduce gap */
    }
	.footer-left{border-right: none;padding: 70px 0px 0px 0;}
}
.recaptcha-box{
width: 100%;
float: left;
padding:10px 0;
}
.c-box {
width:305px;
float:none;
margin:0 auto;
}