
@charset "utf-8";
/* CSS Document */
@import "font-awesome.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css?family=Barlow:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main
{
	display: block;
}
ol, ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after
{
	content: '';
	content: none;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
*, *::after, *::before
{
	box-sizing: border-box;
}
::selection
{
	background:#076bdd; color:#fff; 
}
::-moz-selection
{
	background:#076bdd; color:#fff;
}
.scrollup
{
	position: fixed;
    z-index: 9999;
    bottom: 15px;
    float: right;
    right: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    display: none;
    color: #fff;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    background: url(../images/top.png) center center no-repeat;
}
.scrollup:hover
{
	
}
#loader
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fefefe;
	z-index: 999999999;
	height: 100%;
}
#status
{
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
 	background-image: url(../images/loadin.svg);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}
.preloader
{
	background:#fff url(../images/loaders/1.svg) center center no-repeat;
}
body
{
	width:auto;
	margin:0;
	border:0;
	font-family: 'Barlow', sans-serif;
}
img
{
	max-width:100%;
	vertical-align: middle;
	border: 0;
}
.clearfix:after
{
	display:block;
	visibility:hidden;
	overflow:hidden;
	clear:both !important;
	content:".";
	line-height:0;
	height:0;
}
.clearfix
{
	display:inline-block;
}
html[xmlns] .clearfix
{
	display:block;
}
*html .clearfix
{
	height:1%;
}
.clear
{
	clear:both !important;
}
.left
{
	float:left;
}
.right
{
	float:right;
}
p
{
    color: #1d1919;
    line-height: 23px;
    font-size: 15px;
    margin: 15px 0;
    font-weight: 400;
}
p strong
{
	color:#dc0000;
    font-weight: 600;
}
p span
{
	color:#0072bc;
}
a, span, strong, nav
{
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
} 
a
{
	color:#ff3000;
	text-decoration:none;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
a:hover
{
	color:#000; 
}
table
{ 
	color: #000;
    line-height: 24px;
    font-size: 16px;
}
table strong
{ 
	color:#2b9e01;
}
tr
{
	border:solid 1px #F2F2F2;
}
td
{
	padding:8px 15px;
	border:solid 1px #F2F2F2;
}
td.h3
{ 
	color:#fff;
	background:#f86b26;
	margin:0;
	text-transform:uppercase;
	font-size:18px;
	padding:12px 15px;
}

.table
{ 
	color: #000;
    line-height: 24px;
    font-size: 16px;
}
.table strong
{ 
	color:#2b9e01;
}
.table tr
{
	border:none;
}
.table td
{
	border:none;
	padding:0;
}
.table td a
{
	color: #34a5a6;
    font-weight: 600;
    font-size: 20px;
	display:block;
	padding:10px 15px;
}
.table td a:hover
{
	background:linear-gradient(120deg, #34a5a6, #59921e);
	color: #fff;
}
.table td.h3
{ 
	color:#fff;
	background:#f86b26;
	margin:0;
	text-transform:uppercase;
	font-size:18px;
	padding:12px 15px;
}
ul.list
{
	padding:0;
	margin:0;
	list-style:none;
} 
ul.list li
{
    color: #1d1919;
    line-height: 26px;
    font-size: 15px;
}
ul.list li strong
{
	color:#000;
}
ul.list li span
{
	color:#2d3091;
}

h1, h2, h3
{ 
	color:#2a2f27;
	margin:15px 0;
	font-weight:400;
}
.wrapper
{
	
}
.header
{
	position:relative;
}
.section
{
	position:relative;
}
.footer
{
	background:#060c17;
	position:relative;
}
.header-inner
{
	padding: 0 100px;
}
.header-inner h1
{
	
}
.social-media
{
	padding: 70px 0;
    margin-right: 50px;
}
.social-media a
{
	display: block;
    float: left;
    margin-right: 2px;
}
.social-media a img
{
	width: 30px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.social-media a:hover img
{
	opacity:0.6;
}
.phoneno
{
	background: #579003;
    padding: 63px 30px;
}
.phoneno h3
{
	position: relative;
    font-size: 25px;
    font-weight: 800;
    line-height: 22px;
    color: #fff;
    margin: 0;
    padding-left: 38px;
}/*
.phoneno h3:before
{
	font-family: 'FontAwesome';
    content: "\f10b";
    font-weight: 400;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 30px;
    text-align: center;
    height: 100%;
    padding: 10px 0;
    font-size: 30px;
    border-right: solid 1px #fff;
}*/
.isStuck
{
    z-index: 9999;
}
.navbar
{
	padding:0 100px;
	background:#03a5a8;
}
.location
{
	
}
.location a
{
	background: #feb100;
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 49.5px;
    display: block;
    text-transform: uppercase;
}
.location a:hover
{
    background: #000;
}
.banner
{
	position:relative;
}
.banner-heading
{
	background: #f5f5f5;
    padding: 30px 100px;
}
.banner-heading h2
{
	margin: 0;
    color: #272727;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 30px;
}
.section-home
{
	position:relative;
	padding:100px 200px 60px 200px;
	background:#f8f8f1;
}
.section-home:before
{
	content: " ";
    position: absolute;
    top: 50px;
    left: 150px;
    width: 150px;
    height: 150px;
    border-top: solid 10px #17235c;
    border-left: solid 10px #17235c;
}
.section-home h2
{
	color: #58921e;
    font-size: 40px;
    text-transform: uppercase;
	margin-top:150px;
}
.section-home h3
{
	color: #000;
    font-size: 28px;
    font-weight: 300;
}
.section-home aside
{
	width:47%;
}
.section-home img
{
	
}
.section-home a
{
	color: #fff;
    background: #feb100;
    font-size: 14px;
    font-weight: 400;
    padding: 14px 40px;
    display: inline-block;
    position: relative;
    margin: 15px 0;
    text-transform: uppercase;
}
.section-home a:hover
{
	color:#000;
	background:#F5F5F5;
}
.section-laboratory-furniture 
{
	text-align: center;
    padding:150px 90px 60px 90px;
	position:relative;
}
.section-laboratory-furniture:before
{
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
    overflow: visible;
    width: 100%;
    height: 80px;
    background: #f8f8f1;
    z-index: 999;
    -webkit-transform: skewY(-3deg);
    -moz-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    -o-transform: skewY(-3deg);
    transform: skewY(-3deg);
}
.section-laboratory-furniture:after
{
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
    overflow: visible;
    width: 100%;
    height: 80px;
    background: #f8f8f1;
    z-index: 999;
    -webkit-transform: skewY(3deg);
    -moz-transform: skewY(3deg);
    -ms-transform: skewY(3deg);
    -o-transform: skewY(3deg);
    transform: skewY(3deg);
}
.section-laboratory-furniture h2
{
	margin-top: 0;
	margin-bottom:50px;
    color: #1f1a17;
    font-weight: 800;
    font-size: 26px;
    text-transform: uppercase;
}
.section-laboratory-furniture figure
{
	position:relative;
	border:solid 1px #d5d5d5;
}
.section-laboratory-furniture figure img
{
	padding:10px 10px 0 10px;
}
.section-laboratory-furniture figure figcaption
{
	padding:30px;
} 
.section-laboratory-furniture figure figcaption h3
{
	margin: 0;
    color: #1f1a17;
    font-weight: 600;
    font-size: 18px;
	text-transform:uppercase;
}
.section-laboratory-furniture figure figcaption a
{
	display: inline-block;
    background: #579003;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
	padding: 18px 22px;
	margin:6px 0 0 0;
	line-height:0;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
	margin-top:10px;
}
.section-laboratory-furniture figure figcaption a:hover
{
    background: #fff;
    color: #579003;
}
.section-laboratory-equipments
{
	background: #f8f8f8;
    padding: 150px 100px 80px 100px;
    text-align: center;
	position:relative;
}
.section-laboratory-equipments:before
{
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
    overflow: visible;
    width: 100%;
    height: 80px;
    background: #fff;
    z-index: 999;
    -webkit-transform: skewY(3deg);
    -moz-transform: skewY(3deg);
    -ms-transform: skewY(3deg);
    -o-transform: skewY(3deg);
    transform: skewY(3deg);
}
.section-laboratory-equipments:after
{
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
    overflow: visible;
    width: 100%;
    height: 80px;
    background: #fff;
    z-index: 999;
    -webkit-transform: skewY(-3deg);
    -moz-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    -o-transform: skewY(-3deg);
    transform: skewY(-3deg);
}
.section-laboratory-equipments h2
{
	margin-top: 0;
    margin-bottom: 80px;
    color: #1f1a17;
    font-weight: 800;
    font-size: 26px;
    text-transform: uppercase;
}
.section-laboratory-equipments h2 span
{
	color:#feb100
}
.section-laboratory-equipments ul
{
	padding: 0;
    margin: 0;
    list-style: none;
}
.section-laboratory-equipments ul li
{
	float: left;
    width: 33.333333%;
    list-style: none;
}
.section-laboratory-equipments ul li a
{
	display: block;
    border: solid 2px #002261;
    margin: 10px;
    background: #ffffff;
    padding:30px 10px 40px 10px;
}
.section-laboratory-equipments ul li a:hover
{
    border: solid 2px #01a6ac;
}
.section-laboratory-equipments ul li a img
{
	width:60%;
}
.section-laboratory-equipments ul li a h3
{
	color: #1f1a17;
    font-weight: 600;
    font-size: 16px;
}
.section-laboratory-equipments ul li a p
{
	display: inline-block;
    background: #579003;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    padding: 12px 12px;
	margin:0;
    line-height: 0;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
	opacity:0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}
.section-laboratory-equipments ul li a:hover p
{
	opacity:1;
	-webkit-transform: translateY(0px); -moz-transform: translateY(0px); transform: translateY(0px);
}
.section-clients
{
	text-align: center;
    padding:130px 90px 80px 90px;
	position:relative
}
.section-clients:before
{
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
    overflow: visible;
    width: 100%;
    height: 80px;
    background: #f8f8f8;
    z-index: 999;
    -webkit-transform: skewY(-3deg);
    -moz-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    -o-transform: skewY(-3deg);
    transform: skewY(-3deg);
}
.section-clients:after
{
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
    overflow: visible;
    width: 100%;
    height: 80px;
    background: #f8f8f8;
    z-index: 999;
    -webkit-transform: skewY(3deg);
    -moz-transform: skewY(3deg);
    -ms-transform: skewY(3deg);
    -o-transform: skewY(3deg);
    transform: skewY(3deg);
}
.section-clients h2
{
	margin-top: 0;
	margin-bottom:50px;
    color: #1f1a17;
    font-weight: 800;
    font-size: 26px;
    text-transform: uppercase;
}
.section-clients ul
{
	padding: 0;
    margin: 0;
    list-style: none;
}
.section-clients ul li
{
	float: left;
    list-style: none;
    width: 20%;
    padding: 0 10px;
}
.section-clients ul li img
{
	box-shadow: 0px 0px 24px #eeeeee;
}
.get
{
    background: url(../images/get.jpg) center center no-repeat fixed;
	background-size:cover;
    padding:160px 0 120px 0;
    text-align: center;
    position: relative;
}
.get:before
{
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
    overflow: visible;
    width: 100%;
    height: 80px;
    background: #fff;
    z-index: 999;
    -webkit-transform: skewY(-3deg);
    -moz-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    -o-transform: skewY(-3deg);
    transform: skewY(-3deg);
}
.get:after
{
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
    overflow: visible;
    width: 100%;
    height: 80px;
    background: #fff;
    z-index: 999;
    -webkit-transform: skewY(3deg);
    -moz-transform: skewY(3deg);
    -ms-transform: skewY(3deg);
    -o-transform: skewY(3deg);
    transform: skewY(3deg);
}
.get h3
{
    color: #fff;
    font-weight: 400;
    font-size: 20px;
}
.get h2
{
    margin: 20px 0;
    font-size: 60px;
    font-weight: 800;
    color: #fff;
}
.get p
{
    text-align: center;
    color: #fef7e8;
    font-size: 20px;
    margin: 0;
    font-style: italic;
	padding:0 10%;
}
.get img
{
	width:75px;
	margin-bottom:15px;
}
.get a
{
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    padding: 10px 26px;
    margin:30px 2px 15px 2px;
}
.get a:first-of-type
{
    background: #01a6ac;
	border:solid 2px #01a6ac;
    color: #fff;
}
.get a:nth-of-type(2)
{
	border:solid 2px #ffa500;
    color: #ffa500;
}
.get a:hover:first-of-type, .get a:hover:nth-of-type(2)
{
    opacity:0.6;
}
.footer_marg
{
	padding:100px;
}
.foot
{
	
}
.foot p
{
    font-size: 14px;
    color: #c8c6c2;
    margin: 0;
}
.foot h3
{
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 0 15px 0;
    font-weight: 800;
    position: relative;
}
.foot h4
{
	color: #feb100;
    font-size: 18px;
    margin: 0 0 15px 0;
    font-weight: 700;
    position: relative;
    line-height: 13px;
	padding-left:48px;
	padding-top:8px;
}
.foot h4 small
{
	color: #c8c6c2;
    font-weight: 400;
    font-size: 12px;
}
.foot h4:before
{
    font-family: "Flaticon";
    font-weight: 400;
    position: absolute;
	top:0;
	left:0;
    background: #579003;
    color: #fff;
    font-size: 15px;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 12px 0;
	border-radius:50%;
}
.foot h4:first-of-type:before
{
	content: "\f107";
}
.foot h4:nth-of-type(2):before
{
	content: "\f100";
}
.foot h4:nth-of-type(3):before
{
	content: "\f10d";
}
.foot a
{
    color: #f16e6e;
}
.foot a:hover
{
	color:#fff;
}
.foot strong
{
    color: #01a6ac;
    margin: 0;
}
.foot span
{
    color: #dc0000;
}
.foot_list
{
    margin-right:60px;
}
.foot_list:nth-of-type(3)
{
    margin-right:0;
}
.foot_list ul
{
	padding:0;
	margin:0;
	list-style:none;
	display:inline;
}
.foot_list ul li
{
	
}
.foot_list ul li a
{
    color: #c8c6c2;
    font-size: 14px;
    display: inline-block;
    position: relative;
	margin-bottom:3px;
}
.foot_list ul li a:after
{
    content:" ";
	position:absolute;
	width:100%;
	height:2px;
	background:#c8c6c2;
	left:0;
	right:0;
    bottom: -1px;
	opacity:0;
}
.foot_list ul li a:hover:after
{
	opacity:1;
}
.foot_list ul li a:hover
{
	
}
.social-icon-footer
{
	
}
.social-icon-footer h3
{
	margin-top:20px;
}
.social-icon-footer a
{
	display: block;
    float: left;
    margin-right: 2px;
}
.social-icon-footer a img
{
	width: 30px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.social-icon-footer a:hover img
{
	opacity:0.6;
}
.footermap
{
	width:20%;
}
.copyright
{
	
}
.footer-bottom
{
	padding:30px 100px;
	background:#0a1a34;
}
.footer-bottom-inner
{
	
}
.footer-bottom-inner p
{
    color: #c8c6c2;
    font-size: 14px;
    margin: 0;
}
.footer-bottom-inner p span
{
  margin-left:8%;
}
.footer-bottom-inner a
{
	color: #c8c6c2;
    font-size: 14px;
	display:inline-block;
    position: relative;
}  
.footer-bottom-inner a:hover
{
	color: #fff;
	text-decoration:underline;
}
.section-text
{
	padding:85px 100px
}
.section-text h3
{
    color: #000;
    font-size: 24px;
    font-weight: 600;
}
.clients
{
	padding:85px;
}
.clients ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.clients ul li
{
    float: left;
    list-style: none;
    width: 33.333333%;
    border: solid 15px #fff;
}
.clients ul li img
{
    box-shadow: 0px 0px 20px #e9edf2;	
}
.contact
{
    position: relative;
    padding: 100px;
}
.contact h3
{
	color: #579003;
    font-size: 20px;
}
.contact-text
{
	
}
.contact-text h3
{
    color: #1e2122;
    font-size: 1.5em;
	margin:0;
}
.contact-text p
{
    margin-bottom:0;
}
.contact-left
{
    width: 50%;
    padding-right: 25px;
}
.contact-left iframe
{
    width: 100%;
}
.contact-left-text
{
	padding:20px 0;
}
.contact-left-text p
{
    position: relative;
    padding-left: 32px;
    line-height: 22px;
}
.contact-left-text p strong
{
    color: #152d1e;
	font-weight:600;
}
.contact-left-text p.address, .contact-left-text p.phoneno, .contact-left-text p.fax, .contact-left-text p.mobile, .contact-left-text p.emailid
{
	
}
.contact-left-text p.address:before, .contact-left-text p.phoneno:before, .contact-left-text p.fax:before, .contact-left-text p.mobile:before, .contact-left-text p.emailid:before
{
    color: #03a5a8;
    font-family: 'FontAwesome';
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 2px;
    text-align: center;
}
.contact-left-text p.address:before
{
	content: "\f124";
}
.contact-left-text p.phoneno:before
{
	content: "\f095";
}
.contact-left-text p.fax:before
{
	content: "\f1ac";
}
.contact-left-text p.mobile:before
{
	content: "\f10b";
}
.contact-left-text p.emailid:before
{
	content: "\f0e0";
}
.contact-right
{
    width: 50%;
    padding-left: 25px;
}
.contact-right h3
{
	color:#1e2122; font-size:1.5em; 
}
.contact-right p
{
	margin-bottom:20px;
	margin-top:10px;
    text-align: left;
}
.contact-right i
{
	color: #000;
    border-radius: 50%;
    width: 33px;
    padding: 11px 10px;
    font-size: 11px;
    margin: 0 6px 0 0;
    text-align: center;
    text-decoration: none;
    background: #000;
}
.contact-form
{
	
}
.contact label
{
    color: #333;
    font-size: 12px;
    margin-bottom: 3px;
    display: block;
}
.contact input[type=text], .contact input[type=email], .contact input[type=number]
{
    padding: 15px 16px;
    box-sizing: border-box;
    width: 100%;
    border: solid 1px #e2e5e7;
    background: none;
    outline: 0;
    position: relative;
    margin-bottom: 10px;
    background: #fff;
}
.contact input[type=text]:focus, .contact input[type=email]:focus, .contact input[type=number]:focus
{
    border:solid 1px #333;
    box-shadow: 0px 3px 3px #e2e5e7;
}
.contact input[type=file]
{
    background: #fff;
    padding: 15px 20px;
    box-sizing: border-box;
    width: 100%;
    border: none;
    outline: 0;
    margin-bottom: 10px;
}
.contact textarea
{
    padding: 15px 16px;
    box-sizing: border-box;
    width: 100%;
    border: solid 1px #e2e5e7;
    background: none;
    outline: 0;
    position: relative;
    margin-bottom: 10px;
    background: #fff;
}
.contact textarea:focus
{
    border:solid 1px #333;
    box-shadow: 0px 3px 3px #e2e5e7;
}
.select
{
    background: #fff;
    padding: 15px 12px;
    box-sizing: border-box;
    width: 100%;
    border: none;
    outline: 0;
    margin-bottom: 10px;
}
.contact-button
{
	background: #03a5a8;
    border: none;
    padding: 12px 30px;
    outline: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
    cursor: pointer;
    font-size: 12px;
    width: 100%;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.contact-button:hover
{
	background: #039c4e;
}
.contact-left-form, .contact-right-form
{
    width: 48%;
}
.image-link
{
	
}
.image-link ul
{ 
	padding: 0;
    margin: 50px 0 0 0;
    list-style: none;
	display:flex;
	flex-wrap:wrap;
}
.image-link ul li
{ 
	list-style: none;
    float: left;
    width: 25%;
}
.image-link ul li a
{ 
	display: block;
    background: #f3f5f1;
    text-align: center;
    position: relative;
	margin:10px;
}
.image-link ul li a:hover
{ 
    background: #03a5a8;
}
.image-link ul li a img
{ 
	padding:5px;
}
.image-link ul li a h3
{ 
	font-size:18px;
    margin-top: 30px;
}
.image-link ul li a:hover h3
{ 
    color: #fff;
}
.image-link ul li a p
{ 
	display: inline-block;
    background: #579003;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    padding: 18px 22px;
    margin: 6px 0 0 0;
    line-height: 0;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    margin: 0 0 40px 0;
}
.image-link ul li a:hover p
{ 
    background: #fff;
    color: #000;
}
.content
{
	width:70%;
}
.content figure
{
	width:30%;
}
.content figure img
{
	margin-top:15px;
}
.content figcaption
{
	width:65%;
}
.content ul
{
	width:50%;
	float:left;
}
.links
{
	width:25%;
	padding-top:15px;
}
.links ul
{
	padding:0;
	margin:0;
	list-style:none;
}
.links ul li
{
	list-style:none;
}
.links ul li a
{
	display: block;
    color: #727272;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding: 8px 0 8px 12px;
    border-bottom: solid 2px #e0dcd7;
}
.links ul li:first-of-type a
{
	border-top:solid 2px #e0dcd7;
}
.links ul li a:before
{
	content: "\f105";
    color: #727272;
    font-family: 'FontAwesome';
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 10px;
}
.links ul li a:hover, .links ul li a:hover:before
{
    color: #000;
}
.product-links
{
	width:25%;
}
.product-links ul
{
	padding:0;
	margin:0;
	list-style:none;
}
.product-links ul li
{
	list-style:none;
    border-top: solid 2px #f0f0f0;
}
.product-links ul li:first-of-type
{
	border:none;
}
.product-links ul li a
{
	display: block;
    color: #000;
    font-size: 13px;
    position: relative;
    padding: 8px 0 8px 12px;
    font-weight: 500;
    text-transform: uppercase;
}
.product-links ul li a:before
{
	content: "\f105";
    color: #000;
    font-family: 'FontAwesome';
    font-size: 16px;
    position: absolute;
    left: 0;
    top:7px;
}
.product-links ul li a:hover
{
    color: #50ab3b;
}
.mypets
{
	background:#f0f0f0;
	margin:0 0 1px 0;
}
.mypets:before
{
	display:none;
}
.mypets:after
{
	content: "\f055";
    color: #000;
    font-family: 'FontAwesome';
    font-size: 16px;
    position: absolute;
	right: 15px;
    top: 8px;
}
.openpet{margin:0 0 0 0; background:#f0f0f0;}
.openpet:after
{
	content:"\f056";
	color: #000;
    font-family: 'FontAwesome';
    font-size: 16px;
    position: absolute;
	right: 15px;
    top: 8px;
}
.thepet{padding:10px 20px;border:solid 1px #f0f0f0;position:relative;margin-bottom:1px;}
.product-text
{
	width:70%;
}
.products-images
{
    
}
.products-images ul
{
	padding:0;
	margin:0;
	list-style:none;
    display: flex;
    flex-wrap: wrap;
}
.products-images ul li
{
	float:left;
	list-style:none;
	width:33.333333%;
	border:solid 10px #fff;
	display:block;
	position:relative;
	-webkit-transition:0.6s;
	-moz-transition:0.6s;
	-o-transition:0.6s;
	transition:0.6s;
	text-align:center;
	overflow:hidden;
	text-align:center;
}
.products-images ul li h4
{
      font-weight: 600;
}
.products-images ul li a
{
	display:block;
	position:relative;
	-webkit-transition:0.6s;
	-moz-transition:0.6s;
	-o-transition:0.6s;
	transition:0.6s;
	text-align:center;
	overflow:hidden;
} 
.products-images ul li .image
{
	display:block;
	position:relative;
	-webkit-transition:0.6s;
	-moz-transition:0.6s;
	-o-transition:0.6s;
	transition:0.6s;
	overflow:hidden;
	margin-bottom:15px;
} 
.products-images ul li .image img
{
    background: #fff;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
} 
.products-images ul li .image:hover img
{
	-webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
} 
.products-images ul li .image .text
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    box-sizing: border-box;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    z-index: 999;
    text-align: center;
    display: table;
    margin: auto;
}
.products-images ul li .image .text > div
{
    display: table-cell;
    vertical-align: middle;
}
.products-images ul li .image .text:hover
{
	
}
.products-images ul li .image .text a
{
    text-align: center;
    background: #03a5a8;
    width: 45px;
    height: 45px;
    border-radius: 2px;
    color: #fff;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    display: inline-block;
    padding: 10px;
    margin: 0 2px;
    font-size: 20px;
}
.products-images ul li .image:hover .text a
{
	opacity:1;
	-webkit-transform: translateY(0px); -moz-transform: translateY(0px); transform: translateY(0px);
}
.products-images ul li .image .cover
{
	position:absolute;
	width:100%;
	height:100%;
	opacity:0;
	background:#000;
	-webkit-transition:0.6s;
	-moz-transition:0.6s;
	-o-transition:0.6s;
	transition:0.6s;
	z-index:999;
}
.products-images ul li .image:hover .cover
{
    opacity: 0.8;
}
.products-images ul li .send-enquiry
{
	margin: 15px 0 0 0;
	padding-bottom:30px;
    border-bottom: solid 1px #dcdcdd;
} 
.products-images ul li .send-enquiry a
{
	background: #feb100;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 12px 18px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
} 
.products-images ul li .send-enquiry a:hover
{
    background: #000;
}
.table-text
{
	border:solid 1px #bfbfbf;
	text-align:center;
} 
.table-text h4
{
	margin: 0;
    background: #579003;
    color: #fff;
    padding: 5px;
    font-weight: 600;
}
.table-text aside:first-of-type
{
	width:10%;
	border:solid 1px #bfbfbf;
	float:left;
}
.table-text aside:nth-of-type(2)
{
	width:40%;
	border:solid 1px #bfbfbf;
	float:left;
}
.table-text aside:nth-of-type(3)
{
	width:25%;
	border:solid 1px #bfbfbf;
	float:left;
}
.table-text aside:nth-of-type(4)
{
	width:25%;
	border:solid 1px #bfbfbf;
	float:left;
}

/* floating box style */
.floating-form { /*contact form wrapper*/
   max-width: 400px;
    padding: 30px 30px 30px 30px;
	top:0;
    right: 0;
	box-sizing:border-box;
    background: #eee;
    position: fixed;
    z-index: 9999;
    }
	.floating-form h3
	{ /*contact form wrapper*/
    margin-top: 0;
    font-weight: 400;
    text-align: center;
    padding: 0 5%;
    }
.contact-opener
{ /*opener button*/
	position: absolute;
    left: -88px;
    transform: rotate(-90deg);
    top: 20%;
    padding: 12px 23px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    text-align: center;
    background-color: #000;
}
.feedback
{
	/*position:fixed; right:0; top:50%; z-index:99999;*/
}
.feedback-form
{
	
}
.feedback-form form
{
	margin:0;
}
.feedback-form-left, .feedback-form-right
{
	width:49.4%;
}

.feedback-form::-webkit-input-placeholder,
.feedback-form::-moz-placeholder,
.feedback-form:-ms-input-placeholder,
.feedback-form:-moz-placeholder
{
	color: #000;
	font-size:14px;
	font-family: 'Barlow', sans-serif;
}
.feedback-form-input
{
    padding: 12px 16px;
    box-sizing: border-box;
    width: 100%;
    border: none;
    outline: 0;
    position: relative;
    margin-bottom: 10px;
    background: #fff;
    box-shadow: 2px 1px 6px #d5d7da inset;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    color: #666;
    font-size: 14px;
	font-family: 'Barlow', sans-serif;
}
.feedback-form-input:focus
{
    box-shadow: 0 0 6px #d5d7da;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.feedback-button
{
    border-radius: 2px;
    background: #579003;
    border-bottom: solid 2px #4d7d06;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 12px 30px;
    outline: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
    width: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-family: 'Barlow', sans-serif;
}