html {}


/* dm-serif-text-regular - latin */

@font-face {
	font-family: 'DM Serif Text';
	font-style: normal;
	font-weight: 400;
	src: url('../../assets/fonts/dm-serif-text-v3-latin-regular.eot');
	/* IE9 Compat Modes */
	src: local('DM Serif Text Regular'), local('DMSerifText-Regular'), url('../../assets/fonts/dm-serif-text-v3-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../../assets/fonts/dm-serif-text-v3-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('../../assets/fonts/dm-serif-text-v3-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('../../assets/fonts/dm-serif-text-v3-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../../assets/fonts/dm-serif-text-v3-latin-regular.svg#DMSerifText') format('svg');
	/* Legacy iOS */
}


/* rubik-regular - latin */

@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 400;
	src: url('../../assets/fonts/rubik-v9-latin-regular.eot');
	/* IE9 Compat Modes */
	src: local('Rubik'), local('Rubik-Regular'), url('../../assets/fonts/rubik-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../../assets/fonts/rubik-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('../../assets/fonts/rubik-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('../../assets/fonts/rubik-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../../assets/fonts/rubik-v9-latin-regular.svg#Rubik') format('svg');
	/* Legacy iOS */
}


/* rubik-500 - latin */

@font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 500;
	src: url('../../assets/fonts/rubik-v9-latin-500.eot');
	/* IE9 Compat Modes */
	src: local('Rubik Medium'), local('Rubik-Medium'), url('../../assets/fonts/rubik-v9-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../../assets/fonts/rubik-v9-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
	url('../../assets/fonts/rubik-v9-latin-500.woff') format('woff'), /* Modern Browsers */
	url('../../assets/fonts/rubik-v9-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../../assets/fonts/rubik-v9-latin-500.svg#Rubik') format('svg');
	/* Legacy iOS */
}


/* cassette tapes font */


/*
@font-face {
  font-family: 'Cassette';
  font-style: normal;
  font-weight: 400;
  src: url('../../assets/fonts/alphabetized_cassette_tapes.ttf');
}
*/


/* cassette tapes font */

textarea {
  resize: none;
}

body {
	height: 100%;
	min-height: 100vh;
	overflow-x: hidden;
	background-color: transparent;
	color: #292828;
	font-family: 'Rubik', sans-serif;
	/*  font-family: 'Roboto', sans-serif;*/
	position: relative;
	font-size: 1rem;
	line-height: 2rem;
}


/* common css */


/* custom button */

a:hover {
	text-decoration: none
}

.btn,
.btn:link,
.btn:visited {
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	display: inline-block;
	position: relative;
}

.btn:hover {
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.btn:active,
.btn:focus {
	outline: none;
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.btn-custom {
	color: #ffffff !important;
	background-color: #a5c436 !important;
	border-color: #a5c436 !important;
}

.btn-custom:hover {
	color: #ffffff !important;
	background-color: #a5c436 !important;
	border-color: #a5c436 !important;
}

.btn-custom:focus,
.btn-custom.focus {
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
}

.btn-custom.disabled,
.btn-custom:disabled {
	color: #fff;
	background-color: #007bff !important;
	border-color: #007bff !important;
}

.btn-custom:not(:disabled):not(.disabled):active,
.btn-custom:not(:disabled):not(.disabled).active,
.show>.btn-custom.dropdown-toggle {
	color: #fff;
	background-color: #a5c436 !important;
	border-color: #a5c436 !important;
}

.btn-custom:not(:disabled):not(.disabled):active:focus,
.btn-custom:not(:disabled):not(.disabled).active:focus,
.show>.btn-custom.dropdown-toggle:focus {
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
}


/* end of custom button */

.leftcent {
	text-align: left;
}

.rightcent {
	text-align: right;
}

@media (max-width: 991.98px) {
	.leftcent {
		text-align: center;
	}
	.rightcent {
		text-align: center;
	}
}

.tmark {
	color: #a5c436;
	font-style: italic;
	text-transform: lowercase;
}

.blackcolor {
	color: #000000;
}

.darkblue {
	color: #292828;
}

.darkblue:focus {
	outline: none;
}

.textpadding {
	overflow: hidden;
	/* padding-top: 3rem; */
}


/* .section-header
{
  color: #868787;
  margin-bottom:0rem;
  padding-top: 0rem;
  padding-bottom:1.25rem;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 4px;
  line-height: 100%;
  text-transform: uppercase;
} */

.section-header {
	font-family: 'DM Serif Text', serif;
	color: #292828;
	margin-bottom: 0rem;
	/* padding-top: 0.25rem; */
	padding-bottom: 1.45rem;
	line-height: 100%;
	font-size: 2rem;
}
.section-subheader{
	margin-bottom: 0px;
    color: #fff;
    font-size: 1.1rem;
    text-transform: uppercase;
	color: #bcbcbc;
	font-weight: 500;
}

@media (max-width: 991.98px) {
	/* .section-header
  {
    line-height: 2em;
  } */
	.section-header {
		line-height: 2.5rem;
	}
}

.allsection {
	padding: 4rem 1rem 4rem 1rem;
}

@media (max-width: 991.98px) {
	.allsection {
		padding: 2.5rem 1rem 2.5rem 1rem;
	}
}

.allcol {
	padding: 1rem;
}

.halfcol {
	padding: 0.5rem;
}

.qtrcol {
	padding: 0.25rem;
}


/* 5 column structure */

@media (min-width: 992px) {
	.col20p {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}


/* end of 5 column structure */


/* end of common css */


/* header and navbar */

#secheader {
	position: relative;
}

@media (max-width: 991.98px) {
	#secheader {}
}


#headerrow
{
  padding: 9rem 1rem 4rem 1rem;
  background: transparent radial-gradient(closest-side at 50% 50%, #779C3B 0%, #2C4412 100%) 0% 0% no-repeat padding-box;
  background-size: 100% 100%;
 position: relative;
}

.headerimg{
	position: absolute;
	bottom: -160px;
}

@media (max-width: 991.98px) {
	#headerrow
	{
	  padding: 8rem 1rem 4rem 1rem;
	  background-color: #2d3655;
	  background-size: 100% 100%;		
	}
	.headerimg{
		position: relative;
		bottom: -50px;
	}
}

@media (max-width: 991.98px) {
	#headercol2 {
		border-bottom: 1px solid #0C154A;
	}
}

@media (min-width: 992px) {
	
}
	.formimage{
		/* background: url('../images/fomimg.png'); */
		background-size: cover;
		position:relative;
		border-radius: 15px 0 0 15px;
		height: auto !important;
	}
	
	.formbox{
		-webkit-box-shadow: 0px 37px 70px -17px rgba(92,92,92,0.64);
		box-shadow: 0px 37px 70px -17px rgba(92,92,92,0.1);
		background-color: #ffff;
		padding: 2rem;
		border-radius: 0 15px 0 15px;
	}
	.imgheight{border-radius: 15px 15px 0 0;}
	@media(min-width: 700px){
		.formimage{
			height: 100% !important;
			border-radius: 15px 15px 0 0;
		}
		.imgheight{height: 100% !important; border-radius: 0;}
		.formbox{
			border-radius: 0 15px 15px 0px;
		}
	}
	.form-wrapper .form-group{
		position: relative;
	  }
	  .form-wrapper .form-group+.form-group {
		margin-top: 30px;
	  }
	  .form-wrapper .focused .form-label {
		transform: translateY(-85%);
		font-size: .75em;
	  }
	  
	  .form-wrapper .focused .form-label-2 {
		transform: translateY(-100%);
		font-size: .75em;
	  }
	  .form-input {
		position: relative;
		padding: 12px 20px 5px 0px;
		width: 100%;
		outline: 0;
		border: 0;
		box-shadow: 0 1px 0 0 #34395673;
		transition: box-shadow 150ms ease-out;
		background-color: transparent;
		color: #343956;
	  }
	  .form-input:focus{
		box-shadow: 0 3px 0 0 #a5c436;
	  }
	  
	  form-input::placeholder{
		color: #a5c436;
	  }
	  .form-input.filled{
		box-shadow: 0 2px 0 0 #a5c436;
	  }
	  .form-label {
		position: absolute;
		left: 0;
		top: 10px;
		color: #34395673;
		background-color: transparent;
		z-index: 10;
		pointer-events: none;
		font-size: 15px;
		transition: transform 150ms ease-out, font-size 150ms ease-out;}
	  
	

/*banner section starts here*/

.bannerText{
    background-color: #000e00;
    height: 100vh;
}

.wrapper{
    padding-top: 15rem;
}
@media (max-width: 991.98px) {
	.wrapper {
		padding-top: 6rem;;
	}
}

/*banner section ends here*/



.introducing {
	font-family: 'Rubik', sans-serif;
	font-size: 1rem;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.5rem;
	margin-bottom: 1rem;
}

.introtrans {
	color: #fff;
	font-size: 3.5rem;
	font-family: 'DM Serif Text', serif;
	margin-bottom: 2rem;
}

.h1tag
{
  font-size: 2.25rem;
  margin-bottom: 1rem;
  line-height: 2.5rem;
  font-family: 'DM Serif Text', serif;
  color: #ffffff;
}


.h1subtag {
	margin-bottom: 0px;
	color: #fff;
	font-size: 1.1rem;
	text-transform: uppercase;
	color: #7ac142;	
}

.form-container {
	padding: 1.5rem 1.5rem;
	background-color: #ffffff;
	border-radius: 10px;
	width: 100%;
}

.form-header {
	font-family: 'DM Serif Text', serif;
	margin-bottom: 0rem;
	letter-spacing: 0.10rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 1.5rem;
	color: #292828 !important;
}

.formlabel {
	margin-bottom: 0.2rem;
	color: #000000;
	font-size: 1.1rem;
	margin-top: 0.10rem;
	margin-left: 10px;
}

.frmsubmit {
	margin-top: 2rem;
}

.custigp {
	background-color: transparent !important;
	margin: 0px;
	padding-bottom: 0px !important;
	padding-top: 0px;
}

.custfieldphone {
	border-width: 1px 1px 1px 0px;
}


/* end of header section */


/* navbar css*/

.navbar-brand {
	z-index: 1;
}

.navz {
	background-color: transparent;
	padding: 0.25rem 1rem 0.25rem 1rem;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

@media (max-width: 991.98px) {
	.navz {
		padding: 0.75rem 1.25rem 0.75rem 1.25rem;
	}
}


.navlink {
	color: #ffffff;
	opacity: 0.7;
	text-decoration: none !important;
	padding-right: 1rem !important;
	padding-left: 1rem !important;
	width: 100%;
}

.navlink.active {
	color: #ffffff !important;
	text-decoration: none !important;
	font-weight: bold;
}

.navlink:hover {
	opacity: 1;
	color: #ffffff !important;
	text-decoration: none !important;
}

.navitem {
	padding: 0px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media only screen and (min-width: 992px) {
	.logo1 {
		width: 200px;
		height: 60px;
	}
}

@media only screen and (max-width: 991.98px) {
	.logo1 {
		width: 166px;
		height: 50px;
	}
}


/* end of navbar css*/


/* new sidebar css */

.closemenu {
	height: 80px;
}

.menu-toggle span {
	color: #ffffff !important;
	font-size: 1.25rem;
	font-weight: bold;
}

.menu-toggle {
	position: fixed;
	right: 20px;
	top: 20px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #ffffff;
	/*  box-shadow: 0 16px 35px rgba(32,41,50,0.12);*/
	background-color: #2928284f;
	border: 2px solid #ffffff;
	line-height: 50px;
	z-index: 999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
}

@media (max-width: 991.98px) {
	.menu-toggle {
		position: fixed;
		right: 15px;
		top: 15px;
	}
	.menu-toggle:focus,
	.menu-toggle:hover {
		background-color: #a5c436 !important;
	}
}

.menu-toggle:focus,
.menu-toggle:hover {
	color: #ffffff;
	background-color: #a5c436;
	text-decoration: none;
}

.menu-toggle:hover {
	text-decoration: none;
}

#sidebar-wrapper {
	position: fixed;
	z-index: 100;
	top: 0px;
	right: 0px;
	width: 0px;
	height: 100%;
	-webkit-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
	-webkit-transform: translateX(280px);
	-ms-transform: translateX(280px);
	transform: translateX(280px);
	background-color: #292828;
	overflow-y: auto;
	overflow-x: hidden;
}

.sidebar-nav {
	position: absolute;
	top: 0;
	width: 280px;
	margin: 0;
	list-style: none;
	padding-bottom: 4rem;
}

#sidebar-wrapper.active {
	right: 280px;
	width: 280px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}


/* new sidebar css */


/* end of header and navbar */


/* client section secclients*/

#secclients {}

.bioimg {
	padding: 1rem;
	text-align: center;
}

@media (max-width: 991.98px) {
	.bioimg {
		padding: 0.5rem 0.5rem 0.5rem 0.5rem;
		text-align: center;
	}
}


/* End of client section secclients*/


/* about biofilter secabout */

#secabout {}

.youtubecol {
	padding: 1rem;
}

@media (max-width: 991.98px) {
	.youtubecol {
		padding: 0rem;
	}
}

.youtuberelative {
	position: relative;
	overflow: hidden;
    cursor: pointer;
	width: 100%;   
}

.youtubeimg {
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}

.youtubeplaybtn {
	left: 50%;
	top: 50%;
	position: absolute;
	cursor: pointer;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.youtubeplaybtn span {
	font-size: 3.25rem;
	color: #FF0000;
}

#youtubeiframe {
	display: none;
}

.about-section-ul {
	width: 70%;
	margin: auto;
}


/* end of about biofilter secabout */


/* how it works, key features : secworks, secfeatures */

#secworks {}

.how-div {
	background-color: red;
}

.how-num {
	font-size: 1.2rem;
	font-weight: 600;
	padding-right: 0.5rem;
}

.how-arr {
	top: 30%;
	font-size: 2rem;
}

@media (max-width: 991.98px) {
	.how-arrow-para {
		transform: rotate(90deg);
	}
}

.workdiv {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.timelinecircle {
	padding: 1.2rem;
	border: 1px solid #A0AEC3;
	border-radius: 50%;
	margin: auto;
	text-align: center;
	/*
  top: 50%;
  left: 50%;
  */
	/*
  height: 30%;
  width: 80%;
  */
	height: 125px;
	width: 125px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.timelinetext {
	font-weight: 500;
	color: #afafaf;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
}

.timelinenumber {
	font-size: 3rem;
	line-height: 3rem;
	font-weight: 400;
	color: #343956;
	font-weight: bold;
}

.timeline {
	width: 100%;
	border-top: 2px dashed #A0AEC3;
	text-align: center;
}

.amenitiestext {}

.amenitiesheader {
	font-size: 1.5rem;
	margin: 0px;
	font-weight: 500;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.amenitiescard {
	background-color: #ffffff;
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin: 1rem;
	text-transform: capitalize;
}

.slick-slide:focus {
	outline: none;
}

.featurescard {
	background-color: #ffffff;
	padding: 1rem 1rem 1rem 1rem;
	margin: 0.5rem;
	border-radius: 10px;
	/*
  box-shadow: 0px 16px 37.41px 5.59px #35343512;
  */
	-webkit-box-shadow: 0px 0px 14px 1px #35343512;
	box-shadow: 0px 0px 14px 1px #35343512;
	text-align: center;
	height: 100%;
}

@media (max-width: 991.98px) {
	.featurescard {
		padding: 0.5rem 0.5rem 0.5rem 0.5rem;
	}
}

.featuresnum {
	font-size: 1.2rem;
	color: #e1e1e1;
	/*  font-weight: bold;*/
	margin-bottom: 0px;
	text-align: right;
}

.featuresheader {
	font-size: 1.5rem;
	margin: 0px;
	font-weight: 500;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.featurestext {
	margin-bottom: 0px;
	text-align: center;
}

@media (min-width: 992px) {
	.featurestext {
		height: 80px;
	}
}

@media (max-width: 991.98px) {
	.featurestext {
		line-height: 1.5rem;
		height: 125px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.amenitiesdiv {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 2rem 2rem 2rem 2rem;
}

@media (max-width: 991.98px) {
	.amenitiesdiv {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 1rem 1rem 1rem 1rem;
	}
}

.amenitiesicon {
	width: 60px;
	height: 60px;
	background-color: rgba(165, 196, 54, 0.7);
	border-radius: 50%;
	position: relative;
}

.amenitiesicon span {
	color: #000000;
	font-size: 4.25rem;
	opacity: 0.8;
	position: absolute;
	left: 10px;
	bottom: 5.5px;
}

@media (max-width: 991.98px) {
	.amenitiesicon span {
		font-size: 3.5rem;
	}
}

.featuresabsolute {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 2rem;
}

.featurestopmargin {
	/*
  margin-top: 2rem;
  */
}

.stickarrowbox {
	opacity: 0.7 !important;
	height: 40px;
	width: 40px;
	background-color: #292828;
	border-radius: 50%;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
}

.stickarrowbox:hover {
	opacity: 1 !important;
	text-decoration: none;
}

.stickarrowbox span {
	font-size: 1.10rem;
	color: #ffffff;
}


/* end of how it works, key features : secworks, secfeatures */


/*company profile Section */

#secprofile {
	background-color: #343956
}


/*End of company profile Section */


/* advantages secadv */

#secadv {}

.clientnoabsolute {
	position: absolute;
	right: 15px;
	top: 15px;
	padding: 1rem;
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 0px;
}

.advcard {
	/*
  box-shadow: 0px 16px 37.41px 5.59px #35343512;
  */
	-webkit-box-shadow: 0px 0px 14px 1px #35343512;
	box-shadow: 0px 0px 14px 1px #35343512;
	padding-top: 4rem;
	margin-bottom: 0;
	border-radius: 10px;
}


/* end of advantages secadv */


/* Applications Section secapp */

#secapp {}

.applidiv {
	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;
}

.appcard {
	padding-top: 2rem;
	padding-bottom: 2rem;
	padding-right: 0.25rem;
	padding-left: 0.25rem;
}

.app-image {
	border-radius: 1rem;
}

.b1 {
	border-color: #acacac;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
}

.b2 {
	border-color: #acacac;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
}

.b3 {
	border-color: #acacac;
	border-width: 0px 0px 1px 1px;
	border-style: solid;
}

.b4 {
	border-color: #acacac;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
}

.b5 {
	border-color: #acacac;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
}

.b6 {
	border-color: #acacac;
	border-width: 0px 0px 0px 1px;
	border-style: solid;
}

@media (max-width: 991.98px) {
	.b1 {
		border-color: #acacac;
		border-width: 0px 1px 1px 0px;
		border-style: solid;
	}
	.b2 {
		border-color: #acacac;
		border-width: 0px 0px 1px 0px;
		border-style: solid;
	}
	.b3 {
		border-color: #acacac;
		border-width: 0px 1px 1px 0px;
		border-style: solid;
	}
	.b4 {
		border-color: #acacac;
		border-width: 0px 0px 1px 0px;
		border-style: solid;
	}
	.b5 {
		border-color: #acacac;
		border-width: 0px 1px 0px 0px;
		border-style: solid;
	}
	.b6 {
		border-color: #acacac;
		border-width: 0px 0px 0px 0px;
		border-style: solid;
	}
}

.vertiborder {
	border-color: #acacac;
	border-width: 0px 0.5px 0px 0.5px;
	border-style: solid;
}

.bottomborder {
	border-color: #acacac;
	border-width: 0px 0px 0.5px 0px;
	border-style: solid;
}

@media (max-width: 991.98px) {
	.resortbotborder {
		border-color: #acacac;
		border-width: 0px 0px 0.5px 0px;
		border-style: solid;
	}
}


/* End of Applications Section secapp */


/* Compliance Section seccomp */

#seccomp {}

.comptextcol {
	padding: 1rem;
}

@media (max-width: 991.98px) {
	.comptextcol {
		padding: 0.5rem;
	}
}

.compcard {
	-webkit-box-shadow: 0px 0px 14px 1px #35343512;
	box-shadow: 0px 0px 14px 1px #35343512;
	margin-bottom: 0;
	border-radius: 10px;
}

.compsnum {
	font-size: 2.8rem;
	font-weight: bold;
	letter-spacing: 3px;
	font-family: "DM Serif Text", serif;
}

.numaligner {
	padding: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width: 991.98px) {
	.compcard {
		padding: 0.5rem;
	}
	.compstext {
		text-align: left;
		margin-bottom: 0rem;
	}
	.numaligner {
		padding: 0.5rem;
	}
}


/* End of Compliance Section seccomp */


/*Case Section seccase*/

.cardtitle {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-bottom: 0rem;
}

.caseimg {
	border-radius: 10px;
}

.caseimg img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.case-studies-heading{
	font-size: 20px;
}

@media (min-width: 992px) {
	.casetext {
		height: 135px;
	}
}

.text-muted::before {
	content: "\2014\00A0";
}

.viewhover{
    color: #0056b3;
}

a.viewhover:hover {
	color: #0056b3;
	text-decoration: underline !important;
}

.caseStudy-span-arrow-link:focus {
	outline: none;
}


/*End of case Section seccase*/


/* statistics secstats */

#secstats {}

.statsslider {
	max-width: 400px;
	height: 400px;
	margin-bottom: 3rem;
}

.sliderbox {}

.statsnum {
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 3px;
}

.statsdetailsmain {
	text-transform: uppercase;
	color: #868787;
	letter-spacing: 2px;
}

.statsdetails {
	color: #868787;
}

.statsidiv {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.statsicon {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	position: relative;
}

.statsicon span {
	color: #868787;
	font-size: 3.6rem;
	opacity: 0.8;
	position: absolute;
	/* left: 7.5px;
  bottom: 7.5px; */
}

.statsborder {
	border-bottom: 0.5px solid #868787
}


/* statistics secstats */


/* comparison seccompare */

#seccompare {}

.comparetext {
	font-weight: 400;
	text-align: center;
	margin-top: 1rem;
	font-size: 16px;
	letter-spacing: 0.05rem
}

.box-piesite {
	text-align: center;
	font-size: 20px;
}

.design {}

.piesite {
	position: relative;
	width: 1em;
	height: 1em;
	font-size: 6rem;
	cursor: default;
}

.piesite .percent {
	position: absolute;
	/*
  top: 1.1em;
  left: 0.1em;
  */
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	font-size: 0.3em;
	text-align: center;
	z-index: 2;
}

.piesite .percent .symbol {
	font-size: 0.5em;
	vertical-align: top;
	opacity: 0.5;
}

.piesite>#slice {
	position: absolute;
	width: 1em;
	height: 1em;
	clip: rect(0px, 1em, 1em, 0.5em);
}

.piesite>#slice.gt50 {
	clip: rect(auto, auto, auto, auto);
}

.piesite>#slice>.pie {
	position: absolute;
	border: 0.5rem solid #444;
	width: 1em;
	height: 1em;
	clip: rect(0em, 0.5em, 1em, 0em);
	border-radius: 0.5em;
}

li.design .piesite>#slice>.pie {
	border-color: #97bf53;
}

li.usability .piesite>#slice>.pie {
	border-color: #97bf53;
}

li.creativity .piesite>#slice>.pie {
	border-color: #97bf53;
}

.piesite>#slice>.pie.fill {
	-webkit-transform: rotate(180deg) !important;
	-ms-transform: rotate(180deg) !important;
	transform: rotate(180deg) !important;
}

.piesite.fill>.percent {
	display: none;
}

.piesite:after {
	content: '';
	display: block;
	position: absolute;
	top: 0.1em;
	left: 0.1em;
	width: 0.8em;
	height: 0.8em;
	/* background: #30303A; */
	border-radius: 100%;
	z-index: 1;
}

.piesite:before {
	content: '';
	display: block;
	position: absolute;
	width: 1em;
	height: 1em;
	border-radius: 0.5em;
	opacity: 0.5;
	z-index: 0;
}

.piesite:before {
	background: rgba(255, 255, 255, 0.1);
}

.box-piesite ul {
	padding: 0;
}

.box-piesite ul li {
	display: inline-block;
	/* margin: 10px 20px; */
}


/* comparison seccompare */


/* background secbg */

#secbg {}


/* background secbg */


/*gallery section starts here*/

.secgallery {}

.curveimg,
#gallerycarousel {
	cursor: pointer;
}

@media (min-width: 576px) {
	.modalgal {
		max-width: 70vw !important;
	}
}

.imgmodal-close {
	position: absolute;
	right: 0px;
	top: -50px;
	cursor: pointer;
	padding: 0.50rem;
	background-color: transparent;
	outline: 0px;
	border: 0px solid;
}

.imgmodal-close:focus
{
	border: 0px solid;
	outline: 0px;
}

.imgmodal-close>span {
	font-size: 2rem;
	font-weight: bold;
	color: #ffffff;
}


/*gallery section ends here*/



.modal-header .close {
	outline: none;
}

.white-papers-row {
	background-color: #edf0f8;
	padding: 2rem;
}
.btnfloater.scds1 {
	background-image: url("../images/first.webp");

}
.btnfloater.scds2 {
	background-image: url("../images/second.webp");

}
.btnfloater {
	background-size: cover;
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 250px;
	width: 100%;
	position: relative;
}
.stp-tech-btns{
	margin-top: 90px;
}

@media (max-width: 991.98px) {
	.white-papers-row {
		padding: 3rem 1rem 3rem 1rem;
	}
	.btnfloater {
		height: 250px;
	}
}

.white-paper-img {
	padding: 10px;
}


/* white papers secpapers */


/* awards secawards */

#secawards {}

.awardtextmain {
	padding: 1rem;
	margin-bottom: 0px;
}

@media (max-width: 991.98px) {
	.awardtextmain {
		padding: 1rem 0.25rem 1rem 0.25rem;
		line-height: 25px;
	}
}

.awardtextsub {}


/* awards secawards */


/* brochure secbrochure */

#secbrochure {
	background-color: #292828;
	padding: 1rem;
}

#submitf3 .icon-arrow:before {
	color: #fff;
}

.btnarrow {
	/*
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  */
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	vertical-align: middle;
}

.btn-bro {
	color: #fff !important;
	background-color: #a5c436 !important;
	border-color: #a5c436 !important;
	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;
}

.btn-bro:hover {
	color: #fff !important;
	background-color: #a5c436 !important;
	border-color: #a5c436 !important;
}

.btn-bro:focus,
.btn-bro.focus {
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
}

.btn-bro.disabled,
.btn-bro:disabled {
	color: #fff;
	background-color: #007bff !important;
	border-color: #007bff !important;
}

.btn-bro:not(:disabled):not(.disabled):active,
.btn-bro:not(:disabled):not(.disabled).active,
.show>.btn-bro.dropdown-toggle {
	color: #596297;
	background-color: #ffffff !important;
	border-color: #ffffff !important;
}

.btn-bro:not(:disabled):not(.disabled):active:focus,
.btn-bro:not(:disabled):not(.disabled).active:focus,
.show>.btn-bro.dropdown-toggle:focus {
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
}

.brlabel {
	margin-bottom: 0.25rem;
	margin-left: 0rem;
	color: #ffffff;
	margin-top: 1rem;
}

.brfield {
	background-color: #292828 !important;
	color: #ffffff !important;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
	border-width: 0px 0px 1px 0px !important;
	border-style: solid !important;
	border-color: #ffffff !important;
	border-radius: 0px !important;
	outline: 0 !important;
	height: 2.50rem !important;
	resize: none !important;
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.brfieldphone {}

.brfield:focus {
	background-color: #292828 !important;
	color: #ffffff !important;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
	border-width: 0px 0px 1px 0px !important;
	border-style: solid !important;
	border-color: #ffffff !important;
	border-radius: 0px !important;
	outline: 0 !important;
}

.brfield::-webkit-input-placeholder {
	color: #757575;
	font-size: 0.90rem;
}

.brfield::-moz-placeholder {
	color: #757575;
	font-size: 0.90rem;
}

.brfield:-ms-input-placeholder {
	color: #757575;
	font-size: 0.90rem;
}
.brfield::-ms-input-placeholder {
	color: #757575;
	font-size: 0.90rem;
}
.brfield::placeholder {
	color: #757575;
	font-size: 0.90rem;
}

#formf3 select:required:invalid {
	color: gray !important;
}
#formf3 option[value=""][disabled] {
	display: none;
}
#formf3 option {
	color: #fff !important;
}
.brigp {
	background-color: #292828 !important;
	color: #ffffff !important;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
	border-width: 0px 0px 1px 0px !important;
	border-style: solid !important;
	border-color: #ffffff !important;
	border-radius: 0px !important;
}


/* brochure secbrochure */


/* footer */

#footer {
	background-color: #000;
	padding-bottom: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

.footer-heading {
	margin-top: 1rem;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 3px;
	margin-bottom: 0rem !important;
}

.footer-subheading {
	font-weight: bold;
	margin-bottom: 0rem !important;
}

.footer-link {
	margin-bottom: 0rem !important;
}

.footer-link a {
	text-decoration: none;
	color: #fff;
}

.altoisdiv {
	color: #ffffff;
	background-color: #000000;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.parent {}

.altoislink {
	color: white;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.altoislink:hover {
	color: white;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.altois {
	font-weight: 900;
}

.soc-icon {
	margin-top: 0.7rem;
}

.social-media-icon {
	font-size: 1.5rem;
	margin: 0.2rem;
}

.sociallink {
	text-decoration: none;
	color: #fff;
}

.sociallink:hover {
	text-decoration: none;
	color: #343956;
}


/* sticky mob */

.stickycol {
	padding: 0.50rem;
}

.stickybtn {
	background-color: #a5c436;
	text-align: center;
}

.stickybdr {
	border-right: 1px solid #ffffff;
}

.stickycall {
	color: #ffffff !important;
	text-align: center;
}

.stickycall:hover {
	text-decoration: none;
}

.stickyenq {
	color: #ffffff !important;
	text-align: center;
}

.stickyenq:hover {
	text-decoration: none;
}


/* end of sticky mob */


/* modal form */

.modal-close>span {
	position: absolute;
	right: 20px;
	top: 20px;
	color: #0C154A;
	font-weight: bold;
	cursor: pointer;
}

.modal-close>span:hover {}


/* end of modal form */


/* end of footer */


/* thank you and form submit failed sections */

#tyfssec1 {
	background-color: #ffffff;
	padding: 8rem 1.5rem 3.5rem 1.5rem;
}

#tyfssec2 {
	background-color: #e0e0e0;
}

#ppsec1 {
	background-color: #ffffff;
}

.tyicon {
	color: green;
	font-size: 4rem;
}

.fsicon {
	color: red;
	font-size: 4rem;
}

.otherpagenumlink {
	color: #0C154A !important;
	text-decoration: none;
}

.otherpagenumlink:hover {
	color: #596297 !important;
	text-decoration: underline;
}


/* end of thank you and form submit failed sections */


/*background secbg */

.our-bg {
	background-color: #292828;
	color: white;
}


/*background secbg */

.hii {
	position: absolute;
	top: 40%;
}

.icon-scroll-down {
	font-size: 3rem;
	color: #ffffff;
}

.bounce {
	position: absolute;
	bottom: 30px;
    top: 70%;
	left: 50% ;
	width: 60px;
	height: 60px ;
	margin-left:-30px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;
	animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
	}
	60% {
		-webkit-transform: translateY(-15px);
	}
}

@-moz-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-30px);
	}
	60% {
		-moz-transform: translateY(-15px);
	}
}

@-o-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-o-transform: translateY(0);
	}
	40% {
		-o-transform: translateY(-30px);
	}
	60% {
		-o-transform: translateY(-15px);
	}
}

@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-30px);
	}
	60% {
		transform: translateY(-15px);
	}
}


/*checkmark tick css starts here*/

.checkmark-circle {
	stroke-dasharray: 166;
	stroke-dashoffset: 166;
	stroke-width: 2;
	stroke-miterlimit: 10;
	stroke: #7ac142;
	fill: none;
	animation: stroke 1.1s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: block;
	stroke-width: 5;
	stroke: #fff;
	stroke-miterlimit: 10;
	margin-bottom: 6%;
	box-shadow: inset 0px 0px 0px #7ac142;
	animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark-check {
	transform-origin: 50% 50%;
	stroke-dasharray: 48;
	stroke-dashoffset: 48;
	animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
	100% {
		stroke-dashoffset: 0;
	}
}

@keyframes scale {
	0%,
	100% {
		transform: none;
	}
	50% {
		transform: scale3d(1.1, 1.1, 1);
	}
}

@keyframes fill {
	100% {
		box-shadow: inset 0px 0px 0px 3px #7ac142;
	}
}


/*checkmark tick css ends here*/


/* representation image code starts here*/

.relativetextbox {
	position: relative;
	width: auto;
}

.absolutetextbottom {
	text-transform: uppercase;
	position: fixed;
	bottom: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #ffffff;
	width: 100%;
	margin-bottom: 0px;
	padding: 0.5rem;
}

.absolutetexttop {
	letter-spacing: 1px;
	font-size: 0.60rem;
	position: absolute;
	line-height: 100%;
	top: 0;
	left: 0;
	padding: 0.50rem;
	text-shadow: 1px 1px 10px #000000;
	color: #ffffff;
	text-align: left;
}

.absolutetexttopblk {
	letter-spacing: 1px;
	font-size: 0.60rem;
	position: absolute;
	line-height: 100%;
	bottom: 0;
	right: 0;
	padding: 0.50rem;
	/*
  text-shadow: 1px 1px 10px #000000;
  */
	color: #ffffff;
	text-align: left;
}

.absolutetexttopblk__White {
	letter-spacing: 1px;
	font-size: 0.60rem;
	position: absolute;
	line-height: 100%;
	bottom: 0;
	right: 0;
	padding: 0.50rem;
	/*
  text-shadow: 1px 1px 10px #000000;
  */
	color: #ffffff;
	text-align: left;
}


/* representation image code starts here*/

.thank-arrow .icon-arrow:before {
	color: #fff;
}

@media (max-width: 991.98px) {
	.casetext {
		height: 9rem;
	}
}


/* demo form secdemo */

#secdemo {
	position: relative;
}

.secdemobg {
	position: absolute;
	top: 0px;
	/*  background: #f7fdfa;*/
	height: 400px;
	width: 100%;
}

.formrow {
	-webkit-box-shadow: 0px 37px 70px -17px rgba(92, 92, 92, 0.64);
	box-shadow: 0px 37px 70px -17px rgba(92, 92, 92, 0.1);
	background-color: #ffff;
	padding: 2rem 4rem 2rem 4rem;
	margin-top: 1rem;
	border-radius: 15px;
}

@media (max-width: 991.98px) {
	.formrow {
		padding: 2rem 1rem 2rem 1rem;
	}
}


/* end of demo form secdemo */

.openformheader {
	text-align: center;
	text-transform: uppercase;
	font-size: 1.5rem;
	margin-bottom: 2rem;
	letter-spacing: 0.1rem;
}

.formhr {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}


.frmsubmit {
	margin-top: 1rem;
}

.frmbdr {
	/*  border-top: 5px solid #08CA73;*/
	padding: 0.25rem;
	border-radius: 0rem;
	background-color: #ffffff;
}

.frmbdr:hover {
	-webkit-box-shadow: 0px 0px 10px 0px #bcbcbc;
	box-shadow: 0px 0px 10px 0px #bcbcbc;
}

.frmbox {
	/*
  border: 1px solid #08CA73;
  */
	padding: 1rem;
}



.custgroup {
	position: relative;
	width: auto;
}
.custfieldproduct {
	background-color: #ffffff !important;
	font-weight: bold !important;
	color: #242424 !important;
	opacity: 1 !important;
}

.custfield::-webkit-input-placeholder {
	color: #505050;
	font-size: 1.10rem !important;
	letter-spacing: 0.05rem;
	font-size: 1rem;
}

.custfield:-ms-input-placeholder {
	color: #505050;
	font-size: 1.10rem !important;
	letter-spacing: 0.05rem;
	font-size: 1rem;
}

.custfield::-ms-input-placeholder {
	color: #505050;
	font-size: 1.10rem !important;
	letter-spacing: 0.05rem;
	font-size: 1rem;
}

.custfield::placeholder {
	color: #505050;
	font-size: 1.10rem !important;
	letter-spacing: 0.05rem;
	font-size: 1rem;
}

.custfield:focus {
	background-color: transparent;
	-webkit-box-shadow: 0px 0px !important;
	box-shadow: 0px 0px !important;
	color: #242424 !important;
}

.custfield:active {
	color: #242424 !important;
}

.custfield:not(:placeholder-shown)+.formlabel {
	color: #757575;
	background: #ffffff !important;
	z-index: 5;
}

.custfieldphone {
	border-top-right-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
	border-width: 1px 1px 1px 1px;
}

.custfield:not(:placeholder-shown):focus+.formlabel {
	color: #292828 !important;
	font-weight: bold;
}

.custtextarea {
	padding-top: 0.6rem;
}

.custigp {
	font-size: 1.10rem;
	background-color: transparent;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #e6e6e6;
	color: #505050;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.formlabel {
	background-color: transparent;
	position: absolute;
	top: -7px;
	left: 4px;
	margin-bottom: 0.30rem;
	color: transparent;
	font-size: 0.8rem;
	line-height: 100%;
	-webkit-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.formlabelphone {
	left: 60px;
}

.formlabelproduct {
	background-color: #ffffff;
	line-height: 100%;
	position: absolute;
	top: -7px;
	left: 4px;
	margin-bottom: 0.30rem;
	color: #757575;
	font-size: 0.8rem;
	z-index: 5;
}

.bg-custom-black {
	background-color: #000e00;
}

/*<...........................................................................................................>*/
.transbio-sec{
	background-color: #000e00;
	
}
#transbio{
	position: relative;
	
}
.content-it{
	/* position: absolute; */
	color: #fff;
    
}
.heading-int{
	letter-spacing: 12px;
    color: #ffff;
    font-size: 12px;
     text-align: center!important; 
}
.heading-trans{
   font-family: 'DM Serif Text', serif;
    color: #ffff;
    font-size: 6rem;  
     text-align: center!important; 
}
@media (max-width: 991.98px) {
	.heading-trans{	
    font-size: 3rem;
	}
	.content-it{
	margin-top: 0px !important;
	}
	
}

