/* @font-face {
font-family: 'Museo Sans';
src: url('../fonts/MuseoSans-900.woff2') format('woff2'),
url('../fonts/MuseoSans-900.woff') format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
} */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body {
	font-family: "Montserrat", serif;
	font-weight: normal;
	font-size: 16px;
	position: relative;
}

html {
	position: relative;
	scroll-behavior: smooth;
}

.outer_body_b {
	overflow: hidden;
}

.montserrat_font {
	font-family: "Montserrat", serif;
}

img {
	vertical-align: middle;
	max-width: 100%;
}

a img {
	border: none;
}

a {
	text-decoration: none;
	color: #434343;
}

ul {
	list-style: none
}

:focus {
	outline: none
}

.wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	padding: 0 20px;
	width: 100%;
}

.clr {
	clear: both;
	float: none;
	display: block;
}

.clr:after,
.afclr:after {
	clear: both;
	float: none;
	display: block;
	content: ""
}

input[type="submit"],
button {
	-webkit-appearance: none;
	appearance: none;
}

select {
	word-wrap: normal
}

::-webkit-input-placeholder {
	color: #000;
}

:-moz-placeholder {
	color: #000;
}

::-moz-placeholder {
	color: #000;
}

.banner_info_inner h1 {
	font-family: "Montserrat", serif;
	font-size: 42px;
	font-weight: 600;
	line-height: 1.2;
	color: #000000;
	margin-bottom: 26px;
}

.heading_02 h2 {
	font-family: "Montserrat", serif;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.2;
	color: #000000;
	margin-bottom: 20px;
	display: block;
	position: relative;
}

.banner_info_inner p {
	font-family: "Montserrat", serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	color: #868686;
}

.banner_btn {
	margin-top: 40px;
}

/* .heading_03 h3 {
	font-size: 18px;
	font-weight: 600;
	color: #181d21;
	text-transform: uppercase;
	line-height: 1.4;
	margin-bottom: 8px;
	} */
.heading_04 h4 {
	font-size: 20px;
	font-weight: 400;
	color: #000000;
	margin-bottom: 15px;
	position: relative;
}

.heading_06 h6 {
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	margin-bottom: 10px;
	position: relative;
}

.paragraph_p p {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
	color: #000000;
	padding-bottom: 15px;
}

.paragraph_p p:last-child {
	padding-bottom: 0;
}

.site_btn {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	color: #000000;
	border: 1px solid #FDB800;
	min-width: 142px;
	position: relative;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	background-color: #FDB800;
	padding: 14px 18px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	border-radius: 2px;
}

.site_btn:hover {
	background-color: #FFFFFF;
	color: #000000;
	border-color: #FDB800;
}

/* css sticky header */
.sticky_header {
	position: fixed;
	left: 0;
	right: 0;
	top: -80px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 0;
	visibility: hidden;
	background: #000000;
	box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
	z-index: 100;
}

.sticky_header.header_is_sticky {
	top: 0;
	opacity: 1;
	visibility: visible;
}

.sticky_header_inner .main_logo_info {
	max-width: 160px;
}

.sticky_header_inner {
	padding: 10px 0;
}

/* css sticky header  end*/
/* Menu Bar */
.site-menu {
	display: inline-block;
}

.nav-menu>li {
	margin: 0px 17px;
	position: relative;
	display: inline-block;
}

.nav-menu>li>a {
	position: relative;
	display: block;
	padding: 7px 5px 7px 5px;
	font-size: 16px;
	font-weight: 400;
	font-family: "Montserrat", serif;
	line-height: 1;
	text-transform: uppercase;
	color: #ffffff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.nav-menu>li::after {
	position: absolute;
	content: '//';
	right: -21px;
	left: auto;
	top: 0;
	display: flex;
	bottom: 0;
	font-size: 16px;
	font-weight: 400;
	margin: auto 0;
	text-align: center;
	height: 100%;
	vertical-align: middle;
	color: #ffffff;
	align-items: center;
}

.nav-menu>li:nth-last-child(2)::after {
	display: none;
}

.nav-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 4px;
	width: 180px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	z-index: 1000;
	visibility: visible;
	filter: alpha(opacity=0);
	visibility: hidden;
	opacity: 0;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.211764);
}

.nav-menu .sub-menu li {
	float: none;
	background: #fff;
	border-bottom: 1px solid #000;
	border-left: none;
	padding: 0;
	display: block;
	position: relative;
}

.nav-menu .sub-menu li:first-child {
	border-top: 2px solid #000
}

.nav-menu .sub-menu li a {
	text-align: left;
	font-size: 14px;
	font-family: "Montserrat", serif;
	font-weight: 400;
	color: #000;
	padding: 9px 12px;
	line-height: 1.1;
	display: block;
}

.nav-menu .sub-menu ul {
	position: absolute;
	top: 0px;
	left: 100%;
	border-top: 0;
	padding-left: 0px;
	padding-top: 0;
	filter: alpha(opacity=0);
	width: 180px;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translate(40px, 0)
}

.nav-menu .sub-menu li:last-child {
	border-bottom: none;
}

.nav-menu li:hover>.sub-menu {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
}

.nav-menu .sub-menu li:hover ul {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translate(0px, 0)
}

.nav-menu .sub-menu ul li:first-child {
	border-top: none;
}

.nav-menu .sub-menu ul li,
.nav-menu .sub-menu ul li:first-child {
	background: #f8f8f8;
}

.cross_button {
	display: none
}

.nav-menu>.menu-item-has-children>a::before {
	position: absolute;
	content: "";
	display: block;
	height: 8px;
	width: 13px;
	right: -10px;
	top: 12px;
	background: url(../images/menu-down-icon-w.svg) no-repeat;
	transition: all 0.5s ease-in-out;
	background-size: contain;
}

.nav-menu>.menu-item-has-children:hover>a::before {
	background: url(../images/hov-menu-down-icon-w.svg) no-repeat;
	background-size: contain;
}

.nav-menu .sub-menu .menu-item-has-children>a::after {
	content: '';
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/sub-menu-plus-fa.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 15px;
	height: 15px;
	transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
}

.nav-menu .sub-menu .menu-item-has-children:hover a::after {
	background: url(../images/hov-icon-minus-com.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 22px;
	height: 20px;
	right: 11px;
}

.nav-menu>li:hover>a {
	color: #fdb800;
}

.nav-menu .sub-menu li a:hover {
	color: #000;
	background-color: #fdb800;
}

.menu_expand {
	display: none;
	color: #000;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1.2;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	letter-spacing: 3px;
	text-decoration: none;
	float: right;
	border-radius: 5px;
	padding: 13px;
	background: #fdb800;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	background-color: rgba(0, 0, 0, 0.8);
	bottom: 0;
	transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	opacity: 0;
}

.overlay.active {
	z-index: 100;
	opacity: 1;
}

/* Menu Bar End */
/* Top Bar Start */
.top_social_bar {
	border-bottom: 1px solid #868686;
}

.emergency_info_r {
	display: flex;
	gap: 25px;
	justify-content: space-between;
	position: relative;
}

.social_item_l {
	display: flex;
	width: 70%;
	margin: 0 -15px;
}

.top_info_in {
	border-right: 1px solid #868686;
	padding: 4px 15px 2px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.social_item_l .top_info_in:last-child {
	border-right: 0;
}

.top_info_in a,
.info_header_d {
	font-size: 16px;
	color: #ffffff;
	max-width: 400px;
	word-break: break-word;
	font-weight: 400;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	line-height: normal;
	display: inline-flex;
	align-items: center;
}

.info_header_d:hover {
	color: #FDB800;
}

.img_b_style {
	margin-right: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* .info_header_d {
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	} */
.img_b_style img {
	max-width: 22px;
	position: relative;
}

.top_sec_social {
	display: flex;
	width: 30%;
	justify-content: end;
}

.top_sec_social a {
	color: #868686;
	padding: 8px 11px 7px;
	border-right: 1px solid #868686;
	width: 45px;
	display: inline-flex;
	transition: all 0.3s ease;
	align-items: center;
	justify-content: center;
}

.top_sec_social a:last-child {
	border-right: 0;
}

.top_sec_social a svg {
	width: 100%;
	display: block;
	height: 100%;
	object-fit: contain;
}

.top_menu_section {
	background-color: #000000;
	position: relative;
	z-index: 100;
}

.top_details {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.header_bar {
	padding: 12px 0;
}

.h_top_logo {
	width: 20%;
	padding: 0 10px 0 0;
}

.h_menu_bar {
	width: 80%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
}

.header_menu_sec {
	padding-left: 10px;
	text-align: left;
	margin-right: -15px;
}

.h_right_sec {
	padding: 0 0 0 10px;
}

.top_right_btn {
	display: inline-flex;
	align-items: center;
	justify-content: end;
}

.login_info {
	display: block;
	margin-left: 23px;
}

.add_cart_top_r {
	margin-left: 19px;
	display: inline-block;
	margin-right: 18px;
}

.header-cart-inner {
	position: relative;
}

.login_info>img {
	max-width: 24px;
}

.login_user.login_info img {
	max-width: 20px;
}

.header-cart-count {
	position: absolute;
	top: 0;
	color: #000;
	font-size: 15px;
	font-weight: 300;
}

.site-header-cart {
	position: absolute;
	top: 100%;
	padding: 0px;
	display: none;
	z-index: 99;
	background-color: #fff;
	min-width: 300px;
	right: -15px;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.18);
	padding: 18px 15px;
	text-align: left;
}

.site-header-cart {
	max-height: 520px;
	overflow-y: scroll;
}

.site-header-cart .widget_shopping_cart {
	position: static;
}

.site-header-cart .widget_shopping_cart {
	background-color: #ffffff;
	color: #454545;
}

/* Top Bar End */
.banner_section {
	background-color: #ffffff;
	/* background: linear-gradient(281deg, rgba(222, 222, 222, 1) 0%, rgba(255, 255, 255, 1) 36%, rgba(228, 228, 228, 1) 100%); */
	/* padding: 80px 0; */
}

.banner_section_inner {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.banner_info_b {
	width: 43%;
}

.banner_main_image_b {
	width: calc(57% + 40px);
	margin-right: -40px;
	position: relative;
	z-index: 2;
}

.alone_mask_image::after {
	position: absolute;
	content: '';
	top: 0;
	left: -173px;
	bottom: 0;
	background-image: url(../images/shape-banner-img.png);
	background-position: left;
	background-repeat: no-repeat;
	background-size: contain;
	width: 320px;
	height: calc(100% + 1px);
}

.banner_section_inner::after {
	content: "";
	left: 100%;
	height: 100%;
	width: 5000px;
	background: #F4D976;
	position: absolute;
	top: 0;
	bottom: 0;
}

.banner_info_inner {
	padding: 75px 0 80px;
	position: relative;
	z-index: 15;
}

.banner_info_content {
	padding-right: 40px;
}

.banner_main_img {
	display: flex;
	flex-wrap: wrap;
	background-color: #f4d976;
	align-items: center;
	padding: 75px 0 75px 110px;
	height: 100%;
}

.banner_main_img img {
	display: block;
	width: 100%;
}

/* top_text_sec */
.top_text_section {
	padding: 50px 0 35px;
	background-color: #F1EFF6;
}

.top_text_sec_inner {
	max-width: 990px;
	margin: 0 auto;
	text-align: center;
}

.top_text_sec_inner p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	color: #000000;
	margin-bottom: 10px;
}

/* product section */
.product_section {
	padding: 100px 0;
}

.product_section.product_section_inverse {
	padding: 0px 0 100px;
}

.product_section_inner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.product_sec_first_box {
	width: 43%;
}

.product_sec_second_box {
	width: 57%;
}

.img_product_info img {
	width: 100%;
}

.click_tab img {
	display: block;
	width: 100%;
}

.product_sec_info {
	padding-left: 70px;
}

.view_product_tabs {
	margin-bottom: 17px;
}

.product_section_inverse {
	.product_sec_info {
		padding-left: 0;
		padding-right: 70px;
	}
}

.view_pr_slider::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	display: block;
	background: #00000036;
	width: 100%;
	opacity: 1;
	visibility: visible;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.view_list_imges_slider .swiper-slide-thumb-active::after {
	background: none;
}

.view_pr_slider:hover::after {
	background: none;
}

.view_product_next:after,
.view_product_prev:after {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fdb800;
	font-size: 28px;
	width: 34px;
	min-width: 34px;
	font-weight: 400;
	padding: 10px;
	height: 34px;
	border-radius: 100%;
	background-color: transparent;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.view_product_next:hover:after,
.view_product_prev:hover:after {
	color: #000;
	background-color: #fdb800;
}

.view_product_next {
	right: 20px;
}

.view_product_prev {
	left: 20px;
}

.product_info_title {
	margin-bottom: 25px;
}

.product_info_title p,
.product_description_info p {
	font-size: 18px;
	line-height: 1.4;
	font-weight: 600;
	color: #4a4a4a;
	margin-bottom: 20px;
}

.product_info_title p>span {
	font-size: 34px;
	color: #000000;
	margin-right: 10px;
}

.product_description_info p {
	margin-bottom: 15px;
}

.product_description_info {
	padding-bottom: 10px;
}

.product_info_content ul {
	list-style: disc;
	margin-top: 6px;
	padding-left: 20px;
}

.product_info_content ul li {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
	color: #000000;
	padding-bottom: 2px;
}

.product_info_content ul li:last-child {
	padding-bottom: 0;
}

.product_info_btn {
	padding-top: 38px;
}

.ab_about_limited_out {
	display: flex;
	flex-wrap: wrap;
	background-color: #D0CFD5;
}

.ab_limited_item_l,
.ab_limited_item_r {
	width: 50%;
}

.ab_led_ct {
	padding: 80px 65px 80px 80px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	background-color: #F9E1A2;
	height: 100%;
}

.buy_book_ex {
	margin-top: 30px;
}

.ab_led_img {
	height: 100%;
}

.ab_led_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.title_ab_led.heading_02 h2 {
	font-size: 50px;
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: 25px;
}

.title_ab_led.paragraph_p p {
	font-size: 16px;
	line-height: 1.4;
}

.buy_book_ex .site_btn {
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}

.buy_book_ex .site_btn:hover {
	border: 1px solid #FDB800;
	background-color: #FDB800;
}

.our_capabilities_section {
	padding: 100px 0 70px;
}

.our_cap_outer_row {
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
	margin: 0 -20px;
}

.our_cap_item_c {
	width: 33.33%;
	padding: 0 20px;
	margin-bottom: 20px;
}

.we_do_row_ct {
	margin-top: 15px;
}

.our_cap_info {
	height: 100%;
	display: block;
	max-width: 250px;
	margin: 0 auto;
	text-align: center;
}

.we_do_row_ct.sub_heading_h3 h3 {
	margin-bottom: 15px;
}

.stm_icon_ctc>img {
	margin: 0 auto;
	max-width: 85px;
	transform: scale(1);
	overflow: hidden;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.our_cap_info:hover .stm_icon_ctc img {
	transform: scale(0.8);
	background-origin: l;
}

/* testimonial section */
.testimonial_section {
	padding: 100px 0 85px;
	background-color: #F1EFF6;
}

.testimonial_sec_inner_b {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}

.testimonial_sec_content {
	width: 50%;
	position: relative;
	padding: 0 20px;
}

.testimonial_block {
	padding-right: 42px;
}

.testimonial_block_title>img {
	margin-bottom: 20px;
	max-width: 40px;
}

.testimonial_block_title.heading_04 h4 {
	text-transform: uppercase;
}

.star_img_info {
	padding-top: 5px;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	gap: 11px;
}

.star_img_info img {
	max-width: 21px;
}

.testimonial_block_name {
	padding: 15px 0 0px;
}

.testimonial_block_name.heading_06 h6 {
	font-size: 14px;
	font-weight: 600;
}

.testimonial_block_name.heading_06 h6 span {
	font-weight: 400;
	color: #868686;
	display: block;
	margin-top: 20px;
}

.testimonial_block_name.heading_06 h6 span b {
	color: #434343;
	font-weight: 500;
}

.slider_btn {
	display: flex;
	margin: 0 -8px;
	padding-top: 21px;
}

.slider_btn .text_testimonial_next,
.slider_btn .text_testimonial_prev {
	position: unset;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	border: 1px solid #000000;
	margin: 0;
	margin: 0 8px;
}

.slider_btn .text_testimonial_next::after,
.slider_btn .text_testimonial_prev::after {
	font-size: 17px;
	color: #000;
}

.testimonial_img_ft {
	padding-left: 163px;
	padding-bottom: 89px;
	position: relative;
	min-height: 305px;
}

.testimonial_img_ft img {
	width: 100%;
}

.sub_img_ft {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 290px;
}

.insta_followers_section {
	margin-top: 100px;
}

.box_gallery_wr {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.item_img_info {
	width: 25%;
}

.p_gallery_img a img {
	width: 100%;
}

.footer_section {
	background-color: #000000;
}

.footer_sec_inner {
	padding: 70px 0;
}

.footer_img_box {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
	margin-right: 60px;
	justify-content: center;
	gap: 60px
}

.footer_nav_menu ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

.footer_nav_menu ul li {
	display: inline-block;
	margin: 0 15px;
	font-size: 20px;
	line-height: 1;
	color: #ffffff;
	font-weight: 500;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.footer_img img {
	max-width: 240px;
}

.footer_img_l img {
	max-width: 110px;
}

.footer_content_block {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -25px;
}

.footer_content {
	width: 33.33%;
	padding: 0 25px;
	margin-bottom: 25px;
}

.adress_box_info {
	height: 100%;
	border: 1px solid transparent;
	border-image-slice: 1;
	position: relative;
	border-radius: 30px;
	padding: 30px;
	background: linear-gradient(#000, #000) padding-box, linear-gradient(45deg, rgb(241, 239, 246) 1%, rgb(253, 184, 0) 54%, rgb(255, 255, 255) 100%) border-box;
	border-radius: 22px;
	text-align: center;
}

.footer_nav_block {
	padding-bottom: 80px;
}

.footer_content_img img {
	max-width: 30px;
	margin: 0 auto;
	text-align: center;
}

.footer_content_img {
	margin-bottom: 28px;
}

.footer_content_info p a {
	font-size: 14px;
	color: #ffffff;
	word-break: break-word;
	font-weight: 500;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	line-height: normal;
	display: inline-flex;
	align-items: center;
}

.footer_content_info p a:hover {
	color: #FDB800;
}

.adress_info p a {
	line-height: 1.9;
}

.copy_right_sec {
	padding-bottom: 70px;
	text-align: center;
}

.copy_right_sec .paragraph_p p {
	font-size: 14px;
	line-height: 1.4;
	color: #ffffff;
}

.copy_right_sec .paragraph_p p a {
	color: #ffffff;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.copy_right_sec .paragraph_p p a:hover {
	color: #FDB800;
}

.icon_close {
	display: none;
}

.search_bar_box .search_bar_item {
	display: none;
	max-width: none;
}

.close_icon_x {
	display: none;
}

.top_sec_social .close_icon_x svg {
	width: 16px;
	height: 16px;
	margin: 0 auto;
}

.icon_close {
	display: block;
	cursor: pointer;
	outline: none;
	text-align: center;
	margin: 0 auto;
	background-color: transparent;
	border: 0;
}

.search_bar_box.mob_hide_search {
	display: none;
}

.search_bar {
	color: #000;
	font-size: 16px;
	background-color: #f4f4f4;
	font-weight: 400;
	line-height: normal;
	border-radius: 0;
	outline: 0;
	border: 0;
	border-bottom: 1px solid #000;
	width: 100%;
	font-family: "Montserrat", serif;
	padding: 10px 40px 10px 14px;
}

.search_bar:focus {
	border-color: #fdb800;
}

.search_bar_box input[type=submit].search_icon_b {
	background: transparent;
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"%3E%3Cg clip-path="url(%23clip0_15_152)"%3E%3Crect width="24" height="24" fill="none"/%3E%3Ccircle cx="10.5" cy="10.5" r="6.5" stroke="%23000000" stroke-linejoin="round"/%3E%3Cpath d="M19.6464 20.3536C19.8417 20.5488 20.1583 20.5488 20.3536 20.3536C20.5488 20.1583 20.5488 19.8417 20.3536 19.6464L19.6464 20.3536ZM20.3536 19.6464L15.3536 14.6464L14.6464 15.3536L19.6464 20.3536L20.3536 19.6464Z" fill="%23000000"/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id="clip0_15_152"%3E%3Crect width="24" height="24" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E');
	background-repeat: no-repeat;
	background-position: calc(100% - 8px), center;
	background-size: 21px;
	border: none;
	font-size: 0;
	height: 100%;
	width: 40px;
	cursor: pointer;
	position: absolute;
	right: 0;
	bottom: 0;
}

.search_bar_box.mob_hide_search {
	width: 100%;
	position: absolute;
	right: 0;
	max-width: 300px;
	top: 100%;
	z-index: 10;
	padding-left: 0;
	display: none;
	opacity: 0;
	visibility: hidden;
}

.active_search .search_bar_box.mob_hide_search {
	display: block;
	opacity: 1;
	visibility: visible;
}

.active_search .close_icon_x {
	display: block;
}

.active_search .close_icon_sch {
	display: none;
}

.mobile_block_socialbar,
.search_bar_sm_s {
	display: none;
}

@media screen and (min-width: 1550px) {
	/* .wrapper {
	max-width: 1340px;
	padding: 0 20px;
	} */
}

@media screen and (max-width: 1550px) {
	.product_sec_info {
		padding-left: 60px;
	}

	.product_section_inverse {
		.product_sec_info {
			padding-left: 0;
			padding-right: 60px;
		}
	}

	.product_rate_row {
		margin-top: 40px;
	}

	.product_info_title {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 1350px) {
	.banner_info_inner h1 {
		font-size: 40px;
	}

	.banner_main_img {
		padding: 60px 0 60px 100px;
	}

	.banner_info_inner {
		padding: 70px 0 70px;
	}

	.main_logo_info {
		max-width: 180px;
	}

	.img_b_style img {
		max-width: 21px;
	}

	.top_info_in a,
	.info_header_d {
		font-size: 14px;
		max-width: 309px;
	}

	.banner_info_b {
		width: 41%;
	}

	.banner_main_image_b {
		width: 59%;
		margin-right: 0;
	}

	.banner_section_inner::after {
		left: 98%;
	}
}

@media screen and (max-width:1280px) {
	.banner_info_inner h1 {
		font-size: 38px;
		margin-bottom: 20px;
	}

	.banner_info_content {
		padding-right: 0;
	}

	.banner_btn {
		margin-top: 30px;
	}

	.banner_info_b {
		width: 39%;
	}

	.heading_02 h2 {
		font-size: 37px;
	}

	.product_info_title p,
	.product_description_info p {
		font-size: 16px;
	}

	.product_info_title p>span {
		font-size: 30px;
	}

	.view_product_next:after,
	.view_product_prev:after {
		font-size: 23px;
		width: 27px;
		min-width: 27px;
		height: 27px;
	}

	.view_product_prev {
		left: 13px;
	}

	.view_product_next {
		right: 13px;
	}

	.banner_info_b {
		width: 39%;
	}

	.paragraph_p p,
	.product_info_content ul li {
		font-size: 16px;
	}

	.product_description_info {
		padding-bottom: 0px;
	}

	.paragraph_p p {
		padding-bottom: 11px;
	}

	.product_info_content ul {
		margin-top: 0;
	}

	.title_ab_led.heading_02 h2 {
		font-size: 40px;
		margin-bottom: 20px;
	}

	.buy_book_ex {
		margin-top: 25px;
	}

	.ab_led_ct {
		padding: 60px 50px 60px 60px;
	}

	.our_capabilities_section {
		padding: 80px 0 50px;
	}

	.testimonial_section {
		padding: 80px 0;
	}

	.sub_img_ft {
		width: 210px;
	}

	.testimonial_img_ft {
		padding-left: 105px;
		padding-bottom: 60px;
		min-height: 230px;
	}

	.testimonial_block {
		padding-right: 20px;
	}

	.insta_followers_section {
		margin-top: 80px;
	}

	.footer_nav_block {
		padding-bottom: 60px;
	}

	.footer_nav_menu ul li {
		font-size: 18px;
	}

	.banner_main_image_b {
		width: 61%;
	}

	.footer_sec_inner {
		padding: 60px 0;
	}

	.footer_img_l img {
		max-width: 100px;
	}

	.footer_img img {
		max-width: 225px;
	}

	.footer_img_box {
		gap: 50px;
	}

	.footer_content {
		margin-bottom: 20px;
	}

	.copy_right_sec {
		padding-bottom: 60px;
	}

	.alone_mask_image::after {
		left: -164px;
	}

	.product_section {
		padding: 80px 0;
	}

	.product_section.product_section_inverse {
		padding: 0px 0 80px;
	}

	.product_sec_info {
		padding-left: 40px;
	}

	.product_section_inverse {
		.product_sec_info {
			padding-left: 0;
			padding-right: 40px;
		}
	}

	.product_sec_first_box {
		width: 47%;
	}

	.product_info_btn {
		padding-top: 30px;
	}

	.site_btn {
		min-width: 129px;
		padding: 13px 18px;
	}

	.product_rate_row {
		margin-top: 30px;
	}

	.buy_now_bt .site_btn {
		min-width: 120px;
	}

	.product_section_inner {
		align-items: flex-start;
	}

	.product_sec_second_box {
		width: 53%;
	}

	.sticky_header_inner .main_logo_info {
		max-width: 135px;
	}
}

@media screen and (max-width:992px) {
	.nav-menu .sub-menu {
		transition: opacity 0.3s ease;
		-webkit-transition: opacity 0.3s ease;
		box-shadow: none;
		left: 0;
	}

	.menu_expand {
		display: block;
	}

	.site-menu {
		position: relative;
		min-height: 1px;
		vertical-align: middle;
		padding-top: 0px;
	}

	.nav-menu {
		display: block;
		position: fixed;
		top: 0;
		left: -220px;
		bottom: 0;
		z-index: 100;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		opacity: 0;
		visibility: hidden;
		overflow-y: auto
	}

	.nav-menu.state-active {
		clear: both;
		left: 0;
		opacity: 1;
		visibility: visible
	}

	.nav-menu {
		float: none;
		text-align: center;
		margin-right: 0px;
		background: #fff;
		width: 100%;
		padding-top: 75px;
		padding-bottom: 80px;
	}

	.nav-menu li {
		float: none;
		margin: 0px;
		border-bottom: none;
		padding: 0;
		display: block
	}

	.nav-menu li a {
		padding: 10px 20px;
		color: #000;
		font-size: 17px;
		line-height: 1.1;
	}

	.nav-menu>li:hover>a {
		color: #fdb800;
	}

	.expand_plus {
		position: absolute;
		right: 8px;
		top: 0;
		width: 35px;
		height: 42px;
		padding: 25px 10px 2px;
		cursor: pointer;
		z-index: 100;
	}

	.expand_plus i {
		display: block;
		position: relative;
		width: 12px;
		height: 10px;
		top: -8px;
	}

	.expand_plus.active i {
		background-position: 0px -190px
	}

	.nav-menu .sub-menu .expand_plus {
		height: 34px
	}

	.nav-menu .sub-menu,
	.nav-menu .sub-menu ul {
		width: auto;
		position: relative;
		display: none;
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100)
	}

	.nav-menu .sub-menu li {
		background: none;
		border-bottom: none;
	}

	.nav-menu .sub-menu li:hover>a,
	.nav-menu .sub-menu ul li a {
		border: none
	}

	.nav-menu .sub-menu.active-children {
		display: block
	}

	.nav-menu .sub-menu ul {
		padding-left: 0px;
	}

	.nav-menu .sub-menu ul {
		left: 0;
	}

	.nav-menu .sub-menu ul li,
	.nav-menu .sub-menu ul li:first-child {
		border: none;
	}

	.nav-menu .sub-menu ul:before {
		display: none;
	}

	.nav-menu li a {
		text-align: left;
	}

	.nav-menu .sub-menu li a:hover {
		border: none;
	}

	.nav-menu .sub-menu ul li,
	.nav-menu .sub-menu ul li:first-child {
		background: none;
	}

	.nav-menu .sub-menu li a {
		border: none;
		padding-left: 40px;
		font-size: 15px;
	}

	.nav-menu .sub-menu ul {
		background: none;
		-webkit-transform: translate(0);
	}

	.expand_plus active {
		top: 100px;
	}

	.expand_plus active i {
		top: 200px;
	}

	.nav-menu .sub-menu ul li a {
		padding-left: 65px;
	}

	.nav-menu .sub-menu li:first-child {
		border-top: none;
	}

	.nav-menu .sub-menu li a:hover {
		color: #fdb800;
		background: none;
	}

	.cross_button {
		margin-top: 20px;
		display: block;
		text-align: center;
		position: absolute;
		top: 0px;
		right: 20px;
	}

	.cross_button a {
		font-size: 22px;
		color: #242323;
		cursor: pointer;
		border: 1px solid #242323;
		border-radius: 3px;
		padding: 4px;
		display: inline-block;
		text-align: center;
		width: 40px;
		height: 40px;
		line-height: 1.2;
	}

	.menu_expand i {
		height: 2px;
		background: #000000;
		display: block;
		width: 41px;
	}

	.menu_expand i:nth-child(2) {
		margin: 7px 0;
	}

	.menu_section {
		padding-bottom: 14px;
		background: #2c688c;
		padding-top: 14px;
	}

	.nav-menu>li>a {
		background: none;
	}

	.nav-menu>li:hover>a {
		background: none;
	}

	.nav-menu>.menu-item-has-children>a:after {
		display: none
	}

	.nav-menu>li>a {
		border-bottom: none;
	}

	.nav-menu>li:hover>a {
		border-bottom: none;
	}

	.nav-menu>li>a:hover:before {
		display: none
	}

	.nav-menu>li>a:hover:after {
		display: none
	}

	.expand_plus:after {
		margin-right: -2px;
		transform: translate(-50%, -50%) rotate(-135deg);
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		width: 8px;
		height: 8px;
		margin-left: -2px;
		box-sizing: border-box;
		border-top: 2px solid #000;
		border-left: 2px solid #000;
		transform-origin: center;
	}

	.expand_plus.active:after {
		transform: translate(-50%, -50%) rotate(45deg);
	}

	.m_close_icon:before,
	.m_close_icon:after {
		display: block;
		content: "";
		position: absolute;
		width: 30px;
		height: 2px;
		background: #000;
		top: 20px;
		left: 6px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.m_close_icon:after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.nav-menu>.menu-item-has-children>a::before {
		display: none;
	}

	.nav-menu>li::after {
		display: none;
	}

	.nav-menu .sub-menu .menu-item-has-children>a::after {
		display: none;
	}

	.h_menu_bar {
		width: 55%;
	}

	.h_top_logo {
		width: 45%;
	}

	.header_menu_sec {
		margin-right: 0;
	}

	.alone_mask_image::after {
		left: -113px;
		background-repeat: repeat-y;
		width: 189px;
	}

	.banner_main_img {
		padding: 60px 0 60px 65px;
	}

	.top_info_in a,
	.info_header_d {
		max-width: 260px;
	}

	.banner_info_inner {
		padding: 60px 0;
	}

	.banner_info_inner h1 {
		font-size: 28px;
		line-height: 1.3;
		margin-bottom: 15px;
	}

	.footer_img img {
		max-width: 196px;
	}

	.footer_img_l img {
		max-width: 92px;
	}

	.footer_img_box {
		margin-right: 0;
	}

	.banner_main_image_b {
		width: 51%;
	}

	.banner_info_b {
		width: 49%;
	}

	.top_sec_social {
		width: 40%;
	}

	.social_item_l {
		width: 60%;
	}

	.heading_02 h2 {
		font-size: 28px;
		margin-bottom: 15px;
	}

	.product_section {
		padding: 70px 0;
	}

	.product_section.product_section_inverse {
		padding: 0px 0 70px;
	}

	.product_info_title p {
		font-size: 15px;
	}

	.product_description_info p {
		margin-bottom: 11px;
	}

	.product_info_title p>span {
		font-size: 27px;
	}

	.title_ab_led.heading_02 h2 {
		font-size: 30px;
		margin-bottom: 15px;
	}

	.ab_led_ct {
		padding: 45px 35px 45px 35px;
	}

	.our_cap_item_c {
		margin-bottom: 10px;
	}

	.stm_icon_ctc>img {
		max-width: 78px;
		max-height: 43px;
	}

	.we_do_row_ct {
		margin-top: 12px;
	}

	.our_capabilities_section {
		padding: 70px 0 50px;
	}

	.testimonial_section {
		padding: 70px 0;
	}

	.testimonial_img_ft {
		padding-left: 65px;
		padding-bottom: 50px;
		min-height: 162px;
	}

	.sub_img_ft {
		width: 176px;
	}

	.testimonial_block_title>img {
		margin-bottom: 15px;
		max-width: 34px;
	}

	.star_img_info {
		padding-top: 2px;
		gap: 8px;
	}

	.star_img_info img {
		max-width: 19px;
	}

	.testimonial_block {
		padding-right: 5px;
	}

	.testimonial_block_name.heading_06 h6 span {
		margin-top: 12px;
	}

	.insta_followers_section {
		margin-top: 70px;
	}

	.slider_btn {
		padding-top: 12px;
	}

	.footer_sec_inner {
		padding: 60px 0 20px;
	}

	.copy_right_sec {
		padding-bottom: 30px;
	}

	.footer_content {
		padding: 0 20px;
	}

	.footer_content_block {
		margin: 0 -20px;
	}

	.adress_box_info {
		padding: 25px
	}

	.product_info_title {
		margin-bottom: 15px;
	}

	.product_info_content ul li {
		font-size: 15px;
		line-height: 1.5;
	}

	.product_info_btn {
		padding-top: 25px;
	}

	.site_btn {
		min-width: 124px;
		padding: 12px 18px;
	}

	.buy_now_bt .site_btn {
		min-width: auto;
		padding: 10px 16px;
	}

	.product-swiper-button-next:after,
	.product-swiper-button-prev:after {
		font-size: 23px;
	}

	.product-swiper-button-prev {
		left: 10px;
	}

	.product-swiper-button-next {
		right: 10px;
	}

	/* ///////////////////////////// */
	.sticky_header_inner {
		padding: 9px 0;
	}
}

@media screen and (max-width:767px) {
	.search_bar_sm_s {
		display: block;
	}

	.social_item_md_hide {
		display: none;
	}

	.search_bar_sm_s .icon_close {
		border: 1px solid #868686;
		width: 48px;
		border-radius: 50%;
		height: 48px;
		padding: 10px;
		display: flex;
		transition: all 0.3s ease;
		align-items: center;
		justify-content: center;
	}

	.close_icon_x svg {
		width: 24px;
	}

	.active_search .close_icon_x {
		display: flex;
	}

	.emergency_info_r {
		justify-content: end;
	}

	.mobile_block_socialbar {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
		margin-bottom: 25px;
	}

	.mobile_block_socialbar a {
		color: #868686;
		border: 1px solid #868686;
		width: 44px;
		border-radius: 50%;
		height: 44px;
		padding: 10px;
		display: flex;
		transition: all 0.3s ease;
		align-items: center;
		justify-content: center;
	}

	.main_logo_info {
		max-width: 175px;
	}

	.mobile_block_socialbar a:hover {
		border-color: #FDB800;
	}

	.mobile_block_socialbar a svg {
		width: 100%;
		display: block;
		height: 100%;
		object-fit: contain;
	}

	.h_top_logo {
		width: 54%;
	}

	.h_menu_bar {
		width: 46%;
		position: unset;
	}

	.top_details {
		position: relative;
	}

	.header_menu_sec {
		padding-right: 0;
		padding-left: 20px;
	}

	.login_user.login_info img {
		max-width: 18px;
	}

	.login_info>img {
		max-width: 22px;
	}

	.add_cart_top_r {
		margin-left: 15px;
		margin-right: 15px;
	}

	.top_sec_social {
		width: 100%;
		gap: 12px;
	}

	.banner_section_inner::after {
		display: none;
	}

	.alone_mask_image::after {
		left: 0;
		top: -15px;
		right: 0;
		bottom: auto;
		background-repeat: repeat-x;
		width: 100%;
		height: 54px;
		background-image: url(../images/shape-banner-img-mob.png);
	}

	.banner_info_b,
	.banner_main_image_b {
		width: 100%;
	}

	.banner_main_image_b {
		margin-left: 0;
	}

	.banner_main_img {
		padding: 47px 45px 45px;
	}

	.banner_info_inner {
		padding: 42px 0 35px;
	}

	.heading_04 h4 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.top_text_section {
		padding: 40px 0 30px;
	}

	.banner_info_b {
		padding: 0 20px;
	}

	.banner_section .wrapper {
		padding: 0 0;
	}

	.banner_info_content {
		padding-right: 0;
	}

	.product_sec_first_box,
	.product_sec_second_box {
		width: 100%;
	}

	.product_sec_info {
		padding-left: 0;
		padding-top: 25px;
	}

	.ab_limited_item_l,
	.ab_limited_item_r {
		width: 100%;
	}

	.ab_led_ct {
		padding: 40px 35px 40px 35px;
	}

	.heading_06 h6 {
		font-size: 14px;
	}

	.our_cap_item_c {
		padding: 0 10px
	}

	.our_cap_outer_row {
		margin: 0 -10px;
	}

	.testimonial_sec_content {
		width: 100%;
	}

	.testimonial_sec_inner_b {
		gap: 45px;
	}

	.item_img_info {
		width: 50%;
	}

	.footer_nav_menu ul li {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.footer_nav_menu ul li:last-child {
		margin-bottom: 0;
	}

	.footer_nav_block {
		padding-bottom: 15px;
	}

	.footer_content {
		width: 100%;
	}

	.footer_content_block {
		margin: 0;
	}

	.product_section_inverse {
		.product_sec_info {
			padding-left: 0;
			padding-right: 0;
		}
	}

	.product_section_inverse {
		.product_section_inner {
			flex-direction: column-reverse;
		}
	}

	.footer_content_block {
		padding-top: 20px;
	}

	.footer_sec_inner {
		padding: 60px 0 20px;
	}

	.paragraph_p p {
		font-size: 15px;
		line-height: 1.6;
		padding-bottom: 12px;
	}

	.sticky_header_inner .search_bar_sm_s .icon_close {
		width: 40px;
		height: 40px;
	}

	.sticky_header_inner .close_icon_x svg {
		width: 17px;
	}
}

@media screen and (max-width:479px) {
	.add_cart_top_r {
		margin-left: 20px;
	}

	.login_user.login_info img {
		max-width: 19px;
	}

	.login_info.search_bar_box {
		min-width: 25px;
		max-width: 25px;
	}

	.header_menu_sec {
		padding-left: 15px;
	}

	.menu_expand {
		padding: 11px;
	}

	.search_bar_sm_s .icon_close {
		width: 40px;
		height: 40px;
		padding: 9px;
	}

	.close_icon_x svg {
		width: 17px;
	}

	.login_info>img {
		max-width: 25px;
	}

	.banner_main_img {
		padding: 47px 25px 35px;
	}

	.banner_info_inner {
		padding: 25px 0 30px;
	}

	.banner_btn {
		margin-top: 20px;
	}

	.banner_info_inner p {
		font-size: 15px;
	}

	.banner_info_inner h1 {
		font-size: 25px;
		line-height: 1.2;
		margin-bottom: 10px;
	}

	.top_text_sec_inner .heading_02 h2 {
		font-size: 23px;
		margin-bottom: 5px;
	}

	.product_section {
		padding: 60px 0;
	}

	.product_section.product_section_inverse {
		padding: 0px 0 60px;
	}

	.title_ab_led.heading_02 h2 {
		font-size: 28px;
		margin-bottom: 13px;
	}

	.ab_led_ct {
		padding: 23px 20px 25px 20px;
	}

	.buy_book_ex {
		margin-top: 22px;
	}

	.our_capabilities_section {
		padding: 60px 0 40px;
	}

	.our_cap_item_c {
		width: 50%;
	}

	.stm_icon_ctc>img {
		max-width: 72px;
		max-height: 38px;
	}

	.testimonial_section {
		padding: 60px 0;
	}

	.testimonial_img_ft {
		padding-left: 50px;
		padding-bottom: 40px;
	}

	.sub_img_ft {
		width: 147px;
	}

	.insta_followers_section {
		margin-top: 60px;
	}

	.footer_img_box {
		gap: 30px;
	}

	.footer_img img {
		max-width: 175px;
	}

	.footer_img_l img {
		max-width: 83px;
	}

	.footer_img_box {
		margin-bottom: 30px;
	}

	.footer_content_block {
		padding-top: 10px;
	}

	.footer_content {
		padding: 0;
	}

	.footer_content_img {
		margin-bottom: 20px;
	}

	.mobile_block_socialbar a {
		width: 40px;
		height: 40px;
		padding: 9px;
	}

	.footer_sec_inner {
		padding: 60px 0 10px;
	}

	.product-swiper-button-next:after,
	.product-swiper-button-prev:after {
		font-size: 20px;
	}

	.site_btn {
		min-width: 114px;
		font-size: 15px;
		padding: 10px 15px;
	}

	.product_info_btn {
		padding-top: 20px;
	}

	.product_rate_row {
		margin-top: 20px;
	}

	.price_check_quantity {
		gap: 5px;
		width: 83px;
	}

	.quantity_min_plus {
		height: 34px;
		border: 1px solid #B2B2B2;
		font-size: 15px;
	}

	.product_rate_item_r {
		width: 100%;
		margin-top: 15px;
	}

	.product_rate_row {
		flex-wrap: wrap;
	}

	.p_t_price p {
		font-size: 24px;
	}

	.product_rate_item_l {
		min-width: 120px;
	}

	.product_rate_item_m {
		margin-right: 0;
	}

	.buy_now_bt .site_btn {
		padding: 10px 18px;
	}

	.view_product_next:after,
	.view_product_prev:after {
		font-size: 16px;
		width: 18px;
		min-width: 18px;
		height: 18px;
	}

	.search_bar_box.mob_hide_search {
		max-width: none;
	}

	.sticky_header_inner .main_logo {
		width: 75%;
	}

	.sticky_header_inner {
		padding: 7px 0 7px;
	}
}