.subpage_banner {
	background: #EFEFEF;
	position: relative;
	display: block;
	z-index: 0;
	text-align: center;
	padding: 3rem 0;
	padding-top: 175px;
}

.subpage_banner:before {
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../subimages/subbanner_bg.jpg);
	background-size: cover;
	mix-blend-mode: luminosity;
	opacity: 0.18;
	background-attachment: fixed;
}

.subpage_banner h1 {
	font-size: 55px;
	font-weight: 400;
	color: #005AAA;
	margin-bottom: 0;
	white-space: pre-line;
}

.subpage_banner ol.breadcrumb {
	justify-content: center;
	padding: 15px 0 10px;
}

.subpage_banner ol.breadcrumb li.breadcrumb-item {
	font-weight: 600;
	color: #444444;
}

.subpage_banner ol.breadcrumb li.breadcrumb-item+li.breadcrumb-item:before {
	background: #dd1f28;
	content: '';
	width: 13px;
	height: 2px;
	top: 50%;
	position: relative;
	transform: translateY(-50%);
	margin: 0 0.5rem 0 0;
	padding: 0;
}

/**************** CONTACT US PAGE ****************/
.contact_details {
	display: block;
	position: relative;
	padding: 75px 65px;
	border: 5px solid rgb(0 90 170 / 11%);
	height: 100%;
}

.contact_details ul {
	display: flex;
	gap: 25px;
	flex-wrap: wrap;
}

.contact_details ul li:first-child {
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid #efefef;
}

.contact_details ul li+li {
	width: 48%;
}

.contact_details ul li > strong {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 3px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #dd1f28;
}

.contact_details ul li p, .contact_details ul li a {
	color: #444444;
	font-size: 18px;
	font-weight: 500;
	white-space: pre-line;
}

.contact_details ul li a {
	display: block;
}

.contact_details .contact_map {
	display: block;
	padding: 10px;
	background: #ffffff;
	box-shadow: 0px 5px 30px 5px rgb(0 0 0 / 9%);
}

.contact_details .contact_map iframe {
	display: block;
	width: 100%;
	height: 450px;
}

/**************** COMPANY PAGE ****************/
.aboutus_scssn {
	position: relative;
	display: block;
	z-index: 0;
}

.aboutus_scssn .about_img img {
	width: 100%;
}

/*Capibilities scssn*/
.capabilities_scssn {
	background: #006FD1;
	position: relative;
	display: block;
	z-index: 0;
	padding-bottom: 120px;
}

.capabilities_scssn:before {
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/product_sup_bg.jpg);
	background-size: cover;
	mix-blend-mode: multiply;
	opacity: 0.45;
}

.capabilities_scssn .capabilities_content {
	display: block;
	padding: 5rem 0 0px 0;
}

.capabilities_scssn .capabilities_content p {
	color: rgb(255 255 255 / 65%);
}

.capabilities_scssn .capa_img {
	margin-top: -70px;
	display: block;
	position: relative;
}

.capabilities_scssn .capa_img img {
	box-shadow: 5px 5px 50px 0px rgb(0 0 0 / 20%);
	height: 550px;
	object-fit: cover;
}

/*why page scssn*/
.why_pace_scssn {
	display: block;
	position: relative;
	padding-bottom: 160px;
}

.why_pace_scssn .title2 {
	position: sticky;
	top: 0
}

.why_pace_scssn .why_pace_block {
	display: block;
	position: relative;
	max-width: 1700px;
	width: 85%;
	margin: 0 auto;
	background: rgb(0 90 170 / 11%);
	border-radius: 50px;
	padding: 4.5rem 5%;
}

.accordion#why_pace_accordion {
	width: 100%;
	justify-content: space-between;
	border: none;
	background: transparent;
	border-radius: 0;
}

.accordion#why_pace_accordion .accordion-item {
	padding: 10px 0px;
	background: transparent;
	border: none;
	border-radius: 0;
}

.accordion#why_pace_accordion .accordion-item .accordion-button {
	border: none;
	border-radius: 0;
	background: transparent;
	font-weight: 700;
	font-size: 20px;
	color: #444444;
	box-shadow: none;
	padding: 0;
	letter-spacing: 0;
	padding: 15px 3px 15px 3px;
	border: none;
	margin: 0;
	transition: 0.5s all;
}

.accordion#why_pace_accordion .accordion-item .accordion-button::after {
	width: 1rem;
	height: 1rem;
	background-size: contain;
}

.accordion#why_pace_accordion .accordion-item .accordion-collapse .accordion-body {
	padding: 10px 5px 0;
	padding-bottom: 25px;
}

.accordion#why_pace_accordion .accordion-item+.accordion-item {
	border-top: 1px solid rgb(0 100 189 / 21%);
}

.accordion#why_pace_accordion .accordion-item .accordion-button[aria-expanded="true"] {
	color: #005aaa;
	padding-bottom: 5px;
}

/*Milestones*/
.milestone_box {
	display: block;
	position: relative;
	padding: 45px 15px;
}

.milestone_box+.milestone_box {
	border-top: 2px solid rgb(0 90 170 / 11%);
}

.milestone_box h5 {
	font-weight: 300;
	font-size: 35px;
	color: #005aaa;
}

.milestone_box ul li {
	font-size: 20px;
	position: relative;
	padding: 8px 0 8px 10px;
	font-weight: 400
}

.milestone_box ul li:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 20px;
	height: 20px;
	background: rgb(221 31 40 / 11%);
	border-radius: 50px;
	z-index: -1;
}

/**************** Downloads ****************/
.catalogue_box {
	position: relative;
	display: block;
	padding: 10px;
	border-bottom: 1px solid rgb(204 204 204 / 40%);
	height: 100%;
}

.catalogue_box a {
	display: block;
	position: relative;
	color: unset;
}

.catalogue_box a .catalogue_img {
	transition: all 0.2s;
	box-shadow: 5px 5px 30px -2px hsl(0deg 0% 0% / 15%);
	border: 1px solid rgb(0 0 0 / 20%);
	position: relative;
	overflow: hidden;
}

.catalogue_box a .catalogue_img:before {
	content: '\f1c1';
	position: absolute;
	left: 50%;
	top: 40%;
	transform: translate(-50%, -50%) scale(1);
	font-family: 'FontAwesome';
	color: #ffffff;
	font-size: 35px;
	transition: 0.4s all;
	opacity: 0;
	z-index: 1;
}

.catalogue_box a .catalogue_img:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: #000000;
	width: 100%;
	height: 100%;
	opacity: 0.1;
	transition: 0.4s all;
}

.catalogue_box a:hover .catalogue_img:before {
	top: 50%;
	opacity: 0.75;
	transform: translate(-50%, -50%) scale(1.3);
}

.catalogue_box a:hover .catalogue_img:after {
	opacity: 0.65;
}

.catalogue_box a .catalogue_img img {
	transform: scale(1);
	transition: 0.4s all;
	height: 400px;
	object-fit: cover;
	width: 100%;
}

.catalogue_box a .catalogue_title {
	padding: 20px 10px 10px 10px;
	text-align: center;
}

.catalogue_box a .catalogue_title h4 {
	font-size: 17px;
	font-weight: 600;
	transition: 0.4s all;
	margin: 0;
}

.catalogue_box a:hover .catalogue_img img {
	transform: scale(1.1);
	width: 100%;
	object-fit: cover;
}

.catalogue_box a:hover .catalogue_title h4 {
	color: #005aaa;
}

/**************** News & Events ****************/
.news_events_page .news_box {
	display: block;
	position: relative;
}

.news_events_page .news_box .new_img {
	position: relative;
	z-index: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1.1;
	background: #F0F0F0;
	padding: 30px;
	height: 100%;
	width: 100%;
}

.news_events_page .news_box .new_img:before {
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/news_bg.jpg);
	background-size: cover;
	mix-blend-mode: darken;
	opacity: 0.35;
}

.news_events_page .news_box .new_img img {
	max-height: 150px;
}

.news_events_page .news_box .news_content_block {
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
	padding: 60px 15px 25px 25px;
}

.news_events_page .news_box .news_content_block ul {
	position: absolute;
	top: 0;
	display: flex;
	justify-content: space-between;
	width: 100%;
	left: 0;
	border-top: 1px solid #cccccc;
	padding: 15px 15px 15px 25px;
	align-items: center;
}

.news_events_page .news_box .news_content_block ul li {
	font-size: 15px;
	font-weight: 500;
}

.news_events_page .news_box .news_content_block ul li span.upcomming {
	padding: 5px 13px;
	background: #0068C3;
	font-size: 11px;
	color: #ffffff;
	border-radius: 50px;
	font-weight: 600;
	display: block;
}

.news_events_page .news_box .news_content_block .news_content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.news_events_page .news_box .news_content_block .news_content .news_title h4 {
	font-size: 24px;
	margin-bottom: 15px;
	color: #005aaa;
}

.news_events_page .news_box .news_content_block .news_content .news_title strong {
	font-size: 16px;
}

.news_events_page .news_box .news_content_block .news_content p {
	font-size: 16px;
	font-weight: 600;
	padding-top: 35px;
}

.news_events_page .news_box .news_content_block .news_content p span {
	display: block;
	font-size: 15px;
	font-weight: 700;
	color: #333333;
	text-transform: uppercase;
}

.events-gallery .events-img-box {
	display: block;
	position: relative;
	z-index: 0;
	text-align: center;
	/* padding: 20px 20px 30px; */
	/* background: rgb(197 197 197 / 31%); */
	height: 100%;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.news_date_venue ul.news-detail-list {
	display: flex;
	margin-bottom: 25px;
	flex-wrap: wrap;
}

.news_date_venue ul.news-detail-list li {
	display: flex;
	gap: 8px;
	align-items: center;
	font-size: 15px;
	font-weight: 600;
	padding: 0 15px;
}

/*.news_date_venue ul.news-detail-list li::before {
	content: '';
	height: 0;
	width: 0;
}*/

.news_date_venue ul.news-detail-list li img {
	width: 26px;
	height: 26px;
}

.news_date_venue ul.news-detail-list li+li {
	border-left: 1px solid rgb(0 90 170 / 40%);
}

.news_date_venue ul.news-detail-list li:first-child {
	padding-left: 0;
}

/**************** Global Market ****************/
.global_market_scssn {
	display: block;
	position: relative;
	padding: 0px 50px;
}

.global_market_scssn .global_market_content {
	position: relative;
	display: block;
	margin: 0 auto;
}

.global_market_scssn .global_market_content p {
	font-size: 35px;
	font-weight: 400;
	color: #005AAA;
	margin-bottom: 0;
	line-height: 1.4;
	white-space: pre-line;
}

.global_market_scssn .map_img {
	text-align: center;
	width: 1011px;
	position: relative;
	margin: 0 auto;
	width: 1335px;
	padding: 100px 0 70px 0;
}

.global_market_scssn .map_img img {
	margin: 0 auto;
}

.map_list li {
	position: absolute;
	width: 22px;
	height: 40px;
}

.map_list li:before {
	content: '';
	position: absolute;
	content: "";
	border: 2px dashed #7c7c7c;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.map_list li span, .map_list li strong {
	font-size: 13px;
	color: #444444;
	font-weight: 700;
	letter-spacing: 0.5px;
	background: #ffffff94;
	border: 1px solid #7c7c7cc2;
	border-radius: 5px;
	padding: 4px 12px;
	margin: 0;
	transition: 0.4s all;
	position: relative;
	z-index: 1;
}

.map_list li:after {
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	background: #dd1f28;
	border-radius: 50px;
	z-index: 1;
	transition: 0.4s all;
	transform: scale(1);
}

.map_list li:hover:after {
	background: #333333;
	transform: scale(1.5);
}

.map_list li:hover span, .map_list li:hover strong {
	color: #ffffff;
	border-color: #005aaa;
	background: #005aaa;
}

.map_list li.usa {
	top: 130px;
	left: 180px;
}

.map_list li.usa:before {
	border-left: 0;
	border-bottom: 0;
	right: -7px;
	top: 27px;
	height: 110px;
	width: 2px;
}

.map_list li.usa:after {
	bottom: -104px;
	left: 24px;
}

.map_list li.uk {
	top: 65px;
	left: 588px;
}

.map_list li.uk:before {
	border-left: 0;
	border-bottom: 0;
	right: -2px;
	top: 27px;
	height: 192px;
	width: 2px;
}

.map_list li.uk:after {
	bottom: -184px;
	left: 19px;
}

.map_list li.ukraine {
	top: 70px;
	right: 610px;
}

.map_list li.ukraine:before {
	border-left: 0;
	border-bottom: 0;
	right: -18px;
	top: 27px;
	height: 225px;
	width: 2px;
}

.map_list li.ukraine:after {
	bottom: -217px;
	left: 35px;
}

.map_list li.qatar {
	bottom: 59px;
	right: 594px;
}

.map_list li.qatar:before {
	border-left: 0;
	border-top: 0;
	right: -74px;
	bottom: 25px;
	height: 362px;
	width: 32px;
}

.map_list li.qatar:after {
	bottom: 383px;
	left: 91px;
}

.map_list li.netherlands {
	top: 105px;
	left: 463px;
}

.map_list li.netherlands:before {
	border-left: 0;
	border-bottom: 0;
	right: -159px;
	top: 14px;
	height: 190px;
	width: 72px;
}

.map_list li.netherlands:after {
	bottom: -169px;
	left: 176px;
}

.map_list li.senegal {
	top: 235px;
	left: 457px;
}

.map_list li.senegal:before {
	border-left: 0;
	border-bottom: 0;
	left: 80px;
	top: 13px;
	height: 219px;
	width; width: 32px;
}

.map_list li.senegal:after {
	bottom: -196px;
	left: 107px;
}

.map_list li.ivory_coast {
	top: 181px;
	left: 427px;
	width: 105px;
}

.map_list li.ivory_coast:before {
	border-left: 0;
	border-bottom: 0;
	right: -71px;
	top: 12px;
	height: 300px;
	width: 73px;
}

.map_list li.ivory_coast:after {
	bottom: -277px;
	left: 171px;
}

.map_list li.algeria {
	bottom: 440px;
	left: 290px;
}

.map_list li.algeria:before {
	border-left: 0;
	border-top: 0;
	left: 73px;
	bottom: 25px;
	height: 2px;
	width: 279px;
}

.map_list li.algeria:after {
	bottom: 22px;
	left: 350px;
}

.map_list li.mali {
	bottom: 391px;
	left: 242px;
}

.map_list li.mali:before {
	border-left: 0;
	border-top: 0;
	left: 53px;
	bottom: 25px;
	height: 2px;
	width: 321px;
}

.map_list li.mali:after {
	bottom: 22px;
	left: 372px;
}

.map_list li.nigeria {
	bottom: 157px;
	left: 537px;
}

.map_list li.nigeria:before {
	border-left: 0;
	border-top: 0;
	right: -95px;
	bottom: 26px;
	height: 195px;
	width: 42px;
}

.map_list li.nigeria:after {
	bottom: 219px;
	left: 112px;
}

.map_list li.south_africa {
	bottom: 220px;
	left: 466px;
	width: 112px;
}

.map_list li.south_africa:before {
	border-left: 0;
	border-bottom: 0;
	left: 111px;
	top: 12px;
	height: 30px;
	width: 132px;
}

.map_list li.south_africa:after {
	bottom: -6px;
	left: 238px;
}

.map_list li.zambia {
	bottom: 263px;
	left: 436px;
}

.map_list li.zambia:before {
	border-left: 0;
	border-bottom: 0;
	left: 76px;
	top: 13px;
	height: 2px;
	width: 202px;
}

.map_list li.zambia:after {
	bottom: 22px;
	left: 277px;
}

.map_list li.tanzania {
	bottom: 257px;
	left: 236px;
}

.map_list li.tanzania:before {
	border-right: 0;
	border-bottom: 0;
	left: 45px;
	top: -27px;
	height: 26px;
	width: 470px;
}

.map_list li.tanzania:after {
	bottom: 62px;
	left: 513px;
}

.map_list li.kenya {
	bottom: 98px;
	right: 696px;
}

.map_list li.kenya:before {
	border-left: 0;
	border-top: 0;
	right: -127px;
	bottom: 26px;
	height: 227px;
	width: 83px;
}

.map_list li.kenya:after {
	bottom: 251px;
	left: 144px;
}

.map_list li.madagascar {
	bottom: 118px;
	left: 450px;
}

.map_list li.madagascar:before {
	border-left: 0;
	border-top: 0;
	left: 107px;
	bottom: 27px;
	height: 122px;
	width: 240px;
}

.map_list li.madagascar:after {
	bottom: 146px;
	left: 342px;
}

.map_list li.uganda {
	bottom: 325px;
	left: 485px;
}

.map_list li.uganda:before {
	border-left: 0;
	border-bottom: 0;
	left: 76px;
	top: 12px;
	height: 2px;
	width: 183px;
}

.map_list li.uganda:after {
	bottom: 24px;
	left: 255px;
}

.map_list li.zimbabwe {
	bottom: 176px;
	left: 304px;
}

.map_list li.zimbabwe:before {
	border-right: 0;
	border-bottom: 0;
	left: 45px;
	bottom: 41px;
	height: 51px;
	width: 385px;
}

.map_list li.zimbabwe:after {
	bottom: 87px;
	left: 427px;
}

.map_list li.malaysia {
	bottom: 207px;
	right: 447px;
}

.map_list li.malaysia:before {
	border-left: 0;
	border-top: 0;
	left: 84px;
	bottom: 26px;
	height: 122px;
	width: 99px;
}

.map_list li.malaysia:after {
	bottom: 146px;
	left: 178px;
}

.map_list li.indonesia {
	bottom: 150px;
	right: 472px;
}

.map_list li.indonesia:before {
	border-left: 0;
	border-top: 0;
	left: 92px;
	bottom: 26px;
	height: 155px;
	width: 82px;
}

.map_list li.indonesia:after {
	bottom: 180px;
	left: 169px;
}

.map_list li.vietnam {
	bottom: 110px;
	right: 389px;
}

.map_list li.vietnam:before {
	border-left: 0;
	border-top: 0;
	left: 81px;
	bottom: 27px;
	height: 260px;
	width: 25px;
}

.map_list li.vietnam:after {
	bottom: 284px;
	left: 101px;
}

.map_list li.fiji {
	bottom: 200px;
	right: 38px;
}

.map_list li.fiji:before {
	border-left: 0;
	border-bottom: 0;
	right: -3px;
	bottom: 40px;
	height: 35px;
	width: 2px;
}

.map_list li.fiji:after {
	bottom: 71px;
	left: 20px;
}

.map_list li.thailand {
	bottom: 381px;
	right: 90px;
}

.map_list li.thailand:before {
	border-left: 0;
	border-bottom: 0;
	right: 22px;
	top: 12px;
	height: 2px;
	width: 221px;
}

.map_list li.thailand:after {
	bottom: 23px;
	left: -227px;
}

.map_list li.australia {
	bottom: 109px;
	right: 240px;
}

.map_list li.australia:before {
	border-left: 0;
	border-bottom: 0;
	right: -23px;
	bottom: 40px;
	height: 99px;
	width: 2px;
}

.map_list li.australia:after {
	bottom: 138px;
	left: 40px;
}

.map_list li.myanmar {
	bottom: 346px;
	right: 80px;
}

.map_list li.myanmar:before {
	border-right: 0;
	border-top: 0;
	right: 22px;
	bottom: 26px;
	height: 60px;
	width: 254px;
}

.map_list li.myanmar:after {
	bottom: 84px;
	left: -257px;
}

.map_list li.nepal {
	top: 400px;
	right: 60px;
}

.map_list li.nepal:before {
	border-left: 0;
	border-bottom: 0;
	right: 21px;
	top: 13px;
	height: 2px;
	width: 314px;
}

.map_list li.nepal:after {
	bottom: 22px;
	left: -317px;
}

.map_list li.bangladesh {
	top: 352px;
	right: 131px;
}

.map_list li.bangladesh:before {
	border-right: 0;
	border-bottom: 0;
	right: 21px;
	top: 12px;
	height: 66px;
	width: 227px;
}

.map_list li.bangladesh:after {
	top: 73px;
	left: -229px;
}

.map_list li.sri_lanka {
	bottom: 284px;
	right: 361px;
	width: 90px;
}

.map_list li.sri_lanka:before {
	border-left: 0;
	border-bottom: 0;
	right: 45px;
	bottom: 40px;
	height: 50px;
	width: 2px;
}

.map_list li.sri_lanka:after {
	bottom: 88px;
	left: 40px;
}

.map_list li.pakistan {
	top: 290px;
	right: 102px;
}

.map_list li.pakistan:before {
	border-right: 0;
	border-bottom: 0;
	right: 21px;
	top: 12px;
	height: 100px;
	width: 324px;
}

.map_list li.pakistan:after {
	bottom: -78px;
	left: -326px;
}

.map_list li.dubai {
	top: 356px;
	left: 433px;
}

.map_list li.dubai:before {
	border-left: 0;
	border-bottom: 0;
	left: 64px;
	top: 12px;
	height: 54px;
	width: 333px;
}

.map_list li.dubai:after {
	bottom: -34px;
	left: 392px;
}

.map_list li.iraq {
	top: 107px;
	right: 558px;
}

.map_list li.iraq:before {
	border-left: 0;
	border-bottom: 0;
	right: -7px;
	top: 27px;
	height: 254px;
	width: 2px;
}

.map_list li.iraq:after {
	bottom: -247px;
	left: 24px;
}

.map_list li.egypt {
	top: 313px;
	left: 460px;
}

.map_list li.egypt:before {
	border-left: 0;
	border-bottom: 0;
	left: 64px;
	top: 12px;
	height: 85px;
	width: 205px;
}

.map_list li.egypt:after {
	bottom: -63px;
	left: 264px;
}

.map_list li.saudi_arabia {
	top: 467px;
	left: 300px;
	width: 114px;
}

.map_list li.saudi_arabia:before {
	border-left: 0;
	border-top: 0;
	left: 111px;
	bottom: 26px;
	height: 55px;
	width: 375px;
}

.map_list li.saudi_arabia:after {
	bottom: 79px;
	left: 481px;
}

/**************** Industries ****************/
.industries_page .industries_box {
	display: block;
	position: relative;
	z-index: 0;
	padding: 20px 20px 30px;
	background: rgb(197 197 197 / 31%);
	height: 100%;
	border: 1px solid #005aaa00;
	transition: 0.5s all;
}

.industries_page .industries_box:hover {
	background: transparent;
}

.industries_page .industries_box:before {
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/product_sup_bg.jpg);
	background-size: cover;
	mix-blend-mode: multiply;
	opacity: 0.35;
	transition: 0.5s all;
}

.industries_page .industries_box .industries_img {
	padding: 5px 5px 15px;
}

.industries_page .industries_box .industries_img img {
	aspect-ratio: 1/0.5;
	object-fit: cover;
}

.industries_page .industries_box h4 {
	padding-top: 10px;
	font-size: 26px;
	margin-bottom: 10px;
	font-weight: 600;
	color: #444444;
	padding-bottom: 15px;
	border-bottom: 1px solid rgb(204, 204, 204);
}

.industries_page .industries_box h6 {
	color: #005aaa;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	margin-top: 15px;
	letter-spacing: 0.3px;
}

.industries_page .industries_box ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0 10px 0;
}

.industries_page .industries_box ul li+li:before {
	content: '|';
	margin: 0 12px;
}

.industries_page .industries_box ul li a:hover {
	color: #dd1f28;
}

/**************** Product Page ****************/
.product_box {
	border: 2px solid rgb(0 90 170 / 11%);
	position: relative;
	display: block;
	padding: 30px 0px;
	height: 100%;
}

.product_box .product_caption {
	padding: 35px 20px 35px 0;
	display: flex;
	position: relative;
	border-left: 1px solid rgb(204 204 204 / 53%);
	padding-left: 25px;
	height: 100%;
	flex-direction: column;
	justify-content: center;
}

.product_box .product_caption h5 {
	font-size: 28px;
	font-weight: 600;
	color: #444444;
	margin-bottom: 15px;
	white-space: pre-line;
}

.product_box .product_caption p {
	color: #dd1f28;
	font-weight: 600;
	font-size: 17px;
}

.product_box .product_img {
	position: relative;
	display: block;
	z-index: 0;
	padding: 0 20px;
}

.product_box .product_img:before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 140px;
	background: rgb(228 228 228 / 54%);
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}

.product_box .product_img img {
	filter: drop-shadow(4px 4px 20px rgba(0,0,0,0.25));
}

/**************** Product details page ****************/
.product_overview_scssn {
	display: block;
	position: relative;
	overflow-x: hidden;
	padding-top: 100px;
	padding-bottom: 3rem
}

.product_overview_scssn .product_img {
	position: relative;
	display: block;
	text-align: center;
	padding: 1rem 0 0 0;
	margin-top: -65px
}

.product_overview_scssn .product_img:before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 83%;
	border: 5px solid rgb(228 228 228 / 54%);
	bottom: 0;
	z-index: -1;
}

.product_overview_scssn .product_img:after {
	content: '';
	position: absolute;
	width: calc(100% - 15%);
	height: 10px;
	top: 17%;
	left: 50%;
	transform: translateX(-50%);
	background: #ffffff;
	z-index: -1;
}

.product_overview_scssn .product_img img {
	filter: drop-shadow(10px 10px 20px rgba(0,0,0,0.35));
	max-height: 500px
}

.product_overview_scssn .product_overview h4 {
	font-size: 20px;
	font-weight: 600;
	color: #444444;
	margin-bottom: 10px;
}

.pro_content_scssn {
	display: block;
	position: relative;
	background: #F0F0F0;
}

.pro_content_scssn .pro_content_block {
	display: block;
	position: relative;
	max-width: 1700px;
	width: calc(100% - 100px);
	margin: 0 auto;
}

.pro_content_scssn .pro_content_block .pro_content_tabs {
	position: sticky;
	top: 13%;
}

.pro_content_scssn .pro_content_block .pro_content_tabs ul li+li {
	padding: 12px 0 0 0;
}

.pro_content_scssn .pro_content_block .pro_content_tabs ul li a {
	position: relative;
	opacity: 0.45;
	display: block;
	font-size: 30px;
	color: #005aaa;
	font-weight: 600;
	line-height: 1.4;
}

.pro_content_scssn .pro_content_block .pro_content_tabs ul li a:after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 1px;
	width: 50%;
	background: #dd1f28;
	left: 0;
	opacity: 0;
	-webkit-transition: 0.5s cubic-bezier(0.9, 0.2, 0.39, 0.97);
	-moz-transition: 0.5s cubic-bezier(0.9, 0.2, 0.39, 0.97);
	-o-transition: 0.5s cubic-bezier(0.9, 0.2, 0.39, 0.97);
	transition: 0.5s cubic-bezier(0.9, 0.2, 0.39, 0.97);
}

.pro_content_scssn .pro_content_block .pro_content_tabs ul li a.active {
	opacity: 1;
}

.pro_content_scssn .pro_content_block .pro_content_tabs ul li a.active:after {
	width: 100%;
	opacity: 1;
}

.pro_content_scssn .pro_content_block .pro_content {
	padding: 2rem 0;
}

.pro_content_scssn .pro_content_block .pro_content .heading {
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
}

.pro_content_scssn .pro_content_block .pro_content .heading h3 {
	padding-bottom: 0;
	font-size: 30px;
	color: #005aaa;
	font-weight: 600;
	width: 100%;
	margin: 0;
}

.pro_content_scssn .pro_content_block #key_benefits .content_box {
	margin-top: 16px;
}

.pro_content_scssn .pro_content_block #key_benefits .content_box h5 {
	font-size: 19px;
	font-weight: 600;
	color: #444444;
}

.pro_content_scssn .pro_content_block .applications_slider {
	padding: 2px;
}

.pro_content_scssn .pro_content_block .applications_box {
	display: block;
	position: relative;
	z-index: 0;
	text-align: center;
	padding: 15px 15px 25px;
	border: 1px solid rgb(197 197 197 / 85%);
	height: 100%;
	background: transparent;
	margin-bottom: 5px;
}

.pro_content_scssn .pro_content_block .applications_box:before {
	display: none;
}

.pro_content_scssn .pro_content_block .applications_box .applications_img {
	padding: 5px 5px 15px;
}

.pro_content_scssn .pro_content_block .applications_box h4 {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid rgb(204, 204, 204);
	font-size: 18px;
	margin-bottom: 0;
	font-weight: 600;
	color: #444444;
	white-space: pre-line;
}

.pro_content_scssn .pro_content_block .product_detail_table {
	display: block;
	position: relative;
	padding: 25px;
	border: 1px solid #cccccc;
}

.pro_content_scssn .pro_content_block .product_detail_table tbody tr:nth-child(odd)>* {
	--bs-table-striped-color: transparent !important;
	--bs-table-bg-type: rgb(255 255 255) !important;
}

.pro_content_scssn .pro_content_block .product_detail_table table thead tr th {
	padding: 20px 30px 20px 20px;
	font-size: 17px;
	color: #333333;
	font-weight: 700;
	border: 1px solid #cccccc;
	text-align: left;
	background: rgb(209 225 241);
	line-height: 22px;
	width: 450px;
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	box-shadow: none;
}

.pro_content_scssn .pro_content_block .product_detail_table table tbody tr th, .pro_content_scssn .pro_content_block .product_detail_table table tbody tr td {
	padding: 10px 20px;
	font-size: 15px;
	color: #444;
	border: 1px solid rgb(203 203 203);
	white-space: pre-line;
	vertical-align: middle;
	text-align: left;
	background: rgb(250 251 252);
	width: 22%;
}

.pro_content_scssn .pro_content_block .product_detail_table table tbody tr td:first-child {
	font-weight: 600;
	width: 40%;
}

.product_inquiry_scssn {
	background: #005aaa;
	position: relative;
	display: block;
	z-index: 0;
}

.product_inquiry_scssn:before {
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/product_sup_bg.jpg);
	background-size: cover;
	mix-blend-mode: multiply;
	background-attachment: fixed;
	opacity: 0.45;
}

.product_inquiry_scssn h6 {
	font-size: 25px;
	color: rgba(255, 255, 255, 0.85);
	margin: 0 auto;
	font-weight: 400;
	margin-bottom: 30px;
	white-space: pre-line;
	max-width: 1200px;
	width: 95%;
	line-height: 1.45;
}

.product_inquiry_scssn h6 strong {
	font-weight: 600;
	color: #ffffff
}

.product_inquiry_scssn .bdr_button {
	font-size: 17px;
	font-weight: 600
}

.product_inquiry_scssn .bdr_button:hover {
	color: #ffffff;
	border-color: #ffffff;
}

.bg_button {
	padding: 14px 24px;
	position: relative;
	z-index: 0;
	border: 2px solid #ffffff;
	display: inline-block;
	color: #ffffff;
	transition: 0.4s all;
}

.bg_button:before, .bg_button:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 52%;
	background: #dd1f28;
	z-index: -1;
	transition: 0.4s all;
}

.bg_button:after {
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
}

.bg_button:hover:before, .bg_button:hover:after {
	width: 100%;
}

.bg_button:hover {
	color: #ffffff;
	border-color: #dd1f28;
}

.sustain_img img {
	box-shadow: 10px 10px 50px 0px rgb(0 0 0 / 30%);
	height: 550px;
	object-fit: cover;
}

.other_pages {
    position: fixed;
    height: auto;
    width: auto;
    position: fixed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    right: -2px;
    top: 50%;
    z-index: 48;
    padding-right: 0;
    transform: translateY(-50%);
}

.other_pages ul {
	width: 0px;
	font-weight: 700;
	color: #000;
	transition: all ease-in-out 0.3s;
	position: relative;
	background: transparent;
	box-shadow: -10px 0px 30px -20px rgb(0 0 0 / 30%);
	display: block !important;
	height: auto !important;
	border: 1px solid rgb(213 213 213);
}

.other_pages ul:before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(255 255 255 / 80%);
	backdrop-filter: blur(5px) brightness(1);
	opacity: 0;
	transition: 0.4s all;
}

.other_pages ul li {
	width: 100%;
	border-bottom: none;
	overflow: hidden;
	position: relative;
	transition: height ease-in-out 0.3s 0.3s;
	padding-right: 0;
	z-index: 1;
}

.other_pages ul li+li {
	border-top: 1px solid rgb(227 227 227);
}

.other_pages ul li a {
	width: 100%;
	color: #444444;
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.2px;
	padding: 18px 25px 18px 20px;
	white-space: nowrap;
}

.other_pages li:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 0%;
	background: rgb(0 90 170 / 9%);
	z-index: -1;
	opacity: 0;
	transition: all ease-out 0.3s;
}

.other_pages li:hover:before, .other_pages li.active:before {
	width: 100%;
	opacity: 1;
}

.other_pages ul li.active a, .other_pages ul li:hover a {
	color: rgb(0 90 170 / 100%);
}

.other_pages ul.result_hover {
	width: 250px;
	transition: width ease-in-out 0.3s 0.3s;
	display: block !important;
	height: auto !important;
}

.other_pages ul.result_hover:before {
	opacity: 1;
}

.other_page_toggle {
	width: 45px;
	height: 45px;
}

.other_page_toggle a.page_toggle {
	width: 45px;
	border-radius: 10px 0px 0px 10px;
	height: 45px;
	background: #005aaa;
	display: block;
}

.other_page_toggle .page_toggle span {
	position: relative;
	height: 100%;
	width: 100%;
	display: inline-block;
	transition: background 0.3s;
}

.other_page_toggle .page_toggle span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0px);
	height: 5px;
	width: 5px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: -10px -10px 0 0 #fff, 0px -10px 0 0 #fff, 10px -10px 0 0 #fff, -10px 0px 0 0 #fff, 10px 0px 0 0 #fff, -10px 10px 0 0 #fff, 0px 10px 0 0 #fff, 10px 10px 0 0 #fff;
	transition: 0.4s all;
}

.other_pages .page_toggle.show span:after {
	box-shadow: -10px -10px 0 0 #fff, 5px -5px 0 0 #fff, 10px -10px 0 0 #fff, -5px -5px 0 0 #fff, 5px 5px 0 0 #fff, -10px 10px 0 0 #fff, -5px 5px 0 0 #fff, 10px 10px 0 0 #fff;
	width: 4px;
	height: 4px;
}

/*accessories*/
.acces_box {
	border: 2px solid rgb(0 90 170 / 11%);
	position: relative;
	display: block;
	padding: 30px 0px;
	height: 100%;
}

.acces_box+.acces_box {
	margin-top: 30px;
}

.acces_box .acces_img {
	position: sticky;
	top: 80px;
	display: block;
	z-index: 0;
	padding: 0 20px;
	border-right: 1px solid rgb(204 204 204 / 53%);
}

.acces_box .flex-md-row-reverse .acces_img {
	border-left: 1px solid rgb(204 204 204 / 53%);
}

.acces_box .acces_img:before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 140px;
	background: rgb(228 228 228 / 54%);
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}

.acces_box .acces_img img {
	filter: drop-shadow(4px 4px 20px rgba(0,0,0,0.15));
}

.acces_box .acces_content {
	padding: 35px 15px 35px 35px;
	display: flex;
	position: relative;
	padding-left: 40px;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: start;
}

.acces_box .flex-md-row-reverse .acces_content {
	padding: 35px 35px 35px 35px;
}

.acces_box .acces_content h4 {
	font-weight: 600;
	font-size: 28px;
	color: #005aaa;
	margin-bottom: 15px;
}

.acces_box .acces_content ul {
	padding-bottom: 25px;
}

ul.arrow_list li,.pro_content_scssn .pro_content_block #key_benefits .content_box ul li {
	font-size: 16px;
	position: relative;
	padding: 5px 0 5px 28px;
	font-weight: 500;
}

ul.arrow_list li::before, .pro_content_scssn .pro_content_block #key_benefits .content_box ul li:before {
	content: '';
	position: absolute;
	left: 0;
	width: 19px;
	top: 9px;
	height: 18px;
	background: url(../images/arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80%;
}

/* Job Openings page */
.career-listing .career-listing-box {
	border: 2px solid rgb(0 90 170 / 11%);
	padding: 32px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.career-listing .career-listing-box > span {
	font-family: "Figtree", sans-serif;
	text-transform: uppercase;
	margin-bottom: 20px;
	letter-spacing: 0.3px;
	padding: 5px 13px;
	background: #0068C3;
	font-size: 12px;
	color: #ffffff;
	border-radius: 50px;
	font-weight: 600;
	display: block;
}

.career-listing .career-listing-box > h2 {
	font-size: 28px;
	font-weight: 600;
	color: #444;
}

.career-listing .career-listing-box > p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
}

.job_content_modal .modal-body > ul {
	margin-bottom: 25px;
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.job_content_modal .modal-body > ul li {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	padding: 0 3px;
	font-weight: 600;
	color: #444;
	border-radius: 4px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	border: 1px solid #b4b4b4;
	border-radius: 6px;
	padding: 4px 12px;
}

.job_content_modal .modal-body > ul li strong {
	color: #444;
	font-weight: 700;
}

.job_content_modal .job-details > h5 {
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
	color: #005baa;
	letter-spacing: 1.1px;
	margin-bottom: 10px;
}

.job_content_modal .job-details > ol {
	list-style-type: decimal-leading-zero;
	counter-reset: items;
}

.job_content_modal .job-details > ol > li {
	counter-increment: items;
}

.job_content_modal .job-details > ol > li::before {
	content: counter(items, decimal-leading-zero) ".";
	position: absolute;
	left: 0;
	font-weight: 600;
	color: #005baa;
}

.job_content_modal .job-details > ul, .job_content_modal .job-details > ol {
	margin-bottom: 20px;
}

/* Join Our team page */
.common_form.common_form_light .form-group label {
	color: rgba(0, 0, 0, 0.54);
}

.common_form.common_form_light .form-group .form-control {
	border-color: rgba(0, 0, 0, 0.36);
	color: #000;
}

.common_form.common_form_light .form-group .form-control:focus, .common_form.common_form_light .form-group > .form-control:valid {
	border-color: #000;
}

.common_form.common_form_light .form-group .form-control:valid+label, .common_form.common_form_light .form-group .form-control:focus+label,.common_form_light .form-group.active label {
	color: #000000;
}

.common_form .form-group.upload_resume {
	text-align: center;
	padding: 30px 30px 20px 30px;
	cursor: pointer;
	border-radius: 6px;
	background: rgb(239 229 223 / 15%);
	position: relative;
	border: none;
	outline: 2px dashed rgb(255 255 255 / 36%);
	outline-offset: 4px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: calc(100% - 42px);
	margin: 0 auto;
}

.common_form .form-group.upload_resume input.file {
	width: 100%;
	position: absolute;
	left: 0;
	opacity: 0;
	height: 100%;
	top: 0;
	cursor: pointer;
}

.common_form .form-group.upload_resume span#fileName {
	display: block;
	height: 30px;
	font-size: 14px;
	margin: -10px 0 10px 0;
}

.common_form .form-group.upload_resume p {
	margin: 0;
	font-size: 13px;
	font-weight: 700;
	color: rgb(255 255 255 / 70%);
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.common_form.common_form_light .form-group.upload_resume {
	outline-color: rgb(0 0 0 / 36%);
	background: rgb(0 0 0 / 6%);
}

.common_form.common_form_light .form-group.upload_resume p {
	color: rgb(0 0 0 / 70%);
}

.common_form.common_form_light .form-group.upload_resume span#fileName {
	color: #005aaa;
}

.career-form {
	position: relative;
}

.career-form:before {
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 80%;
	background-image: url(../images/product_sup_bg.jpg);
	background-size: cover;
	background-blend-mode: multiply;
	background-color: #005aaa;
	backdrop-filter: opacity(0.45);
}

.career-form-inr {
	width: calc(100% - 35px);
	margin: 0 auto;
	background: #ffffff;
	box-shadow: 0px 20px 70px 0px rgb(0 0 0 / 9%);
	outline: 3px solid #ffffff;
	outline-offset: 15px;
}

.contact_button .submit_button.light:hover {
	color: #dd1f28;
}

.pro_content .pouch_type {
	padding: 30px 20px;
	text-align: center;
	position: relative;
	border: 1px solid rgb(197 197 197 / 85%);
	z-index: 0;
}
/* .pro_content .pouch_type img{
	padding: 20px!important;
} */
.pro_content .pouch_type:before {
	content: '';
	position: absolute;
	background: #ffffff;
	inset: 10px;
	z-index: -1;
}

.pro_content .pouch_type img {
	filter: drop-shadow(rgba(0,0,0,0.08) 15px 15px 10px);
}

.pro_content .pouch_type h5 {
	font-size: 16px;
	font-weight: 700;
	white-space: pre-line;
	line-height: 1.45;
	margin: 0;
}

.thank_box {
	text-align: center;
	padding: 8vh 0;
}

.thank_box.error_box {
	padding: 6vh 0;
}

.thank_box h2 {
	font-size: 12vh;
	font-weight: 300;
	color: #005aaa;
	text-shadow: 5px 5px 3px rgb(0 90 170 / 23%);
}

.thank_box.error_box h2 {
	font-size: 15vh
}

.thank_box.error_box h5 {
	font-size: 25px;
	font-weight: 600;
}

.thank_box p {
	font-weight: 400;
	font-size: 20px;
	margin: 15px auto 30px auto;
	max-width: 900px;
	width: 95%;
}

.thank_box .submit_button {
	padding: 12px 30px;
	position: relative;
	z-index: 0;
	border: 2px solid #dd1f28;
	display: inline-block;
	color: #ffffff;
	transition: 0.4s all;
	background: #dd1f28;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.thank_box .submit_button:hover {
	background: transparent;
	color: #dd1f28;
}

.product_img .swiper-slide {
	opacity: 0 !important;
	padding-bottom: 3rem;
}
.swiper-slide{
	display: flex;
	height: auto;
}
.product_img .swiper-slide.swiper-slide-active {
	opacity: 1 !important;
}

.product_img .custom_arrows {
	position: unset;
}

.product_img .custom_arrows .swiper-button-white {
	position: absolute;
	left: 0;
	top: 58%;
	opacity: 0;
	transform: translateY(-50%);
	margin: 0;
}

.product_img .custom_arrows .swiper-button-next.swiper-button-white {
	left: auto;
	right: 0;
}

.product_img:hover .custom_arrows .swiper-button-white {
	opacity: 1;
}





.event_sidebar {
	display: block;
	position: sticky;
	top: 120px;
	margin-bottom: 20px;
	z-index: 1;
	background: rgb(21 102 164 / 9%);
}
.event_sidebar h3 {
	border-bottom: 1px solid #cccccc;
	padding: 15px 15px 15px 15px;
	margin: 0;
	line-height: 1.1;
	font-size: 21px;
	font-weight: 600;
	color: #333333;
	text-align: left;
	width: 100%;
}
.event_sidebar ul {
	padding: 8px 13px 15px 13px;
	max-height: 330px;
	overflow-y: auto;
}
.event_sidebar ul li {
	padding: 12px 3px;
}
.event_sidebar ul li+li {
	border-top: 1px solid #d7d7d7;

}
.event_sidebar ul li a {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.event_sidebar ul li a img {
	max-width: 61px;
	height: 50px;
	width: 100%;
	object-fit: contain;
	top: 3px;
	position: relative;
	margin-right: 8px;
	background: #ffffff;
	padding: 2px;
	border: 1px solid rgb(0 0 0 / 15%);
}
.event_sidebar ul li a .news_info h5 {
	color: #444444;
	font-size: 14px;
	margin-bottom: 4px;
	font-weight: 600;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	padding-top: 3px;
}
.event_sidebar ul li a .news_info strong {
	font-size: 13px;
	margin-bottom: 5px;
	font-weight: 500;
	color: rgb(51 51 51 / 71%);
}

/*Support And Service Section Start*/
.service-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.ss_label.blue {
	background: #e5f4ff;
	color: #0073e6;
}

.service-info ul {
	list-style: none;
}
.service-info ul {
	margin-bottom: 0.8rem;
	background: transparent;
	padding: 0.8rem 1rem;
	border: 1px solid #efefef;
}
.service-info img {
	margin-right: 8px;
	width: 18px;
}
.service-info a {
	color: #444444;
	font-size: 18px;
	font-weight: 500;
	white-space: pre-line;
}





.service-info h5 {
	margin-bottom: 20px;
	font-weight: 700;
	display: block;
	text-transform: uppercase;
	font-size: 16px;
	color: #444444;
}
.service-info ul li h6 {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 3px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #dd1f28;
}
.suppo_ser_box .new_img {
	position: relative;
	width: 100%;
	height: 100%;
}
.suppo_ser_box .new_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.service-info .title2 h2 {
	font-size: 35px;
	/* margin-bottom: 15px; */
	/* color: #005aaa; */
	/* font-weight: 500; */
	/* line-height: 1.2; */
}
.suppo_ser_box{
	border: 2px solid rgb(0 90 170 / 11%);
	padding: 26px;
	height: 100%;
}
.suppo_ser_sec p {
	/* max-width: 1000px; */
	margin-bottom: 30px;
}
.service-info ul li{
	padding: 12px 8px;
}
/*Support And Service Section End*/