/* style Document */

/* ---------------------------------------------------------
1. reset
2. Home
3. About
4. our products
5. information center
6. downloads
7. picture gallery
8. contact us
9. media query
---------------------------------------------------------*/

@font-face {
	font-family: 'Trade Gothic LT Std Medium';
	src: url("../fonts/gothic/TradeGothicLTStd.eot");
	src: url("../fonts/gothic/TradeGothicLTStd.eot?#iefix") format("embedded-opentype"), url("../fonts/gothic/TradeGothicLTStd.woff2") format("woff2"), url("../fonts/gothic/TradeGothicLTStd.woff") format("woff"), url("../fonts/gothic/TradeGothicLTStd.ttf") format("truetype"), url("../fonts/gothic/TradeGothicLTStd.svg#TradeGothicLTStd") format("svg");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Trade Gothic LT Std Light';
	src: url("../fonts/gothic/TradeGothicLTStd-Light.eot");
	src: url("../fonts/gothic/TradeGothicLTStd-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/gothic/TradeGothicLTStd-Light.woff2") format("woff2"), url("../fonts/gothic/TradeGothicLTStd-Light.woff") format("woff"), url("../fonts/gothic/TradeGothicLTStd-Light.ttf") format("truetype"), url("../fonts/gothic/TradeGothicLTStd-Light.svg#TradeGothicLTStd-Light") format("svg");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Sabon-LT-Std';
	src: url("../fonts/gothic/SabonLTStd-Roman.eot");
	src: url("../fonts/gothic/SabonLTStd-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/gothic/SabonLTStd-Roman.woff2") format("woff2"), url("../fonts/gothic/SabonLTStd-Roman.woff") format("woff"), url("../fonts/gothic/SabonLTStd-Roman.ttf") format("truetype"), url("../fonts/gothic/SabonLTStd-Roman.svg#SabonLTStd-Roman") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* ---------------------------------------------------------
1. reset
---------------------------------------------------------*/

html {
	font-size: 100%;
	min-height: 100%;
	position: relative;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-size: 0.875rem;
	font-family: "Roboto", sans-serif;
	line-height: 22px;
	color: #414042;
	background: white;
	font-weight: 400;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

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

ul li {
	margin: 0;
	padding: 0;
}

ol {
	margin: 0;
	padding: 0;
}

p {
	padding: 0;
	margin: 0px 0px 5px 0px;
	margin: 0rem 0rem 0.3125rem 0rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0px 0px 10px 0px;
	margin: 0rem 0rem 0.625rem 0rem;
	font-weight: normal;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

button {
	cursor: pointer;
}

a {
	color: #00A94F;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #00A94F;
}

/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* ---------------------------------------------------------
header
---------------------------------------------------------*/

#wrapper {
	position: relative;
	overflow: hidden;
}

header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.6);
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
	z-index: 9;
}

header.sticky-header {
	position: fixed;
	background: rgba(255, 255, 255, 0.95);
	left: 0;
	top: 0;
	width: 100%;
	-webkit-animation-name: navigation-ani;
	animation-name: navigation-ani;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	z-index: 9;
}

header.sticky-header .navbar-nav {
	margin-left: 10%;
}

header.sticky-header .navbar__right {
	margin-right: 17.7%;
}

header.sticky-header .navbar__right .navbar-nav {
	margin-left: 0;
}

.navbar-brand {
	margin: 0;
	max-width: 80px;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.navbar-brand img {
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

/* ---------------------------------------------------------
navigation
---------------------------------------------------------*/

.navbar {
	background: transparent !important;
	padding: 0;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.navbar-nav {
	padding-top: 4px;
	margin-left: 8%;
}

.navbar-nav .nav-item {
	margin-right: 10%;
}

.navbar-nav .nav-link {
	color: #0f0f0f;
}

.navbar-nav .nav-link:hover {
	color: #00A94F;
}

.navbar-nav .active .nav-link,
.navbar-nav .current-menu-item .nav-link {
	color: #00A94F;
}

.navbar__right {
	margin-right: 15%;
}

.navbar__right .navbar-nav {
	padding-right: 90px;
	margin-left: 0;
}

.navbar__right .navbar-nav .nav-item {
	margin-right: 0;
	margin-left: 10%;
}

span.search__holder {
	display: inline-block;
	vertical-align: top;
	padding-top: 4px;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(18, 43, 147, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.navbar-nav .dropdown-menu {
	margin: 27px 0 0;
	font-size: 13px;
	font-size: 0.8125rem;
	min-width: 200px;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.navbar-nav .dropdown-mega .dropdown-menu {
	margin: -2px 0 0;
}

.navbar-nav .dropdown:hover > .dropdown-menu {
	display: block;
}

.navbar-nav .dropdown > .nav-link,
.navbar-nav .dropup > .nav-link {
	outline: none !important;
}

.navbar-nav .dropdown .dropdown-item,
.navbar-nav .dropup .dropdown-item {
	display: inline-block;
	vertical-align: top;
	color: black;
	border-top: 1px solid #f3f3f3;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.navbar-nav .dropdown .dropdown-item:hover,
.navbar-nav .dropup .dropdown-item:hover {
	background: transparent;
	color: #00A94F;
}

.navbar-nav .dropdown .dropdown-item:first-child,
.navbar-nav .dropup .dropdown-item:first-child {
	border-top: none;
}

.navbar-nav .dropdown.dropdown-mega,
.navbar-nav .dropup.dropdown-mega {
	position: static;
}

.navbar-nav .dropdown-menu {
	-webkit-transition: max-height 0.65s ease;
	transition: max-height 0.65s ease;
}

.megamenu__column__holder {
	overflow: hidden;
	padding: 15px 20px;
}

.megamenu__column__holder .megamenu__column__1-4 {
	width: 100%;
	float: left;
	line-height: 20px;
	padding: 0 2%;
	border-left: 1px solid #f3f3f3;
	height: 100%;
}

.megamenu__column__holder .megamenu__column__1-4 ul {
	height: 100%;
}

.megamenu__column__holder .megamenu__column__1-4:first-child {
	border-left: none;
}

.megamenu__column__holder .megamenu__column__1-4 li {
	padding-bottom: 10px;
}

.megamenu__column__holder .megamenu__column__1-4 li + li {
	padding: 10px 0;
	border-top: 1px solid #f3f3f3;
}

.megamenu__column__holder .ico__holder {
	display: inline-block;
	vertical-align: top;
	width: 20px;
}

.megamenu__column__holder .dropdown-item {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 25px);
	color: black;
	border: none !important;
	padding: 3px 0 3px 5px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.megamenu__column__holder .dropdown-item:hover {
	background: transparent;
	color: #00A94F;
	padding: 3px 0 3px 10px;
}

/* ---------------------------------------------------------
hero banner
---------------------------------------------------------*/

.carousel__hero__item,
.common__carousel__item {
	width: 100%;
	background-size: cover !important;
	background-position: center center !important;
	position: relative;
}

.carousel__hero__item:focus,
.common__carousel__item:focus {
	outline: none;
}

.carousel__hero__item .text__holder,
.common__carousel__item .text__holder {
	height: calc(100vh - 140px);
	padding-top: 130px;
	color: white;
	margin: 0 auto;
	position: relative;
	text-align: left;
	z-index: 1;
}

.carousel__hero__item h1,
.common__carousel__item h1 {
	font-size: 32px;
	font-size: 2rem;
	line-height: 38px;
	font-weight: 700;
	margin: 0 0 20px;
	font-family: "Roboto", sans-serif;
}

.carousel__hero__item h1 span,
.common__carousel__item h1 span {
	font-weight: 300;
	display: block;
	padding: 5px 0 0;
}

.carousel__hero__item .sub__heading,
.common__carousel__item .sub__heading {
	margin: 0 auto;
	width: 100%;
}

.carousel__hero__item .sub__heading__text,
.common__carousel__item .sub__heading__text {
	color: white;
}

.carousel__hero__item .sub__heading__text:before,
.carousel__hero__item .sub__heading__text:after,
.common__carousel__item .sub__heading__text:before,
.common__carousel__item .sub__heading__text:after {
	background: white;
	width: 200%;
}

.carousel__hero__item .btn__holder,
.common__carousel__item .btn__holder {
	padding-top: 20px;
}

.carousel__hero__item .btn__holder .btn,
.common__carousel__item .btn__holder .btn {
	margin: 0 8px;
}

.carousel__hero__item .btn__holder .btn:first-child,
.common__carousel__item .btn__holder .btn:first-child {
	margin-left: 0;
}

.carousel__hero__item .btn__holder .btn:last-child,
.common__carousel__item .btn__holder .btn:last-child {
	margin-right: 0;
}

.carousel__hero--inner .common__carousel__item .text__holder,
.common__carousel--inner .common__carousel__item .text__holder {
	height: auto;
	padding: 60px 0;
	max-width: 100%;
}

.carousel__hero:hover .slick-arrow,
.common__carousel:hover .slick-arrow {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

.slick-arrow {
	padding: 0;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -25px;
	margin-left: 30px;
	background: none;
	border: none;
	opacity: 0;
	-webkit-transform: translateX(-100px);
	transform: translateX(-100px);
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	z-index: 1;
}

.slick-arrow:focus {
	outline: none;
}

.slick-next {
	left: auto;
	right: 0;
	margin-left: auto;
	margin-right: 30px;
	-webkit-transform: translateX(100px);
	transform: translateX(100px);
}

.sub__heading {
	position: relative;
	text-align: center;
	overflow: hidden;
	margin: 0 0 30px;
}

.sub__heading__text {
	display: inline-block;
	vertical-align: top;
	font-family: "Roboto", sans-serif;
	color: #8DC73F;
	position: relative;
}

.sub__heading__text:before,
.sub__heading__text:after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -0.5px;
	right: 100%;
	height: 1px;
	background: #8DC73F;
	width: 90px;
	margin: 0 20px 0 0;
}

.sub__heading__text:after {
	right: auto;
	left: 100%;
	margin: 0 0 0 20px;
}

.sub__heading--big .sub__heading__text {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 28px;
	color: #2A2A2A;
}

.slick-dots {
	position: absolute;
	right: 0;
	bottom: 0;
	padding-bottom: 30px;
	max-width: 1390px;
	width: 100%;
	margin: 0 auto;
	left: 0;
}

.slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0 3px;
}

.slick-dots li button {
	margin: 0;
	padding: 0;
	border: none;
	background: white;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	text-indent: -9999px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.slick-dots li.slick-active button {
	background: #8DC73F;
}

.activate {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha opacity=100;
	filter: alpha(opacity=100);
}

.animated {
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha opacity=0;
	filter: alpha(opacity=0);
}

/* ---------------------------------------------------------
footer
---------------------------------------------------------*/

footer {
	color: white;
}

.footer__top {
	background: #202020;
	padding: 120px 0 60px;
}

.footer__bottom {
	background: black;
	padding: 26px 0;
}

.foo__info__holder {
	overflow: hidden;
}

.foo__info__list {
	float: left;
	width: 33.33%;
	padding: 0 50px;
	text-align: center;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.45);
	line-height: 30px;
}

.foo__info__list + .foo__info__list {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.foo__info__list a {
	color: rgba(255, 255, 255, 0.45);
}

.foo__info__list a:hover {
	color: rgba(255, 255, 255, 0.95);
}

.foo__info__list .icon__holder {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}

.social__networks {
	display: inline-block;
	vertical-align: top;
	font-size: 27px;
	line-height: 27px;
	text-align: center;
	width: 100%;
	padding-top: 80px;
}

.social__networks li {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px;
}

.social__networks a {
	color: white;
}

.social__networks a:hover .facebook-2 {
	fill: #3b5998 !important;
}

.social__networks a:hover .instagram-2 {
	fill: #c32aa3 !important;
}

.social__networks a:hover .twitter-2 {
	fill: #1da1f2 !important;
}

.social__networks .facebook-2,
.social__networks .instagram-2,
.social__networks .twitter-2 {
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
}

.copyright__holder {
	line-height: 18px;
	color: rgba(255, 255, 255, 0.6);
	font-weight: 300;
}

.copyright__holder p {
	margin: 0;
}

.developed__holder {
	line-height: 18px;
	color: rgba(255, 255, 255, 0.6);
	text-align: right;
	font-weight: 300;
}

.developed__holder p {
	margin: 0;
}

.developed__holder a {
	color: rgba(255, 255, 255, 0.6);
}

.developed__holder a:hover {
	color: rgba(255, 255, 255, 0.99);
}

/* ---------------------------------------------------------
1. homepage
---------------------------------------------------------*/

main {
	min-height: 33vh;
}

.section {
	padding: 90px 0;
}

.section__banner {
	padding: 0;
}

.section__feature {
	position: relative;
	padding-bottom: 30px;
}

.section__feature:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background: url("../images/bg-feature.png") no-repeat;
	width: 886px;
	height: 1415px;
	margin-right: -15%;
	margin-top: -1%;
	z-index: -1;
}

.section__feature .title__holder {
	margin-bottom: 75px;
}

.section__feature h2 {
	margin: 0;
}

.section__products {
	background: #f9f9f9;
	position: relative;
	padding-bottom: 30px;
}

.section__products:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url("../images/bg-product.png") no-repeat;
	width: 462px;
	height: 788px;
	margin-left: -5%;
}

.section__products .title__holder {
	margin-bottom: 75px;
}

.section__products h2 {
	margin: 0;
}

.section__subscribe {
	background: #8DC73F;
}

.section__subscribe .title__holder h3 {
	color: white;
	font-weight: 400;
}

h1 {
	font-size: 32px;
	font-size: 2rem;
	line-height: 38px;
	font-weight: 700;
	margin: 0 0 20px;
	font-family: "Roboto", sans-serif;
}

h2 {
	font-size: 26px;
	font-size: 1.625rem;
	line-height: 28px;
	font-weight: 700;
	margin: 0 0 20px;
	font-family: "Roboto", sans-serif;
}

h3 {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 24px;
	font-weight: 700;
	margin: 0 0 20px;
	font-family: "Roboto", sans-serif;
}

.title__holder {
	text-align: center;
}

.title__holder h2 {
	display: inline-block;
	vertical-align: top;
	color: #00A94F;
}

.right__line h2 {
	position: relative;
}

.right__line h2:after {
	background: #8DC73F;
	content: '';
	left: 100%;
	height: 3px;
	margin: -1px 0 0 30px;
	top: 50%;
	position: absolute;
	width: 90px;
}

.feature__list {
	margin-bottom: 60px;
}

.feature__box {
	text-align: center;
	padding: 0 40px;
}

.feature__box:hover .feature__image {
	background: #8DC73F;
}

.feature__image {
	width: 110px;
	height: 110px;
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
	background: #00A94F;
	text-align: center;
	line-height: 110px;
	margin-bottom: 20px;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
}

.feature__desc {
	font-size: 20px;
	font-size: 1.25rem;
	color: black;
	line-height: 26px;
}

.product__list {
	margin-bottom: 60px;
}

.product__box {
	overflow: hidden;
	border-radius: 3px;
	background: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	position: relative;
	z-index: 1;
}

.product__box:hover .product__desc {
	background: #8DC73F;
}

.product__box:hover .product__desc:before {
	border-color: transparent #8DC73F transparent transparent;
}

.product__box:hover .product__image figcaption a {
	color: #8DC73F;
}

.product__image {
	width: 50%;
	float: left;
	padding: 20px;
	padding-right: 44px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	min-height: 180px;
}

.product__image figcaption {
	padding-top: 20px;
}

.product__image figcaption a {
	color: #00A94F;
}

.product__image figcaption a:hover {
	color: #8DC73F;
}

.product__desc {
	width: 50%;
	float: left;
	padding: 41px 30px;
	background: #00A94F;
	color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	position: relative;
}

.product__desc:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 100%;
	margin-top: -20px;
	margin-right: -4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20.5px 26px 20.5px 0;
	border-color: transparent #00A94F transparent transparent;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
}

.product__desc li {
	position: relative;
	padding-left: 15px;
	margin: 7px 0;
}

.product__desc li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: url("../images/icon/angle-right.svg") no-repeat;
	width: 5px;
	height: 11px;
	margin-top: 7px;
}

.mc4wp-form.mc4wp-form-36 {
	max-width: 766px;
	margin: 0 auto;
}

.mc4wp-form.mc4wp-form-36 .form-group {
	display: inline-block;
	width: 100%;
}

.mc4wp-form.mc4wp-form-36 .form-group .form-control {
	height: 60px;
	border-radius: 60px;
	border: none;
	width: calc(100% - 230px);
	float: left;
	font-size: 18px;
	font-size: 1.125rem;
	padding-left: 30px;
	color: #8DC73F;
}

.mc4wp-form.mc4wp-form-36 .form-group .form-control.placeholder {
	color: #8DC73F;
}

.mc4wp-form.mc4wp-form-36 .form-group .form-control:-moz-placeholder {
	color: #8DC73F;
}

.mc4wp-form.mc4wp-form-36 .form-group .form-control::-moz-placeholder {
	color: #8DC73F;
}

.mc4wp-form.mc4wp-form-36 .form-group .form-control::-webkit-input-placeholder {
	color: #8DC73F;
}

.mc4wp-form.mc4wp-form-36 .form-group .form-control:-ms-input-placeholder {
	color: #8DC73F;
}

.mc4wp-form.mc4wp-form-36 .form-group .form-control:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.mc4wp-form.mc4wp-form-36 .form-group .btn__round__white__border {
	height: 60px;
	line-height: 60px;
	float: right;
	font-size: 18px;
	font-size: 1.125rem;
}

/* ---------------------------------------------------------
button style
---------------------------------------------------------*/

.btn {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-size: 0.875rem;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	border-radius: 0;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.btn__round__white {
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	border-radius: 50px;
	min-width: 160px;
	background: white;
	border: 1px solid white;
	color: #00A94F;
}

.btn__round__white:hover {
	background: #00A94F;
	border: 1px solid #00A94F;
	color: white;
}

.btn__round__white:focus {
	background: #00A94F;
	border: 1px solid #00A94F;
	color: white;
}

.btn__round__white__border {
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	border-radius: 50px;
	min-width: 200px;
	background: transparent;
	border: 2px solid white;
	color: white;
}

.btn__round__white__border:hover {
	background: white;
	border: 2px solid white;
	color: #00A94F;
}

.btn__round__white__border:focus {
	background: white;
	border: 2px solid white;
	color: #00A94F;
}

@media only screen and (min-width: 576px) {

.megamenu__column__holder .megamenu__column__1-4 {
	width: 50%;
}

}

@media only screen and (min-width: 991px) {

.sub__heading--big .sub__heading__text {
	font-size: 38px;
	font-size: 2.375rem;
	line-height: 46px;
}

}

@media only screen and (min-width: 992px) {

header.sticky-header .navbar-brand {
	max-width: 100px;
	margin-left: -50px;
	margin-top: -18px;
}

header.sticky-header .navbar {
	min-height: 60px;
}

.navbar-brand {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -60px;
	margin-top: -29px;
	padding: 0;
	max-width: 120px;
}

.navbar {
	min-height: 100px;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
	width: 100%;
	border-radius: 0;
}

.navbar-nav .dropdown-menu {
	max-height: 300px;
}

.megamenu__column__holder {
	padding: 25px 40px;
}

.megamenu__column__holder .megamenu__column__1-4 {
	width: 25%;
}

.carousel__hero__item h1,
.common__carousel__item h1 {
	font-size: 60px;
	font-size: 3.75rem;
	line-height: 64px;
	margin: 0 0 35px;
}

.carousel__hero__item h1 span,
.common__carousel__item h1 span {
	font-size: 38px;
	font-size: 2.375rem;
	line-height: 42px;
	padding: 15px 0 0;
}

.carousel__hero--inner .common__carousel__item h1,
.common__carousel--inner .common__carousel__item h1 {
	letter-spacing: 10px;
}

.carousel__hero--inner .common__carousel__item h1 span,
.common__carousel--inner .common__carousel__item h1 span {
	letter-spacing: 15px;
}

.carousel__hero--inner .common__carousel__item .text__holder,
.common__carousel--inner .common__carousel__item .text__holder {
	padding: 150px 0;
}

h1 {
	font-size: 60px;
	font-size: 3.75rem;
	line-height: 64px;
	margin: 0 0 35px;
}

h2 {
	font-size: 42px;
	font-size: 2.625rem;
	line-height: 44px;
	margin: 0 0 35px;
}

h3 {
	font-size: 32px;
	font-size: 2rem;
	line-height: 36px;
	margin: 0 0 35px;
}

}

@media only screen and (min-width: 1600px) {

body {
	font-size: 16px;
	font-size: 1rem;
	line-height: 26px;
}

header.sticky-header .navbar-brand {
	max-width: 120px;
	margin-left: -60px;
	margin-top: -24px;
}

header.sticky-header .navbar {
	min-height: 80px;
}

.navbar-brand {
	max-width: 156px;
	margin-left: -77px;
	margin-top: -30px;
	padding: 0;
}

.navbar {
	min-height: 122px;
}

.navbar-nav .dropdown-menu {
	font-size: 13px;
	font-size: 0.8125rem;
}

.megamenu__column__holder .megamenu__column__1-4 {
	padding: 0 2.8%;
}

.carousel__hero__item h1,
.common__carousel__item h1 {
	font-size: 80px;
	font-size: 5rem;
	line-height: 86px;
}

.carousel__hero__item h1 span,
.common__carousel__item h1 span {
	font-size: 58px;
	font-size: 3.625rem;
	line-height: 58px;
}

.container {
	max-width: 1440px;
	width: 100%;
}

h1 {
	font-size: 80px;
	font-size: 5rem;
	line-height: 86px;
}

h2 {
	font-size: 48px;
	font-size: 3rem;
	line-height: 52px;
}

h3 {
	font-size: 36px;
	font-size: 2.25rem;
	line-height: 40px;
}

.feature__box {
	padding: 0 60px;
}

.product__image {
	padding: 20px 30px;
	padding-right: 60px;
	min-height: 235px;
}

.btn {
	font-size: 16px;
	font-size: 1rem;
}

}

@media only screen and (max-width: 1599px) {

.carousel__hero__item .sub__heading,
.common__carousel__item .sub__heading {
	max-width: 386px;
}

.carousel__hero__item .btn__holder .btn,
.common__carousel__item .btn__holder .btn {
	min-width: 180px;
}

}

@media only screen and (max-width: 991px) {

.navbar-nav li + li {
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.navbar-toggler {
	padding-right: 0;
	padding-left: 0;
}

}

@media only screen and (max-width: 767px) {

.carousel__hero__item .text__holder,
.common__carousel__item .text__holder {
	min-height: 400px;
	height: 100%;
}

.carousel__hero__item .btn__holder .btn,
.common__carousel__item .btn__holder .btn {
	min-width: 150px;
}

.slick-arrow {
	display: none !important;
}

footer {
	padding: 40px 0;
}

}

@media only screen and (max-width: 479px) {

.carousel__hero__item .btn__holder .btn,
.common__carousel__item .btn__holder .btn {
	min-width: 145px;
	margin: 0 5px;
}

}

@-webkit-keyframes navigation-ani {

0% {
	-webkit-transform: translateY(-105px);
	transform: translateY(-105px);
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@keyframes navigation-ani {

0% {
	-webkit-transform: translateY(-105px);
	transform: translateY(-105px);
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}


/*# sourceMappingURL=style.css.map */
