/*********************************************************************************
common styles
***************/
body {
	background:#fff!important;
	color:#333!important;
	font-family: 'Open Sans', sans-serif!important;
	font-size:13px!important;
}
h1, h2, h3, h4, h5, p, ul, li {
	margin:0px!important;
	padding:0px!important;
}
a {
	color:#333!important;
	cursor:pointer;
	text-decoration:none!important;
}
a:active {
	box-shadow:none!important;
}
p {
	line-height:22px;
	margin-bottom:10px!important;
	font-size:14px!important;
}
h1, h2 {
	margin-bottom:10px!important;
}
/*********************************************************************************
colored text and buttons
***************/
.text-orange {
	color:#ef642d
}
.btn:hover {
	background:#333!important;
	color:#fff!important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
/*********************************************************************************
header styles
***************/
header {
}  
header .top-bar{
	padding:8px 0;
	position:relative;
	background:#f2f2f2;
}

header .cont-nav {
    float: left;
    margin: 5px 0;
}
header .cont-nav ul {
    list-style: none;
}
header .cont-nav ul li {
    float: left;
	margin-top:8px !important;
}
header .cont-nav ul a {
    display: block;
    padding: 0px 20px;
    font-size: 14px;
	font-weight:400;
    color: #000000!important;
    /* border-right: 1px solid #7ca9c8; */
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
header .cont-nav ul a .fa {
    margin-right: 10px;
    color: #059e05;
	font-weight:600;
}
header .enquire-btn-outer{
	float:right;
	text-align:right;
}
header .enquire-btn-outer .enquiry{
	display: block;
    border: 2px solid #00a85a;
    padding: 10px 15px;
    background: #fff;
    color: #00a85a !important;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    text-transform: uppercase;
}

/*user nav*/
header .user-nav {
	margin-top: 12px !important;
	float:right;
}
header .user-nav ul {
	list-style:none;
}
header .user-nav ul li {
	float:left;
}
header .user-nav ul a {
	display: block;
	border: 2px solid #00a85a;
	padding: 8px 15px;
	background: #fff;
	color: #00a85a !important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	text-transform: uppercase;
}
header .user-nav ul a:hover {
	background:#00a85a!important;
	color:#fff!important;
}
/* nav bar */
header .nav-bar {
	padding:5px 0 5px;
	background:#fff;  	border-bottom: 1px solid #e8f4df;
}
header .nav-fixed-bar {
	background: #fff;
	position: fixed !important;
	width: 100% !important;
	top: 0;
	-moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	z-index: 999;
}
header .nav-bar .logo {
	display:block;
	float:left;
	padding-top:15px;
	width:180px;
}
header .nav-bar .logo img {
	max-width:100%
}
/*site nav*/
header .site-nav {
}
/**/
.gotrns {
	float: right;
	color: #fff !important;
	font-size: 14px;
	position: relative;
	line-height: 15px;
	margin: 17px 0;
	border: 1px solid #eee;
	border-radius: 25px;
	padding: 5px 10px;
}
.gotrns .goog-te-gadget-simple {
	border: 0px solid #ccc;
	border-radius: 5px;
	font-size: 12px;
	background: transparent;
}
/* Header Social Links */

#navigationMenu {
	position:fixed;
	top:0%;
	right:0px;
	z-index:9999;
}
#navigationMenu li {
	list-style:none;
	height:35px;
	padding:2px;
	width:35px;
}
#navigationMenu span {
	width:0;
	top:0;
	right:35px;
	padding:0;
	position:absolute;
	overflow:hidden;
	background:#fc9036;
	color:#fff;
	line-height:35px;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	transition: 0.25s;
}
#navigationMenu a {
	text-align:center;
	height:35px;
	width:35px;
	display:block;
	position:relative;
}
#navigationMenu li a .fa {
	line-height:35px;
	height:35px;
	width:35px;
	color:#fff;
	background:#1393dd;
	border-bottom:1px solid #0a7cd8;
}/*

#navigationMenu li a .fa-facebook {

	background:#305495;

}

#navigationMenu li a .fa-twitter {

	background:#34c7fb;

}

#navigationMenu li a .fa-instagram {

	background:#ed1908;

}

#navigationMenu li a .fa-linkedin {

	background:#0d97cc;

}

#navigationMenu li a .fa-youtube {

	background:#c91306;

}*/
/* General hover styles */



#navigationMenu a:hover .fa {
	background:#fc9036;
}
#navigationMenu a:hover span {
	width:auto;
	padding:0 20px;
	overflow:visible;
}
#navigationMenu .back {
	display:block;
	
}

#navigationMenu .front {
	display:none;
}

#navigationMenu .front .fa,
#navigationMenu .back .fa{
border-bottom:none}

#navigationMenu .back .fa, #navigationMenu .front .fa {
	background:#fff;
	color:#999;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#navigationMenu .front .fa:hover,
#navigationMenu .back .fa:hover{
background:#fff;}

/*********************************************************************************
section styles
***************/
section.slider {
	position:relative!important;
}
section.slider .slider-bottom {
	background: url(../design_img/slide-bottom.png) no-repeat;
	width: 251px;
	height: 39px;
	position: absolute;
	bottom: -1px;
	z-index: 9;
	background-size: contain;
	left:50%;
	margin-right:-50%;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	transform:translateX(-50%);
}
section.slider .slider-container{ position:absolute; top:0; bottom:0; right:0; left:0; overflow:hidden }
/**/
section.contents {
}
section.contents .content-bar {
	padding: 20px 0 20px 0;
}
/*banner*/
.banner {
	position:relative;
	padding:50px 0px 50px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url(../design_img/about-inner-banner.jpg);
}
.banner .banner-bottom {
	background: url(../design_img/slide-bottom.png) no-repeat;
	width: 251px;
	height: 39px;
	position: absolute;
	bottom: -1px;
	z-index: 9;
	background-size: contain;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
.banner h1 {
	font-size:44px;
	margin-bottom:0px;
	font-weight:600;
	color:#ffffff;
	text-transform:capitalize;
	text-align:center;
}
/*location*/
 .location {
	list-style:none;
	position: relative;
	display: table;
	margin: 15px auto !important;
}
.location li {
	color:#333!important;
	text-transform:capitalize;
	float:left;
	width:auto;
	margin-right: 10px!important;
}
.location li a:after {
	content: '\f0da';
	font-family: 'FontAwesome';
	font-size: 14px;
	margin-left:10px;
	color:#ccc
}
.location li:last-child a:after {
	content: '';
	margin-left:0px;
}
.location li a {
	color:#ccc!important;
	font-size:15px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.location li a:hover {
	color:#fff!important;
}
.location li a.active {
	color:#fff !important;
	font-weight:bold;
}
/*main heading*/
.main-head {
	font-weight:400;
	text-transform: uppercase;
	text-align:center
}
.main-head span {
	font-size:18px!important;
	text-transform: none;
	font-weight:300;
	color:#999
}
.main-head span.brdr {
	border-bottom:1px solid #999;
	height:1px;
	display:block;
	width:100px;
	margin:20px auto 35px;
}


/*product slide bar */
.product-slide-bar {
	padding: 60px 15px !important;
	background:url(../design_img/product-back.png) no-repeat bottom center;
}
.product-slide-bar .main-head {
	text-align:left;
}
.product-slide-bar .main-head span {
	font-weight:700;
	font-size:45px!important;
	text-transform:uppercase;
	color:#00a85a
}
.product-slide-bar .main-head span.brdr {
	border-bottom:1px solid #999;
	margin:20px 0 35px 0;
}
.product-slide-bar .btn-more {
	color: #fff !important;
	background: #ff4531;
	border-radius: inherit !important;
	text-transform: uppercase;
	display:table;
	margin: 25px 0 0 0;
	padding: 10px 30px;
	font-size: 15px;
}
/*products*/
 .product {
	padding: 0 0 10px;
	margin-bottom: 10px;
	position:relative;
	background:#fff;
	background-size:contain;
	height: 400px;
}
.product-container {
	width:100%;
	height:auto;
	overflow:hidden;
}
.product-pic-container {
	width: 100%;
	height: auto;
	overflow: hidden;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
	border: 1px solid #ddd;
}
.product-back {
	position: absolute;
	top: 50%;
	left: 0;
	bottom: 50%;
	right: 0;
	background: #000;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	transition: all 100ms linear;
}
.product-pic {
}
.product-pic img {
	max-width: 100%;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.product-new {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	display: inline-block;
	background-color: #f36a1f;
}
.product-new span {
	color: white;
	text-transform: capitalize;
	padding: 15px 0px;
	display: inline-block;
	transform: rotate(-90deg);
	font-weight: 300;
}
.product-new:after {
	content: "";
	width: 0px;
	height: 0;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-top: 4px solid #f36a1f;
	position: absolute;
	bottom: -4px;
	left: 50%;
	margin-left: -4px;
}
.discount {
	background:#ffefca;
	color: #000;
	width: 62px;
	height: 25px;
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 1;
	text-align: center;
	line-height: 22px;
}
.product-btn {
	width: 150px;
	height: 115px;
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 50%;
	margin-top: -56px;
	margin-left: -70px;
	-webkit-transition: all 350ms linear;
	-moz-transition: all 350ms linear;
	-o-transition: all 350ms linear;
	-ms-transition: all 350ms linear;
	transition: all 350ms linear;
}
.product-btn a {
	background: #333;
	font-size: 16px;
	color: #fff !important;
	width: 100%;
	height: 45px;
	margin: 3px 0px;
	display: block;
	float: left;
	text-align: center;
	padding-top: 12px;
	text-transform: capitalize;
	border-radius: 5px;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	transition: all 150ms linear;
	position: relative;
}
.product-btn a.cart {
	background: #61d919;
	top:30px;
	opacity:0;
}
.product-btn a.view {
	background: #1393dd;
	bottom:50px;
	opacity:0;
}
.product-btn a:hover {
	background: #fff;
	color:#333!important
}
.product-name {
	text-align:center;
	text-transform:capitalize;
	font-size:14px!important;
	margin:5px 0 5px !important;
	overflow: hidden !important;
	text-overflow: ellipsis;
	display: inline-block;
	white-space: nowrap !important;
	width: 100%;
}
.product-name a {
	color:#00a85a!important;
}
.product-price {
	text-transform:capitalize;
	text-align:center;
	margin-top:5px!important;
	margin-bottom: 5px !important;
}
.product-price .price-before {
	color:#999;
	text-decoration:line-through;
	font-size: 17px;
}
.product-price .price-now {
	font-weight:600;
	color:#1393dd;
	margin:0 5px;
	font-size: 17px;
}
.product-price .price-bv {
}
.product-container:hover .product-back {
	visibility:visible;
	opacity: 0.2;
	top: 0;
	bottom: 0%;
}
.product-container:hover .product-btn a.cart {
	top:0;
	opacity:1;
}
.product-container:hover .product-btn a.view {
	bottom:0;
	opacity:1;
}
/**/
 .home-abt-bar {
	padding: 50px 0px 100px 0px!important;
	background:#eaf6e0/*#edf5fb*/
}
.home-abt-bar .main-head {
	margin-bottom:45px!important
}
.home-abt-bar .main-head span {
	font-weight:700;
	font-size:31px!important;
	text-transform:uppercase;
	color:#00a85a
}
.home-abt-bar img {
	max-width:100%
}
.home-abt-bar p {
	text-align:center;
	color:#666!important;
	font-size:13px!important
}
/**/
.home-abt-bar .content {
	text-align: center;
}
.home-abt-bar .content .up {
	margin-bottom: 32px;
	background: #fff;
	border:0px solid #ddd;
	padding: 20px;
}
.home-abt-bar .content .down {
	background: #fff;
	border:0px solid #ddd;
	padding: 20px;
}
.home-abt-bar .content h4 {
	color: #444;
	margin-top: 5px!important;
	margin-bottom: 10px!important;
	font-weight:600;
	font-size:17px
}
.home-abt-bar .home-abt-center {
}
.home-abt-bar .home-abt-center img {
	max-width:100%;
}
.home-abt-bar .home-abt-center p {
	color:#fff!important
}
.home-abt-bar .home-abt-center a {
	color:#fff!important;
	text-decoration:underline!important
}
/**/
.brand-bar {display: none;
}
.brand-bar .container {
	border-top:1px solid #eee;
	padding: 46px 0;
}
.brand-bar .brands-wraper {
	display: table;
	margin: auto;
}
.brand-bar .brands {
	width:30%;
	float:left;
	border:1px solid #eee;
	margin:0 7px
}
.brand-bar .brands img {
	max-width:70%;
	display:block;
	margin:auto;
}
/**/
.enq-bar {
	padding: 40px 0px 25px 0px!important;
	background:#fc9036
}
.enq-bar .fa {
	font-size:20px;
	float:left;
	color:#fff;
	margin-right:15px;
}
.enq-bar .main-head {
	text-align:left;
	font-weight:700;
	font-size:45px!important;
	text-transform:capitalize;
	line-height: 35px;
	color:#fff
}
.enq-bar .main-head span {
	font-size:22px!important;
	color:#fff
}
.enq-bar .main-head span.brdr {
	border-bottom:1px solid #999;
	margin:20px 0 35px 0;
}
.enq-bar .btn-enq {
	color: #fff !important;
	background: transparent;
	border:1px solid #fff;
	border-radius: inherit !important;
	text-transform: uppercase;
	float:right;
	padding: 10px 30px;
	font-size: 15px;
	margin-left:10px;
}
.enq-bar .btn-enq:hover {
	background:#fff!important;
	color: #fc9036 !important;
}
.enq-bar .btn-enq:hover .fa {
	color: #fc9036 !important;
}
/**/
.enq-model .modal-dialog {
	width: 540px!important;
}
.enq-model .modal-header {
	color:#fff;
	border-bottom: 0px solid #e5e5e5;
	background: #00a85a;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
}
.enq-model .close {
	color:#fff;
	opacity: 1;
	text-shadow: none;
}
.enq-model .enq-sub {
	display:table;
	margin:auto;
	padding:10px;
	background:#444;
	border-color:#444;
	margin-bottom: 20px;
	padding: 12px 40px;
}
.enq-model .form-control {
	background: #fbfbfb;
}
/**/
.pr-enquiry {
}
.pr-enquiry .modal-dialog {
	width: 800px;
}
.pr-enquiry .close {
	position: absolute;
	right: 15px;
	top: 11px;
	z-index: 99;
}
.pr-enquiry .enq-sub {
	margin-top: 10px;
	padding: 10px 30px;
}
.pr-enquiry h4 {
	/* border-bottom: 1px solid #eee; */
	padding-bottom: 11px !important;
	margin-bottom: 5px !important;
	font-weight: 600;
	color: #999;
	margin-left: 15px !important;
	margin-top: 6px !important;
}
.pr-enquiry h4 span {
	color: #00a85a;
}
.pr-enquiry .pr-pic {
	border:1px solid #f0f0f0!important
}
/*category bar*/
.category-bar {
	padding:20px 0 !important;
	overflow: hidden;
	background: #fff/*linear-gradient(180deg, #fff 1%, #f0f0f0 4%)*/
}
.category-list {
	background:#fff;
	/*	-webkit-box-shadow: 4px 6px 7px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 4px 6px 7px rgba(0, 0, 0, 0.11);
	box-shadow: 4px 6px 7px rgba(0, 0, 0, 0.11);
	border-radius:5px;
	padding:10px;*/
	border: 1px solid #ddd;
}
.category-list h4 {
	padding:12px !important;
	background:#00a85a;
	color:#fff;
	font-weight:600;
	text-transform:capitalize;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.category-list h4 .fa {
	margin-right:13px;
}
/* .category-level-1 */
.category-level-1 {
	list-style:none;
}
.category-level-1 li {
	color:#333!important;
	text-transform:capitalize;
}
.category-level-1 .accordion-item-arrow:before {
	margin-top:1px!important;
}
.category-level-1 li a {
	display:block;
	color:#333!important;
	font-size:15px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	padding:12px 5px;
	border-bottom:1px solid #eee;
}
.category-level-1 li:last-child a {
	border-bottom:0px solid #ddd;
}
.category-level-1 li a:before {
	content: '\f054';
	font-family: 'FontAwesome';
	font-size: 10px;
	float:left;
	margin:5px 25px 0px 14px;
	color:#666
}
.category-level-1 li a:hover {
	background:#eee
}
.category-bar .category-product {
	overflow:hidden
}
category-bar .category-product h4 {
	padding: 15px 10px !important;
	border: 1px solid #eee;
	margin-bottom: 15px !important;
	background: #fbfbfb;
}
.category-bar .category-product h4 {
	padding: 13px 0px !important;
	margin-bottom: 15px !important;
	color: #0d98bd;
}
.category-bar .category-product h4 span {
	float: right;
	font-size: 12px;
	margin-top: 4px;
	color: #666;
}
.category-bar .category-product .product {
	/*border: 0;*/
	margin-bottom: 28px;
	/*	-webkit-box-shadow: 4px 6px 7px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 4px 6px 7px rgba(0, 0, 0, 0.11);
	box-shadow: 4px 6px 7px rgba(0, 0, 0, 0.11);
	border-radius: 5px;*/
	overflow:hidden
}
.category-bar .category-product .product .product-name a {
	color: #000 !important;
}
/* product-details */
.product-details {
	padding: 20px;
	background: #fff;
	/* -webkit-box-shadow: 4px 6px 7px rgba(0, 0, 0, 0.11); */
	/* -moz-box-shadow: 4px 6px 7px rgba(0, 0, 0, 0.11); */
	/* box-shadow: 4px 6px 7px rgba(0, 0, 0, 0.11); */
	/* border-radius: 5px; */
	border: 1px solid #ddd;
}
.product-details h3 {
	margin-bottom:25px!important;
	padding-bottom:15px!important;
	color:#186fae;
	/*	border-bottom:1px solid #ccc!important;*/
	position:relative
}
.product-details h3:after {
	content:'';
	position:absolute;
	bottom:-2px;
	width:80px;
	left:0;
	border:1px solid #eca428
}
.product-details .product-pic {
	width:100%;
	margin-bottom:20px;
}
.product-details .product-pic img {
	max-width:100%;
	border:1px solid #eee;
}
.product-details strong {
	font-weight:600;
	color: #48ab57;
}
.product-details .btn-container {
	 position: absolute;
	top: 20px;
	right: 32px;
}
.product-details .btn-container .fa {
	margin-right:10px
}
.product-details .enq-btn {
	background: #ff620d;  
	color: #fff !important;
	padding: 9px 18px;
	text-transform: uppercase;
	border-bottom: 5px solid #cf510d;
}
.product-details .down-btn {
	background: #fff;  
	color: #666 !important;
	padding: 9px 18px;
	text-transform: uppercase;
	border:1px solid #666;
	border-bottom: 5px solid #666;
}

.product-details .enq-btn:hover {
	background:#188cc8!important;
	border-color:#0a73a9
}
.product-details .down-btn:hover {
	background:#188cc8!important;
	border-color:#0a73a9;color: #fff !important;
}
.product-details h4 {
	color:#1895b7;
	margin:15px 0 5px 0!important;
	font-size:15px;
}
.product-details ul {
	padding:5px 0 0 15px!important;
	color:#666;
	list-style:circle;
	line-height:20px
}
.product-details p {
	color:#666;
	font-size:13px!important;
	text-align:justify;
	line-height:20px
}
/**/
.abt-bar {
}
.abt-bar p{
	text-align:center;
}
.abt-bar .main-head {
	margin: 10px 0 0px !important;
}
.abt-bar .main-head span {
	font-weight: 700;
	font-size: 31px !important;
	text-transform: uppercase;
	color: #00a85a;
}
.abt-bar .main-head span.brdr {
	margin: 20px auto 24px;
}
.abt-bar h4 {
	font-size:23px;
	margin:25px 0 10px!Important;
	text-align:center;
	color:#333;
	text-transform:uppercase
}
.abt-bar .brand-bar .container {
	border-top: 0;
	padding: 16px 0;
}
/*.advantage bar */
.adv-bar {
	background:#fff2c7;
	padding-top:20px;
	padding-bottom:30px;
	margin-top:20px;
}
.adv-bar .adv-container {
	perspective: 900px;
}
.adv-bar .adv {
	position: relative;
	width: 100%;
	height: 150px;
	transition: all 0.6s ease;
	transform-style: preserve-3d;
	margin-top:10px;
	margin-bottom:20px;
	color:#fff
}
.adv-bar .adv p {
	text-align:center;
	line-height:20px;
	margin-top:5px!important
}
.adv-bar .adv .front, .adv-bar .adv .back {
	padding:20px;
	position: absolute;
	top: 0;
	left: 0;
	bottom:0;
	right:0;
	backface-visibility: hidden;
}
.adv-bar .adv .front img {
	max-width:100%;
}
.adv-bar .adv .front {
	background:#3791c9;
}
.adv-bar .adv .back {
	background:#27ab1b;
}
.adv-bar .adv .adv-icon {
	width:64px;
	height: auto;
	margin:auto
}
.adv-container:hover .adv {
	transform: rotateY(180deg);
}
.adv-bar .adv .back {
	transform: rotateY(180deg);
}
/*tables*/
section.contents .mytable {
}
section.contents .mytable caption {
	color:#333333;
	text-align:center;
	margin-bottom:5px;
	padding:0px;
	font-weight:600;
}
section.contents .mytable caption h4 {
	font-size:18px;
	margin-bottom:5px !important;
	color:#000;
	font-weight:600;
	margin-top:25px !important;
}
section.contents .mytable th {
	background:#00a85a;
	color:#fff;
	font-weight:600;
	vertical-align:middle!important;
	text-align:center;
	font-size:15px;
	text-transform:uppercase;
	height:40px;
}
section.contents .mytable td {
	vertical-align:middle!important
}
section.contents .mytable tr {
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
section.contents .mytable tbody > tr > td {
	text-align:center;
	font-size:14px;
}

/*#content .mytable tr:nth-child(odd){ background:#c6e093}*/
section.contents .mytable tr:nth-child(odd) {
background:#f8f8f8;
}
section.contents .mytable tr:hover {
	background:#eee
}
/*bankers*/

section.contents .banker caption {
 margin-bottom:15px;
	color:#333;
	 
}
section.contents .banker tr {
	font-weight:400;
	color:#5b8936;
}
section.contents .banker tr td {
	vertical-align:middle
}
section.contents .banker tr th {
	white-space: nowrap;
	text-align:left;
}
section.contents .banker tr th:nth-child(1) {
width:5%;
text-align:center;

}
section.contents .banker tr td{
	text-align:left !important;
	 font-weight: 400;
color: #5e5a54 !important;
border-color: #eee !important;
}
section.contents .banker tr td:nth-child(1) {
width:5%;
text-align:center!important;
}
 section.contents .banker tr th:nth-child(2) {
width:16%;
}
section.contents .banker tr td:nth-child(2) {
 
width:13%;
}
 section.contents .banker tr td:nth-child(3) {
width:30%;
}
section.contents .banker tr td:nth-child(4) {
width:23%;
}
section.contents .banker tr td:nth-child(5) {
width:13%;
} 
/**/
.contact-bar {
	padding:20px 0 0
}
.contact-bar .s-head {
	text-align:left;
	text-transform:inherit;
	margin-bottom: 15px !important;
	text-transform: capitalize;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px !important;
}
.contact-bar .s-head span.brdr {
	margin-left: 0 !important;
	margin-bottom: 20px !important;
}
.contact-bar p.text {
	margin-bottom: 0px !important;
}
.contact-bar .inner-box {
	position:relative;
	text-align:center;
}
.contact-bar .contact-info {
	position:relative;
	margin-bottom:15px;
	clear: both;
	display: table;
	width: 100%;
}
.contact-bar .inner-box .icon-box {
	position: relative;
	width: 60px;
	height: 60px;
	color: #3791c9;
	font-size: 20px !important;
	padding-top: 0px;
	border-radius: 100%;
	margin: 0 15px 15px 0;
	border: 1px solid #ddd;
	background-color: #fff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	float: left;
	line-height:60px;
}
.contact-bar .inner-box .text {
	position:relative;
	color:#555555;
	font-size:14px;
	padding-top:10px;
	text-align:left;
	line-height: 26px;
	float: left;
	width: 70%;
}
.contact-bar .inner-box .text h4 {
	font-weight: 600;
	font-size: 15px;
	color: #000;
	margin-bottom: 5px !important;
	margin-top: 0px !important;
}
.contact-bar .inner-box .text a {
	color:#555;
}
.contact-bar .inner-box .text p {
	font-size:14px !Important;
	font-weight:400;
	line-height:24px;
}
.contact-bar .inner-box:hover .icon-box {
	color:#ffffff;
	border-color: #f58735;
	background-color: #f58735;
}
.contact-bar .form-group {
	position: relative;
	margin-bottom:20px;
}
.contact-bar .input-group-addon {
	border-radius: 0px;
	background: #fff;
	color: #5c5c5c;
	border-color: #ececec;
	border-bottom-color: #ddd !important;
	width: 42px !important;
}
.contact-bar .input-group {
	width: 100%;
}
.contact-bar input[type="text"], .contact-bar input[type="email"], .contact-bar input[type="password"], .contact-bar select, .contact-bar textarea {
	display:block;
	width:100%;
	color:#333333;
	font-size:14px;
	padding:10px 10px;
	background:#ffffff;
	border:1px solid #ececec!important;
	border-bottom-color:#ddd!important;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.contact-bar textarea {
	height:160px;
	resize:none;
	padding-left: 10px !important;
}
.contact-bar button {
	font-size:16px;
	margin-top:10px;
	text-transform:capitalize;
}
.btn-sub, .btn-cancel {
	display: inline-block;
	color: #fff !important;
	text-align: center;
	border-radius: inherit !important;
	margin-right:5px;
	width:120px;
	padding: 10px 10px !important;
	font-size: 14px !important;
	background: #00a85a;
}
.btn-sub:hover, .btn-cancel:hover {
	padding: 10px 10px !important;
	margin-right:5px!important;
}
.btn-cancel {
	background: #ff5d05;
}
.top-head {
	padding:0 25px !important;
	font-size:24px;
	margin-bottom:35px !important;
	line-height:36px;
	color:#000;
	font-weight:bold;
	text-align:center;
}
.margin-bottom-10 {
	margin-bottom:10px;
}
/*********************************************************************************
default form styles start
***************/
.form-group {
	margin-bottom:8px!important
}
.form-group .input-group {
	width: 100%;
}
.form-group .input-group-addon {
	width:30px;
}
.form-group label {
	font-weight:normal;
}
.form-group .form-control {
	border-radius:0!important;
	box-shadow:none;
	height: auto;
	padding: 8px 12px;
}
.form-group .label-radio {
	margin-right:15px;
}
.form-group input[type=radio] {
	margin-right:5px;
}
.form-group .label-check {
	margin-right:15px;
}
.form-group input[type=checkbox] {
	margin-right:5px;
}
.form-group .form-control:focus {
	box-shadow:none;
	border-color:#ffa34a
}
/* Date 28-10-2020 */
.abt-gape{
	margin-top:80px;
}
.product-slide-bar .vsn-blk img{
	max-width:100%;
}
/* Date 31-10-2020 */
.abt-vsn-blk{
	padding:30px 0 20px;
	position:relative;
}
.abt-vsn-blk p{
	text-align:center;
}






/*********************************************************************************
footer styles
***************/
footer {
	background:#333;
}
footer .side-brdr {
	border-left:1px dashed #666;
	height:240px;
	padding-left:40px!important;
}
footer h2 {
	text-align:left;
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	margin-bottom:10px!important;
	text-transform: uppercase;
}
footer .footer-bar {
	margin:40px 0 30px 0
}
footer .footer-bar p.welcome-text {
	color:#999
}
footer .footer-bar p.welcome-text a {
	color:#00a85a!important
}
footer .footer-bar p.com-address {
	color:#898989;
	text-align:center;
	font-weight:400
}
/* footer site nav*/
footer .site-nav ul {
	list-style:none;
	margin-left: 28px!important;
	margin-bottom:20px!important;
}
footer .site-nav ul li {
	text-indent: -13px;
	line-height:30px;
	color:#999 !important;
}
footer .site-nav ul li i {
	margin-right:8px;
	color:#999 !important;
}
footer .site-nav ul a {
	font-size:13px;
	color:#999 !important;
	text-align:left;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
footer .site-nav ul a:hover {
	color:#fff!important;
}
/* footer site nav*/
footer .nav-menu ul {
	list-style:none;
	margin-bottom:20px!important;
	margin:0;
}
footer .nav-menu ul li {
	line-height:30px;
	display:block;
	padding-right: 20px !important;
}
footer .nav-menu ul a {
	display:block;
	font-size:13px;
	color:#999 !important;
	text-transform:capitalize;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
footer .nav-menu ul a:hover {
	color:#00a85a !important;
}
footer .fotter-logo img {
	width:70%;
	margin-bottom:20px;
}
/**/
.social-links ul {
	margin:0;
	padding:0;
}
.social-links ul li {
	display: inline-block;
	margin-right: 5px !important;
}
.social-links ul li a i {
	border-radius: 100%;
	color: #999;
	display: block;
	font-size: 15px;
	height: 40px;
	line-height: 42px;
	text-align: center;
	width: 40px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border:1px solid #666
}
.social-links ul li a:hover i {
	background: #fff;
	color: #333;
	border-color:#fff
}
/*footer bar bottom*/

footer .footer-bar-bottom {
	background:#00a85a;
	color:#76dead;
	padding:10px 0!important;
}
footer .footer-bar-bottom .copy {
	text-align:center;
	font-size:13px!important;
	margin-bottom:0px!important;
}
footer .footer-bar-bottom .co-name {
	margin-right:5px;
	color:#fff;
}
footer .footer-bar-bottom .designer {
	margin-top:2px!important;
	margin-left:5px!important;
}
footer .footer-bar-bottom .designer img {
	border: 1px solid #bbbaba;
	border-radius: 100%;
	padding: 2px;
	background: #fff;
}
/* top and down button*/
#goTop, #goDown {
	border: 1px solid #eee;
	border-radius:100%;
	width:40px;
	height:40px;
	padding-top:7px;
	text-align:center;
	position: fixed;
	bottom: 40px;
	right:  20px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	cursor: pointer;
	color: #333!important;
	font-weight: bold;
	background: #eee;
	z-index:9999;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}
/**/
@media only screen and (min-width:768px) {
 .magic-div {
	animation:kenburns 10s infinite;
	width:100%;
/*	animation-direction:alternate*/
}
}
  magic-div  img {
	animation:kenburns 10s infinite;
	width:100%;
	animation-direction:alternate
}
@keyframes kenburns {
100% {
transform:scale3d(1, 1, 1) translate3d(0, -150px, 30px) scale(1.15);
opacity:1
}
}
 /*keyframes kenburns {
100% {
transform:scale3d(1, 1, 1) translate3d(0, -150px, 30px);
opacity:1
}

 keyframes "kenburns" {
100% {
transform:scale3d(1, 1, 1) translate3d(0, -250px, 50px);
opacity:1;
transform:scale3d(1, 1, 1) translate3d(0, -250px, 50px);
opacity:1
}
 keyframes "kenburns" {
100% {
transform:scale3d(1, 1, 1) translate3d(-80px, 0, 0);
opacity:1
} 

.magic-div {
	animation: kenburns 10s infinite;
	width: 100%;
	animation-direction: alternate;
}

@keyframes kenburns {
100% {
transform:scale3d(1, 1, 1) translate3d(0, -150px, 30px);
opacity:1
}
}
@keyframes kenburns {
100% {
transform:scale3d(1, 1, 1) translate3d(0, -150px, 30px);
opacity:1
}
}

@keyframes kenburns{100%{transform:scale3d(1,1,1) translate3d(-150px,0,50px);opacity:1}}}	*/
