/* Decorators - Design Studio HTML Template */


/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header 
5. Main Slider
6. Welcome Section
7. Best Services
8. Default Gallery Section
9. Call to Action
10. Default Two COlumn
11. Specs
12. Get Quote FOrm
13. Testimonials Style One
14. Tabbed Shop Section
15. Sponsors Section
16. News Section
17. Newsletter Style One
18. Main Footer
19. Our Services
20. Service Details
21. Portfolio Masonary
22. Portfolio Fullwidth
23. Portfolio With Caption
24. Portfolio Single One
25. Portfolio Single Two
26. Blog List View
27. Blog Large Image
28. Blog Single
29. Sidebar 
30. Sidebar Widgets
31. Shop
32. Shop Single
33. Shopping Cart
34. Checkout
35. Login Register
36. Styled Pagination
37. About Us
38. Our Team
39. Team Single
40. Pricing Page
41. FAQs
42. Related Products
43. Contact Us
44. Map Section


**********************************************/

@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Montserrat:400,700|Open+Sans:300,300i,400,400i,600,600i,700,700i|Oswald:300,400,700');


@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery.fancybox.css');
@import url('jquery.mCustomScrollbar.min.css');
@import url('jquery.bootstrap-touchspin.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/
* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #777777;
	line-height: 1.8em;
	font-weight: 400;
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #77ae2a;
}

a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	margin: 0px;
	background: none;
	line-height: 1.6em;
}

input,
button,
select,
textarea {
	font-family: 'Lato', sans-serif;
}

p {
	position: relative;
	line-height: 1.8em;
}

.strike-through {
	text-decoration: line-through;
}

.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}

.medium-container {
	max-width: 850px;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;

}

ul,
li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.theme-btn {
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.centered {
	text-align: center;
}

.anim-3,
.anim-3-all * {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.anim-5,
.anim-5-all * {
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.anim-7,
.anim-7-all * {
	transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}

.btn-style-one {
	position: relative;
	padding: 10px 30px;
	line-height: 24px;
	text-transform: uppercase;
	background: #77ae2a;
	color: #ffffff !important;
	border: 2px solid #77ae2a;
	font-size: 14px;
	font-weight: 400;
	border-radius: 3px;
	font-family: 'Montserrat', sans-serif;
}

.btn-style-one:hover {
	background: #272727;
	color: #ffffff !important;
	border-color: #272727;
}

.btn-style-two {
	position: relative;
	padding: 10px 30px;
	line-height: 24px;
	text-transform: uppercase;
	background: #272727;
	color: #ffffff !important;
	border: 2px solid #272727;
	font-size: 14px;
	font-weight: 400;
	border-radius: 2px;
	font-family: 'Montserrat', sans-serif;
}

.btn-style-two:hover {
	background: #77ae2a;
	color: #ffffff !important;
	border-color: #77ae2a;
}

.btn-style-three {
	position: relative;
	padding: 9px 30px;
	line-height: 24px;
	display: inline-block;
	text-transform: uppercase;
	background: #1f1f1f;
	color: #ffffff !important;
	border: 2px solid #1f1f1f;
	font-size: 14px;
	font-weight: 700;
	border-radius: 3px;
}

.btn-style-three:hover {
	background-color: transparent;
	color: #ffffff !important;
	border-color: #ffffff;
}

.btn-style-four {
	position: relative;
	padding: 14px 30px;
	line-height: 24px;
	display: inline-block;
	text-transform: uppercase;
	background: #1f1f1f;
	color: #ffffff !important;
	border: 2px solid #1f1f1f;
	font-size: 14px;
	font-weight: 700;
	border-radius: 3px;
	font-family: 'Montserrat', sans-serif;
}

.btn-style-four:hover {
	background-color: transparent;
	color: #1f1f1f !important;
	border-color: #1f1f1f;
}

.theme-btn .icon-left {
	padding-right: 10px;
}

.theme-btn .icon-right {
	padding-left: 10px;
}

.theme_color {
	color: #77ae2a;
}

.light-font {
	font-weight: 300;
}

.regular-font {
	font-weight: 400;
}

.semibold-font {
	font-weight: 600;
}

.bold-font {
	font-weight: 700;
}

.bg-lightgrey {
	background-color: #f6f6f6 !important;
}

.no-bg {
	background: none !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/icons/preloader.gif);
}

img {
	max-width: 100%;
	height: auto;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 40px;
	height: 40px;
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 38px;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	border-radius: 50%;
	background: #0a0a0a;
	display: none;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.scroll-to-top:hover {
	color: #ffffff;
	background: #77ae2a;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 999;
	width: 100%;
	background: #ffffff;
}

.main-header .auto-container {
	position: relative;
}

.main-header .header-top {
	position: relative;
	background: #212121;
	color: #ffffff;
	font-size: 13px;
	display: none;
}

.main-header .header-top .top-right {
	text-align: right;
	padding: 8px 15px;
}

.main-header .header-top .top-left {
	padding: 0px 15px;
}

.main-header .header-top .top-right ul li span {
	position: absolute;
	left: 0px;
	font-size: 14px;
	padding-right: 6px;
}

.main-header .header-top .top-right ul li {
	position: relative;
	display: inline-block;
	line-height: 24px;
	padding-left: 20px;
	margin: 8px 0px 5px 30px;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
}

.main-header .header-top .top-left ul li a:hover {
	color: #fff;
}

.main-header .header-top .top-right ul li a {
	position: relative;
	color: #ffffff;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-header .header-top .top-right ul li a,
.main-header .header-top .top-right ul li a:hover {
	color: #ffffff;
}

.main-header .header-top .top-right ul li .fa {
	padding-right: 5px;
}

.main-header .header-top .top-left button {
	position: relative;
	border: none;
	background-color: #77ae2a !important;
	padding: 15px 14px;
	display: block;
	line-height: 24px;
	font-family: 'Montserrat', sans-serif;
	border-radius: 0px;
}

.main-header .header-top .lang-dropdown .dropdown-menu {
	left: 0px;
	top: 100%;
	width: 200px;
	border: none;
	border-radius: 0px;
	padding: 0px;
	margin: 1px 0px 0px;
	border-top: 3px solid #77ae2a;
}

.main-header .header-top .lang-dropdown .dropdown-menu li {
	display: block !important;
	text-align: left;
	margin: 0px;
	border-bottom: 1px solid #f0f0f0;
}

.main-header .header-top .lang-dropdown .dropdown-menu li:last-child {
	border: none;
}

.main-header .header-top .lang-dropdown .dropdown-menu li a {
	display: block;
	line-height: 24px;
	padding: 8px 15px;
	font-size: 14px;
	color: #272727;
	transition: all 300ms ease;
}

.main-header .header-top .lang-dropdown .dropdown-menu li a:hover {
	background: #272727;
	color: #ffffff;
}

.main-header .main-box {
	position: relative;
	padding: 0px 0px;
	left: -12px;
	top: 0px;
	width: 100%;
	background: #ffffff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header.fixed-header .main-box {}

.main-header.fixed-header .main-box {
	/* position: fixed; */
	border-bottom: 1px solid #e0e0e0;
	padding: 0px 0px;
	z-index: 999;
	opacity: 1;
	visibility: visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.main-header .main-box .outer-container {
	position: relative;
	/* padding: 0px 120px 0px 0px; */
	/* padding: 0px 2px 0px 2px; */
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main-header .main-box .logo-box {
	/* position: relative; */
	/* float: left; */
	/* left: 0px; */
	/* padding: 5px 0px; */
	/* z-index: 10; */
	/* width: 200px; */
	/* heigh */
	/* border: 1px solid red; */
	height: 70px;
	display: inline-block;
}

.main-header .main-box .logo-box .logo {
	/* height: 85px; */
	/* width: 280px; */
	/* border: 1px solid green; */
	height: 100%;
	/* width: 280px; */
	/* border: 1px solid green; */
}

.main-header .main-box .logo-box .logo img {
	display: inline-block;
	width: 100%;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	height: 90%;
	/* object-fit: cover; */
}

.main-header .nav-toggler {
	position: absolute;
	right: 110px;
	top: 50%;
	margin-top: -18px;
	display: none;
}

.main-header .nav-toggler button {
	position: relative;
	display: block;
	height: 36px;
	width: 40px;
	margin-left: 16px;
	background: #77ae2a;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	line-height: 34px;
	border: 1px solid #77ae2a;
	border-radius: 3px;
	font-weight: normal;
}

.main-header .cart-btn-outer {
	position: absolute;
	right: 60px;
	height: 22px;
	text-align: center;
	top: 50%;
	margin-top: -11px;
	padding: 0px 10px;
	font-size: 13px;
	line-height: 22px;
	font-weight: 500;
	color: #666666;
}

.main-header .header-search-icon {
	position: absolute;
	width: 38px;
	height: 38px;
	background-color: #77ae2a;
	right: 0px;
	text-align: center;
	top: 50%;
	margin-top: -19px;
	color: #fff;
	font-size: 14px;
	line-height: 38px;
	font-weight: 500;
	border-radius: 50%;
	cursor: pointer;
}

.main-header .cart-btn-outer .icon {
	position: relative;
	font-size: 20px;
}

.main-header .cart-btn-outer .icon .count {
	position: absolute;
	right: -10px;
	top: -12px;
	text-align: center;
	width: 20px;
	line-height: 20px;
	height: 20px;
	background: #77ae2a;
	color: #ffffff;
	font-size: 12px;
	border-radius: 50%;
	-ms-animation-name: zoomInStable;
	-moz-animation-name: zoomInStable;
	-op-animation-name: zoomInStable;
	-webkit-animation-name: zoomInStable;
	animation-name: zoomInStable;
	-ms-animation-duration: 2000ms;
	-moz-animation-duration: 2000ms;
	-op-animation-duration: 2000ms;
	-webkit-animation-duration: 2000ms;
	animation-duration: 2000ms;
	-webkit-animation-delay: 5000ms;
	-ms-animation-delay: 5000ms;
	-o-animation-delay: 5000ms;
	-moz-animation-delay: 5000ms;
	animation-delay: 5000ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.main-header .nav-outer {
	position: relative;
	float: right;
}

.main-menu {
	position: relative;
	font-family: 'Montserrat', sans-serif;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navbar-collapse {
	padding: 0px;
}

.main-menu .navigation {
	position: relative;
	margin: 0px;
}

.main-menu .navigation>li {
	position: relative;
	display: inline-block;
	padding: 23px 0px;
	margin: 0px 2px 0px 0px;
}

.main-menu .navigation>li>a {
	position: relative;
	display: block;
	padding: 10px 8px;
	color: #111111;
	font-weight: 600;
	line-height: 20px;
	/* text-transform: uppercase; */
	letter-spacing: 0px;
	opacity: 1;
	font-size: 15px;
	border-radius: 2px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a,
.main-menu .navigation>li.current-menu-item>a {
	color: #ffffff;
	background-color: #77ae2a;
	opacity: 1;
	border-radius: 30px;
}

.main-menu .navigation>li>ul {
	position: absolute;
	left: 0px;
	top: 120%;
	width: 250px;
	padding: 0px;
	z-index: 100;
	display: none;
	background: #ffffff;
	border-top: 3px solid #272727;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul.from-right {
	left: auto;
	right: 0px;
}

.main-menu .navigation>li>ul>li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.main-menu .navigation>li>ul>li:last-child {
	border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
	position: relative;
	display: block;
	padding: 8px 20px;
	line-height: 20px;
	font-weight: 400;
	font-size: 14px;
	text-transform: capitalize;
	color: #272727;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li:hover>a {
	color: #ffffff;
	background: #77ae2a;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	right: 10px;
	top: 10px;
	width: 10px;
	height: 20px;
	display: block;
	color: #253d4a;
	line-height: 20px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	z-index: 5;
}

.main-menu .navigation>li>ul>li.dropdown:hover>a:after {
	color: #ffffff;
}

.main-menu .navigation>li>ul>li>ul {
	position: absolute;
	left: 100%;
	top: 20px;
	width: 250px;
	padding: 0px;
	z-index: 100;
	display: none;
	background: #ffffff;
	border-top: 3px solid #272727;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul>li>ul.from-right {
	left: auto;
	right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
	border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
	position: relative;
	display: block;
	padding: 8px 20px;
	line-height: 24px;
	font-weight: 400;
	font-size: 14px;
	text-transform: capitalize;
	color: #272727;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
	color: #ffffff;
	background: #77ae2a;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	right: 10px;
	top: 10px;
	width: 10px;
	height: 20px;
	display: block;
	color: #272727;
	line-height: 20px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	z-index: 5;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown:hover>a:after {
	color: #ffffff;
}

.main-menu .navigation>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	top: 100%;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	top: 0;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 6px;
	width: 34px;
	height: 30px;
	border: 1px solid #ffffff;
	background: url(../images/icons/submenu-icon.png) center center no-repeat;
	background-size: 20px;
	cursor: pointer;
	z-index: 5;
	display: none;
}

.padd-top-10 {
	padding-top: 10px !important;
}
/*submenu*/
.submenu {
  display: none;
  position: absolute;
  /* position: relative; */
  top: 100%;
  left: 0;
  /* background-color: #fff; */
  background-color: #272727;
  min-width: 200px;
  z-index: 1000;
}
.submenu li:hover > .submenu {
  display: block;
}
.submenu li {
  position: relative;
}
.submenu li:hover > .submenu {
  display: block;
  left: 100%;
  top: 0;
  padding: 10px;
  background-color: #fff;
}
/*submenu closed*/
@media only screen and (max-width: 768px) {
	.submenu {
    	position: relative;
    	background-color: #272727;
	}
	.submenu li:hover > .submenu {
    	background-color: #272727;
	}
	.submenu li:hover > .submenu {
    	position: static;
	}
	.hidden-bar .side-menu ul li a {
    	border-top: 1px solid rgb(39 39 39)!important;
	}
}


/*** 

====================================================================
	Hidden Sidebar style
====================================================================

***/

.hidden-bar {
	position: fixed;
	top: 0;
	width: 305px;
	height: 100%;
	background: #272727;
	z-index: 9999;
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
}

.hidden-bar .mCSB_inside>.mCSB_container {
	margin-right: 0px;
}

.hidden-bar.right-align {
	right: -400px;
}

.hidden-bar.right-align.visible-sidebar {
	right: 0px;
}

.hidden-bar.right-align .hidden-bar-closer {
	left: 0px;
}

.hidden-bar.left-align {
	left: -400px;
}

.hidden-bar.left-align.visible-sidebar {
	left: 0px;
}

.hidden-bar.left-align .hidden-bar-closer {
	right: 0px;
}

.hidden-bar .hidden-bar-closer {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	background: rgba(255, 255, 255, 0.80);
	color: #272727;
	border-radius: 2px;
	text-align: center;
	line-height: 38px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	z-index: 999999;
}

.padd-top-20 {
	padding-top: 20px !important;
}

.hidden-bar .hidden-bar-closer:hover {
	background: #77ae2a;
}

.hidden-bar .hidden-bar-closer:hover .btn {
	color: #ffffff;
}

.hidden-bar .hidden-bar-closer .btn {
	background-color: transparent;
	border: none;
	outline: none;
	font-size: 14px;
}

.hidden-bar .social-icons {
	text-align: center;
	margin: 50px 0px 30px;
}

.hidden-bar .social-icons ul {
	font-size: 0;
	margin-left: -5px;
	margin-right: -5px;
}

.hidden-bar .social-icons ul li {
	display: inline-block;
	padding: 0 5px;
}

.hidden-bar .social-icons ul li a {
	display: block;
	width: 36px;
	height: 36px;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	background: #77ae2a;
	color: #ffffff;
	border-radius: 5px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.hidden-bar .social-icons ul li a:hover {
	background: #ffffff;
	color: #77ae2a;
}

.hidden-bar-wrapper {
	height: 100%;
}

.hidden-bar .logo {
	padding: 30px 0px;
	background: #272727;
}

.hidden-bar .logo img {
	display: inline-block;
	max-width: 100%;
}

.hidden-bar .side-menu {
	background-color: transparent;
	padding: 0;
	font-size: 13px;
	letter-spacing: 1px;
}

.hidden-bar .side-menu ul li ul a {
	background: transparent;
}

.hidden-bar .side-menu ul li ul li ul li a {
	background: transparent;
}

.hidden-bar .side-menu a.current {
	color: #fff;
}

.hidden-bar .side-menu li.current>a {
	color: #fff;
}

.hidden-bar .side-menu ul li a {
	background: transparent;
	color: #ffffff;
	display: block;
	font-weight: 500;
	text-transform: uppercase;
	border-top: 1px solid rgba(255, 255, 255, 0.30);
	border-bottom: 1px solid rgba(255, 255, 255, 0.30);
	padding: 10px 15px 10px 20px;
	position: relative;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.hidden-bar .side-menu ul li a:hover,
.hidden-bar .side-menu ul>li.current>a,
.hidden-bar .side-menu ul>li>ul>li.current>a {
	background: rgba(255, 255, 255, 0.10);
	color: #ffffff;
}

.hidden-bar .side-menu ul li a .btn.expander {
	background: none;
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.80);
	padding: 5px 10px;
	font-size: 14px;
	border-radius: 0px;
	position: absolute;
	top: 6px;
	right: 20px;
	outline: none;
}

/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider {
	position: relative;
	z-index: 111;
}

.main-slider .tp-dottedoverlay {
	background-color: rgba(0, 0, 0, 0.2) !important;
	display: none;
}

.main-slider .tp-caption {
	z-index: 5;
}

.main-slider .text {
	font-weight: 400;
	line-height: 1.8em;
	color: #ffffff;
	font-size: 24px;
}

.main-slider .text.light {
	color: #ffffff;
}

.main-slider h2 {
	font-size: 50px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.4em;
	font-family: 'Montserrat', sans-serif;
}

.main-slider .tp-caption .text {
	font-size: 18px;
}

.main-slider .btn-style-one,
.main-slider .btn-style-two {
	min-width: 160px;
	text-align: center;
	border-width: 2px !important;
}

.main-slider .tp-bullets.preview3 .bullet {
	background: #000000;
	width: 25px !important;
	height: 4px !important;
	border: 0px !important;
	border-radius: 2px !important;
	margin: 0px 7px;
}

.main-slider .tp-bullets.preview3 .bullet:hover,
.main-slider .tp-bullets.preview3 .bullet.selected {
	border-color: #77ae2a !important;
	background: #77ae2a !important;
}

.main-slider .tparrows.preview3,
.main-slider .tparrows.preview3 {
	background: none !important;
	width: 54px !important;
	overflow: hidden;
	margin-top: 0px !important;
	height: 54px !important;
	/* display: none; */
	/* border-radius: 50%; */
}

.main-slider .tparrows.preview3::after {
	top: 0px;
	background: rgba(0, 0, 0, 0);
	color: #ffffff;
	font-size: 16px;
	height: 54px !important;
	line-height: 54px;
	width: 50px !important;
	border: 2px solid #ffffff;
	padding: 0px;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;

}

.main-slider .tparrows.tp-leftarrow.preview3::after {
	content: '\f0d9';
	font-family: 'FontAwesome';
}

.main-slider .tparrows.tp-rightarrow.preview3::after {
	content: '\f0da';
	font-family: 'FontAwesome';
}

.main-slider .tparrows.preview3.tp-leftarrow {
	left: 40% !important;
	top: 70% !important;
	transform: translateY(-50%);
}

.main-slider .tparrows.preview3.tp-rightarrow {
	left: 45% !important;
	top: 70% !important;
	transform: translateY(-50%);
}

.main-slider .tparrows.preview3:hover::after {
	background: #77ae2a;
	border-color: #77ae2a;
}

.main-slider .tparrows.preview3 .tp-arr-iwrapper {
	visibility: hidden;
	opacity: 0;
	display: none;
}

.main-slider .tp-bannertimer {
	display: none !important;
}




/*** 

====================================================================
	Search Popup
====================================================================

***/

.search-popup {
	position: fixed;
	left: 0px;
	top: -100%;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.80);
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
	overflow: auto;
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
}

.search-popup.popup-visible {
	top: 0;
	visibility: visible;
	opacity: 1;
}

.search-popup .close-search {
	position: absolute;
	right: 25px;
	top: 25px;
	font-size: 20px;
	color: #ffffff;
	cursor: pointer;
	z-index: 5;
}

.search-popup .close-search:hover {
	opacity: 0.70;
}

.search-popup .search-form {
	position: relative;
	padding: 0px 15px 50px;
	padding-top: 200px;
	max-width: 1024px;
	margin: 0 auto;
}

.search-popup .search-form fieldset {
	position: relative;
	border: 5px solid rgba(255, 255, 255, 0.80);
	-webkit-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.search-popup .search-form fieldset input[type="search"],
.search-popup .search-form fieldset input.form-control {
	position: relative;
	height: 70px;
	padding: 20px 220px 20px 30px;
	background: #ffffff;
	line-height: 30px;
	font-size: 24px;
	color: #233145;

	-webkit-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.search-popup .search-form fieldset input[type="submit"] {
	position: absolute;
	display: block;
	right: 0px;
	top: 0px;
	text-align: center;
	width: 220px;
	padding: 20px 10px 20px 10px;
	color: #ffffff;
	background: #77ae2a;
	line-height: 30px;
	height: 70px;
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	-moz-border-radius: 0px 7px 7px 0px;
	-ms-border-radius: 0px 7px 7px 0px;
	-o-border-radius: 0px 7px 7px 0px;
	-webkit-border-radius: 0px 7px 7px 0px;
	border-radius: 0px 7px 7px 0px;
}

.search-popup .search-form fieldset input[type="submit"]:hover {
	background: #334551;
	color: #ffffff;
}

.search-popup h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	color: #ffffff;
	margin-bottom: 30px;
	text-align: center;
	letter-spacing: 1px;
}

.search-popup .recent-searches {

	font-size: 14px;
	color: #ffffff;
	text-align: center;
}

.search-popup .recent-searches li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
}

.search-popup .recent-searches li a {
	display: block;
	line-height: 24px;
	border: 1px solid #ffffff;
	padding: 5px 20px;
	color: #ffffff;
	border-radius: 3px;
}

.search-popup .recent-searches li a:hover {
	color: #77ae2a;
	border-color: #77ae2a;
}

.padd-right-20 {
	padding-right: 20px !important;
}

/*** 

====================================================================
	social-icon
====================================================================

***/

.header-top .top-right ul {
	position: relative;
	float: right;
}

.header-top .social-icon {
	position: relative;
	float: right;
	margin-left: 45px;
}

.social-icon a {
	position: relative;
	display: inline-block;
	text-align: center;
	margin-left: 4px;
	width: 38px;
	height: 38px;
	line-height: 36px;
	font-size: 14px;
	border: 2px solid #373737;
	color: #ffffff;
	border-radius: 50%;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.social-icon a:hover {
	background-color: #77ae2a;
	border-color: #77ae2a;
}

/*** 

====================================================================
	welcome-section
====================================================================

***/

.welcome-section {
	position: relative;
	z-index: 12;
	background-color: #e8ffc3f0;
}

.welcome-section .welcome-column {
	position: relative;
}

.welcome-section .welcome-column .inner-content {
	position: relative;
	padding: 50px 30px;
	margin-top: -60px;
	margin-right: -30px;
	background-color: #1f1f1f;
	z-index: 99;
}

.welcome-section .welcome-column .inner-content h2 {
	color: #ffffff;
	font-size: 30px;
	font-weight: 700;
	padding-bottom: 15px;
	font-family: 'Montserrat', sans-serif;
}

.welcome-section .welcome-column .inner-content h2:before {
	position: absolute;
	content: '';
	width: 70px;
	height: 1px;
	left: 0px;
	bottom: 4px;
	display: block;
	background-color: #77ae2a;
}

.welcome-section .welcome-column .inner-content h2:after {
	position: absolute;
	content: '';
	width: 70px;
	height: 2px;
	left: 0px;
	bottom: 0px;
	display: block;
	background-color: #77ae2a;
}

.welcome-section .welcome-column .inner-content h3 {
	color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.6em;
	margin: 10px 0px 30px;
}
.welcome-section .welcome-column .inner-content h5 {
	color: #ffffff;
}

.welcome-section .welcome-column .inner-content h3 span {
	color: #77ae2a;
}

.welcome-section .welcome-column .inner-content .text {
	color: #bebebe;
	font-size: 16px;
	text-align: justify;
	line-height: 28px;
	margin-bottom: 15px;
}

.welcome-section .welcome-column .inner-content .text strong {
	color: #77ae2a;
}

.welcome-section .welcome-column .inner-content .author-title {
	position: relative;
	margin: 40px 0px 20px 0px;
}

.welcome-section .welcome-column .inner-content .author-title .author-info {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}

.welcome-section .welcome-column .inner-content .author-title .author-info span {
	color: #9e9e9e;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}

.welcome-section .welcome-column .inner-content .author-title .author-designation {
	color: #77ae2a;
	font-style: italic;
	font-size: 16px;
}




.service-column {
	position: relative;
	padding: 90px 0px 55px 100px;
}

.service-column .welcome-section-image {
	height: 440px;
	width: 100%;
	/* border: 5px solid #9bd34c10; */
	margin: auto;
	padding: 6px;
	/* border: 1px solid black; */
	/* padding: 90px 0px 55px 100px; */
}

.service-column .welcome-section-image video {
	height: 100%;
	width: 100%;
	/* object-fit: cover; */
	/* border: 1px solid black; */
	/* padding: 90px 0px 55px 100px; */
}

.service-block-one {
	position: relative;
	margin-bottom: 25px;
}

.service-block-one .inner-box .text {
	text-align: justify;
}

.service-block-one .inner-box {
	position: relative;
	padding-left: 65px;

}

.service-block-one .inner-box .icon-box {
	position: absolute;
	left: 0px;
	top: 0px;
	/* color: #272727; */
	color: #77ae2a;
	font-size: 40px;
	display: inline-block;
}

.service-block-one .inner-box h3 {
	color: #272727;
	font-size: 20px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}

.service-block-one .inner-box .category {
	color: #77ae2a;
	font-size: 18px;
	font-style: italic;
}

.service-block-one .inner-box .category a:hover {
	color: #77ae2a;
}

.service-block-one .inner-box .text {
	color: #9e9e9e;
	margin-top: 15px;
}

@media screen and (max-width: 768px) {
	.welcome-section .service-column {
		padding-left: 0 !important;
		padding: 30px 0px 30px 0px;
		overflow: hidden;

	}

	.service-column .welcome-section-image {
		height: auto;
		border: 5px solid #9bd34c10;
		margin: auto;
		padding: 6px;
		width: 90%;
		/* border: 1px solid black; */
		/* padding: 90px 0px 55px 100px; */
	}
}

/*** 

====================================================================
	sec-title
====================================================================

***/

.sec-title {
	position: relative;
	margin-bottom: 10px;
}

.sec-title h2 {
	position: relative;
	font-size: 36px;
	color: #272727;
	padding-bottom: 14px;
	font-weight: 700;
}

.sec-title.medium h2 {
	font-size: 28px;
}

.sec-title h2:after {
	position: absolute;
	content: '';
	width: 70px;
	height: 1px;
	left: 0px;
	bottom: 3px;
	background-color: #77ae2a;
}

.sec-title h2:before {
	position: absolute;
	content: '';
	width: 70px;
	height: 2px;
	left: 0px;
	bottom: 0px;
	background-color: #77ae2a;
}

.sec-title .desc-text {
	position: relative;
	padding-top: 30px;
	color: #999999;
	line-height: 1.8em;
}

.sec-title .service-link {
	position: relative;
	color: #272727;
	font-size: 14px;
	font-weight: 700;
	margin-top: 24px;
	text-transform: uppercase;
	border-bottom: 1px solid #272727;
	line-height: 16px;
	padding: 0px;
	font-family: 'Montserrat', sans-serif;
}

.sec-title .service-link span {
	position: relative;
	padding-left: 5px;
	line-height: 16px;
	font-size: 14px;
}

.sec-title .service-link:hover {
	color: #77ae2a;
	border-color: #77ae2a;
}

.padd-top-30 {
	padding-top: 30px !important;
}

/*** 

====================================================================
	best-service-section
====================================================================

***/

.best-service-section {
	position: relative;
	/* background-color: #f4f4f4; */
	padding: 100px 0px 70px 0px;
	/* background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(253, 255, 251, 0.6)), url('../images/new-img/hexagon.jpg'); */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.service-block-two {
	position: relative;
	margin-bottom: 30px;
}

.service-block-two .inner-box {
	position: relative;
	padding: 25px;
	background: #ffffff;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(230, 230, 230, 1);
	-moz-box-shadow: 0px 4px 10px 0px rgba(230, 230, 230, 1);
	box-shadow: 0px 4px 10px 0px rgba(230, 230, 230, 1);
	display: flex;
	flex-direction: column !important;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.service-block-two .inner-box .image-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.service-block-two .inner-box .image-layer:after {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #77ae2ac4;
}

.service-block-two .inner-box:hover .image-layer {
	opacity: 1;
}

.service-block-two .inner-box .icon-box {
	/* position: absolute; */
	left: 30px;
	top: 30px;
	width: 50px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	color: #ffffff;
	font-size: 34px;
	background-color: #77ae2a;
	z-index: 2;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	display: flex;
	justify-content: center;
	align-items: center;
}

.service-block-two .inner-box .icon-box i {
	font-size: 20px;
}

.service-block-two .inner-box h3 {
	color: #272727;
	font-size: 20px;
	font-weight: 700;
	text-transform: capitalize;
	margin: -5px 0px 8px;
	z-index: 2;
}

.service-block-two .inner-box .text {
	position: relative;
	color: #9e9e9e;
	font-size: 16px;
	z-index: 2;
}

.service-block-two .inner-box .read-more {
	position: relative;
	color: #272727;
	margin-top: 15px;
	display: inline-block;
	font-weight: 700;
	z-index: 2;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

.service-block-two .inner-box .bottom-icon {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.service-block-two .inner-box .bottom-icon span {
	color: #faf9f9;
	font-size: 60px;
}

.service-block-two:hover .inner-box {
	background: #77ae2a;
}

.service-block-two:hover .inner-box .icon-box {
	background: #ffffff;
	color: #77ae2a;
}

.service-block-two:hover .inner-box h3,
.service-block-two:hover .inner-box .text,
.service-block-two:hover .inner-box a {
	color: #ffffff;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}

.service-block-two:hover .bottom-icon {
	opacity: 0;
}


@media screen and (max-width:768px) {
	.best-service-section {

		padding: 50px 0px 50px 0px;
		margin-top: 40px;
	}

	.service-block-two {
		/* position: relative; */
		margin-bottom: 10px;
	}

	.service-block-two .inner-box h3 {
		color: #272727;
		font-size: 13px;
		text-align: center;
		font-weight: 700;
		text-transform: capitalize;
		/* margin: -5px 0px 8px; */
		z-index: 2;
	}

	.service-block-two .inner-box .icon-box {
		/* position: absolute; */
		/* left: 30px;
		top: 30px; */
		width: 40px;
		height: 40px;

	}

	.service-block-two .inner-box .icon-box i {
		font-size: 16px;
	}
}

/*** 

====================================================================
	sec-title-two
====================================================================

***/

.sec-title-two {
	position: relative;
	margin-bottom: 40px;
}

.sec-title-two h2 {
	position: relative;
	font-size: 36px;
	color: #272727;
	padding-bottom: 14px;
	font-weight: 700;
}

.sec-title-two h2:after {
	position: absolute;
	content: '';
	width: 70px;
	height: 1px;
	left: 0px;
	bottom: 3px;
	background-color: #77ae2a;
}

.sec-title-two h2:before {
	position: absolute;
	content: '';
	width: 70px;
	height: 2px;
	left: 0px;
	bottom: 0px;
	background-color: #77ae2a;
}

.padd-top-40 {
	padding-top: 40px !important;
}

/*** 

====================================================================
	call-to-action
====================================================================

***/

.call-to-action {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	/* background-attachment: fixed; */
	padding: 60px 0px 80px;
	text-align: center;
	/* background-image: url('../images/new-img/1.jpeg'); */
	background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2)), url('../images/new-img/dna.jpg');

	display: flex;
	justify-content: space-between;
	/* align-items: center; */
}

.call-to-action:before {
	/* position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2); */
}

.call-to-action .auto-container {
	position: relative;
	z-index: 1;
}

.call-to-action .text {
	position: relative;
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 5px;

}

.call-to-action h2 {
	font-size: 36px;
	color: #ffffff;
	margin-bottom: 25px;
	font-weight: 700;
}

.call-to-action .theme-btn {
	margin: 0px 10px 10px;
	min-width: 160px;
}

.call-to-action .right-box {
	width: 700px;
	border-radius: 10px 0 0 10px;
	padding: 25px;
	background: rgb(236, 235, 235);
}

.call-to-action .left-box {
	padding: 25px;
}

.call-to-action .left-box .text {
	color: black;
	font-size: 20px;
	font-weight: 600;
}

/* Custom */
.call-to-action .left-box h1 {
	color: #dbd56e;
	background: -webkit-linear-gradient(25deg, #77ae2a, rgb(77, 75, 75));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 6.5rem;
	font-weight: 800;
	overflow: hidden;
	white-space: nowrap;
	border-right: 2px solid;
	animation: type 1.5s steps(90) 1.5s 1 normal both, cursor 1s step-end infinite;
	position: relative;
}

@keyframes type {
	from {
		width: 0;
	}

	to {
		width: 100%;
	}
}

@keyframes cursor {
	50% {
		border-color: transparent;
	}
}




@media screen and (max-width:768px) {
	.call-to-action {
		flex-direction: column;
	}

	.call-to-action .btn-style-one {
		position: relative;
		padding: 5px 12px;
		line-height: 24px;
		text-transform: uppercase;
		background: #77ae2a;
		color: #ffffff !important;
		border: 2px solid #77ae2a;
		font-size: 13px;
		font-weight: 400;
		border-radius: 3px;
		font-family: 'Montserrat', sans-serif;
		/* flex-direction: column; */
	}

	.call-to-action .btn-style-two {
		position: relative;
		padding: 5px 12px;
		line-height: 24px;
		text-transform: uppercase;
		background: #272727;
		color: #ffffff !important;
		border: 2px solid #272727;
		font-size: 13px;
		font-weight: 400;
		border-radius: 3px;
		font-family: 'Montserrat', sans-serif;
	}

	.call-to-action {

		padding: 30px 0px;

	}

	.call-to-action .left-box h1 {
		color: #dbd56e;
		background: -webkit-linear-gradient(25deg, #77ae2a, rgb(77, 75, 75));
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		font-size: 2.5rem;
		font-weight: 800;
		overflow: hidden;
		white-space: nowrap;
		border-right: 2px solid;
		animation: type 1.5s steps(90) 1.5s 1 normal both, cursor 1s step-end infinite;
		position: relative;
	}

	.call-to-action .right-box {
		width: 100%;

	}
	.ab-pledge {
    	padding: 20px !important;
    	width: 88% !important;
	}
	.timeline_tl {
    	margin-top: 0px !important;
	}
	.dropdown-btn {
  		padding: 4px 2px !important;
		font-size: 16px !important;
	}
	.dropdown-content {
		min-width: auto !important;
	}
}

/*** 

====================================================================
	sec-title-three
====================================================================

***/

.sec-title-three {
	position: relative;
	margin-bottom: 35px;
}

.sec-title-three .sub-title {
	position: relative;
	color: #77ae2a;
	font-size: 20px;
	font-style: italic;
}

.sec-title-three h2 {
	position: relative;
	font-size: 36px;
	color: #272727;
	padding-bottom: 14px;
	font-weight: 700;
}

.sec-title-three h2:after {
	position: absolute;
	content: '';
	width: 70px;
	height: 1px;
	left: 0px;
	bottom: 3px;
	background-color: #77ae2a;
}

.sec-title-three h2:before {
	position: absolute;
	content: '';
	width: 70px;
	height: 2px;
	left: 0px;
	bottom: 0px;
	background-color: #77ae2a;
}

.padd-top-50 {
	padding-top: 50px !important;
}


/*** 

====================================================================
	sec-title-four
====================================================================

***/

.sec-title-four {
	position: relative;
	margin-bottom: 50px;
	text-align: center;
}

.sec-title-four h2 {
	position: relative;
	font-size: 36px;
	color: #272727;
	padding-bottom: 14px;
	font-weight: 700;
}

.sec-title-four h2:after {
	position: absolute;
	content: '';
	width: 70px;
	height: 1px;
	left: 50%;
	margin-left: -30px;
	bottom: 3px;
	background-color: #77ae2a;
}

.sec-title-four h2:before {
	position: absolute;
	content: '';
	width: 70px;
	height: 2px;
	left: 50%;
	margin-left: -30px;
	bottom: 0px;
	background-color: #77ae2a;
}

/*** 

====================================================================
	default-two-column
====================================================================

***/

.default-two-column {
	position: relative;
	padding: 100px 0px 70px;
}

.default-two-column .column.spec-column .text {
	color: #9e9e9e;
	font-size: 16px;
	margin-bottom: 30px;
}

.specs {
	position: relative;
}

.specs .spec-block {
	position: relative;
	margin-bottom: 35px;
}

.specs .spec-block .icon-box {
	/* position: absolute; */
	/* left: 0px; */
	/* top: 5px; */
	width: 50px;
	height: 50px;
	/* line-height: 48px; */
	display: flex;
	justify-content: center;
	align-items: center;
	/* text-align: center; */
	color: #272727;
	font-size: 28px;
	background-color: #f4f4f4;
	z-index: 2;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}

.specs .spec-block .inner-box {
	position: relative;
	/* padding-left: 68px; */
	display: flex;
	align-items: center;
	gap: 12px;
	height: 80px;
	padding: 10px;
	box-shadow: 0 0 5px #9fd84e85;
}

.specs .spec-block .inner-box h3 {
	position: relative;
	color: #272727;
	font-size: 20px;
	font-weight: 700;
}

.specs .spec-block .inner-box .text {
	position: relative;
	color: #9e9e9e;
	font-size: 16px;
	margin-bottom: 0px;
}

.specs .spec-block:hover .icon-box {
	background-color: #77ae2a;
	color: #ffffff;
}

.specs .spec-block:hover .inner-box h3 {
	color: #77ae2a;
	transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}

/*default-two-column*/
.default-two-column .form-column {
	position: relative;
}

.form-box {
	position: relative;
	border: 2px solid #f4f4f4;
	padding: 18px 18px 12px 18px;
}

.comment-form .form-box {
	padding: 25px 25px 0px 25px;
}

.default-form .form-group {
	position: relative;
	margin-bottom: 20px;
}

.comment-form .form-box .form-group {
	margin-bottom: 25px;
}

.default-form.form-box .row {
	margin-left: -10px;
	margin-right: -10px;
}

.default-form.form-box .row .form-group {
	padding: 0px 10px !important;
}

.default-form .form-group .field-label {
	display: block;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #232323;
	font-weight: 500;
	font-size: 13px;
}

.default-form .form-group .field-label sup {
	color: #ff0000;
	font-size: 14px;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="number"],
.default-form select,
.default-form textarea {
	display: block;
	width: 100%;
	line-height: 24px;
	height: 50px;
	font-size: 16px;
	border: 1px solid #f4f4f4;
	padding: 12px 15px;
	background-color: #f4f4f4;
	color: #111111;
	border-radius: 2px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.default-form select {
	cursor: pointer;
	color: #666666;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	background: #f4f4f4 url(../images/icons/icon-select.png) right center no-repeat;
}

.default-form textarea {
	height: 110px;
	resize: none;
}

.default-form select option {
	text-indent: 15px;
}

.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus {
	border-color: #77ae2a;
	background-color: #ffffff;
}

.default-form input.error,
.default-form select.error,
.default-form textarea.error {
	border-color: #77ae2a !important;
}

.default-form label.error {
	display: block;
	line-height: 24px;
	padding: 5px 0px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 10px;
	color: #ff0000;
	font-weight: 500;
}

.form-box .form-group button {
	width: 100%;
	padding: 14px 20px;
}


@media screen and (max-width:768px) {
	.default-two-column {
		position: relative;
		padding: 50px 0px 0px;
	}

	.specs .spec-block .inner-box {

		gap: 8px;
		height: 45px;
		padding: 0px;

	}

	.specs .spec-block .inner-box h3 {

		font-size: 15px;

	}

	.specs .spec-block .icon-box {

		width: 40px;
		height: 45px;

		color: #272727;
		font-size: 22px;

	}

	.specs .spec-block {
		position: relative;
		margin-bottom: 15px;
	}

}

/*** 

====================================================================
	testimonial-style-one
====================================================================

***/

.testimonial-style-one {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	padding: 100px 0px;
	text-align: center;
}

.testimonial-style-one:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}

.testimonial-style-one .icon {
	position: relative;
	width: 50px;
	height: 50px;
	margin: 0 auto 50px;
	text-align: center;
	border-radius: 50%;
	color: #ffffff;
	font-size: 18px;
	line-height: 45px;
	border: 3px solid #ffffff;
}

.testimonial-style-one .slide-item .inner-box {
	max-width: 900px;
	margin: 0 auto;
}

.testimonial-style-one .slide-item .inner-box .slide-text {
	color: #ffffff;
	font-size: 20px;
	line-height: 1.8em;
	font-weight: normal;
	font-style: italic;
}

.testimonial-style-one .slide-item .inner-box .auther-info {
	position: relative;
	margin-top: 30px;
}

.testimonial-style-one .slide-item .inner-box .auther-info .image {
	position: relative;
	width: 70px;
	height: 70px;
	margin: 0 auto;
}

.testimonial-style-one .slide-item .inner-box .auther-info .image img {
	border-radius: 50%;
}

.testimonial-style-one .slide-item .inner-box .auther-info .auther-name {
	position: relative;
	color: #ffffff;
	font-size: 20px;
	margin-top: 20px;
	font-family: 'Montserrat', sans-serif;
}

.testimonial-style-one .slide-item .inner-box .auther-info .designation {
	color: #77ae2a;
	font-size: 16px;
	font-style: italic;
}

.testimonial-style-one .owl-controls .owl-dots {
	display: none !important;
}

.testimonial-style-one .owl-controls {
	margin: 0px !important;
}

.testimonial-style-one .owl-controls .owl-nav {
	margin: 0px !important;
}

.testimonial-style-one .owl-controls .owl-nav [class*="owl-"] {
	position: absolute;
	bottom: 80px;
	display: inline-block;
	margin: 0px 0px 0px 1px;
	width: 45px;
	height: 45px;
	padding: 0px;
	color: #ffffff;
	font-size: 22px;
	line-height: 42px;
	text-align: center;
	border-radius: 0px;
	border-radius: 3px;
	border: 1px solid #ffffff;
	background-color: transparent !important;
}

.testimonial-style-one .owl-controls .owl-nav [class*="owl-prev"] {
	left: 100px;
}

.testimonial-style-one .owl-controls .owl-nav [class*="owl-next"] {
	right: 100px;
}

.testimonial-style-one .owl-controls .owl-nav [class*="owl-"]:hover {
	background-color: #77ae2a !important;
	border-color: #77ae2a;
}

/*** 

====================================================================
	Gallery Section
====================================================================

***/

.gallery-section {
	position: relative;
	padding: 100px 0px;
}

.gallery-section .filters {
	position: relative;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 50px;
}

.gallery-section .filters .icon-box {
	position: relative;
	display: inline-block;
	margin-right: -75px;
	font-size: 24px;
	color: #77ae2a;
	text-align: center;
	width: 70px;
	line-height: 24px;
	padding: 12px 10px;
}

.gallery-section .filters .filter-tabs {
	position: relative;
	display: inline-block;
	padding-left: 70px;
	border-bottom: 1px solid #e0e0e0;
}

.gallery-section .filters li {
	position: relative;
	top: 1px;
	display: inline-block;
	padding: 12px 20px;
	line-height: 24px;
	color: #999999;
	cursor: pointer;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 400;
	border: 1px solid transparent;
	border-bottom-width: 2px;
	margin: 0px 0px 0px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.gallery-section .filters li.active {
	color: #272727;
	border-color: #e0e0e0;
	border-bottom-color: #ffffff;
}


.default-portfolio-item {
	position: relative;
	/* margin-bottom: 15px; */
}

.portfolio-with-caption .default-portfolio-item {
	margin-bottom: 30px;
}

.gallery-section.style-two .items-container {
	padding: 0px 15px;
}

.default-portfolio-item.mix {
	display: none;
}

.gallery-section.fullwidth .default-portfolio-item {
	padding: 0px !important;
}

.sortable-masonry .items-container {
	margin-left: -5px;
	margin-right: -5px;
}

.sortable-masonry .masonry-item {
	position: relative;
	padding: 0px 5px !important;
	margin-bottom: 15px !important;
}

.default-portfolio-item .inner-box {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 260px;
	box-shadow: 0 0 3px #d3d3d3a3;
	margin-bottom: 15px;
}

.default-portfolio-item .image-box {
	position: relative;
	display: block;
	width: 100%;
	height: 85%;
}

.inner-box {
  display: block;
  padding: 4px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  background-color: transparent;
  position: relative;
}
.inner-box:hover {
  background-color:#77ae2a !important;
  transform: scale(1.05);
}

.default-portfolio-item .image-box img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.default-portfolio-item .overlay-one {
	position: absolute;
	left: 0px;
	top: -100%;
	width: 100%;
	height: 100%;
	padding: 0px;
	color: #ffffff;
	opacity: 0;
	border: 3px solid #77ae2a;
	text-align: center;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.fullwidth .default-portfolio-item .overlay-one,
.portfolio-with-caption .default-portfolio-item .overlay-one {
	border: none;
}

.default-portfolio-item .inner-box:hover .overlay-one {
	top: 0px;
	opacity: 1;
}

.default-portfolio-item .overlay-one .overlay-inner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: middle;
	padding: 30px 50px;
	background: rgba(0, 0, 0, 0.85);
}

.fullwidth .default-portfolio-item .overlay-one .overlay-inner,
.portfolio-with-caption .default-portfolio-item .overlay-one .overlay-inner {
	background: rgba(252, 114, 30, 0.90);
}

.default-portfolio-item .overlay-one .overlay-inner .content {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.default-portfolio-item .proj-link {
	position: relative;
	display: inline-block;
	width: 46px;
	height: 46px;
	color: #77ae2a;
	line-height: 46px;
	background: #ffffff;
	font-size: 16px;
	z-index: 1;
	border-radius: 50%;
	text-align: center;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;

}

.fullwidth .default-portfolio-item .proj-link {
	height: 60px;
	width: 60px;
	line-height: 60px;
	font-size: 20px;
}

.portfolio-with-caption .default-portfolio-item .proj-link {
	height: 50px;
	width: 50px;
	line-height: 50px;
	font-size: 20px;
}

.default-portfolio-item .proj-link:hover {
	background: #77ae2a;
	color: #ffffff;
}

.padd-top-60 {
	padding-top: 60px !important;
}

.portfolio-with-caption .default-portfolio-item .proj-link:hover {
	background: #272727;
	color: #ffffff;
}

.default-portfolio-item .caption-box-one {
	position: absolute;
	/* right: -100%; */
	display: flex;
	justify-content: end;
	top: 0px;
	width: 100%;
	padding: 15px;
	z-index: 1;
	opacity: 0;
	/* border: 3px solid red; */
}

.default-portfolio-item .event-name {
	font-size: 16px;
	font-weight: bold !important;
	text-align: center;
	/* padding-left: 10px; */
}

.default-portfolio-item .caption-box-one div {
	display: flex;
	gap: 8px;
	flex-direction: column;
	/* justify-content: space-between; */
	/* align-items: center; */
}

.default-portfolio-item .caption-box-one div i {
	background-color: white;
	color: #77ae2a;
	padding: 12px;
	border-radius: 50%;
	font-size: 15px;
}


.default-portfolio-item:hover .caption-box-one {
	left: 0px;
	opacity: 1;
	transition: all 500ms ease 500ms;
	-webkit-transition: all 500ms ease 500ms;
	-ms-transition: all 500ms ease 500ms;
	-o-transition: all 500ms ease 500ms;
	-moz-transition: all 500ms ease 500ms;
}



.fullwidth .default-portfolio-item .caption-box-one h3 {
	font-size: 24px;
}

.default-portfolio-item .event-name h3 a {
	/* color: #ffffff; */
	font-weight: 600;
	font-size: 16px;
}

.default-portfolio-item .event-name h3 a:hover {
	color: white;
}

.fullwidth .default-portfolio-item .caption-box-one h3 a:hover {
	color: white
}

.default-portfolio-item .caption-box-one .cat-link {
	position: relative;
	display: block;
	line-height: 20px;
	color: #77ae2a;
	font-size: 15px;
	text-transform: capitalize;
	font-weight: 400;
	font-style: italic;
}

.default-portfolio-item .caption-box-one .cat-links {
	position: relative;
	display: block;
	color: #ffffff;
	line-height: 20px;
}

.default-portfolio-item .caption-box-one .cat-links a {
	position: relative;
	line-height: 20px;
	color: #ffffff;
	font-size: 15px;
	text-transform: capitalize;
	font-weight: 400;
	font-style: italic;
}


.default-portfolio-item .caption-box-two {
	position: relative;
	padding: 20px 20px;
	text-align: center;
	background: #f4f4f4;
	border-bottom: 2px solid transparent;
	z-index: 1;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.default-portfolio-item:hover .caption-box-two {
	border-bottom-color: #77ae2a;
}

.default-portfolio-item .caption-box-two h3 {
	font-size: 20px;
	color: #272727;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 0px;
}

.default-portfolio-item .caption-box-two h3 a {
	color: #272727;
}

.default-portfolio-item .caption-box-two h3 a:hover {
	color: #77ae2a;
}

.default-portfolio-item .caption-box-two .cat-links {
	position: relative;
	display: block;
	color: #ffffff;
	line-height: 20px;
}

.default-portfolio-item .caption-box-two .cat-links a {
	position: relative;
	line-height: 20px;
	color: #77ae2a;
	font-size: 15px;
	text-transform: capitalize;
	font-weight: 400;
	font-style: italic;
}

@media screen and (max-width:768px) {
	.gallery-section {
		position: relative;
		padding: 50px 0px;
	}

	.gallery-section .default-portfolio-item .image-box {
		position: relative;
		display: block;
		width: 100%;
		height: 80%;
	}

	.gallery-section .default-portfolio-item .inner-box {
		position: relative;
		width: 100%;
		overflow: hidden;
		height: 200px;
		box-shadow: 0 0 3px #d3d3d3a3;
		margin-bottom: 15px;
	}

	.gallery-section .default-portfolio-item .event-name h3 a {
		/* color: #ffffff; */
		font-weight: 600;
		display: block;
		font-size: 11px;
	}

	.sortable-masonry .masonry-item {
		/* position: relative; */
		/* padding: 0px 5px !important; */
		margin-bottom: 0 !important;
	}
}

/*** 

====================================================================
	tabbed-shop-section
====================================================================

***/

.tabbed-shop-section {
	position: relative;
	padding: 100px 0px;
}

@media screen and (max-width:768px) {
	.tabbed-shop-section {

		padding: 50px 0px;
	}
}


/*** 

====================================================================
	Tabs Style One
====================================================================

***/

.shop-tabs-box {
	position: relative;
}

.shop-tabs-box .tab-buttons {
	position: relative;
	margin-bottom: 40px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}

.shop-tabs-box .tabs-content {
	position: relative;
}

.shop-tabs-box .tabs-content .shop-tab {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.9, 0.9);
	-ms-transform: scale(0.9, 0.9);
	-o-transform: scale(0.9, 0.9);
	-moz-transform: scale(0.9, 0.9);
	transform: scale(0.9, 0.9);
}

.shop-tabs-box .tabs-content .shop-tab.active-tab {
	position: relative;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	transform: scale(1, 1);
}

.shop-tabs-box .tab-buttons .tab-btn {
	position: relative;
	display: inline-block;
	padding: 5px 24px;
	margin: 0px 0px 10px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	color: #9e9e9e;
	text-transform: capitalize;
}

.shop-tabs-box .tab-buttons .tab-btn:first-child {
	padding-left: 0px;
}

.shop-tabs-box .tab-buttons .tab-btn:last-child {
	padding-right: 0px;
}

.shop-tabs-box .tab-buttons .tab-btn.active-btn,
.shop-tabs-box .tab-buttons .tab-btn:hover {
	color: #77ae2a;
}

.shop-tabs-box .tab-buttons .tab-btn:after {
	content: '';
	position: absolute;
	right: -6px;
	top: 50%;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #9e9e9e;
	margin-top: -4px;
}

.shop-tabs-box .tab-buttons .tab-btn:last-child:after {
	display: none;
}

/*default-shop-item*/

.default-shop-item {
	position: relative;
	margin-bottom: 40px;
}

.tabbed-shop-section .default-shop-item,
.related-products .default-shop-item {
	margin-bottom: 0px;
	/* height: 410px; */

}

.default-shop-item {
	height: 380px;
}

.default-shop-item .inner-box {
	position: relative;
	border: 1px solid #e7e7e7e3;
	/* box-shadow: 0 0 3px #d8d8d8e3; */
	padding-bottom: 40px;
	height: 100%;
}

.default-shop-item .inner-box .image-box {
	height: 220px;
}

.default-shop-item .inner-box .image-box img {
	height: 100%;
	width: 100%;
}

.default-shop-item .dead-overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.90);
	color: #272727;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-size: 16px;
	text-transform: capitalize;
	line-height: 30px;
	z-index: 10;
}

.default-shop-item .dead-overlay .text {
	position: relative;
	top: 80px;
}

.default-shop-item .inner-box .image-box img {
	/* width: 100%;
	display: block; */
}

.default-shop-item .inner-box .item-sale-tag {
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 18px;
	padding: 1px 10px 2px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize;
	background: #fa4444;
	min-width: 50px;
}

.default-shop-item .inner-box .item-sale-tag.top {
	background: #95c03e;
}

.default-shop-item .inner-box .item-sale-tag:before {
	/* content: '';
	position: absolute;
	left: 0px;
	top: 100%;
	border: 5px solid transparent;
	border-left: 5px solid #fa4444;
	border-top: 5px solid #fa4444; */
}

.default-shop-item .inner-box .item-sale-tag.top:before {
	border-left-color: #95c03e;
	border-top-color: #95c03e;
}

.default-shop-item .inner-box .lower-content {
	position: relative;
	margin: 0 20px;
	padding-top: 20px;
	text-align: center;
	border-top: 1px solid #f4f4f4;
}

.default-shop-item .inner-box .lower-content h3 {
	position: relative;
	color: #272727;
	font-size: 18px;
	font-weight: 700;
}

.default-shop-item .inner-box .lower-content h3 a {
	position: relative;
	color: #272727;
	font-size: 15px;
}

.default-shop-item .inner-box .lower-content .rating {
	position: relative;
}

.default-shop-item .inner-box .lower-content h3 a:hover {
	color: #77ae2a;
}

.default-shop-item .inner-box .lower-content .rating .fa {
	position: relative;
	color: #fc7625;
	display: inline-block;
	margin-right: 3px;
	font-size: 13px;
}

.default-shop-item .inner-box .lower-content .price {
	color: #77ae2a;
	font-size: 16px;
	line-height: 24px;
	height: 24px;
}

.default-shop-item .inner-box .lower-content .price span {
	color: #9e9e9e;
	font-size: 14px;
	padding-right: 10px;
	text-decoration: line-through;
}

.default-shop-item .inner-box .lower-content .links-box {
	position: relative;
	margin-top: 20px;
}

.default-shop-item .inner-box .lower-content .links-box .cart-btn {
	position: relative;
	display: block;
	padding: 12px 0px;
	line-height: 24px;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	background-color: #77ae2a;
}

.default-shop-item .inner-box .lower-content .links-box .zoom-btn {
	position: absolute;
	background-color: #272727;
	width: 48px;
	height: 48px;
	line-height: 48px;
	left: 0px;
	top: 0px;
	font-size: 18px;
	color: #ffffff;
	z-index: 2;
	font-weight: normal;
}

.default-shop-item .inner-box .lower-content .links-box .add-to-favorite {
	position: absolute;
	width: 48px;
	height: 48px;
	right: 0px;
	top: 0px;
	line-height: 48px;
	font-size: 18px;
	background-color: #272727;
	color: #ffffff;
	z-index: 2;
	font-weight: normal;
}

.tabbed-shop-carousel .owl-controls .owl-dots {
	display: none !important;
}

.tabbed-shop-carousel .owl-controls {
	margin: 0px !important;
}

.tabbed-shop-carousel .owl-controls .owl-nav {
	margin: 0px !important;
}

.tabbed-shop-carousel .owl-controls .owl-nav [class*="owl-"] {
	position: absolute;
	top: 40%;
	display: inline-block;
	margin: 0px 0px 0px 1px;
	width: 48px;
	height: 48px;
	padding: 0px;
	color: #272727;
	font-size: 24px;
	line-height: 42px;
	text-align: center;
	border-radius: 0px;
	border-radius: 3px;
	border: 1px solid #e9e9e9;
	background-color: #e9e9e9 !important;
}

.tabbed-shop-carousel .owl-controls .owl-nav [class*="owl-prev"] {
	left: -24px;
}

.tabbed-shop-carousel .owl-controls .owl-nav [class*="owl-next"] {
	right: -24px;
}

.tabbed-shop-carousel .owl-controls .owl-nav [class*="owl-"]:hover {
	background-color: #77ae2a !important;
	color: #ffffff;
	border-color: #77ae2a;
}


@media screen and (max-width:768px) {
	.shop-tabs-box .tab-buttons .tab-btn {

		padding: 0px 8px;
		margin: 0px 0px 0px;

		font-size: 12px;

	}
}


/*** 

====================================================================
	Sponsors Section
====================================================================

***/

.sponsors-section {
	position: relative;
	background: #f4f4f4;
	padding: 100px 0px;
}

.sponsors-section.style-two {
	background: #ffffff;
}

.sponsors-section .image-box {
	position: relative;
	display: block;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	text-align: center;
}

.sponsors-section .image-box img {
	display: block;
	width: 100%;
}

.sponsors-section .inner-box {
	position: relative;
	overflow: hidden;
}

.sponsors-section .inner-box .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	background: rgba(252, 114, 30, 0.95);
	opacity: 0;
	border-radius: 3px;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sponsors-section .inner-box:hover .overlay-box {
	opacity: 1;
}

.sponsors-section .inner-box .overlay-box .overlay-inner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	padding: 20px;
	vertical-align: middle;
	display: table;
}

.sponsors-section .inner-box .overlay-box .overlay-content {
	position: relative;
	vertical-align: middle;
	display: table-cell;
}

.sponsors-section .inner-box .overlay-box .count {
	position: relative;
	top: -8px;
	display: inline-block;
	font-size: 32px;
	padding-right: 15px;
}

.sponsors-section .inner-box .overlay-box .text {
	position: relative;
	display: inline-block;
	font-size: 18px;
	padding-left: 15px;
	line-height: 1.5em;
}

.sponsors-section .inner-box .overlay-box .text:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 5%;
	height: 90%;
	border-left: 1px solid #ffffff;
}

.sponsors-section .owl-controls {
	padding: 0px !important;
	margin: 0px !important;
}

.sponsors-section .owl-controls .owl-nav,
.sponsors-section .owl-controls .owl-dots {
	display: none !important;
}

.sponsors-section.style-two .owl-controls .owl-dots {
	display: block !important;
	padding-top: 50px;
}

.sponsors-section.style-two .owl-controls .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
}

.sponsors-section.style-two .owl-controls .owl-dots .owl-dot.active span {
	background: #77ae2a;
}

/*** 

====================================================================
	Newsletter Style One
====================================================================

***/

.newsletter-style-one {
	position: relative;
	padding: 50px 0px;
	background-color: #77ae2a;
	color: #ffffff;
	margin-bottom: 20px;
}

.newsletter-style-one .auto-container {
	position: relative;
	z-index: 1;
}

.newsletter-style-one .title-column h2 {
	font-size: 28px;
	color: #ffffff;
	font-weight: 700;
	line-height: 1.2em;
	text-transform: capitalize;
}

.newsletter-style-one .title-column .text {
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	line-height: 1.2em;
	font-style: italic;
}

.newsletter-style-one .form-group {
	position: relative;
	display: block;
	margin: 0px;
	background: rgba(0, 0, 0, 0.03);
	border-radius: 3px;
}

.newsletter-style-one .form-group .floated-icon {
	position: absolute;
	right: 20px;
	top: 50%;
	font-size: 15px;
	color: #a04c18;
	line-height: 24px;
	margin-top: -12px;
	opacity: 0.80;
}

.newsletter-style-one .form-group input[type="text"],
.newsletter-style-one .form-group input[type="email"] {
	display: block;
	position: relative;
	width: 100%;
	line-height: 24px;
	background: none;
	color: #ffffff;
	height: 50px;
	font-size: 14px;
	padding: 13px 20px;
	-webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.10) inset;
	-ms-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.10) inset;
	-o-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.10) inset;
	-moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.10) inset;
	box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.10) inset;
	z-index: 1;
}

.newsletter-style-one ::-webkit-input-placeholder {
	color: #a04c18 !important;
	text-transform: capitalize;
}

.newsletter-style-one ::-moz-placeholder {
	color: #a04c18 !important;
	text-transform: capitalize;
}

.newsletter-style-one :-ms-input-placeholder {
	color: #a04c18 !important;
	text-transform: capitalize;
}

.newsletter-style-one input:-moz-placeholder {
	color: #a04c18 !important;
	text-transform: capitalize;
}

.newsletter-style-one input[type="submit"],
.newsletter-style-one button {
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	line-height: 30px;
	padding: 10px 15px;
	color: #77ae2a;
	text-transform: uppercase;
	font-size: 16px;
	background: #ffffff;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	border-radius: 3px;
}


/*** 

====================================================================
	News Section
====================================================================

***/

.news-section {
	position: relative;
	padding: 100px 0px;
}

.news-section .owl-controls {
	position: relative;
	padding: 0px !important;
	margin: 50px 0px 0px !important;
}

.news-section .owl-controls .owl-nav {
	display: none !important;
}

.news-section .owl-controls .owl-dots {
	margin: 0px !important;
}

.news-section .owl-controls .owl-dots .owl-dot span {
	background: #f0f0f0;
	margin: 0px 5px;
	width: 12px;
	height: 12px;
}

.news-section .owl-controls .owl-dots .owl-dot.active span {
	background: #77ae2a;
}

.news-style-one {
	position: relative;
}

.news-style-one .inner-box {
	position: relative;
	display: block;
}

.list-view .news-style-one {
	margin-bottom: 50px;
}

.large-image-view .news-style-one {
	margin-bottom: 50px;
}

.large-image-view .news-style-one .inner-box {
	padding: 20px 20px 25px;
	border: 1px solid #e9e9e9;
	border-radius: 3px;
}

.news-style-one .image-column {
	position: relative;
}

.news-style-one .image-box {
	position: relative;
	overflow: hidden;
	height: 280px;
}

.large-image-view .news-style-one .image-box {
	margin-bottom: 25px;

}

.news-style-one .image-box img {
	/* display: block; */
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-style-one .image-box .overlay-link {
	/* position: absolute;
	left: -100%;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #ffffff;
	background: #77ae2a;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease; */
}

.news-style-one:hover .image-box .overlay-link {
	left: 0px;
}

.news-style-one .image-box .overlay-link .icon {
	/* position: absolute;
	left: 50%;
	margin-left: -20px;
	top: 50%;
	margin-top: -20px;
	line-height: 40px;
	width: 40px;
	height: 40px;
	font-size: 24px; */
}

.news-style-one .content h3 {
	font-size: 20px;
	color: #272727;
	margin: -5px 0px 5px;
	font-weight: 600;
}

.news-style-one .content h3 a {
	color: #272727;
}

.news-style-one .content .post-meta {
	position: relative;
	margin-bottom: 10px;
}

.news-style-one .content .post-meta li {
	position: relative;
	display: inline-block;
	font-size: 14px;
	margin-right: 15px;
	font-style: italic;
}

.news-style-one .content .post-meta li a {
	position: relative;
	/* display: inline-block; */
	padding-left: 25px;
	font-style: italic;
	color: #9e9e9e;
}

.news-style-one .content .post-meta li .icon {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 14px;
	color: #77ae2a;
	font-style: normal;
}

.news-style-one .content .text {
	position: relative;
	margin-bottom: 15px;
	color: #9e9e9e;
	line-height: 1.8em;
}

.news-style-one .content .text p {
	margin-bottom: 25px;
}

.news-style-one .content .author-info {
	position: relative;
	padding: 20px 15px 0px 70px;
	border-top: 1px solid #e0e0e0;
}

.news-style-one .content .author-info:before {
	content: '';
	position: absolute;
	left: 0px;
	top: -1px;
	width: 50px;
	border-top: 1px solid #77ae2a;
}

.news-style-one .content .author-info .author-thumb {
	position: absolute;
	left: 0px;
	top: 15px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.news-style-one .content .author-info .author-thumb img {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.news-style-one .content .author-info h4 {
	font-size: 16px;
	line-height: 1.2em;
	font-weight: 700;
	color: #272727;
}

.news-style-one .content .author-info .designation {
	font-style: italic;
	color: #77ae2a;
}

.news-style-one .content a:hover {
	color: #000;
}

.news-style-one blockquote {
	position: relative;
	display: block;
	margin-bottom: 20px;
	margin-left: 50px;
	padding: 5px 5px 5px 20px;
	font-size: 18px;
	line-height: 1.8em;
	font-style: italic;
	font-family: 'Lato', sans-serif;
	border-left: 3px solid #77ae2a;
}


.blog-details .post-author {
	position: relative;
	color: #777777;
	margin-bottom: 50px;
}


.blog-details .post-author .inner-box {
	position: relative;
	padding: 35px 35px 35px 155px;
	min-height: 160px;
	background: #f4f4f4;
}

.blog-details .post-author .inner-box .author-thumb {
	position: absolute;
	left: 35px;
	top: 35px;
	width: 100px;
	height: 100px;
	border-radius: 2px;
}

.blog-details .post-author .inner-box .author-thumb img {
	display: block;
	width: 100%;
}

.blog-details .post-author h4 {
	position: relative;
	margin: -8px 0px 5px;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 400;
	color: #272727;
}

.blog-details .post-author h4 .author-designation {
	position: relative;
	color: #77ae2a;
	font-style: italic;
	font-family: 'Lato', sans-serif;
}

.blog-details .post-author .text {
	line-height: 1.8em;
	color: #777777;
}

.blog-details .post-author .text a {
	color: #777777;
	text-decoration: underline;
}

.blog-details .post-author .text a:hover {
	color: #77ae2a;
}

.blog-details .post-bottom {
	background: #ffffff;
	padding: 20px 0px 0px;
	border-top: 1px solid #e9e9e9;
}

.blog-details .post-bottom .share-options strong {
	font-weight: 600;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	color: #272727;
	padding-right: 10px;
}

.blog-details .post-bottom .share-options li {
	line-height: 34px;
	margin-right: 12px;
	float: left;
}

.blog-details .post-bottom .share-options li a {
	position: relative;
	display: inline-block;
	font-size: 14px;
	width: 34px;
	height: 34px;
	line-height: 32px;
	border: 1px solid #f4f4f4;
	background: #f4f4f4;
	text-align: center;
	color: #999999;
	border-radius: 50%;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.blog-details .post-bottom .share-options li a:hover {
	color: #ffffff;
	background: #77ae2a;
}

.social-links-one a {
	position: relative;
	display: inline-block;
	font-size: 14px;
	width: 34px;
	height: 34px;
	line-height: 32px;
	border: 1px solid #e9e9e9;
	text-align: center;
	color: #999999;
	margin: 0px 10px 0px 0px;
	border-radius: 5px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.social-links-one a:hover {
	color: #ffffff;
	background: #77ae2a;
}

.blog-details .post-bottom .post-controls li {
	position: relative;
	display: inline-block;
	padding: 5px 0px;
	line-height: 24px;
	font-weight: 600;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	color: #9e9e9e;
	margin-left: 20px;
}

.blog-details .post-bottom .post-controls li a {
	color: #9e9e9e;
}

.blog-details .post-bottom .post-controls li a:hover {
	color: #77ae2a;
}



@media screen and (max-width:768px) {
	.news-section .news-style-one {
		width: 49%;
		padding: 10px;
		box-shadow: 0 0 3px lightgray;
		/* border-radius: 8px; */
	}

	.news-section .news-carousel {
		display: flex;
		flex-wrap: wrap;
		gap: 6px;
	}

	.news-section .news-style-one .image-box {
		/* position: relative; */
		/* overflow: hidden; */
		height: 120px;
	}

	.news-section .news-style-one .content h3 {
		font-size: 15px;
		color: #272727;
		margin: -5px 0px 3px;
		font-weight: 600;
	}

	.news-style-one .content .post-meta li {

		font-size: 12px;
		margin-right: 10px;

	}

	.news-section .news-style-one .content .post-meta li a {
		position: relative;
		display: unset !important;
		padding-left: 22px;
		font-style: italic;
		color: #9e9e9e;
	}

	.news-section .news-style-one .content .text {
		display: none;
	}


	/* -----blog-page----- */


	.blog-page .news-style-one {
		width: unset;
		padding: 10px;
		box-shadow: 0 0 3px lightgray;
		/* border-radius: 8px; */
	}

	.blog-page .news-style-one .content .text {
		display: unset;
	}


}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.blog-details .comments-area {
	position: relative;
	margin-bottom: 50px;
}

.blog-details .comments-area .comment-box {
	position: relative;
}

.blog-details .comments-area .comment {
	position: relative;
	padding: 0px 0px 30px;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 30px;
}

.blog-details .comments-area .reply-comment {
	padding-left: 50px;
}

.blog-details .comments-area .comment .comment-inner {
	position: relative;
	padding-left: 120px;
}

.blog-details .comments-area .comment .author-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100px;
	height: 100px;
}

.blog-details .comments-area .comment .author-thumb img {
	width: 100%;
	display: block;
}

.blog-details .comments-area .comment .comment-header {
	position: relative;
	margin-bottom: 15px;
	color: #9e9e9e;
}

.blog-details .comments-area .comment .comment-header h4 {
	color: #272727;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}

.blog-details .comments-area .comment .comment-header .comment-info a {
	color: #77ae2a;
	font-style: italic;
}

.blog-details .comments-area .comment .text {
	line-height: 1.8em;
	color: #9e9e9e;
}

.padd-top-70 {
	padding-top: 70px !important;
}



/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
	position: relative;
	background-color: #272727;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	color: #bebebe;
}

.main-footer:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(16, 16, 16, 0.96);
}

.main-footer a,
.main-footer input,
.main-footer textarea {
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	color: unset;
}

.main-footer .auto-container {
	position: relative;
	z-index: 1;
}

.main-footer .widgets-section {
	position: relative;
	padding: 90px 0px 50px;
}

.main-footer .footer-column {
	position: relative;
}

.main-footer .footer-widget {
	position: relative;
	margin-bottom: 30px;
}

.main-footer .footer-column h2 {
	font-size: 24px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 30px;
	padding-bottom: 20px;
	color: #ffffff;
}

.main-footer .footer-column h2:before {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 70px;
	border-bottom: 3px solid #77ae2a;
}

.main-footer .footer-column h2:after {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 4px;
	width: 70px;
	border-bottom: 1px solid #77ae2a;
}

.main-footer .about-widget .text {
	text-align: justify;
	margin-bottom: 20px;
	margin-top: 8px;
}

.main-footer .contact-info {
	margin-bottom: 25px;
}




.main-footer .contact-info li {
	position: relative;
	padding: 10px 0px 10px 30px;
	line-height: 24px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.main-footer .contact-info li:last-child {
	border: none;
}

.main-footer .contact-info li .icon {
	position: absolute;
	left: 0px;
	top: 10px;
	line-height: 24px;
	font-size: 18px;
	color: #77ae2a;
}

.main-footer .social-links {
	position: relative;
	margin-bottom: 25px;
}

.main-footer .social-links a {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 5px;
	line-height: 30px;
	background: none;
	border: 1px solid #aaaaaa;
	color: #aaaaaa;
	font-size: 15px;
	text-align: center;
	border-radius: 2px;
}

.main-footer .social-links a:hover {
	border-color: #ffffff;
	color: #ffffff;
}

.main-footer .social-info {
	display: flex;
	gap: 10px;
}

.main-footer .social-info li {

	height: 50px;
	width: 50px;
	border: 1px solid #77ae2a;
	border-radius: 50%;

	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s ease;
}

.main-footer .social-info li:hover {

	background-color: white;
}

.main-footer .social-info li i {

	color: #77ae2a;
	font-size: 18px;

}

.main-footer .posts-widget .post {
	position: relative;
	min-height: 60px;
	padding-left: 75px;
	padding-bottom: 22px;
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.main-footer .posts-widget .post:last-child {
	border: none;
	padding-bottom: 0px;
}

.main-footer .posts-widget .post .post-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 60px;
	height: 60px;
}

.main-footer .posts-widget .post .post-thumb .overlay-link {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(252, 114, 30, 0.90);
	color: #ffffff;
	opacity: 0;
}

.main-footer .posts-widget .post:hover .post-thumb .overlay-link {
	opacity: 1;
}

.main-footer .posts-widget .post .post-thumb .overlay-link span {
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	width: 30px;
	margin-left: -15px;
	margin-top: -15px;
	line-height: 30px;
	font-size: 16px;
}

.main-footer .posts-widget .post .post-thumb img {
	display: block;
	width: 100%;
}

.main-footer .posts-widget .post .desc-text {
	position: relative;
	font-size: 15px;
	color: #bebebe;
	line-height: 1.8em;
	margin-bottom: 0px;
	top: -5px;
}

.main-footer .posts-widget .post .desc-text a {
	color: #bebebe;
}

.main-footer .posts-widget .post .time {
	color: #9e9e9e;
	line-height: 24px;
	font-style: italic;
}

.main-footer .posts-widget .post .time .fa {
	padding-right: 8px;
	color: #77ae2a;
	font-style: normal;
}

.main-footer .posts-widget .view-more {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 1px solid;
	color: #77ae2a;
	line-height: 20px;
}

.main-footer .posts-widget .view-more .fa {
	padding-left: 5px;
}

.main-footer .tags-widget .tags-list {
	display: flex;
	flex-wrap: wrap;
}

.main-footer .tags-widget .tags-list li {
	/* position:relative; */
	/* display:inline-block; */
	margin: 2px 5px 2px 0px;
	/* border: 1px solid white; */
	width: 40%;
	/* border: 2px solid red; */
}

.main-footer .tags-widget .tags-list li a {
	/* position:relative; */
	display: block;
	line-height: 24px;
	padding: 5px 6px;
	color: #bebebe;
	/* text-transform:capitalize; */
	/* border: 1px solid rgba(255, 255, 255, 0.10); */
	/* min-width: 70px; */
	/* width: 100px; */
	/* text-align:center; */
	border-radius: 20px;
	margin-bottom: 5px;
}

.main-footer .tags-widget .tags-list li a:hover {
	background: #77ae2a;
	color: #ffffff;
	border-color: #77ae2a;
}

.main-footer .work-hours h4 {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 10px;
}

.main-footer .work-hours p {
	line-height: 1.6em;
	margin-bottom: 5px;
}

.main-footer .contact-widget {
	position: relative;
}

.main-footer .contact-widget .text {
	margin-bottom: 20px;
}

.main-footer .contact-widget .form-group {
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.main-footer .contact-widget .form-group input[type="text"],
.main-footer .contact-widget .form-group input[type="tel"],
.main-footer .contact-widget .form-group input[type="email"],
.main-footer .contact-widget .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 8px 16px;
	height: 44px;
	color: #ffffff;
	font-size: 15px;
	border: 1px solid rgba(255, 255, 255, 0.10);
	border-radius: 3px;
	background: none;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .contact-widget .form-group textarea {
	height: 90px;
	resize: none;
}

.main-footer .contact-widget .form-group input[type="text"]:focus,
.main-footer .contact-widget .form-group input[type="tel"]:focus,
.main-footer .contact-widget .form-group input[type="email"]:focus,
.main-footer .contact-widget .form-group textarea:focus {
	border-color: #77ae2a;
}

.main-footer .contact-widget .form-group input[type="submit"],
.main-footer .contact-widget button {
	font-family: 'Montserrat', sans-serif;
	border-radius: 3px;
	padding: 8px 30px;
}

.main-footer .gallery-widget {
	position: relative;
}

.main-footer .gallery-widget .item {
	position: relative;
}

.main-footer .gallery-widget .item .overlay-link {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(252, 114, 30, 0.90);
	color: #ffffff;
	opacity: 0;
}

.main-footer .gallery-widget .item:hover .overlay-link {
	opacity: 1;
}

.main-footer .gallery-widget .item .overlay-link span {
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	width: 30px;
	margin-left: -15px;
	margin-top: -15px;
	line-height: 30px;
	font-size: 16px;
}

.main-footer .gallery-widget .item img {
	display: block;
	width: 100%;
}

.gallery-widget .owl-controls {
	padding: 0px !important;
	margin: 0px 0px 0px !important;
	position: absolute;
	right: 0px;
	top: -70px;
}

.gallery-widget .owl-controls .owl-nav {
	display: none !important;
}

.gallery-widget .owl-controls .owl-dots {}

.gallery-widget .owl-controls .owl-dots .owl-dot span {
	background: rgba(255, 255, 255, 0.10);
	margin: 0px 0px 0px 10px;
	width: 12px;
	height: 12px;
}

.gallery-widget .owl-controls .owl-dots .owl-dot.active span {
	background: #77ae2a;
}

.main-footer .footer-bottom {
	position: relative;
	padding: 24px 0px;
	line-height: 24px;
	font-size: 15px;
	background: #0a0a0a;
}

.main-footer .footer-bottom .author-name {
	color: #77ae2a;
}

.main-footer .footer-nav li {
	position: relative;
	display: inline-block;
	margin-left: 35px;
	line-height: 24px;
}

.main-footer .footer-nav li a {
	color: #9e9e9e;
}

.main-footer .footer-nav li a:hover {
	color: #77ae2a;
}

@media screen and (max-width:768px) {
	.main-footer .footer-column .footer-widget {
		/* padding-left: 20px!important; */
	}
}

/*** 

====================================================================
	Page Title Style
====================================================================

***/

.page-title {
	position: relative;
	padding: 90px 0px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
}

.page-title:before {
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.20);
}

.page-title .auto-container {
	position: relative;
	z-index: 1;
}

.page-title h1 {
	position: relative;
	font-size: 36px;
	font-weight: 700;
	color: #ffffff;
	padding-bottom: 20px;
	line-height: 1.5em;
}

.page-title h1:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: 0px;
	width: 80px;
	border-bottom: 3px solid #77ae2a
}

.page-title h2 {
	position: relative;
	font-size: 36px;
	font-weight: 700;
	color: #ffffff;
	padding-bottom: 20px;
	line-height: 1.5em;
}

.page-title h2:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: 0px;
	width: 80px;
	border-bottom: 3px solid #77ae2a
}

.page-info {
	position: relative;
	padding: 24px 0px;
	background: #ffffff;
	color: #272727;
	border-bottom: 1px solid #f0f0f0;
}

.page-info h2 {
	font-size: 16px;
	color: #272727;
	line-height: 24px;
	font-weight: 700;
}

.page-info .bread-crumb {
	position: relative;
	font-size: 15px;
}

.page-info .bread-crumb li {
	position: relative;
	float: left;
	margin-right: 30px;
	color: #9e9e9e;
	line-height: 24px;
}

.page-info .bread-crumb li:last-child {
	margin-right: 0px;
}

.page-info .bread-crumb li:after {
	content: '\f0da';
	font-family: 'FontAwesome';
	position: absolute;
	right: -22px;
	width: 10px;
	line-height: 28px;
	font-size: 14px;
	color: #77ae2a;
}

.page-info .bread-crumb li:last-child:after {
	display: none;
}

.page-info .bread-crumb li a {
	color: #9e9e9e;
}

.page-info .bread-crumb li a:hover {
	color: #77ae2a;
}



/*** 

====================================================================
	Fact Counter Section
====================================================================

***/

.fact-counter {
	position: relative;
	padding: 80px 0px 30px;
	background-color: #272727;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
	color: #ffffff;
}

.fact-counter:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.80;
	z-index: 0;
}

.fact-counter .auto-container {
	position: relative;
	z-index: 1;
}

.fact-counter .column {
	position: relative;
	margin-bottom: 40px;
	text-align: center;
	z-index: 5;
}

.fact-counter .column .icon {
	position: relative;
	top: 0px;
	font-size: 60px;
	line-height: 70px;
	margin-bottom: 20px;
	color: #77ae2a;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.fact-counter .count-outer {
	position: relative;
	font-size: 30px;
	font-weight: 700;
	padding: 0px 10px;
	margin-bottom: 20px;
}

.fact-counter .column .counter-title {
	position: relative;
	font-size: 20px;
	font-weight: 400;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
}

/*** 

====================================================================
	Default Section
====================================================================

***/

.about-us-section {
	position: relative;
	padding: 100px 0px 70px;
}

.about-us-section p {
	text-align: justify;
}

.about-us-section .column {
	position: relative;
	margin-bottom: 80px;
}

.about-us-section .text-column .text {
	margin-bottom: 35px;
	color: #9e9e9e;
	font-size: 15px;
	line-height: 1.8em;
}

.about-us-section .text-column .text strong {
	color: #272727;
	font-weight: 600;
}

.about-us-section .text-column h2 {
	font-size: 24px;
	color: #272727;
	font-weight: 400;
	text-transform: capitalize;
	margin-bottom: 25px;
}

.about-us-section .text-column .signature-image {
	position: relative;
	margin-bottom: 10px;
}

.about-us-section .text-column .about-owner h4 {
	font-size: 16px;
	font-weight: 600;
	color: #272727;
}

.about-us-section .text-column .about-owner .designation {
	color: #999999;
	font-style: italic;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

.about-us-section .text-column .about-owner .company-title {
	color: #77ae2a;
	font-style: italic;
	font-family: 'Lato', sans-serif;
}

.about-us-section .video-box {
	position: relative;
}

.about-us-section .video-box img {
	display: block;
	width: 100%;
	height: 600px;
	object-fit: cover;
}

.about-us-section .video-box .video-link {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.10);
	transition: all 300ms ease;
}

.video-box .video-link .icon {
	position: absolute;
	width: 100%;
	height: 50px;
	line-height: 1em;
	font-size: 64px;
	top: 50%;
	color: #ffffff;
	margin-top: -25px;
	text-align: center;
}

.about-us-section .video-box .video-link:hover {
	background: rgba(0, 0, 0, 0.30);
}

.about-us-section .our-services {
	padding: 80px 0px 0px;
	border-top: 1px solid #f0f0f0;
}

.about-us-section .our-services .service-sub-text {
	padding-top: 10pxfactsheet
}

.about-us-section .our-services .service-block-one {
	position: relative;
	margin-bottom: 30px;
}

.no-padd-top {
	padding-top: 0px !important;
}

@media screen and (max-width:768px) {
	.about-us-section {
		/* position: relative; */
		padding: 50px 0px 50px;
	}
}

/*** 

====================================================================
	best-service-two
====================================================================

***/

.best-service-two {
	position: relative;
	padding: 100px 0px;
	background-color: #272727;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.best-service-two:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.15;
	z-index: 0;
}

.best-service-two .auto-container {
	position: relative;
	z-index: 1;
}

.best-service-two .sec-title-four {
	margin-bottom: 50px;
}

.best-service-two .sec-title-four h2 {
	color: #ffffff;
}

.best-service-two .auto-container .row {
	margin-left: -1px;
	margin-right: -1px;
}

.service-block-three {
	position: relative;
	padding: 1px;
}

.service-block-three .inner-box {
	/* position: relative; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 95%;
	padding: 25px 20px;
	background: #ffffff;
	text-align: center;
	color: #272727;
	transition: all 700ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	/* border: 1px solid red; */
}

.service-block-three .inner-box:hover {
	/* color: #ffffff; */
	border: 1px solid #77ae2a;
}

.service-block-three .inner-box .icon-box {
	/* position: relative; */
	/* line-height: 1em; */
	/* font-size: 48px; */
	height: 80px;
	width: 80px;
	margin: auto;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.service-block-three .inner-box .icon-box img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.service-block-three .inner-box h3 {
	position: relative;
	line-height: 1.5em;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
}

@media screen and (max-width:768px) {
	.about-us-section .service-block-three .inner-box {


		width: 100%;
		padding: 12px 12px;

		/* border: 1px solid red; */
	}

	.about-us-section p {
		text-align: justify;
		font-size: 12px;
	}

	.about-us-section .service-block-three .inner-box h3 {

		font-size: 18px;

	}

	.about-us-section .service-block-three .inner-box .icon-box {
		/* position: relative; */
		/* line-height: 1em; */
		/* font-size: 48px; */
		height: 60px;
		width: 60px;

	}

	.about-us-section .our-services .service-block-one .inner-box h3 {

		font-size: 18px;

	}

	.about-us-section .our-services .service-block-one .inner-box .text {
		color: #9e9e9e;
		margin-top: 10px;
		font-size: 14px;
	}

	.about-us-section .our-services .service-block-one .inner-box {
		position: relative;
		padding-left: 50px;
	}

	.about-us-section .our-services .service-block-one .inner-box .icon-box {

		font-size: 33px;

	}
}

/*** 

====================================================================
	Team Section One
====================================================================

***/

.team-section-one {
	position: relative;
	padding: 100px 0px 60px;
}

.team-member-one {
	position: relative;
	margin-bottom: 40px;
}

.team-member-one .image-box {
	position: relative;
	overflow: hidden;
}

.team-member-one .image-box img {
	display: block;
	width: 100%;
}

.team-member-one .image-box .overlay {
	position: absolute;
	left: -100%;
	top: 0px;
	width: 100%;
	height: 100%;
	color: #ffffff;
	text-align: center;
	background: rgb(119 174 42 / 81%);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.team-member-one:hover .image-box .overlay {
	left: 0px;
}

.team-member-one .image-box .overlay .social-links {
	position: absolute;
	left: 0px;
	top: 50%;
	width: 100%;
	margin-top: -20px;
}

.team-member-one .image-box .overlay .social-links li {
	display: inline-block;
	margin: 0px 5px;
}

.team-member-one .image-box .overlay .social-links a {
	position: relative;
	width: 40px;
	height: 40px;
	display: inline-block;
	line-height: 24px;
	padding: 7px 0px;
	color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 50%;
}

.team-member-one .image-box .overlay .social-links a:hover {
	color: #77ae2a;
	background: #ffffff;
}

.team-member-one .lower-content {
	position: relative;
	padding: 25px 0px 0px 0px;
}

.team-member-one .lower-content h3 {
	font-size: 20px;
	font-weight: 600;
	color: #272727;
	text-transform: capitalize;
	line-height: 1.4em;
}

.team-member-one .lower-content h3 a {
	color: #272727;
}

.team-member-one .lower-content h3 a:hover {
	color: #77ae2a;
}

.team-member-one .lower-content .designation {
	font-size: 16px;
	font-style: italic;
	color: #77ae2a;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.team-member-one .lower-content .desc-text {
	font-size: 15px;
	color: #9e9e9e;
	line-height: 1.8em;
	margin-bottom: 20px;
}

.team-member-one .lower-content .read-more {
	font-size: 14px;
	color: #333333;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.6em;
}

.team-member-one .lower-content .read-more .fa {
	padding-left: 5px;
}

.team-member-one .lower-content .read-more:hover {
	color: #77ae2a;
}


@media screen and (max-width:768px) {
	.team-section-one {
		position: relative;
		padding: 50px 0px 50px;
	}

	.team-section-one .team-member-one {
		position: relative;
		margin-bottom: 5px;
		padding: 8px;
		box-shadow: 0 0 3px lightgrey;
		height: 250px;
		margin-bottom: 10px;
	}

	.team-section-one .team-member-one .lower-content .designation {
		font-size: 15px;
		font-style: italic;
		color: #77ae2a;
		text-transform: capitalize;
		margin-bottom: 20px;
	}

	.team-section-one .team-member-one .lower-content .desc-text {
		display: none;
	}


}

/*** 

====================================================================
	FAQs Section style
====================================================================

***/

.faqs-section {
	position: relative;
	padding: 100px 0px;
}

.faqs-section .faqs-container {
	margin-bottom: 50px;
}

.accordion-box {
	position: relative;
}

.accordion-box .block {
	position: relative;
	margin-bottom: 10px;
	border: 1px solid #f0f0f0;
}

.accordion-box .block .acc-btn {
	position: relative;
	font-size: 16px;
	margin-bottom: 0px;
	cursor: pointer;
	background: none;
	line-height: 30px;
	padding: 20px 25px 20px 70px;
	overflow: hidden;
	font-weight: 400;
	color: #1c2125;
	border-radius: 2px;
	font-family: 'Montserrat', sans-serif;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.accordion-box .block .icon-outer {
	position: absolute;
	left: 25px;
	top: 18px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	background: #272727;
	border-radius: 50%;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	display: flex;
	justify-content: center;
	align-items: center;
}

.accordion-box .block .icon-outer .icon {
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -15px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon-plus {
	opacity: 1;
	display: block;
}

.accordion-box .block .icon-outer .icon-minus {
	opacity: 0;
	display: none;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
	opacity: 1;
	display: block;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
	opacity: 0;
	display: none;
}

.accordion-box .block .acc-btn.active .icon-outer {
	background: #77ae2a;
}

.accordion-box.style-two .block .acc-btn.active .icon-outer {
	background: none;
	color: #77ae2a;
}

.accordion-box .block .acc-content {
	position: relative;
	display: none;
}

.accordion-box .block .acc-content.current {
	display: block;
}

.accordion-box .block .content {
	position: relative;
	font-size: 16px;
	background: #f4f4f4;
	padding: 20px 25px;
	color: #888888;
}

.accordion-box .block .content p {
	margin-bottom: 20px;
	line-height: 1.8em;
}

.accordion-box .block .content p:last-child {
	margin-bottom: 0px;
}

.ask-questions .form-box {
	padding: 30px 30px 0px;
}

.ask-questions .default-form .form-group {
	margin-bottom: 30px;
}

/*** 

====================================================================
	Call to Action Style One
====================================================================

***/

.call-to-action-one {
	position: relative;
	padding: 40px 0px;
	background-color: #77ae2a;
	color: #ffffff;
}

.call-to-action-one h3 {
	font-size: 24px;
	color: #ffffff;
	font-weight: 400;
	line-height: 44px;
	font-family: 'Lato', sans-serif;
}

.call-to-action-one .theme-btn:hover {
	border-color: #272727 !important;
	color: #272727 !important;
	background: none;
}

/*** 

====================================================================
	Pricing Section
====================================================================

***/

.pricing-section {
	position: relative;
	padding: 90px 0px 70px;
	background: #ffffff;
}

.pricing-column {
	position: relative;
	margin-bottom: 40px;
}

.pricing-column .inner-box {
	position: relative;
	display: block;
	border: 1px solid #e0e0e0;
	background: #ffffff;
	text-align: center;
	color: #999999;
	border-radius: 3px;
	transition: all 300ms ease;
}

.pricing-column .inner-box:hover {
	background: #272727;
	color: #ffffff;
	border-color: #272727;
}

.pricing-column .price-header {
	position: relative;
	padding: 25px 20px;
	line-height: 1em;
}

.pricing-column .price-header .price {
	font-size: 48px;
	font-weight: 700;
	line-height: 1em;
	color: #272727;
	font-family: 'Lato', sans-serif;
}

.pricing-column .inner-box:hover .price-header .price,
.pricing-column .inner-box:hover .price-header sub {
	color: #ffffff;
}

.pricing-column .price-header sub {
	font-size: 15px;
	color: #272727;
	font-weight: 400;
}

.pricing-column .price-header sup {
	position: relative;
	top: -20px;
	font-size: 20px;
	font-weight: 700;
}

.pricing-column .plan-title {
	position: relative;
	padding: 30px 10px;
	color: #77ae2a;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4em;
	text-transform: capitalize;
	border-bottom: 1px solid #e0e0e0;
}

.pricing-column .inner-box:hover .plan-title {
	border-color: rgba(255, 255, 255, 0.10);
}

.pricing-column:hover .plan-title,
.pricing-column.best-plan .plan-title {
	color: #ffffff;
}

.pricing-column .lower-content {
	position: relative;
	padding: 0px 15px 40px;
}

.pricing-column .lower-content .spec-list {
	position: relative;
	padding: 10px 0px 20px;
}

.pricing-column .lower-content .spec-list li {
	line-height: 24px;
	padding: 10px 15px;
	font-size: 15px;
}

.pricing-column .theme-btn {
	padding: 10px 50px;
}

.pricing-column:hover .theme-btn,
.pricing-column.best-plan .theme-btn {
	background: #77ae2a !important;
	border-color: #77ae2a !important;
	color: #ffffff !important;
}

/*** 

====================================================================
	Project Details
====================================================================

***/

.project-details {
	position: relative;
	padding: 100px 0px;
	background: #ffffff;
}

.project-details .project-images {
	position: relative;
	margin-bottom: 50px;
}

.project-details .project-images .image-column {
	position: relative;
	margin-bottom: 30px;
}

.project-details .project-images .image-column img {
	display: block;
	width: 100%;
	transition: all 300ms ease;
}

.project-details .project-images .image-column img:hover {
	opacity: 0.70;
}

.project-details h2 {
	font-size: 30px;
	font-weight: 700;
	color: #272727;
	margin-bottom: 20px;
}

.project-details .info-column,
.project-details .content-column {
	margin-bottom: 20px;
}

.project-details .project-content .text {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8em;
	color: #888888;
	margin-bottom: 20px;
}

.project-details .project-content .social-links a {
	display: inline-block;
	margin-right: 25px;
	font-size: 18px;
	color: #9e9e9e;
	transition: all 300ms ease;
}

.project-details .project-content .social-links a:hover {
	color: #77ae2a;
}

.project-details .proj-info li {
	position: relative;
	font-size: 16px;
	font-style: italic;
	color: #999999;
	margin-bottom: 15px;
}

.project-details .proj-info li strong {
	font-weight: 600;
	font-size: 16px;
	font-style: normal;
	font-family: 'Montserrat', sans-serif;
	color: #272727;
	padding-right: 15px;
}

.project-details .proj-info .rating {
	color: #77ae2a;
}

/*** 

====================================================================
	Project Nav
====================================================================

***/

.project-details .post-nav {
	position: relative;
	margin: 30px auto;
	padding: 35px 0px;
	text-align: center;
	border: 1px solid #e0e0e0;
	border-left: none;
	border-right: none;
}

.project-details .post-nav .prev-post,
.project-details .post-nav .next-post {
	position: relative;
	z-index: 1;
}

.project-details .post-nav a {
	position: relative;
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	color: #9e9e9e;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	transition: 300ms ease;
}

.project-details .post-nav a:hover {
	color: #77ae2a !important;
}

.project-details .post-nav a .fa {
	position: relative;
	top: 2px;
	font-size: 24px;
}

.project-details .owl-controls .owl-dots {
	display: none !important;
}

.project-details .owl-controls {
	margin: 0px !important;
}

.project-details .owl-controls .owl-nav {
	margin: 0px !important;
}

.project-details .owl-controls .owl-nav [class*="owl-"] {
	position: absolute;
	top: 50%;
	display: inline-block;
	margin: -50px 0px 0px 0px;
	width: 40px;
	height: 100px;
	padding: 0px;
	color: #ffffff;
	font-size: 24px;
	line-height: 100px;
	text-align: center;
	border-radius: 0px;
	border: none;
	background-color: #272727 !important;
}

.project-details .owl-controls .owl-nav [class*="owl-prev"] {
	left: 0px;
}

.project-details .owl-controls .owl-nav [class*="owl-next"] {
	right: 0px;
}

.project-details .owl-controls .owl-nav [class*="owl-"]:hover {
	background-color: #77ae2a !important;
	border-color: #77ae2a;
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination {
	position: relative;
}

.styled-pagination li {
	position: relative;
	display: inline-block;
	margin: 0px 7px 7px 0px;
}

.styled-pagination li a {
	position: relative;
	display: block;
	line-height: 20px;
	padding: 10px 5px;
	font-size: 16px;
	text-transform: capitalize;
	min-width: 42px;
	border: 1px solid #e0e0e0;
	background: #efefef;
	color: #111111;
	font-weight: 500;
	text-align: center;
	border-radius: 2px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.styled-pagination li a.next {
	font-size: 16px;
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
	color: #ffffff;
	background: #77ae2a;
	border-color: #77ae2a;
}

/*** 

====================================================================
	Sidebar
====================================================================

***/

.sidebar-page-container {
	position: relative;
	padding: 50px 0px 70px;
}

.sidebar-page-container .sidebar {
	margin-bottom: 30px;
}

.sidebar-title {
	position: relative;
	margin-bottom: 40px;
}

.sidebar-title h3 {
	position: relative;
	font-size: 24px;
	color: #272727;
	font-weight: 700;
	padding-bottom: 12px;
	text-transform: capitalize;
}

.sidebar-title h3:after {
	position: absolute;
	content: '';
	width: 70px;
	height: 1px;
	left: 0px;
	bottom: 3px;
	background-color: #77ae2a;
}

.sidebar-title h3:before {
	position: absolute;
	content: '';
	width: 70px;
	height: 2px;
	left: 0px;
	bottom: 0px;
	background-color: #77ae2a;
}

.sidebar .sidebar-widget {
	position: relative;
	margin-bottom: 50px;
}

.sidebar .boxed-nav {
	position: relative;
}

.sidebar .boxed-nav .nav-outer {
	position: relative;
	border: 1px solid #e0e0e0;
	font-family: 'Lato', sans-serif;
	border-radius: 5px;
}

.sidebar .boxed-nav ul li {
	position: relative;
}

.sidebar .boxed-nav ul li:last-child a {
	border: none;
}

.sidebar .boxed-nav li a {
	position: relative;
	display: block;
	line-height: 30px;
	padding: 10px 15px;
	text-transform: uppercase;
	color: #272727;
	font-size: 14px;
	font-weight: 700;
	border-bottom: 1px solid #e0e0e0;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.sidebar .boxed-nav li:hover a,
.sidebar .boxed-nav li.current a,
.sidebar .boxed-nav li a.active-btn {
	background: #77ae2a;
	color: #ffffff;
	border-color: #77ae2a;
}

.sidebar .downloads li {
	position: relative;
	margin-bottom: 12px;
	font-family: 'Montserrat', sans-serif;
}

.sidebar .downloads li a {
	position: relative;
	display: block;
	padding: 16px 15px 16px 68px;
	color: #272727;
	font-size: 16px;
	background: #f4f4f4;
	line-height: 30px;
	transition: all 500ms ease;
}

.sidebar .downloads li a:after {
	content: '\f0da';
	font-family: 'FontAwesome';
	position: absolute;
	right: 15px;
	font-size: 16px;
	top: 50%;
	margin-top: -15px;
	line-height: 30px;
}

.sidebar .downloads li a:hover {
	background: #77ae2a;
	color: #ffffff;
}

.sidebar .downloads li a .icon {
	position: absolute;
	left: -2px;
	top: 8px;
	width: 50px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 20px;
	background: #272727;
	color: #ffffff;
}

.sidebar .styled-nav {
	position: relative;
	font-family: 'Montserrat', sans-serif;
}

.sidebar .styled-nav .nav-outer {
	position: relative;
}

.sidebar .styled-nav .nav-outer ul {
	border: 1px solid #e9e9e9;
	border-radius: 2px;
}

.sidebar .styled-nav ul li {
	position: relative;
}

.sidebar .styled-nav ul li:last-child a {
	border: none;
}

.sidebar .styled-nav li a {
	position: relative;
	display: block;
	margin-left: -1px;
	margin-right: -1px;
	line-height: 30px;
	padding: 10px 15px 10px 45px;
	text-transform: capitalize;
	color: #9e9e9e;
	font-size: 15px;
	border-bottom: 1px solid #e9e9e9;
	font-weight: 400;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.sidebar .styled-nav li a:before {
	content: '\f0a9';
	font-family: 'FontAwesome';
	position: absolute;
	left: 20px;
	font-size: 16px;
	top: 50%;
	margin-top: -15px;
	line-height: 30px;
	color: #77ae2a;
}

.sidebar .styled-nav li:hover a,
.sidebar .styled-nav li.current a {
	color: #ffffff;
	background: #77ae2a;
	border-color: #77ae2a;
}

.sidebar .styled-nav li.current a:before,
.sidebar .styled-nav li:hover a:before {
	color: #ffffff;
}

.sidebar .search-box .form-group {
	position: relative;
	margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
	position: relative;
	line-height: 26px;
	padding: 10px 30px 10px 15px;
	border: 1px solid #e0e0e0;
	height: 48px;
	background: #f4f4f4;
	color: #3a3a3a;
	display: block;
	width: 100%;
	border-radius: 3px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.sidebar .search-box .form-group input:focus {
	border-color: #77ae2a;
}

.sidebar .search-box .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 48px;
	width: 50px;
	line-height: 48px;
	text-align: center;
	display: block;
	font-size: 16px;
	color: #ffffff;
	background: #77ae2a;
	border-radius: 0px 3px 3px 0px;
}

.sidebar .search-box .form-group input:focus+button,
.sidebar .search-box .form-group button:hover {
	color: #272707;
}

.sidebar .recent-posts .post {
	position: relative;
	min-height: 65px;
	padding-left: 85px;
	margin-bottom: 25px;
}

.sidebar .recent-posts .post:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.sidebar .recent-posts .post .post-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 65px;
	height: 65px;
}

.sidebar .recent-posts .post .post-thumb .overlay-link {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(252, 114, 30, 0.90);
	color: #ffffff;
	opacity: 0;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.sidebar .recent-posts .post:hover .post-thumb .overlay-link {
	opacity: 1;
}

.sidebar .recent-posts .post .post-thumb .overlay-link span {
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	width: 30px;
	margin-left: -15px;
	margin-top: -15px;
	line-height: 30px;
	font-size: 16px;
}

.sidebar .recent-posts .post .post-thumb img {
	display: block;
	width: 100%;
}

.sidebar .recent-posts .post h4 {
	position: relative;
	top: -5px;
	font-size: 16px;
	color: #272727;
	font-weight: 600;
	line-height: 1.4em;
}

.sidebar .recent-posts .post h4 a {
	color: #272727;
}

.sidebar .recent-posts .post .post-meta {
	color: #9e9e9e;
	line-height: 24px;
	font-style: italic;
}

.sidebar .recent-posts .post .post-meta a {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	color: #9e9e9e;
	line-height: 24px;
	font-style: italic;
}

.sidebar .recent-posts .post .post-meta .fa {
	position: relative;
	padding-right: 5px;
	color: #77ae2a;
	font-style: normal;
}

.sidebar .popular-tags a {
	position: relative;
	display: inline-block;
	line-height: 24px;
	font-family: 'Lato', sans-serif;
	padding: 8px 10px;
	margin: 0px 7px 10px 0px;
	border: 1px solid #e9e9e9;
	background: #ffffff;
	color: #9e9e9e;
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize;
	text-align: center;
	border-radius: 2px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.sidebar .popular-tags a:hover {
	background-color: #77ae2a;
	border-color: #77ae2a;
	color: #ffffff;
}

.sidebar .list {
	position: relative;
	font-family: 'Lato', sans-serif;
}

.sidebar .list li {
	position: relative;
	border-bottom: 1px solid #f0f0f0;
}

.sidebar .list li a {
	position: relative;
	display: block;
	color: #9e9e9e;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	padding: 15px 0px 15px 25px;
}

.sidebar .list li:first-child a {
	padding-top: 0px;
}

.sidebar .list li a:before {
	font-family: 'FontAwesome';
	content: '\f114';
	position: absolute;
	left: 0px;
	top: 14px;
	display: block;
	font-size: 16px;
	line-height: 24px;
}

.sidebar .list li:first-child a:before {
	top: 0px;
}

.sidebar .list li a:hover {
	color: #77ae2a;
}

.sidebar .list-two {
	position: relative;
	font-family: 'Lato', sans-serif;
}

.sidebar .list-two li {
	position: relative;
	border-bottom: 1px solid #f0f0f0;
}

.sidebar .list-two li a {
	position: relative;
	display: block;
	color: #9e9e9e;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	padding: 15px 0px 15px 25px;
}

.sidebar .list-two li:first-child a {
	padding-top: 0px;
}

.sidebar .list-two li a:before {
	font-family: 'Flaticon';
	content: '\f119';
	position: absolute;
	left: 0px;
	top: 14px;
	display: block;
	font-size: 16px;
	line-height: 24px;
}

.sidebar .list-two li:first-child a:before {
	top: 0px;
}

.sidebar .list-two li a:hover {
	color: #77ae2a;
}

.sidebar .list-three {
	position: relative;
	font-family: 'Lato', sans-serif;
}

.sidebar .list-three li {
	position: relative;
	border-bottom: 1px solid #f0f0f0;
}

.sidebar .list-three li a {
	position: relative;
	display: block;
	color: #9e9e9e;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	padding: 15px 0px 15px 25px;
}

.sidebar .list-three li:first-child a {
	padding-top: 0px;
}

.sidebar .list-three li a:before {
	font-family: 'FontAwesome';
	content: '\f105';
	position: absolute;
	left: 0px;
	top: 14px;
	display: block;
	font-size: 18px;
	color: #77ae2a;
	line-height: 24px;
}

.sidebar .list-three li:first-child a:before {
	top: 0px;
}

.sidebar .list-three li a:hover {
	color: #77ae2a;
}

.sidebar .text-widget {
	position: relative;
	color: #9e9e9e;
}

.sidebar .text-widget .text p {
	margin-bottom: 15px;
}

.sidebar .text-widget .text p:last-child {
	margin-bottom: 0px;
}


.sidebar .testimonials {
	position: relative;
}

.sidebar .testimonials .upper-content {
	position: relative;
	padding: 25px 10px 25px 45px;
	background: #272727 url(../images/icons/curved-quote-icon.png) left top no-repeat;
	color: #ffffff;
	font-size: 18px;
	border-radius: 5px;
	margin-bottom: 30px;
}

.sidebar .testimonials .upper-content:after {
	content: '';
	position: absolute;
	left: 30px;
	top: 100%;
	border: 7px solid transparent;
	border-top: 10px solid #272727;
}

.sidebar .testimonials .testi-info {
	position: relative;
	padding-top: 10px;
	padding-left: 80px;
	min-height: 75px;
}

.sidebar .testimonials .testi-info .author-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 70px;
}

.sidebar .testimonials .testi-info h4 {
	color: #272727;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
}

.sidebar .testimonials .testi-info .designation {
	font-size: 16px;
	color: #77ae2a;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

.sidebar .testimonials .testi-info .rating .fa {
	font-size: 14px;
	color: #77ae2a;
	margin-right: 5px;
}

.sidebar .testimonials .owl-controls {
	display: none !important;
}

.rangeslider-widget .val-box {
	position: relative;
	display: inline-block;
	margin: 7px 5px 7px 0px;
	line-height: 24px;
	font-size: 14px;
	border: 1px solid #dadada;
	padding: 8px 10px;
	width: 70px;
	text-align: center;
}

.rangeslider-widget button {
	position: relative;
	display: inline-block;
	line-height: 24px;
	border: 1px solid #272727;
	padding: 8px 25px;
	background: #272727;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	border-radius: 3px;

}

.rangeslider-widget .noUi-connect {
	background: #77ae2a !important;
}

.rangeslider-widget .noUi-background {
	background: #f0f0f0 !important;
}

.rangeslider-widget .noUi-handle {
	background: #f7f7f7 !important;
	border-radius: 50% !important;
	box-shadow: none;
	border: 2px solid #77ae2a;
	cursor: pointer;
}

.rangeslider-widget .form-group {
	margin-bottom: 0px;
}

.sidebar .best-sellers .item {
	position: relative;
	font-size: 16px;
	margin-bottom: 30px;
	min-height: 110px;
	padding: 0px 0px 30px 100px;
	color: #cccccc;
	border-bottom: 1px solid #e9e9e9;
}

.sidebar .best-sellers .item .post-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 80px;
	height: 80px;
	border: 1px solid #e9e9e9;
}

.sidebar .best-sellers .item .post-thumb img {
	width: 100%;
	display: block;
}

.sidebar .best-sellers .item h4 {
	font-size: 15px;
	font-weight: 600;
	margin: 0px 0px;
	line-height: 1.4em;
	color: #272727;
	font-family: 'Montserrat', serif;
}

.sidebar .best-sellers .item h4 a {
	color: #272727;
}

.sidebar .best-sellers .item a:hover,
.sidebar .best-sellers .item a:hover {
	color: #77ae2a;
}

.sidebar .best-sellers .item .rating {
	font-size: 12px;
	color: #77ae2a;
	letter-spacing: 3px;
}

.sidebar .best-sellers .item .item-price {
	font-size: 16px;
	font-weight: 500;
	color: #77ae2a;
}

.sidebar .best-sellers .item .item-price .strike-through {
	color: #9e9e9e;
	padding-right: 8px;
}


/*** 

====================================================================
	Team Member Single Section
====================================================================

***/

.team-member-single {
	position: relative;
	padding-bottom: 40px;
}

.team-member-single .basic-details {
	position: relative;
	padding-bottom: 30px;
	border-bottom: 1px solid #e9e9e9;
}

.team-member-single .image-column,
.team-member-single .info-column {
	margin-bottom: 20px;
}

.team-member-single .basic-details .info-header {
	position: relative;
	margin-top: -7px;
	margin-bottom: 15px;
}

.team-member-single .basic-details .info-header .member-title {
	font-size: 22px;
	color: #272727;
	font-weight: 700;
	text-transform: capitalize;
}

.team-member-single .basic-details .info-header .designation {
	font-size: 16px;
	color: #77ae2a;
	text-transform: capitalize;
	font-style: italic;
}

.team-member-single .basic-details .quoted-text {
	font-size: 20px;
	color: #77ae2a;
	line-height: 1.7em;
	font-style: italic;
	margin-bottom: 15px;
	max-width: 80%;
}

.team-member-single .basic-details .desc-text {
	font-size: 15px;
	line-height: 1.8em;
	color: #9e9e9e;
	margin-bottom: 15px;
}

.team-member-single .basic-details .social-links {
	position: relative;
}

.team-member-single .basic-details .social-links a {
	position: relative;
	display: inline-block;
	font-size: 14px;
	margin-right: 25px;
	line-height: 24px;
	color: #9e9e9e;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.team-member-single .basic-details .social-links a:hover {
	color: #77ae2a;
}

.team-member-single .educational-details {
	position: relative;
	padding: 50px 0px 20px;
	border-bottom: 1px solid #e9e9e9;
	overflow: hidden;
}

.team-member-single .educational-details .row {
	margin-left: -40px;
	margin-right: -40px;
}

.team-member-single .educational-details .block {
	position: relative;
	padding: 0px 40px;
	margin-bottom: 30px;
}

.team-member-single .educational-details .block .inner-box {
	position: relative;
	padding-left: 80px;
}

.team-member-single .educational-details .block .icon-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 60px;
	height: 60px;
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	background: #77ae2a;
	color: #ffffff;
	border-radius: 50%;
}

.team-member-single .educational-details .block h3 {
	font-size: 18px;
	font-weight: 700;
	color: #272727;
	margin-bottom: 5px;
}

.team-member-single .educational-details .block .text {
	line-height: 1.8em;
	color: #9e9e9e;
}

.team-member-single .experties {
	position: relative;
	padding: 50px 0px;
	border-bottom: 1px solid #e9e9e9;
}

.team-member-single .expert-block {
	position: relative;
}

.team-member-single .expert-block .inner-box {
	position: relative;
	padding: 40px 15px 30px;
	background: #f4f4f4;
	text-align: center;
}

.team-member-single .expert-block .icon-box {
	position: relative;
	font-size: 36px;
	line-height: 1em;
	margin-bottom: 10px;
	color: #77ae2a;
}

.team-member-single .expert-block h4 {
	color: #272727;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 0px;
}

.team-member-single .expert-block .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(252, 114, 30, 0.95);
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
}

.team-member-single .expert-block:hover .overlay-box {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	transform: scale(1, 1);
}

.team-member-single .expert-block .over-inner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: table;
	padding: 10px 15px;
	vertical-align: middle;
}

.team-member-single .expert-block .over-inner .content {
	position: relative;
	font-size: 15px;
	color: #ffffff;
	line-height: 1.7em;
	display: table-cell;
	vertical-align: middle;
}

.team-member-single .experties .owl-controls .owl-dots {
	display: none !important;
}

.team-member-single .experties .owl-controls {
	margin: 20px 0px 0px !important;
}

.team-member-single .experties .owl-controls .owl-nav {
	margin: 0px !important;
	text-align: right;
}

.team-member-single .experties .owl-controls .owl-nav [class*="owl-"] {
	position: relative;
	display: inline-block;
	margin: 0px 0px 0px 10px;
	width: 42px;
	height: 42px;
	padding: 0px !important;
	color: #272727;
	font-size: 24px;
	line-height: 42px;
	text-align: center;
	border-radius: 0px;
	border-radius: 3px;
	background-color: #e9e9e9 !important;
}

.team-member-single .experties .owl-controls .owl-nav [class*="owl-"]:hover {
	background-color: #77ae2a !important;
	color: #ffffff;
	border-color: #77ae2a;
}

.team-member-single .experties {
	position: relative;
	padding: 50px 0px;
	border-bottom: 1px solid #e9e9e9;
}

.team-member-single .contact-now {
	position: relative;
	padding: 50px 0px 0px;
}

.team-member-single .contact-now .column {
	margin-bottom: 20px;
}

.team-member-single .form-box {
	background: #f4f4f4;
}

.team-member-single .default-form input,
.team-member-single .default-form select,
.team-member-single .default-form textarea {
	background-color: #ffffff;
}

.team-member-single .form-box .form-group button {
	padding: 11px 20px;
}

.info-style-one {
	position: relative;
}

.info-style-one .contact-address-box {
	position: relative;
	padding: 8px;
	padding-left: 70px;
	margin-bottom: 20px;
	box-shadow: 0 0 3px lightgray;
	height: 135px;

}

.info-style-one .contact-address-box .icon-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	color: #ffffff;
	background: #77ae2a;
}

.info-style-one .contact-address-box h4 {
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 0px;
	color: #272727;
	text-transform: capitalize;
}

.info-style-one .contact-address-box .text {
	line-height: 1.35em;
	/* text-align: justify; */
	color: #9e9e9e;
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section {
	position: relative;
	padding: 100px 0px 60px;
}

.default-services-block {
	position: relative;
	margin-bottom: 40px;
}

.default-services-block .inner-box {
	position: relative;
	display: block;
}

.default-services-block .image-box {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}

.default-services-block .image-box img {
	display: block;
	width: 100%;
}

.default-services-block .image-box .overlay-box {
	position: absolute;
	left: 0px;
	top: -100%;
	width: 100%;
	height: 100%;
	color: #ffffff;
	background: rgba(252, 114, 30, 0.90);
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.default-services-block:hover .image-box .overlay-box {
	top: 0px;
}

.default-services-block .image-box .overlay-box .fa {
	position: absolute;
	left: 50%;
	margin-left: -12px;
	top: 50%;
	margin-top: -12px;
	font-size: 20px;
	width: 24px;
	height: 24px;
	line-height: 24px;
}

.default-services-block .lower-content {
	position: relative;
	padding: 25px;
	background: #ffffff;
	border: 1px solid #e9e9e9;
	border-top: none;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.default-services-block:hover .lower-content {
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.10);
}

.default-services-block .lower-content .transparen-icon {
	position: absolute;
	right: 10px;
	bottom: 10px;
	line-height: 1em;
	font-size: 64px;
	color: #faf9f9;
}

.default-services-block .lower-content h3 {
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 10px;
	color: #272727;
}

.default-services-block .lower-content h3 a {
	color: #272727;
}

.default-services-block .lower-content .text {
	font-size: 15px;
	line-height: 1.8em;
	margin-bottom: 15px;
}

.default-services-block .lower-content .read-more {
	position: relative;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	color: #272727;
	font-weight: 600;
	text-transform: uppercase;
}

.default-services-block .lower-content .read-more:hover,
.default-services-block .lower-content h3 a:hover {
	color: #77ae2a;
}


/*** 

====================================================================
	Service Details
====================================================================

***/

.service-details {
	position: relative;
}

.service-details .service-images {
	position: relative;
	margin-bottom: 10px;
}

.service-details .service-images img {
	display: block;
	width: 100%;
	transition: all 300ms ease;
}

.service-details .service-images img:hover {
	opacity: 0.70;
}

.service-details .service-images .owl-controls {
	position: absolute;
	left: 0px;
	bottom: 15px;
	width: 100%;
	margin: 0px !important;
	padding: 0px !important;
	text-align: center;
}

.service-details .service-images .owl-controls .owl-nav {
	display: none !important;
}

.service-details .service-images .owl-controls .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	background: #ffffff;
}

.service-details .service-images .owl-controls .owl-dots .owl-dot.active span {
	background: #77ae2a;
}

.service-details .service-images .link-box-outer {
	position: relative;
	text-align: right;
	border-top: 4px solid #77ae2a;
}

.service-details .service-images .link-box-outer .theme-btn {
	position: relative;
	padding: 10px 30px 10px 20px;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	line-height: 24px;
	text-transform: capitalize;
	background: #77ae2a;
}

.service-details .service-images .link-box-outer .theme-btn:before {
	content: '';
	position: absolute;
	right: 100%;
	top: 0px;
	border: 22px solid transparent;
	border-top: 22px solid #77ae2a;
	border-right: 22px solid #77ae2a;
}

.service-details .text-content {
	position: relative;
	margin-bottom: 10px;
}

.service-details .text-content p {
	margin-bottom: 20px;
}

.service-details h4 {
	margin-bottom: 20px;
	font-size: 18px;
	color: #272727;
	font-weight: 600;
}

.service-types {
	position: relative;
	padding: 0px 0px 20px;
}

.service-types .service-type {
	position: relative;
	margin-bottom: 30px;
}

.service-types .service-type .image-box {
	position: relative;
}

.service-types .service-type .image-box img {
	display: block;
	width: 100%;
}

.service-types .service-type .lower-content {
	position: relative;
	padding-top: 20px;
}

.service-types .service-type .lower-content h3 {
	font-size: 17px;
	color: #272727;
	font-weight: 600;
	margin-bottom: 5px;
}

.service-types .service-type .lower-content .desc-text {
	font-size: 15px;
	margin-bottom: 15px;
}

.list-style-one {
	position: relative;
}

.list-style-one li {
	position: relative;
	line-height: 24px;
	padding-left: 25px;
	margin-bottom: 10px;
	color: #272727;
}

.list-style-one li:last-child {
	margin-bottom: 0px;
}

.list-style-one li:before {
	content: '\f0a9';
	font-family: 'FontAwesome';
	position: absolute;
	left: 0px;
	font-size: 16px;
	top: 50%;
	margin-top: -12px;
	line-height: 24px;
	color: #77ae2a;
}

.service-details .recent-work {
	position: relative;
	padding: 0px 0px 20px;
}

.service-details .recent-work .default-portfolio-item {
	margin-bottom: 30px;
}

.service-details .get-quote {
	position: relative;
	padding: 0px 0px 20px;
}

.service-details .get-quote .column {
	margin-bottom: 30px;
}

.service-details .get-quote .content-block {
	position: relative;
	margin-bottom: 15px;
	line-height: 1.8em;
}

.service-details .get-quote .content-block strong {
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	color: #77ae2a;
	font-size: 18px;
}

/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section {
	position: relative;
	padding: 90px 0px 60px;
}

.contact-section .column {
	position: relative;
	margin-bottom: 30px;
}

.contact-section .info-column .desc-text {
	line-height: 1.8em;
	margin-bottom: 30px;
	color: #9e9e9e;
	display: none;
}

@media screen and (max-width:768px) {
	.contact-section {
		position: relative;
		padding: 50px 0px 0px;
	}

	.contact-section .clearfix {
		display: flex;
		flex-direction: column-reverse;
	}

	.info-style-one .contact-address-box {
		height: auto;
	}
}

/*** 

====================================================================
	Map Section
====================================================================

***/

.map-section {
	position: relative;
}

.map-canvas {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
}

.contact-style-one .map-canvas {
	height: 670px;
}

.map-canvas .map-data {
	text-align: center;
	font-size: 13px;
	font-weight: 400;
}

.map-canvas .map-data h6 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 5px;
	color: #181818;
}

/*** 

====================================================================
	Products Section style
====================================================================

***/

.products-section {
	position: relative;
	background: #ffffff;
	padding: 70px 0px;
}

.products-section .shop-upper-box {
	position: relative;
	margin-bottom: 40px;
	padding: 20px 30px;
	font-family: 'Lato', sans-serif;
	background: #f4f4f4;
	color: #272727;
}

.products-section .shop-upper-box .items-label {
	position: relative;
	padding: 6px 0px;
	line-height: 30px;
	/* color: #77ae2a; */
}

.products-section .shop-upper-box .sort-by strong {
	position: relative;
	line-height: 30px;
	padding: 6px 0px;
}

.products-section .shop-upper-box .sort-by select {
	position: relative;
	display: inline-block;
	margin-left: 10px;
	line-height: 24px;
	padding: 8px 10px;
	height: 42px;
	width: 240px;
	cursor: pointer;
	border: 1px solid #dadada;
	background: #ffffff url(../images/icons/icon-select.png) right center no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
}

.products-section .shop-upper-box .sort-by select option {
	text-indent: 10px;
}


/*** 

====================================================================
	Products Details style
====================================================================

***/

.product-details {
	position: relative;
	margin-bottom: 50px;
}

.product-details .basic-details {
	position: relative;
	margin-bottom: 50px;
}

.product-details .basic-details strong {
	color: #0a0a0acf;
}

.product-details .image-column,
.product-details .info-column {
	margin-bottom: 20px;
}

.product-details .image-column img {
	display: block;
	width: 100%;
	border: 1px solid #e9e9e9;
}

.product-details .basic-details .details-header {
	position: relative;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 25px;
	padding-bottom: 25px;
}

.product-details .basic-details .details-header h4 {
	font-size: 22px;
	font-weight: 700;
	margin: 0px 0px;
	line-height: 1.4em;
	color: #272727;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 3px;
}

.product-details .basic-details .details-header h4 a {
	color: #272727;
}

.product-details .basic-details .details-header .rating {
	font-size: 14px;
	color: #77ae2a;
	margin-bottom: 15px;
}

.product-details .basic-details .details-header .rating .fa {
	display: inline-block;
	margin-right: 3px;
}

.product-details .basic-details .details-header .rating .txt {
	font-size: 14px;
	padding-left: 10px;
	color: #272727;
}

.product-details .basic-details .details-header .item-price {
	font-size: 24px;
	font-weight: 500;
	color: #77ae2a;
	line-height: 24px;
}

.product-details .basic-details .text {
	margin-bottom: 20px;
	color: #9e9e9e;
}

.product-details .basic-details .check-delivery {
	position: relative;
	margin-bottom: 10px;
}

.product-details .basic-details .check-delivery h4 {
	font-size: 14px;
	color: #272727;
	font-weight: 600;
	margin-bottom: 15px;
}

.product-details .basic-details .check-delivery .form-group {
	position: relative;
	float: left;
	margin-right: 10px;
}

.product-details .basic-details .check-delivery .form-group input[type="text"] {
	display: block;
	line-height: 24px;
	padding: 7px 10px;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	width: 170px;
	background: none;
}

.product-details .basic-details .check-delivery .form-group button {
	display: block;
	line-height: 24px;
	padding: 7px 20px;
	border: 1px solid #e0e0e0;
	background: #f4f4f4;
	color: #272727;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	border-radius: 2px;
}

.product-details .basic-details .item-quantity {
	position: relative;
	width: 100px;
}

.product-details .basic-details .item-quantity input[type="text"],
.cart-table tbody tr .qty input[type="text"] {
	position: relative;
	line-height: 46px;
	height: 46px;
	background: #f4f4f4;
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
	height: 24px;
	background: #e9e9e9;
}

.bootstrap-touchspin .input-group-btn-vertical i {
	left: 6px;
	top: 6px;
}

.product-details .basic-details .check-delivery .field-label {
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
	padding: 5px 0px;
	font-style: italic;
	color: #77ae2a;
}

.product-details .basic-details .options .theme-btn {
	padding: 10px 25px;
}

/*** 

====================================================================
	Product Tabs Style
====================================================================

***/

.prod-tabs {
	position: relative;
}

.prod-tabs .tab-btns {
	position: relative;
	z-index: 1;
}

.prod-tabs .tab-btns .tab-btn {
	position: relative;
	top: 1px;
	display: block;
	float: left;
	margin-right: 2px;
	font-size: 15px;
	background: #e9e9e9;
	color: #3d3d3d;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	padding: 10px 30px;
	border: 1px solid #e9e9e9;
	border-bottom-color: #ffffff;
	border-radius: 5px 5px 0px 0px;
}

.prod-tabs .tab-btns .tab-btn:hover,
.prod-tabs .tab-btns .tab-btn.active-btn {
	background: #ffffff;
}

.prod-tabs .tabs-container {
	position: relative;
	border: 1px solid #e9e9e9;
	color: #000000;
}

.prod-tabs .tabs-container .tab {
	position: relative;
	padding: 40px 25px 0px;
	display: none;
	font-family: 'Lato', sans-serif;
}

.prod-tabs .tabs-container .tab.active-tab {
	display: block;
}

.prod-tabs .tabs-container .tab p,
.prod-tabs .tabs-container .tab h2,
.prod-tabs .tabs-container .tab h3,
.prod-tabs .tabs-container .tab h4,
.prod-tabs .tabs-container .tab h5,
.prod-tabs .tabs-container .tab h6 {
	margin-bottom: 15px;
}


.prod-tabs .tabs-container .tab h3 {
	font-size: 20px;
	font-weight: 600;
}

.prod-tabs .tabs-container .tab h4 {
	font-size: 18px;
	font-weight: 600;
}

.prod-tabs .reviews-container {
	position: relative;
}

.prod-tabs .reviews-container .review-box {
	position: relative;
	margin-bottom: 30px;
	padding-left: 120px;
	min-height: 130px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e9e9e9;
}

.prod-tabs .reviews-container .rev-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100px;
	height: 100px;
	background: #ffffff;
}

.prod-tabs .reviews-container .rev-thumb img {
	display: block;
	width: 100%;
}

.prod-tabs .reviews-container .rev-content {
	position: relative;
	background: #ffffff;
}

.prod-tabs .reviews-container .rev-header {
	position: relative;
}

.prod-tabs .reviews-container .rev-header h4 {
	float: left;
	line-height: 30px;
	font-size: 20px;
	color: #272727;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 10px;
}

.prod-tabs .reviews-container .rev-header .rating {
	position: relative;
	float: right;
	color: #ffa500;
	line-height: 30px;
	font-size: 16px;
}

.prod-tabs .reviews-container .rev-header .rating .fa {
	margin: 0px 3px;
}

.prod-tabs .reviews-container .rev-info {
	font-size: 14px;
	color: #9e9e9e;
	font-style: italic;
	margin-bottom: 10px;
}

.prod-tabs .reviews-container .rev-text {
	font-size: 15px;
	color: #9e9e9e;
	line-height: 1.8em;
}

.prod-tabs .add-review {
	position: relative;
	margin: 30px 0px 0px;
	font-size: 14px;
}

.prod-tabs .add-review .rating {
	position: relative;
}

.prod-tabs .add-review .rating li {
	position: relative;
	display: inline-block;
	margin-right: 30px;
}

.prod-tabs .add-review .rating li:after {
	content: '';
	position: absolute;
	right: -15px;
	top: 4px;
	border-right: 1px solid #dbdbdb;
	height: 22px;
}

.prod-tabs .add-review .rating li:last-child:after {
	display: none;
}

.prod-tabs .add-review .rating li a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #dbdbdb;
}

.prod-tabs .add-review .rating .rate-box:hover,
.prod-tabs .add-review .rating .rate-box:focus,
.prod-tabs .add-review .rating .rate-box:active {
	color: #ffa500;
}

.prod-tabs .add-review label {
	position: relative;
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: 400;
	color: #777777;
}

.prod-tabs .add-review h3 {
	margin-bottom: 20px;
}

.prod-tabs .add-review .form-group {
	position: relative;
	margin-bottom: 25px;
}

.prod-tabs .add-review .form-group input[type="text"],
.prod-tabs .add-review .form-group input[type="password"],
.prod-tabs .add-review .form-group input[type="tel"],
.prod-tabs .add-review .form-group input[type="email"],
.prod-tabs .add-review .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 22px;
	padding: 11px 20px;
	color: #222222;
	border: 1px solid #f4f4f4;
	height: 46px;
	background: #f4f4f4;
	border-radius: 3px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.prod-tabs .add-review .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 22px;
	padding: 12px 20px;
	color: #222222;
	border: 1px solid #f4f4f4;
	height: 120px;
	resize: none;
	background: #f4f4f4;
	border-radius: 3px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.prod-tabs .add-review .form-group input:focus,
.prod-tabs .add-review .form-group select:focus,
.prod-tabs .add-review .form-group textarea:focus {
	background: none;
	border-color: #77ae2a;
}

.prod-tabs .add-review button {
	position: relative;
	display: block;
	background: #272727;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	padding: 14px 20px;
	line-height: 24px;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}

.prod-tabs .add-review button:hover {
	background: #77ae2a;
}

.related-products {
	position: relative;
	padding: 0px 0px 50px;
}

.related-products .default-shop-item .inner-box .image-box {
	height: 200px;
}

.related-products .default-shop-item {
	margin-bottom: 0px;
	height: 400px;

}


.related-products .owl-controls .owl-dots {
	display: none !important;
}

.related-products .owl-controls {
	margin: 0px !important;
}

.related-products .owl-controls .owl-nav {
	margin: 0px !important;
	position: absolute;
	top: -80px;
	right: 0px;
}

.related-products .owl-controls .owl-nav [class*="owl-"] {
	position: relative;
	display: inline-block;
	margin: 0px 0px 0px 10px;
	width: 40px;
	height: 40px;
	padding: 0px;
	color: #272727;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	border-radius: 0px;
	border-radius: 3px;
	border: 1px solid #e9e9e9;
	background-color: #e9e9e9 !important;
}

.related-products .owl-controls .owl-nav [class*="owl-"]:hover {
	background-color: #77ae2a !important;
	color: #ffffff;
	border-color: #77ae2a;
}

/*** 

====================================================================
	Login / Register Section
====================================================================

***/

.register-section {
	position: relative;
	padding: 80px 0px 40px;
}

.register-section .form-column {
	margin-bottom: 80px;
}

.styled-form {
	position: relative;
}

.styled-form .form-group {
	position: relative;
	margin-bottom: 25px;
	font-size: 15px;
	color: #9e9e9e;
}

.checkout-section .styled-form .form-group {
	position: relative;
	margin-bottom: 20px;
}

.styled-form .form-group .check-box {
	line-height: 24px;
	font-size: 15px;
	font-weight: normal;
	padding-top: 5px;
	color: #272727;
}

.styled-form .form-group .check-box label {
	position: relative;
	top: -1px;
	font-weight: normal;
	padding: 0px;
	font-size: 15px;
	cursor: pointer;
}

.styled-form .pull-left label,
.styled-form .pull-right label {
	cursor: pointer;
}

.styled-form .form-group .adon-icon {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 10px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	color: #999999;
	z-index: 2;
}

.styled-form .form-group .field-label {
	display: block;
	color: #272727;
	text-transform: capitalize;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 7px;
	font-weight: 400;
}

.styled-form input[type="text"],
.styled-form input[type="email"],
.styled-form input[type="password"],
.styled-form input[type="tel"],
.styled-form input[type="number"],
.styled-form input[type="url"],
.styled-form select,
.styled-form textarea {
	position: relative;
	display: block;
	width: 100%;
	background: #ffffff;
	line-height: 30px;
	padding: 8px 20px;
	height: 48px;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.checkout-section .styled-form input[type="text"],
.checkout-section .styled-form input[type="email"],
.checkout-section .styled-form input[type="password"],
.checkout-section .styled-form select {
	line-height: 26px;
	height: 44px;
}

.styled-form select {
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	background: #ffffff url(../images/icons/icon-select.png) right center no-repeat;
	cursor: pointer;
}

.styled-form select option {
	text-indent: 20px;
}

.styled-form textarea {
	resize: none;
	height: 110px;
}

.styled-form input:focus,
.styled-form select:focus,
.styled-form textarea:focus {
	border-color: #77ae2a;
}

.styled-form .form-group .theme-btn {
	min-width: 150px;
	text-align: center;
	padding: 10px 30px;
}

.styled-form .forgot {
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
}

.social-links-two a {
	position: relative;
	display: inline-block;
	font-size: 14px;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #ffffff;
	background: #77ae2a;
	margin: 0px 0px 0px 15px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.social-links-two a:hover {
	opacity: 0.80;
}

.social-links-two .facebook {
	background: #3b5998;
}

.social-links-two .twitter {
	background: #33ccfe;
}

.social-links-two .google-plus {
	background: #dd4b39;
}

.no-padd-bottom {
	padding-bottom: 0px !important;
}


/*** 

====================================================================
	Cart Section style
====================================================================

***/

.cart-section {
	position: relative;
	padding: 70px 0px;
}

.cart-section .cart-outer {
	position: relative;
}

.cart-section .table-outer {
	position: relative;
	width: 100%;
	overflow-x: auto;
}

.cart-section .cart-table {
	width: 100%;
	min-width: 900px;
}

.cart-table .cart-header {
	position: relative;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	text-transform: capitalize;
	font-size: 16px;
	border-radius: 7px;
	background: #f5f5f5;
	color: #272727;
}

.cart-table thead tr th {
	line-height: 24px;
	padding: 20px 15px;
	min-width: 120px;
	font-weight: 600;
}

.cart-table thead tr th.prod-column {
	text-align: left;
	padding-left: 40px;
}

.cart-table tbody tr td {
	line-height: 24px;
	padding: 30px 10px 20px;
	min-width: 100px;
	font-family: 'Lato', sans-serif;
}

.cart-table tbody tr .qty {
	width: 150px;
	padding-right: 40px;
}

.cart-table tbody tr .qty .quantity-spinner {
	background: #f5f5f5;
}

.cart-table tbody tr .prod-column .column-box {
	position: relative;
	min-height: 90px;
	padding-left: 100px;
	padding-top: 30px;
	text-align: left;
}


.column.default-column .cart-table tbody tr .qty {
	width: 110px;
	padding-right: 20px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
	position: absolute;
	width: 80px;
	border: 1px solid #e9e9e9;
	left: 0px;
	top: 0px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
	display: block;
	max-width: 100%;
}

.cart-table tbody tr .prod-column .column-box h3 {
	font-size: 18px;
	color: #272727;
	font-weight: 700;
	margin-bottom: 5px;
}

.cart-table tbody tr .sub-total {
	font-weight: 700;
	color: #77ae2a;
}

.cart-table tbody tr .remove-btn {
	position: relative;
	font-size: 16px;
	color: #282828;
	line-height: 30px;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa {
	position: relative;
	top: 2px;
	padding-right: 10px;
	font-size: 24px;
	line-height: 30px;
}

.cart-table tbody tr .remove-btn:hover {
	color: #ec1c33;
}

.cart-table tbody tr {
	border-bottom: 1px solid #e9e9e9;
}

.cart-table tbody tr td {
	vertical-align: middle;
}

.cart-table tbody tr td .quantity-spinner {
	padding: 5px 0px 5px 20px;
	line-height: 24px;
	height: 34px;
	display: block;
	width: 100%;
	position: relative;
}

.cart-table tbody .available-info {
	position: relative;
	padding-left: 50px;
}

.cart-table tbody .available-info .icon {
	position: absolute;
	left: 0px;
	top: 5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	background: #77ae2a;
	border-radius: 50%;
}

.cart-section .coupon-outer {
	position: relative;
	margin: 50px 0px 40px;
}

.cart-section .apply-coupon {
	position: relative;
}

.cart-section .apply-coupon .form-group {
	position: relative;
	float: left;
	margin-right: 15px;
}

.cart-section .apply-coupon .form-group input[type="text"] {
	display: block;
	line-height: 26px;
	padding: 10px 10px;
	border: 1px solid #e0e0e0;
	height: 46px;
	border-radius: 3px;
	width: 230px;
	background: none;
}

.cart-section .estimate-form {
	position: relative;
}

.cart-section h3 {
	font-size: 24px;
	font-weight: 600;
	color: #272727;
	margin-bottom: 30px;
}

.cart-section .estimate-form .row {
	margin-left: -7px;
	margin-right: -7px;
}

.cart-section .estimate-form .row .form-group {
	padding: 0px 7px !important;
	margin-bottom: 30px;
}

.cart-section .totals-table {
	position: relative;
	border: 1px solid #e0e0e0;
	font-family: 'Lato', sans-serif;
	border-radius: 5px;
}

.cart-section .totals-table .col {
	position: relative;
	display: block;
	float: left;
	padding: 10px 15px;
	line-height: 24px;
	width: 50%;
}

.cart-section .totals-table .col-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #353535;
	border-right: 1px solid #e0e0e0;
	font-weight: 600;
}

.cart-section .totals-table li {
	position: relative;
	border-bottom: 1px solid #e0e0e0;
}

.cart-section .totals-table li:last-child {
	border-bottom: none;
}

.cart-section .cart-note {
	position: relative;
	margin-bottom: 50px;
	padding: 16px 20px;
	text-align: center;
	border: 1px dashed #77ae2a;
	border-radius: 3px;
	background: #f4f4f4;
	line-height: 1.7em;
}


/*** 

====================================================================
	Checkout Style
====================================================================

***/

.checkout-section {
	position: relative;
	padding: 70px 0px;
}

.checkout-section .cart-table {
	width: 100%;
	min-width: 500px;
}

.checkout-section .form-column {
	margin-bottom: 50px;
}

.checkout-section .default-form .form-group {
	margin-bottom: 20px;
}

.checkout-section .default-form .form-group .field-label {
	margin-bottom: 10px;
	font-weight: 700;
}

.checkout-section .default-form .form-group input,
.checkout-section .default-form .form-group select,
.checkout-section .default-form .form-group textarea {
	border-radius: 3px;
	height: 48px;
	padding: 8px 15px;
	line-height: 30px;
}

.checkout-section .default-form .form-group textarea {
	height: 154px;
}

.checkout-section .totals-table {
	margin-bottom: 30px;
}

.checkout-section .payment-options {
	position: relative;
}

.checkout-section .payment-options .option-block {
	position: relative;
	margin-bottom: 10px;
}

.checkout-section .payment-options .text {
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
	font-size: 16px;
}

.checkout-section .payment-options .option-block .radio-block {
	position: relative;
}

.checkout-section .payment-options .option-block .radio-block input[type="radio"] {
	position: absolute;
	left: 0px;
	top: 7px;
	opacity: 0;
}

.checkout-section .payment-options .option-block .radio-label {
	position: relative;
	display: block;
	padding-left: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: 700;
	color: #272727;
	text-transform: capitalize;
	cursor: pointer;
}

.checkout-section .payment-options .option-block .radio-label:before {
	font-family: 'FontAwesome';
	content: '\f105';
	position: absolute;
	left: 0px;
	top: 7px;
	display: block;
	color: #ffffff;
	width: 20px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	padding-left: 1px;
	background: #999999;
	border-radius: 50%;
}

.checkout-section .payment-options .option-block .radio-block input[type="radio"]:checked+.radio-label:before {
	background: #272727;
}



/* --factsheet---section */
.fact-sheet {
	background: linear-gradient(rgba(119, 174, 42, 0.5), rgba(119, 174, 42, 0.5)),
		url('../images/new-img/table-bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px;
	margin-bottom: 20px;
}

.table-container {
	max-width: 900px;
	margin: 50px auto;
	background: white;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.table thead {
	background-color: #77ae2a;
	color: white;
	text-align: center;
}

.table th {

	text-align: center;
}

.table tbody tr:hover {
	background-color: rgba(119, 174, 42, 0.2);
	transition: 0.3s ease;
}

@media screen and (max-width:768px) {
	.fact-sheet {

		padding: 10px;

	}

	.fact-sheet .table-container {

		padding: 10px;

	}
}

/* --factsheet---section-End */



/* --shop-page---- */


.shop-page .default-shop-item {
	position: relative;
	margin-bottom: 40px;
}

.shop-page .tabbed-shop-section .shop-page .default-shop-item,
.shop-page .related-products .default-shop-item {
	margin-bottom: 0px;

}

.shop-page .default-shop-item {
	height: 400px;
}

.shop-page .default-shop-item .inner-box {
	position: relative;
	border: 1px solid #e7e7e7e3;
	/* box-shadow: 0 0 3px #d8d8d8e3; */
	padding-bottom: 40px;
	height: 100%;
}

.shop-page .default-shop-item .inner-box .image-box {
	height: 220px;
}

.shop-page .default-shop-item .inner-box .image-box img {
	height: 100%;
	width: 100%;
}

.shop-page .default-shop-item .dead-overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.90);
	color: #272727;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-size: 16px;
	text-transform: capitalize;
	line-height: 30px;
	z-index: 10;
}

.shop-page .default-shop-item .dead-overlay .text {
	position: relative;
	top: 80px;
}

.shop-page .default-shop-item .inner-box .image-box img {
	/* width: 100%;
	display: block; */
}

.shop-page .default-shop-item .inner-box .item-sale-tag {
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 18px;
	padding: 1px 10px 2px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize;
	background: #fa4444;
	min-width: 50px;
}

.shop-page .default-shop-item .inner-box .item-sale-tag.top {
	background: #95c03e;
}

.default-shop-item .inner-box .item-sale-tag:before {
	/* content: '';
	position: absolute;
	left: 0px;
	top: 100%;
	border: 5px solid transparent;
	border-left: 5px solid #fa4444;
	border-top: 5px solid #fa4444; */
}

.shop-page .default-shop-item .inner-box .item-sale-tag.top:before {
	border-left-color: #95c03e;
	border-top-color: #95c03e;
}

.shop-page .default-shop-item .inner-box .lower-content {
	position: relative;
	margin: 0 10px;
	padding-top: 20px;
	text-align: center;
	border-top: 1px solid #f4f4f4;
}

.shop-page .default-shop-item .inner-box .lower-content h3 {
	position: relative;
	color: #272727;
	font-size: 18px;
	font-weight: 700;
}

.shop-page .default-shop-item .inner-box .lower-content h3 a {
	position: relative;
	color: #272727;
	font-size: 15px;
}

.shop-page .default-shop-item .inner-box .lower-content .rating {
	position: relative;
}

.shop-page .default-shop-item .inner-box .lower-content h3 a:hover {
	color: #77ae2a;
}

.shop-page .default-shop-item .inner-box .lower-content .rating .fa {
	position: relative;
	color: #fc7625;
	display: inline-block;
	margin-right: 3px;
	font-size: 13px;
}

.shop-page .default-shop-item .inner-box .lower-content .price {
	color: #77ae2a;
	font-size: 16px;
	line-height: 24px;
	height: 24px;
}

.shop-page .default-shop-item .inner-box .lower-content .price span {
	color: #9e9e9e;
	font-size: 14px;
	padding-right: 0px;
	text-decoration: line-through;
	padding-left: 4px;
}

.shop-page .default-shop-item .inner-box .lower-content .price .mrp {
	color: #9e9e9e;
	font-size: 15px;
	padding-left: 0px;
	text-decoration: unset;
}

.shop-page .default-shop-item .inner-box .lower-content .price .mrp .disc-percent {
	color: white;
	font-weight: 800;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding-left: 5px;
	background-color: red;
	outline: none;
	border-radius: 30px;
	font-size: 12.5px;
	/* padding-left: 10px; */
	text-decoration: unset;
	display: none;
}

.shop-page .default-shop-item .inner-box .lower-content .links-box {
	position: relative;
	margin-top: 20px;
}

.shop-page .default-shop-item .inner-box .lower-content .links-box .cart-btn {
	position: relative;
	display: block;
	padding: 8px 0px;
	line-height: 24px;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	background-color: #77ae2a;
}

.shop-page .default-shop-item .inner-box .lower-content .links-box .zoom-btn {
	position: absolute;
	background-color: #272727;
	width: 45px;
	height: 40px;
	line-height: 48px;
	left: 0px;
	top: 0px;
	font-size: 18px;
	color: #ffffff;
	z-index: 2;
	font-weight: normal;
	display: flex;
	justify-content: center;
	align-items: center
}

.shop-page .default-shop-item .inner-box .lower-content .links-box .add-to-favorite {
	position: absolute;
	width: 45px;
	height: 40px;
	right: 0px;
	top: 0px;
	line-height: 48px;
	font-size: 18px;
	background-color: #272727;
	color: #ffffff;
	z-index: 2;
	font-weight: normal;
	display: flex;
	justify-content: center;
	align-items: center
}


@media screen and (max-width:768px) {
	.shop-page .default-shop-item {
		height: 300px;
	}

	.shop-page .default-shop-item {
		/* position: relative; */
		margin-bottom: 20px;
		padding: 0 4px;
	}

	.shop-page .default-shop-item .inner-box .image-box {
		height: 125px;
	}

	.shop-page .default-shop-item .inner-box .image-box img {
		height: 100%;
		width: 100%;
		object-fit: contain;
		/* border: 1px solid red; */
	}

	.shop-page .default-shop-item .inner-box .lower-content h3 {
		position: relative;
		color: #272727;
		font-size: 12px;
		font-weight: 700;
	}

	.shop-page .default-shop-item .inner-box .lower-content h3 a {
		position: relative;
		color: #272727;
		font-size: 12px;
	}

	.shop-page .default-shop-item .inner-box .lower-content .rating .fa {
		position: relative;
		color: #fc7625;
		display: inline-block;
		margin-right: 3px;
		font-size: 11px;
	}

	.shop-page .default-shop-item .inner-box .lower-content .links-box .cart-btn {
		position: relative;
		display: block;
		padding: 2px 0px;
		line-height: 24px;
		color: #ffffff;
		font-size: 9px;
		text-transform: uppercase;
		font-family: 'Montserrat', sans-serif;
		background-color: #77ae2a;
	}

	.shop-page .default-shop-item .inner-box .lower-content .links-box .zoom-btn {
		position: absolute;
		background-color: #272727;
		width: 25px;
		height: 28px;
		line-height: 48px;
		left: 0px;
		top: 0px;
		font-size: 11px;
		color: #ffffff;
		z-index: 2;
		font-weight: normal;
		display: flex;
		justify-content: center;
		align-items: center
	}

	.shop-page .default-shop-item .inner-box .lower-content .links-box .add-to-favorite {
		position: absolute;
		width: 25px;
		height: 28px;
		right: 0px;
		top: 0px;
		line-height: 48px;
		font-size: 11px;
		background-color: #272727;
		color: #ffffff;
		z-index: 2;
		font-weight: normal;
		display: flex;
		justify-content: center;
		align-items: center
	}

	.shop-page .default-shop-item .inner-box .lower-content .links-box {
		/* position: relative; */
		margin-top: 40px;
	}

	.shop-page .default-shop-item .inner-box .lower-content .price .mrp .disc-percent {

		font-weight: 700;
		display: inline-flex;

		padding-left: 5px;

		border-radius: 30px;
		font-size: 11px;

	}

	.shop-page .default-shop-item .inner-box .lower-content .price {
		color: #77ae2a;
		font-size: 14px;
		line-height: 24px;
		height: 24px;
		/* border: 1px solid red; */
	}

	.shop-page .default-shop-item .inner-box .item-sale-tag {
		position: absolute;
		right: 5px;
		top: 5px;
		line-height: 18px;
		padding: 1px 5px 2px;
		text-align: center;
		color: #ffffff;
		font-size: 10px;
		font-weight: 700;
		text-transform: capitalize;
		background: #fa4444;
		min-width: 50px;
	}

	.shop-page .sidebar-page-container {
		/* position: relative; */
		padding: 50px 0px 50px;
	}

}

/* --shop-page-End---- */

/* -Event-images-page--- */

.event-image {
	position: relative;
	padding: 50px 0px;
}

.event-image .filters {
	position: relative;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 50px;
}

.event-image .filters .icon-box {
	position: relative;
	display: inline-block;
	margin-right: -75px;
	font-size: 24px;
	color: #77ae2a;
	text-align: center;
	width: 70px;
	line-height: 24px;
	padding: 12px 10px;
}

.event-image .filters .filter-tabs {
	position: relative;
	display: inline-block;
	padding-left: 70px;
	border-bottom: 1px solid #e0e0e0;
}

.event-image .filters li {
	position: relative;
	top: 1px;
	display: inline-block;
	padding: 12px 20px;
	line-height: 24px;
	color: #999999;
	cursor: pointer;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 400;
	border: 1px solid transparent;
	border-bottom-width: 2px;
	margin: 0px 0px 0px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.event-image .filters li.active {
	color: #272727;
	border-color: #e0e0e0;
	border-bottom-color: #ffffff;
}


.event-image .default-portfolio-item {
	position: relative;
	/* margin-bottom: 15px; */
}

.event-image .portfolio-with-caption .default-portfolio-item {
	margin-bottom: 30px;
}


.default-portfolio-item.mix {
	display: none;
}

.event-image.fullwidth .default-portfolio-item {
	padding: 0px !important;
}

.event-image .sortable-masonry .items-container {
	margin-left: unset;
	margin-right: unset;
}

.event-image .sortable-masonry .masonry-item {
	position: unset;
	padding: 0px 5px !important;
	margin-bottom: unset !important;
}

.event-image .default-portfolio-item .inner-box {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 260px;
	box-shadow: 0 0 3px #d3d3d3a3;
	margin-bottom: 15px;
}

.event-image .default-portfolio-item .image-box {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.event-image .default-portfolio-item .image-box img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.event-image .default-portfolio-item .overlay-one {
	position: absolute;
	left: 0px;
	top: -100%;
	width: 100%;
	height: 100%;
	padding: 0px;
	color: #ffffff;
	opacity: 0;
	border: 3px solid #77ae2a;
	text-align: center;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.event-image .fullwidth .default-portfolio-item .overlay-one,
.event-image .portfolio-with-caption .default-portfolio-item .overlay-one {
	border: none;
}

.event-image .default-portfolio-item .inner-box:hover .overlay-one {
	top: 0px;
	opacity: 1;
}

.event-image .default-portfolio-item .overlay-one .overlay-inner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: middle;
	padding: 30px 50px;
	background: rgba(0, 0, 0, 0.85);
}

.event-image .fullwidth .default-portfolio-item .overlay-one .overlay-inner,
.event-image .portfolio-with-caption .default-portfolio-item .overlay-one .overlay-inner {
	background: rgba(252, 114, 30, 0.90);
}

.event-image .default-portfolio-item .overlay-one .overlay-inner .content {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.event-image .default-portfolio-item .proj-link {
	position: relative;
	display: inline-block;
	width: 46px;
	height: 46px;
	color: #77ae2a;
	line-height: 46px;
	background: #ffffff;
	font-size: 16px;
	z-index: 1;
	border-radius: 50%;
	text-align: center;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;

}

.event-image .fullwidth .default-portfolio-item .proj-link {
	height: 60px;
	width: 60px;
	line-height: 60px;
	font-size: 20px;
}

.event-image .portfolio-with-caption .default-portfolio-item .proj-link {
	height: 50px;
	width: 50px;
	line-height: 50px;
	font-size: 20px;
}

.event-image .default-portfolio-item .proj-link:hover {
	background: #77ae2a;
	color: #ffffff;
}

@media screen and (max-width:768px) {
	.event-image {

		padding: 40px 0px;
	}

	.event-image h2 {
		font-size: 20px;
	}

	.event-image .default-portfolio-item .inner-box {



		height: 130px;

		margin-bottom: 10px;
	}

	.event-image .default-portfolio-item .proj-link {
		justify-content: center;
		/* position: relative; */
		display: inline-flex;
		width: 30px;
		height: 30px;

		align-items: center;
		font-size: 12px;

	}
	.founder-img img {
    	height: auto !important;
	}
	.meet-our-founder {
		padding: 40px 0 30px 0 !important;
	}
}


/* -Event-images-page-End--- */

/* ---Event-Video-page--- */

.video-gallery {
	padding: 50px 60px;
	background: #f8f9fa;
}

.video-gallery h2 {
	margin-bottom: 20px;
	text-align: center;
}

.video-gallery .events-video-col {
	margin-bottom: 30px;
}

.video-gallery .events-video-col h4 {
	text-align: center;
	padding: 10px;
	color: black;
	font: caption;
	font-weight: 700;
}

/* Video Container */
.events-video {
	/* position: relative; */
	overflow: hidden;
	/* border-radius: 10px; */
	height: 100%;
	/* margin-bottom: 10px; */
	box-shadow: 0 0 4px #d3d3d387;
	transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}

/* Video Styling */
.events-video video {
	width: 100%;
	height: 80%;
	/* border: 2px solid green; */
	display: block;
	/* border-radius: 10px; */
	transition: transform 0.3s ease-in-out;
}

/* Hover Effects */
.events-video:hover {
	transform: scale(1.08);
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.events-video:hover video {
	transform: scale(1.02);
}



.events-video:hover .play-button {
	opacity: 1;
}

/* Fade-in Animation */
.events-video {
	opacity: 0;
	transform: translateY(30px);
	animation: fadeIn 0.8s ease-in-out forwards;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Hover Play Effect */
.events-video video:hover {
	filter: brightness(1.2);
}

@media screen and (max-width:768px) {

	.video-gallery {
		padding: 15px 10px;
		/* background: #f8f9fa; */
	}

	.video-gallery .events-video-col h4 {
		/* text-align: center; */
		padding: 5px 10px;
		color: black;
		font: unset;
		font-weight: 700;
		font-size: 12px;
		/* line-height: normal; */
		line-height: 17px;
		text-align: justify;
		/* text-align: justify; */
	}

	.video-gallery h2 {
		font-size: 20px;
	}
}

/* ---Event-Video-page-End--- */


/* --preloader--- */

.content-preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	/* width: 50vmin; */
	/* height: 50vmin; */
	background: radial-gradient(circle at 50% 100%, #262b2f, #000);
	display: flex;
	align-items: center;
	justify-content: center;
	/* border: 1px solid red; */
}

.content-preloader .pill {
	background: #fff0;
	width: 10vmin;
	height: 35vmin;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	transform: rotate(180deg);
	animation: spin 4s linear 0s infinite;
}

@keyframes spin {
	100% {
		transform: rotate(-540deg);
	}
}

.content-preloader .pill .side {
	background: #bcfabcf7;
	position: relative;
	overflow: hidden;
	width: 11vmin;
	height: 15vmin;
	border-radius: 6vmin 6vmin 0 0;
}

.content-preloader .pill .side+.side {
	background: #77ae2a;
	border-radius: 0 0 6vmin 6vmin;
	border-top: 1vmin solid #77ae2a;
	animation: open 2s ease-in-out 0s infinite;
}

@keyframes open {

	0%,
	20%,
	80%,
	100% {
		margin-top: 0;
	}

	30%,
	70% {
		margin-top: 10vmin;
	}
}

.content-preloader .pill .side:before {
	content: "";
	position: absolute;
	width: 2vmin;
	height: 10vmin;
	bottom: 0;
	right: 1.5vmin;
	background: #fff2;
	border-radius: 1vmin 1vmin 0 0;
	animation: shine 1s ease-out -1s infinite alternate-reverse;
}

.content-preloader .pill .side+.side:before {
	bottom: inherit;
	top: 0;
	border-radius: 0 0 1vmin 1vmin;
}

.content-preloader .pill .side:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	border-radius: 6vmin 6vmin 0 0;
	border: 1.75vmin solid #00000022;
	border-bottom-color: #fff0;
	border-bottom-width: 0vmin;
	border-top-width: 1vmin;
	animation: shadow 1s ease -1s infinite alternate-reverse;
}

.content-preloader .pill .side+.side:after {
	bottom: inherit;
	top: 0;
	border-radius: 0 0 6vmin 6vmin;
	border-top-color: #fff0;
	border-top-width: 0vmin;
	border-bottom-width: 1vmin;
}

@keyframes shine {

	0%,
	46% {
		right: 1.5vmin;
	}

	54%,
	100% {
		right: 7.5vmin;
	}
}

@keyframes shadow {

	0%,
	49.999% {
		transform: rotateY(0deg);
		left: 0;
	}

	50%,
	100% {
		transform: rotateY(180deg);
		left: -3vmin;
	}
}

.content-preloader .medicine {
	position: absolute;
	width: calc(100% - 6vmin);
	height: calc(100% - 12vmin);
	background: #fff0;
	border-radius: 5vmin;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.content-preloader .medicine i {
	width: 1vmin;
	height: 1vmin;
	background: #5fcc44;
	border-radius: 100%;
	position: absolute;
	animation: medicine-dust 1.75s ease 0s infinite alternate;
}

.content-preloader .medicine i:nth-child(2n+2) {
	width: 1.5vmin;
	height: 1.5vmin;
	margin-top: -5vmin;
	margin-right: -5vmin;
	animation-delay: -0.2s;
}

.content-preloader .medicine i:nth-child(3n+3) {
	width: 2vmin;
	height: 2vmin;
	margin-top: 4vmin;
	margin-right: 3vmin;
	animation-delay: -0.33s;
}

.content-preloader .medicine i:nth-child(4) {
	margin-top: -5vmin;
	margin-right: 4vmin;
	animation-delay: -0.4s;
}

.content-preloader .medicine i:nth-child(5) {
	margin-top: 5vmin;
	margin-right: -4vmin;
	animation-delay: -0.5s;
}

.content-preloader .medicine i:nth-child(6) {
	margin-top: 0vmin;
	margin-right: -3.5vmin;
	animation-delay: -0.66s;
}

.content-preloader .medicine i:nth-child(7) {
	margin-top: -1vmin;
	margin-right: 7vmin;
	animation-delay: -0.7s;
}

.content-preloader .medicine i:nth-child(8) {
	margin-top: 6vmin;
	margin-right: -1vmin;
	animation-delay: -0.8s;
}

.content-preloader .medicine i:nth-child(9) {
	margin-top: 4vmin;
	margin-right: -7vmin;
	animation-delay: -0.99s;
}

.content-preloader .medicine i:nth-child(10) {
	margin-top: -6vmin;
	margin-right: 0vmin;
	animation-delay: -1.11s;
}

.content-preloader .medicine i:nth-child(1n+10) {
	width: 0.6vmin;
	height: 0.6vmin;
}

.content-preloader .medicine i:nth-child(11) {
	margin-top: 6vmin;
	margin-right: 6vmin;
	animation-delay: -1.125s;
}

.content-preloader .medicine i:nth-child(12) {
	margin-top: -7vmin;
	margin-right: -7vmin;
	animation-delay: -1.275s;
}

.content-preloader .medicine i:nth-child(13) {
	margin-top: -1vmin;
	margin-right: 3vmin;
	animation-delay: -1.33s;
}

.content-preloader .medicine i:nth-child(14) {
	margin-top: -3vmin;
	margin-right: -1vmin;
	animation-delay: -1.4s;
}

.content-preloader .medicine i:nth-child(15) {
	margin-top: -1vmin;
	margin-right: -7vmin;
	animation-delay: -1.55s;
}

@keyframes medicine-dust {

	0%,
	100% {
		transform: translate3d(0vmin, 0vmin, -0.1vmin);
	}

	25% {
		transform: translate3d(0.25vmin, 5vmin, 0vmin);
	}

	75% {
		transform: translate3d(-0.1vmin, -4vmin, 0.25vmin);
	}
}

/* --preloader-End--- */


/* ---animated-circle--- */
.welcome-section-main {
	position: relative;

}

.circle-animated {
	position: absolute;
	right: -30px;
	bottom: -20px;
	width: 200px;
	height: 200px;
	border-radius: 100vmax;
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo-animated {
	position: absolute;
	width: 140px;
	height: 140px;
	background: url("../images/logo/logo-2.png");
	background-size: cover;
	border-radius: 100vmax;
	background-position: center;
}

.text-animated {
	position: absolute;
	width: 100%;
	height: 100%;
	/* font-family: unset; */
	color: #000;
	font-size: 16px;
	font-weight: 600;
	animation: textRotation 8s linear infinite;
}

@keyframes textRotation {
	to {
		transform: rotate(360deg);
	}
}

.text-animated span {
	position: absolute;
	left: 50%;
	font-size: 1.2em;
	transform-origin: 0 100px;
	color: #8ac91e;
}

@media screen and (max-width:768px) {
	.circle-animated {
		position: absolute;
		right: -5px;
		bottom: -29px;
		display: none;

	}
}

/* ---animated-circle-End--- */




/* -----Discount-section---- */
.discount-section {
	padding: 0px 90px;
	position: relative;
	margin-top: -60px;

}

.discount-section .container {
	display: flex;
	justify-content: center;
	align-items: center;

}

.discount-section .disc-container {
	/* width: 80%; */
	/* padding: 20px; */
	/* background-color: #83D475; */
	background-color: #ffffff;
	background-image: linear-gradient(360deg, #ffffff 0%, #82bc23 80%);
	/* border: 1px solid red; */
	display: flex;
	border-radius: 20px;
}

.discount-section .disc-container .discount-desc {
	width: 70%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px;
	justify-content: center;
	/* border: 1PX solid green; */
	border-radius: 20px;
}

.discount-section .disc-container .discount-desc h2 {
	font-size: 40px;
	font-weight: bold;
	color: white;
}

.discount-section .disc-container .discount-desc p {
	font-size: 14px;
	color: white;

}

.discount-section .disc-container .discount-image {
	width: 25%;
	height: 320px;
	border-radius: 20px;

}

.discount-section .disc-container .discount-image img {
	transform: rotateX(30deg);
	width: 100%;
	height: 100%;
	border-radius: 20px;
	filter: drop-shadow(5px 5px 5px black);


}

@media screen and (max-width:768px) {
	.discount-section {
		padding: 0px 15px;
		position: relative;
		margin-top: -45px;
	}

	.discount-section .disc-container {

		height: auto;
		width: 100%;

		display: flex;

		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-right: 0px;
		padding: 15px 0;
		border-radius: 0;
	}

	.discount-section .disc-container .discount-desc {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		text-align: center;
	}

	.discount-section .disc-container .discount-image {
		width: 100%;
		height: 200px;
		border-radius: 20px;
	}

	.discount-section .disc-container .discount-image img {
		object-fit: contain;
	}

	.discount-section .disc-container .discount-desc h2 {
		font-size: 30px;
		line-height: 38px;

	}
}



/* -----Discount-section-End---- */


/* -----Return-Policy--- */
.return-policy {
	/* max-width: 800px; */
	margin: 20px auto;
	padding: 20px 50px;
}

.return-policy h2 {
	text-align: center;
}

.return-policy ul {
	/* list-style: none; */
	display: list-item;
	padding-left: 16px;
}

.return-policy li {
	list-style-type: disc;
	display: list-item;
	margin: 5px 0;
	padding: 5px;
}

@media (max-width: 600px) {
	.return-policy {
		padding: 15px;
		margin: 10px;
	}
}

/* -----Return-Policy-End--- */


/* ---Faq-page--- */
@import url('https://fonts.googleapis.com/css?family=Roboto');

.faq-page {
	/* margin: 20px auto; */
	padding: 20px 50px;
}

.faq-page .accordion {
	max-width: 300px;
	background: linear-gradient(to bottom right, #FFF, #f7f7f7);
	background: #0097a7;
	margin: 0 auto;
	border-radius: 3px;
	box-shadow: 0 10px 15px -20px rgba(0, 0, 0, 0.3), 0 30px 45px -30px rgba(0, 0, 0, 0.3), 0 80px 55px -30px rgba(0, 0, 0, 0.1);
}

.faq-page .heading {
	color: #FFF;
	font-size: 14px;
	border-bottom: 1px solid #e7e7e7;
	letter-spacing: 0.8px;
	padding: 15px;
	cursor: pointer;
}

.faq-page .heading:nth-last-child(2) {
	border-bottom: 0;
}

.faq-page .heading:hover {
	background: #00838f;
	border-radius: 0;
}

.faq-page .heading:first-child:hover {
	border-radius: 3px 3px 0 0;
}

.faq-page .heading:nth-last-child(2):hover {
	border-radius: 0 0 3px 3px;
}

.faq-page .heading::before {
	content: '';
	vertical-align: middle;
	display: inline-block;
	border-top: 7px solid #f5f5f5;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	float: right;
	transform: rotate(0);
	transition: all 0.5s;
	margin-top: 5px;
}

.faq-page .active.heading::before {
	transform: rotate(-180deg);
}

.faq-page .not-active.heading::before {
	transform: rotate(0deg);
}

.faq-page .contents {
	display: none;
	background: #FFFAFA;
	padding: 15px;
	color: #7f8fa4;
	font-size: 13px;
	line-height: 1.5;
}

.faq-page h1 {
	font-size: 40px;
	color: #000;
	font-weight: normal;
	text-align: center;
	margin: 50px 0;
}

/* ---Faq-page-End--- */


/* Hide filter button on desktops */
.filter-button-mobile {
	display: none;
}

.close-button {

	display: none;
}

.btn-primary {
	background-color: #77ae2a !important;
	color: white !important;
}

/* Mobile-specific styles */
@media (max-width: 768px) {
	.filter-button-mobile {
		display: block;
		/* position: fixed; */
		/* top: 15px; */
		/* right: 15px; */
		z-index: 1001;
		background-color: #007bff;
		color: white;
		border: none;
		padding: 10px 15px;
		border-radius: 5px;
		cursor: pointer;
	}

	/* Sidebar filter menu - Initially Hidden */
	.filters-sectiom-main {
		position: fixed;
		top: 0;
		right: -100%;
		/* Hide off-screen */
		width: 100%;
		height: 100%;
		background: white;
		z-index: 1000;
		overflow-y: auto;
		padding: 20px;
		box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
		transition: transform 0.4s ease-in-out;
		/* Smooth transition */
	}

	/* Show Filter Section */
	.filters-sectiom-main.show {
		transform: translateX(-100%);
	}

	/* Background overlay effect */
	.overlay {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		z-index: 999;
		transition: opacity 0.4s ease-in-out;
	}

	.overlay.show {
		display: block;
	}

	/* Close button */
	.close-button {
		/* position: absolute; */
		/* top: 10px; */
		/* right: 10px; */
		border-radius: 50%;
		background: #0a0a0a;
		color: white;
		border: none;
		padding: 8px 12px;
		font-size: 16px;
		border-radius: 5px;
		cursor: pointer;
		display: block;
	}
}


/* -----Privacy-Policy--- */
.privacy-policy {
	/* max-width: 800px; */
	margin: 20px auto;

	padding: 20px 50px;

}

.privacy-policy p {
	color: #555;
	line-height: 1.6;
}

.privacy-policy ul {
	padding-left: 20px;
}

.privacy-policy ul li {
	display: list-item;
	list-style-type: disc;
	margin-bottom: 10px;
}

@media (max-width: 7680px) {
	.privacy-policy {
		padding: 10px;
		margin: 10px;
	}
}

/* -----privacy-Policy-End--- */


/* -----Terms & Conditions---- */
.terms-and-conditions {
	padding: 20px 50px;
	margin: 20px auto;
}

.terms-and-conditions ol {
	line-height: 1.6;
	color: #555;
	/* display: list-item; */
	/* list-style-type: decimal; */
}

.terms-and-conditions li {
	margin-bottom: 10px;
	list-style: decimal !important;
	text-align: justify;
}

@media screen and (max-width:768px) {
	.terms-and-conditions {

		padding: 20px 10px;
		margin: unset;

	}

}

/* -----Terms & Conditions-End---- */


/* --Grivances-Redressal--- */
.grievance-redressal {

	padding: 20px 50px;



	margin: 20px auto;
}

.grievance-redressal h2,
.grievance-redressal h3 {
	text-align: center;
	margin-top: 15px;
	color: #333;
}

.grievance-redressal p {
	/* line-height: 1.6; */
	color: #555;
	text-align: justify;
}

.grievance-redressal .contact-info {
	background-color: #eef5f9;
	padding: 15px;
	border-radius: 5px;
	margin-top: 10px;
}

.grievance-redressal .contact-info strong {
	display: block;
	margin-top: 10px;
}

@media screen and (max-width:768px) {
	.grievance-redressal {

		padding: 20px 10px;

	}

}

/* --Grivances-Redressal-End--- */


/* ---Product-range-Home-page-- */
.product-range {

	background: #f5f8ff;
	padding: 50px 0;
}

.product-range-title {
	font-size: 2rem;
	font-weight: bold;
	color: #2d2d5c;
	text-align: center;
	margin-bottom: 10px;
}

.product-range-desc {
	text-align: center;
	color: #666;
	margin-bottom: 40px;
}

/* .product-range-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
} */
.product-range .col-lg-4 {
	margin-bottom: 15px;
}

.product-range-box {
	width: 100%;
	background: white;
	border-radius: 12px;
	padding: 10px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	text-align: center;
	display: flex;
	gap: 10px;
	align-items: center;
	transition: transform 0.3s;
	background: rgba(54, 54, 120, .06);
	position: relative;
}

.product-range-box:hover {
	transform: translateY(-5px);
	background: rgba(54, 54, 120, .14);
}

.product-range-box img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 10px;
}

.product-range-title1 {
	font-size: 1.6rem;
	color: black;
	font-weight: bold;
	margin-top: 10px;
}

.product-range-box i {
	color: #77ae2a;
	position: absolute;
	top: 50%;
	right: 15px;
	font-size: 22px;
	transform: translateY(-50%);
}

/* ---Product-range-Home-page-End-- */


/* ---Rd-section-homepage--	 */
.RD-section-homepage {
	padding: 50px 0;
	background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(253, 255, 251, 0.8)), url('../images/rd/dna-bg.jpeg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.RD-section-homepage .rd-approach {
	width: 100%;
	padding: 25px;
	/* border: 2px solid red; */
	/* border-radius: 15px; */
	background: linear-gradient(135deg, #77AE2A, #2A5E1D);
	position: relative;
}

.rd-approach h2 {
	margin-bottom: 10px;
	font-size: 23px;
	font-weight: 700;
	color: white;
}

.rd-approach ul {
	list-style: none;
	color: white;
	padding: 0;
	font-size: 16px;
}

.rd-approach ul li {
	margin: 15px 0;
	color: white;
}

.rd-approach a {
	color: white;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: end;
	padding: 0;
	margin: 0;
	gap: 6px;
}

.rd-approach a i {
	padding: 0 !important;
	margin: 0 !important;
	line-height: 0 !important;
}


.rd-approach-image {
	/* margin-top: 10px; */
	height: 435px;
	padding-top: 15px;
	width: 100%;
	/* border: 1px solid red; */
}

.rd-approach-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;

}

.rd-approach-image2 {
	margin-top: 10px;
	height: 300px;
	/* padding: 20px; */
	width: 100%;
	/* border: 1px solid red; */
}

.rd-approach-image2 img {
	height: 100%;
	animation: bounce 2s infinite ease-in-out;
	width: 100%;
	object-fit: contain;

}

@keyframes bounce {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-30px);
	}
}


.shape-boxes {
	/* display: block; */
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	/* border: 1px solid red; */
	overflow: hidden !important;
}

.shape-boxes {
	list-style-type: none;
}

.shape-boxes li:nth-child(1) {
	position: absolute;
	left: 10%;
	height: 20px;
	width: 50px;
	/* Wider than height */
	background: rgba(255, 255, 255, .1);
	border-radius: 50px;
	/* Fully rounded edges */
}

.shape-boxes li:nth-child(2) {
	position: absolute;
	left: 30%;
	height: 20px;
	width: 70px;
	background: rgba(255, 255, 255, .2);
	border-radius: 50px;
	animation: animate 10s linear 1s infinite;
}

.shape-boxes li:nth-child(3) {
	position: absolute;
	left: 50%;
	height: 25px;
	width: 80px;
	background: rgba(255, 255, 255, .1);
	border-radius: 50px;
	animation: animate 16s linear 2s infinite;
}

.shape-boxes li:nth-child(4) {
	position: absolute;
	left: 80%;
	height: 20px;
	width: 50px;
	background: rgba(255, 255, 255, .18);
	border-radius: 50px;
	animation: animate 10s linear 1s infinite;
}

.shape-boxes li:nth-child(5) {
	position: absolute;
	left: 45%;
	height: 40px;
	width: 40px;
	background: rgba(255, 255, 255, .15);
	border-radius: 50px;
	animation: animate 18s linear 1s infinite;
}

.shape-boxes li {
	animation: animate 15s linear 1s infinite;
}

@keyframes animate {
	from {
		transform: translateY(1500%) rotate(180deg);
	}

	to {
		transform: translateY(-150%) rotate(360deg);
	}
}

/* ---Rd-section-homepage-end--	 */


/* ----Milestone---*/



@media (min-width: 1000px) {

	#timeline .demo-card:nth-child(odd) .head::after,
	#timeline .demo-card:nth-child(even) .head::after {
		position: absolute;
		content: "";
		width: 0;
		height: 0;
		border-top: 15px solid transparent;
		border-bottom: 15px solid transparent;
	}

	#timeline .demo-card:nth-child(odd) .head::before,
	#timeline .demo-card:nth-child(even) .head::before {
		position: absolute;
		content: "";
		width: 9px;
		height: 9px;
		background-color: #bdbdbd;
		border-radius: 9px;
		box-shadow: 0px 0px 2px 8px #f7f7f7;
	}
}

/* Some Cool Stuff */
.demo-card:nth-child(1) {
	order: 1;
}

.demo-card:nth-child(2) {
	order: 4;
}

.demo-card:nth-child(3) {
	order: 2;
}

.demo-card:nth-child(4) {
	order: 5;
}

.demo-card:nth-child(5) {
	order: 3;
}

.demo-card:nth-child(6) {
	order: 6;
}

.demo-card:nth-child(7) {
	order: 7;
}

/* New step added */

#timeline {
	padding: 100px 0;
	background: #f7f7f7;
	border-top: 1px solid rgba(191, 191, 191, 0.4);
	border-bottom: 1px solid rgba(191, 191, 191, 0.4);
}

#timeline h1 {
	text-align: center;
	font-size: 3rem;
	font-weight: 200;
	margin-bottom: 20px;
}

#timeline p.leader {
	text-align: center;
	max-width: 90%;
	margin: auto;
	margin-bottom: 45px;
}

#timeline .demo-card-wrapper {
	position: relative;
	margin: auto;
}

@media (min-width: 1000px) {
	#timeline .demo-card-wrapper {
		display: flex;
		flex-flow: column wrap;
		width: 1170px;
		height: 1650px;
		margin: 0 auto;
	}
}

#timeline .demo-card-wrapper::after {
	z-index: 1;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	border-left: 1px solid rgba(191, 191, 191, 0.4);
}

@media (min-width: 1000px) {
	#timeline .demo-card-wrapper::after {
		border-left: 1px solid #bdbdbd;
	}
}

#timeline .demo-card {
	position: relative;
	display: block;
	margin: 10px auto 80px;
	max-width: 94%;
	z-index: 2;
}

@media (min-width: 480px) {
	#timeline .demo-card {
		max-width: 60%;
		box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
	}
}

@media (min-width: 720px) {
	#timeline .demo-card {
		max-width: 40%;
	}
}

/* @media (min-width: 1000px) {
	#timeline .demo-card {
		max-width: 450px;
		height: 400px;
		margin: 90px;
		margin-top: 45px;
		margin-bottom: 45px;
   }
	#timeline .demo-card:nth-child(odd) {
		margin-right: 45px;
   }
	#timeline .demo-card:nth-child(odd) .head::after {
		border-left-width: 15px;
		border-left-style: solid;
		left: 100%;
   }
	#timeline .demo-card:nth-child(odd) .head::before {
		left: 491.5px;
   }
	#timeline .demo-card:nth-child(even) {
		margin-left: 45px;
   }
	#timeline .demo-card:nth-child(even) .head::after {
		border-right-width: 15px;
		border-right-style: solid;
		right: 100%;
   }
	#timeline .demo-card:nth-child(even) .head::before {
		right: 489.5px;
   }
	#timeline .demo-card:nth-child(2) {
		margin-top: 180px;
   }
} */

@media (min-width: 1000px) {
	#timeline .demo-card-wrapper {
		display: flex;
		flex-flow: column wrap;
		width: 1170px;
		height: auto;
		/* Change from fixed height */
		margin: 0 auto;
	}

	#timeline .demo-card {
		max-width: 450px;
		height: auto;
		/* Adjust height dynamically */
		margin: 45px;
	}

	#timeline .demo-card:nth-child(odd) {
		margin-right: 45px;
	}

	#timeline .demo-card:nth-child(odd) .head::after {
		border-left-width: 15px;
		border-left-style: solid;
		left: 100%;
	}

	#timeline .demo-card:nth-child(odd) .head::before {
		left: calc(100% + 8px);
	}

	#timeline .demo-card:nth-child(even) {
		margin-left: 45px;
	}

	#timeline .demo-card:nth-child(even) .head::after {
		border-right-width: 15px;
		border-right-style: solid;
		right: 100%;
	}

	#timeline .demo-card:nth-child(even) .head::before {
		right: calc(100% + 8px);
	}
}

#timeline .demo-card .head {
	position: relative;
	display: flex;
	align-items: center;
	color: #fff;
	font-weight: 400;
}

#timeline .demo-card .head .number-box {
	display: inline;
	float: left;
	margin: 15px;
	padding: 10px;
	font-size: 35px;
	line-height: 35px;
	font-weight: 600;
	background: rgba(0, 0, 0, 0.17);
}

#timeline .demo-card .head h2 {
	/* text-transform: uppercase; */
	font-size: 2rem;
	font-weight: inherit;
	letter-spacing: 1px;
	margin: 0;
	font-weight: 700;
	padding-bottom: 5px;
	line-height: unset;
}

@media (min-width: 480px) {
	#timeline .demo-card .head h2 {
		font-size: 2rem;
		/* line-height: 1.2rem; */
	}
}

#timeline .demo-card .head h2 span {
	display: block;
	font-size: 0.6rem;
	margin: 0;
}

@media (min-width: 480px) {
	#timeline .demo-card .head h2 span {
		font-size: 0.8rem;
	}
}

#timeline .demo-card .body {
	background: #fff;
	border: 1px solid rgba(191, 191, 191, 0.4);
	border-top: 0;
	padding: 15px;
}

@media (min-width: 1000px) {
	#timeline .demo-card .body {
		height: 315px;
	}
}

#timeline .demo-card .body p {
	font-size: 16px;
	line-height: 20px;
	color: black !important;
	margin-bottom: 15px;
	text-align: justify;
}

#timeline .demo-card .body img {
	display: block;
	width: 100%;
}

#timeline .demo-card--step1 {
	background-color: #46b8e9;
}

#timeline .demo-card--step1 .head::after {
	border-color: #46b8e9;
}

#timeline .demo-card--step2 {
	background-color: #3ee9d1;
}

#timeline .demo-card--step2 .head::after {
	border-color: #3ee9d1;
}

#timeline .demo-card--step3 {
	background-color: #ce43eb;
}

#timeline .demo-card--step3 .head::after {
	border-color: #ce43eb;
}

#timeline .demo-card--step4 {
	background-color: #4d92eb;
}

#timeline .demo-card--step4 .head::after {
	border-color: #4d92eb;
}

#timeline .demo-card--step5 {
	background-color: #46b8e9;
}

#timeline .demo-card--step5 .head::after {
	border-color: #46b8e9;
}

/* ----Milestone-End---*/



/* ----Safety--- */
.safety {
	padding: 50px 0;
}

.safety p {
	/* text-align: center; */
	margin: 10px 0;
}

.safety .section-title {
	text-align: center;
	margin-bottom: 30px;
	color: #2c6e49;
	font-weight: bold;
}

.safety .icon-box {
	width: 60px;
	height: 60px;
	background-color: #2c6e49;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: white;
	font-size: 24px;
	margin-bottom: 15px;
	transition: 0.3s ease-in-out;
}

.safety .custom-box {
	background: white;
	padding: 20px;
	border-radius: 10px;
	border: 2px solid #edf2f6;
	/* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
	/* text-align: center; */
	transition: transform 0.3s ease-in-out;
	height: 260px;
}

.safety .custom-box:hover {
	transform: translateY(-5px);
	background: linear-gradient(to left, #bcfabcf7, #77ae2a, #006400);

}

.safety .custom-box:hover p {

	color: white;

}

.safety .custom-box:hover h5 {
	color: white;

}

.safety .custom-box:hover .icon-box {
	width: 50px;
	height: 50px;
	background-color: white;

	color: #77ae2a;
	font-size: 22px;
	margin-bottom: 15px;
}

.safety .custom-box h5 {
	transition: 0.3s ease-in-out;

	color: #000;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;

}

.safety .custom-box p {

	transition: 0.3s ease-in-out;

	font-size: 15px;
	/* text-align: justify; */
	margin-bottom: 5px;

}

.animate {
	animation: fadeInUp 1s ease-in-out;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* ----Safety-End--- */


/* --Partner-with-us-- */
.partner-with-us {
	padding: 50px 0;
	background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(253, 255, 251, 0.6)), url('../images/partner/partner-with-us.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}

.partner-with-us span {
	font-size: 22px;
	color: #90c33e;
}

.partner-with-us h1 {
	font-size: 60px;
	color: #000;
	line-height: 70px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-top: 10px;

}

.partner-with-us .icon-box {
	width: 50px;
	height: 50px;
	background-color: #90c33e;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: white;
	font-size: 18px;
	float: left;
    margin-right: 10px;
}
.icon-box-content {
    width: 80%;
    overflow: hidden;
}

.partner-with-us .partnership-item {
	/* display: flex; */
	/* align-items: center; */
	margin-bottom: 20px;
	gap: 10px;
}

.partner-with-us .partnership-item h5 {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	color: #333;
	display: flex;
	align-items: center;
	gap: 10px;
}

.partner-with-us .partnership-item p {
	margin-top: 5px;
	font-size: 14px;
	color: #666;
}

/* --- */
.partner-with-us-benifit-section {
	padding: 50px 0;
}

.partner-with-us-benifit-section .col-lg-4 {
	margin-bottom: 15px;
}




.partner-with-us-benefits {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 15px;
	gap: 10px;
	flex-direction: column;
	font-size: 1rem;
	height: 180px;
	padding: 15px;
	border: 2px solid #edf2f6;

	transition: all 0.6s ease-in-out;
}

.partner-with-us-benefits:hover {
	background: linear-gradient(to left, #bcfabcf7, #77ae2a, #006400);
	transform: scale(1.05);

}

.partner-with-us-benefits h2 {

	font-size: 1.6rem !important;
	transition: transform 0.3s ease-in-out;
	color: #000;
	font-weight: 600;
}

.partner-with-us-benefits:hover h2 {
	color: #fff;

}

.partner-with-us-benefits:hover .partner-with-icon {

	background: white;
	border-radius: 10px;
	color: green;

}

.partner-with-icon {
	height: 60px;
	width: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #e2435f;
	border-radius: 50%;
	color: white;
	transition: 0.4s ease-in-out;
}

.partner-with-us-benefits i {
	font-size: 2.5rem;

}

.vertical-text {
	/* writing-mode: vertical-rl; */
	/* text-orientation: upright; */
	font-size: 60px;
	font-weight: bold;
	color: transparent;
	-webkit-text-stroke: 2px green;
	margin-bottom: 30px;
	text-align: center;
}


/* --Partner-with-us-End-- */

/* -----Management-section-- */
.meet-our-founder {
	/* display: flex; */
	align-items: center;
	justify-content: center;
	background-color: #EDF9EB;
	padding: 80px 0 30px 0;
}

.meet-our-founder .container {
	/* background-color: #f8f9fa;
	position: relative;
	height: 370px; */
}
.meet-our-founder-box{
	background-color: #f8f9fa;
	overflow: hidden;
    border-radius: 8px;
}

.meet-our-founder .founder-info {
	/* background: white; */
	padding: 20px 6px;
	/* border-radius: 8px; */
	/* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
	/* max-width: 650px; */
	/* position: absolute; */
	/* left: -20px; */
	/* top: -100px; */
}

.meet-our-founder h2 {
	color: #90c33e;
	font-size: 25px;
	margin-bottom: 10px;
	background-color: #edf9eb;
	padding: 2px 18px;
	width: fit-content;
	font-weight: 600;
	border-radius: 0 50px 0 0;
	/* text-align: center; */
	border: 1px solid #dcf1d9;
}

.meet-our-founder h3 {
	color: black;
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 0px;
}

.meet-our-founder span {
	font-style: italic;
	text-align: center;
	color: #006400;

}
.founder-img img{
	padding: 20px 20px 0px 20px;
	height: 380px;
	margin: 0 auto;
}

.meet-our-founder .founder-image {
	/* max-width: 100%;
	border-radius: 8px; */
	/* position: absolute; */
	/* border:1px solid red; */
	/* top: -90px; */
	/* height: 460px; */
	/* width: 500px; */
	/* right: 0; */
	/* bottom: 0; */
}

.meet-our-founder .founder-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 8px;
}

.meet-our-founder .founder-text {
	color: #666;
	font-size: 15px;
	text-align: justify;
	margin-top: 10px;
}

.socilal-icon-founder {
	padding: 10px 30px;
	/* border: 1px solid red; */
	position: absolute;
	border-radius: 40px 0 0 0;
	bottom: 0;
	right: 0;
	background-color: white;
	box-shadow: 0px 0px 2px lightgrey;

}

.social-icons {
	list-style: none;
	display: flex;
	gap: 30px;
	padding: 0;
}

.social-icons li {
	display: inline-block;
	transition: transform 0.6s ease;
}

.social-icons li:hover {
	transform: translateX(-10px);
}

.social-icons a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: white;
	font-size: 20px;
	text-decoration: none;
}

.facebook {
	background: #3b5998;
}

.instagram {
	background: linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7);
}

.linkedin {
	background: #0077B5;
}

.twitter {
	background: #000;
}

/* ------ */
.submanagemnt-cards {
	background-color: #EDF9EB;
	padding: 30px 0 60px 0;
}

.submanagemnt-cards .row {
	display: flex;
	justify-content: center;
}

.card1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	/* border: 1px solid red; */
}

.img-container1 {
	height: 200px;
	width: 100%;
}

.img-container1 img {
	height: 100%;
	width: 100%;
}





.content1 {
	width: 100%;
	height: 140px;
	padding: 10px;
	border-radius: 5px;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
	align-items: center;
}

.content1 h2 {
	font-size: 20px;
	color: #000;
	font-weight: bold;
}

.content p {
	font-size: 16px;
	margin-top: 1px;
	color: #353535;
}

.content1 .links1 {
	width: 80%;
	margin-top: px;
	display: flex;
	justify-content: space-evenly;
}

.content1 .links1 a {
	width: 40px;
	height: 40px;
	/* margin-top: 10px; */
	display: flex;
	justify-content: center;
	align-items: center;
	/* background: #000; */
	border-radius: 50%;
}

.content1 .links1 i {
	color: white;
	font-size: 20px;
	border-radius: 20px;
	transition: all 0.3s ease;
}

.content1 .links1 i:hover {
	transform: scale(1.2);
}


/* -----Management-section-End-- */


/* ----Our-Reach-page---- */
.reach-section {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 50px;
	background-color: #f4f3ee8c;
	/* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); */
}

.reach-content {
	flex: 1;
	padding-right: 40px;
}

.reach-content h2 {
	font-size: 45px;
	color: #000;
	font-weight: 600;
	/* margin-bottom: 20px; */
}

.reach-content p {
	font-size: 16px;
	line-height: 1.6;
	color: #555;
}

.reach-content ul {
	margin-top: 10px;
	margin-left: 20px;
	color: #444;
	list-style-type: disc;
}

.reach-content ul li {
	margin-bottom: 5px;
	list-style: circle;
}

.reach-map {
	flex: 1;
	text-align: center;
}

.reach-map img {
	max-width: 100%;
	height: auto;
	/* border: 1px solid #ccc; */
	border-radius: 8px;
}

@media (max-width: 768px) {
	.reach-section {
		flex-direction: column;
		padding: 20px;
	}

	.reach-content {
		padding-right: 0;
		margin-bottom: 20px;
	}
}

/* ----Our-Reach-page-End---- */

/* ----- */
.career-page {
	/* background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/new-img/carrer-bg.jpg); */
	/* height:100vh; */
	/* width: 100%; */
	padding: 50px 0;
}

.career-page {

	padding: 50px 0;
}

.career-page h4 {
	color: #77ae2a;
}

.career-page .col-lg-12 {

	margin: 15px 0;
}

.career-page .container {

	position: relative;
}

.career-image {
	height: 400px;
	width: 100%;
	margin: 10px 0;
	/* position: relative; */
}

.career-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	/* margin: 10px 0; */
	/* position: relative; */
}

.career-content {
	position: absolute;
	padding: 20px;
	/* background-color: lightgray; */
	max-width: 800px;
	width: 700px;
	/* left: 50%; */
	/* transform: translateX(-50%); */
	bottom: 0;
	right: 0;
	backdrop-filter: blur(10px);
	box-shadow: 0 0 2px rgba(277, 228, 237, 0.35);
	border: 2px solid rgba(255, 255, 255, 0.18);
	transition: all 0.5s ease;
}

.career-content:hover {
	background-color: rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(0px);
	box-shadow: 0 0 2px rgba(277, 228, 237, 0.10);
	border: 2px solid rgba(255, 255, 255, 0.5);
}

.career-content p {
	font-size: 18px;
	color: white;
}


.benefit-box {
	background-color: #f8f9fa;
	border-radius: 12px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
	transition: transform 0.3s ease;
	height: 100%;
	padding: 15px;
}

.benefit-box:hover {
	transform: translateY(-5px);
}

.benefit-icon i {
	font-size: 2.5rem;
	color: #e2435f;
	margin-bottom: 10px;
}

.benefit-title {
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 16px;
}

.benefit-text {
	font-size: 13px;
	color: #555;
}




.cards-opening {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-bottom: 70px;
	margin-top: 30px;
	justify-items: center;
}

.card-opening {
	background-color: #fff;
	padding: 30px;
	border-radius: 16px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	text-align: center;
	max-width: 330px;
	width: 100%;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-opening:hover {
	transform: translateY(-10px);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.icon-opening {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1e2246;
	margin-bottom: 15px;
	gap: 10px;
}

.icon-opening i {
	height: 55px;
	width: 55px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 23px;

	background: linear-gradient(to bottom right, #ffdec7, #d4d9ff);

}

/* .fa-paintbrush {
	background: linear-gradient(to bottom right, #bbcbfb, #f1d4ff);
  }
  
  .fa-code {
	background: linear-gradient(to bottom right, #fbbbda, #ffd4d4);
  }
  
  .fa-cog {
	background: linear-gradient(to bottom right, #bbebfb, #efd4ff);
  }
  
  .fa-user-group {
	background: linear-gradient(to bottom right, #bbfbe4, #d4e0ff);
  }
  
  .fa-clipboard {
	background: linear-gradient(to bottom right, #bbd8fb, #ffd4d4);
  }
   */


.title-opening {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 10px 0;
	color: #000;
}

.card-opening a {
	background: #77ae2a;
	padding: 8px 18px;
	margin-top: 8px;
	color: white;
	border-radius: 6px;
}


/* ----- */



/* ----Bussiness-segment---- */
.segment-wrapper {
	padding: 40px 0;
	background-color: #f8f9fa;
}

.segment-title {
	font-size: 4rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 40px;
	color: #333;
}

.segment-box {
	background-color: #ffffff;
	border-left: 5px solid #90c33e;
	border-radius: 12px;
	padding: 25px;
	margin-bottom: 30px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease;
}

.segment-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 0 20px rgba(13, 110, 253, 0.2);
}

.segment-name {
	font-size: 2rem;
	font-weight: 500;
	color: #90c33e;
	margin-bottom: 10px;
}


.segment-desc {
	color: #555;
	font-size: 1.5rem;
}

@media (max-width: 576px) {
	.segment-box {
		padding: 20px;
	}

	.segment-title {
		font-size: 1.5rem;
	}
}

/* ----Bussiness-segment-End---- */


/* New CSS */
.timeline_tl {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
}

.timeline_tl::after {
	content: '';
	position: absolute;
	width: 2px;
	background-color: #e2435f;
	top: 16px;
	bottom: 71px;
	left: 50%;
	margin-left: -3px;
	height: 93%;
}

.timeline_tl .container_tl {
	display: none;
}

.container_tl {
	padding: 10px 40px;
	position: relative;
	background-color: inherit;
	width: 70%;
	z-index: 2;
}

.container_tl::after {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	right: -10px;
	background-color: white;
	border: 4px solid #e2435f;
	top: 15px;
	border-radius: 50%;
	z-index: 1;
}

.left_tl {
	left: -55%;
	transform: translateX(50%);
}

.left_tl::before {
	content: " ";
	height: 0;
	position: absolute;
	top: 22px;
	width: 0;
	z-index: 1;
	right: 30px;
	border: medium solid #fcf6f1;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #509528;
}

.right_tl {
	right: -15%;
	transform: translateX(50%);
}

.right_tl::before {
	content: " ";
	height: 0;
	position: absolute;
	top: 22px;
	width: 0;
	z-index: 1;
	left: 30px;
	border: medium solid #fcf6f1;
	border-width: 10px 10px 10px 0;
	border-color: transparent #509528 transparent transparent;
}

.right_tl::after {
	left: -14px;
}

.content_tl {
	padding: 10px 10px;
	background-color: #509528;
	position: relative;
	border-radius: 10px;
	/* width: 80% !important; */
}

.reviving {
	color: white;
}

.ab-pledge {
	padding: 40px;
	width: 70%;
}

/* Button */
.dropdown-btn {
	color: #ffffff;
	font-size: 25px;
	font-weight: 600;
	padding: 12px 20px;
	cursor: pointer;
	position: relative;
}

/* Arrow */
.dropdown-btn::after {
	display: none;
	content: '▼';
	margin-left: 8px;
	font-size: 12px;
	transition: transform 0.3s ease;
}

/* Rotate arrow on hover */
.dropdown-container:hover .dropdown-btn::after {
	transform: rotate(180deg);
}

/* Dropdown content */
.dropdown-content {
	display: none;
	position: static;
	background-color: white;
	min-width: 180px;
	border: 1px solid #000;
	border-radius: 8px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	z-index: 1;
	top: 100%;
	left: 0;
	transition: 0.5s ease !important;
}

/* Dropdown items */
.dropdown-content a {
	color: #333;
	padding: 10px 15px;
	text-decoration: none;
	display: block;
	transition: background 0.2s ease;
}

.dropdown-content a:hover {
	background-color: #f1f1f1;
}


.dropdown-container {
	/* transition: all 0.5s ease; */
}

/* Show dropdown on hover */
.dropdown-container:hover .dropdown-content {
	display: block;
}

.operation-s {
	padding: 20px;
}

.rd-img {
	height: 100%;
	width: 100%;
}

.rd-img img {
	height: 410px;
	width: 100%;
	padding-top: 20px;
}

.ro-sec {
	border: 2px solid #b1d971;
	border-radius: 10px;
}

.research-section {
	padding: 25px;
}

.r-d {
	font-weight: 600;
	padding-top: 10px;
	color: #272727;
	padding-bottom: 20px;
}

.block-1 {
	padding-top: 75px !important;
	padding: 10px;
	border-radius: 20px;
}

.expe-blocks {
	transition: all 0.3s ease-in-out;
	background-color: white;
	padding: 15px;
	height: 295px;
	border-radius: 18px;
	position: relative;
	border: 1px solid #90c33e;
}

.expe-blocks:hover {
	background-color: radial-gradient(circle, #6a11cb, #2575fc);
	;
	transform: scale(1.05);
	/* Slightly enlarges the block */
}

.why-section {
	height: 110px;
	width: 110px;
	border-radius: 50%;
	border: 1px solid white;
	background: white;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -55px;
	display: flex;
	text-align: center;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	color: #90c33e;
	font-size: 50px;
}

.icons-content {
	width: 78px;
	display: block;
	margin: auto;
}

.exper-q {
	padding-top: 51px;
	font-size: 20px;
}

.over-img {
	width: 100%;
	height: 100%;
}

.over-img img {
	width: 100%;
	height: 380px;
	padding-top: 10px;
}

.our-cust {
	padding-top: 10px;
}




/* ----New-slider---- */
/* body {
	background: #eee;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	background: #404449;
	margin: 0;
	padding: 0;
  } */

.swiper-container {
	/* height: calc(100vh - 120px); */
	/* margin: 60px; */
	height: 100vh;
	width: 100%;

	/* border: 2px solid red; */
}

.swiper-slide {
	overflow: hidden;
	width: 100%;
	/* Ensures slide doesn't exceed container */
	/* position: relative; */
}

.swiper-wrapper {
	width: 100%;
	/* overflow: hidden; */
	/* overflow: hidden; */
	/* border: 2px solid red; */
}

.slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	/* right: 0; */
	/* bottom: 0; */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.slide-captions2 {
	position: absolute;
	/* background-color: red; */
	padding: 40px;
	top: 50%;
	max-width: 700px;
	height: 300px;
	transform: translateY(-50%);
	/* background:rgba(0, 0, 0, 0.25); */
	/* background: linear-gradient(
  to bottom right,
  rgba(0, 0, 0, 0.25) 0%,
  rgba(0, 0, 0, 0.1) 70%,
  rgba(0, 0, 0, 0) 100%
); */
	background: linear-gradient(to top right,
			rgba(0, 0, 0, 0.2) 0%,
			rgba(0, 0, 0, 0.1) 70%,
			rgba(0, 0, 0, 0) 100%);

}

.slide-captions2 h2 {
	font-size: 48px;
	font-weight: 800;
	line-height: 50px;
	color: #fff;
	margin-bottom: 10px;
}

.slide-captions2 p {
	font-size: 20px;
	color: #fff;
}

.copy {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	text-align: center;
	color: white;
	letter-spacing: 0.06em;
}

/* a {
	color: white;
  } */

.swiper-button-white {
	/* background:red; */
	/* z-index: 999; */
	/* position: absolute; */
	/* left: 20px; */
}


@media screen and (max-width:768px) {
	.slide-captions2 h2 {
		font-size: 18px;
		font-weight: 800;
		line-height: 21px;
		color: #fff;
		margin-bottom: 10px;
	}

	.slide-captions2 {
		position: absolute;
		/* background-color: red; */
		padding: 10px;
		top: 77%;
		max-width: 300px;
		height: auto;

	}

	.slide-captions2 p {
		font-size: 12px;
		color: #fff;
	}
}

/* ----New-slider---- */



/* ------welcome-icons-- */
.med-icons {
	height: 65px;
	width: 65px;
	position: absolute;
	z-index: 9;
}

.med-icons img {
	width: 100%;
	height: 100%;
	opacity: 0.2;
	/* transform: rotate(-36deg); */
	transition: all 0.5s ease;
}

.med-1 {
	top: 21%;
	transform: rotate(-26deg);
	right: -5%;

}

.med-2 {
	/* top:20px; */
	bottom: 0%;
	/* transform: rotate(-26deg); */
	left: 55%;


}

.med-3 {
	top: 8%;
	left: 50%;

}

.med-4 {
	top: 21%;
	left: 8%;

}

.med-5 {
	bottom: 10%;
	left: 15%;

}

.welcome-section-main:hover .med-icons img {
	opacity: 0.7;
}

@media screen and (max-width:768px) {
	.med-icons {
		height: 40px;
		width: 40px;
		position: absolute;
		z-index: 9;
	}

	.med-3 {
		top: 0%;
		left: 50%;
	}

	.med-5 {
		bottom: 3%;
		left: 22%;
	}

	.med-2 {
		/* top: 20px; */
		bottom: -3%;
		/* transform: rotate(-26deg); */
		left: 68%;
	}

	.med-4 {
		top: 4%;
		left: 2%;
	}
}

/* ------welcome-icons-End-- */

/* newcode 24-06-25*/

.fs-heading {
	font-size: 32px !important;
	font-weight: 600;
	color: #000;
}

.head-faq {
	font-size: 32px !important;
	font-weight: 600 !important;
color: #000 !important;
}

.fs-heading:after {
	content: '';
	position: absolute;
	left: 0;
	/* margin-left: -20px; */
	bottom: 0px;
	width: 80px;
	border-bottom: 3px solid #77ae2a
}

.shadow-side-key {
	border: 1px solid #99d553;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.key-main-image {
	width: 100%;
	height: 360px;
}

.key-main-image img {
	width: 100%;
	height: 365px;
}

.key-main-link {
	border: 1px solid #b8b9bb;
	border-radius: 8px;
	padding: 4px 12px;
	margin: 8px 0px;
	background-color: #99d553;
	color: #000;
}

.key-main-link:hover {
	background-color: #f0f0f0;
	color: #007bff;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	transition: all 0.3s ease;
	cursor: pointer;
}

.key-main-link a {

	color: #000;
}

.service-box-key-pages {
	transition: all 0.3s ease;
	height: 120px !important;
	box-shadow: 0 10px 20px #0000001a !important;
}

.service-box-key-pages:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px #0000001a !important;
}

.service-icon-key-pages {
	color: #509528;
	margin-bottom: 15px;
	font-size: 2.5rem;
}

.about-section-key-pages {
	background-color: #f8f9fa;
	padding: 40px 0;
	border-bottom: 1px solid #e7e7e7;
}

.overview-card-key-pages {
	border-left: 4px solid #509528;
	margin-bottom: 30px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.overview-card-key-pages .panel-heading-key-pages {
	background-color: #509528;
	color: white;
	font-weight: bold;
}

.detail-row-key-pages {
	border-bottom: 1px solid #eee;
	padding: 10px 15px;
}

.detail-row-key-pages:nth-child(even) {
	background-color: #f9f9f9;
}

.detail-label-key-pages {
	font-weight: 600;
	color: #555;
}

.company-icon-key-pages {
	font-size: 50px;
	color: #509528;
	margin-bottom: 20px;
}

.capability-section-key-pages {
	padding: 50px 0;
	background-color: #f9f9f9;
}

.capability-card-key-pages {
	border-left: 4px solid #509528;
	height: 100%;
	transition: all 0.3s ease;
}

.capability-card-key-pages:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	transform: translateY(-5px);
}

.capability-icon-key-pages {
	font-size: 40px;
	margin-bottom: 15px;
}

.feature-box-key-page {
	transition: all 0.3s ease-in-out;
	border: 1px solid #99d553;
	padding: 20px;
	text-align: center;
	background: #fff;
	margin-bottom: 30px;
	border-radius: 6px;
	height: 100%;
}

.feature-box-key-page:hover {
	transform: scale(1.03);
	border-color: #99d553;
	box-shadow: 0 8px 20px rgba(0, 123, 255, 0.2);
}

.feature-icon-key-page {
	font-size: 30px;
	color: #99d553;
	margin-bottom: 15px;
}

.feature-text-key-page {
	font-weight: 500;
	color: #333;
}

.antibiotic-box-key-page {
	transition: all 0.3s ease;
	border: 1px solid #ddd;
	background: #fff;
	text-align: center;
	padding: 20px;
	border-radius: 6px;
	margin-bottom: 30px;
	height: 140px;
}

.antibiotic-box-key-page:hover {
	transform: scale(1.03);
	border-color: #99d553;
	box-shadow: 0 5px 20px rgba(0, 123, 255, 0.2);
}

.antibiotic-icon-key-page {
	font-size: 28px;
	color: #99d553;
	margin-bottom: 10px;
}

.antibiotic-text-key-page {
	font-weight: 500;
	color: #333;
}

.dosage-box-key-page {
	text-align: center;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 8px;
	transition: 0.3s ease;
	margin-bottom: 20px;
	background: #fff;
}

.dosage-box-key-page:hover {
	box-shadow: 0 4px 15px rgba(0, 123, 255, 0.2);
	transform: translateY(-5px);
}

.dosage-icon-key-page {
	font-size: 28px;
	color: #99d553;
	margin-bottom: 10px;
}

.dosage-text-key-page {
	font-size: 16px;
	font-weight: 500;
	color: #333;
}

.packaging-box-key-page {
	text-align: center;
	border: 1px solid #e0e0e0;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 20px;
	transition: 0.3s ease;
	background: #fff;
	    height: 160px;
}

.packaging-box-key-page:hover {
	box-shadow: 0 4px 15px rgba(0, 123, 255, 0.2);
	transform: translateY(-5px);
}

.packaging-icon-key-page {
	font-size: 30px;
	color: #99d553;
	margin-bottom: 15px;
}

.packaging-text-key-page {
	font-size: 16px;
	font-weight: 500;
	color: #333;
}

.pain-box-key-page {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 20px;
	text-align: center;
	transition: all 0.3s ease-in-out;
	height: 100%;
	margin-bottom: 20px;
}

.pain-box-key-page:hover {
	box-shadow: 0 5px 15px rgba(0, 123, 255, 0.2);
	transform: translateY(-5px);
}

.pain-icon-key-page {
	font-size: 30px;
	color: #99d553;
	margin-bottom: 15px;
}

.pain-text-key-page {
	font-size: 15px;
	font-weight: 500;
	color: #333;
}

.pain-category-key-page {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 20px;
	text-align: center;
	transition: 0.3s ease-in-out;
	margin-bottom: 20px;
	height: 135px;
}

.pain-category-key-page:hover {
	box-shadow: 0 5px 15px rgba(0, 123, 255, 0.15);
	transform: translateY(-5px);
}

.pain-icon-key-page {
	font-size: 28px;
	color: #99d553;
	margin-bottom: 15px;
}

.pain-text-key-page {
	font-size: 15px;
	font-weight: 500;
	color: #333;
}

.vitamin-box-key-page {
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 8px;
	padding: 20px;
	text-align: center;
	transition: all 0.3s ease;
	height: 150px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	margin-bottom: 20px;
}

.vitamin-box-key-page:hover {
	box-shadow: 0 6px 20px rgba(0, 123, 255, 0.15);
	transform: translateY(-5px);
}

.vitamin-icon-key-page {
	font-size: 28px;
	color: #99d553;
	margin-bottom: 15px;
}

.vitamin-title-key-page {
	font-weight: 600;
	margin-bottom: 8px;
}

.vitamin-desc-key-page {
	font-size: 14px;
	color: #555;
}

.rd-box-key-page {
	background: #fff;
	border: 1px solid #ddd;
	padding: 25px 20px;
	border-radius: 8px;
	text-align: center;
	margin-bottom: 30px;
	transition: all 0.3s ease;
	height: 160px;
}

.rd-box-key-page:hover {
	background-color: #f9f9f9;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
	transform: translateY(-4px);
}

.rd-icon-key-page {
	font-size: 30px;
	color: #99d553;
	margin-bottom: 15px;
}

.rd-text-key-page {
	font-size: 15px;
	color: #333;
}

.fact-box-key-page {
	background: #ffffff;
	padding: 30px 15px;
	margin-bottom: 30px;
	border-radius: 8px;
	border: 1px solid #eee;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	transition: 0.3s ease;
}

.fact-box-key-page:hover {
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
	transform: translateY(-5px);
}

.fact-icon-key-page {
	font-size: 36px;
	color: #99d553;
	margin-bottom: 15px;
}

.fact-number-key-page {
	font-size: 22px;
	font-weight: 600;
	color: #222;
}

.fact-label-key-page {
	font-size: 15px;
	color: #555;
	margin-top: 5px;
}

.product-box-key-page {
	background: #fff;
	padding: 25px 15px;
	border: 1px solid #ddd;
	margin-bottom: 30px;
	border-radius: 8px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
	height: 155px !important;
}

.product-box-key-page:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	transform: translateY(-5px);
}

.product-box-key-page .icon-key-page {
	font-size: 36px;
	color: #99d553;
	margin-bottom: 15px;
}

.product-box-key-page h4 {
	font-size: 16px;
	color: #333;
	font-weight: 600;
}

.product-box-key-page p {
	font-size: 13px;
	color: #777;
	margin-top: 5px;
}

.qc-box-key-page {
	background: #ffffff;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 20px 15px;
	margin-bottom: 30px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
}

.qc-box-key-page:hover {
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
	transform: translateY(-5px);
}

.qc-box-key-page .icon-key-page {
	font-size: 36px;
	color: #99d553;
	margin-bottom: 10px;
}

.qc-box-key-page h5 {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	margin: 0;
}

.rnd-box-key-page {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 25px 20px;
	margin-bottom: 30px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
}

.rnd-box-key-page:hover {
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
	transform: translateY(-5px);
}

.rnd-box-key-page .icon-key-page {
	font-size: 36px;
	color: #99d553;
	margin-bottom: 15px;
}

.rnd-box-key-page h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #333;
}

.rnd-box-key-page p {
	font-size: 14px;
	color: #666;
}

.key-details-table-key-page th {
	background-color: #f5f5f5;
	color: #333;
	font-weight: bold;
	width: 30%;
	vertical-align: middle;
}

.key-details-table-key-page td {
	vertical-align: middle;
	color: #555;
}

.research-box-key-page {
	background-color: #f9f9f9;
	padding: 20px 15px;
	margin-bottom: 25px;
	border: 1px solid #ddd;
	border-radius: 8px;
	transition: all 0.3s ease-in-out;
	/* min-height: 180px; */
}

.research-box-key-page:hover {
	background-color: #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	transform: translateY(-5px);
}

.research-box-key-page .icon-key-page {
	font-size: 36px;
	margin-bottom: 15px;
}

.table-key-page th {
	width: 30%;
	background-color: #f9f9f9;
	vertical-align: middle;
	font-weight: 600;
}

.table-key-page td {
	vertical-align: middle;
}

.usp-box-key-page {
	background: #fff;
	border: 2px solid #99d553;
	border-radius: 8px;
	padding: 25px 20px;
	margin-bottom: 30px;
	min-height: 220px;
	text-align: center;
	transition: all 0.3s ease-in-out;
}

.usp-box-key-page:hover {
	background: #f6fff0;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.usp-icon-key-page {
	font-size: 36px;
	color: #99d553;
	margin-bottom: 15px;
}

.usp-title-key-page {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 8px;
	color: #333;
}

.usp-text-key-page {
	font-size: 14px;
	color: #555;
}

/* newcode */
/* on page code */
.faq .ptb-20 {
	padding-top: 10px;
	padding-bottom: 30px;
	font-size: 32px;
    font-weight: 600;
    color: #000;
}


.faq .brochures-prgs {
	cursor: pointer;
	border-top: 4px solid #90c33e;
	border-left: 3px solid #90c33e;
	padding: 11px;
	color: #373333;
	border-radius: 9px;
	background: #d3d3d336;
	font-size: 16px;
	margin-bottom: 15px;
	position: relative;
}

.faq .disp {
	display: none;
	padding: 20px;
}


.faq .rotate {
	transform: rotate(180deg);
}

.faq .brochures-prgs .fa {
	font-size: 18px;
	right: -6px;
    top: 7px;
	position: absolute;
	padding: 10px;
	border-radius: 6px;
	margin-top: -7px;
	margin-right: 6px;
	background: #90c33e;
	color: #fff;
}

/* -funnels-Css--- */
/*mobile footer css starts*/

.navbar-footer a {
	float: left;
	display: none;
	width: 25%;
	color: #fff;
	text-align: center;
	padding: 14px 22px 30px 20px;
	text-decoration: none;
	font-size: 21px;
	/* margin-right: 22px;
    margin-left: 21px; */
}

.navbar-footer a:hover {
	background: #F1F1F1;
	color: black;
}

.w_app>i {
	color: #fff;
}

.w_app {
	background-color: #28A745;
}

.e_mail>i {
	color: #fff;
}

.e_mail {
	background-color: #DC3545;
}

.ems_call>i {
	color: #fff;
}

.ems_call {
	background-color: #007BFF;
}

.ems_enquiry>i {
	color: #fff;
}

.ems_enquiry {
	background-color: #FFC107;
}

.upside {
	display: none;
}

.mobile-hidden i {
	color: white;
}

@media screen and (min-width :315px) and (max-width :768px) {
	.upside {
		display: block;
	}

	.funnal-mobile {
		display: none !important;
	}

	.mobile-footer {
		display: block !important;
	}

	.social-mobile li a .fa {
		display: none;
	}

	.navbar-footer {
		overflow: scroll;
		z-index: 9999999 !important;
		background-color: #ccc;
		position: fixed;
		bottom: -16px;
		width: 100%;
	}

	.navbar-footer a:hover {
		background: #f1f1f1;
		color: black;
	}

	.main {
		padding: 0px;
		margin-bottom: 54px;
	}

	.navbar-footer {
		display: block !important;
	}

}

.mobile-hidden a {
	font-size: 16px;
	border-radius: 30px;
}

/* mobile footer css end*/
@media only screen and (max-width:768px) {


	.mobile-hidden {
		display: none !important;
	}

	.tab {
		margin: 4px 4px !important;
	}

	.brochures-prgs .fa-plus {
		margin-right: 30px !important;
	}
}

/* Funnel css start */
.btn-success {
	color: #fff !important;
	background-color: #5cb85c;
	border-color: #4cae4c;
	padding: 15px 30px;
}

.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-danger {
	color: #fff !important;
	background-color: #d9534f;
	border-color: #d43f3a;
	padding: 15px 30px;
}

.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-warning {
	color: #fff !important;
	background-color: #f0ad4e;
	border-color: #eea236;
	padding: 15px 30px;
}

.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

/* .btn-primary {
      color: #fff!important;
      background-color: #0084bd;
      border-color: #0d668d;
      padding: 15px 30px;
    }
    .btn-primary:hover {
      color: #fff;
      background-color: #0d668d;
      border-color: #204d74
    } */
.pb-20 {
	padding-top: 10px;
	padding-bottom: 30px;
}


/* -funnels-Css-Ends--- */
/* on page code */
.mobile-top-icons-phone{
	background-color: #5e5e5e;
    padding: 6px;
    border-radius: 20px;
    color: #fff;
    margin-right: 4px;
    font-size: 11px;
}
.mobile-top-icons-mail{
	background-color:#ff6d6d;
    padding: 6px;
    border-radius: 20px;
    color: #fff;
    margin-right: 4px;
    font-size: 11px;
}
.footer-social-head{
	color: #fff;
	margin-bottom: 10px;
}

.search-container {
      /* position: relative; */
      /* display: inline-block; */
    }

    .search-input {
      display: none;
      padding: 8px;
      font-size: 16px;
      width: 200px;
      border: 1px solid #ccc;
      border-radius: 4px;
      transition: 0.3s ease;
	  margin-left: -220px;
    }

    .search-container.active .search-input {
      display: inline-block;
	  margin-top: 30px;
      position: absolute;
    }
	.main-menu .navigation>li>.hsearch{
		right: 0px!important;
		left:auto;
	}

/**/
.prod-tabs .tabs-container .tab h4 {
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 14px;
}
.prod-tabs .tabs-container .tab p{
	margin-bottom: 10px;
}
.prod-tabs .tabs-container .tab ul{
	     margin: 8px 0px 12px 16px;
}
.prod-tabs .tabs-container .tab ul li{
	    list-style: disc;
}
.events-pdf {
    padding: 8px 22px !important;
    margin-top: 4px;
	border-radius: 30px;
}
.event-discription{
	text-align: center;
}
/*top serchbox start*/
.search-trigger {
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
  }
  .popup-overlay {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.5); */
    z-index: 999;
	justify-content: center;
    align-items: center;
    padding: 10px;
  }
  .popup-box {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    max-width: 400px;
    box-sizing: border-box;
    position: relative;
  }
  .close-icon {
    position: absolute;
    top: -4px;
    right: 6px;
    cursor: pointer;
    font-size: 24px;
    color: #999;
  }
  .close-icon:hover {
    color: #333;
  }
  .search-container {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
  }
  .popup-search {
    flex: 1;
    padding: 10px 12px;
    font-size: 16px;
    border: none;
    outline: none;
  }
.search-icon {
    padding: 10px 12px;
    background-color: #f0f0f0;
    cursor: pointer;
    font-size: 20px;
    color: #555;
    display: flex;
    align-items: center;
    transition: background-color 0.2s;
  }
  .search-icon:hover {
    background-color: #e0e0e0;
  }
  .popup-search-box{
	justify-content: right;
  }
  .popup-search-box-b{
	bottom: 186px;
  }
  @media (max-width: 500px) {
    .popup-box {
      padding: 15px;
    }
	.popup-search-box-b {
	    flex: auto;
		justify-content: center;
		bottom: 270px;
    }
    .search-icon-top {
      padding: 0px;
	  font-size: 14px;
	  margin-top: 2px;
    }
  }
/*top serchbox closed*/


@media only screen and (max-width:768px) {
	.page-title h2 {
    font-size: 25px;
}
.key-main-image img {
    width: 100%;
    height: auto !important;
}
.key-main-image {
    width: 100%;
    height: 100%;
}
.fs-heading {
    font-size: 25px !important;
}
	.partner-with-us h1 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0px;
    margin-bottom: 30px;
	}
	.benefits-partnership{
		line-height: 60px;
	}
	.hidden-bar {
 		top: 56px;
	}
}

.tab-all {
	height: 220px;
}
.high-neuro {
	height: 185px !important;
}
.high-re {
	height: 140px !important;
}
.high-multi {
	height: 290px !important;
}
.high-pain {
	height: 165px;
}
.high-generic {
	height: 135px;
}
.visualate-pdf{
	padding: 8px 22px;
    margin-top: 12px;
	border-radius: 30px;
}
 .inner-box:hover{
        background:white !important;
    }
/*events close icon start*/
.lb-data .lb-close {
  display: inline !important;;
  position: absolute !important;;
  top: -32px !important;;
  margin-left: 36px;
}
@media only screen and (max-width:768px) {
	.lb-data .lb-close {
  	margin-left: 0px !important;
	}
}
/*events close icon closed*/

/*photo gallery start*/
.main .card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main .card-image {
    background: #fff;
    display: block;
    /* padding-top: 70%; */
    position: relative;
    width: 100%;
    height: 250px;
	transition: background-color 0.3s ease, transform 0.3s ease;
	box-shadow: 0 0 3px #606060a3;
	padding: 10px;
	border: 4px solid #90c33e;
}
.main .card-image:hover {
	transform: scale(1.05);
}
.main .card {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
    color: #333;
    border-radius: 2px;
    /* width: 100%; */
}
.fancybox-button--share{
  /* display:none!important; */
}
.card-event-gallery{
	margin-bottom: 30px;
}
@media only screen and (max-width:768px) {
	.main .card-image {
		height: 130px !important;
	}
}
.fancybox-share_button {
	color: #000000;
}
.event-share-fb{
	color: #0761f7;
    padding-right: 5px;
}
.event-share-insta{
	color: #e00d96;
    padding-right: 5px;
}
.event-share-twitter{
	color: #000;
    padding-right: 5px;
}
/*photo gallery closed*/
.diabeticPro{
	height: auto !important;
}
.diabeticProMain{
	background-image: linear-gradient(to bottom, #f1f7e7, #fff);
	padding: 10px 0;
}
.diabeticDes{
	color: #000;
}
