/*===================================================
Table of CSS Content arrage with every section name
=====================================================
	1. Default CSS
	2. Header Section Style Start
	3. Slider Section Style Start
	4. Slider Animation css
	5. Welcome Section Style Start	
	6. Why Choose Us Section Style Start
	7. Footer Section Start Here

===================================================== */

@import url('animate.min.css');
@import url('jquery.fancybox.css');
@import url('owl.css');

/*====== Link Google Fonts API ========*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700');
@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Saira+Condensed:300,400,500,600,700');
/*====================================================================
1. Default CSS
====================================================================*/
@font-face {
    font-family: 'Open Sans', sans-serif;
    src: url('../fonts/didactgothic-regular-webfont.eot');
    src: url('../fonts/didactgothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/didactgothic-regular-webfont.woff2') format('woff2'),
         url('../fonts/didactgothic-regular-webfont.woff') format('woff'),
         url('../fonts/didactgothic-regular-webfont.ttf') format('truetype'),
         url('../fonts/didactgothic-regular-webfont.svg#didact_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


* {
	box-sizing: border-box
}

html {font-family: 'Open Sans', sans-serif; !important; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }

body {
  font-family: 'Open Sans', sans-serif; !important;
  /*font-family: Tahoma,Trebuchet MS,Arial;*/
  font-size: 14px;
  line-height: 1.42857143;
  margin: 0;
  color: #444343;
  background: #fffdfb;
 
 /* background: #fff;*/
  overflow-x: hidden
   
}

.container {
    width: 1280px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans', sans-serif; !important;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

ul {
	margin: 0;
	padding: 0
}
li {
	list-style-type: none
}
a {
	text-decoration: none !important
}
a:focus {
	outline: none;
}
img {
	border: none;
	max-width:100%;
}
label {
  display: inline-block;
   font-family: 'Open Sans', sans-serif; !important;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 600;
  color: #f00;
}
.clear {
	clear: both
}
a {
	color: #000
}
.clearfix:after {
	clear: both
}
section {
	width: 100%;
	clear:both;
}
h2, h3 {
	color: #000
}
.fixed-header .navbar-brand img:first-child,
.navbar-brand img:last-child {
	display: none
}
.fixed-header .navbar-brand img:last-child {
	display: block
}
.form-control::-moz-placeholder {
  color: #818181;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #818181;
}
.form-control::-webkit-input-placeholder {
  color: #818181;
}
[class^="flaticon-"]::before, 
[class*=" flaticon-"]::before, 
[class^="flaticon-"]::after, 
[class*=" flaticon-"]::after {
	font-family: Flaticon;
	font-size: 20px;
	font-style: normal;
	margin: 0 auto;
}
.pagination > li > a{
	background: #f5f5f5;
	float: left;
	 font-family: 'Open Sans', sans-serif; !important
	font-weight: 500;
	height: 45px;
	line-height: 45px;
	margin-left: -1px;
	padding: 0 20px;
	position: relative;
	text-decoration: none;
	width: 45px;
}
.pagination > li:first-child > a,
.pagination > li:last-child > a {
	width: auto
}
.pagi-area {
  display: table;
  margin: 0 auto;
  margin-top: 30px;
  float:left;
  width:100%;
}
.pagination {
	display: inline-block;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: 0;
	padding-left: 0
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: normal;
  border-radius: 25px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
   touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
   user-select: none;
}
.btn-link,
.btn.btn-link {
	font-size: 14px
}
.btn-primary {
	border: 2px solid;
	display: inline-block;
	line-height: 43px;
	padding: 0 25px;
	color:#fff;
	font-weight:600;
	text-transform:uppercase;
}
.btn-default {
	border: 2px solid;
	display: inline-block;
	line-height: 43px;
	padding: 0 25px;
	text-transform:uppercase
}
.nav-tabs li a {
	background-color: #f1f1f1;
	font-weight: 500;
	line-height: 41px;
	margin-right: 2px;
	padding: 0 25px;
	border-bottom: 3px solid transparent
}
.sub-title.box {
	width: 770px;
}
.sub-title.full {
	width: 100%
}
.sub-title {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	margin: 0 auto;
	padding-bottom: 30px;
}
.title {
	margin-bottom: 0px;
	text-transform: uppercase;
	font-size: 24px;
	padding-bottom: 15px;
	font-weight:600;
}
.inner-title {
	margin-bottom: 0px
}
.widget-title {
	margin-bottom: 20px
}
.down-line {
	padding-bottom: 0px;
	position: relative
}
.down-line::before {
	content: "";
	position: absolute;
	width: 30px;
	height: 5px;
	border-radius: 5px;
	bottom: -5px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0
}
.padding30 {
	padding: 30px
}
.down-angle-white,
.down-angle-gray {
	position: relative
}
.down-angle-white::before,
.down-angle-gray::before {
	position: absolute;
	content: "";
	border-width: 15px;
	border-style: solid;
	bottom: -30px;
	left: 30px
}
.full-row {
	width: 100%;
	position: relative
}
.no-padding {
	padding: 0
}
.soc-icon a {
	color: #000;
	margin: 10px
}
.btn-submit {
	height: 44px;
	padding: 0 25px;
	color: #fff;
	border: none;
	text-transform: uppercase;
	font-weight: 500
}
.title2 {
	margin: 50px 0 20px 0
}
p {
	margin: 0 0 10px;
	line-height: 16px;
	font-weight: 400;
	font-size: 16px;
}
.title-style-2 {
	font-weight: 700;
	 font-family: 'Open Sans', sans-serif; !important;
	text-transform: uppercase;
}
.btn-link {
	font-weight: 500;
	 font-family: 'Open Sans', sans-serif; !important
}
.btn-large,
.btn-primary,
.btn-default {
	font-weight: 500;
	 font-family: 'Open Sans', sans-serif; !important
}
a,
.btn,
span:before,
.dark-gradient:before,
.hover-overlay::before,
.gallery_overlay:after,
.gallery_overlay:before,
.inner-title a,
.overlay,
.main-nav,
.prdct-img,
.pagination > li > span,
.news-title {
	transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out
}
.btn-large {
	background: #fff;
	border: 2px solid transparent;
	line-height: 46px;
	font-size: 14px;
	padding: 0 30px;
	text-transform: uppercase;
	display: inline-block
}
.btn-large:hover {
	background: transparent;
	border: 2px solid #fff;
	color: #fff
}
.form-group {
	margin: 0
}
.form-control {
	background-color: #fdfdfd;
	background-image: none;
	border: 1px solid #f1f1f1;
	box-shadow: none;
	color: #484848;
	font-size: 14px;
	margin-bottom: 20px;
	padding: 0 15px;
	height: 44px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
	font-weight: 400
}
.form-control:focus {
	border-color: #e5e5e5;
	box-shadow: none
}
.main-footer::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0
}
/*--- Custom Select CSS ---*/
.bootstrap-select > select {
	opacity: 0;
	position: absolute;
	top: 0;
	z-index: -1;
	left: 0;
	margin: 0
}
.bootstrap-select.form-control {
	padding: 0;
	min-height: 100%;
	border: none
}
.bootstrap-select .btn-option {
	background: #fdfdfd;
	border: medium none;
	border: 1px solid #f1f1f1;
	color: #616161;
	font-weight: 400;
	height: 44px;
	padding: 0 15px;
	text-align: left;
	width: 100%
}
.bootstrap-select.open .btn-option {
	border-color: #e5e5e5
}
.btn-group.open .dropdown-toggle {
	box-shadow: none
}
.bootstrap-select .dropdown-menu.inner {
	padding: 0
}
.bootstrap-select > .dropdown-menu {
	position: absolute;
	width: 100%;
	background: #fff;
	display: none;
	border: 1px solid #e5e5e5;
	box-shadow: none;
	margin-top: -1px;
	border-top: none;
	padding: 0 10px 10px 10px;
	min-width: 100%;
	z-index: 1000
}
.bootstrap-select .dropdown-menu.inner {
	position: static;
	background: transparent;
	box-shadow: none;
	width: 100%;
	min-width: 100%
}
.bootstrap-select .dropdown-menu.inner li a {
	color: #616161;
	padding: 10px;
	display: block;
	cursor: pointer
}
.bootstrap-select .dropdown-menu.inner li a:hover,
.bootstrap-select .dropdown-menu.inner li a:focus {
	color: #a2a2a2
}
.bootstrap-select.open .dropdown-menu {
	display: block
}
.bootstrap-select .caret {
	float: right;
	margin-top: 8px
}
.bootstrap-select .bs-searchbox input {
	height: 40px;
	margin-bottom: 10px;
	padding: 0 10px;
	background: #fff
}
.bootstrap-select.open .caret {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg)
}
/*-----------------*/
.text-area {
	width: 100%;
	padding-bottom: 15px
}
.btn-center {
	display: table;
	margin: 0 auto;
	padding: 15px 0
}
.flex-box {
	display: flex;
	display: webkit-flex;
	display: ms-flex
}
.flat-icon {
	display: table;
	width: auto
}
.hover-overlay {
	position: relative
}
.hover-overlay::before {
	position: absolute;
	content:"";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	visibility: hidden;
	z-index:1;
	opacity: 0
}
.hover-overlay:hover::before {
	visibility: visible;
	opacity: 1
}
/*====================================================================
2. Header Section Style Start
====================================================================*/

/*---- Header Fixed CSS ----*/
.nav-on-top{
    animation-fill-mode: both;
    width: 100%;
    z-index: 999;
	top: 0;
	right:0;
	position: absolute
}
.nav-on-banner{
    animation-fill-mode: both;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 999;
}
@keyframes menu_sticky {
0% {
    margin-top: -100px;
}
50% {
    margin-top: -90px;
}
100% {
    margin-top: 0;
}
}
@keyframes menu_sticky {
0% {
    margin-top: -100px;
}
50% {
    margin-top: -90px;
}
100% {
    margin-top: 0;
}
}
/*#header.fixed-header {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
#header.fixed-header {
	animation-duration: 1s;
	animation-name: menu_sticky;
	animation-timing-function: ease-out;
	left: 0;
	margin: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 101;
	display:none;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}


#header.fixed-header .main-nav {
  width: 100%;
}*/


.navbar-brand {
	padding: 13px 0;
	width: 140px
}
#header.fixed-header .top-header,
#header.fixed-header .middle-header{
	display: block;
}
/*---- main nav CSS ----*/
.main-nav {
	display: table;
	margin: 0 auto;
	width: 96%
}
.navbar-nav > li > a {
	padding: 0;
}
.navbar-default {
    background-color: transparent;
    z-index: 1
}
.navbar {
    position: relative;
}

.navbar-nav > li {
   
	border-right:1px solid #ccc;
	margin-top:0;
}
.nav > li {
    display: block;
    position: relative;
}

.nav > li > a {
	display: block;
	text-transform:uppercase;
	font-size:13px;
	 padding: 10px 6px;
}
.user-nav li a .cart-item {
	font-size: 10px;
	line-height: 20px;
	position: absolute;
	right: -15px;
	text-align: center;
	top: -12px;
	width: 24px;
}
.nav-style-4.four .user-nav{
	margin: 0;
	padding: 0
}
.navbar-nav .dropdown-menu > li {
	line-height: 32px
}
.navbar-nav .dropdown-menu > li > a{
 display: block;
padding: 0 10px;
clear: both;
text-transform: uppercase;
border-bottom: 1px dashed #5d940e;
color: #333;
font-weight: 600;
font-size: 12px;
background:#fff;
}
.navbar-nav .dropdown-menu > li > a:hover{background:#705637; color:#fff;}

.account li a {
  display: block;
  line-height: 35px;
  clear: both;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 340px;
  padding: 0;
  text-align: left;
  list-style: none;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.navbar-nav .dropdown-menu ul {
	left: 100%;
	top: 0
}
.navbar-default .navbar-nav li.visible > a,
.navbar-default .navbar-nav li.visible > a:hover,
.navbar-default .navbar-nav li.visible > a:focus {
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: #df6721;
	color: #fff;
	border-color: transparent;
}
/*-------Cart dropdown---------*/
.user-nav.navbar-nav > li {
	padding: 13px 5px;
}
.user-nav li a [class^="flaticon-"]::before, 
.user-nav li a [class*=" flaticon-"]::before, 
.user-nav li a [class^="flaticon-"]::after, 
.user-nav li a [class*=" flaticon-"]::after {
	font-size: 21px;
	margin: 0 auto;
	position: relative;
	top: 3px
}
.user-nav {
  padding: 15px 0;
}
.user-nav > li {
	float: left;
	padding-left: 20px
}
.navbar .user-nav > li {
    line-height: 35px
}
.nav-style-4.four .navbar .user-nav > li {
	line-height: 46px
}
.nav-style-4.four .navbar.navbar-default {
	padding: 5px 0
}
.user-nav > li  > a {
	display: block
}
.top-info-right .user-nav li a {
	font-size: 13px
}
.top-info-right .user-nav li {
	padding: 0 10px
}
.top-info-right .user-nav {
	margin-right: 15px
}
.cart-item-text {
	font-size: 13px;
	padding-left: 10px
}
.cart-dropdown {
	background: #fff;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	float: left;
	font-size: 14px;
	list-style: outside none none;
	position: absolute;
	right: 0;
	text-align: left;
	top: 63px;
	z-index: 1000;
	visibility: hidden;
	opacity: 0;
}
.cart{
	width: 300px;
	padding: 15px;
}
.account {
	min-width: 160px
}
.cart li {
  display: flex;
  height: auto;
  padding: 10px 0
}
.cart li a {
	color: #6fa409;
	width: 73%;
	line-height: 20px
}
.cart-dropdown li a p {
	font-size: 12px;
	color: #BCBCBC
}
.cart-dropdown img {
	background: #f5f5f5;
	float: left;
	margin-right: 10px;
	width: 60px;
	height: 60px
}
.cart-dropdown span {
	color: #1a1a1a;
	cursor: pointer;
	float: right;
	font-size: 14px;
	padding-left: 10px
}
.total-amount a {
	border-bottom: medium none;
	color: #6fa409;
	margin:0;
	width: 100%
}
li.cart-dropdown-button a {
	color: #fff;
	font-size: 13px;
	line-height: 40px;
	margin: 0 10px;
	padding: 0;
	text-align: center
}
li.cart-dropdown-button {
	margin-left: -10px;
	margin-right: -10px
}
.cart li.total-amount {
	display: inline-block;
	text-align: right;
	width: 100%;
	padding: 15px 0;
}
.user-nav li a .cart-item::before {
	border-style: solid;
	border-width: 5px;
	bottom: -5px;
	content: "";
	left: 0;
	position: absolute
}
.top-header {
	padding: 0;
}


#header.fixed-header.nav-style-3 .navbar-default {
	padding: 0
}
.top-info-left li {
	float: left;
	font-size: 13px;
	padding-right: 15px;
	line-height: 26px
}
.top-info-left li span {
	padding-right: 5px
}
.top-info-right {
	padding: 5px 0
}
.top-info-right .soc-icon a {
	color: #fff
}
.top-info-right .soc-icon a:last-child {
	margin-right: 0
}
.top-info-left li [class^="flaticon-"]:before, 
.top-info-left li [class*=" flaticon-"]:before, 
.top-info-left li [class^="flaticon-"]:after, 
.top-info-left li [class*=" flaticon-"]:after {
	font-size: 16px;
	margin-left:0
}
/*====================================================================
Top Header (homepage-4)
====================================================================*/
.middle_header_icon{
    display: table;
    border: 2px solid #eee;
    width: 45px;
	height: 45px;
    line-height: 38px;
    text-align: center;
	float: left
}
.middle_header_icon i{
	display: inline-block
}
.middle-header .contact-info,
.middle-header .contact-location{
	display: table;
	float: left;
	padding: 11px 0
}
.middle-header .contact-info span,
.middle-header .contact-location span {
	color: #c3c3c3;
	font-weight: 400;
	font-size: 13px
}

.middle-header .contact-number {
    margin-left: 65px;
    padding: 4px 0;
    margin-right: 30px
}

.nav-style-4.four .btn-quote{
	margin-top: 10px;
    float: right;
}
.nav-style-4.four .navbar-nav > li{
	padding: 0
}
.nav-style-4.four .navbar-nav > li > a {
	padding: 0 20px
}
.nav-style-4 .navbar-brand img {
	display: block
}
/*====================================================================
3. Slider Section Style Start
====================================================================*/
#slider {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin:0 !important;
}
.cption-area {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	z-index:1
}
/* #slider::before {
	position: absolute;
	content:"";
	width: 100%;
	height: 100%;
	z-index:99;
	top:0;
	left: 0;
	background: url('../images/slider/overlay.png') repeat;
	} */
.sldr-content {
	padding: 50px 0;
	width: 75%;
	margin-top: 120px;
	margin: 0 auto;
	padding-top: 120px
}
.sldr-content .btn-primary {
	margin-right: 15px
}
.slider-title {
	font-size: 70px;
	text-align: center;
	text-transform: uppercase;
	 font-family: 'Open Sans', sans-serif; !important;
	font-weight: 600
}
.slider-top {
	padding-bottom: 30px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	width: 100%;
	display: inline-block
}
.sldr-content p {
	margin: 30px 0;
	font-size: 15px;
	margin-bottom: 50px;
	text-align: center
}
.btn-group {
  text-align: center;
  width: 100%
}
.btn-group > .btn, 
.btn-group-vertical > .btn {
	float: inherit
}
.arrow1 {
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%
}
.arrow1 a.btn-primary {
	border: none;
	color: #fff;
	display: inline-block;
	line-height: 40px;
	padding: 0 25px;
	font-weight: 500
}
.arrow1 a.btn-primary:hover {
	background: #fff;
}
/*====================================================================
5. Welcome Section Style Start
====================================================================*/
.wel-img {
	width: 50px;
	padding-bottom: 10px
}
.text-center .wel-img {
	margin: 0 auto
}
.wel-img [class^="flaticon-"]::before, 
.wel-img [class*=" flaticon-"]::before, 
.wel-img [class^="flaticon-"]::after, 
.wel-img [class*=" flaticon-"]::after{
	font-size: 40px;
	display: table;
	margin: 0 auto
}
.text-center {
	text-align: center;
	padding-top:20px;
}
.about-link {
	margin-top: 70px;
	cursor: default
}
.about-link a {
	display: block
}
.dark-gradient {
	position: relative;
	overflow: hidden
}
.dark-gradient:before {
	content:"";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 30%;
	z-index: 1
}
.dark-gradient:hover::before {
	top: 0
} 
.about-link .overlay {
	position: absolute;
	left: 20px;
	bottom: 30px;
	right: 30px;
	z-index: 10;
	display: table;
	height: auto;
	top: inherit
}
.about-link .overlay .inner-title, 
.about-link .overlay a {
	-webkit-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.about-link .overlay .inner-title {
	padding-bottom: 5px;
	opacity: 1;
	visibility: visible;
	-moz-transform: translateY(40px);
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	-o-transform: translateY(40px);
	transform: translateY(40px);
}
.about-link .overlay a {
	padding-bottom: 0;
	opacity: 1;
	visibility: hidden;
	-moz-transform: translateY(100px);
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
}
.about-link:hover .overlay .inner-title {
	opacity: 1;
	visibility: visible;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 100ms
}
.about-link:hover .overlay a {
	opacity: 1;
	visibility: visible;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 200ms
}

/*====================================================================
6. Why Choose Us Section Style Start
====================================================================*/
.background-1 {
	background: rgba(0, 0, 0, 0) url("../images/why-us/1.png") no-repeat scroll right top;
	width: 100%;
	background-size: contain;
	background-position: 7% bottom;
	background-size: contain;
	overflow: hidden
}
.why-con > p {
	margin: 50px 0
}
.check-lst {
	padding: 0 0 15px 0
}
.check-lst li {
	display: table;
	padding: 10px 0 10px 30px;
	line-height: 27px;
	position: relative;
}
.check-lst span {
	position: absolute;
	top: 10px;
	left: 0
}
.choose_us2_banner {
	background: url("../images/quote/1.png") no-repeat;
	background-position: center center;
	background-size: cover
}
.choose_us2_banner img {
	max-width: 100%;
}
.choose-reason {
	display: inline-block
}
.choose-reason li {
	display: flex;
	float: left;
	width: 50%;
	padding-top: 10px
}
.choose-reason li i:before {
	font-size: 40px
}
.choose-reason li .li-box {
	padding: 15px;
	line-height: 26px
}
.padding-80 {
	padding-top: 80px;
	padding-bottom: 80px
}
.no-overflow {
	overflow: hidden
}





/*====================================================================
11. Portfolio page Section Start
====================================================================*/
.desc {
	padding: 30px
}
.desc li {
	color: #fff;
	display: table;
	padding: 10px 0
}
.desc span {
	display: table-cell;
	min-width: 75px;
	font-weight: 400;
	 font-family: 'Open Sans', sans-serif; !important;
	color: #000
}
.img_view {
	display: block
}
.client-feed {
	padding: 30px;
}
.client-feed > span {
	color: #000;
	display: table;
	font-weight: 500;
	margin-top: 35px
}
.padding-15 {
	padding-top: 15px;
	padding-bottom: 15px
}
.port-btn {
	border-top: 1px solid #eeeeee;
	display: inline-block;
	margin-top: 50px;
	width: 100%
}
.port-btn a {
	margin-top: 30px
}
.port-btn a:hover {
	background: transparent !important;
	border: 2px solid
}
.margin-top-20 {
	margin-top: 20px
}
.margin-top-15 {
	margin-top: 15px
}
.margin-bottom-30 {
	margin-bottom: 30px
}



/*====================================================================
13. Single Profile Section Start
====================================================================*/
.pro-link {
	padding: 20px 30px;
	margin-bottom: 30px
}
.pro-link .soc-icon a {
	color: #fff !important;
	line-height: 40px;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	margin: 0;
	margin-right: 5px;
}
.pro-link .soc-icon a:hover {
	background: #000 !important;
	color: #fff !important
}
.profile-bio span {
	display: inline-block;
	margin-top: 10px;
	padding-bottom: 30px
}
.profile-bio p {
	border-top: 1px solid #eee;
	margin: 0;
	padding: 30px 0
}

/*progress bar css start*/
.prfl-progress .progress {
  margin: 5px 0 30px;
}
.skill-percent{
	position:absolute;
    right: 0;
    top: -25px;
	text-align:right
}
.skill-percent .count-num{
	display:initial;
	font-size: 14px
}
.progress {
	height: 8px;
	overflow: visible;
	position: relative 
}
.progress-bar{
	width:0%; 
	transition: all 3000ms ease;
}
.progress span {
  color: #000;
  display: inline-block;
  margin-bottom: 7px;
  padding-left: 0;
  width: 100%;
}

/*progress bar css end*/
.acdmc-dtl {
  display: inline-block;
  padding: 10px 0;
}
.acdmc-dtl h6 {
	font-weight: bold
}
.acdmc-dtl > span {
	color: #000;
	font-weight: 500
}
.acdmc-dtl > p {
	margin: 15px 0
}
.pro-detail .acdmc-dtl:nth-child(2n+1) {
	text-align: right
}
.edu-title {
	 font-family: 'Open Sans', sans-serif; !important;
	padding-bottom: 15px;
	font-weight: 500;
	font-size: 16px
}
/*====================================================================
14. Achivement Section Style Start
====================================================================*/
.background-3{
	width: 100%;
	background: url(../images/achvmnt/bg.png) fixed no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%
}
.count {
	text-align: center
}
.fact-box {
	margin: 0 auto;
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(../images/achvmnt/achivement.png) no-repeat
}
#employee {
	background-position: 0 0
}
#satisfied-client {
	background-position: -40px 0
}
#project {
	background-position: 0 -40px
}
#experience {
	background-position: -40px -40px
}
.count .amount {
	font-size: 30px;
	font-weight: 700;
	 font-family: 'Open Sans', sans-serif; !important;
	padding: 10px 0
}
.count span {
	font-size: 16px;
	font-weight: 400
}

/*====================================================================
16. Request Quote Section Style Start
====================================================================*/
.quote-img {
	padding-top: 100px;
	width: 100%
}
textarea.form-control {
	padding-top: 12px;
	padding-bottom: 12px;
	resize: none;
	min-height: 130px
}
.form-quoto textarea {
	height: 180px;
	resize: none
}

/*====================================================================
19. Footer Section Style Start
====================================================================*/
#footer {
	/* background: url("../images/footer_banner.png") no-repeat; */
	/* background: url("../images/footer_banner.png") no-repeat; */
	background-position: center center
}
#ftr-btm {
	z-index: 9
}
.main-footer {
	position: relative;
	padding: 20px 0;
}
/* .main-footer::before {
	background: rgba(0, 0, 0, 0.85);
} */
.footer-logo {
	width: 155px;
	line-height: 60px
}
.ft-list li span{
	color: #fff;
	font-size: 14px;
	 font-family: 'Open Sans', sans-serif; !important;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	padding-bottom: 5px
}
.ft-list li a {
	color: #c2c2c2
}
.ft-list li {
	font-size: 14px;
	padding-bottom: 10px;
	color: #c2c2c2
}
.ft-list li i {
	padding-right: 10px;
	color:#f97619;
}
.twt-txt span {
	color: #fff;
	display: inline-block;
	font-size: 13px;
	margin-top: 5px;
	width: 100%
}
.footer-content p {
	color: #c2c2c2;
	text-transform: none
}


.footer-content {
	padding: 15px 0
}
.ftr-item > p {
	color: #c2c2c2 
}
.tweet {
	margin-bottom: 35px
}
.twt-txt > a {
	color: #e5e5e5
}
.tweet i {
	float: left;
	margin-right: 10px
}
.tweet .twt-txt {
	display: table
}
.twt-txt span {
	color: #7a7a7a
}
.ins-img > li {
	float: left;
	margin-bottom: 7px;
	padding-right: 7px
}
.ins-img img {
	width: 80px
}
.footer-widget .soc-icon > a:first-child {
	margin-left: 0
}
.footer-widget .soc-icon > a:hover {
	color: #fff !important
}
.footer-widget > span {
	color: #fff;
	display: inline-block;
	font-weight: 500;
	margin: 30px 0 15px;
	text-transform: uppercase
}
.subscribe {
	margin-bottom: 10px
}
.footer-widget .soc-icon {
	padding-top: 10px
}
#ftr-btm > p {
	margin: 0;
	text-align: center;
	color: #a7a7a7;
	font-size: 13px
}
#ftr-btm > p a {
	color: #fff
}
.media-footer {
	text-align: center
}
.media-footer li {
	display: inline-block;
	padding: 0 5px
}
.media-footer li a{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: block;
	line-height: 52px
}
.scroll-to-top {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	position: fixed;
	bottom: 25px;
	right: 25px;
	z-index: 999;
	text-align: center;
	line-height: 50px;
	display: none;
}
a.scroll-btn {
	color: #fff;
	display: block
}
/*====================================================================
20. banner Section Style Start
====================================================================*/
#banner {
	background: url(../images/banner/bg.png) no-repeat fixed;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: auto;
	position: relative
}
#banner::before {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}
.page-title {
	color: #fff;
    padding: 0;
    margin: 0
}
.page-location {
	text-align: right
}
.page-location li {
	color: #fff;
	padding: 0 5px
}
.page-location li a {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
}
.page-location li{
	display: inline-block;
	line-height: 42px
}
.top-banner {
    padding: 45px 0;
    background: url(../images/banner/color.png) no-repeat;
    margin-bottom: -150px;
    padding-bottom: 250px;
}
.solid-banner {
	color: #fff;
	padding-right: 200px;
	position: relative
}
.solid-banner p{
	margin: 0;
	padding: 0
}
.box-right-middle {
	position: absolute;
	text-align: right;
	right: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}
/*====================================================================
21. About Us Section Style Start
====================================================================*/
.feature li [class^="flaticon-"]::before, 
.feature li [class*=" flaticon-"]::before {
    display: ruby-text;
    font-size: 50px;
    margin: 0 auto
}
.feature {
	width: 100%;
	display: inline-block
}
.feature li {
	float: left;
	padding: 10px 0;
	width: 50%;
	display: flex
}
.feature-item {
	padding: 10px 20px;
	height:130px;
}
.side-banner {
	background: url("../images/quote/1.png") no-repeat;
	background-size: cover;
	background-position: center center
}
.side-banner img {
	max-width: 100%
}
.our-vsn{
	display: block;
}
.according_area {
  	margin-bottom: 10px;
}
.according_title::before {
	content: "";
	height: 2px;
	position: absolute;
	right: 20px;
	top: 21px;
	width: 10px;
}
.according_title.active::after {
	transform: rotate(0deg);
	transition: all 300ms ease-in-out 0s;
}
.according_title::after {
	content: "";
	height: 2px;
	position: absolute;
	right: 20px;
	top: 21px;
	transform: rotate(90deg);
	transition: all 300ms ease-in-out 0s;
	width: 10px;
}
.according_title.active {
	color: #fff
}
.according_title.active::after {
	background: #fff;
}
.according_title {
  cursor: pointer;
  padding: 12px 15px;
  position: relative;
	padding-right: 40px
}
.according_details {
  background: #fff;
  display: none;
  padding: 10px 0;
}
.our-vsn div:first-child .according_details {
  display: block;
}

#help_feature:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top:0;
	left:0
}
#polina {
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100px;
	transform: translateX(-50%) translateY(-50%);
}

#polina button {
  border: medium none;
  cursor: pointer;
  width: 100%;
	background: #fff;
}
#polina button:hover { 
   color: #fff
}
.about-txt .sub-title {
	text-align: left;
	width: 100%
}
.about-company .count .amount, 
.about-company .count span {
	display: inline-block;
	text-align: left;
	width: 100%;
	padding: 0
}
.about-company .count .flat-icon {
	display: table;
	width: auto;
}
.count [class^="flaticon-"]::before, 
.count [class*=" flaticon-"]::before {
	font-size: 30px
}

.icon-border {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	border: 2px solid #fff;
	display: block;
	line-height: 96px;
	margin: 20px auto
}
.icon-border [class^="flaticon-"]::before, 
.icon-border [class*=" flaticon-"]::before, 
.icon-border [class^="flaticon-"]::after, 
.icon-border [class*=" flaticon-"]::after {
	font-size: 40px
}

/*====================================================================
23. Product Page Section Style Start
====================================================================*/
.prdct-ctgry {
	border: 1px solid #eee;
	padding: 20px
}
.prdct-lft h5 {
	border-bottom: 1px solid #eee;
	color: #000;
	margin: 0;
	padding: 15px 20px
}
.prdct-lst > li > a {
	padding: 10px 0;
	display: block
}
.prdct-lst li a i {
	padding-right: 7px
}
.sub-ctgry {
	padding-left: 30px
}
.sub-ctgry > li {
	padding: 8px 0
}
.shop-filter {
	display: inline-block;
	width: 100%;
	padding: 20px
}
#pricing-range {
	background: #c2c2c2;
	height: 3px;
	margin: 20px 0
}
.filter-range {
	height: 100%;
	width: 65%;
	position: relative
}
.filter-range::before {
	border: 3px solid;
	border-radius: 50%;
	content: "";
	height: 16px;
	position: absolute;
	top: -6px;
	width: 16px;
	left: 0;
}
.filter-range::after {
	border: 3px solid;
	border-radius: 50%;
	content: "";
	height: 16px;
	position: absolute;
	right: 0;
	top: -6px;
	width: 16px
}
.shop-filter .filter {
	display: inline-block;
	width: 100%
}
.pricing-value label {
	line-height: 45px;
	margin-left: 10px
}
.ad-bnr {
	position: relative
}
.margin-bottom-50 {
	margin-bottom: 50px
}
.ad-bnr .bnr-cntnt {
    padding: 30px;
    position: absolute;
    top: 0;
    height: 100%;
}
.lst-item {
	display: inline-block;
	margin-top: 15px;
	width: 100%
}
.slide-arw > a {
	margin-left: 10px
}
.lst-item h6 {
	margin-top: 5px
}
.post-img {
	padding: 0
}
.post-txt {
	color: #1a1a1a
}
.post-txt > span {
	font-weight: 500
}
.rating {
	margin: 15px 0 0;
	font-size: 12px
}
.rating i {
	padding: 0 1px
}

.view-ctgry li a i:hover {
	color: #fff
}
.product-thumbnail {
	margin-bottom: 30px
}
.prdct-img {
	border: 2px solid transparent;
	position: relative
}
.product-thumbnail:hover .prdct-img {
	background: none;
	border: 2px solid
}
.product-thumbnail .price {
	float: left;
	line-height: 30px;
	font-size: 16px
}
.product-thumbnail .price > span {
	color: #616161;
	font-size: 12px;
	margin-left: 5px;
	text-decoration: line-through
}
.product-details .rating {
	margin: 0;
	line-height: 30px;
	text-align: right
}
.product-thumbnail .btn-primary {
	display: table;
	font-size: 13px;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	padding: 0 15px;
	visibility: hidden;
	opacity: 0;
	width: 100%
}
.product-thumbnail:hover .btn-primary {
	visibility: visible;
	opacity: 1
}
.item-value {
	width: 100%;
	display: inline-block
}
.product-details {
	height: 80px;
	padding: 5px 0 0
}
.sale {
	color: #fff;
	line-height: 35px;
	padding: 0 15px;
	position: absolute;
	right: -2px;
	top: -2px
}
/*====================================================================
24. Single Product Page Start
====================================================================*/
.tab-content {
	border: 2px solid #eee;
	margin-top: 20px;
	padding: 0px 15px;
}
#description h4 {
	margin: 0
}
#description > p {
	margin: 20px 0
}
#description ul li {
	list-style: inside none decimal;
	padding-bottom: 10px
}
.cursel-item-title{
	border-bottom: 1px solid #eee;
	padding-bottom: 20px
}
.related-product {
	margin-top: 20px
}
.prdct-dtl {
	display: inline-block;
	margin-bottom: 50px;
	width: 100%
}
.prdct-variations {
	padding: 15px 0
}
.orders {
	padding-left: 10px;
}
.prdct-info .product-title {
	margin-bottom: 20px
}
.prdct-rating {
	display: flex;
	font-size: 13px;
	width: 100%
}
.prdct-rating .rating {
	margin: 0px;
	padding-right: 10px
}
.discount {
	padding-left: 30px;
	font-size: 13px
}
.remaining-time {
	font-size: 12px
}
.prdct-avlblt {
	padding: 15px 0
}
.prdct-avlblt > span {
	color: #000;
	font-weight: 500
}
.prdct-price {
	margin: 20px 0
}
.old-price {
	color: #c5c5c5;
	font-size: 13px;
	text-decoration: line-through;
	margin-right: 5px
}
.rglr-price {
	color: #1a1a1a;
	font-size: 18px;
	font-weight: 500
}
.short-summery {
	border-top: 1px solid #eee;
	padding-top: 15px
}
.color > span,
.size > span,
.quantity > span {
	display: inline-block;
	padding-bottom: 10px;
	width: 100%
}
.prdct-share span {
	color: #1a1a1a;
	display: inline-block;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 5px
}
.prdct-share .soc-icon > a {
  color: #000 !important;
  margin: 10px;
}
.prdct-variations .color > select, 
.prdct-variations .size > select {
	height: 40px;
	padding: 0 5px;
	width: 145px;
	font-weight: 500;
	color: #484848
}
.add-quantity {
	position: relative
}
.prdct-variations .input-text {
	height: 40px;
	padding-left: 20px;
	width: 112px
}
.quantity {
	width: 120px
}
.quantity button {
	background: #eee;
	border: medium none;
	color: #1a1a1a;
	height: 30px;
	line-height: 33px;
	padding: 0 10px;
	position: absolute;
	right: 5px;
	top: 7px;
	width: 30px
}
.product-desciption ul {
	text-align: left
}
.quantity .minus {
	right: 40px
}
.prdct-share {
	margin-top: 30px
}
.soc-icon a:hover {
	color: #000 !important
}
.prdct-share > span {
	float: left;
	margin-right: 15px
}
.tab-menu .nav-tabs li.active a, 
.tab-menu .nav-tabs li a:hover, 
.tab-menu .nav-tabs li.active > a:focus {
	color: #1a1a1a 
}
/*====================================================================
25. Contact Page Section Style Start
====================================================================*/
#contact {
	padding: 90px 0 0
}
.cnct-item {
	padding: 20px 35px;
	text-align: center
}
.cnct-item span i {
	color: #fff;
	font-size: 30px;
	height: 70px;
	line-height: 70px;
	margin-bottom: 15px;
	width: 70px
}
.map-sec {
	display: table;
	margin-top: 50px;
	width: 100%
}
.map-sec .sub-title, .map-sec .sec-title {
	text-align: left;
	width: 100%
}
#map {
	height: 700px;
	width: 100%
}
.error-handel {
	bottom: -50px;
	display: table;
	height: 35px;
	margin: auto 0;
	position: absolute;
	text-align: left;
	width: 100%;
	left: 0px;
	padding: 0 15px;
}
#success, #error {
    display: none;
    line-height: 34px
}
#error {
    color: #000
}
.contact_message .error {
    color: #e33a0c
}
.contact_message label {
	font-size: 13px;
	font-weight: normal;
	position: relative;
	-ms-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-o-transform: translateY(-15px);
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px)
}
/*====================================================================
26. 404 Page Section Style Start
====================================================================*/
.grass {
	background: url(../images/error/1.png) no-repeat;
	background-size: 100%;
	background-position: bottom
}
.error-con {
	padding: 150px 0;
	text-align: center
}
.error-con h1 {
	font-size: 90px;
	font-weight: bold
}
.error-con h2 {
	font-size: 34px;
	font-weight: bold
}
.error-con .btn-primary {
	margin-top: 30px
}
/*===================================================================
27. About Company Section
====================================================================*/
.intro-video {
	width:100%;
	height: 350px;
	background: url(../images/news/2.png);
	background-size: cover;
	position: relative
}
.intro-video:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #eee;
	top: 30px;
	left: 30px;
	z-index: -1
}
.intro-video:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1
}
.video-popup span{
	position: absolute;
	width: 70px;
	height: 70px;
	top: 50%;
	left: 50%;
	z-index: 2;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.video-popup [class^="flaticon-"]::before, 
.video-popup [class*=" flaticon-"]::before, 
.video-popup [class^="flaticon-"]::after, 
.video-popup [class*=" flaticon-"]::after {
	color: #fff;
    display: table;
    font-size: 32px;
    line-height: 70px;
    margin: 0 auto;
    text-align: center
}
.YouTubePopUp-Wrap {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999
}
.YouTubePopUp-Content {
  background: rgba(0, 0, 0, 0) url("../images/fancybox/fancybox_loading.gif") no-repeat scroll center center;
  display: block;
  height: 100%;
  margin: 0 auto;
  max-width: 680px;
  position: relative
}
.YouTubePopUp-Content iframe {
  border: medium none;
  bottom: 0;
  display: block;
  height: 480px;
  margin: auto 0;
  max-width: 100%;
  position: absolute;
  top: 0;
  width: 100%
}
/*================================
28. Feature Service
=================================*/
.background-2{
	background: url(../images/banner/1.png) fixed no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%
}
.before-muddy,
.before-dark {
	position: relative
}
.before-muddy:before,
.before-dark::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0
}
.featured-tab .nav-tabs li a {
  background: transparent;
  color: #bfbfbf;
  font-weight: normal;
  line-height: initial
}
.featured-tab .nav-tabs li a span{
	display: inline-block;
	padding-bottom:15px;
	width: 100%
}
.nav-tabs li a [class^="flaticon-"]::before, 
.nav-tabs li a [class*=" flaticon-"]::before, 
.nav-tabs li a [class^="flaticon-"]::after, 
.nav-tabs li a [class*=" flaticon-"]::after {
	margin: 0 auto;
	font-size: 40px
}
.featured-tab {
  position: relative;
  padding-top: 20px;
  z-index: 1
}
.featured-tab .tab-content {
	border: none;
	padding-left: 10%;
	padding-right: 10%;
	text-align: center;
	color: #fff
}


/*===============================
30. Helping Feature Banner
================================= */
.padding-100 {
	padding: 100px 0
}
.help-info {
	display: inline-block;
	padding: 30px;
	text-align: center
}
.help-info span {
  background: #fff;
  border-radius: 50%;
  display: block;
  height: 120px;
  line-height: 120px;
  margin: 0 auto;
  width: 120px;
  margin-bottom: 30px
}
.bg-white.help-info span {
	background: #f5f5f5
}
.help-info span [class^="flaticon-"]::before, 
.help-info span [class*=" flaticon-"]::before, 
.help-info span [class^="flaticon-"]::after, 
.help-info span [class*=" flaticon-"]::after {
	font-size: 50px
}


/*=====================================
32. Project Thumbnail Grid
======================================*/
.project-grid {
	background-color: #fff;
	border: none;
	display: block;
	line-height: 1.42857;
	text-align: center;
	margin-bottom: 30px;
	padding:0;
	transition: border 0.2s ease-in-out 0s;
}
.project-grid .inner-title {
	margin-bottom: 10px
}
.project-grid .caption{
	padding: 20px 15px
}
.project-img {
	position: relative;
}
.project-img .overlay {
	opacity: 0;
}
.project-img:hover .overlay {
	opacity: 1
}
.project-img .overlay a.btn-default {
	background-color: transparent;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%) scale(0.9);
	-moz-transform: translate(-50%, -50%) scale(0.9);
	-webkit-transform: translate(-50%, -50%) scale(0.9);
	-o-transform: translate(-50%, -50%) scale(0.9);
	transform: translate(-50%, -50%) scale(0.9)
}
.project-img:hover .overlay a.btn-default {
	-ms-transform: translate(-50%, -50%) scale(1);
	-moz-transform: translate(-50%, -50%) scale(1);
	-webkit-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1)
}
/*==============================================
33. Pricing Table
================================================*/
.pricing-table {
	width: 100%;
	background: #fff;
	padding: 50px 30px;
	text-align: center;
	margin-bottom: 30px
}
.pricing-table .rate {
	text-align: center
}
.pricing-table .rate span {
	font-size: 34px;
	display: inline-block;
	width: 100%;
	line-height: 60px
}
.available-support {
	padding: 30px 0;
	width: 100%;
	margin-bottom: 20px
}
.available-support li {
	line-height: 35px;
	white-space: nowrap;
	width: 100%;
	overflow: hidden
}

/*===============================================
34. Gardening Articale
================================================*/
.listing-article li {
	padding: 10px 0
}
.listing-article li span {
	display: inline-block;
	font-size: 18px;
	padding-bottom: 10px
}
.background-shade {
	position: relative;
	margin-bottom: 30px
}
.background-shade::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 30px;
	left: 30px;
	z-index: -1;
	background: #eee
}
.background-5{
	background: url(../images/banner/query.html) no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 100px 0
}
.send-query {
	padding: 50px 30px;
}
.send-query textarea {
	height: 150px
}
.faq-question {
	color: #fff;
	padding: 15px 0
}
.quick-help {
	padding: 15px 0
}
.faq-question .according_title {
	font-size: 18px
}
.faq-question .according_title,
.faq-question .according_title.active,
.faq-question .according_details{
	background: transparent;
	padding-left: 0;
	padding-right: 20px
}
.accordian-ans > div:first-child .according_details {
	display: block
}
/*===============================================
35. Quick Help
================================================*/
.padding-20{
	padding: 20px 0
}
.help-desk {
	display: inline-block;
	margin-left: 20px;
	color: #9a9a9a
}
.help-desk span {
	color: #5a5a5a;
	display: block;
	font-size: 17px;
	margin-top: 5px;
	width: 100%
}
.quick-help [class^="flaticon-"]::before, 
.quick-help [class*=" flaticon-"]::before, 
.quick-help [class^="flaticon-"]::after, 
.quick-help [class*=" flaticon-"]::after{
	font-size: 50px
}
/*==============================================
36. Banner Call to + Mission + 
===============================================*/
.volunteer {
	background: url("../images/banner/2.png") no-repeat;
	background-position: center center;
	background-size: cover
}
.padding-50-30 {
	padding: 50px 30px
}
.padding-no-30 {
	padding: 0 30px
}
.padding-50 {
	padding: 50px 0
}
.margin-top-10 {
	margin-top: 10px
}
.element-middle {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%)
}




.iconbg {
    background-color: #fff;
    border: 0px solid #FFF;
    border-radius: 16px;

    text-align: center;
    padding: 4px 6px;
    color: #0E6C9D;
}


.mobiletext {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    padding: 0px 4px;
}

.language input {

font-size: 15px;
color: #414be1;
border: none;
border-radius: 1px;
background-color: #f5f5f5;
transition: all 100ms ease-out;


}


.bottom-right p {
    color: #fff;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top:15px;
	padding-right:10px;
}

.bottom-left p  {
    color: #fff;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top:15px;
	padding-left:10px;
}

.bottom-right a  {
    color: #fff;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.navbar-right ~ .navbar-right {
    float:left !important;
}

.product.product-single.product-hot {
  border: 1px solid #eee;
  border-radius:5px;
  height:auto;
  width:100%;
  background:#fff;
  float:left;
  
}

.product-thumb{float:left; width:100%; display:block; border:1px solid #ccc; overflow:hidden; padding: 10px; height:400px; transition-duration: 2s;
display: block;}

.product-thumb img {
	display: block;
	width: 100%;
	transition: all .3s ease-in-out;
	height: 100%;
	
}

.gp-pd{float: left;
width: 100%;
padding: 0;
clear:both;
 margin-bottom:20px;

}


	
.product-name {
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	color: #df6721;
	margin:10px auto;
}

.prdct-overlay {
	padding:2em 2em;
	float:left; 
	position: relative;
	top: 50px;
	left: 45px;
	background: #f4f4f4 !important;
	height: auto; border:1px solid #ccc; 
	z-index:1;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	border-radius: 5px;

} 

.prdct-overlay2 {
	padding:2em 2em;
	float:left; 
	position: relative;
	top: 50px;
	left: -75px;
	background: #f4f4f4;
	height: auto; border:1px solid #ccc; 
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	border-radius: 5px;

} 

.actv-ymg img {
	border: 1px solid #ccc;
	border-radius: 50px;
	height: 90px;
	width: 100px;
	padding: 5px;

}

.lft-public {

 border:1px solid #ccc;
 box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
float: left;
width: 100%;
border: 1px solid #ccc;

}

.publc-tx {
	background: #e3702d;
	color: #fff;
	font-size: 15px;
	padding: 10px;
	font-weight: 600;
	text-transform: uppercase;
	float:left; 
	width:100%;
}

.publc-tx1{
	background: #506814;
	color: #fff;
	font-size: 15px;
	padding: 10px;
	font-weight: 600;
	text-transform: uppercase;
	float:left; 
	width:100%;
}

.publc-tx2 {
	background: #705637;
	color: #fff;
	font-size: 15px;
	padding: 10px;
	font-weight: 600;
	text-transform: uppercase;
	float:left; 
	width:100%;
}

.publc-ul{
  float:left;
  width:100%;
 }
 
.publc-ul li{padding: 5px 25px; border-bottom: 1px solid #ccc; font-size:14px; transition: 0.3s; cursor:pointer; }


.publc-ul li:hover {
background: #705637;
color: #fff;
transition: 0.3s;

}

.publ-news{
	font-size: 18px;
text-transform: uppercase;
color: #e3702d;
font-weight: 600;
float: left;
width: 100%;
padding: 0 15px;
margin-bottom: 10px;
margin-top: 10px;
border-bottom: 3px double #e3702d;
}

.publ-news1{
	font-size: 18px;
	text-transform: uppercase;
	color: #506814;
	font-weight: 600;
	float: left;
	width: 100%;
	padding: 0 15px;
	margin-bottom: 10px; border-bottom: 3px double #506814;
}

.publ-news2{
	font-size: 18px;border-bottom: 3px double #705637;
	text-transform: uppercase;
	color: #705637;
	font-weight: 600;
	float: left;
	width: 100%;
	padding: 0 15px;
	margin-bottom: 10px;
}

.news-brder img{border-radius:5px; transition: all .3s ease-in-out;}

.about-brs img{border:1px solid #ccc; border-radius:10px; padding:1em; box-shadow: 1px 6px 9px 0px #a7a5a5;}

.news-brder {

	border:1px solid #ccc;
	padding:10px;
	border-radius:10px;
	float:left; 
	width:100%;
	margin-bottom: 20px;
	height:280px;
}

.news-brder img:hover {
    transform: scale(1.04);
    -ms-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transition: all .3s ease-in-out;
}

.nws-tyxt {
	float: left;
	width: 100%;
	color: #ec6729;
	padding: 10px;
	font-size: 13px;
font-weight: 700; text-align: center;
}

.nws-tyxt1 {
	float: left;
	width: 100%;
	color: #506814;
	padding: 10px;
	font-size: 14px;
	font-weight: 600; text-align: center;
}

.nws-tyxt2 {
	float: left;
	width: 100%;
	color: #705637;
	padding: 10px;
	font-size: 13px;
	font-weight: 700; text-align: center;
}


.nws-tyxt img {
width: 20px;
border: 1px solid #ccc;
cursor: pointer;
margin-left: 5px;

}

.nws-tyxt1 img {
width: 20px;
border: 1px solid #ccc;
cursor: pointer;
margin-left: 5px;

}

.nws-tyxt2 img {
width: 20px;
border: 1px solid #ccc;
cursor: pointer;
margin-left: 5px;

}


.jvts-tx{

padding: 10px 5px;
color: #333;
font-size: 14px;
text-align: center;
font-weight: 600;
text-transform: uppercase;

}

.jvd-brd {border:1px solid #ccc; margin-bottom:15px; border-bottom-left-radius:10px; border-bottom-right-radius:10px; box-shadow: 3px 4px 5px #ccc; margin-top:20px; position:relative;
overflow:hidden; transition-duration: 3s;}




.jvd-brd  img {
	margin: 0 auto;
	display: block;
	width: 100%;
	height: 250px;
	text-align: center;
	background: #f5f5f5;
	overflow:hidden;
	transition-duration: 3s;
}

.jvd-brd  img:hover {
	 transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
	transition-duration: 3s;
}

.saw-brd{display:block; overflow:hidden; height:270px;}

.saw-brd  img {
	margin: 0 auto;
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	background: #f5f5f5;
	overflow:hidden;
	transition-duration: 3s;
	margin-bottom:10px;
	border:1px solid #ccc;
	border-radius:5px;
	height:270px;
}

.saw-brd  img:hover {
	 transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
	transition-duration: 3s;
}


.product-btns p{text-align:center; padding:0;}

.product.product-single {
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  margin-bottom:20px;
}


.prdct-separator{
    margin-top: 6px;
    margin-bottom: 3px;
    text-align: center;
    margin: 0 auto;
    clear: both;
    margin-bottom: 20px;
}


.prdct-separator .minus:first-child {
    margin-right: -1px;
}
.prdct-separator .minus {
    width: 70px;
    height: 2px;
    margin-bottom: 4px;
    background: #222;
    display: inline-block;
}
 
 .prdct-separator .slash {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: -3px;
    color: #222;
}
.view{ color: #ac400c; font-weight: bold;}
.view:hover{ color:#F60;}
.prdct-btn {
	border: none;
	outline: none;
	font-weight: 600;
	background: #758c17;
	color: #fff;
	padding: 10px 0px;
	border-radius: 0;
	margin-top: 15px;
	width: 150px;
	font-size: 14px;
	text-transform: uppercase;

}

.prdct-btn:hover {
	border: none;
	outline: none;
	font-weight: 600;
	background: #df6721;
	color: #fff;
	padding: 10px 0px;
	border-radius: 0;
	margin-top: 15px;
	border-radius: 5px;
	text-transform: uppercase;

}

.rt-bt {
	width: auto;
	height: auto;
	color: #fff;
	border-radius: 5px;
	padding: 6px 25px;
	float:right;
	font-weight: 600;
	background: transparent;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
	box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
	7px 7px 20px 0px rgba(0,0,0,.1),
	4px 4px 5px 0px rgba(0,0,0,.1);
	outline: none;
}
.rts-14 {
  background:#dbe9f9;
  color:#333;
  border: none;
  z-index: 1;
}
.rts-14:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 5px;
	background-color: #df6721;
	box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5);
	transition: all 0.3s ease;
	color: #fff;
}
.rts-14:hover {
  color: #fff;
}
.rts-14:hover:after {

  top: auto;
  bottom: 0;
  height: 100%;
}


.rtr-btn {
	width: auto;
	height: auto;
	color: #fff;
	border-radius: 5px;
	padding: 10px 25px;
	font-weight: 600;
	background: transparent;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
	box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
	7px 7px 20px 0px rgba(0,0,0,.1),
	4px 4px 5px 0px rgba(0,0,0,.1);
	outline: none;
}


.rate-btn {
	border: none;
	outline: none;
	font-weight: 600;
	background: #758c17;
	color: #fff;
	padding: 10px;
	border-radius: 0;
	margin-top: 15px;
	width: auto;
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: 4px solid #5c7205;
	border-radius: 50px;
	width: 220px;
	letter-spacing: 0.3px;

}

.rate-btn:hover {
	background: #df6721;
	color: #fff;
	

}

.rtr-btn {
	width: auto;
	height: auto;
	color: #fff;
	border-radius: 5px;
	padding: 10px 25px;
	font-weight: 600;
	background: transparent;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
	box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
	7px 7px 20px 0px rgba(0,0,0,.1),
	4px 4px 5px 0px rgba(0,0,0,.1);
	outline: none;
}
.btn-14 {
  background: rgb(116, 165, 31);
  border: none;
  z-index: 1;
}
.btn-14:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 5px;
	background-color: #783506;
	background-image: linear-gradient(315deg, #783506 0%, #891307 74%);
	box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5);
	transition: all 0.3s ease;
	color: #fff;
}
.btn-14:hover {
  color: #fff;
}
.btn-14:hover:after {
  top: auto;
  bottom: 0;
  height: 100%;
}
.btn-14:active {
  top: 2px;
}


.primary-btn {
    color: #FFF;
    background:  #705637;
    margin-bottom: 15px;
    border-radius: 0px;
	margin-top: 0px;
}

.primary-btn:hover, .primary-btn:focus {
    color: #FFF;
    background:#e25814;
	border-radius:5px;
}
.main-btn, .primary-btn {
	display: inline-block;
	padding: 5px 20px;
	text-transform: uppercase;
	font-weight: 500;
	border: none;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	cursor: pointer;
	font-size: 14px;
}
.product .product-old-price {
  color: #d02f0b;
  font-size:50%;
  text-decoration: line-through;
}
.product-price{font-size:20px; color:#000; font-weight:600; padding: 10px 10px;}
.ribbon-small {
	position: absolute;
	top: 0;
	right: -1px;
	z-index: 2;
	background: linear-gradient(to top, #f66126 0%, #E0294B 100%);
	color: #fff;
	text-align: center;
	width: 50px;
	height: 45px;
	line-height: 22px;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	letter-spacing: 1px;
}
.product-name{
margin: 0px;
float: left;
width: 100%;
color: #e25814;
border: none;

}


.one-fourth {
	display: block;
	padding: 0;
	margin: 0 0 20px;
	border: 1px solid #0a65b2;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	float: left;
}

.product .product-rating {
  display: inline-block;
  margin-top:5px;
  padding: 10px 10px;
}

.product .product-rating>i {
  color: #FFB656;
  font-size:12px;
  margin-top:5px;
}

.product .product-rating>i.empty {
  color: #DADADA;
}

.product .product-label>span {
  position: relative;
  display: inline-block;
  padding: 5px 15px;
  font-weight: 700;
  color: #FFF;
  background-color: #30323A;
  z-index: 22;
}

.product .product-label>span.sale {
  background-color: #f98a1b;
}

.product .product-countdown {
  z-index: 22;
}

.product .product-countdown>li {
  display: inline-block;
  margin-right: -4px;
}

.product .product-countdown>li+li:before {
  content: ":";
  color: #FFF;
  background: #30323A;
  padding: 2px;
}

.product .product-countdown>li>span {
  display: inline-block;
  color: #FFF;
  font-weight: 700;
  padding: 10px;
  background: #f98a1b;
}

.product.product-single .product-thumb {
  position: relative;
  margin-bottom: 0px;
  border-bottom: 1px solid #ccc;
  overflow:hidden;
}

.product.product-single .product-thumb>img {
	height: 180px;
	width: 100%;
	padding:1em;
}

.cate-bottom img{

height: auto;
position: relative;
left: 0;
float:right;

}

.footertxt {color:#c2c2c2; line-height: 30px;}



/*social icon start*/
.social-btns .btn,
.social-btns .btn:before,
.social-btns .btn .fa {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transition-timing-function: cubic-bezier(.34,.39,.45,.94);
          transition-timing-function: cubic-bezier(.34,.39,.45,.94);
		  
}
.social-btns .btn:before {
  top: 90%;
  left: -110%;
}
.social-btns .btn .fa {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.social-btns .btn.facebook:before {
  background-color: #3b5998;
}
.social-btns .btn.facebook .fa {
  color: #3b5998;
}
.social-btns .btn.twitter:before {
  background-color: #3cf;
}
.social-btns .btn.twitter .fa {
  color: #3cf;
}
.social-btns .btn.google:before {
  background-color: #dc4a38;
}
.social-btns .btn.google .fa {
  color: #dc4a38;
}
.social-btns .btn.dribbble:before {
  background-color: #f26798;
}
.social-btns .btn.dribbble .fa {
  color: #f26798;
}
.social-btns .btn.skype:before {
  background-color:#666600;
}
.social-btns .btn.skype .fa {
  color:#0099FF;
}
.social-btns .btn:focus:before,
.social-btns .btn:hover:before {
  top: -10%;
  left: -10%;
}
.social-btns .btn:focus .fa,
.social-btns .btn:hover .fa {
  color: #fff;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.social-btns {
    font-size: 0;
    text-align: left;
    position: relative;
    top: 0;
    bottom: 0;
    left:29px;
    right: 0;
}
.social-btns .btn {
  display: inline-block;
  background-color: #f6f6f6;
  width: 32px;
  height: 32px;
  line-height: 20px;
  margin: 0 5px;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding:4px 4px;
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 15px -5px rgba(0,0,0,0.1);
  box-shadow: 0 5px 15px -5px rgba(0,0,0,0.1);
  opacity: 0.99;
}
.social-btns .btn:before {
  content: '';
  width: 120%;
  height: 120%;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.social-btns .btn .fa {
  font-size: 20px;
  vertical-align: middle;
}

.footerheading {
    color: #d09619;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-bottom: 2px solid #d09619;
    padding-bottom: 10px;
}


.ofdc-head img {
border: 1px solid #ccc;
position: relative;
top: 20px;
border-radius: 10px;
padding: 10px;
width:450px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);


}

.bred-bg {
background: url(../images/section-title.png) no-repeat bottom center;
padding: 10px 10px 30px 10px;
text-align: center;
margin: 0 auto;
position: relative;
left: 5px;

}

p{text-align:justify; line-height: 1.8;}

.topsec {
    width: 100%;
    height: auto;
    background: #705637;
    padding: 3px 10px;
	float:left;
	width:100%;
	height:auto;
}

.logo-2 img {
width: 100%;
position: relative;
left: 0px;
float:left;

}

.logiinbtn {
	background: #fff;
	border: none;
	outline: none;
	padding: 10px;
	border-radius: 5px;
	color: #df6721;
	font-weight: 600;
	width:100%;

}

.emply-bt {
background:#f7e304;
border: none;
outline: none;
padding: 10px;
border-radius: 5px;
color: #333;
font-weight: 600;
width:100%;

}

.zoom-i input{
-webkit-appearance: button;
cursor: pointer;
background: #df6721;
border: none;
outline: none;
padding: 4px 10px;
color: #fff;
font-weight: 600;
border-radius: 5px;
border: 3px solid #fff;
position: relative;
top: 4px;

}

.zoom-i input:hover{background:#fff; color:#333;}

.navbar-right{margin-right:0; loat: left !important;}


.logosection {
    width: 45%;
    float: left;
}

.logosection::before {
    position: absolute;
    background: #705637;
    content: "";
    top: -11px;
    right: 68%;
    width: 43%;
    height: 120px;
    -webkit-transform: skewX(150deg);
    transform: skewX(150deg);
	display:none;
}

.messagesec {
    width: 55%;
    float: left;
    margin: 12px 0px -5px -8px;
}

#google_translate_element span{display:none;}

#google_translate_element select {
    margin: 0px auto;
    height: 40px;
    border: 1px solid #ccc;
    appearance: ;
    border-radius: 5px;
}

.carousel-control.left {
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	position: relative;
	left: -50px;
	background: #705637;
	padding: 10px 22px;
	opacity: 1;
	border-radius: 5px;
	top: -200px;
}

.carousel-control.right {
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	position: relative;
	left: 95%;
	background: #705637;
	padding: 10px 22px;
	opacity: 1;
	border-radius: 5px;
	top: -200px;
	margin-left:20px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 20px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -15px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -15px;
}


.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
}
.carousel-control i {
	position: relative;
    top: 50%;
    bottom: 0;
    left: 0;
	font-size:15px;
	
}

.abt-timber {
	padding:0;
	float:left;
	width:100%;
	border-bottom:1px solid #ccc;
	background: #705637;
}

.whats-box {
	padding: 1em 0em;
	text-align: justify;
	position: relative;
	left: 40px;
	margin:0;
}
.miss-cont {
font-size: 14px;
text-align: justify;
color: #fff;
font-weight: normal;
border-radius: 50px;
text-shadow: 4px 3px 4px #000;
padding: 1em 4em;
text-align: center;
line-height: 30px;
border: 2px dashed #bec1be;
float:left; 
width:100%;
}

.footer-content img{width:140px;}

.whats-sec img{width:140px; position: relative;}
.marq-txt {
	border-bottom: 1px solid #ccc;
	padding: 13px;
	background: #fff;
	color: #705637;
	font-size: 14px;
	margin-bottom: 0px;
	float: left;
	width: 100%;
	margin-top: 0;
	clear: both;
	font-weight: 600;
	border-top: 1px solid #ccc;

}

.marq-txt span{padding:0 10px;}

.srvc-prd img{width:60px; max-width:inherit;}
.bx-design {
padding:0px;
float:left;
width:100%;
margin:0 auto;
text-align:center;
transition:0.5s;
}

.bx-design:hover{transition:0.5s; border-radius:0;}

.bx-design{
	overflow: hidden;
	transition:0.5s;
}

.img-box{
border: 2px solid #fff;
padding: 5px;
float: left;
width: 100%;
border-radius: 5px;
margin: 0;
position:relative;
overflow:hidden;
margin:12px auto;
 transition-duration: 2s;
}

.img-box img {
	margin: 0 auto;
	display: block;
	width: 100%;
	height: 155px;
	text-align: center;
	background: #f5f5f5;
	overflow:hidden;
	transition-duration: 2s;
}

.img-box img:hover {
	 transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}

.galleryheading {

	font-size: .9em;
	position: absolute;
	display: block;
	width: 100%;
	bottom: 0;
	padding: 6px;
	text-align: center;
	color: #fff;
	background: linear-gradient(to left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
	-webkit-transition: 0.2s background ease-in-out;
	transition: 0.2s background ease-in-out;
}

.galleryheading a{color:#fff; font-size:18px; text-align:center; font-weight:600; text-transform:capitalize;}

.gal-sec::before {
	content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: linear-gradient(to left, #554346, #45505b) !important;
opacity: 0;
-webkit-transition: 0.2s opacity ease-in-out;
transition: 0.2s opacity ease-in-out;

}

.gal-sec:hover::before {
    opacity: .9;
}

.gal-sec{
 display: block;
outline: none;
position: relative;

}


/*lc_lightbox css start here*/
.pht-main {
	margin:20px auto;
	padding: 0px;
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777;
	border-radius:10px;
	position: relative;
	outline: none;
	overflow: hidden;
}


.photo-glry {
    overflow: hidden;
    width: 100%;
    display: block;
    width: auto;
    background-position: center;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.photo-bg{background: url(../img/gallery-bg.jpg) no-repeat center;background-size: cover; background-attachment:fixed;}


.photo-fullbox {
	width: 100%;
	border: solid 1px #FFF!important;
	background-color:#fff!important;
	margin: 15px 0;
	float: left;
	padding: 10px;
	margin-bottom:30px;
}
.cart-bg{background: url(../img/cart.jpg) no-repeat center;background-size: cover; background-attachment:fixed;}
.photo-fullbox1 {
	width: 100%;
border: solid 1px
#FFF !important;
background-color:rgba(255, 255, 255, 0.71);
margin: 15px 0;
float: left;
padding: 10px;
margin-bottom: 30px;
border-radius: 5px;
}


.elem > span {
	display: block;
	cursor: pointer;
	height: 0;
	padding-bottom:	70%;
	background-size: cover;	
	background-position: center center;
	transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.elem > span:hover  {
transform: scale(1.2, 1.1);
-moz-transform: scale(1.2, 1.2);
-webkit-transform: scale(1.2, 1.2);
-o-transform: scale(1.2, 1.2);
-ms-transform: scale(1.2, 1.2);
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}
/*lc_lightbox css end here*/


.photo-fullbox {
    width: 100%;
    border: solid 1px #FFF !important;
    background-color: #fff !important;
    margin: 15px 0;
        margin-bottom: 15px;
    float: left;
    padding: 10px;
    margin-bottom: 30px;
}

.why-sld-gp{padding:0 4em;}

.owl-theme .owl-controls .owl-nav [class*="owl-next"] {
    background: transparent;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    height: 40px;
    line-height: 44px;
    padding: 0 20px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 35%;
    border-radius: 5px;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
    font-size: 50px;
    font-weight: 600;
}

.owl-theme .owl-controls .owl-nav [class*="owl-prev"] {
    background: transparent;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    height: 40px;
    line-height: 44px;
    padding: 0 20px;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 35%;
    border-radius: 5px;
}



.bx-tx{

color: #fff;
text-align: center;
font-size: 17px;
padding: 5px;
transition: 0.5s;
margin-top:12px;
}

.accordion {
	width: 100%;
	margin: 0px auto 0px;
	background: linear-gradient(#659900,#506814);
	border-radius: 0px;
	position: relative;
	top: 0px;
	left:0px;
	border: none;
	height: auto;
	overflow: hidden;
}

.skill{font-size: 12px;}

.skill-total{font-size:14px; font-weight:600; background: #f5f5f5;}

.actns-top-head{background:#f5f5f5; color:#333; font-size: 16px; font-weight: 600;}

.actns-top-head h4{ font-size: 16px; font-weight: 600;}
.actns-top-head h3{ font-size: 16px; font-weight: 600;}

.skill-head{background:#e3702d; color:#fff; font-size: 13px;}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #ccc;
}

.view_btn1{

	outline: none;
	padding: 6px 12px;
	border: none;
	background: #705637;
	color: #fff;
	font-weight: 500;
	border-radius: 5px;
	font-size: 12px;
	transition:0.5s;
}


.view_btn1:hover{
	outline: none;
	padding: 6px 12px;
	border: none;
	background: #db740e;
	font-size: 12px;
	transition:0.5s;
}


.accordion .link:hover{
	width: 100%;
	margin: 0px auto 0px;
	background: #4a5838;
	padding: 7px 10px;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	border-bottom: 1px solid #ccc;

}

.actn-vw-btn{
	outline: none;
	border: none;
	padding: 4px 10px;
	background: #705637;
	color: #fff;
	font-size: 12px;
	border-radius: 5px;
	transition:0.5s;
	border-bottom: 3px solid #574217;
}

.actn-vw-btn:hover{
 background:#e46721; 
 color:#fff;
 transition:0.5s;
}


.offer-btn{
	outline: none;
	border: none;
	padding: 5px 15px;
	background: #649701;
	color: #fff;
	font-size: 12px;
	border-radius: 5px;
	transition:0.5s;
	border-bottom: 3px solid #574217;
}

.offer-btn:hover{

	outline: none;
	border: none;
	background: #e46721;
	color: #fff;
	font-size: 12px;
	padding: 5px 15px;
	border-radius: 5px;
	transition:0.5s;
	border-bottom: 3px solid #574217;

}




.accordion .link {
	cursor: pointer;
	display: block;
	padding: 7px 10px;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	border-bottom: 1px solid #ccc;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li:last-child .link { border-bottom: 0; }

.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link { color: #fff; }
.accordion li.open i { color: #fff; }
.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}


/*** Submenu
 -----------------------------*/
.submenu {
  display: none;
  background: #fff;
  font-size: 14px;
  cursor:pointer;
  border: 1px solid #ccc;
}

.submenu li { border-bottom: 1px solid #ccc;}
.submenu li:hover {background:#dce2a5;}
.submenu li a{color:#333; padding:8px 8px; font-size:13px;}

.submenu a {
  display: block;
  text-decoration: none;
  color: #d9d9d9;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.bx-tx p{font-size:12px; margin-top: 10px;
text-align: center;}

.top-gap h2{margin-top:15px; clear:both; margin-bottom:15px;}


.box-nw{
	height: 255px;
	background: #fff;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	position: relative;
	top: 0;
	margin: 0;
	box-shadow: 0 9px 7px -12px #777;
	right: 13px;

}

.box-nw i{color:#f45513; padding-right:5px;}

.whats-head{
	
	border-bottom: 1px solid #ccc;
	padding: 5px;
	text-align: center;
	background: #df6721;
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
	box-shadow: 0 9px 7px -12px #777;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;

}

td, th {
    padding: 4px 10px;
	vertical-align:middle;
}


.tourism-txt p{text-align:center; padding: 0 20px;}
.tourism-txt {

	background: #fffdfb;
	padding: 1em;
	text-align: center;
	position: relative;
	top: 400px;
	left: 0;
	width: 80%;
	z-index: 1;
	height: 190px;
	text-align:center;
	right: 0;
	margin: 0 auto;
	border-radius: 10px;
	color: #333;
	box-shadow: 2px 0px 7px 10px rgba(25, 24, 24, 0.4);
 }
 
.sizes {
	width: 380px;
	height: 300px;
	position: relative;
	margin: -258px auto 0 186px;
	border:5px solid #e1a65f;
	border-radius: 10px;

}
.sizes1 {
	width: 425px;
	height: 300px;
	position: relative;
	margin: -70px 174px 0 auto;
	position: relative;
	top: -60px;
	border:5px solid #e1a65f;
	border-radius: 10px;
	left:10px;

}
 
.sizes2 {
	width: 330px;
	height: 306px;
	position: relative;
	margin: -8px auto 0 0;
	position: relative;
	top: -140px;
	border: 10px solid #fff;
	border-radius: 10px;

}



.sizes3 {
	width: 280px;
	height: 300px;
	position: relative;
	margin: -300px auto 0 885px;
	border: 10px solid #fff;
	border-radius: 10px;
	top: -100px;

}
			  
 .jvd-head{
	text-align: center;
	margin: 5px auto;
	font-size: 25px;
	font-weight: 600;
	color: #e3624d;

}

 .tourism-bg p{text-align:center;}
 
 .tourism-bg {
	width: 500px;
	min-height: auto;
	height: auto;
	margin: -215px auto 0;
	text-align: justify;
	position: relative;
	left: -12px;
	top: -140px;
	clear: both;
	z-index: 1;
	text-align:center;
}
 .tourism img{border-radius:10px;}
 
 .hi8-eco {
	border-radius: 10px;
	position: relative;
	top: -110px;
}

.jaydev-eco {
		width: 70%;
		margin: 0 auto;
		margin-bottom: 0px;
		position: relative;
		left: 190px;
		right: 0;
		margin-bottom: 50px;
		height: auto;
		float: left;
		top: -170px;
		margin-bottom: 50px;
		float: left;
		height: 400px;

}

.eco-bt  {
	border: none;
	outline: none;
	font-weight: 600;
	background: #705637;
	color: #fff;
	padding: 10px 0px;
	border-radius: 0;
	margin-top: 15px;
	width: 150px;
	font-size: 16px;
	text-transform: uppercase;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;

}


.eco-bt:hover  {
	border: none;
	outline: none;
	font-weight: 600;
	background: #e25814;
	color: #fff;
	padding: 10px 0px;
	border-radius: 0;
	width: 150px;
	font-size: 16px;
	text-transform: uppercase;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	border-radius:5px;

}

.box-nw ul{

margin: 0;
padding: 0;
height: 160px;
overflow: hidden;

}

.box-nw ul li{margin:0; list-style:none; border-bottom:1px solid #ccc; padding:10px; font-size:12px; color:#5a5a5a; font-weight:600;}


.why-bg ul{margin:0; padding:0; float:left; width:100%; clear:both;}

.why-bg ul li{
margin: 0;
padding: 5px 30px;
list-style: none;
color: #fff;
clear: both;

}


.why-bg ul li::before {
    font-family: FontAwesome;
    content: "\f061";
    display: inline-block;
    vertical-align: middle;
    color: #f7e304;
    font-size: 10px;
    font-weight: 400;
    position: relative;
    left: -7px;
    top: 0;
}





 
 .feature-item h4{font-weight:600;}

.why-head {

text-align: left;
font-weight: 700;
color: #fff;
font-size: 18px;
text-transform: uppercase;
float: left;
width: 100%;
margin: 10px 0px;
letter-spacing: 0.5px;
}


.why-height {
 height: 480px;
margin-bottom: 20px;
float: left;
width: 100%;
margin-top: 20px;
}


.why-bg {
 
padding:1em;
background: #86653d;
float:left; width:100%;
height:500px;

}


.why-image img {
	height:500px;
	width:100%;
	
}


.vw-m {
	border: none;
	outline: none;
	font-weight: 600;
	background: #fff;
	color: #d85c15;
	padding: 10px 0px;
	border-radius: 0;
	margin-top: 15px;
	width: 150px;
	font-size: 16px;
	text-transform: uppercase;
	
 }
 
 
 .vw-m:hover {
	border: none;
	outline: none;
	font-weight: 600;
	background: #705637;
	color: #fff;
	padding: 10px 0px;
	border-radius: 0;
	margin-top: 15px;
	width: 150px;
	font-size: 16px;
	border-radius:5px;
	text-transform: uppercase;
 }
 
 .feature-item h4::after {
    content: '';
    width: 30px;
    height: 2px;
    margin: 0 auto;
    margin-top: 5px;
    display: block;
	border: 2px solid #b18857;
	margin-left: 0;
}


 .why-head::after  {
 
  content: '';
width: 40px;
height: 2px;
margin: 0 auto;
display: block;
border: 2px solid #fcf9f6;
margin-left: 0;
margin-top: 5px;
 
 
 }
 
.mission h2::after {
	
	content: '';
	width: 40px;
	height: 2px;
	margin: 0 auto;
	display: block;
	border: 2px solid #935710;
	margin-top: 5px;
 

}
 .product-thumb img {
  transition-duration: 2s;
  display:block;
}

.product-thumb img:hover {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.bkng-side {
  position: fixed;
  top: 13%;
  z-index:999;
  right:-10px;
}

.bkng-side ul {
  list-style-type: none;
  padding: 0;
}
.bkng-side ul li {
display: block;
margin: 5px;
background: #df6721;
width: 200px;
text-align: center;
padding:6px;
border-radius: 40px 0 0 40px;
transition: all 1s;
box-shadow: 3px 4px 7px 0px rgba(49, 49, 47, 0.8);
border: 5px solid #fff;
}

.bkng-side ul li.rect:hover {
  background-color: #705637;
}

.bkng-side ul li a {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing:0px;
	position: relative;
	top: 0px;
}

.move-cnt {
    color: #fff;
    font-size: 14px;
    position: relative;
    top: 0px;
    clear: both;
    height: 15px;
	left: 0;
	float:left;
	width:100%;
	text-align: left;
	margin-bottom:15px;
	padding-left: 73px;
}

.fnt-online a {font-size:25px text-transform:uppercase; letter-spacing:3px;}

.blink-soft {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.tp-banner{ height:800px;}


.avt-main { padding: 3em 1em; text-align: center;}

.acvt-btn{
	border: none;
	outline: none;
	font-weight: 600;
	background: url(../images/wood-btn.jpg) no-repeat center;
	color: #fff;
	padding: 10px 0px;
	border-radius: 0;
	margin-top: 15px;
	margin-bottom:15px;
	width: 150px;
	font-size: 14px;
	text-transform: uppercase;
	
 }
 
 .prdct-gps {
  position: relative;
  top: 78px;
}

 .acvt-btn:hover {
	border: none;
	outline: none;
	font-weight: 600;
	background: #df6721;
	color: #fff;
	padding: 10px 0px;
	border-radius: 0;
	margin-top: 15px;
	border-radius:5px;
	text-transform: uppercase;
 }
 
 .bg-acti{
  background: url(../images/pattern-2.jpg) center;
  float:left;
  width:100%;
  
  }
  
.first-avt{float:left; width:100%;}

.avt-main p{text-align:center;}

.avt-main h4{font-size: 24px;
color: #df6721;
font-weight: 700;
text-transform: capitalize;
}

.first-avt img{height:300px; width:100%;}

.avt-image{
	overflow: hidden;
}

.avt-image img {
	display: block;
	width: 100%;
	transition: all .3s ease-in-out;
	transition-duration: 0.7s;
}

.avt-image img:hover {
	transform: scale(1.08);
	-ms-transform: scale(1.08);
	-ms-transform: scale(1.08);
}


.triangle-left,
.triangle-right{
  width: 0;
  height: 0;
}
.triangle-left,
.triangle-right{
  border-top:
    18px solid transparent;
  border-bottom:
    18px solid transparent;
  
  
}


.triangle-right{
  border-left: 30px solid #f68543;
	position: absolute;
	top: 45%;
	right: -30px;
}
.triangle-left{
	border-right: 30px solid #f68543;
	position: absolute;
	top: 50%;
	left: -30px;
}

.static-banner {
    height: 335px;
    position: relative;
    top: 0;
}

.static-banner img{height:335px; width:100%;}

.crumb-bg{
	font-size: 15px;
	text-transform:capitalize;
	border-radius: 4px;
	border: 1px solid #eeebeb;
	float:left; 
	width:100%;
	padding: 8px 15px;
	margin-bottom: 10px;
	list-style: none;
	background-color: #f5f5f5;
	position:relative;
	z-index:1;
}

.breadcrumb{background:none; text-align:left; clear:both; margin:0; padding:0;}
.breadcrumb li{cursor:pointer; font-weight:600;}

.breadcrumb > .active {
    font-weight: 600;
	color: #f3772e;

}
.breadcrumb > li:hover{ 
    font-weight: 600;
	color: #f3772e;
}

.knd-inner-sec{

float: left;
width: 100%;
border-bottom: 1px solid #ccc;
padding: 0 100px;
padding-bottom: 10px;

}

.kendu-txt {
box-shadow: 0 4px 14px 0 rgba(50,50,50,0.3);
padding:5px;
text-align:center;
margin:0 auto;
text-align:center;
width: 530px;
margin: 15px auto;
font-weight: 600;
font-size: 16px;
color: #df6721;
text-transform: uppercase;
}

.knd-inner-sec img{
width: 100%;
height: 320px;
margin: 10px auto;
border-radius: 20px;
}
.knd-inner-sec p{text-align:center;}

.inner-kendu-sec{float:left; width:100%;}

.ct-sectionHeader-separator {
    margin-top: 0px;
    margin-bottom: 0px;
}

.ct-sectionHeader-separator .minus:first-child {
    margin-right: -1px;
}
.ct-sectionHeader-separator .minus {
    width: 151px;
    height: 2px;
    margin-bottom: 4px;
    background: #222;
    display: inline-block;
}
 
 .ct-sectionHeader-separator .slash {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: -3px;
    color: #222;
}

.tmbr-inner-sec  {
	float: left;
	width: 100%;
	padding: 0;
	padding-bottom: 10px;

}

.tmbr-txt {
	text-align:center;
	margin: 15px auto;
	font-weight: 600;
	color: #705637;
	text-transform: uppercase;
	text-align:left;
}


.tmbr-pos {
	position: absolute;
	top: 40px;
	font-size: 25px;
	padding-left: 50px;

}
.tmbr-txt img{height:80px;}
.tmbr-txt1 {
	text-align:center;
	margin: 15px auto;
	font-weight: 600;
	color: #705637;
	text-transform: uppercase;
	text-align:left;
}


.tmbr-pos1 {
	position: absolute;
	top: 40px;
	font-size: 25px;
	padding-left: 50px;
	left:100px;

}

.tmbr-txt1 img{height:80px;}

.tmbr-image img{
width: 100%;
height: 345px;
margin: 10px auto;
border-radius: 20px;
}
.tmbr-inner-sec p{font-size:16px; text-align:center;}

.tm-img img{height:130px;}

.bam img{
	position: absolute;
	top: 252px;
	height: 260px;
	right: 0px;
	border-radius: 10px;
	border: 10px solid #fff;
	width: 350px;
	left: 60px;
}

.hney-siz img{border:4px solid #fff; border-radius: 10px;}

.gap-bmb{float:left; width:100%; margin-bottom:20px;}


.gap-bmb p{text-align:center;}

.hney-gap {
padding: 1em 2em;
box-shadow: 0 4px 14px 0 rgba(50,50,50,0.3);
text-align: justify;
height:589px;
border-radius: 10px;

}

.hnr{
	overflow: hidden;
	position: relative;
	display: block;
	border: 1px solid #ccc;
	float: left;
	width: 100%;
	transition: all .3s ease-in-out;
}

.hnr img {
	display: block;
	width: 100%;
	transition: all .3s ease-in-out;
	height:585px;
}

.hnr img:hover {
	transform: scale(1.04);
	-ms-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transition: all .3s ease-in-out;
}

.tmb-img-siz{width:20%;}

.hner-sec{
	padding:20px 120px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #ccc
 }
 
 .hner-sec p{text-align:center; padding-top: 0px; margin:0;}

.fullbox h3{font-weight:600; font-size:20px;}

.rbr-im img {
	position: absolute;
	top: -23px;
	width: 350px;
	left: 40px;
	margin-bottom: ;
	border-radius: 10px;
	height: 270px;
	z-index:1;
	display: block;
	transition: all .3s ease-in-out;
	border: 1px solid #ccc;

}
.rbr-im2 img {
		position: absolute;
	top: -19px;
	left: 33px;
	border-radius: 10px;
	width: 300px;
	height: 200px;
	z-index:1;

}

.rd-bg {
	height: 225px;
	background: #bf8b4c;
	width: 400px;
	border-radius: 10px;

}
.rd-bg2 {
	height: 200px;
	background: #bf8b4c;
	width: 300px;
	border-radius: 10px;

}

.ntfp-bg{float:left; width:100%; }
.ntfp-pos {
position: relative;
top: -60px;
}

.ntfp-pos img{height:350px; border-radius:10px;}

.fds-txt {
text-align: center;
margin-top: 10px;
font-size: 14px;
color: #705637;	
}

.trans-timber-bg {
	padding: 2em;
	background: rgba(23, 21, 21, 0.6);
	position: absolute;
	top: 35%;
	left: 0;
	height: 120px;
	width: 290px;
	border-radius: 12px;
	right: 0;
	margin: 0 auto;

}
.trans-txt {
	color: #fff;
	font-weight: 800;
	font-size: 25px;
	text-align: center;

}

.fds-txt  h5{font-weight:600;}
.align-rubber p{text-align:center; padding-top:20px;}


/*smruti madam css start here*/

.fullbox {
    width: 100%;
    border: solid 1px #CCC;
    background-color: #fbfbfb;
    margin: 2px 0 !important;
    float: left;
    padding: 10px;
    margin-top: 60px;
}
.cntstxt {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333;
    width: 100%;
    padding: 5px 0;
    float: left;
}
.cntstxtfld {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    width: 100%;
    padding: 5px;
    float: left;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    height: 30px;
}
.cntstxtfld1 {
    font-size: 14px;
    color: #333;
    width: 100%;
    padding: 5px;
    float: left;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    height: 60px;
}
.cntstxt span {
    color: #ff0000;
}
.contadrsstxt {
width: 100%;
height: auto;
float: left;
padding: 5px;
color: #705637;
font-size: 19px;
font-weight: 300;
margin-bottom: 5px;
text-transform: uppercase;
border-bottom: 1px solid #705637;
}
.contadrsssubtxt {
    float: left;
    padding: 5px;
    color: #333;
    font-size: 15px;
    margin-bottom: 10px;
}
.contline {
    border-bottom: 1px solid #cccc;
    padding: 10px 0px;
} 
.cntsfldsec {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 5px;
}
.capcthafld {
    width: 63%;
    float: left;
    height: auto;
    font-size: 14px;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    height: 30px;
}
.mb-25 {
    margin-bottom: 25px;
}
.sec-title .sub-title1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.sec-title .sub-title1.modify {
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: unset;
}
.sec-title1 .sub-title1.primary {
  color: #df6721;
}
.sec-title1 .sub-title1.primary:after {
  background: #106eea;
}
.sec-title1 .title1}

.sec-title1 p{
line-height: 29px;
font-size: 14px;
margin-bottom: 18px;
}
ul.listing-style2 li {
position: relative;
padding-left: 30px;
line-height: 23px;
font-size: 16px;
margin-bottom: 18px; display: table-cell;
width: 29%;
float: left; padding-right: 20px;
box-shadow: 0px 15px 34px -5px rgba(193, 193, 193, 0.3);
border: 1px solid #d0cece;
border-radius: 5px;
margin: 9px 20px;
padding: 22px;
/*height: 100px;*/
}
ul.listing-style2 li:hover { border: 1px solid #df6721; cursor:pointer; background:url(../images/bg9.jpg); background-repeat:no-repeat;}
/*ul.listing-style2 li:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "\f05d";
  font-family: 'FontAwesome';
  color: #df6721;
  font-size: 22px;
}*/
ul.listing-style2 li:last-child {
  margin-bottom: 0 !important;
}
ul.listing-style2.modify li {
  padding-left: 25px;
  margin-bottom: 8px;
}
ul.listing-style2.modify li:before {
  content: "\f105";
}
.container11:hover { border: 1px solid #df6721; cursor:pointer; background:url(../images/bg9.jpg); background-repeat:no-repeat;}
.container11 {
position: relative;
padding-left: 30px;
line-height: 20px;
font-size: 14px;
margin-bottom: 18px;
display: table-cell;
width: 32%;
float: left;
padding-right: 20px;
box-shadow: 0px 15px 34px -5px rgba(193, 193, 193, 0.3);
border: 1px solid #d0cece;
border-radius: 5px;
margin: 9px 7px;
padding: 10px 10px 10px 10px;
}
.container11 .content {
  height: 158px; line-height: 20px;
  transition: max-height 0.5s ease;
}
.container11 .label-container {

  bottom: 1px;
  position: absolute;
  right: 0;
}
.container11 .label-container #read-more-label {
  background-color: white;
  color: #df6721;
  cursor: pointer;
  float: right; font-size: 12px;
padding-right: 20px;
}
.container11 .label-container #read-more-label:before {
  content: "Read More";
}
.container11 .label-container .shadow {
  background: webkit-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 80%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 80%);
  padding: 0 30px;
  transition: padding 0.5s linear;
}
.container11 #read-more-trigger1 {
  display: none;
}
.container11 #read-more-trigger1:checked ~ .label-container #read-more-label:before {
  content: "Read Less";
}
.container11 #read-more-trigger1:checked ~ .label-container .shadow {
  padding: 0;
}
.container11 #read-more-trigger1:checked ~ .content {
  max-height: 100em;
}
.container11 #read-more-trigger2 {
  display: none;
}
.container11 #read-more-trigger2:checked ~ .label-container #read-more-label:before {
  content: "Read Less";
}
.container11 #read-more-trigger2:checked ~ .label-container .shadow {
  padding: 0;
}
.container11 #read-more-trigger2:checked ~ .content {
  max-height: 100em;
}
.container11 #read-more-trigger3 {
  display: none;
}
.container11 #read-more-trigger3:checked ~ .label-container #read-more-label:before {
  content: "Read Less";
}
.container11 #read-more-trigger3:checked ~ .label-container .shadow {
  padding: 0;
}
.container11 #read-more-trigger3:checked ~ .content {
  max-height: 100em;
}
.container11 #read-more-trigger4 {
  display: none;
}
.container11 #read-more-trigger4:checked ~ .label-container #read-more-label:before {
  content: "Read Less";
}
.container11 #read-more-trigger4:checked ~ .label-container .shadow {
  padding: 0;
}
.container11 #read-more-trigger4:checked ~ .content {
  max-height: 100em;
}
.container11 #read-more-trigger5 {
  display: none;
}
.container11 #read-more-trigger5:checked ~ .label-container #read-more-label:before {
  content: "Read Less";
}
.container11 #read-more-trigger5:checked ~ .label-container .shadow {
  padding: 0;
}
.container11 #read-more-trigger5:checked ~ .content {
  max-height: 100em;
}
.container11 #read-more-trigger6 {
  display: none;
}
.container11 #read-more-trigger6:checked ~ .label-container #read-more-label:before {
  content: "Read Less";
}
.container11 #read-more-trigger6:checked ~ .label-container .shadow {
  padding: 0;
}
.container11 #read-more-trigger6:checked ~ .content {
  max-height: 100em;
}
.container11 #read-more-trigger7 {
  display: none;
}
.container11 #read-more-trigger7:checked ~ .label-container #read-more-label:before {
  content: "Read Less";
}
.container11 #read-more-trigger7:checked ~ .label-container .shadow {
  padding: 0;
}
.container11 #read-more-trigger7:checked ~ .content {
  max-height: 100em;
}
.container11 #read-more-trigger8 {
  display: none;
}
.container11 #read-more-trigger8:checked ~ .label-container #read-more-label:before {
  content: "Read Less";
}
.container11 #read-more-trigger8:checked ~ .label-container .shadow {
  padding: 0;
}
.container11 #read-more-trigger8:checked ~ .content {
  max-height: 100em;
}
.container11 #read-more-trigger9 {
  display: none;
}
.container11 #read-more-trigger9:checked ~ .label-container #read-more-label:before {
  content: "Read Less";
}
.container11 #read-more-trigger9:checked ~ .label-container .shadow {
  padding: 0;
}
.container11 #read-more-trigger9:checked ~ .content {
  max-height: 100em;
}

.direct-txt {
	font-size:15px;
	color:#705637;
	/*background:#506814;*/
	padding:10px;
	float:left;
	width:100%;
}

.direct-sec {
	padding:10px;
	float:left;
	width:100%;
}

.direct-pos{
 	
	font-size:13px;
	color:#333;
	padding:10px;
	float:left;
	width:100%;
	border-top: 1px solid #ddd;
	
}

.direct-sec img{
	width:auto;
	border-radius: 127px;
text-align: center;
padding: 10px;
width: 150px;
height: 151px; 
	display: inline-block;
	border: 1px solid #ddd; margin-top: -71px;
background: #fff;
}
.direct-sec img:hover{
transform: scale(1.2);

}

.direct-txt span{font-size:20px; text-transform:uppercase;}
.direct-main { margin-top: 65px;
	color: #fff;
	float:left;
	width:100%;
	height: 250px;
	font-weight: 600;
	text-align: center;
	margin-bottom:20px;
	border: 1px solid #df6721; cursor:pointer;  box-shadow: 9px 8px 2px rgba(134, 131, 131, 0.8);/*background:url(../images/bg9.jpg); background-repeat:no-repeat;*/

	
}
.direct-main:hover { border: 1px solid #000; cursor:pointer; /*background:url(../images/bg91.jpg); background-repeat:no-repeat;*/}

.item-board {
    position: relative;
    margin: auto;
/*    overflow: hidden;*/
   height: 223px;
width: 100%;
}

.item-board img  {
    display: block;
    width: 100%;
    min-height: 100%;
    height: auto;
    transition: transform 0.3s;
border-radius: 127px;
text-align: center;
padding: 10px;
width: 150px;
height: 151px;
display: inline-block;
border: 1px solid #ddd;
margin-top: -71px;
background: #fff; margin-left: -1px;
}

.item-board:hover img {
  transform: scale(1.2);
}

.currentsalename {
    font-size: 15px;
    color: #FFF;
    padding: 10px 10px;
    background-color: #705637;
    text-align: left;
    font-weight: 600;
}


.ri8-bg {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    float: left;
    width: 100%;
    border: 1px solid #ccc;
}

.up-bg {
    color: #fff;
    background: #506814;
    padding: 10px;
    font-size: 14px;
    float: left;
    width: 100%;
}





#icetab-slider{margin-bottom: 0px;}
.tabing-sld div {
	box-sizing: border-box;
	transition: all ease-in-out 0..5s;
	-moz-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	transition-duration: 0.4s;
}
.tabing-sld .icetab {
	display: inline-block; 
	border-bottom: 0px;	
	margin: 0px;	
	color: #333;
	cursor: pointer;
	border-right: 0px;
	background: transparent;
	width: 30%;
	text-align: center;
}

.tabing-sld #icetab-content {
	overflow: hidden;
	position: relative;
}


.tabing-sld .tabcontent {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #fff;
	width: 100%;
	border-top: 0px;
	border-top: 0px;
	transition-duration: 0.4s;
	transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
}

.tabing-sld .tabcontent:first-child {
	position: relative;	
}
.tabing-sld .tabcontent.tab-active {
	border-top: 0px;
	display: block;
	transform: translateY(0%);
	-moz-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	background:transparent;
	transition-duration: 0.4s;
}

.ics-tb-hi8{height:650px; overflow:hidden;}

.tabing-sld {
  max-width: 100%;
  margin-top:20px;
  margin-bottom:20px;
  margin-left: auto;
  margin-right: auto;
}
.tabing-sld .title {
  color: #ff9900;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  margin: 40px 0px;
}
.tabing-sld .tabcontent {
	padding: 10px 0em;
	float:left; 
	width:100%;
}
.tabing-sld .icetab {
	padding: 10px;
	text-transform: uppercase;
	font-weight:600;
}
.tabing-sld .current-tab { 
	font-size: 14px;
	background: #df6721;
	color:#fff;
	border: none;
	
}

.container-sales{
width:1300px;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;

}

.content {
    background: url(../images/portfolio.png) no-repeat top center;
    margin-bottom: 0px;
    background-attachment: fixed;
    background-size: cover;
	text-align: justify;
}


.nw-sld-tab ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	width: 100%;
}

.prnt-bt {
    font-size: 14px;
    text-decoration: none;
    padding: 10px;
    color: #fff;
    background-color: #db740e;
    float: right;
    border-radius: 50px;
    font-weight: 600;
    border: 5px solid #fff;
    position: absolute;
    top: 2px;
    height: ;
    right: 17px;
	transition:0.5s;
}

.prnt-bt:hover {
    color: #fff;
    background-color: #000;
	transition:0.5s;
}



.nw-sld-tab ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	color: #333;
	font-weight:600;
	overflow: hidden;
	position: relative;
	padding: 7px 10px;
	text-transform: uppercase;
	background: #ccc;
    margin: 0 5px;
    border: 1px solid #ccc;
	
}

.nw-sld-tab ul.tabs li.active {
	background-color: #fff;
	color: #333;
	display: block;
	font-size: 14px;
    background: #df6721;
    color: #fff;
    border: none;
}

.nw-sld-tab .tab_container {
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	margin-bottom:40px;
}
 
.nw-sld-tab .tab_content {
	padding: 15px;
	display: none;
}

.nw-sld-tab .tab_drawer_heading { display: none; }
.home-text{box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
margin: 0; /* margin-top:194px;*/
/*padding:30px; */border-radius: 1px;}
.no-padding{ padding:0px;}
.top-text{font-size: 15px;
font-weight: 400;
text-transform: none;
color: #705637;
padding: 1px 120px;
border-radius: 50px;
margin-top: 0px;
text-align: center;
 font-family: 'croissant_oneregular';
line-height: 29px;
color: #065e14 !important; font-style: italic;}
.prdct-overlay3 {
	padding:4em 0em;
	float:left; 
	position: relative;
	top: 92px;
	left: -75px;
	background: #f4f4f4;
	height: auto; border:1px solid #ccc; 
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	border-radius: 5px;

} 

/*.ab-bg{ background-image:url(../images/ab-bg.jpg); background-repeat:repeat-x; background-position:}
*/.ab-bg p{ text-align:center;}
.ab-bg h2{margin-bottom: 25px;}
.obax{/*box-shadow: 0 4px 14px 0 rgba(50,50,50,0.3);*/
padding: 1em ;
text-align: left;
margin: 0 auto;
width: 84%;
margin: 15px auto;
font-weight: 500;
font-size: 17px;
color: #000;
border: 1px solid #c1c0c0; z-index:2}
 .obax:before{ 
            content: "";
flex: 1 1;
border-bottom: 1px solid #7b7878;
width: 63px;
position: absolute;
left: 14px;
top: 44px;
z-index: 1;
        } 
.ob-no{position: absolute;
left: -9px;
background: #fff;
color: #575655;
padding: 8px 24px;
top: 18px;
border-radius: 5px;
z-index: 2;
border: 1px solid #c1c0c0;
font-size: 25px;}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.zoomeffects{
	clear:both;	
}
.zoomeffects .half {
    float: left;
    margin: 1%;
    width: 100%; 
}
.half{}
/* Zoom 1*/
.zoomEffect_1 {
  position: relative;
  overflow: hidden;
}
.zoomEffect_1 img {
  max-width: 100%;
  height:auto;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.zoomEffect_1:hover img {
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

/* Zoom 2 */

.zoomEffect_2{
    display:inline-block; box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    border:0;
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);   
}
.zoomEffect_2:hover{
 /*  */
    z-index: 3;
    -webkit-transition: all 300ms ease-in;
    -webkit-transform: scale(1.3);
    -ms-transition: all 300ms ease-in;
    -ms-transform: scale(1.3);   
    -moz-transition: all 300ms ease-in;
    -moz-transform: scale(1.3);
    transition: all 300ms ease-in;
    transform: scale(1.3);
}

.imgs{border: 1px solid #ccc;
position: relative;
top:0px;
border-radius: 10px;
padding: 10px;
width:100%;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

@font-face {
    font-family: 'croissant_oneregular';
    src: url('../fonts/croissantone-regular-webfont.woff2') format('woff2'),
         url('../fonts/croissantone-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.prdct-overlay-1{
	padding:4em 0em;
	float:left; 
	position: relative;
	top: -10px;
	left: -20px;
	
	/*height: auto; border:1px solid #ccc; background: #fff !important;*/
	z-index:1;
	/*box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);*/
	border-radius: 5px;

} 

.lnds-hi8 img{height:180px; margin-bottom:15px;}

.product-thumb-1{float:left; width:100%; display:block; overflow:hidden; padding: 10px;  transition-duration: 2s;
display: block;}


.prdct-overlay-2 {
    padding: 4em 0em;
    float: left;
    position: relative;
    top: -10px;
    left: 0px;
    height: auto;

    z-index: 1;

    border-radius: 5px;
}

.gp-pd-1::before {
content: "";
position: absolute;
background-color: #f4f2f2;
height: 368px;
width: 100%;
z-index: -1;
left: 10px;}


.panel-group {
  margin-bottom: 0;
}
.panel-group .panel-title{ padding:1px;}
.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
}
.panel-group .panel .panel-heading {
  padding: 0;
}
.panel-group .panel .panel-heading h4 a {
  background: #705637; background-image:url(../images/arrow.png); background-position:left; background-repeat:no-repeat; 
  display: block; color:#fff;
  padding: 15px;padding-left: 51px;
  text-decoration: none;
  transition: 0.15s all ease-in-out;
}
.panel-group .panel .panel-heading h4 a:hover, .panel-group .panel .panel-heading h4 a:not(.collapsed) {
  background: #f2dfd4;background-image:url(../images/arrow1.png); background-position:left; background-repeat:no-repeat; 
  transition: 0.15s all ease-in-out; color:#000;
}
.panel-group .panel .panel-heading h4 a:not(.collapsed) i:before {
  content: "\f068";
}
.panel-group .panel .panel-heading h4 a i {
  color: #fff;
background-color: #df6721;
padding: 5px 6px;
border-radius: 50px;
}
.panel-group .panel .panel-body {
  padding-top: 0;
}
.panel-group .panel .panel-heading + .panel-collapse > .list-group,
.panel-group .panel .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}
.panel-group .panel + .panel {
  border-top: none;
  margin-top: 0;
}
.panel-body h1{font-size: 18px;
text-align: center;
padding: 20px 20px 1px 20px;
font-weight: 600;}

.panel-body ul li{ background-image:url(../images/tick1.png); background-repeat:no-repeat; background-position:left;
padding: 12px 10px 10px 39px;
font-size: 15px;
line-height: 16px;}

.inner-top-gap{padding:0; position: relative; margin-top: 0;}

.gly-top {padding:2em; padding-top:50px;}

.bm-one img {
	position: relative;
	top: -80px;
	height: 300px;
	margin-bottom: 0px;
	left: 40px;
	width: 380px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{border:none;}

.navbar-inverse .navbar-nav > li > a{color:#333;}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus{background-color:#df6721;}
.mnu-title{display:none;}
