	@charset "UTF-8";
/* CSS Document */


#topbar {display: none;}
body {
    color: #514b4f;
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 150%;
	text-rendering: optimizeLegibility;
	background: #ffffff;
}
#helpdiv {
	position: fixed;
	background-color:#D0D65B;
	color: #000000;
	padding: 40px;
	z-index: 7000;
	top: 0%;
	margin: 0 auto;
	display: block;
	width: 100%;
}
#pricing-tool {
	margin-top: 40px;
}
h1,h2,h5,h6,h7 {
	font-weight: bold;
}
h1 {font-size: 56px;font-weight: bold;}h2 {font-size: 40px;}h3 {font-size: 28px;}h4 {font-size: 24px;}h5 {font-size: 18px;}h6 {font-size: 16px; color: #514b4f;}h7 {font-size: 14px; color: #888888;}
.bottompadding {
	padding-bottom: 30px;
}
h3, h4 {
	line-height: 150%;
}
.negativemargin {
	margin-top: -5px;
}
.bottompadding20 {
	padding-bottom: 20px;
}
.bottompadding40 {
	padding-bottom: 40px;
}
.bottompadding60 {
	padding-bottom: 60px;
}
.twenty-padding {
	padding: 20px;
}
.fourty-padding {
	padding: 40px;
}
a.text-dark {
	color: #777777 !important;
}
a.text-dark:hover {
	color: #555555 !important;
}
a.white-link {
	color: #ffffff;
	text-decoration: underline;
}
a.white-link:hover {
	color:#f4f4f4;
	text-decoration: underline;
}
a {
	color: #524C50;
	font-weight: 600;
}
a:hover {
	color: #B4C04C;
	font-weight: 600;
	text-decoration: none;
}
#topbar {
	text-align: right;
	color: #ffffff;
	background: #524C50;
	padding: 3px 0px;
}
.head-title-white {
	text-align: center;
	padding: 0 0 60px 0;
	color: #ffffff;
}
.head-title-gray {
	text-align: center;
	padding: 0 0 60px 0;
}
.title {
	padding: 0 0 60px 0;
}
li {
	list-style: none;
}

.btn-secondary {
	background: white;
	color:#231f20;
	border: solid #231f20 1px;
}
.btn-secondary:hover {
	background: #231f20;
	color:#ffffff;
	border: solid #231f20 1px;
}
.cta-btn {
    padding-top: 7px;
}
#navibar {
	background-color: #ffffff;
	position: fixed;
	width: 100%;
	display: block;
	z-index: 5000;
	padding: 0px 0px;
}
.navbar-nav {
    padding-left: 0px;
    margin-bottom: 15px;
}
.navbar {
	background: #ffffff;
}
.nav {
	padding-right: 0px;
}

a.active.mb-link-one, a.active.dt-link-one, a.active.mb-link-two, a.active.dt-link-two {
    color: #B4C04C;
}
a.dt-link-one {
	background:#D0D65B;
	padding: 10px 20px;
	border-radius:20px;
	font-weight: bold;
}
a.dt-link-one:hover {
	background-color: #D7DD58;
	color: #524C50;
}
.navbar-light .navbar-nav .nav-link {
	color: #524C50;
	font-weight: 700;
}
.navbar-light .navbar-nav .nav-link:hover {
	color: #D7DD58;
}
.navbar-light .navbar-nav .active>.nav-link {
	color: #B4C04C;
}
.navbar-toggler {
    padding: .25rem 0rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 0;
    border-radius: .25rem;
}
.cta-btn-mobile-container {
    text-align: right;
    padding: 10px;
}
.navbar-brand img {
	width: auto;
	height: 32px;
}

.dt-link-one {
	padding: 0px;
}
.dt-link-two {
	padding: 20px 30px 20px 20px;
}

/******** HEADER *******/
header {
	position: relative;
	background-color: #eaeaea;
	width: 100%;
	overflow: hidden;
	padding: 80px 0px 0px 0px;
}

.header-content {
	padding: 0 2%;
	
}

.bottom-right-img {
	margin-top: -222px;
	height: 222px;
	background: url("../img/header-right-triangle.png")  no-repeat right;
	position: absolute;

}
.bottom-left-img {
	margin-top: -124px;
	height: 124px;
	background: url("../img/header-left-triangle.png") no-repeat;

}
#three-features {
	padding:60px 0px;
	background: #ffffff;
}
.fp-items p {
    padding: 10px 0px 15px 0px;
}
.icon-box {
    width: 92px;
    height: 92px;
    padding: 20px;
    display: block;
    margin: 0 auto;
    border-radius: 100%;
}
.carousel-item {
    margin-bottom: 70px;
}
.carousel-inner {
	height: auto;
}
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    margin-left: 8px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #dddddd;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 100%;
}
.carousel-body {
    padding: 40px;
    border-radius: 40px 40px 40px 200px;
	background-color:#ffffff;
}
#tee-colors {
	padding: 100px 40px;
	background-image: url(../img/tee-model-bg-1.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom center;
    background-size: cover;
}

#services {
	padding: 60px 60px;
	background: #ffffff;
}

#testimonials-bar {
	margin-top: -28px;
	float: left;
}
#testimonials {
	padding: 60px 0;
background: rgb(81,76,80);
background: -moz-linear-gradient(320deg, rgba(81,76,80,1) 0%, rgba(180,192,76,1) 62%);
background: -webkit-linear-gradient(320deg, rgba(81,76,80,1) 0%, rgba(180,192,76,1) 62%);
background: linear-gradient(320deg, rgba(81,76,80,1) 0%, rgba(180,192,76,1) 62%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#514c50",endColorstr="#b4c04c",GradientType=1);
}
.carousel-indicators .active {
    opacity: 1;
	background-color: #B4C04C;
}
#subpage-header {
	padding:120px 0px 30px 0px;
	background: rgb(81,76,80);
background: -moz-linear-gradient(320deg, rgba(81,76,80,1) 0%, rgba(180,192,76,1) 62%);
background: -webkit-linear-gradient(320deg, rgba(81,76,80,1) 0%, rgba(180,192,76,1) 62%);
background: linear-gradient(320deg, rgba(81,76,80,1) 0%, rgba(180,192,76,1) 62%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#514c50",endColorstr="#b4c04c",GradientType=1);
}
#contactForm {
	padding:60px 0px;
}

#form {
	padding: 60px 0px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+73,eaeaea+73,333132+73,333132+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 73%, #eaeaea 73%, #333132 73%, #333132 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 73%,#eaeaea 73%,#333132 73%,#333132 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 73%,#eaeaea 73%,#333132 73%,#333132 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#333132',GradientType=0 ); /* IE6-9 */
}
#footer {
	padding: 60px 0px 10px 0px;
	background:#333132;
	color:#c2c4c6;
	font-size:14px;
}
.btn-primary {
	background-color:#D0D65B;
	color:#514c50;
	border: 0px;
	border-radius:30px;
	padding:10px 20px;
	font-weight: bold;
}
.btn-primary:hover {
	opacity: .7;
	background-color:#D0D65B;
	color:#514c50;
	border: 0px;
	border-radius:30px;
	padding:10px 20px;
	font-weight: bold;
}
.nav-pills .nav-link {
    color: #101820;
    background-color: #ffffff;
	border-radius: 4px;
	border: 1px solid #e4e5e6;
}
.nav-pills .nav-link.active {
    color: #101820;
    background-color: #ffc844;
	border-radius: 4px;
	border: 1px solid #ffc844;
}
.nav-pills .nav-link:hover {
    color: #007bff;
    background-color: #ffffff;
	border-radius: 4px;
	border: 1px solid #f5a800;
}

.nav-link {
    display: block;
    padding: 6px 15px;
}
#gallery {
	padding: 160px 0px 60px 0px;
}
.gallery-item {
    padding: 0px 10px 80px 10px;
}
.work-space {
	background: rgba(250, 250, 250, 0) url("../img/office-space.jpg") no-repeat fixed top center;
	height: 300px
}
li.nav-item {
    margin: 20px 4px 0px 4px;
}
#careers-list {
	padding: 40px 0px 80px 0px;
}
.card-body {
    padding: 30px 20px 20px 20px;
    margin: 10px 0px 30px 0px;
}
.dot-bg1 {
	content: '';
    display: block;
    position: absolute;
    background-image: url("../img/bg-dots.svg");
    top: -7.5%;
    left: -50.5%;
    right: 50.5%;
    bottom: 12.5%;
    z-index: 0;
    opacity: .4;
}
.dot-bg2 {
	content: '';
    display: block;
    position: absolute;
    background-image: url("../img/bg-dots.svg");
    top: -7.5%;
    left: 50.5%;
    right: -50.5%;
    bottom: 12.5%;
    z-index: 0;
    opacity: .4;
}
.dot-bg3 {
	content: '';
    display: block;
    position: absolute;
    background-image: url("../img/bg-dots-white.svg");
       top: -27.5%;
    left: -9.5%;
    right: 79.5%;
    bottom: -7.5%;
    z-index: 0;
    opacity: .9;
}
.svc-icon {
	z-index: 1000;
}
.svcs-section {
	padding: 60px 0px;
}

:root {
  --input-padding-x: .5rem;
  --input-padding-y: .75rem;
}
.card-box {
    padding: 40px 40px;
    margin: 0px 15px;
	background: rgb(81,76,80);
background: -moz-linear-gradient(320deg, rgba(81,76,80,1) 38%, rgba(81,76,80,1) 51%, rgba(87,83,80,1) 64%, rgba(91,88,80,1) 73%, rgba(99,98,80,1) 81%, rgba(123,125,79,1) 89%, rgba(136,141,78,1) 95%, rgba(180,192,76,1) 100%);
background: -webkit-linear-gradient(320deg, rgba(81,76,80,1) 38%, rgba(81,76,80,1) 51%, rgba(87,83,80,1) 64%, rgba(91,88,80,1) 73%, rgba(99,98,80,1) 81%, rgba(123,125,79,1) 89%, rgba(136,141,78,1) 95%, rgba(180,192,76,1) 100%);
background: linear-gradient(320deg, rgba(81,76,80,1) 38%, rgba(81,76,80,1) 51%, rgba(87,83,80,1) 64%, rgba(91,88,80,1) 73%, rgba(99,98,80,1) 81%, rgba(123,125,79,1) 89%, rgba(136,141,78,1) 95%, rgba(180,192,76,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#514c50",endColorstr="#b4c04c",GradientType=1);
	border-radius: 10px;

}
.form-label-group {
  position: relative;
  margin-bottom: 20px;
}
.form-label-group input, .form-label-group textarea {
  height: auto;
  border-radius: 0;
	border-bottom: 1px solid #dddddd;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
	margin-left: 15px;
}

.form-label-group>input,
.form-label-group>label, .form-label-group>textarea {
  padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group>label {
  position: absolute;
  top: 0;
  left: 15px;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown)~label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}
form.form-signin {
    width: 100%;
}
.form-actions [class^="msg-"] {
  display: none;
  font-size: 16px;
}

.app-img {
    border-radius: 16px;
}
.ow-mobile {
		width: 95%;
	display: block;
	margin: 0 auto;
	}

/******************* FAQ *******************/

#faq-list {
	padding: 60px 0px;
}
div#accordion {
    width: 100%;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card-header {
    padding: 20px 0px;
    margin-bottom: 0;
    background-color: #ffffff;
    border-bottom: 1px solid #dddddd;
}

.btn-link {
    font-weight: 600;
    color: #514b4f;
    text-decoration: none;
	padding-left: 20px;
}
.btn-link:hover {
    color: #514b4f;
    text-decoration: none;
}
.card-body {
    padding: 20px 20px 30px 30px;
    margin: 0px 0px 30px 0px;
}
#addquestions {
	padding: 0px 0px 60px 0px;
}

.padding-right {
    padding-right: 24px;
}

/***************************** MEDIA QUERIES*********************************/

@media (max-width: 575.98px) { 
	
h1 {font-size: 36px;}h2 {font-size: 24px;}h3 {font-size: 20px;}h4 {font-size: 18px;}h5 {font-size: 16px;}h6 {font-size: 16px;}h7 {font-size: 14px;} 

#top-graybar {
	margin-top: -10px;
}
#bottom-graybar {
	margin-top: -10px;
}

#brands {
	padding: 100px 0 100px 0;
}
#testimonials-bar {
	margin-top: -24px;
}	

#careers-list {
    padding: 80px 0px 0px 0px;
}
}

@media (max-width: 767.98px) { 
.navbar {
	padding: 10px 0px;
}
.navbar-brand img {
	width: auto;
	height: 26px;
}
header {
    background-color:#eaeaea;
	padding: 120px 0px 0px 0px;
	text-align: center;
}	
	
.hero-img {
	width:280px;
}	
.no-margin {
	margin: 0px;
	padding: 0px;
}
.bottom-right-img, .bottom-left-img	{
	display: none;
}
.cta-btn {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 5000;
    left: 0;
}
.cta-btn-mobile-container {
	padding: 0px;
}
.cta-btn-mobile {
    width: 50%;
    padding: 10px 0px 10px 0px;
    border-radius: 40px;
    background-color: #D0D65B;
    color: #524C50;
    font-weight: 800;
    border: 0px;
    margin: 26px auto;
    display: block;
    bottom: 10px;
	text-align: center;
}
.cta-btn-mobile:hover {
	color: #524C50;
	background-color: #D7DD58;
}
.carousel-width {
	max-width: 100%;
    padding: 0px;;
}
	.carousel-body {
		text-align: center;
	}	

.svcs-section img {
	width: 186px;
	height: auto;
	padding-bottom: 20px;
}
.svcs-section {
    padding: 60px 0px 0px 0px;
}
	.ow-desktop {
		display: none;
	}
.color-of-tee-item{
    width: 38px;
    height: 38px;
}
	
}

@media (max-width: 991.98px) {
.dot-bg1, .dot-bg2 {
	display: none;
}
#subpage-header {
	padding: 80px 0px 20px 0px;
}	
	
}

@media (max-width: 1199.98px) {
.carousel-control-next, .carousel-control-prev {
	align-items:flex-end;
}
}
@media (min-width: 576px) { 
.ow-container:hover .ow-overlay-1 {
  height: 100%;
	opacity: .9;
}
.ow-text {
  color: white;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
	line-height: 130%;
}
}
@media (min-width: 768px) { 

.mb-link-two, .mb-link-one, .mb-link-tree {
	display: none;
}
.jot-list {
		padding: 30px 0px;
	}
	.ow-mobile {
		display: none;
	}
.cta-btn-mobile {
		display: none;
}
	
}
@media (min-width: 992px) {
.ow-container:hover .ow-overlay-1 {
  height: 100%;
	opacity: .9;
}
.ow-text {
  color: white;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
	line-height: 150%;
}
	
}
@media (min-width: 1200px) {

}
@media (min-width: 575px) and (max-width: 767.9px) {
.gallery {
    max-width: fit-content;
}
}
@media (min-width: 768px) and (max-width: 991.9px) {
.header-content {
    padding: 50px 0px 0px 0px;
}
.ow-container:hover .ow-overlay-1 {
  height: 100%;
	opacity: .9;
}
.ow-text {
  color: white;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
	line-height: 130%;
}

}