/** Shopify CDN: Minification failed

Line 194:16 Expected identifier but found whitespace
Line 194:17 Unexpected "25px"

**/
@charset "UTF-8";

/* rod chart */
hr {
	background-color: #e8e8e845;
	height: 0.5px;
}
.center-text {
	text-align: center;
}
.chart-header1 {}
.chart-header2 {
	color: #ffffff;
}
.img-crop {
	position: relative;
	margin: auto;
	max-height: 200px;
	width: 100%;
}
.img-crop2 {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 55%;
	transform: scale(0.5) translate(0, 5%);
}
.img-crop3 {
	position: relative;
	top: 0;
	width: 100%;
	max-height: 120px;
	object-fit: cover;
	object-position: 65%;
	transform: scale(1.0);
}
.aspect-ratio-box {
	width: 100%;
	height: 0;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}


/* icon hide */ 
 .services-inner.hide-icons .icon  {
	display: none;
}

/* Service Boxes with Icons */ 

.section-title {
  color: #ffffff;
  text-align: center;
  font-size: 3rem;
  text-transform: none;
  letter-spacing: 1px;
  margin: 50px 0 0 0;
  
  &::after {
    content: "";
    display: block;
    height: 1px;
    background-color: #f2f2f2;
    margin-bottom: 40px;
  }
}
  
  
.services-inner {
  display: grid;
  /*grid-template-rows: 1fr 1fr;*/
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}
  
  
.services-box {
  color: #ffffff;
  text-align: center;
  text-transform: capitalize;
  border: 1px solid #333333;
  padding: 15px;
border-radius: 0px ;
background-color: #111111;
}
  
  
.services-inner .icon {
  display: block;
  background-color: #111111;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  padding: 12px;
  margin: 0 auto 10px auto;
}
  
  
.services-inner .icon i {
  color: #777777;
  font-size: 1.2rem;
}
  
  
.services-title {
  font-weight: normal;
  font-size: 1.2rem;
}
  .padding-bottom-40 {
padding-bottom:40px;
}



/* Pucks Circles for images */
.color-overlay {
    /* width: 100%; */
    /* height: 100%; */
    opacity: .04;
    /* position: absolute; */
    z-index: 5;
}
.container1{
  position: relative;
  text-align: center;
  color: white;
}

.text-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-white {
color:#ffffff;
}

.section.has-background {
padding-left: 0px !important;
 padding-right: 0px !important;
}

.padding-bottom-20 {
 padding-bottom: 20px;
}


.padding-bottom-40 {
 padding-bottom: 40px;
}

.image--cover {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 20px;
  object-fit: cover;
  object-position: center right;
}

/* Span Icon Combo Kits Hide */
/* span.icon {
 display:none;
} */
    
    /* Hide Site Overlay Temporary */
 .site-overlay {
 display:none;
}

/* Options Lable to White */
span.options-selections__option-name, legend.option-title.label {
    color:white;
}



/* YouTube Video Embed Style * / 
.responsive-video {
    padding-bottom: 56.25%; /* for 16:9 ratio */
    padding-top: 25px;
    position: relative;
    height: 0;
}
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.padding-bottom-50 {
   padding-bottom: 50px;
}


/* Share Button Social Icons Visible */
.share-btn .icon {
  display: block;
}