 @charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Devanagari:wght@100..900&display=swap');
body {
	font-family: "Roboto Condensed", sans-serif;
}
li {
	list-style: none;
}
ul {
	padding: 0px;
	margin: 0px;
}
p {
	font-size: 15px;
	color: #000;
	line-height: 26px;
	font-family: "Noto Sans Devanagari", sans-serif;
}
a {
	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;
}
.container {
	max-width: 1300px;
}
li {
	list-style: none;
}
.product-detail-section, .product-list-section {
	padding-top: 60px;
	padding-bottom: 60px;
}
::-webkit-scrollbar {
 width:7px
}
::-webkit-scrollbar-track {
 background:#fff
}
::-webkit-scrollbar-thumb:hover {
 background:#f17201
}
::-webkit-scrollbar-thumb {
 background-image:-webkit-linear-gradient(45deg, #f17201, #f17201);
 background-image:-o-linear-gradient(45deg, #f17201, #f17201);
 background-image:linear-gradient(45deg, #f17201, #f17201)
}
/*----------------------------------------*/
/*          Theme-btn Hover css
/*----------------------------------------*/
.theme-btn a {
	overflow: hidden;
	position: relative;
	z-index: 0;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	transition: opacity 0.3s cubic-bezier(0.2, 0, 0.1, 1), transform 0.3s cubic-bezier(0.2, 0, 0.1, 1), box-shadow 0.5s ease, color 0.5s ease, background 0.5s ease;
	will-change: box-shadow, color, transform, opacity, background;
	background: #f17201;
	border-radius: 11px;
	padding: 11px 28px;
	font-size: 18px;
	font-family: "Noto Sans Devanagari", sans-serif;
}
.theme-btn a {
	color: #fff;
}
.theme-btn a.outlined {
	display: inline-flex;
	background: none;
	color: #170b39;
}
.theme-btn a:after, .theme-btn a:before {
	content: "";
	position: absolute;
	z-index: -1;
	pointer-events: none;
	top: 0;
	right: -50%;
	left: -50%;
	height: 0;
	padding-bottom: 200%;
	border-radius: 39%;
	border: unset;
	transition: transform 0s cubic-bezier(0.2, 0, 0.1, 1) 0.5s, opacity 0.5s cubic-bezier(0.2, 0, 0.1, 1);
	opacity: 0;
}
.theme-btn a:before {
	transform: translate3d(-10%, 4.8em, 0) rotate(330deg);
	background: linear-gradient(25deg, #d96600, rgba(150, 56, 216, 0));
}
.theme-btn a:after {
	transform: translate3d(10%, 4.8em, 0) rotate(0deg);
	background: linear-gradient(70deg, #ff8010, rgba(124, 56, 216, 0));
}
.theme-btn a:hover, .theme-btn a:focus {
	transition: opacity 0.3s cubic-bezier(0.2, 0, 0.1, 1), transform 0.3s cubic-bezier(0.2, 0, 0.1, 1), box-shadow 2s ease, color 1.5s ease, background 1s ease 0.75s;
	background: #f0a600;
	animation: pulse 2s infinite;
}
.theme-btn a:hover.outlined, .theme-btn a:focus.outlined {
	color: white;
}
.theme-btn a:hover:before, .theme-btn a:hover:after, .theme-btn a:focus:before, .theme-btn a:focus:after {
	transition: transform 2s ease 0s, opacity 0.2s ease;
	opacity: 1;
}
.theme-btn a:hover:before, .theme-btn a:focus:before {
	transform: translate3d(-10%, -1em, 0) rotate(100deg);
}
.theme-btn a:hover:after, .theme-btn a:focus:after {
	transform: translate3d(10%, -1em, 0) rotate(180deg);
}
@keyframes pulse {
 0% {
 box-shadow: 0 0 0 0 rgba(240, 166, 0,.6);
}
 70% {
 box-shadow: 0 0 0 15px rgba(240, 166, 0, 0);
}
 100% {
 box-shadow: 0 0 0 0 rgba(240, 166, 0, 0);
}
}
/*----------------------------------------*/
/*              Menu css
/*----------------------------------------*/
ul.menu {
	display: inline-block;
	text-align: right;
}
.wrapper-menu ul.navbar-nav li a {
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	margin-left: 4px;
}
.nav-item.buy-now a {
	background: #302018;
	border-radius: 10px;
	padding: 5px 22px !important;
}
.wrapper-menu.fixed ul.navbar-nav li.buy-now a {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	margin-left: 23px;
	background: #ffa725;
}
.wrapper-menu ul.navbar-nav {
	margin-left: auto;
}
.add-banner-wr .col-md-3 {
	padding: 0px;
}
.add-banner-wr {
	background-size: cover;
}
 @media (max-width:991px) {
.container {
	max-width: 100%;
}
.menu-bar ul.menu {
	position: fixed;
	width: 261px;
	left: 0;
	text-align: left;
	background: #ffffff;
	z-index: 2;
	padding: 0px 0px;
	z-index: 9999;
	top: 0;
	height: 100%;
	left: -100%;
	transition: all .4s;
	transition: all .4s;
	-webkit-box-shadow: 0 0 5px rgb(0 0 0 / 30%);
	box-shadow: 0 0 5px rgb(0 0 0 / 30%);
}
.nav_area ul li a img {
	padding-right: 10px;
	max-width: 41px;
	margin-top: -10px;
}
.menu-bar ul.menu.open {
	left: 0;
	overflow-y: scroll;
	padding-bottom: 30px;
}
.header .row {
	align-items: center;
}
.menu-view-div-row .toggle {
	color: #2c2c2c;
	cursor: pointer;
	font-size: 28px;
	margin: 0;
	text-align: center;
	position: relative;
}
.menu-side {
	position: initial;
}
.nav_area ul li a {
	line-height: 45px !important;
	font-size: 15px;
	color: #000000;
	padding: 0px 14px;
	display: inline-block;
	width: 100%;
	font-weight: 500;
	text-decoration: none;
}
span.arrow {
	position: absolute;
	right: 10px;
	color: #000000;
	top: 10px;
	width: 40px;
	text-align: center;
	height: 30px;
}
nav.nav_area ul li {
	display: block;
	position: relative;
	border: 0;
}
nav.nav_area ul li {
	border-bottom: solid 1px #c9c9c9;
}
.menu-logo-mobile-view {
	padding: 12px;
}
.menu-logo-mobile-view a {
	display: inline-block;
	max-width: 95%;
}
ul.sub-menu {
	display: none;
	position: relative;
	background: transparent;
	padding: 0;
}
ul li .sub-menu li a {
	line-height: 14px;
	font-size: 15px;
	letter-spacing: initial;
}
.header .container {
	position: initial;
}
ul.sub-menu span.arrow {
	right: 10px;
	text-align: right;
}
span.arrow.close-icon i:before {
	content: '\f106';
}
ul.sub-menu li.menu-item-has-children span.arrow.close-icon i:before {
	content: "\f106";
}
.home-slider.owl-carousel .owl-item img {
	height: 300px;
}
.top-bar img {
	max-width: 25px;
	vertical-align: middle;
}
.select-drop {
	margin: 20px auto 0;
}
.menu-bar {
	position: initial;
	background: transparent;
}
.toggle {
	color: #ffffff;
	cursor: pointer;
	font-size: 20px;
	margin: 0;
	text-align: center;
	display: block;
	position: absolute;
	right: 15px;
	top: 29px;
	z-index: 9999;
	width: 34px;
	height: 34px;
	line-height: 34px;
	background: #f27200;
}
}
@media (min-width: 992px) {
label.toggle {
	display: none;
}
.menu-bar {
	width: 100%;
	text-align: right;
}
.nav_area > ul > li {
	display: inline-block;
	position: relative;
	padding-right: 43px;
	float: left;
}
li.menu-item-has-children.language::after {
	content: "";
	position: absolute;
	border-right: solid 1px #fff;
	right: -4px;
	height: 14px;
	top: 5px;
}
li.menu-item-has-children.language {
	position: relative;
}
li.menu-item-has-children.language-chan {
	padding-right: 0px;
}
.nav_area ul li a {
	color: #243868;
	font-size: 18px;
	display: inline-block;
	text-decoration: none;
	padding-bottom: 41px;
	margin-top: 52px;
	position: relative;
	text-transform: uppercase;
}
span.arrow {
	padding-left: 0px;
	color: #243868;
	margin-left: 6px;
	position: absolute;
	top: 56px;
	font-size: 14px;
	font-weight: 300;
}
span.arrow i {
	font-weight: 500;
}
.nav_area > ul > li ul.sub-menu {
	display: block;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	display: none;
}
ul.sub-menu {
	min-width: 195px;
}
ul.sub-menu {
	position: absolute;
	background: #003681;
	z-index: 555;
	text-align: left;
}
.nav_area ul li:hover ul.sub-menu {
	display: block;
}
ul.sub-menu {
	position: absolute;
	background: #ffffff;
	z-index: 555;
	text-align: left;
	border-radius: 0px;
	-webkit-box-shadow: -10px 6px 32px 0 rgb(26 41 66 / 4%);
	box-shadow: -10px 6px 32px 0 rgb(26 41 66 / 4%);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.nav_area > ul > li:hover > ul.sub-menu, .nav_area ul.sub-menu > li:hover > ul.sub-menu {
	/* transform: scaleY(1) translateZ(0); */
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	overflow: visible;
	z-index: 20;
	padding-top: 5px;
	-webkit-transition: opacity .2s ease-out, -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
	-o-transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15), -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
}
ul.sub-menu li ul.sub-menu {
	left: 100%;
	top: 0px;
	width: 100%;
}
.nav_area > ul > li ul.sub-menu li a:hover {
	width: 100%;
	padding-left: 17px;
	background: #f17201;
	color: #fff;
}
.nav_area > ul > li ul.sub-menu li a {
	color: #413834;
	position: relative;
	letter-spacing: 0px;
	font-weight: 500;
	margin-top: 0px;
	font-size: 13px;
}
ul.sub-menu li a {
	color: #000;
	line-height: 21px;
	padding: 9px 14px;
	font-size: 14px;
	display: inline-block;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: bold;
	-webkit-transition: padding .2s ease-out;
	-o-transition: padding .2s ease-out;
	transition: padding .2s ease-out;
	width: 100%;
	border-bottom: solid 1px #f1f1f1;
}
ul.sub-menu li.menu-item-has-children .arrow {
	color: #fff;
	padding-left: 0;
}
}
.top-logo.logo-mobile {
	display: none;
}
.navbar-nav li:hover > ul.dropdown-menu {
	display: block;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
}
/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
	text-decoration: underline;
	transform: rotate(-90deg);
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu {
	background: #50418a;
	padding-top: 0px;
	padding-bottom: 0px;
	border-radius: 0;
	margin-top: 0px;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu a {
	font-size: 15px;
	padding-left: 11px;
	padding-right: 7px;
	margin-left: 0px;
	line-height: 28px;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu a:hover {
	background: #3b2a7b;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu .dropdown-toggle::after {
	position: absolute;
	right: 10px;
	top: 14px;
}
.wrapper-menu nav#nav {
	padding-bottom: 0px;
}
.wrapper-menu ul.navbar-nav > li > a {
	padding-bottom: 12px;
}
.mobile-menu.wrapper-menu {
	padding-top: 28px;
}
.header-section .container {
	display: inline-block;
}
.language-box-row {
	display: flex;
	padding-top: 51px;
}
.language-box-row .select-box-language {
	margin-left: 7px;
}
.language-box-icon i {
	color: #f17201;
	font-size: 18px;
}
/********** menu css End **********/
.slider-section-home {
	position: relative;
}
.slider-banner-text-wrapper {
	text-align: right;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 35%;
}
.slider-text1 .slider-banner-text {
	font-size: 62px;
	color: #fff;
	font-weight: bold;
	line-height: 76px;
}
.slider-banner-text1 {
	font-size: 27px;
	color: #fff;
}
.slider-btn {
	margin-top: 30px;
}
.slider-btn a {
	background: #fff;
	padding: 12px 24px;
	color: #000;
	text-decoration: none;
	border-radius: 7px;
	font-size: 16px;
}
#sliderhome .owl-nav button {
	display: none;
}
#sliderhome .owl-dots {
	position: absolute;
	bottom: 11px;
	left: 0px;
	width: 100%;
}
.about-section-home {
	padding-top: 60px;
	padding-bottom: 12px;
	margin-top: 25px;
}
.about-card-title1 {
	font-size: 56px;
	letter-spacing: 6px;
	color: #243868;
}
.content-bg-home1 {
	background-image: url(../images/about-bg1.jpg);
	background-size: cover;
	background-position: center;
	padding-top: 98px;
}
.content-about-box p {
	color: #fff;
	font-size: 23px;
	line-height: 41px;
	font-family: "Noto Sans Devanagari", sans-serif;
	font-weight: 500;
}
.content-about-box {
	margin-top: 26px;
	padding-bottom: 49px;
}
.contact-section {
	background-image: url(../images/contact-bg1.jpg);
	position: relative;
	background-size: cover;
	background-position: center;
	padding-bottom: 55px;
	padding-top: 55px;
}
.section-title-1 {
	font-size: 56px;
	letter-spacing: 6px;
	color: #ffffff;
	text-transform: uppercase;
}
.contact-section:After {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: rgba(242, 114, 0, 0.7);
	z-index: 0;
}
.contact-section .container {
	position: relative;
	z-index: 2;
}
.footer-menu-row .footer-menu {
	width: 50%;
	float: left;
}
.social-icon {
	text-align: center;
}
.social-icon li {
	display: inline-block;
	margin: 0px 3px;
}
.social-icon li a {
	width: 46px;
	height: 46px;
	display: inline-block;
	border: solid 3px #f27200;
	font-size: 22px;
	border-radius: 100px;
	line-height: 40px;
	color: #243868;
}
.footer-logo {
	padding-right: 65px;
}
.footer-section {
	padding-top: 33px;
}
.footer-menu ul li a {
	font-size: 18px;
	color: #243868;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
.footer-menu ul li .sub-menu-f a {
	font-weight: normal;
	text-transform: none;
}
.footer-menu ul li {
	margin-bottom: 5px;
}
.copy-right-row {
	padding-top: 25px;
	padding-bottom: 15px;
}
.besign-by {
	text-align: right;
}
.copy-right {
	color: #243868;
	font-size: 15px;
}
.besign-by a {
	color: #243868;
	font-size: 15px;
	text-decoration: none;
}
/*----------------------------------------*/
/*        Contact us Page css
/*----------------------------------------*/
.content-section-bg {
	background: #243968;
	padding-top: 50px;
	padding-bottom: 41px;
}
.content-text-box {
	text-align: center;
}
.content-text-box p {
	color: #fff;
	line-height: 33px;
	font-size: 15px;
}
.enquiry-form-section {
	background: #dadada;
	padding-top: 40px;
	padding-bottom: 90px;
}
.rowsection {
	text-align: center;
	margin-bottom: 33px;
}
.enquiry-section-title {
	font-size: 57px;
	position: relative;
	margin-bottom: 39px;
	color: #f27200;
	letter-spacing: 12px;
}
.rowsection p {
	font-size: 22px;
	color: #243968;
	font-weight: 600;
}
.enquiry-form .form-control {
	border-radius: 0px;
	border: none;
	outline: 0;
	height: 44px;
	border: solid 1px #0000;
}
.enquiry-form .form-control:focus {
	box-shadow: none;
}
.form-group-row label {
	font-size: 17px;
	color: #000;
	font-weight: 500;
}
.submit-button-row {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-top: 33px;
}
.form-group-row textarea.form-control {
	height: 128px;
}
.form-group-row span {
	color: #f17201;
}
.other-top-banner {
	position: relative;
}
.overlay-text {
	position: absolute;
	bottom: -26px;
	width: 100%;
	left: 0px;
}
.top-banner-text span {
	background-image: url(../images/title-bg1.png);
	background-size: 100% 100%;
	padding: 23px 81px;
	font-size: 46px;
	min-width: 542px;
	display: inline-block;
	color: #fff;
	font-weight: bold;
}
/*----------------------------------------*/
/*        Product Detail Page css
/*----------------------------------------*/
.product-detail-card {
	padding: 0px 37px;
}
.product-detail-img-box {
	position: relative;
	overflow: hidden;
	border-radius: 30px;
}
.product-detail-info .product-detail-title {
	font-size: 57px;
	margin-bottom: 21px;
	color: #f27200;
	letter-spacing: 12px;
}
.product-description p, .product-detail-info p.text {
	font-size: 20px;
	line-height: 32px;
	color: #243968;
	font-weight: 600;
}
.product-detail-info .back-btn {
	margin-top: 50px;
}
.product-description {
	position: relative;
	padding-bottom: 65px;
}
.product-description:before {
	content: "";
	width: 133px;
	height: 3px;
	background: #febe53;
	display: inline-block;
	position: absolute;
	bottom: 55px;
}
.product-detail-info p.text {
	margin-bottom: 37px;
}
.back-btn a {
	filter: opacity(0.4);
}
.back-btn a:hover {
	filter: none;
}
/*----------------------------------------*/
/*         Product-List Page 1 css
/*----------------------------------------*/
.feed-box {
	display: flex;
	align-items: center;
	background: #ffffff;
	padding: 20px 25px;
	font-family: Arial, Helvetica, sans-serif;
	max-width: 900px;
}
.product-card .product-card-img {
	border-radius: 20px;
	position: relative;
	overflow: hidden;
	margin-bottom: 14px;
}
.product-card {
	text-align: center;
	margin-bottom: 50px;
}
.product-name a {
	font-size: 22px;
	text-decoration: none;
	color: #243968;
	font-weight: bold;
	text-transform: uppercase;
}
.product-title-section-left span {
	color: #f27200;
	letter-spacing: 12px;
	font-size: 57px;
}
.product-content-text .product-title-n {
	font-size: 38px;
	margin-bottom: 5px;
	color: #243968;
	font-weight: bold;
}
.product-content-text p {
	font-size: 20px;
	line-height: 33px;
	color: #243968;
	font-weight: 600;
}
.product-row1 {
	margin-top: 35px;
}
.product-list-2 {
	border-bottom: solid 1px #f27200;
}
.slider-text1 {
	background-image: url(../images/title-bg-home1.png);
	display: inline-block;
	padding: 55px 52px;
	padding-left: 174px;
	padding-bottom: 63px;
	background-size: 100% 100%;
}
.about-card-img {
	border-radius: 37px;
	overflow: hidden;
	max-width: 81%;
}
.card1 .about-card-img {
	text-align: right;
	margin-left: auto;
}
.card2 .about-card-title1 {
	color: #f27200;
	text-align: right;
}
.padding-more {
	padding: 0px 60px;
}
.contact-section .theme-btn a {
	background: #243968;
}
.theme-btn a i {
	margin-left: 8px;
	font-weight: 300;
	color: #f27200;
	font-size: 20px;
}
.content-section-box {
	position: relative;
}
.content-section-box:after {
	content: "";
	width: 100%;
	height: 31px;
	background: #febe53;
	display: inline-block;
	position: absolute;
	bottom: -30px;
	z-index: 1;
	clip-path: polygon(50% 0%, 100% 0, 100% 4%, 0 100%, 0 0);
}
.about-section-home {
	position: relative;
}
.about-section-home:after {
	content: "";
	width: 100%;
	height: 60px;
	background: #ffffff;
	display: inline-block;
	position: absolute;
	bottom: -58px;
	z-index: 1;
	clip-path: polygon(82% 0%, 100% 0, 100% 100%, 0 11%, 0 0);
}
/*----------------------------------------*/
/*          Submit-btn Hover css
/*----------------------------------------*/
.submit-button1 button {
	overflow: hidden;
	position: relative;
	z-index: 0;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	transition: opacity 0.3s cubic-bezier(0.2, 0, 0.1, 1), transform 0.3s cubic-bezier(0.2, 0, 0.1, 1), box-shadow 0.5s ease, color 0.5s ease, background 0.5s ease;
	will-change: box-shadow, color, transform, opacity, background;
	background: #f17201;
	border-radius: 11px;
	padding: 12px 45px;
	font-size: 18px;
	font-family: "Noto Sans Devanagari", sans-serif;
	padding-bottom: 6px;
	text-transform: uppercase;
}
.submit-button1 button {
	color: #fff;
}
.submit-button1 button:hover {
	color: #fff;
}
.submit-button1 button.outlined {
	display: inline-flex;
	background: none;
	color: #170b39;
}
.submit-button1 button:after, .submit-button1 button:before {
	content: "";
	position: absolute;
	z-index: -1;
	pointer-events: none;
	top: 0;
	right: -50%;
	left: -50%;
	height: 0;
	padding-bottom: 200%;
	border-radius: 39%;
	border: unset;
	transition: transform 0s cubic-bezier(0.2, 0, 0.1, 1) 0.5s, opacity 0.5s cubic-bezier(0.2, 0, 0.1, 1);
	opacity: 0;
}
.submit-button1 button:before {
	transform: translate3d(-10%, 4.8em, 0) rotate(330deg);
	background: linear-gradient(25deg, #d96600, rgba(150, 56, 216, 0));
}
.submit-button1 button:after {
	transform: translate3d(10%, 4.8em, 0) rotate(0deg);
	background: linear-gradient(70deg, #ff8010, rgba(124, 56, 216, 0));
}
.submit-button1 button:hover, .submit-button1 button:focus {
	transition: opacity 0.3s cubic-bezier(0.2, 0, 0.1, 1), transform 0.3s cubic-bezier(0.2, 0, 0.1, 1), box-shadow 2s ease, color 1.5s ease, background 1s ease 0.75s;
	background: #f0a600;
	animation: pulse 2s infinite;
}
.submit-button1 button:hover.outlined, .submit-button1 button:focus.outlined {
	color: white;
}
.submit-button1 button:hover:before, .submit-button1 button:hover:after, .submit-button1 button:focus:before, .submit-button1 button:focus:after {
	transition: transform 2s ease 0s, opacity 0.2s ease;
	opacity: 1;
}
.submit-button1 button:hover:before, .submit-button1 button:focus:before {
	transform: translate3d(-10%, -1em, 0) rotate(100deg);
}
.submit-button1 button:hover:after, .submit-button1 button:focus:after {
	transform: translate3d(10%, -1em, 0) rotate(180deg);
}
 @keyframes pulse {
 0% {
 box-shadow: 0 0 0 0 rgba(240, 166, 0,.6);
}
 70% {
 box-shadow: 0 0 0 15px rgba(240, 166, 0, 0);
}
 100% {
 box-shadow: 0 0 0 0 rgba(240, 166, 0, 0);
}
}
.submit-button1 button.cancel-btn {
	background: #243968;
}
.product-card-img img {
	width: 100%;
}
.contact-section .theme-btn a::before {
	background: linear-gradient(25deg, #182a52, rgba(150, 56, 216, 0));
}
.contact-section .theme-btn a::after {
	background: linear-gradient(70deg, #15264a, rgba(124, 56, 216, 0));
}
.submit-button1 button.cancel-btn::before {
	background: linear-gradient(25deg, #182a52, rgba(150, 56, 216, 0));
}
.submit-button1 button.cancel-btn::after {
	background: linear-gradient(25deg, #182a52, rgba(150, 56, 216, 0));
}
.enquiry-form .form-control:focus {
	border: solid 1px #f17201;
}
/*----------------------------------------*/
/*        Nice-select Box css
/*----------------------------------------*/
.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border-radius: 0;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 15px;
	font-weight: 500;
	text-transform: capitalize;
	height: 41px;
	line-height: 40px;
	outline: none;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: 100%;
	border: solid 1px #C7C7D5;
}
.nice-select:hover {
	border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
	border-color: #999;
}
.nice-select:after {
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	content: '';
	display: block;
	height: 8px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 15px;
	top: 46%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 8px;
}
.nice-select.open:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	width: 100%;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}
.nice-select.disabled {
	border-color: #ededed;
	pointer-events: none;
}
.nice-select.disabled:after {
	border-color: #cccccc;
}
.nice-select.wide {
	width: 100%;
}
.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}
.nice-select.right {
	float: right;
}
.nice-select.right .list {
	left: auto;
	right: 0;
}
.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}
.nice-select.small:after {
	height: 4px;
	width: 4px;
}
.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}
.nice-select .list {
	background-color: #fff;
	border-radius: 0px;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-sizing: border-box;
	margin-top: 0px;
	opacity: 0;
	overflow-y: scroll;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
	max-height: 121px;
}
.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 35px;
	list-style: none;
	min-height: 35px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.nice-select .option.selected {
	font-weight: bold;
}
.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default;
}
.no-csspointerevents .nice-select .list {
	display: none;
}
.no-csspointerevents .nice-select.open .list {
	display: block;
}
.select-box-wrapper .select-box {
	width: 17%;
	float: right;
	margin-right: 78px;
}
.nice-select .option:hover {
	background: #f27200;
	color: #fff;
}
.desktop-nav {
	padding-top: 0px;
	padding-bottom: 0px;
}
.header-logo {
	padding-top: 4px;
	padding-bottom: 4px;
}
.mobile-menu ul.menu li.active-hover > a {
	color: #f17201;
}
.mobile-menu ul.menu li.active-hover span.arrow {
	color: #f17201;
}
/*----------------------------------------*/
/*          Social-icon Hover css
/*----------------------------------------*/
.social-icon li a {
	overflow: hidden;
	position: relative;
	z-index: 0;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	transition: opacity 0.3s cubic-bezier(0.2, 0, 0.1, 1), transform 0.3s cubic-bezier(0.2, 0, 0.1, 1), box-shadow 0.5s ease, color 0.5s ease, background 0.5s ease;
	will-change: box-shadow, color, transform, opacity, background;
}
.social-icon li a:hover {
	color: #fff;
}
.social-icon li a.outlined {
	display: inline-flex;
	background: none;
	color: #170b39;
}
.social-icon li a:after, .social-icon li a:before {
	content: "";
	position: absolute;
	z-index: -1;
	pointer-events: none;
	top: 0;
	right: -50%;
	left: -50%;
	height: 0;
	padding-bottom: 200%;
	border-radius: 39%;
	border: unset;
	transition: transform 0s cubic-bezier(0.2, 0, 0.1, 1) 0.5s, opacity 0.5s cubic-bezier(0.2, 0, 0.1, 1);
	opacity: 0;
}
.social-icon li a:before {
	transform: translate3d(-10%, 4.8em, 0) rotate(330deg);
	background: linear-gradient(25deg, #d96600, rgba(150, 56, 216, 0));
}
.social-icon li a:after {
	transform: translate3d(10%, 4.8em, 0) rotate(0deg);
	background: linear-gradient(70deg, #ff8010, rgba(124, 56, 216, 0));
}
.social-icon li a:hover, .social-icon li a:focus {
	transition: opacity 0.3s cubic-bezier(0.2, 0, 0.1, 1), transform 0.3s cubic-bezier(0.2, 0, 0.1, 1), box-shadow 2s ease, color 1.5s ease, background 1s ease 0.75s;
	background: #f0a600;
	animation: pulse 2s infinite;
}
.social-icon li a:hover.outlined, .social-icon li a:focus.outlined {
	color: white;
}
.social-icon li a:hover:before, .social-icon li a:hover:after, .social-icon li a:focus:before, .social-icon li a:focus:after {
	transition: transform 2s ease 0s, opacity 0.2s ease;
	opacity: 1;
}
.social-icon li a:hover:before, .social-icon li a:focus:before {
	transform: translate3d(-10%, -1em, 0) rotate(100deg);
}
.social-icon li a:hover:after, .social-icon li a:focus:after {
	transform: translate3d(10%, -1em, 0) rotate(180deg);
}
.about-card-img img {
	width: 100%;
}






/******* Mobile Layout *******/
@media only screen and (max-width: 767px) {
.product-detail-info {
    margin-top: 26px;
}	

.product-detail-info .product-detail-title {
    font-size: 36px;
    margin-bottom: 9px;
    letter-spacing: 1px; 
}
	
	
	
	
body.open label.toggle i.fa::before {
	content: "\f00d";
}
body.open:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	z-index: 33;
	display: inherit;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}
.padding-more {
	padding: 0px 0px;
}
.card1 .about-card-img {
	text-align: center;
	margin-left: auto;
}
.about-card-img {
	max-width: 100%;
}
.content-about-box {
	margin-top: 12px;
	text-align: center;
	padding-bottom: 0px;
}
.contact-section .section-title-1 {
	text-align: center;
}
.section-title-1 {
	font-size: 43px;
}
.copy-right {
	font-size: 14px;
	text-align: center;
}
.besign-by {
	text-align: center;
	margin-top: 7px;
}
.social-icon {
	margin-top: 25px;
}
.footer-logo {
	padding-right: 0;
	margin-bottom: 22px;
}
.footer-menu-row .footer-menu {
	text-align: center;
}
.graphic-img {
	margin-top: 42px;
}
.about-box.card2 {
	margin-top: 27px;
}
.about-box.card1 .about-card-title1 {
	margin-bottom: 20px;
}
.about-card-title1 {
	font-size: 44px;
	letter-spacing: 3px;
	text-align: center;
}
.card2 .about-card-title1 {
	text-align: center;
	margin-top: 17px;
}
.top-banner-text span {
	padding: 8px 22px;
	font-size: 21px;
	min-width: auto;
	padding-right: 48px;
}
.enquiry-section-title {
	font-size: 43px;
	margin-bottom: 18px;
	letter-spacing: 2px;
}
.submit-button1 button {
	padding: 12px 20px;
	font-size: 18px;
}
.enquiry-form-section {
	padding-bottom: 54px;
}
.top-banner-text {
	text-align: center;
}
.product-row1 .col-md-3 {
	max-width: 50%;
	padding: 0px 9px;
}
.product-row1 {
	padding: 0px 7px;
	margin-top: 5px;
}
.product-name a {
	font-size: 18px;
}
.product-card {
	margin-bottom: 19px;
}
.product-title-section-left {
	text-align: center;
	margin-bottom: 10px;
}
.product-title-section-left span {
	letter-spacing: 2px;
	font-size: 40px;
}
.product-content-text {
	text-align: center;
}
.header-logo {
	max-width: 94px;
}
.language-box-row {
	padding-top: 17px;
	padding-left: 14px;
}
.select-box-wrapper .select-box {
	width: 100%;
	float: right;
	margin-right: 0;
	margin-bottom: 15px;
}
.slider-banner-wrapper img {
	height: 250px;
	object-fit: cover;
}
.slider-text1 .slider-banner-text {
	font-size: 19px;
	line-height: 30px;
}
.slider-banner-text1 {
	font-size: 13px;
	padding-bottom: 8px;
}
.slider-text1 {
	padding: 30px 4px;
	padding-left: 100px;
	padding-bottom: 14px;
	width: fit-content;
}
.select-box-language select {
	width: 75px;
}
.content-about-box p {
	font-size: 18px;
	line-height: 34px;
}
}



/******* Tablet Layout *******/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.slider-text1 .slider-banner-text {
	font-size: 40px;
	line-height: 55px;
}
.slider-banner-text1 {
	font-size: 21px;
}
.slider-text1 {
	padding: 42px 41px;
	padding-left: 166px;
	padding-bottom: 34px;
}
.select-box-wrapper .select-box {
	width: 30%;
	float: right;
	margin-right: 18px;
}
.language-box-row {
	padding-top: 17px;
	padding-left: 14px;
}
.product-title-section-left span {
	letter-spacing: 2px;
	font-size: 41px;
}
body.open label.toggle i.fa::before {
	content: "\f00d";
}
body.open:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	z-index: 33;
	display: inherit;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}
.padding-more {
	padding: 0px 0px;
}
.about-card-title1 {
	font-size: 45px;
	letter-spacing: 4px;
}
.about-card-img {
	max-width: 90%;
}
.top-banner-text span {
	font-size: 31px;
	min-width: auto;
}
}


/******** Medium Layout ********/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.product-title-section-left span {
	letter-spacing: 2px;
	font-size: 41px;
}
.select-box-wrapper .select-box {
	width: 26%;
	margin-right: 50px;
}
}
