@font-face {
	font-family: gilroy;
	src: url("../fonts/gilroy-medium.ttf") format("opentype");
	font-display: swap;
}

@font-face {
	font-family: gill;
	src: url("../fonts/gill-sans-ultra-bold.ttf") format("opentype");
	font-display: swap;
}
@font-face {
	font-family: satisfy;
	src: url("../fonts/Satisfy-Regular.ttf") format("opentype");
	font-display: swap;
}
@font-face {
	font-family: alkatrabold;
	src: url("../fonts/alkatrabold.ttf") format("opentype");
	font-display: swap;
}
@font-face {
	font-family: alkatraregular;
	src: url("../fonts/alkatraregular.ttf") format("opentype");
	font-display: swap;
}

/*--------------------root------------------------ */
:root {
	--body-bg: #effffe;
	--bg-white: #fff;
	--blue-dark: #79b739;
	--blue-light: #e9feff;
	--shape-bg: #e1f4ea;
	--active-bg: #dcf3db;
	--black-bg: #000;
	--gray-color: #dedede;
	--gray-bg: #98a8b0;
	--gray-f: #98a2b3;
	--sec-gray-bg: #f4fffe;
	--border-color: #3e5770;
	--footer-bg: #edfdff;
	--bar-bg: #f5fcf2;
	--border-dark: #0e2c4d;
	--green-text: #00743b;
	--border-green: #6eae20;
	--bg-dark: #101828;
	--font-42: 42px;
	--font-40: 40px;
	--font-36: 36px;
	--font-30: 30px;
	--font-24: 24px;
	--font-22: 22px;
	--font-20: 20px;
	--font-18: 18px;
	--font-16: 16px;
	--font-15: 15px;
	--fontSizeLight: 14px;
	--font13: 13px;
	--fontSmall: 12px;
}

html {
	overflow-x: hidden;
}

body {
	font-family: gilroy;
	background: var(--body-bg);
}
.active {
	background: var(--active-bg);
	border-radius: 12px;
}
.container {
	padding-left: 2%;
	padding-right: 2%;
}

a {
	text-decoration: none;
}
span.bold-p {
	color: var(--green-text);
	font-weight: bold;
	font-size: 22px;
	padding-left: 5px;
}
.logo-info img {
	width: 56px;
	height: 56px;
}
.nav-top {
	padding-top: 22px;
}
.bg-dark-blue {
	background: var(--blue-dark);
	color: var(--bg-white);
}
.bg-dark-blue:hover {
	background: var(--black-bg);
	color: var(--bg-white);
}
.btn.btn-black {
	padding: 9px 24px;
	border-radius: 12px;
	margin-left: 30px;
}
.btn.btn-black i {
	font-size: 20px;
}
.nav-custom li {
	padding: 2px 20px;
	/* font-size: 16px; */
}

.nav-custom li a:hover {
	color: var(--blue-dark);
}
.top-nav-right {
	display: flex;
	padding-top: 10px;
	justify-content: flex-end;
	position: relative;
	z-index: 99;
}
.login-btn {
	padding: 9px 20px;
	border: solid 1px;
	border-color: var(--border-dark);
	border-radius: 12px;
	float: right;
}
.login-btn a {
	color: var(--black-bg);
	font-size: var(--font-15);
}
.login-btn a:hover {
	color: var(--blue-dark);
}
.top-nav-right button {
	margin-left: 10px !important;
	width: 50px;
	padding: 0px !important;
	border-radius: 14px !important;
}
.banner-left h4 {
	font-size: var(--font-22);
	/* font-size: 21px; */
	font-style: italic;
	position: relative;
	margin-top: 100px;
	padding-left: 83px;
}
.banner-left h4:before {
	width: 80px;
	height: 1px;
	content: "";
	background: var(--black-bg);
	display: block;
	position: absolute;
	top: 11px;
	left: 0px;
}
.banner-left h1 {
	font-family: gill;
	font-size: 78px;
	margin-top: 20px;
	margin-bottom: 0px;
}
.banner-left p {
	font-size: var(--font-15);
	margin-top: 6px;
}
.banner-btn {
	display: flex;
	margin-top: 30px;
}
.bg-dark-blue {
	padding: 9px 20px;
	border-radius: 12px;
	margin-right: 17px;
}
.btn-explore-now {
	border-color: var(--border-dark);
	border-radius: 12px;
	float: right;
	padding: 9px 20px;
	border: solid 1px;

	border-radius: 12px;
}
.btn-explore-now:hover {
	color: var(--blue-dark);
	border-color: var(--black-bg);
}
img.banner-right {
	width: 60%;
	margin-left: 12%;
	position: relative;
	z-index: 9;
}
.banner {
	position: relative;
}
.banner:after {
	width: 88%;
	height: 110px;
	border: solid 17px;
	content: "";
	display: block;
	position: absolute;
	border-color: var(--shape-bg);
	border-radius: 0px 79px 0 0;
	border-left: 0px;
	border-bottom: 0px;
	bottom: 0px;
}
.feature {
	background: var(--blue-light);
	padding: 80px 0px;
	position: relative;
	padding-bottom: 0px;
}

/*.feature:after {
    width: 88%;
    height: 110px;
    border: solid 17px;
    content: '';
    display: block;
    position: absolute;
    border-color: var(--gray-bg);
    border-radius: 79px 0px 0 0;
    right: 0px;
    border-bottom: 0px;
    bottom: 0px;
    border-right: 0px;
}*/
img.img-fe {
	max-width: 90%;
	height: 100%;
	margin: auto;
	display: table;

	object-fit: cover;
	position: relative;
	top: -30px;
	z-index: 9;
}

.feature-right {
	margin-top: 16px;
}
.feature-right h6 {
	margin-top: 15px;
	margin-bottom: 60px;
}
ul.feature-block {
	list-style: none;
	padding: 0px;
	border: solid 1px;
	border-color: var(--border-color);
	border-radius: 23px;
	width: 100%;
	float: left;
}

ul.feature-block li {
	width: 50%;
	float: left;
	display: flex;
	padding: 0px 18px;
	align-items: center;
	border: solid 1px;
	border-color: var(--border-color);
	border-left: 0px;
	border-top: 0px;
	font-size: var(--font13);
	min-height: 100px;
}

ul.feature-block li span {
	width: 130px;
	float: left;
}
ul.feature-block li span img {
	width: 36px;
	height: 46px;
	object-fit: contain;
}
ul.feature-block li p {
	margin-bottom: 0px;
	float: left;
	width: 180%;
}
ul.feature-block li p strong {
	font-size: 15px;
}

ul.feature-block li:nth-child(2) {
	border-right: 0px;
}
ul.feature-block li:nth-child(4) {
	border-right: 0px;
}
ul.feature-block li:nth-child(5) {
	border-bottom: 0px;
}
ul.feature-block li:nth-child(6) {
	border-right: 0px;
	border-bottom: 0px;
}

.buy-btn {
	width: 280px;
	height: 52px;
	font-size: var(--font-18);
	margin-top: 7px;
}

.bg-sec {
	background: var(--sec-gray-bg);
}
/*.bg-sec:after{
width: 88%;
    height: 110px;
    border: solid 17px;
    content: '';
    display: block;
    position: absolute;
    border-color: var(--gray-bg);
    border-radius: 0px 79px 0 0;
    left: 0px;
    border-bottom: 0px;
    bottom: 0px;
    border-left: 0px;
}
*/
.sec-bar {
	background: var(--bar-bg);
	padding: 10px 0px;
}
section.sec-bar h3 {
	margin: 0px;
	text-transform: uppercase;
	letter-spacing: 57px;
	text-align: center;
	word-spacing: 14px;
	font-weight: 900;
}
.client {
	background: var(--footer-bg);
	padding: 60px 0px;
}

.owl-item.active {
	background: transparent;
}
.item-inner {
	background: var(--blue-dark);
	padding: 25px;
	border-radius: 20px;
	font-size: var(--font-18);
	position: relative;
	min-height: 150px;
}
.item-inner:after {
	background: url(../images/arrowr.svg);
	content: "";
	position: absolute;
	bottom: -37px;
	width: 40px;
	height: 50px;
	left: 32px;
}
p.details i {
	position: absolute;
	font-size: 65px;
	z-index: 2;
	color: rgba(255, 255, 255, 0.3);
	top: 8px;
	left: 22px;
}
p.p-star i {
	color: #ff9d4d;
	font-size: 14px;
}
.item-inner p span {
	position: relative;
	z-index: 1;
}
.item h3 {
	margin-top: 23px;
}
p.details {
	margin-top: 10px;
	color: var(--bg-white);
}
.img-client {
	width: 40px;
	margin-right: 15px;
}
.client-details h5 {
	margin-bottom: 10px;
	font-weight: bold;
}
.client-details p {
	margin-bottom: 0px;
	color: #727272;
	font-weight: normal;
}
.client-profile {
	display: flex;
	justify-content: flex-start;
	margin-top: 30px;
	padding-left: 70px;
}
.img-client {
	width: 64px;
	height: 64px;
	margin-right: 15px;
	float: left;
}
.client-profile span img {
	width: 64px;
	height: 64px;
	object-fit: cover;
	border-radius: 100px;
}
/*
.item:hover{
	background: var(--blue-dark);
	color: var(--bg-white);
}

    .owl-carousel .item:hover {
      transition: transform 0.5s;
      -ms-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
      z-index: 9999;
      width: 91%;
     left: 4%;
     top: -16px;
     position: relative;
    }
    .owl-carousel .item {
     
      transition: transform 0.5s;
      -ms-transform: scale(1); 
      -webkit-transform: scale(1);
      transform: scale(1);
     
    }*/

.co-left {
	height: 870px;
	overflow: hidden;
}
.buy-wrap {
	width: 100%;
	border: solid 1px;
	float: left;
	margin-top: 12px;
	border-color: var(--border-green);
	border-radius: 16px;
}
.buy-wrap label {
	float: left;
	width: 50%;
	margin-top: 14px;
	text-align: center;
	font-weight: bold;
	font-size: var(--font-18);
}

.buy-wrap button {
	float: right;
	margin-right: 0px;
	margin-top: 0px;
}

.co-right {
	height: 843px;
}

.owl-dots.disabled {
	display: block !important;
	text-align: center;
}
.owl-dots {
	text-align: center;
	margin-top: 20px;
}
.owl-dot {
	display: inline-block;
	margin-right: 8px;
}
.slieder-h4 {
	font-family: satisfy;
	color: var(--blue-dark);
	font-weight: 400;
	font-style: normal;
}
.owl-dot.active {
	background: transparent;
}
.owl-dot span {
	width: 12px;
	height: 12px;
	/* border: solid; */
	display: inline-block;
	border-radius: 40px;
	background: #cfcfcf;
}
.owl-dot.active span {
	background: var(--blue-dark);
}
section.subscribe {
	background: rgb(110 174 32 / 20%);
	padding: 60px 0px;
	float: left;
	width: 100%;
}
.subscribe-area h3 {
	text-transform: uppercase;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 15px;
}
.subscribe-area {
	width: 550px;
	margin: auto;
	text-align: left;
}
.sub-field {
	display: flex;
	justify-content: space-between;
}
.sub-field input {
	width: 100%;
	height: 48px;
	border: 0px;
	border-radius: 10px;
	padding: 10px 30px 10px 27px;
	font-size: 18px;
	background: var(--bg-white);
	color: #727272;
}
.sub-field button {
	width: 270px;
	background: var(--bg-white);
	border-radius: 10px;
	margin-left: 18px;
	font-weight: bold;
	font-size: 18px;
}
.sub-field button:hover {
	background: var(--blue-dark);
	color: var(--bg-white);
}
.footer-area {
	width: 100%;
	float: left;
	padding-top: 70px;
	padding-bottom: 20px;
	min-height: 300px;
	background: var(--bg-dark);
}
.h4-f {
	line-height: 27px;
}
ul.ul-f h6 {
	color: rgba(255, 255, 255, 0.5);
	font-size: 18px;
	margin-bottom: 40px;
}
ul.ul-f li {
	margin-bottom: 14px;
}
ul.ul-f li a {
	color: var(--bg-white);
}
ul.ul-f li a:hover {
	color: var(--blue-dark);
}
.google-map iframe {
	width: 100%;
	height: 188px;
	border-radius: 10px;
}
.google-map h6 {
	line-height: 34px;
	font-size: var(--font-16);
	margin-bottom: 50px;
    word-wrap: break-word;
}

.p-f {
	color: var(--gray-f);
}
.f-ul {
	display: contents;
}
.f-ul li {
	display: contents;
}
.f-ul li:first-child {
	right: 40px;
	position: relative;
}
.f-ul li a {
	color: var(--bg-white);
	font-size: var(--font-24);
}
.f-ul li a:hover {
	color: var(--blue-dark);
}
.f-ul li a:first-child {
	margin-right: 14px;
}
.product-block {
	width: 100%;
	float: left;
	text-align: center;
}
.product-img {
	width: 100%;
	height: 502px;
	float: left;
	margin-top: 80px;
	background: #fff;
	border-radius: 10px;
	position: relative;
}
.product-discount {
	width: auto;
	padding: 5px 10px;
	background: var(--blue-dark);
	border-radius: 10px;
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
}
.product-img img {
	width: auto;
	max-width: 100%;
	height: 100%;
	margin: auto;
	object-fit: cover;
	border-radius: 10px;
}

.product-details {
	width: 100%;
	float: left;
	margin-top: 31px;
}
.product-details h4 {
	margin-bottom: 3px;
}
.product-details label {
	width: 100%;
	float: left;
	margin-bottom: 8px;
}
.product-details p {
	width: 70%;
	margin: auto;
	border: solid 1px;
	display: math;
}

.product-details p {
	width: 90%;
	margin: auto;
	border: solid 1px;
	display: math;
	border-color: rgba(0, 0, 0, 0.2);
	padding: 6px 28px;
	border-radius: 8px;
	font-size: 14px;
	/* margin-top: 10px !important; */
}

.btn-add-to-cart {
	background: var(--blue-dark);
	width: 46%;
	color: var(--bg-white);
	font-size: 16px;
	margin-top: 20px;
	height: 40px;
}

.btn-add-to-cart:hover {
	background: var(--bg-dark);
	color: var(--bg-white);
}
.product .col-md-6 {
	padding: 0px 28px;
}
.about-title h1 {
	font-size: 64px;
	font-weight: bold;
	font-family: alkatrabold;
	color: var(--blue-dark);
}
.about-title h3 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 33px;
}
.about-title h4 {
	font-family: alkatraregular;
	margin-top: 21px;
}
.about-title h2 {
	font-size: 28px;
	font-weight: 700;
}

.product-listing-block {
	display: flex;
	left: 5%;
	position: relative;
	justify-content: space-between;
    align-items: center;
	margin-bottom: 100px;
}
.left-right-product-list ul {
	width: 100%;
	margin-top: 90px;
}
.left-right-product-list ul li {
	margin-bottom: 24px;
}
.left-right-product-list ul li h5 {
	font-weight: bold;
	font-size: 22px;
}
.left-right-product-list ul li p {
	width: 80%;
	font-size: 19px;
	line-height: 34px;
}
.middle-pr-listong img {
	height: auto;
	object-fit: cover;
	width: auto;
}
.middle-pr-listong {
	width: 620px;
    flex-shrink: 0;
    text-align: center;
}
.left-ul p {
	text-align: right;
	float: right;
}
.video {
	width: 33.33%;
	float: left;
}
.video video {
	width: 100%;
	float: left;
}
.first-video video {
	border-radius: 0px 16px 16px 0px;
	width: 97%;
}
.second-video video {
	border-radius: 16px;
	width: 97%;
	margin-left: 1.5%;
}

.third-video video {
	border-radius: 16px 0px 0px 16px;
	width: 97%;
	float: right;
}
h1.vis-h1 {
	width: 100%;
	float: left;
	margin-top: 100px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 48px;
	color: var(--border-dark);
}

p.vi-p {
	width: 100%;
	float: left;
	text-align: justify;
	font-size: 20px;
	margin-top: 16px;
	margin-bottom: 90px;
}

.contact-us {
	width: 80%;
	margin: 100px auto;
	box-shadow: 0px 3px 10px #b4bec8;
	min-height: 230px;
	border-radius: 6px;
	padding: 50px;
}
h3.contaact-h3 {
	color: var(--blue-dark);
	font-size: var(--font-24);
	position: relative;
	font-weight: bold;
}

h3.contaact-h3:after {
	width: 140px;
	height: 2px;
	background: var(--blue-dark);
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	display: table;
	bottom: -7px;
}
.form-left h3 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 70px;
	margin-bottom: 0px;
	color: #0f001aå;
}

.field-area {
	width: 100%;
	float: left;
	margin-top: 20px;
	margin-bottom: 6px;
}
.field-area input {
	height: 60px;
	border: solid 1px #b4bec8;
}
.field-area textarea {
	resize: none;
	border: solid 1px #b4bec8;
	padding-top: 20px;
}
.field-area label {
	width: 67px;
	background: #fff;
	top: 10px;
	position: relative;
	text-align: center;
	left: 10px;
	font-size: 16px;
	margin: 0px;
	height: 15px;
}
::placeholder {
}

::-ms-input-placeholder {
	/* Edge 12 -18 */
	color: #878787;
}
button.btn.btn-send {
	width: 100%;
	height: 50px;
	background: var(--blue-dark);
	color: var(--bg-white);
	font-size: 18px;
	font-weight: bold;
	margin-top: 40px;
}

button.btn.btn-send:hover {
	background: var(--bg-dark);
}
.address {
	width: 100%;
	margin-top: 130px;
	padding-left: 30px;
}
.address p {
	width: 100%;
	font-size: 16px;
	margin-bottom: 22px;
	color: #0f001a;
}
.google-map.mt-map {
	margin-top: 120px;
}

@media (min-width: 200px) and (max-width: 1399px) {
	ul.feature-block li {
		min-height: 130px;
	}
	img.img-fe {
		max-width: 100%;
	}
}
@media (min-width: 200px) and (max-width: 1399px) {
	.container {
		padding-left: 0%;
		padding-right: 0% !important;
	}
	.btn.btn-black {
		padding: 9px 16px;
		border-radius: 12px;
		margin-left: 6px;
	}
	.login-btn {
		padding: 9px 14px;
	}
	.buy-btn {
		width: 50%;
	}

	@media (min-width: 200px) and (max-width: 1199px) {
		.container {
			max-width: 94%;
		}
		.middle-pr-listong img {
			height: 1080px;
		}
	}

	@media (min-width: 200px) and (max-width: 1185px) {
		.logo-info {
			display: flex;
		}
		.btn.btn-black {
			white-space: nowrap;
		}
	}

	@media (min-width: 200px) and (max-width: 1132px) {
		.btn-explore-now {
			padding: 9px 16px;
			white-space: nowrap;
		}
		img.banner-right {
			width: 80%;
		}

		.login-btn {
			white-space: nowrap;
		}
		.bg-dark-blue {
			white-space: nowrap;
			padding: 9px 16px;
		}
	}

	@media (min-width: 200px) and (max-width: 1119px) {
		.middle-pr-listong {
			width: 950px;
		}
		.middle-pr-listong img {
			height: 1080px;
		}
	}

	@media (min-width: 200px) and (max-width: 1050px) {
		.nav-custom li {
			padding: 2px 8px;
		}
		.left-right-product-list {
			width: 34%;
		}
		.middle-pr-listong {
			width: 400px;
		}
	}
	.middle-pr-listong img {
		width: 400px;
		margin: auto;
		display: table;
		object-fit: fill;
	}
}

@media (min-width: 200px) and (max-width: 1017px) {
	.banner-left h4 {
		font-size: var(--font-18);
	}
	.banner-left h1 {
		font-size: 68px;
	}
}

@media (min-width: 200px) and (max-width: 991px) {
	button.navbar-toggler {
		margin: auto;
		background: #a8da75;
		z-index: 999;
		padding: 12px 17px;
		top: -7px;
		position: relative;
	}
	nav.navbar.navbar-expand-lg.nav-custom {
		position: absolute;
		width: 100%;
		left: 0px;
	}
	ul.feature-block li {
		min-height: 150px;
	}
	.navbar-collapse {
		background: #79b739;
		z-index: 99;
		text-align: center;
		margin-top: 10px;
	}
	.active {
		border-radius: 0px;
	}
	.active a {
		color: #000 !important;
	}
	.logo-info {
		position: relative;
		z-index: 99;
	}
	.top-nav-right {
		position: relative;
		z-index: 99;
	}
	.login-btn {
		padding: 9px 10px;
		font-size: 12px;
	}
	.top-nav-right button {
		margin-left: 4px !important;
	}
	.top-nav-right button.btn.btn-black.bg-dark-blue {
		border-radius: 6px !important;
	}

	.logo-info {
		position: absolute;
	}
	.nav-custom li a {
		color: #fff;
	}
}

@media (min-width: 200px) and (max-width: 960px) {
	ul.feature-block li {
		width: 100%;
		border-right: 0px;
		min-height: auto;
		padding: 5px;
	}
	ul.feature-block li:nth-child(5) {
		border-bottom: solid 1px;
		border-color: var(--border-color);
	}
}

@media (min-width: 200px) and (max-width: 767px) {
	.row.banner-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.left-right-product-list ul {
		width: 100%;
		margin-top: 0px;
	}

	body {
		overflow-x: hidden;
	}

	section.video-all {
		margin-top: 50px;
	}

	.contact-us {
		width: 94%;
		margin: 30px auto;

		padding: 40px 20px;
	}
	.address {
		width: 100%;
		margin-top: 60px;
		padding-left: 10px;
	}
	.google-map.mt-map {
		margin-top: 60px;
	}
	.left-right-product-list {
		width: 100%;
	}

	.left-right-product-list {
		width: 100%;
	}
	.middle-pr-listong img {
		width: 400px;
		margin: auto;
		display: table;
		object-fit: contain;
		height: auto;
	}
	h1.vis-h1 {
		font-size: 40px;
	}
	ul.list-group.list-inline.left-ul.text-end {
		text-align: center !important;
		/* border: solid; */
	}
	.left-right-product-list {
		text-align: center;
	}
	.left-right-product-list ul li h5 {
		font-weight: bold;
		font-size: 22px;
		margin-bottom: 0px;
	}
	.left-right-product-list ul li {
		background: rgb(110 174 32 / 20%);
		margin-bottom: 2px;
		padding: 10px 10px;
	}
	.left-right-product-list ul li p {
		width: 100%;
		text-align: center;
		margin-bottom: 0px;
	}
	.product-listing-block {
		display: block;
		left: 16px;
		left: 0px;
		margin: auto;
		display: table;
	}
	.banner:after {
		display: none;
	}
	img.banner-right {
		width: 300px;
		margin: 100px auto;
		display: table;
		margin-bottom: 0px;
	}

	.banner-btn {
		margin-bottom: 30px;
	}

	header.header-custom {
		padding-bottom: 30px;
		border-bottom: solid 1px #d7eed5;
	}
	.banner-left h4 {
		margin-top: 20px;
	}
	.logo-info img {
		width: 40px;
		height: 40px;
	}
	.btn.btn-black {
		padding: 7px 7px;
		font-size: 15px;
	}
	img.img-fe {
		max-width: 300px;
	}
	.co-left {
		height: auto;
	}
	.co-left.co-right {
		margin-top: 40px;
	}
	button.navbar-toggler {
		padding: 4px 7px;
		left: 5% !important;
	}
	.top-nav-right {
		margin-top: -9px;
	}
	.login-btn {
		padding: 9px 2px;
		font-size: 7px;
	}
	.top-nav-right {
		left: 5%;
	}
	.container {
		max-width: 97%;
	}
	.top-nav-right button {
		width: 40px;
	}

	.banner-left h1 br {
		display: none;
	}
}

@media (min-width: 200px) and (max-width: 600px) {
	.banner-btn {
		display: block;
	}
	.btn-explore-now {
		margin-left: 10px;
		width: 300px;
		float: left;
	}
	.banner-btn button.btn.bg-dark-blue {
		width: 300px;
		margin-top: 10px;
		margin-left: 10px;
	}
	img.banner-right {
		margin: 20px auto;
	}
	.banner-left h4 {
		padding-left: 0px;
	}
	.banner-left h4:before {
		display: none;
	}
	.banner-left h1 {
		font-size: 40px;
	}
	.subscribe-area {
		width: 97%;
		margin: auto;
	}
	.footer-area .col-md-4.text-end {
		text-align: center !important;
	}

	section.footer-area {
		text-align: center;
	}
}

@media (min-width: 200px) and (max-width: 450px) {
	.btn.btn-black {
		padding: 7px 4px;
		font-size: 12px;
	}
	button.navbar-toggler {
		left: 2% !important;
	}
	.btn.btn-black i {
		margin-right: 3px !important;
		font-size: 14px;
	}
	button.navbar-toggler {
		left: -0.5% !important;
	}
}
