@font-face {
    font-family: 'roboto-light';
    src: url('../fonts/Roboto-Light.eot');
    src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Light.woff2') format('woff2'),
        url('../fonts/Roboto-Light.woff') format('woff'),
        url('../fonts/Roboto-Light.ttf') format('truetype'),
        url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'roboto-bold';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff'),
        url('../fonts/Roboto-Bold.ttf') format('truetype'),
        url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'roboto-regular';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype'),
        url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'flaticon';
    src: url('../fonts/Flaticon.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* ## Global */
*, *::before, *::after {
  box-sizing: border-box;
  padding: 0;margin: 0;
  outline: none;
}
body {
	font-family: 'roboto-regular', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000;
}
.text-center{text-align: center;}
.text-right{text-align: right;}
.d-block{display: block;}
.d-flex{
	display: flex;
	flex-wrap: wrap;
}
strong {font-weight: 600;}
a.pad-left{padding-left: 0!important;}
/* input:focus, textarea:focus{transition: all 0.5s ease;} */
input, textarea{width: 100%;}
form .form-control{transition: all 0.5s ease; border: 1px solid #ccc; border-radius: 5px; padding: 11px; font-size: 16px; font-family: inherit; width: 100%;
}
form .form-control:focus{
    border-color: #f1563b;
    outline: none;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
  padding: 0 15px;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
  padding: 0 15px;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 15px;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
  padding: 0 15px;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
  padding: 0 15px;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  padding: 0 15px;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  padding: 0 15px;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
  padding: 0 15px;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
  padding: 0 15px;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
}
.mt-1, .my-1 {
  margin-top: 1rem !important;
}
img {
    max-width: 100%;
	height: auto;
}
a {
    outline: 0 !important;
    text-decoration: none;
    display: inline-block;
    transition: all 0.5s ease;
}

h1,h2,h3,h4,h5,h6 {
    word-wrap: break-word;	
    margin-bottom: 1rem;
    line-height: 1.2;
    position: relative;
}
ul{
	list-style: none;
}
p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 1rem;
    letter-spacing: 0.7px;
    font-weight: 500;
    color: #333;
    font-family: 'roboto-regular';
}
.headingh2{
	font-size: 24px;
	line-height: 36px;
	font-weight: 400;
	color: #515b64;
}
/* - Container */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid {
	max-width: 100%;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.container-fluid-bs {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.header_s {padding: 0;height: 70px;}
.header_s .container-fluid {height: 70px;}
.navigation-fixed {
	/*position: fixed;*/
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    border-bottom: 1px solid #ddd;
    background: #fff;
    padding: 5px 0 !important;
}
.navigation-fixed .menu-collapse {
    padding: 7px 0 5px;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.banner-header h1 {
    margin-bottom: 0;
    font-size: 28px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 2px;
}
/* ## Header */
.mr-auto {
  margin-right: auto !important;
}
.logo-block {
    position: relative;
    z-index: 2;
    bottom: 0px;
    padding: 0px;
    border-radius: 15px;
}
.header_s > .container {
	position: relative;
	z-index: 5;
}
.social-menu{
	display: flex;align-items: center;justify-content: flex-end;
}
.social-menu li {
    padding-right: 15px;
}
.social-menu li:last-child{padding-right: 0;}
/* .menu-block .navigation-menu li a:hover {
    color: #c5c5c5;
} */
/* - Top Header */
.menu-collapse {
    padding: 13px 0 5px;
}
.top-header {
    display: flex;
    width: 100%;
    padding: 20px 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.menu-block .navigation-menu a::before li.active {
    content: "";
    height: 6px;
    width: 6px;
    background-color: #f1563b;
    position: absolute;
    border-radius: 50px;
    bottom: 0;
}
.header-social {
	padding-top:0px;
	text-align:right;
}
.header-social ul li {
	display: inline-block;
	margin-right: 10px;
}
.header-social ul li:last-child, .service-box ul li.marg0{
	margin-right: 0;
}
.header-social ul li a {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.header-social ul li a:hover {
	opacity: 0.8;
}
.header-contact a {
	text-decoration: none;
	color: #25196f;
	font-size: 15px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.header-contact img {
	padding-left: 10px;
	display: inline-block;
}
.header-contact a.toll-phone {
	color: #25196f;
	font-size: 28px;
	line-height: 46px;
	font-weight: 700;
}
.header-contact a:hover {
	color: #4a8b71;
}
.menu-block {
	background-color: #fff;
	display: inline-block;
	width: 100%;
    height: inherit;
}
.menu-block .container{height: inherit;}
.menu-collapse .navigation-menu a.social-link {
    padding: 0 !important;
}
.social-link i {
    color: #fff;
    width: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    font-weight: 300;
    font-size: 18px !important;
}
.mobile-view a::after {display: none;}
/* # Top-Header */
/* - Section Header */
.section-header h2
{
    text-align: center;
    margin-top: 0em;
    margin-bottom: 1em;
}

.sec-header h2
{
    text-align: center;
    margin-top: 2em;
    margin-bottom: 1em;
    color: #666;
    font-size: 40px;
	font-family: 'roboto-light';
    font-weight: 300;
    text-align: center;
}

.section-header h4
{
    margin-top: 0em;
    margin-bottom: 1em;
    color: #666;
    font-size: 30px;
	font-family: 'roboto-light';
	font-weight: 300;
}

.section-header1 h2
{
    margin-top: 2em;
    margin-bottom: 1em;
    color: #666;
    font-size: 40px;
	font-family: 'roboto-light';
    font-weight: 300;
    text-align: center;
}

.section-header h3  {
	color: #008835;
	font-size: 24px;
	font-family: 'roboto-regular', sans-serif;
	margin-top: 0;
	margin-bottom: 1rem;
	font-weight: 400;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	display:none;
}

/* - Slider Section */
.slider-section {
	position: relative;
}
.sliderbanner-content {
	position: absolute;
	left: 0;
	right: 0;
	padding: 0 15px;
}
.sliderbanner-content {
	font-weight: 300;
	color: #333;
}
.sliderbanner-content p {
	font-size: 24px;
	line-height: 48px;	
}
.sliderbanner-content h3 {
	font-size: 34px;
	font-weight: 500;
    color: #fff;
}
.btn-box {margin-top: 2rem;}
.main_btn {background: #008835;color: #fff;padding: 8px 3rem;font-size: 18px;}
/*------ btn animation -------*/
.send_btn {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    background: #008835;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    padding: 8px 3rem;
}
.hvr-sweep-to-right:active, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:hover {
    color: #fff;
}
.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.send_btn:hover {color: #000;}
.send_btn::before {
    background: #252525;
}
.hvr-sweep-to-right:active::before, .hvr-sweep-to-right:focus::before, .hvr-sweep-to-right:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.hvr-sweep-to-right::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #dede49;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
/*------ # btn animation -------*/
.slider-section .bx-wrapper {margin-bottom: 0;}
.slider-section .bx-wrapper .bx-controls-direction a {top: 50%;}
.sliderbanner-content h2 {font-size: 50px;text-align: center;font-family: 'roboto-bold';color: #fff;}
.slider-section .sliderbanner-content.container{
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 60px 0;
    position: absolute;
    flex-wrap: wrap;
    bottom: 0px;
    flex-direction: column;
}
.slider-section ul.bxslider li{
  position: relative !important;
}
.red-txt {color: #f1563b;}
/*======= Mobile view =======*/
.mobile-sticky-footer {
	display: inline-block;
	width: 100%;
	background-color: #0C4DA2;
}
.mobile-sticky-footer {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index:9999;
	background-color: #008835;
}
.mobile-sticky-footer a {
	float: left;
	width: 20%;
	padding: 3px 10px;
	text-align: center;
	color: #fff;
	font-size: 26px;
}
.mobile-sticky-footer a:hover {
	background-color: rgba(0,0,0,0.5);
}
/* ========= # Mobile view =========== */
.heading_h3 h3{font-size: 26px; font-weight: 600; color: #d71921;}
.title-headh3 h3 {
    color: #414d58;
    letter-spacing: 1px;
}
/* ======== Since ======= */
.since-section h4 {
    color: #f1563b;
    font-size: 20px;
    font-weight: 300;
}
.since-section h2, .section-header h2 {
    color: #666;
    font-size: 40px;
	font-family: 'roboto-light';
	font-weight: 300;
}
.more-btn a{color: #f1563b;font-size: 16px;}
.more-btn a::before{
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	background-color: #f1563b;
	position: relative;
	top: -3px;
	margin-right: 8px;
}
/*====================== Custome CSS ======================*/
/*======== projects ========*/
/* # topbar */
.tob-bar {position: relative;overflow: hidden;}
.tob-bar::after{
    content: "";
    width: 80%;
    height: 43px;
    position: absolute;
    left: 80%;
    background-color: #eee;
    top: 0;
    right: 0;
    z-index: -1;
}
.tob-bar .left-text {background: #eee;padding: 10px 0;position: relative;}
.tob-bar .left-text:before {
    content: '';
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: skewX(40deg);
    -ms-transform: skewX(40deg);
    transform: skewX(40deg);
    background: #eeeeee;
    left: -20px;
    z-index: -1;
}
.tob-bar .left-text ul li a, .tob-bar .left-text ul li i {color: #555555;font-size: 17px;}
.tob-bar .left-text ul li a:hover {color: #000;}
/* # topbar */
.menu-block li .dropdown-menu > li > a:hover {color: #fff;}
.mission-section .container {position: relative;}
.mission-section {background: url("../images/headbanner/mission.jpg") no-repeat;background-size: cover;background-position: center;position: relative;box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.30);-ms-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.30);}
.mission-section h2, .mission-section p{color: #fff;font-size: 30px;font-style: italic;}
.mission-section p {font-size: 1rem;}
.product_rang .product-list {text-align: center;box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);-ms-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);height: 100%;}
.product_rang .product-list .pro_name h4 {margin-bottom: 0;padding: 32px 0;font-size: 22px;font-weight: 400;}
.product_rang .product-list a {color: #000;}
.hydroponic-systems .systems-box {margin-bottom: 40px;}
.hydroponic-systems .systems-box .system-name, .fodder-plant .systems-box .system-name {padding-top: 20px;}
.hydroponic-systems .systems-box .system-img {box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);-ms-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);border: 10px solid #fff;text-align: center;}
.fodder-plant .systems-box .system-img, .kit-process .kit-box, .hydro-material, .pro-img {text-align: center;display: flex;transition: all 0.5s ease;}
.fodder-plant .systems-box .system-img:hover, .kit-process .kit-box:hover, .other-images .product-image:hover, .hydro-material:hover, .pro-img:hover {-webkit-box-shadow: 0px 31px 19px -23px rgba(0, 0, 0, 0.6);-moz-box-shadow: 0px 31px 19px -23px rgba(0, 0, 0, 0.6);box-shadow: 0px 31px 19px -23px rgba(0, 0, 0, 0.6);}
.fodder-plant .systems-box .system-img img, .kit-process .kit-box img, .hydro-material img, .pro-img img {border: 2px solid #313131;transition: all 0.5s ease;border-radius: 20px;padding: 4px;-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.48);-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.48);box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.48);}
.kit-process .kit-box img, .hydro-material img, .pro-img img  {padding: 4px;}
.fodder-plant .systems-box .system-img img:hover, .kit-process .kit-box img:hover, .hydro-material img:hover, .pro-img img:hover {border: 2px solid #ddd;}
.hydroponic-systems .systems-box .system-name, .fodder-plant .systems-box .system-name h4 {font-size: 24px;color: #666;text-align: center;font-weight: 400;}
.catalogue-section {background: url("../images/catalogue-bg.jpg") no-repeat;background-size: cover;background-position: center;}
.catalogue-section .left-text h3 {font-size: 24px;font-style: italic;color: #fff;font-weight: 300;font-family: 'roboto-light';position: relative;}
.catalogue-section .left-text h3:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    background: #fff;
    bottom: 0;
    left: 200px;
}
.catalogue-section .left-text h2 {font-size: 40px;color: #fff;font-weight: 500;}
.catalogue-section .right-text h3 > a {border: 1px solid #fff;font-size: 24px;padding: 10px 40px;color: #fff;}
.catalogue-section .right-text h3 > a:hover {background: #008835;}
/*======== # projects ========*/

/*======= CATALOGUE page =========*/
.head_banner {background-repeat: no-repeat;padding: 5rem 0;position: relative;background-position: center;background-size: cover;}
.head_banner::before{position: absolute; content: ""; left: 0; right: 0; top: 0; bottom: 0;background-color: rgba(0,0,0,0.5);}
.head_banner .section-header h2 {color: #fff; font-family: 'roboto-regular'; font-weight: 600;  padding: 10px 20px; display: inline-flex;justify-content: center; border-radius: 10px;position: relative;}
.catalog-download .catalog-box h3 {padding-top: 15px;margin-bottom: 0;color: #000;}
.catalogue {background-image: url('../images/headbanner/catalog.jpg');}
.catalog-box {padding: 5px 5px 15px 5px;border: 1px solid #ccc;margin-bottom: 2rem;}
.catalog-section .catalog-box h3 {padding-top: 15px;margin-bottom: 0;color: #000;}
.head_banner .section-header h2:after{
    content: "";
    position: absolute;
    border: 3px solid #fdc94b;
    width: 40px;
    margin-top: 15px;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid #b2b2b2;
    margin: 10px 0;
    bottom: -20px;
}
/*======= # CATALOGUE page =========*/

/*======= about page ========*/
.about{background-image: url("../images/headbanner/about.jpg");}
.about::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
}
.about-section h2, .about-section .history-info p {color: #fff;}
.gole {background: #eee9d6;}
.gole .gole-img {text-align: center;padding-bottom: 2rem;}
.gole .gole-txt h2 {font-size: 24px;border-bottom: 1px solid #ccc;padding-bottom: 1rem;}
.slider-section .slider .container {position: relative;}
.slider-section .owl-nav.disabled {display: none;}
.slider-section .owl-nav {display: flex;justify-content: center;position: absolute;bottom: 0;width: 100%;left: 30px;cursor: pointer;}
.slider-section .owl-nav .owl-prev {margin-right: 10px; cursor: pointer;}
.slider-section .owl-nav i {font-size: 30px;color: #008835}
/*======= # about page ========*/

/*=========== career ==============*/
.career .row {align-items: center;}
.career-header {background-image: url("../images/headbanner/career-bg.jpg");}
.career h2 {font-size: 38px;}
.red {color: #ee0000;}
.apply-job .form-group {padding-bottom: 1rem;}
.apply-job .form-group label {padding-bottom: 7px;display: block;font-size: 14px;font-weight: 600;}
/*=========== career ==============*/

/* ========= Contact Page ======== */
.contact-header {background-image: url("../images/headbanner/contact-header.jpg");}
.contact-section .form-group {
    margin-bottom: 30px;
}
.contact-section .form-control{
    padding: 12px 10px;
}
.contact-section .contact-title h2 {
    font-size: 2rem;
    color: #002e5b;
    padding: 26px;
    font-family: 'roboto-light';
}
.our-location {background-color: aliceblue;padding: 2rem 0 1rem;display: flex;}
.office-info h3{font-size: 24px;font-weight: 300;border-bottom: 1px solid #004a8f;padding-bottom: 10px;}
.office-info {
    margin-bottom: 1rem;
    padding: 0 15px;
    border-right: 1px solid #004a8f;
    flex: 0 0 33.33%;
}
.office-info:last-child{border-right: none;}
.office-info address{font-style: normal;}
.office-info address p {margin-bottom: 8px;}
.office-info address p a {color: #333;}
.office-info address p a:hover {color: #999917;}
.office-info address p i{font-size: 1rem;}
.contact-details .form-group{margin-bottom: 10px;}
.contact-details .form-group .form-control, .contact-section .form-control {
    padding: 0.3rem 0.8rem;
    line-height: 30px;
    font-size: 15px;
    font-family: inherit;
}
/* ========= # Contact Page ======== */

/*========== products =============*/
.products {background-image: url(../images/headbanner/products.jpg);}
.fodderbg {background-image: url(../images/headbanner/fodderbg.jpg);}
.hydroponicsbg {background-image: url(../images/headbanner/hydroponics.jpg);}
.hydroponics-materialbg {background-image: url(../images/headbanner/hydroponics-materialbg.jpg);}
.dutchbucketbg {background-image: url(../images/headbanner/dutchbucketbg.jpg);}
.image-box {margin-top: 30px;border: 10px solid #b0b02a;padding: 10px;text-align: center;box-shadow: 0px 0px 13px 4px rgba(0, 0, 0, 0.25);-moz-box-shadow: 0px 0px 13px 4px rgba(0, 0, 0, 0.25);-webkit-box-shadow: 0px 0px 13px 4px rgba(0, 0, 0, 0.25);}
.pstyle-2 p {line-height: 26px;color: #848484;}
.single-item h3 {color: #000;font-size: 24px;font-family: 'roboto-regular';font-weight: 500;background-color: aliceblue;padding: 15px;border-bottom: 1px solid #84acd0;margin-bottom: 1rem;}
.table-responsive {min-height: .01%;overflow-x: auto;border-radius: 10px;border: 1px solid #ccc;margin-bottom: 20px;}
.product-desc .table th h3 {font-size: 24px; color: #000; font-weight: 500; margin-bottom: 0; padding: 10px; background: #DEDE49;
}
.table-bordered {border: 1px solid #ddd;}
table {border-spacing: 0;border-collapse: collapse;}
.table {width: 100%;max-width: 100%;}
.table tr td {vertical-align: middle;}
.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {border-bottom-width: 2px;}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > td {border-top: 1px solid #999929;padding: 8px;line-height: 1.42857143;vertical-align: middle; font-size: 12px; border-right:1px solid #000; text-align: center;}
.table-bordered > thead > tr > th {background: #008835;color: #fff;}
.table tr th:nth-child(2){padding: 10px 0 !important;}
.mt-0 {margin-top: 0;}
.kit-process .kit-box {margin-bottom: 40px;text-align: center;}
.kit-process .kit-box a {display: flex;}
.single-item {margin-bottom: 1rem;}
.other-images .product-image {margin-bottom: 40px;transition: all 0.5s ease;}
.other-images .product-image a {display: flex;}
.other-images .product-image a img {border: 2px solid #313131;border-radius: 30px;-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.48);-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.48);box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.48);padding: 4px;}
.other-images .product-image a img:hover {border: 2px solid #ddd;}
.second_table table tr td:first-child {background: #DEDE49;color: #414141;;font-weight: 600;}
.second_table table tr:nth-child(2n + 2) {background-color: #008835;color: #fff;}
.second_table table tr > td[colspan] {text-align: center;background: transparent;color: #fff;}
/*========== # products =============*/

/*========= process ===========*/
.processbg {background-image: url(../images/headbanner/processbg.jpg);}
.listing li {
    width: 100%;
    padding-left: 15px;
    color: #000;
    background: none;
    font-size: 16px;
    letter-spacing: .04em;
    padding-bottom: 10px;
    position: relative;
}
.listing li::before {
    position: absolute;
    content: "\f054";
    left: 0;
    font-family: FontAwesome;
    color: #23bb57;
    top: 4px;
    font-size: 13px;
}
/*========= # process ===========*/

/*======= achievements ==========*/
.achievements {background-image: url("../images/headbanner/achievements.jpg");}
.awards .awards-box img {border: 1px solid #ccc;padding: 3px;transition: all 0.5s ease;}
.awards .awards-box img:hover {-webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.36);-moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.36);box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.36);}
.achievement-slider {padding-bottom: 30px;}
.achievement-slider .slider .row {padding-bottom: 2rem;}
.achievement-slider .silder-text .txt-right h2 {color: #fff;font-size: 26px;line-height: 40px;font-weight: 400;}
.achievement-slider .silder-text .research p {color: #5e5e5e;}
.blackbg {background-color: #000;}

/*======= # achievements ==========*/
/*====================== # Custome CSS ======================*/

/*======== Footer ============*/
.footer-section{background-color: #008835;padding-top: 60px;}
.footer-section .msg-box {
    background-color: #fff;
    padding: 40px 30px;
    border-top: 10px solid #dede49;
}
.footer-section .msg-box h4 {
    font-size: 20px;
    color: #008835;
    font-weight: lighter;
    font-family: roboto light;
}
.footer-section .msg-box h2{
	font-size: 40px;
    color: #008835;
    font-weight: 300;
    font-family: roboto-regular;
}
.footer-section input, .footer-section textarea {
    border-color: #d3d3d3;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    background: transparent;
    box-shadow: none;
    outline: none;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 10px;
    font-family: 'roboto-regular';
}
.footer-section .form-group ::placeholder {
    color: #999999 !important;
    font-family: roboto-regular;
}
.footer-section .msg-send a.send-msg {
    color: #3ab4c3;
    background-color: #fff;
    padding: 10px 20px;
    font-size: 20px;
    display: inline-block;
    transition: all 0.5s ease;
}
.footer-section .msg-send a.send-msg {background-color: #008835;color: #fff;}
.footer-section .msg-send a.send-msg:hover {background-color: #dede49;color: #000;}
.communication-address .address h4 {font-size: 21px;font-family: 'roboto-bold';color: #fff;}
.communication-address .address {
    padding-top: 20px;
}
.communication-address p, .communication-address p a{color: #fff;}
.communication-address .contact-no{
	padding-bottom: 20px;
}
.communication-address .contact-no p {
    margin-bottom: 5px;
}
.communication-address .address strong {
    font-size: 18px;
    display: inline-block;
}
.communication-address .foot-info img {
    padding-bottom: 15px;
}
.communication-address .foot-info p{margin-bottom: 0;}
/* ========= # Footer =========== */


/*  About Us */

.box
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 150px;
    position: relative;
    height: 150px;
}

.bx-image
{
    display: block;
    padding: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    margin: 0 auto;
    width: 80px;
}

.box-img
{
    height: auto;
    width: 100px;
}

.box-info
{
    text-align: center;
    display: block;
    padding: 5px 18px;
    position: absolute;
    top: 80px;
}

.aim-list
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
}

/*add for validation*/
.red-border {
    border-color: red !important;
}

.reset {
    background-color: #eb0d0d;
    color: #fff;
    padding: 10px 20px;
    font-size: 20px;
    display: inline-block;
    transition: all 0.5s ease;
}

.reset:hover {
    background-color: #f1563b;
}

.reset2 {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    background: #f51b1b;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    padding: 8px 3rem;
}

.reset2:hover {
    background-color: #f1563b;
}
.justify-content-center{justify-content: center;}
.mb-2{margin-bottom: 20px;}