body
{
	font-family: 'Lato', sans-serif;
	color: #5f5f5f;
	text-align: justify;
}
h1
{
	text-transform: uppercase;
	color: #141517;
	font-weight: 600;
}
h1 span
{
	font-size: 15px;
	font-weight: normal;
}
h2
{
	float: left;
	width: 100%;
	text-align: center;
	color: #000000;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 28px;
}
h2 span
{
	width: 100%;
	float: left;
	text-align: center;
}
h3
{
	background: #656a11;
	border-radius: 3px;
	padding:3px 15px;
	color: #fff;
	margin-top: 15px;
	font-size: 17px;
	display: inline-block;
	font-weight: 500;
}
h4
{
	font-family: 'Allison', cursive;
	font-size: 190px;
	position: relative;
	display: inline-block;
	letter-spacing: 15px;
	line-height: 0px;
}
h4 span
{
	font-family: 'Lato', sans-serif;
	font-size: 50px;
	position: absolute;
	top: -37px;
	right: 5px;
	letter-spacing: 0px;
}
header
{
	float: left;
	width: 100%;
	background: #141517;
	height: 102px;
}
header .container
{
	position: relative;
}
.logo
{
	position: absolute;
	top: -15px;
	left: 15px;
}
.navigation ul
{
	margin-left: auto;
	margin-top: 21px;
}
.navigation ul li a
{
	color: #fff;
	border-bottom: 5px solid #141517;
	padding-bottom: 36px;
}
.navigation ul li
{
	margin-right: 40px;
}
.navigation ul li a:hover
{
	border-color: #656a11;
	color: #656a11;
}
.phone_button
{
	color: #fff;
	background: #656a11;
	border-radius: 3px;
	padding:8px 15px;
	text-decoration: none;
	outline: none;
	float: right;
	margin-top: -15px;
}
.phone_button:hover
{
	color: #000;
	background: #fff;
}
.navbar-toggler
{
	position: absolute;
	top: 15px;
	right: 0px;
	border:1px solid #fff;
	border-radius: 3px;
	padding:8px 12px;
}
.navbar-toggler span
{
	color: #fff;
}
.banner
{
	float: left;
	width: 100%;
	text-align: center;
}
.content
{
	float: left;
	width: 100%;
}
.left_welcome_block
{
	margin-top: 30px;
}
.banner_form {
  float: left;
  width: 100%;
  margin-top: -58px;
  position: relative;
}
.banner_form h2
{
	float: left;
	width: 100%;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	margin: 0 0 0px 0;
	background: #141517;
	padding: 20px 15px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	text-transform: uppercase;
	position: relative;
}
.banner_form form
{
  float: left;
  width: 100%;
  background: #f7f7f7;
  box-shadow: 0px 0px 10px #ccc;
  padding: 25px 25px 5px 25px;
}
.banner_form form textarea
{
	border-radius: 0px;
	margin-bottom: 10px;
	font-size: 14px;
}
.banner_form form input
{
	border-radius: 0px;
	font-size: 14px;
	margin-bottom: 10px;
}
.banner_form form button
{
	text-align: center;
	float: left;
	border-radius: 0px;
	width: 100%;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	margin: 0 0 15px 0;
	background: #656a11;
	padding: 5px 15px;
	text-transform: uppercase;
}
.banner_form form button:hover
{
	background: #fff;
	color: #000;
}
input.phone_number_input[type="number"] {
    -moz-appearance: textfield;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.categoriest_content
{
	float: left;
	width: 100%;
}
.cate_box
{
  float: left;
  width: 100%;
  box-shadow: 0px 0px 10px #ccc;
  padding: 25px 25px 5px 25px;
  margin-top: 50px;
  text-align: center;
  background: #f7f7f7;
}
.cate_point_box
{
	float: left;
	width: 31%;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 20px;
	text-align: center;
}
.cate_point_box p
{
	padding: 0 25px;
	font-size: 14px;
}
.technology_box .cate_point_box
{
	width: 46%;
	margin-left: 2%;
	margin-right: 2%;
}
.torisam_section
{
	float: left;
	width: 100%;
	background: url(../img/torisam_banner.jpg) no-repeat top center;
	margin-top: 50px;
	color: #fff;
}
.torisam_box_text
{
	float: left;
	width: 100%;
	margin:25% 0 20% 0;
}
.torisam_section p
{
	font-size: 30px;
	font-weight: 300;
	margin-top: 30px;
}
footer
{
	float: left;
	width: 100%;
	padding:60px 0;
}
.copy_right_text
{
	float: left;
	width: 100%;
	text-align: center;
}
.copy_right_text p
{
	margin-top: 20px;
}
.copy_right_text ul li a
{
	color: #fff;
	background: #000;
	padding:5px 10px;
	border-radius: 3px;
}
.footer_map_sec
{
	float: left;
	width: 100%;
}
.footer_map_sec ul
{
	width: 45%;
	float: left;
	background: #656a11;
	padding:15px;
	text-align: center;
}
.footer_map_sec ul li
{
	margin:35px 0 55px 0;
}
.footer_map_sec ul li i
{
  background: #fff;
  color: #656a11;
  border-radius: 100px;
  font-size: 16px;
  text-align: center;
  padding: 11px 0;
  width: 38px;
}
.footer_map_sec ul li a
{
	width: 100%;
	text-align: center;
	color: #fff;
	float: left;
	text-decoration: none;
}
.thankyou_page
{
    border-top:1px solid #e5e5e5;
    float: left;
    width: 100%;
}
.thank_you_text
{
    float: left;
    width: 100%;
    text-align: center;
    margin: 100px 0 150px 0px;
}
.thank_you_text i
{
    color: #656a11;
    font-size: 100px;
}
.thank_you_text h6
{
    color: #444;
    font-size: 50px;
    text-transform: none;
}
.thank_you_text p
{
    color: #444;
    font-size: 14px;
    display: inline-block;
    padding:15px 140px;
    float: left;
    width: 100%;
    text-align: center;
}
.thank_you_text a
{
    display: inline-block;
    padding:5px 20px;
    color: #fff;
    background:#000;
    border-radius: 3px;
}.thank_you_text a.email_link
{
    padding:0px;
    color: #0a70e3;
    background: none;
}
.biomart_section .mart_img
{
	float: left;
}
.mart_text
{
	float: left;
	text-align: left;
	padding-left: 25px;
	font-size: 20px;
}
.mart_text a
{
	color: #656a11;
}
.mart_text h3
{
	font-size: 50px;
}
.mart_img
{
	float: left;
	width: 23%;
	margin-bottom: 15px;
}
.mart_img img
{
	width: 100%;
}
/*=============================================================
=============================================================
=============================================================
=============================================================
=============================================================
=============================================================*/
@media (max-width: 1024px) {
    


}
@media (max-width: 1200px) {

 	.navigation ul li
 	{
	  margin-right: 15px;
	}
	.mart_img
	{
		text-align: center;
		width: 100%;
	}
	.mart_img img
	{
		width: 30%;
	}
	.mart_text
	{
		text-align: center;
		width: 100%;
		padding-left: 0px;
	}
}

@media (max-width: 991px) {
    header
    {
    	height: 87px;
    }
   .phone_button
   {
   	position: absolute;
   	top: 30px;
   	right: 50px;
   }

   .navigation ul
   {
   	padding:15px 20px;
   	background: #141517;
   	position: relative;
   	margin-top: 78px;
   	border-top: 1px solid #fff;
   	z-index: 1;
   }
   .navigation ul li a
   {
   	padding-bottom: 20px;
   	margin-bottom: 20px;
   }
   .banner_form
   {
   	margin-top: 30px;
   }
   .left_welcome_block
   {
   	text-align: center;
   }
   .cate_point_box
   {
   	width: 48%;
   }
   .thank_you_text p {
  padding: 15px 0;
}

}

@media (max-width: 767px) {

  .logo img
	{
		width: 120px;
	}
 	.cate_point_box
   {
   	width: 94%;
   	margin-right: 2%;
   	margin-left: 2%;
   }
   .technology_box .cate_point_box
	{
   	width: 94%;
   	margin-right: 2%;
   	margin-left: 2%;
   }
   h3
   {
   		width: 100%;
   }
   .footer_map_sec ul
   {
   	width: 100%;
   }
   .footer_map_sec iframe
   {
   	width: 100%;
   }
   .mart_text
   {
   	text-align: center;
   	padding-left: 0px;
   }
   .mart_text img
   {
   	width: 100%;
   }
   .mart_img
   {
   	width: 100%;
   }
   .mart_img img
	{
		width: 100%;
	}
}
@media (max-width: 668px) {

.torisam_section
	
	{
		background: url(../img/torisam_banner_mobile.jpg) no-repeat bottom center #fff;
		text-align: center;
	}
    .torisam_box_text
    {
    	margin:25% 0 100% 0;
    }
}
@media (max-width: 580px) {

	.navbar-toggler
	{
		right: 30px;
	}
	.phone_button
	{
		right: 80px;
	}
	.phone_button span
	{
		display: none;
	}
	.torisam_section p
	{
		font-size: 24px;
	}
	h4
	{
		font-size: 148px;
	}
}
@media (max-width: 430px) {

	h4
	{
		font-size: 90px;
	}
	h4 span {
	  	font-size: 32px;
	  	top: -25px;
	  	right: 11px;
	}
   
}
@media (max-width: 480px) {

}
     
