@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Lobster&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* Smooth scroll */
:root {
	scroll-behavior: smooth;
}
.toppadding-lf-rt {
	padding:15px 6.25rem;
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
	font-family: "Montserrat", sans-serif;
	font-size:18px;
	color:#333;
}
a {
	color:#fff;
	text-decoration: none;
	transition: 0.3s;
}
a:hover {
color:#;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-family: "Comfortaa", sans-serif;
	font-weight:700;
	margin:0;
	padding:0;
}
p {
	font-family: "Montserrat", sans-serif;
	line-height:32px;
	font-size:18px;
	letter-spacing:0.2px;
	font-weight:400;
}
/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
--background-color: #ffffff;
color: var(--default-color);
background-color: var(--background-color);
	padding:0;
	transition: all 0.5s;
	z-index: 997;
}
.header .logo img {
	width:164px;
	transition: all 0.5s ease;
}
.header .logo span {
	color: #813d34;
	font-size: 24px;
	font-weight: 600;
	padding-left: 3px;
}
 @media (max-width: 1200px) {
.header .logo {
order: 1;
}
 .header .navmenu {
order: 3;
}
}
/* Global Header on page scroll
------------------------------*/
.scrolled .header {
--background-color: #ffffff;
--heading-color: #444444;
--nav-color: #444444;
--nav-hover-color: #e84545;
	box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.1);
}
/* Global Scroll Margin Top
------------------------------*/
section {
	scroll-margin-top: 90px;
}
@media (max-width: 1199px) {
section {
scroll-margin-top: 66px;
}
}
/* Home Page Custom Header
------------------------------*/
.index-page .header {
--background-color: rgba(255, 255, 255, 0);
--heading-color: #ffffff;
--nav-color: rgba(255, 255, 255, 1);
--nav-hover-color: #ffffff;
}
/* Home Page Custom Header on page scroll
------------------------------*/
.index-page.scrolled .header {
--background-color: #ffffff;
--heading-color: #444444;
--nav-color: #444444;
--nav-hover-color: #813d34;
}
.index-page.scrolled .header a {
	color:#000;
}
.index-page.scrolled .header .logo img {
	width:110px;
	transition: all 0.5s ease;
}
.index-page.scrolled .header .active {
	color:#813d34
}
.index-page.scrolled .header .active:before {
	background:#813d34
}
.index-page.scrolled .header .active span:before {
	background:#813d34;
}
.index-page.scrolled .header .dropdown ul a {
	color: #fff;
}
.index-page.scrolled .header .dropdown ul a:hover, .index-page.scrolled .header .dropdown ul .active:hover, .index-page.scrolled .header .dropdown ul li:hover>a {
	color: #c4e8ff;
}
.homepage-slider .swiper-pagination-bullet-active {
	background:#813d34;
	width:20px!important;
	height:25px!important;
	border-radius:30px;
	background:#fff!important;
	transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, width 0.3s ease-in-out, border-radius 0.3s ease-in-out;
}
.homepage-slider .swiper-pagination-bullet {
	width:20px;
	height:25px;
	border-radius:100px;
	border:solid 2px #fff;
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background:none;
	transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, width 0.3s ease-in-out, border-radius 0.3s ease-in-out;
}
.bg-css {
	background:rgba(0, 0, 0, 0.8);
	padding:35px 50px 50px 50px;
	max-width:520px;
	width:100%;
	float:right;
	text-align:left;
}
.bg-css h1 {
	font-size:48px
}
html, body {
	position: relative;
	height: 100%;
}
.homepage-slider {
	width: 100%;
	height: 100%;
}
.homepage-slider .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.homepage-slider .swiper-slide img {
	display: block;
	object-fit: cover;
}

.homepage-slider {height:100vh;}
.bannr-txtpading{ padding-top:120px; }


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
@media (min-width: 1200px) {
.navmenu {
padding: 0;
}
.navmenu ul {
margin: 0;
padding: 0;
display: flex;
list-style: none;
align-items: center;
}
.navmenu li {
position: relative;
}
.navmenu a, .navmenu a:focus {
padding: 18px 22px;
font-size: 16px;
 font-weight: 400;
display: flex;
align-items: center;
justify-content: space-between;
white-space: nowrap;
transition: 0.3s;
}
.navmenu a i, .navmenu a:focus i {
font-size: 12px;
line-height: 0;
margin-left: 5px;
transition: 0.3s;
}
 .navmenu li:hover>a, .navmenu .active, .navmenu .active:focus {
color: var(--nav-hover-color);
}
 .navmenu .active span {
position:relative
}
.navmenu .active span:before {
position:absolute;
width:100%;
content:"";
height:1px;
background:#fff;
bottom:-4px;
left:0;
right:0;
margin:0 auto
}
 .navmenu .dropdown ul {
margin: 0;
padding: 5px 10px;
background: #1d8deb;
display: block;
position: absolute;
visibility: hidden;
left: 14px;
top: 130%;
opacity: 0;
transition: 0.3s;
border-radius: 4px;
z-index: 99;
}
.navmenu .dropdown ul li {
min-width: 150px;
border-bottom:#fff 1px solid;
}
.navmenu .dropdown ul li:last-child {
border-bottom:transparent 0px solid;
}
.navmenu .dropdown ul a {
padding: 10px 0px;
font-size: 15px;
text-transform: none;
color: #fff;
text-transform:uppercase;
}
.navmenu .dropdown ul a i {
font-size: 12px;
}
.navmenu .dropdown ul a:hover, .navmenu .dropdown ul .active:hover, .navmenu .dropdown ul li:hover>a {
color: #c4e8ff;
}
.navmenu .dropdown:hover>ul {
opacity: 1;
top: 100%;
visibility: visible;
}
.navmenu .dropdown .dropdown ul {
top: 0;
left: -90%;
visibility: hidden;
}
.navmenu .dropdown .dropdown:hover>ul {
opacity: 1;
top: 0;
left: -100%;
visibility: visible;
}
.navmenu .megamenu {
position: static;
}
.navmenu .megamenu ul {
margin: 0;
padding: 10px;
background: var(--nav-dropdown-background-color);
box-shadow: 0px 0px 20px rgba(var(--default-color-rgb), 0.1);
display: block;
position: absolute;
top: 130%;
left: 0;
right: 0;
visibility: hidden;
opacity: 0;
display: flex;
transition: 0.3s;
border-radius: 4px;
z-index: 99;
}
.navmenu .megamenu ul li {
flex: 1;
}
.navmenu .megamenu ul li a, .navmenu .megamenu ul li:hover>a {
padding: 10px 20px;
font-size: 15px;
color: var(--nav-dropdown-color);
}
.navmenu .megamenu ul li a:hover, .navmenu .megamenu ul li .active, .navmenu .megamenu ul li .active:hover {
color: var(--nav-dropdown-hover-color);
}
.navmenu .megamenu:hover>ul {
opacity: 1;
top: 100%;
visibility: visible;
}
.navmenu .dd-box-shadow {
box-shadow: 0px 0px 30px rgba(var(--default-color-rgb), 0.15);
}
}

/* Mobile Navigation */
@media (max-width: 1199px) {
.mobile-nav-toggle {
font-size: 28px;
line-height: 0;
cursor: pointer;
transition: color 0.3s;
padding:10px 0;
}
.navmenu {
padding: 0;
z-index: 9997;
}
.navmenu ul {
display: none;
position: absolute;
inset: 60px 20px 20px 20px;
padding: 10px 0;
margin: 0;
border-radius: 0px;
background-color: var(--nav-dropdown-background-color);
overflow-y: auto;
transition: 0.3s;
z-index: 9998;
border:0;
}
.navmenu a, .navmenu a:focus {
color: var(--nav-dropdown-color);
padding: 10px 20px;
font-size: 17px;
font-weight: 500;
display: flex;
align-items: center;
justify-content: space-between;
white-space: nowrap;
transition: 0.3s;
}
.navmenu a i, .navmenu a:focus i {
font-size: 12px;
line-height: 0;
margin-left: 5px;
width: 30px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
transition: 0.3s;
background-color:#813d34;
color:#fff
}
.navmenu a i:hover, .navmenu a:focus i:hover {
background-color: #813d34;
color: var(--contrast-color);
}
.navmenu a:hover, .navmenu .active, .navmenu .active:focus {
color: var(--nav-dropdown-hover-color);
}
.navmenu .active i, .navmenu .active:focus i {
background-color: #813d34;
color: var(--contrast-color);
transform: rotate(180deg);
}
.navmenu .dropdown ul, .navmenu .megamenu ul {
position: static;
display: none;
z-index: 99;
padding: 10px 0;
margin: 10px 20px;
background-color: var(--nav-dropdown-background-color);
transition: all 0.5s ease-in-out;
}
.navmenu .dropdown ul ul, .navmenu .megamenu ul ul {
background-color: rgba(33, 37, 41, 0.1);
}
.navmenu .dropdown>.dropdown-active, .navmenu .megamenu>.dropdown-active {
display: block;
background-color:#1d8deb;
color:#fff
}
.mobile-nav-active {
overflow: hidden;
}
.mobile-nav-active .mobile-nav-toggle {
color: #fff;
position: absolute;
font-size: 32px;
top: 15px;
right: 15px;
margin-right: 0;
z-index: 9999;
}
.mobile-nav-active .navmenu {
position: fixed;
overflow: hidden;
inset: 0;
background: rgba(33, 37, 41, 0.8);
transition: 0.3s;
}
.mobile-nav-active .navmenu>ul {
display: block;
}
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
	background-color: #141414;
	color:#fff;
}
.footer .footer-top {
	padding-top: 50px;
}
.footer .footer-about .logo {
	line-height: 0;
	margin-bottom: 25px;
}
.footer .footer-about .logo span {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 1px;
}
.footer h4 {
	color:#fff;
	font-size:22px;
	position: relative;
	padding-bottom:14px;
	position:relative;
	margin-bottom:24px;
}
.footer h4:after {
	position:absolute;
	width:52px;
	height:4px;
	background:#fff;
	left:0;
	bottom:0;
	content:'';
	border-radius:2px;
}
.footer .footer-links {
	margin-bottom: 30px;
	margin-top: 36px;
}
.footer .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer .footer-links ul i {
	padding-right: 2px;
	font-size: 12px;
	line-height: 0;
}
.footer .footer-links ul li {
	padding: 10px 0;
	display: flex;
	align-items: center;
}
.footer .footer-links ul li:first-child {
	padding-top: 0;
}
.footer .footer-links ul a {
	color:#fff;
	display: inline-block;
	line-height: 1;
}
.footer .footer-links ul a:hover {
	color: #a54e43;
}
.footer .footer-contact p {
	margin-bottom: 5px;
}
.footer .footer-contact p a {
	color:#fff;
	text-decoration:underline
}
.footer .footer-contact p a:hover {
	color:#813d34;
}
.footer .copyright {
	padding-top: 25px;
	padding-bottom: 25px;
	border-top: solid 1px #656565
}
.footer .copyright p {
	margin-bottom: 0;
	color:#fff;
}
.footer .credits {
	margin-top: 6px;
	font-size: 13px;
}
.footer-pradhan {
	font-size:22px;
	font-weight:700;
	color:#fff;
	line-height:30px;
	letter-spacing:0.2px;
	font-family: "Comfortaa", sans-serif;
}
.footer-address ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-address ul li {
	margin-bottom: 14px;
	padding-right:20px;
}
.footer-address ul li p {
	line-height:30px;
	color:#fff;
	margin-bottom:0;
}
.footer-address ul li a {
	line-height:30px;
	color:#fff;
	text-decoration:underline;
}
.footer-address ul li .icon-area {
	font-size: 24px;
	color: #fff;
	max-width: 30px;
	margin-right: 16px;
}
.icon-css i:hover {
	color: #a54e43;
}
.icon-css i.bi-twitter-x, .icon-css i.bi-instagram {
	font-size:18px;
	margin-left:5px;
}
.icon-css i.bxl-facebook, .icon-css i.bxl-linkedin {
	font-size:23px;
}
.translate {
	position:absolute;
	right:170px;
	top:28px;
	background:#fff;
	padding:8px;
	border-radius:6px;
	transition: all 0.5s ease;
}
.scrolled .translate {
	top:18px;
	transition: all 0.5s ease;
}
/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 99999;
	background-color: #813d34;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	transition: all 0.4s;
}
.scroll-top i {
	font-size: 24px;
	color: #ffffff;
	line-height: 0;
}
.scroll-top:hover {
	background-color: rgba(var(--accent-color-rgb), 0.8);
	color: #ffffff;
}
.scroll-top.active {
	visibility: visible;
	opacity: 1;
}
 
 

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
[data-aos-delay] {
transition-delay: 0 !important;
}
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section, .section {
	padding:80px 0;
}
/*--------------------------------------------------------------
# Section Title
--------------------------------------------------------------*/
.section-title {
	padding-bottom:40px;
}
/*--------------------------------------------------------------
# Page Title & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
	color: var(--default-color);
	background-color: var(--background-color);
}
.page-title .heading {
	padding: 80px 0;
	border-top: 1px solid rgba(var(--default-color-rgb), 0.1);
}
.page-title .heading h1 {
	font-size: 38px;
	font-weight: 700;
	color: var(--heading-color);
}
.page-title nav {
	background-color: rgba(var(--default-color-rgb), 0.05);
	padding: 20px 0;
}
.page-title nav ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	font-size: 16px;
	font-weight: 600;
}
.page-title nav ol li+li {
	padding-left: 10px;
}
.page-title nav ol li+li::before {
content: "/";
display: inline-block;
padding-right: 10px;
color: rgba(var(--default-color-rgb), 0.3);
}
/*--------------------------------------------------------------
# Home Page
--------------------------------------------------------------*/
/* Hero Section - Home Page
------------------------------*/
.banner-content {
	margin-top:130px;
	margin-left:50px;
}
.banner-content h4 {
	text-align:left;
	color:#803d34;
	font-family: "Lobster", sans-serif;
	font-size:50px;
	font-weight:400;
	margin-bottom:10px;
}
.banner-content p {
	text-align:left;
	color:#803d34;
	font-family: "Lobster", sans-serif;
	font-size:22px;
	font-weight:500;
	font-style:italic;
}
.hero {
--default-color: #ffffff;
--default-color-rgb: 255, 255, 255;
--background-color: #000000;
--background-color-rgb: 0, 0, 0;
	width: 100%;
	min-height: 100vh;
	position: relative;
	padding: 160px 0 80px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hero img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 1;
}
.hero:before {
	content: "";
	background: rgba(var(--background-color-rgb), 0.5);
	position: absolute;
	inset: 0;
	z-index: 2;
}
.hero .container {
	position: relative;
	z-index: 3;
}
.hero h2 {
	color: var(--contrast-color);
	margin: 0;
	font-size: 44px;
	font-weight: 700;
}
.hero p {
	color: rgba(var(--default-color-rgb), 0.8);
	margin: 5px 0 0 0;
	font-size: 20px;
}
.hero .sign-up-form {
	margin-top: 20px;
	padding: 10px;
	border-radius: 7px;
	background: #fff;
	box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
}
.hero .sign-up-form .form-control {
	border: none;
}
.hero .sign-up-form .form-control:active, .hero .sign-up-form .form-control:focus {
	outline: none;
	box-shadow: none;
}
.hero .sign-up-form input[type=submit] {
	box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
	background-color: #813d34;
	border-color: #813d34;
	padding: 8px 20px 10px 20px;
	border-radius: 7px;
	color: var(--contrast-color);
}
.hero .sign-up-form input[type=submit]:hover {
	background-color: rgba(var(--accent-color-rgb), 0.9);
}
@media (max-width: 768px) {
.hero h2 {
font-size: 32px;
}
.hero p {
font-size: 18px;
}
}
/* About Section - Home Page
------------------------------*/
.heading-home h3 {
	font-size:16px;
	display: inline-block;
	margin-bottom:12px;
	text-transform:uppercase;
	color:#813d34;
	letter-spacing:2px;
	font-weight:700;
}
.heading-home h2 {
	font-size:40px;
	font-weight:700;
	color:#000;
	letter-spacing:2px;
}

.heading-colorbrown{color:#813d34!important;}

.about {
	padding:110px 0
}
.about .content p:last-child {
	margin-bottom: 0;
}
.read-more {
	background:#813d34;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	padding:16px 44px;
	border-radius:0;
	transition: 0.3s;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-transform:uppercase;
	color:#fff;
}
.read-more i {
	font-size: 18px;
	margin-left: 5px;
	line-height: 0;
	transition: 0.3s;
}
.read-more:hover {
	background:#000000
}
.row-flex {
	display: flex;
	flex-wrap: wrap;
}
.content {
	height: 100%;
}
/*Products*/
.products {
	background: url(../img/product-bg.jpg) no-repeat left top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-top:#efefef 1px solid;
	border-bottom:#efefef 1px solid;
	padding-bottom:40px;
}
.products-box {
	background:#fff;
	padding:5px 20px;
	border-radius:30px;
	border:#c5c5c5 1px solid;
	position:relative;
	z-index:0;
	margin-bottom:90px;
	margin-right:18px; 
	}
	
.products-box  img {height:230px;}
	
.products-box .headbx {
	position:absolute;
	z-index:1;
	background:#fff;
	bottom:-56px;
	right:-17px;
	border-radius:20px;
	padding:15px;
	width:178px;
	min-height:78px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(92, 17, 17, 0.14);
	-moz-box-shadow: 0px 0px 30px 0px rgba(92, 17, 17, 0.14);
	box-shadow: 0px 0px 30px 0px rgba(92, 17, 17, 0.14);
	-webkit-transition: background-color 0.5s ease-in;
	-moz-transition: background-color 0.5s ease-in;
	-o-transition: background-color 0.5s ease-in;
	transition: background-color 0.5s ease-in;
}
.headbx h5 {
	font-size:16px;
	font-weight:700;
	color:#000;
	text-align:left;
	position:absolute;
	bottom:12px;
	left:15px;
}
.headbx h5 span {
	color:#813d34;
	line-height:22px;
}
.top-arrow {
	position:absolute;
	z-index:3;
	top:-20px;
	right:10px;
}
.products-box a {
	width: 40px;
	height: 40px;
	background: #813d34;
	color:#fff;
	border-radius: 50%;
	display: block;
	-webkit-transition: background-color 0.5s ease-in;
	-moz-transition: background-color 0.5s ease-in;
	-o-transition: background-color 0.5s ease-in;
	transition: background-color 0.5s ease-in;
}
.products-box a i {
	font-size: 28px;
	color: #fff;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transition: 0.3s;
}
.products-box a:hover {
	background: #333;
	color: #fff;
}
.products-box:hover a {
	background:#fff;
}
.products-box:hover a i {
	color: #813d34;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transition: 0.3s;
}
.products-box:hover .headbx {
	background:#813d34;
}
.products-box:hover .headbx h5, .products-box:hover .headbx h5 span {
	color:#fff;
}

.products-margin-botm {
	margin-bottom:64px;
	}
	
	
.product-slider .swiper-button-next, .product-slider .swiper-button-prev{ display: inline-block;}
.product-slider .swiper-pagination{display:none;}
.product-slider .swiper-button-next, .product-slider .swiper-button-prev{ padding:0 4px;}
/*Products*/





/*contact*/ 
.contact-box {
	background:#e0effb;
	padding:70px 60px 60px 60px
}
.contact-box input[type=text], .contact-box input[type=email], .contact-box textarea {
	font-size:18px;
	padding:14px 0;
	box-shadow: none;
	border-radius:0;
	color:#0b0d26;
	border:0;
	font-family: "DM Sans", sans-serif;
	background:#e0effb;
	border-bottom:solid 1px #94bad9
}
 .form-2 ::-ms-input-placeholder {
color:#000!important;
}
.form-2 ::placeholder {
color:#000!important;
}
.contact-box textarea {
	font-size:18px;
	padding:0;
	box-shadow: none;
	border-radius:0;
	color:#0b0d26;
	border:0;
	font-family: "DM Sans", sans-serif;
	background:#e0effb;
	border-bottom:solid 1px #94bad9
}
.icon-text {
	background:url(../img/icon-1.png) no-repeat left center #e0effb!important;
	border-bottom:solid 1px #94bad9;
	padding:14px 0 14px 45px!important
}
.icon-text-2 {
	background:url(../img/icon-2.png) no-repeat left center #e0effb!important;
	border-bottom:solid 1px #94bad9;
	padding:14px 0 14px 45px!important
}
.icon-text-3 {
	background:url(../img/icon-3.png) no-repeat left center #e0effb!important;
	border-bottom:solid 1px #94bad9;
	padding:14px 0 14px 45px!important
}
.icon-text-4 {
	background:url(../img/icon-4.png) no-repeat left center #e0effb!important;
	border-bottom:solid 1px #94bad9;
	padding:14px 0 14px 45px!important
}
.icon-text-5 {
	background:url(../img/icon-5.png) no-repeat left 15px #e0effb!important;
	border-bottom:solid 1px #94bad9;
	padding:14px 0 14px 45px!important
}
.contact-page {
	background: url(../img/bg-about.png) no-repeat bottom 28px right -184px;
	min-height:500px;
	padding:0 0 50px 0
}
.contact-box input[type=text]:focus, .contact-box input[type=email]:focus, .contact-box textarea:focus {
	border-color: #813d34;
}
.contact-box input[type=text]::-moz-placeholder, .contact-box input[type=email]::-moz-placeholder, .contact-box textarea::-moz-placeholder {
color: rgba(var(--default-color-rgb), 0.3);
}
.contact-box input[type=text]::placeholder, .contact-box input[type=email]::placeholder, .contact-box textarea::placeholder {
color: rgba(var(--default-color-rgb), 0.3);
}
.contact-box button[type=submit] {
	background:#813d34;
	color:#fff;
	border:0;
	padding: 15px 30px;
	transition: 0.4s;
	border-radius:0;
}
.contact-box button[type=submit] i {
	font-size:21px;
	margin:0 7px 0 0
}
.contact-box button[type=submit]:hover {
	background:#006dc4;
	color:#fff;
}
.plain-arrow {
	background:url(../img/plain-arrow.png) no-repeat center right 120px;
}
.contact-us ul {
	margin:0;
	padding:0;
}
.contact-us li {
	margin:0;
	padding:20px 0;
	border-bottom:solid 1px #e5e5e5;
	list-style:none;
	color:#5a5a67;
	position:relative
}
.contact-us li a {
	color:#5a5a67
}
.contact-us li a:hover {
	color:#813d34
}
.contact-us li {
	padding-left:50px;
	padding-right:90px
}
.contact-us li i {
	position:absolute;
	left:0;
	top:17px;
	font-size:25px;
	color:#181d4e
}
/*contact*/

/*Company Profile
------------------------------*/
.inner-header{ background:url(../img/company-header-bg.jpg) no-repeat top center; background-size:cover; width:100%; min-height:450px;}
.inner-header h2{color:#803d34; font-size:50px; line-height:60px; font-family: "Lobster", sans-serif; font-weight:500; margin-top:10%;}

/* History Section - Company Profile
------------------------------*/
.present { background:url(../img/company-bg.jpg) no-repeat; background-size:cover;}
.present .content p:last-child {
	margin-bottom: 0;
}

.design-develop{ padding:68px 0; }
.design-develop .content p:last-child {
	margin-bottom: 0;
}

/*Infrastructure
------------------------------*/
h6.setup{font-size:22px; color:#333; text-decoration:underline; margin-bottom:15px; font-family: "Montserrat", sans-serif; font-weight:500;}
ul.setlist{ margin:0; padding:0;}
ul.setlist li{display:inline-block; padding: 0 20px; line-height:36px; position:relative;}
ul.setlist li:before{ position:absolute; content:''; left:0; top:14px; width:10px; height:10px; background:#803d34; border-radius:50%;}

.laser-mak{ width:100%; border-top:#e0e0e0 2px solid; padding-top:30px; }

.laser-mak ul{margin:0; padding:0; list-style:none; text-align:center;}
.laser-mak ul li{ font-size:26px; font-weight:700; display:inline-block; color:#000; font-family: "Comfortaa", sans-serif; padding:0 30px;}

/*Our Team
------------------------------*/
.our-team{ padding:68px 0 100px 0;}
.team-rowspace{ padding:72px 0;}
.pink-bg{ background:url(../img/pink-bg.jpg) no-repeat top 50px right; width:100%;}
.img-pink{background:#fbe5e1; border-radius:200px 0px 200px 200px;
-moz-border-radius: 200px 0px 200px 200px;
-webkit-border-radius: 200px 0px 200px 200px; position:relative; z-index:1;}
.team-lines:before{ position:absolute; content:''; background:url(../img/team-lines.png) no-repeat; width:414px; height:544px; top:-60px; left:0; right:0; margin:0 auto; z-index:0;}




/*raj
------------------------------*/
.pink-bg{ background:url(../img/pink-bg.jpg) no-repeat top 15px right; background-size:cover; width:100%;}
.social-media { float:right}
.social-media a {color:#813d34; font-size:40px; float:left; margin-right:5px}
.social-media a:hover {color:#000;}
 
.pink-box {background:#fbe5e1; max-width:623px; border-radius:50px; padding:50px 50px; margin:0 auto}
.pink-box  h5 { font-size:25px; color:#803d33; margin-bottom:10px}
.pink-box  p { color:#333; font-size:20px}
.circle2 { width:118px; height:118px; border-radius:100px; margin:0 auto 35px auto; background:#fbf7f4; text-align:center}
.circle2 i { line-height:118px; color:#813d34; font-size:75px;}

.circle-2 { position:absolute; left:24px; top:30px;} 
.pink-box2 { padding-left:170px} 
.team-lines2:before{ position:absolute; content:''; background:url(../img/team-lines2.png) no-repeat; width:414px; height:544px; top:-60px; left:0; right:0; margin:0 auto; z-index:0;}
.top-space { padding-top:100px}


.products-box .headbx2 {
	position:absolute;
	z-index:1;
	background:#fff;
	bottom:-20px;
	right:-17px;
	border-radius:14px;
	padding:20px 15px 15px 15px;
	width:125px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(92, 17, 17, 0.14);
	-moz-box-shadow: 0px 0px 30px 0px rgba(92, 17, 17, 0.14);
	box-shadow: 0px 0px 30px 0px rgba(92, 17, 17, 0.14);
	-webkit-transition: background-color 0.5s ease-in;
	-moz-transition: background-color 0.5s ease-in;
	-o-transition: background-color 0.5s ease-in;
	transition: background-color 0.5s ease-in; 
}
.products-box .headbx2 h5 {
    color: #813d34;
    line-height: 22px;
    text-align: center;
    display: block;
    width: 100%; font-size:15px; margin:0; padding:0;
}
.product-slider { padding:60px 0 0 0; margin:-60px 0 0 0}
.product-slider .swiper-button-next, .product-slider .swiper-button-prev { position:absolute; top:0px; font-size:25px}
.product-slider .swiper-button-prev { right:55px!important;}
.montserrat {font-family: "Montserrat", sans-serif;}
	
.btn-check+.btn:hover {
color:#fff;
background-color:#121212;
border-color:#121212;
}
.btn-check+.btn { padding:15px 32px!important;}
	
.btn-outline-secondary {
--bs-btn-color: #121212;
--bs-btn-border-color: #121212;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #121212;
--bs-btn-hover-border-color: #121212;
--bs-btn-focus-shadow-rgb: 108,117,125;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #121212;
--bs-btn-active-border-color: #121212;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #fff;
--bs-btn-disabled-bg: transparent;
--bs-btn-disabled-border-color: #121212;
--bs-gradient: none;
}	

.list-css ul { margin:0; padding:0;}
.list-css li { background:url(../img/list.png) no-repeat 0 7px; list-style:none; margin-bottom:10px; padding:0 0 0 20px}


.list-css2 ul { margin:0; padding:0;}
.list-css2 li {font-size:18px; line-height:30px;}
.list-css3 ul{ margin:0; padding:0; width:100%; text-align:center}
.list-css3 li { margin:0; padding:0; display:inline-block; text-align: center; width:18%}	

 

	