* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  }
  
@font-face {
    font-family: 'Cabinet Grotesk';
    src: url('../fonts/CabinetGrotesk-Regular.woff2') format('woff2'),
         url('../fonts/CabinetGrotesk-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cabinet Grotesk';
    src: url('../fonts/CabinetGrotesk-Medium.woff2') format('woff2'),
         url('../fonts/CabinetGrotesk-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Cabinet Grotesk';
    src: url('../fonts/CabinetGrotesk-Extrabold.woff2') format('woff2'),
         url('../fonts/CabinetGrotesk-Extrabold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
  
  
  
  
  html {
	font-family: 'Cabinet Grotesk', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	scroll-behavior: smooth;
	overflow-y: scroll;
  }
  @media (prefers-reduced-motion: reduce) {
	html {
	  scroll-behavior: auto;
	}
  }
  body {
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background: #fff;
	font-family: 'Cabinet Grotesk', sans-serif;
	overflow-x: hidden;
	margin: 0;
  }
  ul,
  li {
	list-style: none;
	padding: 0;
  }
  a,
  p,
  button {
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
  }
  a:focus,
  input:focus,
  button:focus,
  select:focus,
  textarea:focus {
	outline: 0;
	outline-offset: 0;
	text-decoration: none;
  }
  a:hover {
	text-decoration: none;
	cursor: pointer;
  }
  img {
	border: none;
	outline: 0;
	display: block;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
  }
  .img-responsive,
  img.response {
	display: block;
	max-width: 100%;
	height: auto;
  }
  button {
	border: 0;
  }
  input,
  button,
  select,
  textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
  }
  .container {
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
  }
  @media (min-width: 768px) {
	.container {
	  width: 750px;
	}
  }
  @media (min-width: 992px) {
	.container {
	  width: 950px;
	}
  }
  @media (min-width: 1200px) {
	.container {
	  width: 1200px;
	}
  }
  @media (min-width: 1300px) {
	.container {
	  width: 1200px;
	}
  }
  @media (min-width: 1400px) {
	.container {
	  width: 1200px;
	}
  }
  @media (min-width: 1500px) {
	.container {
	  width: 1400px;
	}
  }
  .container-fluid {
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
  }

  .row {
	margin-right: -20px;
	margin-left: -20px;
  }

  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 20px;
	padding-left: 20px;
  }
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12 {
	float: left;
  }
  .col-xs-12 {
	width: 100%;
  }
  .col-xs-11 {
	width: 91.66666667%;
  }
  .col-xs-10 {
	width: 83.33333333%;
  }
  .col-xs-9 {
	width: 75%;
  }
  .col-xs-8 {
	width: 66.66666667%;
  }
  .col-xs-7 {
	width: 58.33333333%;
  }
  .col-xs-6 {
	width: 50%;
  }
  .col-xs-5 {
	width: 41.66666667%;
  }
  .col-xs-4 {
	width: 33.33333333%;
  }
  .col-xs-3 {
	width: 25%;
  }
  .col-xs-2 {
	width: 16.66666667%;
  }
  .col-xs-1 {
	width: 8.33333333%;
  }
  .col-xs-pull-12 {
	right: 100%;
  }
  .col-xs-pull-11 {
	right: 91.66666667%;
  }
  .col-xs-pull-10 {
	right: 83.33333333%;
  }
  .col-xs-pull-9 {
	right: 75%;
  }
  .col-xs-pull-8 {
	right: 66.66666667%;
  }
  .col-xs-pull-7 {
	right: 58.33333333%;
  }
  .col-xs-pull-6 {
	right: 50%;
  }
  .col-xs-pull-5 {
	right: 41.66666667%;
  }
  .col-xs-pull-4 {
	right: 33.33333333%;
  }
  .col-xs-pull-3 {
	right: 25%;
  }
  .col-xs-pull-2 {
	right: 16.66666667%;
  }
  .col-xs-pull-1 {
	right: 8.33333333%;
  }
  .col-xs-pull-0 {
	right: auto;
  }
  .col-xs-push-12 {
	left: 100%;
  }
  .col-xs-push-11 {
	left: 91.66666667%;
  }
  .col-xs-push-10 {
	left: 83.33333333%;
  }
  .col-xs-push-9 {
	left: 75%;
  }
  .col-xs-push-8 {
	left: 66.66666667%;
  }
  .col-xs-push-7 {
	left: 58.33333333%;
  }
  .col-xs-push-6 {
	left: 50%;
  }
  .col-xs-push-5 {
	left: 41.66666667%;
  }
  .col-xs-push-4 {
	left: 33.33333333%;
  }
  .col-xs-push-3 {
	left: 25%;
  }
  .col-xs-push-2 {
	left: 16.66666667%;
  }
  .col-xs-push-1 {
	left: 8.33333333%;
  }
  .col-xs-push-0 {
	left: auto;
  }
  .col-xs-offset-12 {
	margin-left: 100%;
  }
  .col-xs-offset-11 {
	margin-left: 91.66666667%;
  }
  .col-xs-offset-10 {
	margin-left: 83.33333333%;
  }
  .col-xs-offset-9 {
	margin-left: 75%;
  }
  .col-xs-offset-8 {
	margin-left: 66.66666667%;
  }
  .col-xs-offset-7 {
	margin-left: 58.33333333%;
  }
  .col-xs-offset-6 {
	margin-left: 50%;
  }
  .col-xs-offset-5 {
	margin-left: 41.66666667%;
  }
  .col-xs-offset-4 {
	margin-left: 33.33333333%;
  }
  .col-xs-offset-3 {
	margin-left: 25%;
  }
  .col-xs-offset-2 {
	margin-left: 16.66666667%;
  }
  .col-xs-offset-1 {
	margin-left: 8.33333333%;
  }
  .col-xs-offset-0 {
	margin-left: 0;
  }
  @media (min-width: 768px) {
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
	  float: left;
	}
	.col-sm-12 {
	  width: 100%;
	}
	.col-sm-11 {
	  width: 91.66666667%;
	}
	.col-sm-10 {
	  width: 83.33333333%;
	}
	.col-sm-9 {
	  width: 75%;
	}
	.col-sm-8 {
	  width: 66.66666667%;
	}
	.col-sm-7 {
	  width: 58.33333333%;
	}
	.col-sm-6 {
	  width: 50%;
	}
	.col-sm-5 {
	  width: 41.66666667%;
	}
	.col-sm-4 {
	  width: 33.33333333%;
	}
	.col-sm-3 {
	  width: 25%;
	}
	.col-sm-2 {
	  width: 16.66666667%;
	}
	.col-sm-1 {
	  width: 8.33333333%;
	}
	.col-sm-pull-12 {
	  right: 100%;
	}
	.col-sm-pull-11 {
	  right: 91.66666667%;
	}
	.col-sm-pull-10 {
	  right: 83.33333333%;
	}
	.col-sm-pull-9 {
	  right: 75%;
	}
	.col-sm-pull-8 {
	  right: 66.66666667%;
	}
	.col-sm-pull-7 {
	  right: 58.33333333%;
	}
	.col-sm-pull-6 {
	  right: 50%;
	}
	.col-sm-pull-5 {
	  right: 41.66666667%;
	}
	.col-sm-pull-4 {
	  right: 33.33333333%;
	}
	.col-sm-pull-3 {
	  right: 25%;
	}
	.col-sm-pull-2 {
	  right: 16.66666667%;
	}
	.col-sm-pull-1 {
	  right: 8.33333333%;
	}
	.col-sm-pull-0 {
	  right: auto;
	}
	.col-sm-push-12 {
	  left: 100%;
	}
	.col-sm-push-11 {
	  left: 91.66666667%;
	}
	.col-sm-push-10 {
	  left: 83.33333333%;
	}
	.col-sm-push-9 {
	  left: 75%;
	}
	.col-sm-push-8 {
	  left: 66.66666667%;
	}
	.col-sm-push-7 {
	  left: 58.33333333%;
	}
	.col-sm-push-6 {
	  left: 50%;
	}
	.col-sm-push-5 {
	  left: 41.66666667%;
	}
	.col-sm-push-4 {
	  left: 33.33333333%;
	}
	.col-sm-push-3 {
	  left: 25%;
	}
	.col-sm-push-2 {
	  left: 16.66666667%;
	}
	.col-sm-push-1 {
	  left: 8.33333333%;
	}
	.col-sm-push-0 {
	  left: auto;
	}
	.col-sm-offset-12 {
	  margin-left: 100%;
	}
	.col-sm-offset-11 {
	  margin-left: 91.66666667%;
	}
	.col-sm-offset-10 {
	  margin-left: 83.33333333%;
	}
	.col-sm-offset-9 {
	  margin-left: 75%;
	}
	.col-sm-offset-8 {
	  margin-left: 66.66666667%;
	}
	.col-sm-offset-7 {
	  margin-left: 58.33333333%;
	}
	.col-sm-offset-6 {
	  margin-left: 50%;
	}
	.col-sm-offset-5 {
	  margin-left: 41.66666667%;
	}
	.col-sm-offset-4 {
	  margin-left: 33.33333333%;
	}
	.col-sm-offset-3 {
	  margin-left: 25%;
	}
	.col-sm-offset-2 {
	  margin-left: 16.66666667%;
	}
	.col-sm-offset-1 {
	  margin-left: 8.33333333%;
	}
	.col-sm-offset-0 {
	  margin-left: 0;
	}
  }
  @media (min-width: 992px) {
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
	  float: left;
	}
	.col-md-12 {
	  width: 100%;
	}
	.col-md-11 {
	  width: 91.66666667%;
	}
	.col-md-10 {
	  width: 83.33333333%;
	}
	.col-md-9 {
	  width: 75%;
	}
	.col-md-8 {
	  width: 66.66666667%;
	}
	.col-md-7 {
	  width: 58.33333333%;
	}
	.col-md-6 {
	  width: 50%;
	}
	.col-md-5 {
	  width: 41.66666667%;
	}
	.col-md-4 {
	  width: 33.33333333%;
	}
	.col-md-3 {
	  width: 25%;
	}
	.col-md-2 {
	  width: 16.66666667%;
	}
	.col-md-1 {
	  width: 8.33333333%;
	}
	.col-md-pull-12 {
	  right: 100%;
	}
	.col-md-pull-11 {
	  right: 91.66666667%;
	}
	.col-md-pull-10 {
	  right: 83.33333333%;
	}
	.col-md-pull-9 {
	  right: 75%;
	}
	.col-md-pull-8 {
	  right: 66.66666667%;
	}
	.col-md-pull-7 {
	  right: 58.33333333%;
	}
	.col-md-pull-6 {
	  right: 50%;
	}
	.col-md-pull-5 {
	  right: 41.66666667%;
	}
	.col-md-pull-4 {
	  right: 33.33333333%;
	}
	.col-md-pull-3 {
	  right: 25%;
	}
	.col-md-pull-2 {
	  right: 16.66666667%;
	}
	.col-md-pull-1 {
	  right: 8.33333333%;
	}
	.col-md-pull-0 {
	  right: auto;
	}
	.col-md-push-12 {
	  left: 100%;
	}
	.col-md-push-11 {
	  left: 91.66666667%;
	}
	.col-md-push-10 {
	  left: 83.33333333%;
	}
	.col-md-push-9 {
	  left: 75%;
	}
	.col-md-push-8 {
	  left: 66.66666667%;
	}
	.col-md-push-7 {
	  left: 58.33333333%;
	}
	.col-md-push-6 {
	  left: 50%;
	}
	.col-md-push-5 {
	  left: 41.66666667%;
	}
	.col-md-push-4 {
	  left: 33.33333333%;
	}
	.col-md-push-3 {
	  left: 25%;
	}
	.col-md-push-2 {
	  left: 16.66666667%;
	}
	.col-md-push-1 {
	  left: 8.33333333%;
	}
	.col-md-push-0 {
	  left: auto;
	}
	.col-md-offset-12 {
	  margin-left: 100%;
	}
	.col-md-offset-11 {
	  margin-left: 91.66666667%;
	}
	.col-md-offset-10 {
	  margin-left: 83.33333333%;
	}
	.col-md-offset-9 {
	  margin-left: 75%;
	}
	.col-md-offset-8 {
	  margin-left: 66.66666667%;
	}
	.col-md-offset-7 {
	  margin-left: 58.33333333%;
	}
	.col-md-offset-6 {
	  margin-left: 50%;
	}
	.col-md-offset-5 {
	  margin-left: 41.66666667%;
	}
	.col-md-offset-4 {
	  margin-left: 33.33333333%;
	}
	.col-md-offset-3 {
	  margin-left: 25%;
	}
	.col-md-offset-2 {
	  margin-left: 16.66666667%;
	}
	.col-md-offset-1 {
	  margin-left: 8.33333333%;
	}
	.col-md-offset-0 {
	  margin-left: 0;
	}
  }
  @media (min-width: 1200px) {
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
	  float: left;
	}
	.col-lg-12 {
	  width: 100%;
	}
	.col-lg-11 {
	  width: 91.66666667%;
	}
	.col-lg-10 {
	  width: 83.33333333%;
	}
	.col-lg-9 {
	  width: 75%;
	}
	.col-lg-8 {
	  width: 66.66666667%;
	}
	.col-lg-7 {
	  width: 58.33333333%;
	}
	.col-lg-6 {
	  width: 50%;
	}
	.col-lg-5 {
	  width: 41.66666667%;
	}
	.col-lg-4 {
	  width: 33.33333333%;
	}
	.col-lg-3 {
	  width: 25%;
	}
	.col-lg-2 {
	  width: 16.66666667%;
	}
	.col-lg-1 {
	  width: 8.33333333%;
	}
	.col-lg-pull-12 {
	  right: 100%;
	}
	.col-lg-pull-11 {
	  right: 91.66666667%;
	}
	.col-lg-pull-10 {
	  right: 83.33333333%;
	}
	.col-lg-pull-9 {
	  right: 75%;
	}
	.col-lg-pull-8 {
	  right: 66.66666667%;
	}
	.col-lg-pull-7 {
	  right: 58.33333333%;
	}
	.col-lg-pull-6 {
	  right: 50%;
	}
	.col-lg-pull-5 {
	  right: 41.66666667%;
	}
	.col-lg-pull-4 {
	  right: 33.33333333%;
	}
	.col-lg-pull-3 {
	  right: 25%;
	}
	.col-lg-pull-2 {
	  right: 16.66666667%;
	}
	.col-lg-pull-1 {
	  right: 8.33333333%;
	}
	.col-lg-pull-0 {
	  right: auto;
	}
	.col-lg-push-12 {
	  left: 100%;
	}
	.col-lg-push-11 {
	  left: 91.66666667%;
	}
	.col-lg-push-10 {
	  left: 83.33333333%;
	}
	.col-lg-push-9 {
	  left: 75%;
	}
	.col-lg-push-8 {
	  left: 66.66666667%;
	}
	.col-lg-push-7 {
	  left: 58.33333333%;
	}
	.col-lg-push-6 {
	  left: 50%;
	}
	.col-lg-push-5 {
	  left: 41.66666667%;
	}
	.col-lg-push-4 {
	  left: 33.33333333%;
	}
	.col-lg-push-3 {
	  left: 25%;
	}
	.col-lg-push-2 {
	  left: 16.66666667%;
	}
	.col-lg-push-1 {
	  left: 8.33333333%;
	}
	.col-lg-push-0 {
	  left: auto;
	}
	.col-lg-offset-12 {
	  margin-left: 100%;
	}
	.col-lg-offset-11 {
	  margin-left: 91.66666667%;
	}
	.col-lg-offset-10 {
	  margin-left: 83.33333333%;
	}
	.col-lg-offset-9 {
	  margin-left: 75%;
	}
	.col-lg-offset-8 {
	  margin-left: 66.66666667%;
	}
	.col-lg-offset-7 {
	  margin-left: 58.33333333%;
	}
	.col-lg-offset-6 {
	  margin-left: 50%;
	}
	.col-lg-offset-5 {
	  margin-left: 41.66666667%;
	}
	.col-lg-offset-4 {
	  margin-left: 33.33333333%;
	}
	.col-lg-offset-3 {
	  margin-left: 25%;
	}
	.col-lg-offset-2 {
	  margin-left: 16.66666667%;
	}
	.col-lg-offset-1 {
	  margin-left: 8.33333333%;
	}
	.col-lg-offset-0 {
	  margin-left: 0;
	}
  }
  header {
	background-color: transparent !important;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	z-index: 999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  header::after {
	position: absolute;
	z-index: 999;
	left: 0;
	width: 100%;
	bottom: -10px;
	height: 10px;
	pointer-events: none;
	content: "";
	background: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  from(rgba(0, 0, 0, 0)),
	  to(rgba(0, 0, 0, 0.053658963585434205))
	);
	background: -o-linear-gradient(
	  bottom,
	  rgba(0, 0, 0, 0) 0%,
	  rgba(0, 0, 0, 0.053658963585434205) 100%
	);
	background: linear-gradient(
	  0deg,
	  rgba(0, 0, 0, 0) 0%,
	  rgba(0, 0, 0, 0.053658963585434205) 100%
	);
	opacity: 0;
  }
  header.scrolled::after {
	opacity: 1;
  }
  
    header.scrolled {
    background: rgba(255, 255, 255, 0.3);
	 backdrop-filter: blur(12px);
	 -webkit-backdrop-filter: blur(12px);
	 border: 1px solid rgba(255, 255, 255, 0.2);
  }
  header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  header .custom-logo {
	max-width: 170px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
  }
  .custom-logo .country-name {
    bottom: -.75rem;
  }
  .custom-logo .country-name {
    display: block;
  }
  .custom-logo .country-name {
    font-size: .625rem;
    position: inherit;
    float: right;
    bottom: -1rem;
    line-height: 1;
    color: #111;
  }
  .mob-menu {
	display: none;
  }
  .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  }
  .menu a {
	padding: 0.6rem 1rem;
	font-size: 0.9rem;
	color: #707070;
	font-weight: 700;
  }
  .menu a.active,
  .menu a:hover {
	color: #000;
  }
  .menu li.lang a {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
	  "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
	  sans-serif;
	color: #999;
  }
  .menu li.highlight a {
	background: #535353;
	border-radius: 40px;
	color: #fff;
  }
  .menu li.highlight a.active,
  .menu li.highlight a:hover {
	background: #151515;
  }
  body.home main {
  padding-top: 0;
}
  main {
	padding-top: 80px;
  }


body.page-template main {
	padding-top: 0px;
  }



 
/* Scoped variables for color customization */
.hero.color-scope {
  --hero-bg-gradient: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)); /* default fallback */
}

/* Background gradient (can go behind video or under overlay) */
.hero.color-scope::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--hero-bg-gradient);
}




  .whatsapp {
	position: fixed;
	z-index: 99999;
	bottom: 20px;
	right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #25d366;
	border: solid 2px #fff;
	border-radius: 40px;
	padding: 0.3rem 1rem;
	color: #fff;
  }
  .whatsapp::after {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: transparent;
	content: "";
	border-radius: 40px;
	pointer-events: none;
	-webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
  }
  .whatsapp svg {
	width: 30px;
	height: 30px;
	margin-right: 5px;
  }
  .whatsapp span {
	font-weight: 700;
  }
  .whatsapp:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
  }
  .hero {
	position: relative;
	padding-top: 80px;
	height: 80vh;
	overflow: hidden;
  }
  .hero .caption-container {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  }

  .hero-video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	background: var(--hero-bg-gradient);
  }
  .hero-video video {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	-o-object-fit: fill;
	object-fit: fill;
	z-index: -1;
  }
  .welcome-msg {
	position: relative;
	font-size: 2.6rem;
	font-size: clamp(1.6rem, 4vw, 2.6rem);
	color: #111;
	margin: 0 0 0.5rem;
	font-weight: 800;
  }
  .capSlide:not(.slick-initialized) {
	opacity: 0;
  }
  .capSlide,
  .welcome-msg {
	z-index: 2;
	text-align: center;
  }
  .capSlide p {
	font-size: 1.0rem;
	font-size: clamp(0.8rem, 3vw, 1.0rem);
	color: #111;
	margin: 0 0 1.5rem;
	/*max-width: 60%;*/
	font-weight: 500;
	text-align: center;
  }
  .capSlide .BtnAction {
	display: inline-block;
	color: #111;
	border-color: #111;
  }
  .capSlide .BtnAction:hover {
	background: #111;
	color: #fff;
  }
  .clear {
	clear: both;
  }
  .BtnAction {
	padding: 8px 22px;
	border-radius: 20px;
	border: #000 solid 1px;
	text-align: center;
	color: #000;
	font-size: 14px;
	letter-spacing: 1px;
  }
  .BtnAction:hover,
  .BtnAction:focus {
	background: #000;
	color: #fff;
  }

  .rowLg {
	margin-left: -30px;
	margin-right: -30px;
  }
  .rowLg .col-md-6,
  .rowLg .col-xs-12 {
	padding-left: 30px;
	padding-right: 30px;
  }
  .contentWrapper {
	background: #fff;
	position: relative;
  }
  .sectionContent {
	padding: 50px 0;
  }
  .service-intro {
	padding: 4rem 0;
  }
  .service-intro .section-title {
	margin-bottom: 1.5rem;
  }
  .serviceSlide .serviceImgPopUp img {
	border-radius: 10px;
  }
  .serviceSlide .flex-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  }
  .serviceSlide .slide-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  .serviceSlide .slide-content span.short {
	color: #999;
	font-size: 0.9rem;
  }
  .serviceSlide .slide-content h3 {
	color: #151515;
	font-size: 1.6rem;
	font-size: clamp(1.4rem, 4vw, 1.6rem);
	margin: 1rem 0;
  }
  .featured-Product {
	background: #f2f2f2;
	padding: 4rem 0;
	min-height: 600px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	position: relative;
  }
  .featured-Product .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  .wb-cta {
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 2rem;
	border-radius: 2rem;
	position: relative;
	z-index: 3;
	font-weight: 700;
	max-width: 240px;
	-webkit-transform: translateY(130px) scale(1);
	-ms-transform: translateY(130px) scale(1);
	transform: translateY(130px) scale(1);
  }
  .wb-cta span {
	color: #666;
	font-size: 1rem;
	margin-bottom: 0.5rem;
  }
  .wb-cta h3 {
	font-size: 1.4rem;
	color: #151515;
	margin: 0 !important;
  }
  .wb-cta:hover {
	background: #151515;
	-webkit-transform: translateY(130px) scale(1.1);
	-ms-transform: translateY(130px) scale(1.1);
	transform: translateY(130px) scale(1.1);
  }
  .wb-cta:hover h3 {
	color: #ccc;
  }
  .featured-Product::after,
  .featured-Product::before {
	position: absolute;
	content: "";
	z-index: 1;
  }
  .featured-Product::before {
	width: 20rem;
	height: 20rem;
	border-radius: 1rem;
	background: #ececec;
	left: 0;
	top: -4rem;
	-webkit-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	transform: rotate(40deg);
  }
  .featured-Product::after {
	width: 25rem;
	height: 25rem;
	border-radius: 1rem;
	background: #eaeaea;
	right: 0;
	bottom: -4rem;
	-webkit-transform: rotate(25deg);
	-ms-transform: rotate(25deg);
	transform: rotate(25deg);
  }
  .featured-Product .content {
	width: 100%;
	max-width: 450px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	z-index: 6;
	position: relative;
  }
  .featured-Product h2 {
	font-size: 3rem;
	font-size: clamp(2rem, 4vw, 3rem);
	margin: 0;
	color: #151515;
  }
  .featured-Product h3 {
	font-size: 1.3rem;
	font-size: clamp(1rem, 4vw, 1.3rem);
	margin: 1rem 0 2rem;
  }
  .featured-Product .BtnAction {
	background: #151515;
	color: #fff;
  }
  .featured-Product .wb-art {
	position: absolute;
	left: 40%;
	top: 0;
	width: 600px;
	height: 700px;
	z-index: 2;
  }
  .featured-Product .wb-art .art-img {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	width: auto;
	height: 100%;
	min-width: 100%;
	max-width: none;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  .featured-projects {
	padding: 5rem 0;
  }
  .featured-projects h2,
  .service-intro h2 {
	font-size: 1.8rem;
	font-size: clamp(1.6rem, 4vw, 1.8rem);
	margin: 0;
	color: #151515;
  }
  .latestProject:not(.slick-initialized) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  }
  .latestProject {
	margin: 0 -1rem;
  }
  .latestProject li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 1rem;
  }
  .latestProject li .proThumbLg {
	position: relative;
	border-radius: 10px;
  }
  .latestProject li .proThumbLg::after {
	border-radius: 10px;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 5px 2px rgba(202, 202, 202, 0.3);
	box-shadow: 0 0 5px 2px rgba(202, 202, 202, 0.3);
  }
  .latestProject li .proDetails {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 1rem;
  }
  .latestProject li .proDetails h3 {
	font-size: 1.2rem;
	font-weight: 500;
	color: #151515;
	margin: 0;
  }
  .latestProject li .proDetails p {
	color: #999;
	font-size: 0.8rem;
	margin: 0.5rem 0 0;
  }
  
  
  
  /* Latest Posts */
  
    .featured-posts {
	padding: 5rem 0;
  }
  .featured-posts h2,
  .service-intro h2 {
	font-size: 1.8rem;
	font-size: clamp(1.6rem, 4vw, 1.8rem);
	margin: 0;
	color: #151515;
  }
  .latestPosts:not(.slick-initialized) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  }
  .latestPosts {
	margin: 0 -1rem;
  }
  .latestPosts li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 1rem;
  }
  .latestPosts li .proThumbLg {
	position: relative;
	border-radius: 10px;
  }
  .latestPosts li .proThumbLg::after {
	border-radius: 10px;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 5px 2px rgba(202, 202, 202, 0.3);
	box-shadow: 0 0 5px 2px rgba(202, 202, 202, 0.3);
  }
  .latestPosts li .proDetails {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 1rem;
  }
  .latestPosts li .proDetails h3 {
	font-size: 1.2rem;
	font-weight: 500;
	color: #151515;
	margin: 0;
  }
  .latestPosts li .proDetails p {
	color: #999;
	font-size: 0.8rem;
	margin: 0.5rem 0 0;
  }
  
  
  /* End Latest Posts */
  
  
  
  .blog h2{
    text-align: center !important;  
    font-size: 2em;
  
  }
  
  
    .bnBlog {
	width: 100%;
	height: 200px;
	background-color: #ccc;
	position: relative;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
  }
  .blBanner {
	background-image: url(../images/blog-waibees-banner.jpg);
  }

  @media (max-width: 640px) {
	.blBanner {
	  background-image: url(../images/blog-waibees-banner-mob.jpg);
	}

  }
  
 .blog-posts-row a {
     color: #111;
 }
  /* Waibees Blog End */
  
  
  .serviceSlide .slick-dots,
  .latestProject .slick-dots,
  .latestPosts .slick-dots,
  .pdUploads .slick-dots {
	position: relative;
	bottom: auto;
	margin-top: 1rem;
  }
  .serviceSlide .slick-dots {
	margin-top: 2rem;
  }
  .latestProject .slick-dots,
  .latestProject .slick-dots li,
  .latestPosts .slick-dots,
  .latestPosts .slick-dots li,
  .serviceSlide .slick-dots,
  .serviceSlide .slick-dots li,
  .pdUploads .slick-dots,
  .pdUploads .slick-dots li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  .serviceSlide .slick-dots li button,
  .latestProject .slick-dots li button,
  .latestPosts .slick-dots li button,
  .pdUploads .slick-dots li button {
	width: 8px !important;
	height: 8px !important;
	border-radius: 100%;
	padding: 0;
	opacity: 0.2;
  }
  .serviceSlide .slick-dots li.slick-active button,
  .latestProject .slick-dots li.slick-active button,
  .latestPosts .slick-dots li.slick-active button,
  .pdUploads .slick-dots li.slick-active button {
	opacity: 1;
	background: #666;
  }
  .latestProject img {
	border-radius: 10px;
  }
  .latestPosts img {
	border-radius: 10px;
  }
  .section-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1rem;
  }
  .featured-clients {
	padding: 4rem 0 6rem 0;
	border-top: #f2f2f2 solid 1px;
  }
  .clients {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  .clients h2 {
	font-size: 2rem;
	font-size: clamp(1.6rem, 4vw, 2rem);
	margin: 0 0 2rem;
  }
  .client-list {
	width: 100%;
	margin-bottom: 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  }
  .client-list .item {
	width: 16.6666667%;
	padding: 0.5rem;
  }
  .clientSlide {
	display: block;
  }
  .clientSlide .clientBrands {
	padding: 15px;
	display: block;
	text-align: center;
  }
  .footer {
	background: var(--footer-bg-color, #151515);
	padding: 4rem 0 2rem;
  }
  .footer .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  }
  .footer h4 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;
	margin-top: 0;
  }
  .footer .footNav,
  .footer .footContact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  }
  .footer .footNav li {
	width: 50%;
  }
  .footer .footNav li a {
	font-size: 16px;
	color: #999;
	padding: 0.4rem 0;
	display: inline-block;
  }
  .footer .footNav li a:hover {
	color: #fff;
  }
  .footer .footContact {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
  }
  .footer .footContact span {
	width: 100%;
	padding-bottom: 10px;
	font-size: 16px;
	color: #999;
  }
  .footer .footContact span.phone {
	font-size: 20px;
  }
  .footer .footContact span a {
	color: #999;
	text-decoration: underline;
  }
  .footer .footContact span a:hover {
	color: #fff;
	text-decoration: none;
  }
  .footer .footContact span.address {
	padding-top: 20px;
  }
  .footer .footContact span a.direction {
	color: #fff;
	padding-top: 20px;
	display: block;
  }
  .footer .socialH {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
  }
  .footer .socialH li {
	display: block;
	margin-right: 10px;
  }
  .footer .socialH li a {
	display: block;
	padding: 10px;
	color: #707070;
  }
  .footer .socialH li a svg {
	width: 34px;
	height: 34px;
  }
  .footer .socialH li a:hover {
	color: #fff;
  }
  .footer .rights {
	padding-top: 40px;
  }
  .footer .rights p,
  .footer .rights p a {
	color: #666;
	font-size: 14px;
  }
  .footer .rights p a:hover {
	color: #fff;
  }
  .slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
  }
  .slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
  }
  .slick-list:focus {
	outline: none;
  }
  .slick-list.dragging {
	cursor: pointer;
	cursor: hand;
  }
  .slick-slider .slick-track,
  .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
  .slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
  }
  .slick-track:before,
  .slick-track:after {
	display: table;
	content: "";
  }
  .slick-track:after {
	clear: both;
  }
  .slick-loading .slick-track {
	visibility: hidden;
  }
  .slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
  }
  [dir="rtl"] .slick-slide {
	float: right;
  }
  .slick-slide img {
	display: block;
  }
  .slick-slide.slick-loading img {
	display: none;
  }
  .slick-slide.dragging img {
	pointer-events: none;
  }
  .slick-initialized .slick-slide {
	display: block;
  }
  .slick-loading .slick-slide {
	visibility: hidden;
  }
  .slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
	display: none;
  }
  .slick-slide,
  .slick-slide * {
	outline: none !important;
  }
  .slick-loading .slick-list {
	background: #fff;
  }
  .slick-prev,
  .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
  }
  .slick-prev:hover,
  .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
  }
  .slick-prev:hover:before,
  .slick-prev:focus:before,
  .slick-next:hover:before,
  .slick-next:focus:before {
	opacity: 1;
  }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
	opacity: 0.25;
  }
  .slick-prev:before,
  .slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	opacity: 0.75;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  .slick-prev {
	left: -25px;
  }
  [dir="rtl"] .slick-prev {
	right: -25px;
	left: auto;
  }
  .slick-prev:before {
	content: "â†";
  }
  [dir="rtl"] .slick-prev:before {
	content: "â†’";
  }
  .slick-next {
	right: -25px;
  }
  [dir="rtl"] .slick-next {
	right: auto;
	left: -25px;
  }
  .slick-next:before {
	content: "â†’";
  }
  [dir="rtl"] .slick-next:before {
	content: "â†";
  }
  .slick-dotted.slick-slider {
	margin-bottom: 0;
  }
  .slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
  }
  .slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
  }
  .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	cursor: pointer;
	border: 0;
	outline: none;
	background: #000;
	border-radius: 100%;
  }
  .slick-dots li button:hover,
  .slick-dots li button:focus {
	outline: none;
  }
  .slick-dots li.slick-active button {
	color: #000;
  }
  p {
	font-size: 1rem;
	font-size: clamp(0.9rem, 4vw, 1rem);
	line-height: 1.6;
  }
  .pgMainTitle {
	padding-top: 30px;
  }
  
  
   .blog .pgMainTitle {
	padding-top: 70px;
  }
  .pgMainTitle h1 {
	font-size: 32px;
	color: #000;
	margin: 0;
  }
  .pgMainTitle p {
	font-size: 16px;
	color: #999;
	margin-top: 30px;
  }
  .ourProjetcs,
  .ourClients,
  .contact {
	padding-top: 30px;
  }
  .projectGrid {
	height: 480px;
	margin-bottom: 30px;
  }
  .projectGrid .pjThumb {
	display: block;
	position: relative;
  }
  .projectGrid .pjThumb .hoverOverlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url(../images/svg/zoom-in.svg);
	background-position: center center;
	background-size: 15%;
	background-repeat: no-repeat;
	opacity: 0;
	-o-transition: opacity 2s ease-in-out;
	transition: opacity 2s ease-in-out;
	-moz-transition: opacity 2s ease-in-out;
	-webkit-transition: opacity 2s ease-in-out;
  }
  .projectGrid .pjThumb a:hover .hoverOverlay {
	display: block;
	opacity: 1;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;
  }
  .projectGrid .pjDetails {
	display: block;
  }
  .projectGrid .pjDetails h3 {
	font-size: 24px;
	color: #333;
	margin-bottom: 15px;
	line-height: 1.3;
  }
  .projectGrid .pjDetails p {
	text-transform: uppercase;
	color: #999;
	font-size: 14px;
  }
  .projectGrid .pjDetails .BtnAction {
	float: left;
	margin-top: 10px;
	font-size: 12px;
	padding: 6px 20px;
  }
  .invites {
	padding-top: 40px;
	padding-bottom: 80px;
  }
  .invites h5 {
	font-size: 24px;
	color: #000;
	margin: 0;
  }
  .invites p {
	font-size: 16px;
	color: #999;
	margin-top: 20px;
  }
  .invites .BtnAction {
	float: left;
	margin-top: 20px;
  }
  .client-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  }
  .clThumb {
	display: block;
	border: #ececec solid 1px;
	margin-bottom: 30px;
  }
  .clThumb,
  .clThumb img {
	border-radius: 10px;
  }
  .productGrid {
	display: block;
	margin-bottom: 75px;
	float: left;
	width: 100%;
  }
  .productGrid .pdThumb {
	display: block;
  }
  .productGrid .pdDetails {
	padding: 25px 0 0 40px;
  }
  .productGrid .pdDetails span {
	text-transform: uppercase;
	color: #999;
	font-size: 14px;
  }
  .productGrid .pdDetails h2 {
	font-size: 26px;
	color: #333;
	margin-bottom: 15px;
	line-height: 1.3;
  }
  .productGrid .pdDetails p {
	font-size: 16px;
	color: #666;
	margin-top: 20px;
  }
  .productGrid .pdDetails .BtnAction {
	float: left;
	margin-top: 20px;
  }
  ::-webkit-input-placeholder {
	color: #aaa;
  }
  :-moz-placeholder {
	color: #aaa;
	opacity: 1;
  }
  ::-moz-placeholder {
	color: #aaa;
	opacity: 1;
  }
  :-ms-input-placeholder {
	color: #aaa;
  }
  .contact h4 {
	font-size: 20px;
	color: #000;
	margin: 0 0 20px 0;
  }
  .contact .ctAddress,
  .contact .ctAddress li {
	display: block;
  }
  .contact .ctAddress li {
	margin-bottom: 10px;
	font-size: 15px;
	color: #666;
  }
  .contact .ctAddress li.sysName {
	font-size: 22px;
	color: #000;
  }
  .contact .ctAddress li a {
	color: #666;
	text-decoration: underline;
  }
  .contact .ctAddress li a:hover {
	color: #000;
	text-decoration: none;
  }
  .contact .inptHolder {
	padding-bottom: 30px;
  }
  .contact .lbl {
	color: #151515;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
  }
 .contact .inpt {
	-webkit-appearance: none;
	border-radius: 0;
	border: 0;
	padding: 10px 0;
	font-size: 16px;
	color: #aaa;
	border-bottom: #c5c5c5 solid 1px;
	width: 100%;
	display: block;
	background: #fff;
	-webkit-transition: 0.2s ease all;
	-o-transition: 0.2s ease all;
	transition: 0.2s ease all;
  }
  .contact .inpt.dropSl {
	background: #fff url(../images/down-arrow.svg) right center no-repeat;
	background-size: 4%;
  }
  .contact textarea.inpt {
	height: 100px;
  }
  .contact .BtnAction {
	background: #000;
	border-color: #000;
	color: #fff;
	float: left;
	margin-top: 30px;
  }
  .acf-field input[type="text"], .acf-field input[type="password"], .acf-field input[type="date"], .acf-field input[type="datetime"], .acf-field input[type="datetime-local"], .acf-field input[type="email"], .acf-field input[type="month"], .acf-field input[type="number"], .acf-field input[type="search"], .acf-field input[type="tel"], .acf-field input[type="time"], .acf-field input[type="url"], .acf-field input[type="week"], .acf-field textarea, .acf-field select:focus {
	color: #000;
	border-color: #000;
  }
  .lcSys {
	display: block;
	margin-top: 20px;
  }
  .lcSys h5 {
	font-size: 20px;
	color: #000;
	float: left;
	margin: 10px 0 0;
  }
  .lcSys p a {
	font-size: 13px;
	color: #999;
	margin-top: 10px;
	float: right;
  }
  .lcSys p a:hover,
  .lcSys p a:active {
	color: #000;
  }
  .lcSys .mapCnt {
	width: 100%;
	float: left;
	padding: 20px 0 100px;
  }
  .bnSub {
	width: 100%;
	height: 400px;
	background-color: #ccc;
	position: relative;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
  }
  .abtBanner {
	background-image: url(../images/about-sys-banner.jpg);
  }
  .srBanner {
	background-image: url(../images/service-sys-banner.jpg);
  }
  @media (max-width: 640px) {
	.abtBanner {
	  background-image: url(../images/about-sys-banner-mob.jpg);
	}
	.srBanner {
	  background-image: url(../images/service-sys-banner-mob.jpg);
	}
  }
  .bnSub .pgMainTitleAb {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 80px;
	text-align: center;
  }
  .bnSub .pgMainTitleAb h1 {
	font-size: 2.5rem;
	font-size: clamp(1.4rem, 4vw, 2.5rem);
	color: #000;
	margin: 0 0 1rem;
	display: inline-block;
  }
  .bnSub .pgMainTitleAb p {
	font-size: 1.2rem;
	font-size: clamp(0.9rem, 4vw, 1.2rem);
	color: #999;
	margin: 0;
  }
  .ourServices,
  .aboutus {
	padding-top: 60px;
	padding-bottom: 20px;
	position: relative;
  }
  .ourServices .srDetails {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
  }
  .ourServices .srDetails li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 3rem;
  }
  .ourServices .srDetails li .srImg {
	width: 500px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
  }
  .ourServices .srDetails li .srImg img {
	border-radius: 10px;
  }
  .ourServices .srDetails li .srDts {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 2rem 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  }
  .ourServices .srDetails li .srDts h3 {
	font-size: 20px;
	color: #151515;
	margin: 0;
  }
  .ourServices .srDetails li .srDts p {
	font-size: 16px;
	color: #333;
  }
  .aboutus h3 {
	font-size: 22px;
	color: #000;
	line-height: 1.4;
	margin-top: 0;
  }
  .aboutus .vmCols {
	padding: 40px 0;
  }
  .aboutus .vmCols h4 {
	font-size: 22px;
	color: #333;
	padding-bottom: 25px;
	border-bottom: #333 solid 1px;
	margin: 0 0 30px;
  }
  .aboutus .vmCols p {
	font-size: 16px;
	color: #666;
  }
  .aboutus .hWork {
	padding: 30px 0;
  }
  .aboutus .quote {
	border-left: #f2f2f2 solid 10px;
	padding-left: 30px;
	margin: 0;
	color: #000;
	font-size: 1.2rem;
	font-size: clamp(1rem, 4vw, 1.2rem);
  }
  .aboutus .howWeRoll {
	padding: 40px 0 0 70px;
  }
  .aboutus .howWeRoll li {
	font-size: 24px;
	color: #000;
	font-weight: 300;
	margin-bottom: 10px;
	line-height: 1.4;
  }
  .aboutus .howWeRoll li:before {
	content: "â€“";
	font-size: 30px;
	margin-right: 20px;
	vertical-align: middle;
  }
  .aboutus .figureImg {
	display: block;
  }
  .modal-backdrop.in {
	opacity: 0.8;
  }
  .proModal {
	width: 70% !important;
	margin-top: 60px;
  }
  .proModal .modal-content {
	border-radius: 0 !important;
  }
  .proModal .modal-body {
	padding: 0;
  }
  .proModal .proMdThumb {
	width: 60%;
	float: left;
  }
  .proModal .proMdDetails {
	width: 40%;
	float: left;
  }
  .proModal .proMdDetails .dtContainer {
	padding: 30px 20px 20px 40px;
  }
  .proModal .proMdDetails .dtContainer h5 {
	color: #000;
	font-size: 28px;
	margin-bottom: 20px;
  }
  .proModal .proMdDetails .dtContainer span {
	text-transform: uppercase;
	color: #999;
	font-size: 14px;
  }
  .proModal .proMdDetails .dtContainer h6 {
	font-size: 18px;
	font-weight: 500;
	color: #333;
	margin-top: 35px;
  }
  .proModal .proMdDetails .dtContainer p {
	font-size: 16px;
	color: #666;
	margin: 15px 0;
  }
  .proModal .proMdDetails .dtContainer .handles {
	float: left;
	width: 100%;
	padding-top: 30px;
  }
  .proModal .proMdDetails .dtContainer .handles .BtnAction {
	float: left;
  }
  .proModal .proMdDetails .dtContainer .handles .socialHandles {
	margin-top: 30px;
	width: 100%;
	float: left;
  }
  .proModal .proMdDetails .dtContainer .handles .socialHandles li {
	float: left;
	margin-right: 10px;
	display: block;
  }
  .proModal .proMdDetails .dtContainer .handles .socialHandles li a {
	width: 38px;
	height: 38px;
	display: block;
	border: #000 solid 1px;
	border-radius: 100%;
	text-align: center;
	line-height: 38px;
	font-size: 20px;
	color: #000;
  }
  .proModal .proMdDetails .dtContainer .handles .socialHandles li a:hover {
	background: #000;
	color: #fff;
  }
  .proModalClose {
	position: fixed;
	right: 20px;
	top: 20px;
	width: 40px;
	background: none;
  }
  .pdMainTitle {
	padding-top: 50px;
  }
  .pdMainTitle h1 {
	font-size: 30px;
	color: #000;
	margin: 0;
  }
  .pdMainTitle p {
	color: #999;
	font-size: 20px;
  }
  .pdDesc {
	padding-top: 10px;
  }
  .pdDesc p {
	font-size: 18px;
	color: #666;
  }
  .pdDesc p strong {
	font-weight: 500;
  }
  .pdDesc .BtnAction {
	float: left;
	margin-top: 20px;
	margin-right: 15px;
  }
  .pdGallery {
	padding-top: 50px;
	padding-bottom: 30px;
  }
  .pdGallery .quote {
	border-left: #f2f2f2 solid 10px;
	padding-left: 60px;
	padding-right: 60px;
	margin: 0;
	color: #000;
	font-size: 22px;
	line-height: 1.6;
	margin-top: 60px;
  }
  .pdGallery .quote strong {
	font-weight: 700;
  }
  
 div .quote {
    font-size: 1.17em;
    font-weight: bold;
  }
  .pdFeatList h3 {
	font-size: 26px;
	color: #000;
	margin-bottom: 20px;
  }
  .pdFeatList ul {
	display: block;
	width: 100%;
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
  }
  .pdFeatList li {
	font-size: 18px;
	color: #666;
	font-weight: 300;
	margin-bottom: 10px;
	line-height: 1;
  }
  .pdFeatList li:before {
	content: "â€“";
	font-size: 30px;
	margin-right: 20px;
	vertical-align: middle;
  }
  .pdUploads,
  .pdUploads li {
	display: block;
  }
  .pdVidContainer {
	padding-top: 30px;
	padding-bottom: 40px;
  }
  .pdVidContainer .invites {
	padding: 40px 40px 0;
  }
  .morProd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 30px;
	padding-bottom: 60px;
  }
  .morProd h6,
  .morProd h6 a {
	font-size: 18px;
	color: #999;
	margin: 0;
  }
  .morProd h6 a:hover {
	color: #000;
  }
  .morProd .BtnAction {
	float: right;
  }
  .siteMapContainer {
	padding-top: 50px;
  }
  .siteMap,
  .siteMap li {
	display: block;
  }
  .siteMap li {
	padding: 10px 0;
  }
  .siteMap li a {
	font-size: 24px;
	color: #333;
  }
  .siteMap li a:hover {
	color: #999;
  }
  .siteMap li ul {
	padding-left: 10px;
	margin-top: 15px;
  }
  .siteMap li ul li {
	padding: 10px 0;
  }
  .siteMap li ul li a {
	color: #666;
	font-size: 20px;
  }
  .siteMap li ul li a:before {
	content: "â€“";
	font-size: 20px;
	margin-right: 20px;
	vertical-align: middle;
  }
  .prodMoreDesc {
	display: block;
	width: 100%;
	float: left;
  }
  .prodMoreDesc h3 {
	margin-bottom: 30px;
  }
  .prodMoreDesc h4 {
	font-size: 20px;
	margin: 15px 0;
  }
  .prodMoreDesc p {
	font-size: 16px;
  }
  .prodMoreDesc .prdClients li {
	float: left;
	margin-right: 10px;
  }
  .prodMoreDesc .prdClients li a {
	display: block;
	padding: 5px 15px;
	border-radius: 15px;
	font-size: 14px;
	color: #666;
	border: #666 solid 1px;
  }
  .prodMoreDesc .prdClients li a:hover {
	background: #666;
	color: #fff;
  }
  .prodMoreDesc .prdClients li:before,
  .prodMoreDesc .prdClients li a:before {
	content: none;
	margin-right: 0;
	display: none !important;
  }
  .embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
  }
  .embed-responsive-16by9 {
	padding-bottom: 56.25%;
  }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
  }
  .hideMob {
	display: block !important;
  }
  .showMob {
	display: none !important;
  }
  .NavCloseMMob {
	float: right;
	width: 25px;
  }
  @media (max-width: 1650px) {
	.proModal {
	  width: 85% !important;
	}
  }
  @media (max-width: 1440px) {
	.projectGrid {
	  height: 430px;
	}
	.projectGrid .pjDetails h3 {
	  font-size: 20px;
	}
	.proModal {
	  width: 90% !important;
	}
	.pdGallery .quote {
	  border-left: #f2f2f2 solid 10px;
	  padding-left: 40px;
	  padding-right: 40px;
	  font-size: 20px;
	  margin-top: 30px;
	}
  }
  @media (max-width: 1300px) {
	.rowLg {
	  margin-left: -15px;
	  margin-right: -15px;
	}
	.rowLg .col-md-6,
	.rowLg .col-xs-12 {
	  padding-left: 15px;
	  padding-right: 15px;
	}
	.sectionContent {
	  padding-top: 20px;
	  padding-bottom: 30px;
	}
	.proModal .proMdDetails .dtContainer h5 {
	  font-size: 24px;
	}
	.proModal .proMdDetails .dtContainer span {
	  font-size: 13px;
	}
	.proModal .proMdDetails .dtContainer h6 {
	  font-size: 16px;
	  margin-top: 15px;
	}
	.proModal .proMdDetails .dtContainer p {
	  font-size: 14px;
	  margin: 15px 0;
	}
	.proModal .proMdDetails .dtContainer .handles {
	  padding-top: 0;
	}
	.proModal .proMdDetails .dtContainer .handles .BtnAction {
	  padding: 6px 20px;
	  font-size: 13px;
	}
	.proModal .proMdDetails .dtContainer .handles .socialHandles {
	  margin-top: 20px;
	}
	.proModal .proMdDetails .dtContainer .handles .socialHandles li {
	  margin-right: 5px;
	}
	.proModal .proMdDetails .dtContainer .handles .socialHandles li a {
	  width: 34px;
	  height: 34px;
	  line-height: 34px;
	  font-size: 16px;
	}
	.proModalClose {
	  width: 30px;
	}
	.ourServices .srDetails li .srImg {
	  width: 400px;
	}
  }
  @media (max-width: 1280px) {
	.featured-Product .content {
	  max-width: 320px;
	}
	.client-list .item {
	  width: 20%;
	}
	.projectGrid {
	  height: 400px;
	}
  }
  @media (max-width: 1025px) {
	.proModal {
	  width: 700px !important;
	  margin-top: 30px;
	}
	.proModal .proMdThumb {
	  width: 100%;
	}
	.proModal .proMdDetails {
	  width: 100%;
	}
	.proModal .proMdDetails .dtContainer {
	  padding: 15px 20px;
	}
	.proModal .proMdDetails .dtContainer h5 {
	  font-size: 22px;
	  margin-bottom: 10px;
	}
	.proModal .proMdDetails .dtContainer span {
	  font-size: 12px;
	}
	.proModal .proMdDetails .dtContainer h6,
	.proModal .proMdDetails .dtContainer p {
	  display: none;
	}
	.proModal .proMdDetails .dtContainer .handles {
	  padding-top: 15px;
	}
	.proModal .proMdDetails .dtContainer .handles .BtnAction {
	  padding: 4px 20px;
	  font-size: 12px;
	}
	.proModal .proMdDetails .dtContainer .handles .socialHandles {
	  margin-top: 0;
	  float: right;
	  width: auto;
	}
	.proModal .proMdDetails .dtContainer .handles .socialHandles li {
	  margin-right: 0;
	  margin-left: 5px;
	}
	.proModal .proMdDetails .dtContainer .handles .socialHandles li a {
	  width: 28px;
	  height: 28px;
	  line-height: 28px;
	  font-size: 13px;
	}
  }
  @media (max-width: 992px) {
	header .container {
	  width: 100%;
	}
	nav {
	  position: fixed;
	  left: 0;
	  top: 80px;
	  width: 100%;
	  background-color: var(--header-bg-color, rgba(255, 255, 255, 0.85));
	  backdrop-filter: blur(6px);
	  padding: 20px;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  align-items: center;
	  -webkit-transform: translateY(-10px);
	  -ms-transform: translateY(-10px);
	  transform: translateY(-10px);
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transition: ease-in-out all 0.3s;
	  -o-transition: ease-in-out all 0.3s;
	  transition: ease-in-out all 0.3s;
	  z-index: 666;
	  pointer-events: none;
	}
	body.nav-open nav {
	  -webkit-transform: translateY(0);
	  -ms-transform: translateY(0);
	  transform: translateY(0);
	  opacity: 1;
	  visibility: visible;
	  pointer-events: all;
	}
	.menu {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	}
	.menu a {
	  font-size: 1.2rem;
	  padding: 1rem;
	  display: inline-block;
	}
	.menu li.highlight a {
	  color: #707070;
	  background: transparent;
	}
	.menu li.highlight a.active,
	.menu a.active,
	.menu a:hover {
	  color: #fff;
	}
	.mob-menu {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  -webkit-box-pack: center;
	  -ms-flex-pack: center;
	  justify-content: center;
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  align-items: center;
	  width: 44px;
	  height: 44px;
	  cursor: pointer;
	}
	.mob-menu span,
	.mob-menu span::before,
	.mob-menu span::after {
	  width: 30px;
	  height: 2px;
	  background: var(--mobile-toggle-color, #000);
	}
	.mob-menu span {
	  position: relative;
	}
	.mob-menu span::before,
	.mob-menu span::after {
	  content: "";
	  position: absolute;
	  left: 0;
	  right: 0;
	  -webkit-transition: all ease-in-out 0.2s;
	  -o-transition: all ease-in-out 0.2s;
	  transition: all ease-in-out 0.2s;
	}
	.mob-menu span::before {
	  top: -8px;
	}
	.mob-menu span::after {
	  bottom: -8px;
	}
	body.nav-open .mob-menu span::before {
	  top: 0;
	}
	body.nav-open .mob-menu span::after {
	  bottom: 0;
	}
	.client-list .item {
	  width: 25%;
	}
	.hideMob {
	  display: none !important;
	}
	.showMob {
	  display: block !important;
	}
	.serviceSlide serviceContent {
	  padding-top: 1.2rem;
	}
	.sectionContent {
	  padding: 0 0 20px;
	}
	.serviceSlide .slide-content span.short {
	  padding-top: 1rem;
	  display: block;
	}
	.featuredSection {
	  float: left;
	  width: 100%;
	}
	.featuredSection.products {
	  margin-bottom: 50px;
	  padding-bottom: 50px;
	  border-bottom: 1px solid #ebebeb;
	}
	.latestProject li .proDetails,
	.latestProducts li .proDetails {
	  padding-top: 20px;
	}
	.latestProject li .proDetails h3,
	.latestProducts li .proDetails h3 {
	  font-size: 20px;
	}
	.latestProject li .proDetails p,
	.latestProducts li .proDetails p {
	  font-size: 16px;
	}
	
	.latestPosts li .proDetails,
	.latestProducts li .proDetails {
	  padding-top: 20px;
	}
	.latestPosts li .proDetails h3,
	.latestProducts li .proDetails h3 {
	  font-size: 20px;
	}
	.latestPosts li .proDetails p,
	.latestProducts li .proDetails p {
	  font-size: 16px;
	}
	
	.clientSlide {
	  padding-top: 10px;
	  margin-top: 0;
	}
	.footer .rights {
	  padding-top: 0;
	  padding-bottom: 3rem;
	}
	.footer .col-md-5 {
	  float: left;
	  width: 100%;
	}
	.footer .footNav {
	  margin-top: 30px;
	}
	.footer h4 {
	  margin-bottom: 15px;
	  margin-top: 20px;
	}
	.aboutus .col-md-6 {
	  float: left;
	}
	.aboutus .vmCols {
	  padding: 30px 0 0;
	}
	.aboutus .hWork {
	  padding-top: 50px;
	}
	.aboutus .howWeRoll {
	  margin-bottom: 50px;
	}
	.contact .col-md-7 {
	  padding-top: 40px;
	}
	.productGrid .pdDetails {
	  padding-left: 0;
	}
	.projectGrid {
	  height: 430px;
	}
	.pdMainTitle {
	  padding-top: 30px;
	}
	.pdMainTitle h1 {
	  font-size: 34px;
	}
	.pdMainTitle p {
	  font-size: 18px;
	}
	.pdDesc {
	  padding-top: 20px;
	}
	.pdDesc p {
	  font-size: 16px;
	}
	.pdGallery {
	  padding-top: 20px;
	  padding-bottom: 30px;
	}
	.pdGallery .quote {
	  border-left: #f2f2f2 solid 5px;
	  padding-left: 30px;
	  padding-right: 0;
	  font-size: 18px;
	  margin-top: 30px;
	  margin-bottom: 30px;
	}
	.pdFeatList h3 {
	  font-size: 22px;
	}
	.pdFeatList li {
	  font-size: 16px;
	}
	.pdFeatList li:before {
	  font-size: 26px;
	  margin-right: 10px;
	}
	.pdVidContainer {
	  padding-top: 20px;
	  padding-bottom: 100px;
	}
	.pdVidContainer .invites {
	  padding: 40px 20px 0 20px;
	}
  }
  @media (max-width: 768px) {
	.featured-Product {
	  -webkit-box-align: start;
	  -ms-flex-align: start;
	  align-items: flex-start;
	}
	.featured-Product h3 {
	  margin-bottom: 1rem;
	}
	.featured-Product .container {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	}
	.wb-cta {
	  display: none;
	}
	.featured-Product .wb-art {
	  left: 50%;
	  -webkit-transform: translateX(-50%);
	  -ms-transform: translateX(-50%);
	  transform: translateX(-50%);
	  width: 350px;
	  height: 450px;
	  top: auto;
	  bottom: -90px;
	}
	.featured-Product::before,
	.featured-Product::after {
	  width: 10rem;
	  height: 10rem;
	}
	.client-list {
	  margin-bottom: 1.4rem;
	}
	.client-list .item {
	  width: 33.3333333%;
	  padding: 0;
	}
	.footer .footcustom-logo {
	  display: none;
	}
	.footer {
	  padding: 30px 0 20px;
	}
	.footer .col-md-5,
	.footer .col-sm-6,
	.footer .footContact {
	  float: left;
	  width: 100%;
	}
	.featuredSection.products {
	  margin-bottom: 30px;
	}
	.footer .footNav {
	  margin-top: 0;
	}
	.footer .footContact span {
	  width: 50%;
	  float: left;
	  padding-bottom: 10px;
	  font-size: 14px;
	}
	.footer .footContact span.phone {
	  font-size: 14px;
	}
	.footer .footContact span.address {
	  padding-top: 10;
	}
	.footer .footContact span a.direction {
	  padding-top: 0;
	}
	.footer .rights p,
	.footer .rights p a {
	  font-size: 13px;
	}
	.footer .connect {
	  display: none;
	}
	.footer .socialH {
	  margin-top: 0;
	}
	.footer .socialH li a {
	  font-size: 28px;
	}
	.BtnAction {
	  padding: 6px 25px;
	  border-radius: 20px;
	  font-size: 13px;
	}
	.bnSub {
	  height: 400px;
	}
	.bnSub .pgMainTitleAb {
	  bottom: 30px;
	}
	.ourServices .srDetails li .srImg {
	  width: 100%;
	}
	.ourServices .srDetails li .srDts {
	  padding: 1rem 0;
	}
	.ourServices,
	.aboutus {
	  padding-top: 30px;
	}
	.aboutus .howWeRoll {
	  padding: 30px 0 0 40px;
	}
	.aboutus .howWeRoll li {
	  margin-bottom: 0;
	  font-size: 22px;
	}
	.invites {
	  padding-bottom: 60px;
	}
	.aboutus .vmCols h4 {
	  padding-bottom: 20px;
	  margin-bottom: 20px;
	}
	.ourProjetcs,
	.ourClients {
	  padding-top: 30px;
	}
	.pgMainTitle {
	  padding-top: 20px;
	}
	.pgMainTitle h1 {
	  font-size: 30px;
	}
	.pgMainTitle p {
	  margin-top: 20px;
	}
	.lcSys .mapCnt {
	  padding-bottom: 50px;
	}
	.productGrid {
	  margin-bottom: 50px;
	}
	.productGrid .pdDetails h2 {
	  font-size: 24px;
	  margin: 10px 0;
	}
	.productGrid .pdDetails .BtnAction {
	  margin-top: 10px;
	}
	.projectGrid {
	  height: auto;
	  float: left;
	  margin-bottom: 40px;
	}
	.proModal {
	  width: inherit !important;
	  margin-top: 20px;
	}
	.proModal .proMdDetails .dtContainer h5 {
	  font-size: 20px;
	}
	.proModal .proMdDetails .dtContainer .handles {
	  padding-top: 15px;
	}
	.proModal .proMdDetails .dtContainer .handles .BtnAction {
	  padding: 4px 20px;
	  font-size: 12px;
	}
	.proModal .proMdDetails .dtContainer .handles .socialHandles {
	  margin-top: 0;
	  float: right;
	  width: auto;
	}
	.proModal .proMdDetails .dtContainer .handles .socialHandles li a {
	  width: 28px;
	  height: 28px;
	  line-height: 28px;
	  font-size: 13px;
	}
	.proModalClose {
	  width: 30px;
	  height: 30px;
	  background: #fff;
	  border-radius: 100%;
	  padding: 10px;
	  top: 10px;
	  right: 10px;
	}
	.pdMainTitle {
	  padding-top: 20px;
	}
	.pdMainTitle h1 {
	  font-size: 30px;
	}
	.pdGallery {
	  padding-top: 20px;
	  padding-bottom: 30px;
	}
	.pdGallery .quote {
	  padding-left: 20px;
	}
	.pdFeatList h3 {
	  font-size: 20px;
	}
	.pdFeatList ul {
	  margin-bottom: 0;
	}
	.pdFeatList li {
	  font-size: 16px;
	}
	.pdFeatList li:before {
	  font-size: 26px;
	  margin-right: 10px;
	}
	.prodMoreDesc h4 {
	  font-size: 16px;
	}
	.pdVidContainer {
	  padding-bottom: 60px;
	}
	.morProd {
	  padding-top: 30px;
	  padding-bottom: 50px;
	}
	.siteMapContainer {
	  padding-top: 10px;
	}
	.contact {
	  padding-bottom: 2rem;
	}
  }
  @media (max-width: 640px) {
	.hero {
	  height: 60vh;
	}
	.capSlide p {
	  max-width: 100%;
	  text-align: center;
	}
  }
  .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
  }
  .animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
  }
  @-webkit-keyframes fadeInUp {
	from {
	  opacity: 0;
	  -webkit-transform: translate3d(0, 100%, 0);
	  transform: translate3d(0, 100%, 0);
	}
	to {
	  opacity: 1;
	  -webkit-transform: none;
	  transform: none;
	}
  }
  @keyframes fadeInUp {
	from {
	  opacity: 0;
	  -webkit-transform: translate3d(0, 100%, 0);
	  transform: translate3d(0, 100%, 0);
	}
	to {
	  opacity: 1;
	  -webkit-transform: none;
	  transform: none;
	}
  }
  .fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
  }
