@font-face {
   font-family: helvetica;
   src: url(fonts/helvetica/Helvetica.ttf);
}
* {
   font-family: "Helvetica", sans-serif;
}
.section-space {
	padding: 80px 0px;
	margin-top: 110px;
}
.bg-light-theme {
	background-color: #9a8a78 !important;
	color: #ffffff;
}
.text-white {
	color:  #ffffff;
}
.text-bold {
	font-weight: 600;
}
.fs-18 {
	font-size: 18px;
}
.fs-20 {
	font-size: 20px;
}
h1.title {
	font-size: 50px;
	padding-bottom: 20px;
}
p.text-content {
	font-size: 15px !important;
	line-height: 36px;
}
.product-card {
	background-color: #e3e3e3;
	padding: 24px;
}
.product-card p {
	font-size: 16px;
	line-height: 30px;
}
.btn-dark {
	background-color: #000000;
	color: #ffffff;
	border: none;
	width: 100px;
	padding: 10px 0px;
}
.product-text {
	padding: 0px 50px 0px 80px;
}
.input-box label {
	color: #333333;
	padding-top: 15px;
	margin-bottom: 0;
	font-size: 14px;
}
.input-box input {
	height: 35px;
	width: 100%;
	border: 1px solid #111111;
}
.input-box textarea {
	width: 100%;
	border: 1px solid #111111;
}
.input-box-career label {
	padding-top: 25px;
	margin-bottom: 0;
	font-size: 14px;
}
.input-box-career input {
	height: 35px;
	width: 100%;
	background-color: #eeeeee;
	border: none;
	border-bottom: 1px solid #838383;
}
.careers-btn {
	background-color: #222222;
	color: #ffffff;
	border: none;
	width: 100%;
	padding: 10px 0px;
	margin-top: 30px;
}
.careers-btn:hover {
	background-color: transparent;
	color: #000000;
	border: 1.5px solid #000000;
	width: 100%;
	padding: 10px 0px;
	margin-top: 30px;
}
.text-end {
	text-align: right;
}
.copyright a {
	color: #000000;
	font-size: 14px;
}
.social-icons li {
	display: inline-block;
}
.social-icons li a {
	background-color: #000000;
	color: #ffffff;
	padding: 2px 10px;
	border-radius: 50%;
	font-size: 24px;
	margin-right: 20px;
}
.application-box {
	padding: 150px 0px;
	justify-content: center;
	align-items: center;
}
.float {
   position:fixed;
   bottom:20px;
   left:20px;
   color:#000000;
   border-radius:50px;
   text-align:center;
   font-size:32px;
   font-weight: 700;
   padding: 4px 16px 4px 12px;
   z-index:9999;
}

.float a {
   color: #000000 !important;
}

.my-float{
   margin-top:16px;
}
.brand-txt {
   color: #222222;
   text-shadow: 2px 2px 1px rgba(125,125,125,0.5);
}
@media (max-width: 767px) {
   .brand-txt {
      color: #222222;
      font-size: 22px;
      text-shadow: 1px 1px 0px rgba(125,125,125,0.5);
   }
}
@media (max-width: 767px) {
   .float {
      position:fixed;
      bottom:6px;
      left:10px;
      color:#000000;
      border-radius:50px;
      text-align:center;
      font-size:32px;
      font-weight: 700;
      padding: 4px 16px 4px 12px;
      z-index:9999;
   }
}

.header-contact li {
   letter-spacing: 0.2px;
}
.header-contact li i {
   font-size: 22px;
   padding-bottom: 18px;
   padding-right: 4px;
}
.header-contact li a {
	text-transform: lowercase !important;
	margin: 0 !important;
	color: #ffffff !important;
	line-height: 24px !important;
}
@media (max-width: 600px) {
	h1.title {
		font-size: 32px;
		padding-bottom: 6px;
	}
	p.text-content {
		font-size: 15px !important;
		line-height: 32px;
	}
	h4.subtitile {
		font-size: 18px;
		letter-spacing: 0;
	}
	.product-text {
		padding: 20px 45px 60px;
	}
	.product-text h1 {
		font-size: 32px;
	}
	.header-area {
	   width: 100%;
	   position: relative;
	   top: 0;
	   z-index: 9999;
	   box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
	}
	.section-space {
		padding: 50px 0px;
		margin-top: 0px;
	}
}