/*------------------------------------------------------------------
1. General
----------------------------------------------------------------*/
/*---------------------------
	Fonts
----------------------------*/
@import url("css2.css");
@font-face {
  font-family: "Roboto1";
  src: url("../fonts/Roboto-Light.ttf");
  font-style: normal;
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Roboto1";
  src: url("../fonts/Roboto-Regular.ttf");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Roboto1";
  src: url("../fonts/Roboto-Medium.ttf");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Roboto1";
  src: url("../fonts/Roboto-Bold.ttf");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}
body {
	font-family:/* "Roboto1","Noto Sans CJK SC", "Source Han Sans CN", */'微软雅黑',arial,sans-serif;
	color: #666;
	background: #fff;
	font-size: 15px;
	font-size: 1rem;
	overflow-x: hidden;
}
html {
	font-size: 15px;
}

:root {
	scroll-behavior: unset;
}
td {
    display: table-cell;
    vertical-align: inherit;
    border:none;
    padding:10px;
    box-sizing:border-box;
}
table {
    border-collapse: collapse;
    border-spacing: 2px;
    width:100%;
}
.flex{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.tab-pane tr td {
	padding:10px 15px!important;
    box-sizing: border-box!important;
    color: #53565a!important;
    font-size: 15px!important;
    background: #dadddd!important;
    transition:1s!important;
    border: 1px solid #fff!important;
}
.tab-pane tr:nth-child(2n+2) td {
    background: #f2f2f2!important;
}
* {
  scrollbar-width: none;
}
::-webkit-scrollbar {
    width: 7.5px;
    height: 6px;
    background-color: #f0f0f0;
    display: none
}
::-webkit-scrollbar-thumb {
    background-color: #b1b1b1;
    border-radius: 15px
}
::-webkit-scrollbar-thumb:hover {
    background-color: #777
}


@media (max-width: 767px) {
	body {
		font-size: 14px;
	}
}

p {
	font-size: 17px;
	color: #3F475E;
	line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1A284F;
	font-weight: 600;
}

ul {
	padding-left: 0;
	margin: 0;
}

a {
	text-decoration: none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
}

.sr-only {
	display: none !important;
	opacity: 0;
	visibility: hidden;
}

/* 1.2 Global Elements */
.page-wrapper {
	position: relative;
	overflow: hidden;
}

.wow {
	visibility: hidden;
}

.fi:before {
	margin: 0;
}

.section-padding {
	padding: 120px 0;
}

@media (max-width: 991px) {
	.section-padding {
		padding: 90px 0;
	}
}

@media (max-width: 767px) {
	.section-padding {
		padding: 20px 0;
	}
}

/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
	width: 100% !important;
	margin-top: 15px !important;
}

.contact-validation-active label.error {
	color: red;
	font-size: 0.93333rem;
	font-weight: normal;
	margin: 5px 0 0 0;
	text-align: left;
	display: block;
}

.contact-validation-active #c-loader,
.contact-validation-active #loader {
	display: none;
	margin-top: 10px;
}

.contact-validation-active #c-loader i,
.contact-validation-active #loader i {
	font-size: 30px;
	font-size: 2rem;
	color: #b21414;
	display: inline-block;
	-webkit-animation: rotating linear 2s infinite;
	animation: rotating linear 2s infinite;
}

.contact-validation-active #success,
.contact-validation-active #c-success,
.contact-validation-active #c-error,
.contact-validation-active #error {
	width: 100%;
	color: #fff;
	padding: 5px 10px;
	font-size: 16px;
	text-align: center;
	display: none;
}

@media (max-width: 767px) {
	.contact-validation-active #success,
  .contact-validation-active #c-success,
  .contact-validation-active #c-error,
  .contact-validation-active #error {
		font-size: 15px;
	}
}

.contact-validation-active #c-success,
.contact-validation-active #success {
	background-color: #009a00;
	border-left: 5px solid green;
	margin-bottom: 5px;
}

.contact-validation-active #c-error,
.contact-validation-active #error {
	background-color: #ff1a1a;
	border-left: 5px solid red;
}

@-webkit-keyframes rotating {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotating {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.rotating {
	-webkit-animation: rotating 5s alternate infinite;
	animation: rotating 5s alternate infinite;
}

/** for popup image ***/
.mfp-wrap {
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
	background: rgba(0, 0, 0, 0.9);
	z-index: 9999 !important;
}

.fancybox-wrap {
	z-index: 99999 !important;
}

@media screen and (min-width: 992px) {
	.site-header #navbar > ul .sub-menu.image-style {
		width: 1297px;
		z-index: 99;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-bottom: 0;
	}
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
	.site-header #navbar > ul .sub-menu.image-style {
		width: 1120px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.site-header #navbar > ul .sub-menu.image-style {
		width: 920px;
	}
}

@media screen and (min-width: 992px) {
	.site-header #navbar > ul .sub-menu.image-style li {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.site-header #navbar > ul .sub-menu.image-style li {
		-ms-flex-preferred-size: 33.33%;
		flex-basis: 33.33%;
	}
}

@media screen and (min-width: 992px) {
	.site-header #navbar > ul .sub-menu.image-style li a {
		position: relative;
		font-size: 16px;
	}

	.site-header #navbar > ul .sub-menu.image-style li a .inner {
		max-height: 450px;
		overflow: hidden;
		display: block;
		-webkit-box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
		box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
		margin-bottom: 35px;
		position: relative;
	}

	.site-header #navbar > ul .sub-menu.image-style li a .inner img {
		-webkit-transition: all 3s;
		transition: all 3s;
	}

	.site-header #navbar > ul .sub-menu.image-style li a .inner:before {
		position: absolute;
		left: 0;
		bottom: 0px;
		width: 100%;
		height: 80px;
		content: "";
		background: rgba(255, 255, 255, 0.5);
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
		z-index: 1;
	}

	.site-header #navbar > ul .sub-menu.image-style li a span {
		position: absolute;
		left: 50%;
		bottom: 65px;
		display: inline-block;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		background: #1A284F;
		color: #fff;
		padding: 8px 15px;
		z-index: 11;
		white-space: nowrap;
	}

	.site-header #navbar > ul .sub-menu.image-style li a:hover .inner img {
		-webkit-transform: translateY(calc(-100% + 480px));
		transform: translateY(calc(-100% + 480px));
	}

	.site-header #navbar > ul .sub-menu.image-style li a:after {
		display: none;
	}
}

@media (max-width: 991px) {
	.site-header #navbar > ul .sub-menu.image-style li a .inner {
		display: none;
	}
}

.industry-section-title,
.industry-section-title-s2 {
	margin-bottom: 35px;
	text-align: center;
}

@media (max-width: 767px) {
	.industry-section-title,
  .industry-section-title-s2 {
		margin-bottom: 20px;
	}
}

.industry-section-title h2,
.industry-section-title-s2 h2 {
	font-style: normal;
	font-weight: 500;
	font-size: 64px;
	line-height: 100.8%;
	letter-spacing: 0.01em;
	text-transform: capitalize;
	margin-bottom: 20px;
}

@media (max-width: 1399px) {
	.industry-section-title h2,
  .industry-section-title-s2 h2 {
		font-size: 60px;
		line-height: 70px;
	}
}

@media (max-width: 1199px) {
	.industry-section-title h2,
  .industry-section-title-s2 h2 {
		font-size: 50px;
		line-height: 60px;
	}
}

@media (max-width: 767px) {
	.industry-section-title h2,
  .industry-section-title-s2 h2 {
		font-size: 52px;
		line-height: 60px;
	}
}

@media (max-width: 575px) {
	.industry-section-title h2,
  .industry-section-title-s2 h2 {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 0px;
	}
}

@media (max-width: 375px) {
	.industry-section-title h2,
  .industry-section-title-s2 h2 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 0px;
	}
}

.industry-section-title span,
.industry-section-title-s2 span {
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.01em;
	text-transform: capitalize;
	padding-left: 15px;
	position: relative;
	display: inline-block;
	margin-bottom: 25px;
	background: #fff;
	z-index: 1;
	color: #b21414;
}

@media (max-width: 575px) {
	.industry-section-title span,
  .industry-section-title-s2 span {
		margin-bottom: 15px;
	}
}

.industry-section-title span:before,
.industry-section-title-s2 span:before {
	position: absolute;
	left: 0;
	top: -8px;
	height: 39px;
	width: 39px;
	content: "";
	border: 2px solid #b21414;
	z-index: -11;
}

@media (max-width: 575px) {
	.industry-section-title span:before,
  .industry-section-title-s2 span:before {
		left: 0;
		top: -2px;
		height: 30px;
	}
}

.industry-section-title span:after,
.industry-section-title-s2 span:after {
	position: absolute;
	left: 34px;
	top: 2px;
	height: 20px;
	width: 20px;
	content: "";
	background: #fff;
	z-index: -1;
}

.industry-section-title-s2 {
	text-align: left;
}

@media (max-width: 991px) {
	.industry-section-title-s2 {
		text-align: center;
	}
}

.industry-section-title-s2 span {
	background: #F5F9FB;
}

.industry-section-title-s2 span:after {
	background: #F5F9FB;
}

.industry-btn,
.industry-btn-s2 {
	color: #fff;
	display: inline-block;
	padding: 10px 25px 15px;
	background: #b21414;
	border-radius: 6px;
	text-transform: capitalize;
	-webkit-backface-visibility: hidden;
	z-index: 1;
	position: relative;
	font-weight: 600;
	letter-spacing: 0.01em;
	font-size: 16px;
	line-height: 27px;
	letter-spacing: 0.01em;
	border-radius: 0px;
	padding-right: 65px;
	border: 0;
}

.industry-btn:before,
.industry-btn-s2:before {
	position: absolute;
	left: -5px;
	top: -5px;
	width: 100%;
	height: 100%;
	content: "";
	border: 2px solid #1A284F;
}
.header-right .industry-btn:before{
	border: 2px solid #fff;
}
.industry-btn:after,
.industry-btn-s2:after {
	position: absolute;
	font-family: "themify";
	content: "\e649";
	top: 10px;
	right: 25px;
	border-left: 1px solid rgba(255, 255, 255, 0.59);
	padding-left: 8px;
}

.industry-btn:hover, .industry-btn:focus, .industry-btn:active,
.industry-btn-s2:hover,
.industry-btn-s2:focus,
.industry-btn-s2:active {
	background: #b21414;
	color: #fff;
}

@media (max-width: 991px) {
	.industry-btn,
  .industry-btn-s2 {
		font-size: 18px;
		font-size: 1.2rem;
	}
}

@media (max-width: 767px) {
	.industry-btn,
  .industry-btn-s2 {
		padding: 8px 18px 12px;
		padding-right: 60px;
		font-size: 14px;
	}

	.industry-btn:after,
  .industry-btn-s2:after {
		top: 8px;
		right: 20px;
		font-size: 10px;
	}
}

.industry-btn-s2 {
	background: #b21414;
}

.industry-btn-s2:hover {
	background: #d3000f;
}

.industry-btn-s2:before {
	border-color: #fff;
}

/*** back to top **/
.back-to-top {
	background: none repeat scroll #222222;
	opacity: 0.8;
	border: 1px solid #333333;
	border-radius: 2px;
	bottom: 21px;
	cursor: pointer;
	padding: 8px 15px;
	position: fixed;
	right: 20px;
	z-index: 50;
	height:50px;
	width:50px;
}

@media (max-width: 991px) {
	.back-to-top {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
}

.back-to-top:hover {
	background-color: #b21414;
}

.back-to-top i {
	font-size: 18px;
	font-size: 1.2rem;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.view-cart-btn {
	display: block;
	margin-top: 15px;
	border-radius: 5px;
	padding: 10px 45px;
	background: #b21414;
	color: #fff;
}

.view-cart-btn:after {
	display: none;
}

.view-cart-btn:before {
	display: none;
}

.view-cart-btn:hover {
	background-color: #d3000f;
	color: #fff;
}

.view-cart-btn.s1 {
	background: #ddd;
}

.view-cart-btn.s1:hover {
	background-color: #c9c9c9;
	color: #fff;
}

.form input,
.form textarea,
.form select {
	border-color: #bfbfbf;
	border-radius: 0;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #595959;
	font-style: normal;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
	border-color: #b21414;
	-webkit-box-shadow: 0 0 5px 0 #ff303f;
	-o-box-shadow: 0 0 5px 0 #ff303f;
	-ms-box-shadow: 0 0 5px 0 #ff303f;
	box-shadow: 0 0 5px 0 #ff303f;
}

.form ::-webkit-input-placeholder {
	font-style: 14px;
	font-style: italic;
	color: #595959;
}

.form :-moz-placeholder {
	font-style: 14px;
	font-style: italic;
	color: #595959;
}

.form ::-moz-placeholder {
	font-style: 14px;
	font-style: italic;
	color: #595959;
}

.form :-ms-input-placeholder {
	font-style: 14px;
	font-style: italic;
	color: #595959;
}

.form select {
	font-style: normal;
	background: url(../image/select-icon.png) no-repeat right center;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	cursor: pointer;
}

.form select::-ms-expand {
  /* for IE 11 */
	display: none;
}

.form ::-webkit-input-placeholder {
  /* Edge */
	font-style: normal;
}

.form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
	font-style: normal;
}

.form ::-ms-input-placeholder {
	font-style: normal;
}

.form ::placeholder {
	font-style: normal;
}

.social-links {
	overflow: hidden;
}

.social-links li {
	float: left;
	width: 35px;
	height: 35px;
	margin-right: 1px;
}

.social-links li a {
	background-color: #ff303f;
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: block;
	color: #fff;
	text-align: center;
}

.social-links li a:hover {
	background-color: #b21414;
}

.industry-page-title {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: 600px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 1;
}

@media (max-width: 767px) {
	.industry-page-title {
		min-height: 120px;
	}
}

.industry-page-title:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #001635;
	content: "";
	z-index: -1;
	opacity: .50;
}

.industry-page-title .industry-breadcumb-wrap {
	text-align: center;
}

.industry-page-title .industry-breadcumb-wrap h2 {
	color: #fff;
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 60px;
	line-height: 59px;
	margin-top: 80px;
}

@media (max-width: 767px) {
	
	.industry-page-title{
		margin-top:76px;
	}
	.industry-page-title .industry-breadcumb-wrap h2 {
		font-size: 40px;
		line-height: 35px;
		margin-bottom: 10px;
	}
	.industry-page-title .industry-breadcumb-wrap{
		display:none;
	}
}

.industry-page-title .industry-breadcumb-wrap ol {
	padding-left: 0;
	margin-bottom: 0;
	color: #fff;
	font-size: 20px;
}

.industry-page-title .industry-breadcumb-wrap ol li {
	display: inline-block;
	padding: 0px 5px;
	color: #fff;
	position: relative;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
}

@media (max-width: 767px) {
	.industry-page-title .industry-breadcumb-wrap ol li {
		font-size: 18px;
	}
}

.industry-page-title .industry-breadcumb-wrap ol li:after {
	content: "-";
	position: relative;
	left: 7px;
}

.industry-page-title .industry-breadcumb-wrap ol li:last-child span {
	color: #cbd4fd;
}

.industry-page-title .industry-breadcumb-wrap ol li:last-child:after {
	display: none;
}

.industry-page-title .industry-breadcumb-wrap ol a {
	color: #fff;
	font-size: 20px;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding:0 10px;
}

.industry-page-title .industry-breadcumb-wrap ol a:hover {
	color: #b21414;
}

.preloader {
	background-color: #29395b;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1000;
	overflow: hidden;
}

.preloader .vertical-centered-box {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
}

.preloader .vertical-centered-box:after {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.preloader .vertical-centered-box .content {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	font-size: 0;
}

.preloader .vertical-centered-box .content img {
	max-width: 50px;
}

.preloader * {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.preloader .loader-circle {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
	margin-left: -60px;
	margin-top: -60px;
}

.preloader .loader-line-mask {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 120px;
	margin-left: -60px;
	margin-top: -60px;
	overflow: hidden;
	-webkit-transform-origin: 60px 60px;
	transform-origin: 60px 60px;
	-webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
	-webkit-animation: rotate 1.2s infinite linear;
	animation: rotate 1.2s infinite linear;
}

.preloader .loader-line-mask .loader-line {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.preloader #particles-background,
.preloader #particles-foreground {
	left: -51%;
	top: -51%;
	width: 202%;
	height: 202%;
	-webkit-transform: scale3d(0.5, 0.5, 1);
	transform: scale3d(0.5, 0.5, 1);
}

.preloader #particles-background {
	background: #2c2d44;
	background-image: linear-gradient(45deg, #3f3251 2%, #002025 100%);
}

.preloader lesshat-selector {
	-lh-property: 0;
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.preloader [not-existing] {
	zoom: 1;
}

.preloader lesshat-selector {
	-lh-property: 0;
}

@-webkit-keyframes fade {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.25;
	}
}

@keyframes fade {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.25;
	}
}

.preloader [not-existing] {
	zoom: 1;
}

.preloader lesshat-selector {
	-lh-property: 0;
}

@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.preloader [not-existing] {
	zoom: 1;
}

/*------------------------------------
	blog sidebar
------------------------------------*/
.blog-sidebar {
  /*** search-widget ***/
  /*** about-widget ***/
  /*** category-widget ***/
  /*** recent-post-widget ***/
  /*** industry-newsletter-widget ***/
  /*** instagram-widget ***/
  /*** tag-widget ***/
  /*** industry-contact-widget ***/
}

@media screen and (min-width: 992px) {
	.blog-sidebar {
		padding-left: 45px;
	}
}

@media (max-width: 991px) {
	.blog-sidebar {
		margin-top: 80px;
		max-width: 400px;
	}
}

@media (max-width: 767px) {
	.blog-sidebar {
		margin-top: 60px;
		max-width: 400px;
	}
}

.blog-sidebar .widget h3 {
	font-size: 30px;
	font-size: 2rem;
	color: #1A284F;
	margin: 0 0 1.3em;
	position: relative;
	text-transform: capitalize;
	
	padding-bottom: 20px;
	font-weight: 500;
}

.blog-sidebar .widget h3:before {
	content: "";
	background-color: #b21414;
	width: 55px;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 10px;
}

.blog-sidebar .widget h3:after {
	content: "";
	background-color: #f2f2f2;
	width: 80%;
	height: 4px;
	position: absolute;
	left: 65px;
	bottom: 0;
	border-radius: 10px;
}

.blog-sidebar > .widget + .widget {
	margin-top: 65px;
}

.blog-sidebar .search-widget form div {
	position: relative;
}

.blog-sidebar .search-widget input {
	background-color: rgba(252, 0, 18, 0.15);
	height: 70px;
	font-size: 16px;
	font-size: 1.06667rem;
	padding: 6px 50px 6px 20px;
	border: 0;
	border-radius: 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.blog-sidebar .search-widget input:focus {
	background-color: rgba(252, 0, 18, 0.1);
}

.blog-sidebar .search-widget form button {
	background: transparent;
	font-size: 20px;
	font-size: 1.33333rem;
	color: #fff;
	background-color: #b21414;
	border: 0;
	outline: 0;
	position: absolute;
	right: 10px;
	top: 52%;
	height: 50px;
	line-height: 50px;
	width: 50px;
	border-radius: 6px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.blog-sidebar .about-widget {
	text-align: center;
	background-color: #fafbfe;
	padding: 45px;
	position: relative;
	z-index: 1;
}

@media (max-width: 1200px) {
	.blog-sidebar .about-widget {
		padding: 35px;
	}
}

.blog-sidebar .about-widget .aw-shape {
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.blog-sidebar .about-widget .img-holder {
	margin-bottom: 25px;
}

.blog-sidebar .about-widget .img-holder img {
	border-radius: 50%;
	width: 100%;
	max-width: 200px;
}

.blog-sidebar .about-widget ul {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.blog-sidebar .about-widget ul li {
	margin-right: 10px;
}

.blog-sidebar .about-widget ul li:last-child {
	margin-right: 0;
}

.blog-sidebar .about-widget ul li a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 44px;
	background-color: #f1f1f1;
	border-radius: 50%;
}

.blog-sidebar .about-widget h4 {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 15px;
}

.blog-sidebar .about-widget p {
	font-size: 15px;
	font-size: 1rem;
	margin-bottom: 1.2em;
}

.blog-sidebar .about-widget a {
	
	font-size: 14px;
	font-size: 0.93333rem;
	color: #1A284F;
	text-decoration: underline;
}

.blog-sidebar .about-widget a:hover {
	color: #b21414;
}

.blog-sidebar .category-widget ul {
	list-style: none;
}

.blog-sidebar .category-widget ul li {
	font-size: 19px;
	font-size: 1.26667rem;
	position: relative;
}

@media (max-width: 767px) {
	.blog-sidebar .category-widget ul li {
		font-size: 16px;
		font-size: 1.06667rem;
	}
}

.blog-sidebar .category-widget ul li span {
	position: absolute;
	right: 0;
}

.blog-sidebar .category-widget ul > li + li {
	margin-top: 12px;
	padding-top: 12px;
}

.blog-sidebar .category-widget ul a {
	display: block;
	color: #474f62;
	font-size: 16px;
}

.blog-sidebar .category-widget ul a span {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #fafbfe;
	text-align: center;
	border-radius: 50%;
	font-size: 18px;
}

@media (max-width: 767px) {
	.blog-sidebar .category-widget ul a span {
		font-size: 14px;
		font-size: 0.93333rem;
	}
}

.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul li:hover:before {
	color: #b21414;
}

.blog-sidebar .recent-post-widget .post {
	overflow: hidden;
}

.blog-sidebar .recent-post-widget .posts > .post + .post {
	margin-top: 15px;
	padding-top: 15px;
}

.blog-sidebar .recent-post-widget .post .img-holder {
	width: 90px;
	float: left;
}

.blog-sidebar .recent-post-widget .post .img-holder img {
	border-radius: 6px;
}

.blog-sidebar .recent-post-widget .post .details {
	width: calc(100% - 90px);
	float: left;
	padding-left: 20px;
}

.blog-sidebar .recent-post-widget .post h4 {
	font-size: 18px;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.3em;
	margin: 0 0 0.3em;
}

@media (max-width: 1199px) {
	.blog-sidebar .recent-post-widget .post h4 {
		margin: 0;
	}
}

@media (max-width: 767px) {
	.blog-sidebar .recent-post-widget .post h4 {
		font-size: 16px;
		font-size: 1.06667rem;
	}
}

.blog-sidebar .recent-post-widget .post h4 a {
	display: inline-block;
	color: #1A284F;
}

.blog-sidebar .recent-post-widget .post h4 a:hover {
	color: #b21414;
}

.blog-sidebar .recent-post-widget .post .details .date {
	font-size: 13px;
	font-size: 0.86667rem;
	color: #969AA6;
}

.blog-sidebar .recent-post-widget .post .details .date i {
	display: inline-block;
	padding-right: 7px;
}

.blog-sidebar .industry-newsletter-widget p {
	font-size: 20px;
	
	color: #1A284F;
}

.blog-sidebar .industry-newsletter-widget span {
	font-size: 15px;
	color: #848892;
}

.blog-sidebar .industry-newsletter-widget span a {
	color: #1A284F;
	font-weight: 700;
}

.blog-sidebar .industry-newsletter-widget span a:hover {
	color: #b21414;
}

.blog-sidebar .industry-newsletter-widget .form input {
	border: 0;
	display: block;
	width: 100%;
	height: 50px;
	border: 1px solid #e1e1e1;
	padding: 15px;
	text-align: center;
}

.blog-sidebar .industry-newsletter-widget .form input:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.blog-sidebar .industry-newsletter-widget .form button {
	background: #b21414;
	width: 100%;
	height: 50px;
	text-align: center;
	color: #fff;
	border: none;
	margin: 20px 0;
}

.blog-sidebar .industry-instagram-widget ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
}

.blog-sidebar .industry-instagram-widget ul li {
	
	-webkit-box-flex: 0;
	/* -ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
	max-width: 33.33%; */
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	margin-bottom: 5px;
	padding: 0px 3px;
}

.blog-sidebar .industry-instagram-widget ul li img {
	width: 100%;
	border-radius: 6px;
}
.blog-sidebar .industry-instagram-widget ul li p{
	text-align:center;
	padding:5px 0;
	background: #b21414;
	color:#fff;
}
.blog-sidebar .tag-widget ul {
	overflow: hidden;
	list-style: none;
}

.blog-sidebar .tag-widget ul li {
	float: left;
	margin: 0 8px 8px 0;
}

.blog-sidebar .tag-widget ul li a {
	font-size: 15px;
	font-size: 1rem;
	display: inline-block;
	padding: 5px 18px;
	color: #1A284F;
	background: #ecf4fb;
	border-radius: 5px;
}

.blog-sidebar .tag-widget ul li a:hover {
	background: #b21414;
	color: #fff;
}

.blog-sidebar .industry-contact-widget {
	border: 0;
	z-index: 1;
	padding: 30px 40px;
	background: rgb(156 0 0 / 90%);
}

@media (max-width: 1200px) {
	.blog-sidebar .industry-contact-widget {
		padding: 20px;
	}
}

.blog-sidebar .industry-contact-widget h2 {
	font-size: 40px;
	font-weight: 700;
	text-align: left;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 500;
}

.blog-sidebar .industry-contact-widget h2::before {
	left: 28px;
	background: url(../image/Single-title-shape2.png) no-repeat right center;
}

.blog-sidebar .industry-contact-widget p {
	color: #fff;
	font-size: 18px;
}

.blog-sidebar .industry-contact-widget a {
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #fff;
	font-size: 18px;
	color: #fff;
	padding-right: 90px;
	position: relative;
	margin-top: 10px;
}

.blog-sidebar .industry-contact-widget a::before {
	font-family: "themify";
	content: "\e628";
	font-size: 18px;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (min-width: 992px) {
	.industry-blog-pg-section.blog-pg-left-sidebar .blog-sidebar {
		padding-left: 0px;
		padding-right: 45px;
	}
}

@media screen and (min-width: 992px) {
	.industry-blog-single-section.industry-blog-single-left-sidebar-section .blog-sidebar {
		padding-left: 0px;
		padding-right: 45px;
	}
}

/**** pagination ****/
.pagination-wrapper {
	text-align: center;
	margin-top: 60px;
}

@media (max-width: 991px) {
	.pagination-wrapper {
		text-align: left;
		margin-top: 40px;
	}
}

.pagination-wrapper .pg-pagination {
	display: inline-block;
	overflow: hidden;
	list-style-type: none;
	text-align: center;
}

.pagination-wrapper .pg-pagination li {
	float: left;
	margin-right: 10px;
}

@media (max-width: 767px) {
	.pagination-wrapper .pg-pagination li {
		margin-right: 5px;
	}
}

.pagination-wrapper .pg-pagination li:last-child {
	margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
	background-color: transparent;
	width: 50px;
	height: 50px;
	line-height: 53px;
	font-size: 16px;
	font-size: 1.06667rem;
	font-weight: 600;
	color: #1A284F;
	background: #ebf4fc;
	display: block;
}

@media (max-width: 991px) {
	.pagination-wrapper .pg-pagination li a {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 15px;
		font-size: 1rem;
	}
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
	background: #b21414;
	border-color: #b21414;
	color: #fff;
}

.pagination-wrapper .pg-pagination .fi:before {
	font-size: 15px;
	font-size: 1rem;
}

.pagination-wrapper-left {
	text-align: left;
}

.pagination-wrapper-right {
	text-align: right;
}

@media screen and (min-width: 1200px) {
	.pagination-wrapper-right {
		padding-right: 50px;
	}
}

@media (max-width: 991px) {
	.pagination-wrapper-right {
		margin-top: 45px;
		text-align: left;
	}
}

/*--------------------------------------------------------------
2. header
--------------------------------------------------------------*/
/*-- 2.1 topbar --*/
.topbar {
	background: transparent;
	padding: 15px 0;
	position: relative;
	z-index: 11;
	background: #e60012;
	line-height: 1;
}

.topbar .topbar-social ul {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.topbar1{
	color:#fff;
	padding:0 10px;
}
.topbar1 span{
	padding:0 10px;
}
.topbar2 a{
	padding:0 20px;
	color:#fff;
}
@media (max-width: 991px) {
	.topbar .topbar-social ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 30px;
	}
	.topbar2{
		display: none;
	}
}

.topbar .topbar-social ul li + li {
	margin-left: 10px;
}

.topbar .topbar-social ul li a {
	color: #fff;
	width: 37px;
	height: 37px;
	line-height: 37px;
	background: #F5F9FB;
	border: 1px solid #E9EFF2;
	display: block;
	text-align: center;
	border-radius: 50%;
	font-size: 16px;
}

.topbar .topbar-social ul li a .fi:before {
	color: #545966;
	font-size: 14px;
}

.topbar .topbar-social ul li a:hover {
	background: #b21414;
	border-color: #b21414;
}

.topbar .topbar-social ul li a:hover .fi:before {
	color: #fff;
}

.navbar-brand {
	font-weight: 700;
	font-size: 32px;
	line-height: 39px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: capitalize;
	color: #1A284F;
}

.navbar-brand span {
	color: #b21414;
	padding-left:20px;
}
@media(min-width:767px){
	.navbar-brand span{
		display: block;
		
	}
}
.navbar-brand:hover {
	color: #1A284F;
}

@media (max-width: 767px) {
	.topbar .container {
		max-width: 100%;
	}
}

.topbar .contyact-info-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media (max-width: 991px) {
	.topbar .contyact-info-wrap {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-right: 0;
	}
}

@media (max-width: 640px) {
	.topbar .contyact-info-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.topbar .contyact-info-wrap .contact-info {
	margin: 0 30px;
	position: relative;
}

@media (max-width: 1399px) {
	.topbar .contyact-info-wrap .contact-info {
		margin: 0 20px;
	}
}

.topbar .contyact-info-wrap .contact-info + .contact-info:before {
	position: absolute;
	left: -20px;
	top: 0;
	height: 100%;
	width: 1px;
	content: "";
	background: rgba(55, 80, 143, 0.17);
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
}

@media (max-width: 1199px) {
	.topbar .contyact-info-wrap .contact-info + .contact-info:before {
		display: none;
	}
}

@media (max-width: 1200px) {
	.topbar .contyact-info-wrap .contact-info {
		margin: 5px;
	}
}

@media (max-width: 991px) {
	.topbar .contyact-info-wrap .contact-info {
		margin: 0 15px;
	}
}

@media (max-width: 767px) {
	.topbar .contyact-info-wrap .contact-info {
		margin: 0 5px;
	}
}

@media (max-width: 640px) {
	.topbar .contyact-info-wrap .contact-info {
		text-align: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0 10px;
	}
}

@media (max-width: 575px) {
	.topbar .contyact-info-wrap .contact-info {
		margin-bottom: 15px;
	}
}

.topbar .contyact-info-wrap .contact-info .icon {
	float: left;
	text-align: center;
	margin-right: 20px;
}

@media (max-width: 1199px) {
	.topbar .contyact-info-wrap .contact-info .icon {
		margin-right: 10px;
	}
}

@media (max-width: 640px) {
	.topbar .contyact-info-wrap .contact-info .icon {
		float: none;
		margin: 0 auto;
		margin-bottom: 5px;
	}
}

@media (max-width: 575px) {
	.topbar .contyact-info-wrap .contact-info .icon {
		margin-bottom: 5px;
	}
}

.topbar .contyact-info-wrap .contact-info .icon .fi:before {
	line-height: unset;
	color: #b21414;
	font-size: 30px;
}

@media (max-width: 640px) {
	.topbar .contyact-info-wrap .contact-info .icon .fi:before {
		font-size: 18px;
	}
}

.topbar .contyact-info-wrap .contact-info .info-text {
	overflow: hidden;
	margin-left: 20px;
}

@media (max-width: 575px) {
	.topbar .contyact-info-wrap .contact-info .info-text {
		margin-left: 0;
	}
}

@media (max-width: 640px) {
	.topbar .contyact-info-wrap .contact-info .info-text {
		margin-left: 0;
	}
}

.topbar .contyact-info-wrap .contact-info .info-text span {
	font-weight: 500;
	font-size: 14px;
	line-height: 23px;
	text-transform: capitalize;
	color: #71788A;
	display: block;
	margin-bottom: 0px;
}

@media (max-width: 1399px) {
	.topbar .contyact-info-wrap .contact-info .info-text span {
		font-size: 13px;
	}
}

.topbar .contyact-info-wrap .contact-info .info-text p {
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 32px;
	text-transform: lowercase;
	margin-bottom: 0;
	color: #1A284F;
	max-width:250px;
	
}

@media (max-width: 1399px) {
	.topbar .contyact-info-wrap .contact-info .info-text p {
		font-size: 18px;
	}
}

.topbar .contyact-info-wrap .contact-info:last-child {
	margin-right: 0;
}

.topbar .contyact-info-wrap .contact-info:last-child .info-text {
	margin-right: 0;
}

/*-- 2.2 navigation --*/
.industry-header {
	position: absolute;
	width:100%;
	z-index:999;
	top:40px;
}

.industry-header:before {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 55%;
	height: 100%;
	content: "";
	background: rgba(147, 185, 215, 0.09);
	-webkit-clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}

@media (max-width: 991px) {
	.industry-header:before {
		display: none;
	}
}

.industry-site-header {
	width:calc(100% - 120px);
	margin:0 auto;
	background-color: transparent;
	position: relative;
	z-index: 111;
	background: #303030;
	background: linear-gradient(69deg, #b21414 250px, #303030 250px);
}

@media (max-width: 991px) {
	.industry-site-header {
		margin-bottom: 0;
		border-radius: 0;
		/* background: none; */
		border-top: 1px solid rgba(35, 35, 35, 0.09);
	}
}

.industry-site-header .row {
	border-radius: 0px;
}

@media (max-width: 991px) {
	.industry-site-header .row {
		margin-bottom: 0;
		border-radius: 0;
		background: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

.industry-site-header .navigation {
	background-color: #fff;
	margin-bottom: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
}

.sticky-header {
	width: 100%;
	position: fixed;
	left: 0;
	top: -400px;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 1s;
	transition: all 1s;
	-webkit-box-shadow: 0 -5px 15px #086ad84a;
	box-shadow: 0 -5px 15px #086ad84a;
}

.sticky-on {
	opacity: 1;
	top: 0;
	visibility: visible;
}

.industry-site-header .navigation > .container {
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width: 450px) {
	.industry-site-header .navigation > .container {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.industry-site-header .row {
	width: 100%;
}

@media (max-width: 991px) {
	.industry-site-header .navigation {
		padding: 20px 0;
	}
}

.industry-site-header #navbar {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.industry-site-header #navbar > ul li a:hover,
.industry-site-header #navbar > ul li a.active,
.industry-site-header #navbar > ul li a:focus {
	text-decoration: none;
	color: #b21414;
}

@media screen and (min-width: 992px) {
	.industry-site-header #navbar {
    /*** hover effect ***/
	}

	.industry-site-header #navbar li {
		position: relative;
	}

	.industry-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
		position: relative;
	}

	.industry-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
		font-family: "themify";
		content: "\e649";
		font-size: 11px;
		font-size: 0.73333rem;
		position: absolute;
		right: 15px;
		top: 58%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.industry-site-header #navbar > ul > li:hover > .sub-menu {
		top: 100%;
		visibility: visible;
		opacity: 1;
	}

	.industry-site-header #navbar .sub-menu > li:hover > .sub-menu {
		left: 100%;
		visibility: visible;
		opacity: 1;
	}
}

.industry-site-header .container-fluid {
	padding-right: 0;
}

@media (max-width: 991px) {
	.industry-site-header {
    /* class for show hide navigation */
	}

	.industry-site-header .container {
		width: 100%;
		max-width: 100%;
	}

	.header-right {
		right: -18px;
	}

	.industry-site-header .navbar-header button span {
		background-color: #fff;
		width: 20px;
		display: block;
		height: 2px;
		margin-bottom: 5px;
	}

	.industry-site-header .navbar-header button span:last-child {
		margin: 0;
	}
}

.industry-site-header #navbar ul {
	list-style: none;
}
@media (min-width: 991px){
	.industry-site-header #navbar .nav{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
}
@media (max-width: 991px) and (max-width: 991px) {
	.industry-site-header #navbar {
		top: 0;
		visibility: visible;
		opacity: 1;
	}
}

@media (max-width: 991px) {
	.industry-site-header #navbar > ul {
		z-index: 101;
	}

	.industry-site-header #navbar ul a {
		color: #000;
	}

	.industry-site-header #navbar ul a:hover,
  .industry-site-header #navbar ul li.current a {
		color: #b21414;
	}

	.industry-site-header #navbar .close-navbar .ti-close {
		position: relative;
		top: 1px;
	}

	.industry-site-header .navbar-toggler .first-angle,
  .industry-site-header .navbar-toggler .last-angle {
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

	.industry-site-header .x-close .middle-angle {
		opacity: 0;
	}

	.industry-site-header .x-close .first-angle {
		position: absolute;
		-webkit-transform: rotate(-44deg);
		top: 16px;
		left: 10px;
	}

	.industry-site-header .x-close .last-angle {
		-webkit-transform: rotate(44deg);
		position: absolute;
		top: 16px;
		right: 10px;
	}
}

@media (max-width: 767px) {
	.industry-site-header .navbar-header .navbar-brand {
		font-size: 24px;
	}

	.industry-site-header #navbar .navbar-nav {
		margin: 0;
	}
}

@media (max-width: 991px) {
	.industry-site-header .navbar-collapse.collapse {
		display: none;
	}

	.industry-site-header .navbar-collapse.collapse.in {
		display: block;
	}

	.industry-site-header .navbar-header .collapse,
  .industry-site-header .navbar-toggle {
		display: block;
	}

	.industry-site-header .navbar-header {
		float: none;
		position: relative;
		z-index: 99;
		text-align: center;
	}

	.industry-site-header .navbar-right {
		float: none;
	}

	.industry-site-header .navbar-nav {
		float: none;
	}

	.industry-site-header .navbar-nav > li {
		float: none;
	}
}

.header-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	z-index: 991;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 20px;
}
.lan:hover{
	cursor:pointer;
}
.lan span{
	color:#fff;
	padding:0 10px;
}
.lan img{
	transition:1s;
}
.lan:hover img{
	transform: rotate(360deg);
}
.header-right button {
	padding: 0;
	border: 0;
	outline: 0;
}

.header-right > div {
	float: left;
	position: relative;
	margin-right: 8px;
}

.header-right .close-form .industry-btn {
	padding-right: 25px;
}

.header-right .close-form .industry-btn:after {
	display: none;
}

@media (max-width: 1400px) {
	.header-right .close-form .industry-btn {
		padding: 10px 15px;
		font-size: 15px;
	}
}

@media (max-width: 450px) {
	.header-right > div {
		margin-right: 10px;
	}

	.header-right {
		right: -30px;
		display: none;
	}
}

.header-right > div:last-child {
	margin: 0 0 0 10px;
	position: relative;
}

@media (max-width: 767px) {
	.header-right > div:last-child {
		margin: 3px 0 0 10px;
	}
}

.header-right .header-search-form-wrapper {
	position: relative;
}

.header-right .header-search-form-wrapper .fi:before {
	font-size: 18px;
}

@media (max-width: 450px) {
	.header-right .search-toggle-btn {
		display: none;
	}
}

.header-right .search-toggle-btn,
.header-right .cart-toggle-btn {
	background-color: transparent;
	line-height: 0.66em;
	color: #fff;
	border: 0;
	border-radius: 50%;
	transform: translate(0px, 5px);
}

.navbar-expand-lg .navbar-collapse{
	justify-content: flex-end;
}
.topbar3{
	justify-content: space-evenly;
}
.head-container{
	max-width:100%;
}
@media (max-width: 991px) {
	.header-right .search-toggle-btn .fi:before,
  .header-right .cart-toggle-btn .fi:before {
		font-size: 16px;
	}
}

.header-right .search-toggle-btn .ti-close,
.header-right .cart-toggle-btn .ti-close {
	display: block;
	line-height: 20px;
	position: relative;
	top: -2px;
}

/*** cart-search-contact ***/
.cart-search-contact button {
	background: transparent;
	padding: 0;
	border: 0;
	outline: 0;
}

.cart-search-contact .fi {
	font-size: 20px;
	font-size: 1.33333rem;
	padding-left: 0 20px;
}

.cart-search-contact > div {
	float: left;
	position: relative;
}

.cart-search-contact > div + div {
	margin-left: 12px;
}

.cart-search-contact .header-search-form {
	position: absolute;
	width: 300px;
	right: 35px;
	top:-10px;
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	visibility: hidden;
	background: #fff;
	padding: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-box-shadow: -2px 18px 40px -9px #999999;
	box-shadow: -2px 18px 40px -9px #999999;
}

@media (max-width: 991px) {
	.cart-search-contact .header-search-form {
		top: 65px;
	}
}

@media (max-width: 767px) {
	.cart-search-contact .header-search-form {
		right: 15px;
	}
}

@media (max-width: 575px) {
	.cart-search-contact .header-search-form {
		width: 260px;
		padding: 15px;
	}
}

.cart-search-contact .header-search-form-wrapper .fi:before {
	font-size: 18px;
	font-size: 1.2rem;
}

.cart-search-contact form div {
	position: relative;
}

.cart-search-contact form div button {
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cart-search-contact form div button .fi:before {
	font-size: 18px !important;
}

.cart-search-contact input {
	width: 100%;
	height: 30px;
	padding:5px;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	/* border: 1px solid #E8E8E8; */
}

.cart-search-contact input:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #b21414;
}

.header-right .header-search-content-toggle {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.mini-cart .cart-count {
	background: #b21414;
	width: 19px;
	height: 19px;
	font-size: 10px;
	font-size: 0.53333rem;
	line-height: 17px;
	color: white;
	position: absolute;
	top: -2px;
	right: -5px;
	border-radius: 50%;
	font-weight: 600;
}

.mini-cart-content {
	background: #fff;
	width: 320px;
	height: 100%;
	z-index: 100;
	position: fixed;
	right: -320px;
	top: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-box-shadow: -2px 18px 40px -9px #999999;
	box-shadow: -2px 18px 40px -9px #999999;
}

@media (max-width: 575px) {
	.mini-cart-content {
		width: 290px;
	}
}

.mini-cart-content .mini-cart-close {
	display: block;
	width: 40px;
	height: 40px;
	background-color: #333333;
	color: white;
	font-size: 0px;
	text-align: center;
	overflow: hidden;
	position: relative;
	float: right;
	line-height: 54px;
	border-radius: 3px;
	right: 10px;
	top: 20px;
}

.mini-cart-content .mini-cart-close i {
	font-size: 15px;
}

.mini-cart-content p {
	font-size: 15px;
	font-size: 1rem;
	font-weight: 500;
	color: #1A284F;
	margin: 0;
	text-transform: uppercase;
}

.mini-cart-content .mini-cart-items {
	padding: 100px 20px 25px;
}

.mini-cart-content .mini-cart-item {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #efefef;
}

.mini-cart-content .mini-cart-item:first-child {
	padding-top: 0;
	margin-top: 0;
	border-top: 0;
}

.mini-cart-content .mini-cart-item-image {
	width: 50px;
	height: 50px;
	border: 2px solid #f3f3f3;
	float: left;
	margin-right: 15px;
}

.mini-cart-content .mini-cart-item-image a,
.mini-cart-content .mini-cart-item-image img {
	display: block;
	width: 46px;
	height: 46px;
}

.mini-cart-content .mini-cart-item-des {
	position: relative;
	overflow: hidden;
}

.mini-cart-content .mini-cart-item-des a {
	font-size: 14px;
	font-size: 0.93333rem;
	font-weight: 600;
	text-align: left;
	color: #1A284F;
}

.mini-cart-content .mini-cart-item-des a:hover {
	color: #b21414;
}

.mini-cart-content .mini-cart-item-des .mini-cart-item-price {
	font-size: 13px;
	font-size: 0.86667rem;
	color: #888;
	display: block;
	margin-top: 3px;
}

.mini-cart-content .mini-cart-item-des .mini-cart-item-quantity {
	font-size: 12px;
	font-size: 0.8rem;
	color: #444;
	display: block;
	position: absolute;
	right: 0;
	top: 6px;
}

.mini-cart-content .visible-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 300px;
	height: 300px;
	opacity: .02;
	z-index: -1;
}

.mini-cart-content .mini-cart-action {
	padding: 20px 0 30px;
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.mini-cart-content .mini-cart-action .industry-btn-s2 {
	float: right;
}

.mini-cart-content .mini-cart-action .mini-btn {
	width: 240px;
}

.mini-cart-content .mini-cart-action .mini-checkout-price {
	font-size: 16px;
	font-size: 1.06667rem;
	font-weight: 600;
	color: #1A284F;
	display: block;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.mini-cart-content .mini-cart-action .mini-checkout-price span {
	color: #b21414;
	font-size: 20px;
}

.mini-cart-content-toggle,
.mini-wislist-content-toggle {
	opacity: 1;
	visibility: visible;
	right: 0;
}

@media (max-width: 991px) {
	.page-wrapper {
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

	.body-overlay:before {
		content: "";
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.9);
		position: absolute;
		left: 0;
		top: 0;
		z-index: 10;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
}

.header-search-area {
	background: #fff;
	width: 100%;
	padding: 100px 0;
	text-align: center;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
}

.header-search-area h3 {
	font-size: 45px;
	margin: 0 0 1em;
}

.header-search-area form {
	position: relative;
}

.header-search-area input {
	height: 50px;
	font-size: 18px;
	font-size: 1.2rem;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #d0d0d0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.header-search-area input:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #b21414;
}

.header-search-area form button {
	background: transparent;
	border: 0;
	font-size: 20px;
	font-size: 1.33333rem;
	position: absolute;
	right: 0;
	bottom: 10px;
}

.header-search-area form button:focus {
	border: none;
	outline: none;
}

.header-search-area .close-form {
	position: absolute;
	right: 35px;
	top: 35px;
	bottom: auto;
	padding-bottom: 5px;
	border-bottom: 1px solid;
}

.header-search-area .close-form button {
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 13px;
	font-size: 0.86667rem;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 2px;
	z-index: 99;
}

.header-search-area .close-form button:focus {
	border: 0;
	outline: 0;
}

.industry-site-header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
}

.industry-site-header .navigation {
	background-color: transparent;
	margin-bottom: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
}

@media (min-width: 991px) {
	.industry-site-header .navigation .col {
		padding-left: 0;
	}
}

.industry-site-header .navigation > .container {
	position: relative;
}

@media (max-width: 991px) {
	.industry-site-header .navigation {
		padding: 20px 0;
	}
}

.industry-site-header #navbar {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.industry-site-header #navbar > ul li a:hover,
.industry-site-header #navbar > ul li a:focus {
	text-decoration: none;
	color: #e30010;
}

@media screen and (min-width: 992px) {
	.industry-site-header #navbar {
    /*** hover effect ***/
	}

	.industry-site-header #navbar li {
		position: relative;
	}

	.industry-site-header #navbar > ul > li > a {
		font-weight: 400;
		font-size: 18px;
		line-height: 29px;
		letter-spacing: 0.01em;
		text-transform: capitalize;
		padding: 20px;
		display: block;
		color: #fff;
		position: relative;
		
	}
}

@media screen and (min-width: 992px) and (max-width: 1870px) {
	.industry-site-header #navbar > ul > li > a {
		padding: 35px 18px;
	}
}

@media screen and (min-width: 992px) {
	.industry-site-header #navbar > ul .sub-menu {
		background-color: #fff;
		-webkit-box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
		box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
		width: 235px;
		position: absolute;
		padding: 20px 0;
		left: 0;
		z-index: 10;
		visibility: hidden;
		opacity: 0;
		transform: scaleY(0);
		-webkit-transform: scaleY(0);
		-moz-transform: scaleY(0);
		-ms-transform: scaleY(0);
		-o-transform: scaleY(0);
		transform-origin: center top 0;
		-webkit-transform-origin: center top 0;
		-moz-transform-origin: center top 0;
		-ms-transform-origin: center top 0;
		-o-transform-origin: center top 0;
		transition: all 0.3s ease-in-out 0s;
		-webkit-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-ms-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
	}

	.industry-site-header #navbar > ul > li .sub-menu a {
		font-size: 16px;
		display: block;
		padding: 10px 15px;
		color: #1A284F;
		position: relative;
		overflow: hidden;
		font-weight: 400;
		
	}

	.industry-site-header #navbar > ul > li .sub-menu a:after {
		position: absolute;
		left: 15px;
		bottom: 4px;
		width: 0px;
		height: 2px;
		content: "";
		background: #b21414;
		-webkit-transition: all .3s;
		transition: all .3s;
		opacity: 0;
		visibility: hidden;
	}

	.industry-site-header #navbar > ul > li .sub-menu a:hover:after, .industry-site-header #navbar > ul > li .sub-menu a.active:after {
		width: 40px;
		opacity: 1;
		visibility: visible;
	}

	.industry-site-header #navbar > ul > li > .sub-menu .sub-menu {
		-webkit-transform: unset;
		transform: unset;
		left: 110%;
		top: 0;
	}

	.industry-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
		position: relative;
	}

	.industry-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
		font-family: "themify";
		content: "\e649";
		font-size: 11px;
		font-size: 0.73333rem;
		position: absolute;
		right: 15px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.industry-site-header #navbar > ul > li:hover > .sub-menu {
		visibility: visible;
		opacity: 1;
		transform: scaleY(100%);
		-webkit-transform: scaleY(100%);
		-moz-transform: scaleY(100%);
		-ms-transform: scaleY(100%);
		-o-transform: scaleY(100%);
	}

	.industry-site-header #navbar .sub-menu > li:hover > .sub-menu {
		left: 100%;
		visibility: visible;
		opacity: 1;
	}
}

@media (max-width: 991px) {
	.industry-site-header #navbar > ul > li a {
		display: block;
		font-size: 15px;
		font-size: 1rem;
		color: #fff;
		/* font-weight: 600; */
	}

	.industry-site-header #navbar > ul > li a:hover, .industry-site-header #navbar > ul > li a.active {
		color: #fff;
	}

	.industry-site-header #navbar > ul .sub-menu > li:last-child {
		border-bottom: 0;
	}

	.industry-site-header #navbar > ul > li > .sub-menu a {
		padding: 8px 15px 8px 45px;
	}

	.industry-site-header #navbar > ul > li > .sub-menu .sub-menu a {
		padding: 8px 15px 8px 65px;
	}

	.industry-site-header #navbar > ul .menu-item-has-children > a {
		position: relative;
		color: #ddd;
	}

	.industry-site-header #navbar > ul .menu-item-has-children > a:hover, .industry-site-header #navbar > ul .menu-item-has-children > a.active {
		color: #fff;
	}

	.industry-site-header #navbar > ul .menu-item-has-children > a:before {
		font-family: "themify";
		content: "\e649";
		font-size: 11px;
		font-size: 0.73333rem;
		position: absolute;
		right: 30px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

	.industry-site-header #navbar > ul .menu-item-has-children > a.rotate:before {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		top: 29%;
	}

	.industry-site-header #navbar > ul .menu-item-has-children > a.rotate {
		color: #fff;
	}
}

@media screen and (min-width: 992px) {
	.industry-site-header .navbar-header .open-btn {
		display: none;
	}

	.industry-site-header #navbar .close-navbar {
		display: none;
	}
}

.industry-site-header .menu-close {
	display: none;
}

@media (max-width: 991px) {
	.industry-site-header {
    /* class for show hide navigation */
	}

	.industry-site-header .container {
		width: 100%;
	}

	.industry-site-header .mobail-menu button {
		background-color: #b21414;
		width: 40px;
		height: 35px;
		border: 0;
		padding: 5px 10px;
		outline: 0;
		position: relative;
		z-index: 20;
	}

	.industry-site-header .mobail-menu button:focus {
		outline: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.industry-site-header .mobail-menu button span {
		background-color: #fff;
		width: 20px;
		display: block;
		height: 2px;
		margin-bottom: 5px;
	}

	.industry-site-header .mobail-menu button span:last-child {
		margin: 0;
	}

	.industry-site-header #navbar {
		background: #1A284F;
		display: block !important;
		width: 300px;
		height: 100%;
		margin: 0;
		padding: 0;
		border: 0;
		position: fixed;
		left: -320px;
		top: 0px;
		z-index: 999999;
		opacity: 0;
		visibility: hidden;
	}

	.industry-site-header #navbar .navbar-nav {
		display: block;
	}

	.industry-site-header #navbar > ul {
		position: relative;
		z-index: 101;
	}

	.industry-site-header #navbar ul a {
		color: #000;
	}

	.industry-site-header #navbar ul a:hover,
  .industry-site-header #navbar ul li.current {
		color: #b21414;
	}

	.industry-site-header #navbar .navbar-nav {
		height: 100%;
		overflow: auto;
		padding-bottom: 60px;
	}

	.industry-site-header #navbar .close-navbar {
		background-color: #fff;
		width: 40px;
		height: 40px;
		color: #000;
		border: 0;
		outline: none;
		position: absolute;
		left: -41px;
		top: 90px;
		z-index: 20;
	}

	.industry-site-header #navbar .close-navbar .ti-close {
		position: relative;
		top: 1px;
	}

	.industry-site-header .menu-close {
		display: block;
		z-index: 99;
		background: none;
		text-align: center;
		color: #fff;
		border: 0;
		text-align: center;
		margin-left: auto;
		margin-top: 30px;
		margin-right: 30px;
		margin-bottom: 30px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border: 1px solid #fff;
	}

	.industry-site-header .slideInn {
		left: 0 !important;
		opacity: 1 !important;
		visibility: visible !important;
	}

	.industry-site-header .navbar-toggler .first-angle,
  .industry-site-header .navbar-toggler .last-angle {
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

	.industry-site-header .x-close .middle-angle {
		opacity: 0;
	}

	.industry-site-header .x-close .first-angle {
		position: absolute;
		-webkit-transform: rotate(-44deg);
		top: 16px;
		left: 10px;
	}

	.industry-site-header .x-close .last-angle {
		-webkit-transform: rotate(44deg);
		position: absolute;
		top: 16px;
		right: 10px;
	}
}

@media (max-width: 767px) {
	.industry-site-header .navbar-header .navbar-brand {
		font-size: 24px;
	}

	.industry-site-header #navbar .navbar-nav {
		margin: 0;
	}
}

.industry-site-header .navbar-brand {
	font-weight: 700;
	font-size: 32px;
	line-height: 39px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: capitalize;
	color: #1A284F;
}

@media (max-width: 991px) {
	.industry-site-header .navbar-brand {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.industry-site-header .navbar-brand span {
	color: #fff;
}

.industry-site-header .navbar-brand:hover {
	color: #1A284F;
}

@media (max-width: 991px) {
	.industry-site-header .navbar-collapse.collapse {
		display: none;
	}

	.industry-site-header .navbar-collapse.collapse.in {
		display: block;
	}

	.industry-site-header .navbar-header .collapse,
  .industry-site-header .navbar-toggle {
		display: block;
	}

	.industry-site-header .navbar-header {
		float: none;
	}

	.industry-site-header .navbar-right {
		float: none;
	}

	.industry-site-header .navbar-nav {
		float: none;
	}

	.industry-site-header .navbar-nav > li {
		float: none;
	}
}

@media (max-width: 440px) {
	.industry-site-header .navbar-header .navbar-brand img {
		max-width: 170px;
	}
}

@media (max-width: 370px) {
	.industry-site-header .navbar-header .navbar-brand img {
		max-width: 140px;
	}
}

@media (max-width: 1700px) {
	.industry-site-header {
		padding: 0 30px;
	}
}

@media (max-width: 1500px) {
	.industry-site-header #navbar > ul > li > a {
		padding: 30px 15px;
	}

	.industry-site-header {
		padding: 0 10px;
	}
}

@media (max-width: 1400px) {
	.industry-site-header #navbar > ul > li > a {
		padding: 30px 10px;
	}
}

@media (max-width: 1199px) {
	.industry-site-header #navbar > ul > li > a {
		padding: 30px 10px;
		font-size: 18px;
	}

	.header-right .close-form .industry-btn {
		display: none;
	}
}

@media (max-width: 991px) {
	.industry-site-header #navbar > ul > li > a {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.header-right .industry-btn {
		padding: 20px 12px;
	}

	.header-right .close-form {
		display: none;
	}
}

@media (max-width: 991px) {
	.industry-site-header #navbar > ul > li > a {
		padding: 15px 30px;
	}
	.industry-site-header{
		width:100%;
		background: #303030;
	}
}

@media (max-width: 991px) {
	.industry-site-header,
  .industry-header-style-2 {
		z-index: 99;
	}
	.industry-header{
		top:0;
	}
}

.industry-site-header .navigation.sticky-header {
	padding: 0 130px;
	background: #303030;
}

.industry-site-header .navigation.sticky-header .row {
	background: #303030;
	margin-bottom: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.industry-site-header .navigation.sticky-header .navigation {
	background: #fff;
}

@media (max-width: 1700px) {
	.industry-site-header .navigation.sticky-header {
		padding: 0 50px;
	}
}

@media (max-width: 1400px) {
	.industry-site-header .navigation.sticky-header {
		padding: 0 20px;
	}
}

@media (max-width: 991px) {
	.industry-site-header .navigation.sticky-header {
		padding: 20px;
	}
}

@media (max-width: 575px) {
	.industry-site-header .navigation.sticky-header {
		padding: 20px 10px;
	}
}

/*--------------------------------------------------------------
3. content
--------------------------------------------------------------*/
/*3.1 industry-hero-slider*/
.industry-hero-slider {
	width: 100%;
	height: 780px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

@media (max-width: 991px) {
	.industry-hero-slider {
		height: 600px;
	}
}

@media (max-width: 767px) {
	.industry-hero-slider {
		height: 500px;
	}
}

.industry-hero-slider .swiper-slide {
	overflow: hidden;
}

.industry-hero-slider .swiper-container,
.industry-hero-slider .hero-container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.industry-hero-slider .slide-inner,
.industry-hero-slider .hero-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-size: cover;
	background-position: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
}

.industry-hero-slider .slide-inner:before,
.industry-hero-slider .hero-inner:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(83.11deg, #001220 15.12%, rgba(0, 18, 32, 0.622955) 31.33%, rgba(0, 18, 32, 0) 61.65%);
	-webkit-transform: matrix(1, 0, 0, -1, 0, 0);
	transform: matrix(1, 0, 0, -1, 0, 0);
	content: "";
}

.industry-hero-slider .slide-inner .slide-content,
.industry-hero-slider .hero-inner .slide-content {
	position: relative;
	z-index: 111;
	max-width: 670px;
}

@media (max-width: 1199px) {
	.industry-hero-slider .slide-inner .slide-content,
  .industry-hero-slider .hero-inner .slide-content {
		padding-bottom: 0;
	}
}

@media (max-width: 991px) {
	.industry-hero-slider .slide-inner .slide-content,
  .industry-hero-slider .hero-inner .slide-content {
		padding-bottom: 0;
	}
}

.industry-hero-slider .slide-title h2 {
	font-style: normal;
	font-weight: 500;
	font-size: 128px;
	line-height: 88%;
	margin: 10px 0 25px;
	color: #fff;
}

@media (max-width: 991px) {
	.industry-hero-slider .slide-title h2 {
		font-size: 90px;
		font-size: 6rem;
	}
}

@media (max-width: 767px) {
	.industry-hero-slider .slide-title h2 {
		font-size: 65px;
		font-size: 4.33333rem;
	}
}

@media (max-width: 575px) {
	.industry-hero-slider .slide-title h2 {
		font-size: 55px;
		font-size: 3.66667rem;
	}
}

.industry-hero-slider .slide-text span {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 116.5%;
	letter-spacing: 0.295em;
	text-transform: uppercase;
	
	display: block;
	color: #b21414;
	margin-bottom: 25px;
	padding: 12px 0;
	position: relative;
	padding-left: 10px;
}

.industry-hero-slider .slide-text span:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 39px;
	width: 39px;
	content: "";
	background: rgba(255, 255, 255, 0.13);
}

.industry-hero-slider .swiper-button-prev,
.industry-hero-slider .swiper-button-next {
	display: none;
}

.industry-hero-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 20px 0 !important;
}

.industry-hero-slider .swiper-pagination {
	right: 50px;
	top: 60%;
	left: auto;
	width: unset;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 575px) {
	.industry-hero-slider .swiper-pagination {
		right: 20px;
	}
}

@media (max-width: 767px) {
	.industry-hero-slider .swiper-pagination {
		top: auto;
		bottom: 20px !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		left: 50%;
		right: auto;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.industry-hero-slider .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	text-align: center;
	line-height: 12px;
	font-size: 18px;
	color: #fff;
	opacity: 1;
	display: block;
	background: none;
}

.industry-hero-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	color: #b21414;
	position: relative;
}

.industry-hero-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	position: absolute;
	left: -55px;
	top: 50%;
	width: 50px;
	height: 1px;
	content: "";
	background: #b21414;
	-webkit-transition: all .3s;
	transition: all .3s;
}

@media (max-width: 767px) {
	.industry-hero-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
		height: 15px;
		width: 1px;
		left: 6px;
		top: -20px;
	}
}

@media (max-width: 767px) {
	.industry-hero-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0px 10px !important;
	}
}

.industry-hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.industry-hero-slider .swiper-pagination-custom,
.industry-hero-slider .swiper-pagination-fraction {
	bottom: 30px;
}

.industry-hero-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8px;
}

/*--------------------------------------------------------------
4. industry-footer
--------------------------------------------------------------*/
.industry-site-footer {
	background: #192436;
	position: relative;
	font-size: 15px;
	overflow: hidden;
	z-index: 1;
}

.industry-site-footer ul {
	list-style: none;
}

.industry-site-footer p {
	color: rgba(255, 255, 255, 0.6);
}

.industry-site-footer li {
	color: rgba(255, 255, 255, 0.6);
}

.industry-site-footer .container {
	position: relative;
}

.industry-site-footer .industry-upper-footer {
	padding: 200px 0 100px;
	position: relative;
	overflow: hidden;
}

.industry-site-footer .industry-upper-footer .navbar-brand {
	color: #fff;
}

@media (max-width: 991px) {
	.industry-site-footer .industry-upper-footer {
		padding: 80px 0 0;
	}
}

@media (max-width: 767px) {
	.industry-site-footer .industry-upper-footer {
		padding: 60px 0 0;
	}
}

@media (max-width: 991px) {
	.industry-site-footer .industry-upper-footer .col {
		min-height: 235px;
		margin-bottom: 70px;
	}
}

@media (max-width: 767px) {
	.industry-site-footer .industry-upper-footer .col {
		min-height: auto;
		margin-bottom: 60px;
	}
}

.industry-site-footer .widget-title {
	margin-bottom: 20px;
}

.industry-site-footer .widget-title h3 {
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 95%;
	text-transform: capitalize;
	color: #fff;
	margin: 0;
	position: relative;
}

.industry-site-footer .about-widget ul {
	overflow: hidden;
	max-width: 250px;
}

.industry-site-footer .about-widget ul li {
	font-weight: 500;
	font-size: 16px;
	line-height: 160.5%;
	float: left;
}

.industry-site-footer .about-widget ul li + li {
	margin-top: 10px;
}

.industry-site-footer .industry-service-link-widget {
	padding-left: 70px;
}

.industry-site-footer .link-widget {
	overflow: hidden;
}

.industry-site-footer .link-widget.s2 {
	padding-left: 50px;
}

@media (max-width: 1200px) {
	.industry-site-footer .link-widget.s2 {
		padding: 0;
	}
}

.industry-site-footer .link-widget ul li {
	position: relative;
	z-index: 1;
	padding: 8px 0;
	padding-left: 25px;
}

.industry-site-footer .link-widget ul li:before {
	position: absolute;
	left: 0px;
	top: 8px;
	content: "\f123";
	z-index: -1;
	font-family: "flaticon_Pdustry";
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.industry-site-footer .link-widget ul li a {
	color: rgba(255, 255, 255, 0.6);
	font-size: 16px;
}

.industry-site-footer .link-widget ul li a:hover {
	color: #b21414;
}

.industry-site-footer .instagram ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0px -3px;
}

.industry-site-footer .instagram ul li {
	-ms-flex: 0 0 33.33%;
	-webkit-box-flex: 0;
	flex: 0 0 33.33%;
	max-width: 33.33%;
	margin-bottom: 5px;
	padding: 0px 3px;
}

.industry-site-footer .instagram ul li img {
	width: 100%;
}

.industry-site-footer .industry-lower-footer {
	text-align: left;
	border-top: 1px solid #30465C;
	padding: 30px 0;
}

.industry-site-footer .industry-lower-footer .row {
	position: relative;
}

@media (max-width: 991px) {
	.industry-site-footer .industry-lower-footer {
		text-align: center;
	}
}

.industry-site-footer .industry-lower-footer h3 {
	color: #fff;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 95%;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.industry-site-footer .industry-lower-footer .industry-lower-social {
	text-align: center;
}

@media (max-width: 991px) {
	.industry-site-footer .industry-lower-footer .industry-lower-social {
		padding: 25px 0;
	}
}

.industry-site-footer .industry-lower-footer .social ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.industry-site-footer .industry-lower-footer .social ul li + li {
	margin-left: 10px;
}

.industry-site-footer .industry-lower-footer .social ul li a {
	color: #fff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	display: block;
	text-align: center;
	font-size: 16px;
}

.industry-site-footer .industry-lower-footer .social ul li a:hover {
	background: #b21414;
}

.industry-site-footer .industry-lower-footer .social ul li a .fi:before {
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
}

.industry-site-footer .industry-lower-footer ul li {
	color: rgba(188, 192, 197, 0.97);
}

.industry-site-footer .industry-lower-footer ul li a {
	color: #fff;
}

.industry-site-footer .industry-lower-footer .link ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media (max-width: 991px) {
	.industry-site-footer .industry-lower-footer .link ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 10px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.industry-site-footer .industry-lower-footer .link ul li a {
	color: rgba(188, 192, 197, 0.97);
}

.industry-site-footer .industry-lower-footer .link ul li a:hover {
	color: #b21414;
}

.industry-site-footer .industry-lower-footer .link ul li + li {
	padding-left: 20px;
	position: relative;
}

@media (max-width: 375px) {
	.industry-site-footer .industry-lower-footer .link ul li + li {
		padding-left: 5px;
		margin-left: 5px;
	}
}

.sticky-header {
	width: 100%;
	position: fixed;
	left: 0;
	top: -200px;
	z-index: 9999;
	opacity: 0;
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
}

.sticky-on {
	opacity: 1;
	top: 0;
}

/* 3.2 industry-about-section */
.industry-about-section {
	padding-top: 90px;
}

@media (max-width: 991px) {
	.industry-about-section {
		padding-top: 80px;
	}
}

@media (max-width: 767px) {
	.industry-about-section {
		padding-top: 70px;
	}
}

.industry-about-section .industry-about-wrap .industry-about-text {
	padding-right: 20px;
}

@media (max-width: 991px) {
	.industry-about-section .industry-about-wrap .industry-about-text {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.industry-about-section .industry-about-wrap .industry-about-text {
		padding-right: 0;
	}
}

.industry-about-section .industry-about-wrap .industry-about-text h2 {
	font-style: normal;
	font-weight: 500;
	font-size: 64px;
	line-height: 100.8%;
	letter-spacing: 0.01em;
	margin-bottom: 20px;
}

@media (max-width: 1199px) {
	.industry-about-section .industry-about-wrap .industry-about-text h2 {
		font-size: 45px;
	}
}

.industry-about-section .industry-about-wrap .industry-about-text h5 {
	font-style: normal;
	font-weight: 300;
	font-size: 32px;
	line-height: 104.8%;
	/* max-width: 504px; */
	margin-bottom: 20px;
}

@media (max-width: 991px) {
	.industry-about-section .industry-about-wrap .industry-about-text h5 {
		max-width: 100%;
	}
}

.industry-about-section .industry-about-wrap .industry-about-text p {
	overflow: hidden;
	line-height: 160%;
	/* max-width: 566px; */
}

@media (max-width: 991px) {
	.industry-about-section .industry-about-wrap .industry-about-text p {
		max-width: 100%;
	}
}

.industry-about-section .industry-about-wrap .industry-about-text small {
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.01em;
	text-transform: capitalize;
	
	color: #b21414;
	padding-left: 15px;
	position: relative;
	display: inline-block;
	margin-bottom: 25px;
	background: #fff;
	z-index: 1;
}

.industry-about-section .industry-about-wrap .industry-about-text small:before {
	position: absolute;
	left: 0;
	top: -7px;
	height: 39px;
	width: 39px;
	content: "";
	border: 2px solid #b21414;
	z-index: -11;
}

.industry-about-section .industry-about-wrap .industry-about-text small:after {
	position: absolute;
	left: 34px;
	top: 3px;
	height: 20px;
	width: 20px;
	content: "";
	background: #fff;
	z-index: -1;
}

.industry-about-section .industry-about-wrap .industry-about-text .industry-about-left-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-top: 30px;
}

@media (max-width: 575px) {
	.industry-about-section .industry-about-wrap .industry-about-text .industry-about-left-info {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.industry-about-section .industry-about-wrap .industry-about-text .industry-about-left-info .industry-about-left-img img {
	border-radius: 50%;
}

.industry-about-section .industry-about-wrap .industry-about-text .industry-about-left-info .industry-about-left-text {
	margin-left: 20px;
	margin-top: 10px;
}

.industry-about-section .industry-about-wrap .industry-about-text .industry-about-left-info .industry-about-left-text h5 {
	font-weight: 700;
	font-size: 17px;
	line-height: 160%;
	text-transform: capitalize;
	color: rgba(26, 36, 63, 0.84);
	margin-bottom: 0;
}

.industry-about-section .industry-about-wrap .industry-about-text .industry-about-left-info .industry-about-left-text span {
	font-weight: 400;
	font-size: 14px;
	line-height: 160%;
	text-transform: capitalize;
	color: rgba(26, 36, 63, 0.39);
}

.industry-about-section .industry-about-wrap .industry-about-text .industry-about-left-info .industry-about-left-inner {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 575px) {
	.industry-about-section .industry-about-wrap .industry-about-text .industry-about-left-info .industry-about-left-inner {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-bottom: 20px;
	}
}

.industry-about-section .industry-about-wrap .industry-about-text .industry-about-left-info h6 {
	margin-bottom: 0;
	font-weight: 400;
	font-size: 20px;
	line-height: 160%;
	text-transform: capitalize;
	color: rgba(26, 36, 63, 0.84);
}

.industry-about-section .industry-about-wrap .industry-about-text .industry-funfact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	/* max-width: 450px; */
	margin-top: 30px;
	padding-bottom: 20px;
	/* border-bottom: 1px solid #E2EBEF; */
}

.industry-about-section .industry-about-wrap .industry-about-text .industry-funfact .industry-funfact-item h3 {
	font-style: normal;
	font-weight: 400;
	font-size: 96px;
	line-height: 90px;
	color: #b21414;
}

@media (max-width: 1199px) {
	.industry-about-section .industry-about-wrap .industry-about-text .industry-funfact .industry-funfact-item h3 {
		font-size: 50px;
		line-height: 50px;
	}
}

.industry-about-section .industry-about-wrap .industry-about-text .industry-funfact .industry-funfact-item h3 span {
	
	line-height: 90px;
}

@media (max-width: 1199px) {
	.industry-about-section .industry-about-wrap .industry-about-text .industry-funfact .industry-funfact-item h3 span {
		line-height: 50px;
	}
}

.industry-about-section .industry-about-wrap .industry-about-text .industry-funfact .industry-funfact-item p {
	margin-bottom: 0;
	font-weight: 300;
	font-size: 24px;
	line-height: 160%;
	
}

@media (max-width: 575px) {
	.industry-about-section .industry-about-wrap .industry-about-text .industry-funfact .industry-funfact-item p {
		font-size: 18px;
	}
}

.industry-about-section .industry-about-wrap .industry-about-img {
	text-align: right;
	margin-left: 30px;
	margin-right: 30px;
	position: relative;
	max-width: 545px;
	padding-top: 15px;
	padding-left: 15px;
	z-index: 1;
}

.industry-about-section .industry-about-wrap .industry-about-img:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 96%;
	height: 92%;
	content: "";
	border: 1px solid #1A284F;
	z-index: -1;
}

@media (max-width: 575px) {
	.industry-about-section .industry-about-wrap .industry-about-img:before {
		height: 80%;
	}
}

.industry-about-section .industry-about-wrap .industry-about-img:after {
	position: absolute;
	right: -35px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 80%;
	height: 80%;
	content: "";
	background: #F5F9FB;
	z-index: -1;
}

@media (max-width: 575px) {
	.industry-about-section .industry-about-wrap .industry-about-img:after {
		right: -15px;
		height: 60%;
	}
}

@media (max-width: 991px) {
	.industry-about-section .industry-about-wrap .industry-about-img {
		text-align: left;
		margin-top: 30px;
	}
}

.industry-about-section .industry-about-wrap .industry-about-img .industry-about-img-text {
	width: 201px;
	height: 235px;
	background: rgba(252, 0, 18, 0.65);
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	border-radius: 8px;
	margin-top: -100px;
	margin-left: -50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

@media (max-width: 575px) {
	.industry-about-section .industry-about-wrap .industry-about-img .industry-about-img-text {
		width: 140px;
		height: 180px;
		margin-top: -135px;
	}
}

.industry-about-section .industry-about-wrap .industry-about-img .industry-about-img-text .industry-about-icon {
	display: block;
}

.industry-about-section .industry-about-wrap .industry-about-img .industry-about-img-text .industry-about-icon .fi:before {
	font-size: 80px;
	color: #fff;
}

.industry-about-section .industry-about-wrap .industry-about-img .industry-about-img-text span {
	display: block;
	max-width: 133px;
	margin: 0 auto;
	font-weight: 700;
	font-size: 16px;
	line-height: 112.5%;
	text-align: center;
	text-transform: capitalize;
	color: #fff;
}

@media (max-width: 575px) {
	.industry-about-section .industry-about-wrap .industry-about-img .industry-about-img-text span {
		font-size: 14px;
	}
}

/* 3.3 industry-service-area */
.industry-service-area .industry-service-wrap {
	background: rgba(255, 255, 255, 0.92);
	-webkit-box-shadow: 0px 5px 30px rgba(7, 6, 56, 0.08);
	box-shadow: 0px 5px 30px rgba(7, 6, 56, 0.08);
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	position: relative;
	margin-bottom: -110px;
	z-index: 11;
}

.industry-service-area .industry-service-wrap .col {
	border-left: 1px solid #E2EBEF;
}

.industry-service-area .industry-service-wrap .col:first-child {
	border-left: 0;
}

@media (max-width: 991px) {
	.industry-service-area .industry-service-wrap .col:nth-child(3) {
		border-left: 0;
	}
}

@media (max-width: 767px) {
	.industry-service-area .industry-service-wrap .col {
		border: 0;
	}
}

.industry-service-area .industry-service-wrap .industry-service-item {
	padding: 70px 30px;
}

@media (max-width: 1399px) {
	.industry-service-area .industry-service-wrap .industry-service-item {
		padding: 60px 15px;
	}
}

@media (max-width: 991px) {
	.industry-service-area .industry-service-wrap .industry-service-item {
		padding: 60px 25px;
		border-bottom: 1px solid #E2EBEF;
	}
}

@media (max-width: 767px) {
	.industry-service-area .industry-service-wrap .industry-service-item {
		padding: 40px 15px;
	}
}

.industry-service-area .industry-service-wrap .industry-service-item .fi:before {
	font-size: 50px;
	color: #b21414;
}

.industry-service-area .industry-service-wrap .industry-service-item h2 {
	font-weight: 400;
	font-size: 32px;
	line-height: 33px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.industry-service-area .industry-service-wrap .industry-service-item h2 a {
	color: #1A284F;
}

.industry-service-area .industry-service-wrap .industry-service-item h2 a:hover {
	color: #b21414;
}

.industry-service-area .industry-service-wrap .industry-service-item p {
	font-weight: 300;
	font-size: 17px;
	line-height: 160%;
	margin-bottom: 0;
}

/* 3.4 industry-video-section*/
.industry-video-section {
	background: url(../image/v-bg.jpg) no-repeat center center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-size: cover;
	padding: 180px 0 120px;
	position: relative;
	z-index: 1;
}

.industry-video-section:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: linear-gradient(152.17deg, #04142E 8.25%, rgba(0, 0, 0, 0) 82.72%);
	z-index: -1;
}

@media (max-width: 767px) {
	.industry-video-section {
		padding: 120px 0 60px;
	}
}

.industry-video-section .industry-video-item .industry-video-icon {
	text-align: center;
	padding-top: 40px;
}

.industry-video-section .industry-video-item .industry-video-icon .video-btn {
	display: block;
	width: 90px;
	height: 90px;
	line-height: 90px;
	background: #b21414;
	margin: 0 auto;
	border-radius: 50%;
	position: relative;
}

.industry-video-section .industry-video-item .industry-video-icon .video-btn:before {
	content: " ";
	width: 125%;
	height: 125%;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	position: absolute;
	left: -12px;
	top: -11px;
	-webkit-animation: pulse 1s infinite;
	animation: pulse 1s infinite;
	z-index: -1;
}

.industry-video-section .industry-video-item .industry-video-icon .video-btn .fi {
	color: #fff;
}

.industry-video-section .industry-video-item .industry-video-icon .video-btn .fi:before {
	font-size: 30px;
}

.industry-video-section .industry-video-item .industry-viedo-title {
	text-align: center;
	max-width: 755px;
	margin: 0 auto;
	margin-top: 40px;
}

.industry-video-section .industry-video-item .industry-viedo-title h2 {
	font-weight: 600;
	font-size: 96px;
	line-height: 101%;
	text-align: center;
	letter-spacing: -0.01em;
	color: #fff;
}

@media (max-width: 991px) {
	.industry-video-section .industry-video-item .industry-viedo-title h2 {
		font-size: 80px;
	}
}

@media (max-width: 767px) {
	.industry-video-section .industry-video-item .industry-viedo-title h2 {
		font-size: 60px;
	}
}

@media (max-width: 575px) {
	.industry-video-section .industry-video-item .industry-viedo-title h2 {
		font-size: 40px;
	}
}

@media (max-width: 450px) {
	.industry-video-section .industry-video-item .industry-viedo-title h2 {
		font-size: 30px;
	}
}

/* 3.5 industry-testimonial-section*/
.industry-testimonial-section .industry-testimonial-item {
	padding: 0;
	background: none;
	z-index: 1;
}

.industry-testimonial-section .industry-testimonial-item .industry-testimonial-slide:before {
	z-index: 1;
}

.industry-testimonial-section .industry-testimonial-item .industry-testimonial-slide .industry-testimonial-slide-inner {
	padding: 40px;
	background: #fff;
	-webkit-box-shadow: 4px 10px 25px #eaeced;
	box-shadow: 4px 10px 25px #eaeced;
	position: relative;
}

@media (max-width: 767px) {
	.industry-testimonial-section .industry-testimonial-item .industry-testimonial-slide .industry-testimonial-slide-inner {
		padding: 30px;
	}
}

.industry-testimonial-section .industry-testimonial-item .industry-testimonial-slide .industry-testimonial-slide-inner:before {
	position: absolute;
	left: 55px;
	bottom: -20px;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #fff;
	content: "";
}

.industry-testimonial-section .industry-testimonial-item .industry-testimonial-slide .industry-testimonial-slide-inner p {
	font-style: italic;
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.industry-testimonial-section .industry-testimonial-item .industry-testimonial-slide .industry-testimonial-slide-inner p {
		font-size: 16px;
	}
}

.industry-testimonial-section .industry-testimonial-item .industry-testimonial-slide .industry-testimonial-client {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 20px;
}

.industry-testimonial-section .industry-testimonial-item .industry-testimonial-slide .industry-testimonial-client img {
	border-radius: 50%;
}

.industry-testimonial-section .industry-testimonial-item .industry-testimonial-slide .industry-testimonial-client .industry-testimonial-client-img {
	border-radius: 50%;
	background: #F0F0F0;
	padding: 5px;
}

.industry-testimonial-section .industry-testimonial-item .industry-testimonial-slide .industry-testimonial-client .industry-testimonial-client-text {
	margin-left: 20px;
	margin-top: 15px;
	position: relative;
}

.industry-testimonial-section .industry-testimonial-item .industry-testimonial-slide .industry-testimonial-client .industry-testimonial-client-text h4 {
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 575px) {
	.industry-testimonial-section .industry-testimonial-item .industry-testimonial-slide .industry-testimonial-client .industry-testimonial-client-text h4 {
		font-size: 20px;
	}
}

.industry-testimonial-section .industry-testimonial-item .industry-testimonial-slide .industry-testimonial-client .industry-testimonial-client-text span {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 160%;
}

.industry-testimonial-section .industry-testimonial-item .industry-testimonial-slide .industry-testimonial-client .industry-testimonial-client-text:before {
	position: absolute;
	right: -60px;
	top: -5px;
	content: "\f11d";
	font-family: "flaticon_Pdustry";
	font-style: normal;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #D4E3EB;
	text-align: center;
	-webkit-clip-path: polygon(100% 0, 100% 84%, 61% 84%, 48% 100%, 35% 84%, 0 84%, 0 0);
	clip-path: polygon(100% 0, 100% 84%, 61% 84%, 48% 100%, 35% 84%, 0 84%, 0 0);
	color: #fff;
	border-radius: 3px;
	font-size: 14px;
}

@media (max-width: 575px) {
	.industry-testimonial-section .industry-testimonial-item .industry-testimonial-slide .industry-testimonial-client .industry-testimonial-client-text:before {
		right: -45px;
	}
}

.industry-testimonial-section .industry-testimonial-item .industry-testimonial-slide .industry-testimonial-client {
	padding-left: 45px;
	margin-top: 40px;
}

.industry-testimonial-section .owl-item.active.center .industry-testimonial-slide .industry-testimonial-client .industry-testimonial-client-img {
	background: rgba(252, 0, 18, 0.2);
}

.industry-testimonial-section .owl-item.active.center .industry-testimonial-slide .industry-testimonial-client .industry-testimonial-client-text:before {
	background: #b21414;
}

.industry-testimonial-section .owl-stage-outer {
	margin: -25px;
}

.industry-testimonial-section .owl-stage-outer .owl-stage {
	margin: 25px;
}

.industry-testimonial-section .owl-nav {
	display: none;
}

.industry-testimonial-section .owl-dots {
	bottom: -50px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media (min-width: 575px) {
	.industry-testimonial-section .owl-dots {
		display: none;
	}
}

.industry-testimonial-section .owl-dots button {
	border: 0;
	width: 10px;
	height: 12px;
	margin: 5px;
	border-radius: 50%;
}

.industry-testimonial-section .owl-dots button.active {
	background: #b21414;
}

/* 3.6 industry-contact-section*/
.industry-contact-section {
	background: url(../image/contact-bg.jpg) no-repeat center center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.industry-contact-section .row {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.industry-contact-section .industry-contact-info {
	padding: 40px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width:860px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 991px) {
	.industry-contact-section .industry-contact-info {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.industry-contact-section .industry-contact-info {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-bottom: 0px;
	}
}

.industry-contact-section .industry-contact-info .industry-contact-info-item {
	padding: 0 10px;
	min-width:30%;
}

@media (max-width: 767px) {
	.industry-contact-section .industry-contact-info .industry-contact-info-item {
		text-align: center;
		padding: 0 20px;
		margin-bottom: 30px;
	}
}

.industry-contact-section .industry-contact-info .industry-contact-info-item .icon {
	position: relative;
	max-width: 60px;
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.industry-contact-section .industry-contact-info .industry-contact-info-item .icon {
		margin: 0 auto;
		margin-bottom: 10px;
	}
}

.industry-contact-section .industry-contact-info .industry-contact-info-item .icon:before {
	position: absolute;
	left: 10px;
	top: -10px;
	width: 55px;
	height: 55px;
	background: rgba(252, 0, 18, 0.06);
	content: "";
	border-radius: 50%;
}

.industry-contact-section .industry-contact-info .industry-contact-info-item .icon .fi:before {
	font-size: 35px;
	color: #b21414;
}

.industry-contact-section .industry-contact-info .industry-contact-info-item span {
	font-weight: 500;
	font-size: 14px;
	line-height: 23px;
	text-transform: capitalize;
}

.industry-contact-section .industry-contact-info .industry-contact-info-item h6 {
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 34px;
	text-transform: lowercase;
	margin-bottom: 0;
}

@media (max-width: 1199px) {
	.industry-contact-section .industry-contact-info .industry-contact-info-item h6 {
		font-size: 20px;
	}
}

.industry-contact-section .industry-contact-form-area {
	padding: 40px;
	padding-top: 60px;
	background: #fff;
}

@media (max-width: 575px) {
	.industry-contact-section .industry-contact-form-area {
		padding: 25px;
		padding-top: 50px;
	}
}

.industry-contact-section .industry-contact-form-area .industry-section-title-s2 {
	text-align: left;
}

.industry-contact-section .industry-contact-form-area .form-group {
	margin-bottom: 20px;
}

.industry-contact-section .industry-contact-form-area form input,
.industry-contact-section .industry-contact-form-area form select,
.industry-contact-section .industry-contact-form-area form textarea {
	background: #F9FBFD;
	border: 1px solid #D8E7EF;
	width: 100%;
	height: 56px;
	border-radius: 0px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	padding-left: 25px;
}

@media (max-width: 991px) {
	.industry-contact-section .industry-contact-form-area form input,
  .industry-contact-section .industry-contact-form-area form select,
  .industry-contact-section .industry-contact-form-area form textarea {
		height: 45px;
	}
}

.industry-contact-section .industry-contact-form-area form input:focus,
.industry-contact-section .industry-contact-form-area form select:focus,
.industry-contact-section .industry-contact-form-area form textarea:focus {
	border-color: #b21414;
	background: #fff;
}

.industry-contact-section .industry-contact-form-area form textarea {
	height: 107px;
	padding-top: 15px;
}

.industry-contact-section .industry-contact-form-area .submit-area {
	margin-top: 32px;
}

/* 3.7 industry-team-section */
.industry-team-section {
	padding-bottom: 90px;
}

@media (max-width: 991px) {
	.industry-team-section {
		padding-bottom: 60px;
	}
}

@media (max-width: 767px) {
	.industry-team-section {
		padding-bottom: 40px;
	}
}

.industry-team-section .industry-team-item {
	margin-bottom: 30px;
}

.industry-team-section .industry-team-item .industry-team-img {
	position: relative;
}

.industry-team-section .industry-team-item .industry-team-img img {
	width: 100%;
}

.industry-team-section .industry-team-item .industry-team-img .social {
	position: absolute;
	left: 30px;
	bottom: 30px;
}

.industry-team-section .industry-team-item .industry-team-img .social ul {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.industry-team-section .industry-team-item .industry-team-img .social ul li {
	-webkit-transition: all .2s;
	transition: all .2s;
	opacity: 0;
	visibility: hidden;
	margin-left: -10px;
}

.industry-team-section .industry-team-item .industry-team-img .social ul li + li {
	margin-left: -10px;
}

.industry-team-section .industry-team-item .industry-team-img .social ul li:nth-child(2) {
	-webkit-transition: all .3s;
	transition: all .3s;
	margin-left: -20px;
}

.industry-team-section .industry-team-item .industry-team-img .social ul li:nth-child(3) {
	-webkit-transition: all .4s;
	transition: all .4s;
	margin-left: -30px;
}

.industry-team-section .industry-team-item .industry-team-img .social ul li:nth-child(4) {
	-webkit-transition: all .5s;
	transition: all .5s;
	margin-left: -40px;
}

.industry-team-section .industry-team-item .industry-team-img .social ul li a {
	display: block;
	width: 37px;
	height: 37px;
	line-height: 37px;
	background: #fff;
	text-align: center;
	color: #545966;
}

.industry-team-section .industry-team-item .industry-team-img .social ul li a:hover {
	background: #b21414;
	color: #fff;
}

.industry-team-section .industry-team-item .industry-team-img .social ul li a .fi:before {
	font-size: 14px;
}

.industry-team-section .industry-team-item .industry-team-img:hover .social ul li {
	opacity: 1;
	visibility: visible;
	margin-left: 0;
}

.industry-team-section .industry-team-item .industry-team-img:hover .social ul li + li {
	margin-left: 10px;
}

.industry-team-section .industry-team-item .industry-team-text {
	padding: 30px 0 0 40px;
}

@media (max-width: 575px) {
	.industry-team-section .industry-team-item .industry-team-text {
		padding: 20px 0 0 20px;
	}
}

.industry-team-section .industry-team-item .industry-team-text h3 {
	font-weight: 400;
	font-size: 32px;
	line-height: 33px;
	margin-bottom: 0;
}

.industry-team-section .industry-team-item .industry-team-text h3 a {
	color: #1A284F;
}

.industry-team-section .industry-team-item .industry-team-text h3 a:hover {
	color: #b21414;
}

.industry-team-section .industry-team-item .industry-team-text span {
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 160%;
	color: #b21414;
}

/* 3.8 industry-blog-section */
.industry-blog-section {
	padding-bottom: 90px;
	position: relative;
	z-index: 1;
}

.industry-blog-section:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #F5F9FB;
	z-index: -1;
}

@media (max-width: 991px) {
	.industry-blog-section {
		padding-bottom: 60px;
	}
}

@media (max-width: 767px) {
	.industry-blog-section {
		padding-bottom: 40px;
	}
}

.industry-blog-section .industry-button {
	text-align: right;
}

@media (max-width: 991px) {
	.industry-blog-section .industry-button {
		text-align: center;
		margin-bottom: 30px;
	}
}

.industry-blog-section .industry-blog-items .industry-blog-item {
	margin-bottom: 30px;
	position: relative;
}

.industry-blog-section .industry-blog-items .industry-blog-item .industry-blog-img img {
	width: 100%;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.industry-blog-section .industry-blog-items .industry-blog-item .industry-blog-content {
	padding: 30px;
	background: rgba(255, 255, 255, 0.86);
	-webkit-box-shadow: 0px 11px 20px rgba(8, 0, 57, 0.1);
	box-shadow: 0px 11px 20px rgba(8, 0, 57, 0.1);
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	margin-left: 45px;
	/* margin-top: -50px; */
	position: relative;
}

@media (max-width: 575px) {
	.industry-blog-section .industry-blog-items .industry-blog-item .industry-blog-content {
		padding: 20px;
	}
}

.industry-blog-section .industry-blog-items .industry-blog-item .industry-blog-content .comment {
	width: 148px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: #b21414;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	position: absolute;
	top: 52px;
	left: -97px;
}

.industry-blog-section .industry-blog-items .industry-blog-item .industry-blog-content .comment span {
	font-weight: 500;
	font-size: 18px;
	line-height: 123.5%;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	
}

.industry-blog-section .industry-blog-items .industry-blog-item .industry-blog-content ul {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px;
}

@media (max-width: 991px) {
	.industry-blog-section .industry-blog-items .industry-blog-item .industry-blog-content ul {
		margin-bottom: 10px;
	}
}

.industry-blog-section .industry-blog-items .industry-blog-item .industry-blog-content ul li {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 123.5%;
	text-transform: uppercase;
	color: #969AA6;
}

@media (max-width: 1399px) {
	.industry-blog-section .industry-blog-items .industry-blog-item .industry-blog-content ul li {
		font-size: 15px;
	}
}

@media (max-width: 991px) {
	.industry-blog-section .industry-blog-items .industry-blog-item .industry-blog-content ul li {
		font-size: 14px;
	}
}

.industry-blog-section .industry-blog-items .industry-blog-item .industry-blog-content ul li + li {
	padding-left: 15px;
	margin-left: 15px;
	position: relative;
}

@media (max-width: 575px) {
	.industry-blog-section .industry-blog-items .industry-blog-item .industry-blog-content ul li + li {
		padding-left: 10px;
		margin-left: 10px;
	}
}

.industry-blog-section .industry-blog-items .industry-blog-item .industry-blog-content ul li + li:before {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "|";
}

.industry-blog-section .industry-blog-items .industry-blog-item .industry-blog-content ul li a {
	color: #969AA6;
}

.industry-blog-section .industry-blog-items .industry-blog-item .industry-blog-content ul li a:hover {
	color: #b21414;
}

.industry-blog-section .industry-blog-items .industry-blog-item .industry-blog-content h2 {
	
	margin-bottom: 15px;
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 105.8%;
	margin-top: 0;
	border-bottom: 1px solid #E2EBEF;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

@media (max-width: 1399px) {
	.industry-blog-section .industry-blog-items .industry-blog-item .industry-blog-content h2 {
		font-size: 24px;
	}
}

@media (max-width: 1200px) {
	.industry-blog-section .industry-blog-items .industry-blog-item .industry-blog-content h2 {
		font-size: 22px;
	}
}

@media (max-width: 991px) {
	.industry-blog-section .industry-blog-items .industry-blog-item .industry-blog-content h2 {
		margin-bottom: 10px;
	}
}

.industry-blog-section .industry-blog-items .industry-blog-item .industry-blog-content h2 a {
	color: #1A284F;
}

.industry-blog-section .industry-blog-items .industry-blog-item .industry-blog-content h2 a:hover {
	color: #b21414;
}

.industry-blog-section .industry-blog-items .industry-blog-item .industry-blog-content .b-btn {
	display: inline-block;
	padding-right: 30px;
	color: #71788A;
	position: relative;
	font-weight: 500;
	font-size: 16px;
	line-height: 123.5%;
	text-transform: uppercase;
	
	color: #1A284F;
}

@media (max-width: 575px) {
	.industry-blog-section .industry-blog-items .industry-blog-item .industry-blog-content .b-btn {
		font-size: 16px;
	}
}

.industry-blog-section .industry-blog-items .industry-blog-item .industry-blog-content .b-btn:before {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "\f123";
	-webkit-transition: all .3s;
	transition: all .3s;
	font-family: "flaticon_Pdustry";
}

.industry-blog-section .industry-blog-items .industry-blog-item .industry-blog-content .b-btn:hover {
	color: #b21414;
}

.industry-blog-section .industry-blog-items .industry-blog-item .industry-blog-content .b-btn:hover:before {
	right: -5px;
}

/* 3.9 industry-subscribe-section */
@media (max-width: 991px) {
	.industry-subscribe-section {
		padding-bottom: 90px;
	}
}

@media (max-width: 767px) {
	.industry-subscribe-section {
		padding-bottom: 80px;
	}
}

@media (max-width: 575px) {
	.industry-subscribe-section {
		padding-bottom: 70px;
	}
}

.industry-subscribe-section .industry-subscribe-wrap {
	background: rgba(252, 0, 18, 0.85);
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	padding: 50px;
	margin-bottom: -90px;
	position: relative;
	z-index: 11;
}

@media (max-width: 991px) {
	.industry-subscribe-section .industry-subscribe-wrap {
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	.industry-subscribe-section .industry-subscribe-wrap {
		padding: 30px;
	}
}

@media (max-width: 575px) {
	.industry-subscribe-section .industry-subscribe-wrap {
		padding: 30px 20px;
	}
}

.industry-subscribe-section .industry-subscribe-wrap .industry-subscribe-title {
	margin-top: 20px;
}

@media (max-width: 991px) {
	.industry-subscribe-section .industry-subscribe-wrap .industry-subscribe-title {
		margin-top: 0;
		margin-bottom: 30px;
	}
}

@media (max-width: 575px) {
	.industry-subscribe-section .industry-subscribe-wrap .industry-subscribe-title {
		margin-bottom: 15px;
	}
}

.industry-subscribe-section .industry-subscribe-wrap .industry-subscribe-title i {
	float: left;
	margin-right: 20px;
	line-height: 60px;
}

@media (max-width: 575px) {
	.industry-subscribe-section .industry-subscribe-wrap .industry-subscribe-title i {
		margin-right: 10px;
	}
}

.industry-subscribe-section .industry-subscribe-wrap .industry-subscribe-title i:before {
	color: #fff;
	font-size: 60px;
}

@media (max-width: 575px) {
	.industry-subscribe-section .industry-subscribe-wrap .industry-subscribe-title i:before {
		font-size: 40px;
	}
}

.industry-subscribe-section .industry-subscribe-wrap .industry-subscribe-title .subscribe-text {
	overflow: hidden;
}

.industry-subscribe-section .industry-subscribe-wrap .industry-subscribe-title .subscribe-text h2 {
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 95%;
	text-transform: capitalize;
	color: #fff;
}

@media (max-width: 575px) {
	.industry-subscribe-section .industry-subscribe-wrap .industry-subscribe-title .subscribe-text h2 {
		font-size: 30px;
	}
}

.industry-subscribe-section .industry-subscribe-wrap .industry-subscribe-title .subscribe-text p {
	margin-bottom: 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 150.5%;
	text-transform: capitalize;
	color: rgba(255, 255, 255, 0.97);
}

.industry-subscribe-section .industry-subscribe-wrap .industry-subscribe-form form {
	position: relative;
}

.industry-subscribe-section .industry-subscribe-wrap .industry-subscribe-form .form-field .form-control {
	width: 100%;
	height: 72px;
	border: 0;
	border-radius: 0;
	padding: 15px;
	padding-right: 80px;
}

@media (max-width: 575px) {
	.industry-subscribe-section .industry-subscribe-wrap .industry-subscribe-form .form-field .form-control {
		height: 50px;
	}
}

.industry-subscribe-section .industry-subscribe-wrap .industry-subscribe-form .form-field .form-control:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}

.industry-subscribe-section .industry-subscribe-wrap .industry-subscribe-form .form-field button {
	width: 54px;
	height: 52px;
	border: 0;
	background: #b21414;
	position: absolute;
	right: 10px;
	top: 10px;
	color: #fff;
}

@media (max-width: 575px) {
	.industry-subscribe-section .industry-subscribe-wrap .industry-subscribe-form .form-field button {
		height: 35px;
		top: 8px;
	}
}

/*=====================================================
5. industry-service-single
======================================================*/
.industry-service-single-area .industry-service-single-wrap .industry-service-single-title h3 {
	font-weight: 500;
	font-size: 35px;
	line-height: 130.5%;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.industry-service-single-area .industry-service-single-wrap .industry-service-single-title h3 {
		font-size: 25px;
	}
}

.industry-service-single-area .industry-service-single-wrap .industry-service-single-item {
	margin-bottom: 40px;
}

.industry-service-single-area .industry-service-single-wrap .industry-service-single-item .industry-service-single-main-img {
	margin-bottom: 30px;
}

.industry-service-single-area .industry-service-single-wrap .list-widget {
	max-width: 590px;
}

.industry-service-single-area .industry-service-single-wrap .list-widget ul {
	list-style: none;
}

.industry-service-single-area .industry-service-single-wrap .list-widget ul li {
	padding: 10px 0;
	padding-left: 35px;
	position: relative;
}

.industry-service-single-area .industry-service-single-wrap .list-widget ul li:before {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 50%;
	background: rgba(252, 0, 18, 0.1);
	content: "\e64c";
	font-family: "themify";
	text-align: center;
	color: #b21414;
	font-size: 14px;
}

.industry-service-single-area .industry-service-single-wrap .industry-p-details-img {
	margin-bottom: 10px;
}

.industry-service-single-area .industry-service-single-wrap .industry-service-area {
	padding-bottom: 0;
}

.industry-service-single-area .industry-service-single-wrap .industry-service-area .industry-service-item {
	padding: 20px;
	-webkit-box-shadow: 0px 2px 8px 2px rgba(22, 14, 71, 0.1);
	box-shadow: 0px 2px 8px 2px rgba(22, 14, 71, 0.1);
}

.industry-service-single-area .industry-service-single-wrap .industry-service-area .industry-service-item i img {
	max-width: 50px;
}

@media (max-width: 1200px) {
	.industry-service-single-area .industry-service-single-wrap .industry-service-area .industry-service-item {
		padding: 20px 10px;
	}
}

.industry-service-single-area .industry-service-single-wrap .industry-service-area .industry-service-item h2 {
	font-weight: 500;
	font-size: 25px;
	margin-bottom: 5px;
	margin-top: 20px;
}

@media (max-width: 1400px) {
	.industry-service-single-area .industry-service-single-wrap .industry-service-area .industry-service-item h2 {
		font-size: 19px;
		margin-bottom: 10px;
	}
}

@media (max-width: 1200px) {
	.industry-service-single-area .industry-service-single-wrap .industry-service-area .industry-service-item h2 {
		font-size: 17px;
		margin-bottom: 10px;
	}
}

@media (max-width: 991px) {
	.industry-service-single-area .industry-service-single-wrap .industry-service-area .industry-service-item h2 {
		font-size: 22px;
	}
}

.industry-service-single-area .industry-service-single-wrap .industry-service-area .industry-service-item p {
	font-size: 16px;
	margin-bottom: 0;
}

.industry-service-single-area .industry-service-single-wrap .industry-service-contact-area {
	padding: 30px;
	-webkit-box-shadow: 0px 2px 8px 2px rgba(22, 14, 71, 0.1);
	box-shadow: 0px 2px 8px 2px rgba(22, 14, 71, 0.1);
	border-radius: 20px;
	background: #fff;
}

.industry-service-single-area .industry-service-single-wrap .industry-service-contact-area .industry-contact-title {
	margin-bottom: 30px;
}

.industry-service-single-area .industry-service-single-wrap .industry-service-contact-area .industry-contact-form-area .col {
	margin-bottom: 30px;
}

.industry-service-single-area .industry-service-single-wrap .industry-service-contact-area .industry-contact-form-area .form-control {
	height: 50px;
	border: 0;
	border-bottom: 1px solid #E8E8E8;
	border-radius: 0;
}

.industry-service-single-area .industry-service-single-wrap .industry-service-contact-area .industry-contact-form-area .form-control:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.industry-service-single-area .industry-service-single-wrap .industry-service-contact-area .industry-contact-form-area textarea.form-control {
	height: 120px;
}

.industry-service-single-area .industry-service-single-wrap .industry-service-contact-area .industry-contact-form-area select.form-control {
	background: transparent url(../image/select-icon2.png) no-repeat calc(100% - 15px) center;
}

/*--------------------------------------------------------------
6. industry-project-page
--------------------------------------------------------------*/
/* 3.4 industry-project-area */
.industry-project-area,
.industry-project-area-s2 {
	position: relative;
	padding-bottom: 70px;
}

@media (max-width: 991px) {
	.industry-project-area,
  .industry-project-area-s2 {
		padding-bottom: 50px;
	}
}

@media (max-width: 767px) {
	.industry-project-area,
  .industry-project-area-s2 {
		padding-bottom: 40px;
	}
}

@media (max-width: 575px) {
	.industry-project-area,
  .industry-project-area-s2 {
		padding-bottom: 30px;
	}
}

.industry-project-area .industry-project-wrap .industry-project-item,
.industry-project-area-s2 .industry-project-wrap .industry-project-item {
	position: relative;
	margin-bottom: 50px;
}

.industry-project-area .industry-project-wrap .industry-project-item .industry-project-img,
.industry-project-area-s2 .industry-project-wrap .industry-project-item .industry-project-img {
	position: relative;
	z-index: 1;
}

.industry-project-area .industry-project-wrap .industry-project-item .industry-project-img img,
.industry-project-area-s2 .industry-project-wrap .industry-project-item .industry-project-img img {
	width: 100%;
}

.industry-project-area .industry-project-wrap .industry-project-item .industry-project-img:before,
.industry-project-area-s2 .industry-project-wrap .industry-project-item .industry-project-img:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #1A284F;
	content: "";
	opacity: 0;
	z-index: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
	visibility: hidden;
}

.industry-project-area .industry-project-wrap .industry-project-item .industry-project-img:after,
.industry-project-area-s2 .industry-project-wrap .industry-project-item .industry-project-img:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(62.07%, rgba(0, 0, 0, 0)), to(#000000));
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 62.07%, #000000 100%);
	content: "";
}

.industry-project-area .industry-project-wrap .industry-project-item .industry-project-img .thumb,
.industry-project-area-s2 .industry-project-wrap .industry-project-item .industry-project-img .thumb {
	position: absolute;
	right: 5px;
	bottom: -10px;
	z-index: 99;
}

@media only screen and (max-width: 1500px) and (min-width: 991px) {
	.industry-project-area .industry-project-wrap .industry-project-item .industry-project-img .thumb,
  .industry-project-area-s2 .industry-project-wrap .industry-project-item .industry-project-img .thumb {
		bottom: 30px;
	}
}

.industry-project-area .industry-project-wrap .industry-project-item .industry-project-img .thumb h4,
.industry-project-area-s2 .industry-project-wrap .industry-project-item .industry-project-img .thumb h4 {
	font-weight: 400;
	font-size: 120px;
	line-height: 0;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #b21414;
}

@media (max-width: 575px) {
	.industry-project-area .industry-project-wrap .industry-project-item .industry-project-img .thumb h4,
  .industry-project-area-s2 .industry-project-wrap .industry-project-item .industry-project-img .thumb h4 {
		font-size: 80px;
	}
}

.industry-project-area .industry-project-wrap .industry-project-item .industry-project-text,
.industry-project-area-s2 .industry-project-wrap .industry-project-item .industry-project-text {
	z-index: 111;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding-top: 20px;
}

.industry-project-area .industry-project-wrap .industry-project-item .industry-project-text h2,
.industry-project-area-s2 .industry-project-wrap .industry-project-item .industry-project-text h2 {
	font-size: 40px;
	line-height: 58px;
	margin-bottom: 0;
}

@media (max-width: 1199px) {
	.industry-project-area .industry-project-wrap .industry-project-item .industry-project-text h2,
  .industry-project-area-s2 .industry-project-wrap .industry-project-item .industry-project-text h2 {
		font-size: 30px;
		line-height: 45px;
	}
}

@media (max-width: 575px) {
	.industry-project-area .industry-project-wrap .industry-project-item .industry-project-text h2,
  .industry-project-area-s2 .industry-project-wrap .industry-project-item .industry-project-text h2 {
		font-size: 30px;
		line-height: 45px;
	}
}

.industry-project-area .industry-project-wrap .industry-project-item .industry-project-text h2 a,
.industry-project-area-s2 .industry-project-wrap .industry-project-item .industry-project-text h2 a {
	color: #1A284F;
}

.industry-project-area .industry-project-wrap .industry-project-item .industry-project-text h2 a:hover,
.industry-project-area-s2 .industry-project-wrap .industry-project-item .industry-project-text h2 a:hover {
	color: #b21414;
}

.industry-project-area .industry-project-wrap .industry-project-item .industry-project-text span,
.industry-project-area-s2 .industry-project-wrap .industry-project-item .industry-project-text span {
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	color: #b21414;
}

@media (max-width: 575px) {
	.industry-project-area .industry-project-wrap .industry-project-item .industry-project-text span,
  .industry-project-area-s2 .industry-project-wrap .industry-project-item .industry-project-text span {
		font-size: 16px;
	}
}

.industry-project-area .industry-project-wrap .industry-project-item:hover .industry-project-img:before,
.industry-project-area-s2 .industry-project-wrap .industry-project-item:hover .industry-project-img:before {
	opacity: .5;
	visibility: visible;
}

/*=====================================================
11. industry-project-single
======================================================*/
.industry-project-single-area .industry-project-single-wrap .industry-project-single-title h3 {
	font-weight: 500;
	font-size: 35px;
	line-height: 130.5%;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.industry-project-single-area .industry-project-single-wrap .industry-project-single-title h3 {
		font-size: 25px;
	}
}

.industry-project-single-area .industry-project-single-wrap .industry-project-single-item {
	margin-bottom: 40px;
}

.industry-project-single-area .industry-project-single-wrap .industry-project-single-item .industry-project-single-main-img {
	margin-bottom: 30px;
}

.industry-project-single-area .industry-project-single-wrap .industry-project-single-item .industry-project-single-content-des-right {
	max-width: 380px;
	-ms-flex-preferred-size: 35%;
	flex-basis: 35%;
	margin-left: auto;
	margin-bottom: 50px;
}

@media (max-width: 1200px) {
	.industry-project-single-area .industry-project-single-wrap .industry-project-single-item .industry-project-single-content-des-right {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-bottom: 40px;
	}
}

@media (max-width: 991px) {
	.industry-project-single-area .industry-project-single-wrap .industry-project-single-item .industry-project-single-content-des-right {
		margin-left: 0;
		max-width: 100%;
		margin-top: 20px;
	}
}

.industry-project-single-area .industry-project-single-wrap .industry-project-single-item .industry-project-single-content-des-right ul {
	list-style: none;
	padding: 50px 30px;
	-webkit-box-shadow: 0px 2px 10px rgba(14, 29, 44, 0.15);
	box-shadow: 0px 2px 10px rgba(14, 29, 44, 0.15);
}

@media (max-width: 575px) {
	.industry-project-single-area .industry-project-single-wrap .industry-project-single-item .industry-project-single-content-des-right ul {
		padding: 50px 20px;
	}
}

.industry-project-single-area .industry-project-single-wrap .industry-project-single-item .industry-project-single-content-des-right ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 0;
	font-size: 16px;
	color: #1A284F;
	font-weight: 600;
	position: relative;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-weight: 600;
}

.industry-project-single-area .industry-project-single-wrap .industry-project-single-item .industry-project-single-content-des-right ul li span {
	-ms-flex-preferred-size: 60%;
	flex-basis: 60%;
	color: #3F475E;
	font-weight: 400;
}

.industry-project-single-area .industry-project-single-wrap .industry-project-single-item .industry-project-single-content-des-right ul li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.industry-project-single-area .industry-project-single-wrap .industry-project-single-item .industry-project-single-content-des-right ul li:first-child {
	padding-top: 0;
}

.industry-project-single-area .industry-project-single-wrap .list-widget ul {
	list-style: none;
}

.industry-project-single-area .industry-project-single-wrap .list-widget ul li {
	padding: 7px 0;
	padding-left: 35px;
	position: relative;
}

.industry-project-single-area .industry-project-single-wrap .list-widget ul li:before {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 50%;
	background: rgba(252, 0, 18, 0.1);
	content: "\e64c";
	font-family: "themify";
	text-align: center;
	color: #b21414;
	font-size: 14px;
}

.industry-project-single-area .industry-project-single-wrap .industry-p-details-img {
	margin-bottom: 10px;
}

.industry-project-single-area .industry-project-single-wrap .industry-project-single-item-quote {
	padding: 45px;
	background: rgba(252, 0, 18, 0.1);
	text-align: center;
	border-radius: 15px;
}

@media (max-width: 991px) {
	.industry-project-single-area .industry-project-single-wrap .industry-project-single-item-quote {
		padding: 20px;
		margin-top: 30px;
	}
}

.industry-project-single-area .industry-project-single-wrap .industry-project-single-item-quote p {
	font-size: 22px;
	margin-bottom: 30px;
	color: #1A284F;
	line-height: 44px;
}

@media (max-width: 991px) {
	.industry-project-single-area .industry-project-single-wrap .industry-project-single-item-quote p {
		font-size: 16px;
		margin-bottom: 20px;
	}
}

.industry-project-single-area .industry-project-single-wrap .industry-project-single-item-quote span {
	font-size: 22px;
}

@media (max-width: 991px) {
	.industry-project-single-area .industry-project-single-wrap .industry-project-single-item-quote span {
		font-size: 16px;
	}
}

.industry-project-single-area .industry-project-single-wrap .industry-project-single-item-quote span span {
	color: #b21414;
}

@media (max-width: 991px) {
	.industry-project-single-area .industry-project-single-wrap .list-widget-s {
		margin-top: 30px;
	}
}

.industry-project-single-area .industry-project-single-wrap .industry-project-single-gallery {
	margin-bottom: 30px;
}

.industry-project-single-area .industry-project-single-wrap .industry-project-contact-area {
	padding: 30px;
	border-radius: 20px;
	-webkit-box-shadow: 0px 2px 8px 2px rgba(22, 14, 71, 0.1);
	box-shadow: 0px 2px 8px 2px rgba(22, 14, 71, 0.1);
	background: #fff;
}

.industry-project-single-area .industry-project-single-wrap .industry-project-contact-area .industry-contact-title {
	margin-bottom: 30px;
}

.industry-project-single-area .industry-project-single-wrap .industry-project-contact-area .industry-contact-form-area .col {
	margin-bottom: 30px;
}

.industry-project-single-area .industry-project-single-wrap .industry-project-contact-area .industry-contact-form-area .form-control {
	height: 50px;
	border: 0;
	border-bottom: 1px solid #E8E8E8;
	border-radius: 0;
	background: none;
}

.industry-project-single-area .industry-project-single-wrap .industry-project-contact-area .industry-contact-form-area .form-control:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.industry-project-single-area .industry-project-single-wrap .industry-project-contact-area .industry-contact-form-area textarea.form-control {
	height: 120px;
}

.industry-project-single-area .industry-project-single-wrap .industry-project-contact-area .industry-contact-form-area select.form-control {
	background: transparent url(../image/select-icon2.png) no-repeat calc(100% - 15px) center;
}

.industry-project-area-s2.single {
	padding-bottom: 30px;
}

.industry-project-area-s2.single .industry-project-item {
	margin-bottom: 30px;
}

/*=====================================================
7. industry-pricing-section
======================================================*/
.industry-pricing-section .industry-pricing-wrap .industry-pricing-item {
	-webkit-box-shadow: 0px 2px 16.8px 3.2px rgba(0, 38, 66, 0.08);
	box-shadow: 0px 2px 16.8px 3.2px rgba(0, 38, 66, 0.08);
}

@media (max-width: 991px) {
	.industry-pricing-section .industry-pricing-wrap .industry-pricing-item {
		margin-bottom: 30px;
	}
}

.industry-pricing-section .industry-pricing-wrap .industry-pricing-item .industry-pricing-top {
	padding: 30px;
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
}

.industry-pricing-section .industry-pricing-wrap .industry-pricing-item .industry-pricing-top .pricing-thumb {
	display: inline-block;
	padding: 3px 30px 5px;
	background: #b21414;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.industry-pricing-section .industry-pricing-wrap .industry-pricing-item .industry-pricing-top .pricing-thumb span {
	text-transform: uppercase;
	color: #fff;
}

.industry-pricing-section .industry-pricing-wrap .industry-pricing-item .industry-pricing-top .industry-pricing-text {
	margin-top: 30px;
}

.industry-pricing-section .industry-pricing-wrap .industry-pricing-item .industry-pricing-top .industry-pricing-text h2 {
	color: #1A284F;
	font-size: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 15px;
	font-weight: 700;
}

.industry-pricing-section .industry-pricing-wrap .industry-pricing-item .industry-pricing-top .industry-pricing-text h2 span {
	font-weight: 500;
	color: #969AA6;
	font-size: 16px;
	text-transform: uppercase;
}

.industry-pricing-section .industry-pricing-wrap .industry-pricing-item .industry-pricing-top .industry-pricing-text p {
	padding-bottom: 30px;
	max-width: 282px;
	margin: 0 auto;
	border-bottom: 1px solid #b21414;
}

.industry-pricing-section .industry-pricing-wrap .industry-pricing-item .industry-pricing-bottom {
	padding: 40px;
	padding-top: 35px;
	text-align: center;
}

.industry-pricing-section .industry-pricing-wrap .industry-pricing-item .industry-pricing-bottom .industry-pricing-bottom-text ul {
	list-style: none;
}

.industry-pricing-section .industry-pricing-wrap .industry-pricing-item .industry-pricing-bottom .industry-pricing-bottom-text ul li {
	color: #969AA6;
	padding-bottom: 15px;
}

.industry-pricing-section .industry-pricing-wrap .industry-pricing-item .industry-pricing-bottom .industry-pricing-bottom-text a {
	font-size: 16px;
	color: #b21414;
	font-weight: 500;
	display: inline-block;
	margin-top: 20px;
	position: relative;
	padding: 10px 25px;
	border: 1px solid #b21414;
}

.industry-pricing-section .industry-pricing-wrap .industry-pricing-item .industry-pricing-bottom .industry-pricing-bottom-text a:hover {
	background: #b21414;
	color: #fff;
}

.industry-pricing-section .industry-pricing-wrap .industry-pricing-item .industry-pricing-bottom .industry-pricing-bottom-text a:hover:before {
	background-color: #b21414;
}

.industry-pricing-section .industry-pricing-wrap .col:last-child .industry-pricing-item {
	margin-bottom: 0;
}

/*==========================================
8. industry-team-single
===========================================*/
.team-pg-area {
	max-width: 1080px;
	margin: 0 auto;
}

.team-info-img {
	padding: 25px;
	-webkit-box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
	box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
}

@media (max-width: 991px) {
	.team-info-img {
		margin-bottom: 40px;
	}
}

.team-info-img img {
	width: 100%;
	height: 465px;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (max-width: 991px) {
	.team-info-img img {
		height: 100%;
	}
}

.team-info-text h2 {
	font-size: 30px;
	font-weight: 500;
	color: #fff;
	margin-top: 0;
	margin-bottom: 50px;
	text-align: center;
}

.team-info-text {
	-webkit-box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
	box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
	padding: 58px 50px;
}

.team-info-text ul li {
	font-size: 17px;
	color: #1d2327;
	font-weight: 700;
	margin-bottom: 22px;
	list-style: none;
}

.team-info-text ul li:last-child {
	padding-bottom: 0;
}

.team-info-text ul li span {
	font-size: 16px;
	color: #8c8c8c;
	display: inline-block;
	position: relative;
	padding-left: 5px;
	font-weight: 400;
}

.team-info-text ul li:last-child {
	margin-bottom: 0;
}

.at-progress {
	-webkit-box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
	box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
	padding: 40px 0;
}

@media (max-width: 991px) {
	.at-progress {
		padding-bottom: 0;
	}
}

.team-info-text h2 {
	font-size: 27px;
	font-weight: 500;
	color: #1d2327;
	margin-top: 0;
	margin-bottom: 25px;
	text-align: center;
	background: #eee;
	padding: 20px;
}

.team-info-wrap ul {
	padding-left: 0;
}

.exprience-wrap p {
	color: #5d5851;
}

.exprience-wrap h2 {
	margin-bottom: 20px;
	font-weight: 500;
}

.education-area {
	max-width: 600px;
}

.education-area ul {
	list-style: none;
}

.education-area ul li {
	padding-bottom: 15px;
	position: relative;
	padding-left: 20px;
}

.education-area ul li:before {
	position: absolute;
	left: 0;
	top: 5px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #b21414;
	content: "";
}

.ex-wiget {
	padding-top: 60px;
}

.ex-wiget ul {
	list-style: none;
}

.ex-wiget h2 {
	font-size: 30px;
	font-weight: 500;
	color: #333333;
	margin-bottom: 30px;
}

.industry-contact-area .quote-form {
	padding-left: 0;
	margin-left: -10px;
}

.industry-contact-area button {
	border-radius: 0;
}

.industry-contact-area .quote-form .form-control {
	height: 55px;
	border: 1px solid #ebebeb;
	margin-bottom: 20px;
	padding: 15px;
}

.industry-contact-area .quote-form .form-control:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #b21414;
}

.industry-contact-area .quote-form textarea.form-control {
	height: 125px;
}

.half-col {
	float: left;
	width: 50%;
	padding: 0 10px 5px;
}

.full-col {
	padding: 0 10px 5px;
}

.exprience-area {
	padding-top: 60px;
}

@media (max-width: 767px) {
	.team-info-text {
		padding: 40px 20px;
	}

	.team-info-img {
		padding: 40px;
	}

	.team-info-img img {
		width: 100%;
	}

	.custom-grid {
		float: left;
		width: 50%;
	}

	.exprience-area {
		padding-top: 30px;
	}
}

@media (max-width: 575px) {
	.half-col {
		float: none;
		width: 100%;
	}

	.lawyer-about.pt-150 {
		padding-top: 100px !important;
	}
}

@media (max-width: 375px) {
	.custom-grid {
		float: none;
		width: 100%;
	}
}

.service-sidebar .industry-contact-widget {
	border: 0;
	background: url(https://wpolive.com/html/pdustry/assets/images/bg-2.jpg) no-repeat center center;
	position: relative;
	background-size: cover;
	z-index: 1;
}

.service-sidebar .industry-contact-widget:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(22, 57, 103, 0.9);
	content: "";
	z-index: -1;
}

.service-sidebar .industry-contact-widget h2 {
	font-size: 36px;
	font-weight: 700;
	text-align: left;
	color: #fff;
	margin-bottom: 20px;
}

.service-sidebar .industry-contact-widget h2::before {
	background: #fff;
}

.service-sidebar .industry-contact-widget p {
	color: #fff;
	font-size: 18px;
}

.service-sidebar .industry-contact-widget a {
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #fff;
	font-size: 18px;
	color: #fff;
	padding-right: 90px;
	position: relative;
	margin-top: 10px;
}

.service-sidebar .industry-contact-widget a::before {
	font-family: "themify";
	content: "\e628";
	font-size: 18px;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*--------------------------------------------------------------
10. industry-shop-page
--------------------------------------------------------------*/
.industry-shop-section .shop-grids {
	margin: 0 -15px;
}

@media (max-width: 767px) {
	.industry-shop-section .shop-grids {
		margin: 0 -7px;
	}
}
.industry-shop-section .shop-grids .img-holder{
	display: block;
	background-color: #ececec;
	width:100%;
	padding:20px 40px;
	box-sizing: border-box;
}
.industry-shop-section .grid:hover .img-holder{
	/* background-image: url(../image/probg.jpg); */
	background: linear-gradient(104.04deg, rgb(189, 188, 194) 0%, rgb(89, 87, 101) 100%);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.industry-shop-section .grid {
	width: calc(50% - 30px);
	float: left;
	margin: 0 15px 30px;
}

@media (max-width: 991px) {
	.industry-shop-section .grid {
		width: calc(50% - 30px);
	}
}

@media (max-width: 767px) {
	.industry-shop-section .grid {
		width: calc(50% - 15px);
		margin: 0 7px 15px;
	}
}

@media (max-width: 550px) {
	.industry-shop-section .grid {
		width: calc(100% - 15px);
		float: none;
	}
}

.industry-shop-section .grid img {
	width: 100%;
}

.industry-shop-section .pro-details {
	background-color: #f7f7f7;
	text-align: center;
	padding: 35px 15px;
}

.industry-shop-section .pro-details h3 {
	font-size: 28px;
	font-size: 1.86667rem;
	margin: 0 0 0.5em;
	font-weight: 500;
}

@media (max-width: 991px) {
	.industry-shop-section .pro-details h3 {
		font-size: 18px;
		font-size: 1.2rem;
	}
}

.industry-shop-section .pro-details h3 a {
	color: #1A284F;
}

.industry-shop-section .pro-details h3 a:hover {
	color: #b21414;
}

.industry-shop-section .pro-details del {
	color: #969AA6;
}

.industry-shop-section .pro-details del + span {
	display: inline-block;
	padding-left: 20px;
}

.industry-shop-section .add-to-cart {
	margin-top: 20px;
}

.industry-shop-section .add-to-cart a {
	font-size: 15px;
	font-size: 1rem;
	font-weight: 600;
	color: #b21414;
	padding: 12px 20px;
	border: 2px solid #b21414;
	display: inline-block;
	border-radius: 0px;
}

@media (max-width: 767px) {
	.industry-shop-section .add-to-cart a {
		font-size: 12px;
		font-size: 0.8rem;
		padding: 8px 18px;
	}
}

.industry-shop-section .add-to-cart a:hover {
	background-color: #b21414;
	color: #fff;
}

.industry-shop-section .add-to-cart a i {
	font-size: 15px;
	font-size: 1rem;
	display: inline-block;
	padding-left: 5px;
}

.industry-shop-section .grid:hover .add-to-cart a {
	background-color: #b21414;
	color: #fff;
}

/*--------------------------------------------------------------
11. industry-shop-single-page
--------------------------------------------------------------*/
.industry-shop-single-section {
  /*** product slider ***/
  /*** product info ***/
}
.industry-shop-single-section .shop-single-slider{
	padding:20px;
	box-sizing:border-box;
	background: #ececec;
	
}

.industry-shop-single-section .shop-single-slider .slider-for {
	text-align: center;
}

.industry-shop-single-section .shop-single-slider .slider-for img {
	display: inline-block;
}

.industry-shop-single-section .shop-single-slider .slider-nav {
	padding: 0 25px;
	margin-top: 35px;
}

.industry-shop-single-section .shop-single-slider .slider-nav > i {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 100;
}

.industry-shop-single-section .shop-single-slider .slider-nav > i:hover {
	cursor: pointer;
}

.industry-shop-single-section .shop-single-slider .slider-nav .nav-btn-rt {
	left: auto;
	right: 0;
}

.industry-shop-single-section .shop-single-slider .slider-nav .slick-slide {
	text-align: center;
	padding: 0 5px;
}

.industry-shop-single-section .shop-single-slider .slider-nav .slick-slide img {
	display: inline-block;
}

.industry-shop-single-section .product-details {
	padding: 15px 30px 80px;
  /*** product option ***/
}

@media (max-width: 1199px) {
	.industry-shop-single-section .product-details {
		padding: 10px 30px 15px;
	}
}

@media (max-width: 991px) {
	.industry-shop-single-section .product-details {
		margin-top: 45px;
		padding: 40px 30px;
	}
}

@media (max-width: 767px) {
	.industry-shop-single-section .product-details {
		padding: 0;
	}
}

.industry-shop-single-section .product-details h2 {
	font-size: 40px;
	font-size: 2.66667rem;
	line-height: 1.4em;
	margin: 0 0 0.33em;
	font-weight: 500;
}

@media (max-width: 767px) {
	.industry-shop-single-section .product-details h2 {
		font-size: 22px;
		font-size: 1.46667rem;
	}
}

.industry-shop-single-section .product-details .price {
	font-size: 25px;
	font-size: 1.66667rem;
	color: #b21414;
	margin: 7px 0 20px;
	font-weight: 500;
}

@media (max-width: 991px) {
	.industry-shop-single-section .product-details .price {
		font-size: 30px;
		font-size: 2rem;
	}
}

@media (max-width: 767px) {
	.industry-shop-single-section .product-details .price {
		font-size: 25px;
		font-size: 1.66667rem;
	}
}

.industry-shop-single-section .product-details .price .old {
	font-size: 24px;
	font-size: 1.6rem;
	font-weight: normal;
	color: #cdcfd5;
	text-decoration: line-through;
	display: inline-block;
	margin-left: 5px;
	font-weight: 500;
}

@media (max-width: 991px) {
	.industry-shop-single-section .product-details .price .old {
		font-size: 20px;
		font-size: 1.33333rem;
	}
}

@media (max-width: 767px) {
	.industry-shop-single-section .product-details .price .old {
		font-size: 18px;
		font-size: 1.2rem;
	}
}

.industry-shop-single-section .product-details .product-rt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}

.industry-shop-single-section .product-details .product-rt .rating {
	margin-right: 10px;
}

.industry-shop-single-section .product-details .product-rt .rating i {
	color: #f9d322;
}

.industry-shop-single-section .product-details p {
	margin-bottom: 1.3em;
}

.industry-shop-single-section .product-details ul {
	list-style: none;
}

.industry-shop-single-section .product-details ul li {
	padding-left: 20px;
	position: relative;
	margin-bottom: 10px;
}

.industry-shop-single-section .product-details ul li:before {
	position: absolute;
	left: 0;
	top: 6px;
	width: 8px;
	height: 8px;
	background: #b21414;
	content: "";
	border-radius: 50%;
}

.industry-shop-single-section .product-details .product-option {
	margin-top: 30px;
}

.industry-shop-single-section .product-details .tg-btm {
	margin-top: 25px;
}

.industry-shop-single-section .product-details .tg-btm p {
	margin-bottom: 0px;
}

.industry-shop-single-section .product-details .tg-btm p span {
	font-weight: 500;
	color: #1A284F;
	margin-right: 5px;
}

.industry-shop-single-section .product-details .product-option .product-row button:after {
	display: none;
}

.industry-shop-single-section .product-details .product-option .product-row > div {
	height: 35px;
	display: inline-block;
}

.industry-shop-single-section .product-details .product-option .product-row > div + div {
	margin-left: 15px;
}

.industry-shop-single-section .product-details .product-option .product-row > div + div .theme-btn {
	border-radius: 0;
	border-width: 1px;
	height: 40px;
	padding: 0 18px;
}

.industry-shop-single-section .product-details .product-option .product-row > div:first-child {
	width: 85px;
}

.industry-shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn:hover {
	background: #b21414;
	border-color: #b21414;
	color: #fff;
}

.industry-shop-single-section .product-details .product-option .theme-btn {
	background-color: transparent;
	color: #333;
	font-size: 14px;
	font-size: 0.93333rem;
	padding: 0 20px;
	height: 35px;
	line-height: 32px;
	outline: 0;
	border: 2px solid #e6e6e6;
	border-radius: 0;
}

.industry-shop-single-section .product-details .product-option .theme-btn:hover {
	background-color: #b21414;
	color: #fff;
	border-color: #b21414;
}

@media (max-width: 767px) {
	.industry-shop-single-section .product-details .product-option .theme-btn {
		font-size: 14px;
		font-size: 0.93333rem;
	}
}

.industry-shop-single-section .product-details .product-option .theme-btn:before {
	display: none;
}

.industry-shop-single-section .product-details .product-option .heart-btn i {
	font-size: 15px;
	font-size: 1rem;
}

.industry-shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.2rem;
	color: #969AA6;
	border: 1px solid #e6e6e6;
}

.industry-shop-single-section .product-details #product-count {
	border-radius: 0;
	border: 1px solid #e6e6e6;
}

.industry-shop-single-section .product-details #product-count:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.industry-shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.industry-shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	border-radius: 0;
	border-color: #e6e6e6;
	display: block;
	padding: 1px 4px;
	font-size: 10px;
}

.industry-shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up:hover,
.industry-shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down:hover {
	background-color: #b21414;
	color: #fff;
}

.industry-shop-single-section .product-info {
	margin-top: 75px;
  /*** tabs ***/
  /*** client rv ***/
  /*** review form ***/
}

@media (max-width: 991px) {
	.industry-shop-single-section .product-info {
		margin-top: 40px;
	}
}

.industry-shop-single-section .product-info h4 {
	font-size: 20px;
	font-size: 1.33333rem;
	margin: 0;
	line-height: 1.7em;
	font-weight: 500;
	margin-bottom: 10px;
}

.industry-shop-single-section .product-info p {
	margin-bottom: 1.3em;
}

.industry-shop-single-section .product-info .tab-pane p:last-child {
	margin-bottom: 0;
}

.industry-shop-single-section .product-info .nav-tabs {
	
	border: 0;
}

@media (max-width: 767px) {
	.industry-shop-single-section .product-info .nav-tabs {
		margin-bottom: 20px;
	}
}

.industry-shop-single-section .product-info .nav-tabs li {
	margin-right: 1px;
}

.industry-shop-single-section .product-info .nav-tabs li a.active {
	border: 0;
	outline: 0;
}

.industry-shop-single-section .product-info .nav-tabs a {
	font-size: 15px;
	font-size: 1rem;
	color: #969AA6;
	border: 0;
	border-radius: 0;
	margin: 0;
	display: block;
	padding: 12px 20px 11px;
	position: relative;
}

@media (max-width: 767px) {
	.industry-shop-single-section .product-info .nav-tabs a {
		font-size: 14px;
		font-size: 0.93333rem;
		font-weight: normal;
		padding: 10px 10px 8px;
		text-transform: none;
	}
}

.industry-shop-single-section .product-info .nav-tabs a:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: #b21414;
	border-radius: 4px;
	content: "";
	opacity: 0;
	visibility: hidden;
}

.industry-shop-single-section .product-info .nav-tabs a:hover:before,
.industry-shop-single-section .product-info .nav-tabs a.active:before {
	opacity: 1;
	visibility: visible;
}

.industry-shop-single-section .product-info .nav-tabs .active,
.industry-shop-single-section .product-info .nav-tabs li:hover {
	border-color: #b21414;
}

.industry-shop-single-section .product-info .tab-content {
	border-top: 1px solid rgba(252, 0, 18, 0.3);
	padding-top: 30px;
	margin-top: -1px;
}

@media (max-width: 767px) {
	.industry-shop-single-section .product-info .tab-content {
		border: 0;
		padding: 0;
		margin: 0;
	}
}

.industry-shop-single-section .product-info .client-rv {
	overflow: hidden;
	margin-bottom: 30px;
}

.industry-shop-single-section .product-info .client-rv:last-child {
	margin-bottom: 0;
}

.industry-shop-single-section .product-info .client-rv .client-pic {
	width: 100px;
	float: left;
}

.industry-shop-single-section .product-info .client-rv .client-pic img {
	border-radius: 50%;
}

@media (max-width: 767px) {
	.industry-shop-single-section .product-info .client-rv .client-pic {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
}

.industry-shop-single-section .product-info .client-rv .details {
	width: calc(100% - 130px);
	float: right;
}

@media (max-width: 767px) {
	.industry-shop-single-section .product-info .client-rv .details {
		width: 100%;
		float: none;
	}
}

.industry-shop-single-section .product-info .client-rv .name-rating .product-rt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 767px) {
	.industry-shop-single-section .product-info .client-rv .name-rating-time {
		padding-bottom: 3px;
	}
}

.industry-shop-single-section .product-info .client-rv .name-rating-time > div,
.industry-shop-single-section .product-info .client-rv .name-rating > div {
	display: inline-block;
	font-size: 14px;
	font-size: 0.93333rem;
}

@media (max-width: 767px) {
	.industry-shop-single-section .product-info .client-rv .name-rating-time > div,
  .industry-shop-single-section .product-info .client-rv .name-rating > div {
		font-size: 12px;
		font-size: 0.8rem;
		display: block;
	}
}

.industry-shop-single-section .product-info .client-rv .rating {
	font-size: 12px;
	padding-left: 12px;
}

.industry-shop-single-section .product-info .client-rv .rating i {
	color: #b21414;
}

@media (max-width: 767px) {
	.industry-shop-single-section .product-info .client-rv .rating {
		padding-left: 0;
		margin: 4px 0 7px;
	}
}

.industry-shop-single-section .product-info .client-rv .name-rating-time .time {
	float: right;
	color: #b3b3b3;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.industry-shop-single-section .product-info .client-rv .name-rating-time .time {
		float: none;
	}
}

.industry-shop-single-section .product-info .client-rv .review-body {
	padding-top: 12px;
}

.industry-shop-single-section .product-info .review-form {
	margin-top: 45px;
}

.industry-shop-single-section .product-info .review-form h4 {
	font-size: 30px;
	font-weight: 500;
}

.industry-shop-single-section .product-info .review-form p {
	margin-bottom: 1.73em;
}

.industry-shop-single-section .product-info .review-form .give-rat-sec {
	margin-bottom: 10px;
}

.industry-shop-single-section .product-info .review-form .give-rat-sec p {
	margin-bottom: 0;
}

.industry-shop-single-section .product-info .review-form .give-rating {
	display: inline-block;
	position: relative;
	height: 50px;
	line-height: 50px;
	font-size: 30px;
	margin-bottom: 10px;
}

.industry-shop-single-section .product-info .review-form .give-rating label {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	cursor: pointer;
}

.industry-shop-single-section .product-info .review-form .give-rating label:last-child {
	position: static;
}

.industry-shop-single-section .product-info .review-form .give-rating label:nth-child(1) {
	z-index: 5;
}

.industry-shop-single-section .product-info .review-form .give-rating label:nth-child(2) {
	z-index: 4;
}

.industry-shop-single-section .product-info .review-form .give-rating label:nth-child(3) {
	z-index: 3;
}

.industry-shop-single-section .product-info .review-form .give-rating label:nth-child(4) {
	z-index: 2;
}

.industry-shop-single-section .product-info .review-form .give-rating label:nth-child(5) {
	z-index: 1;
}

.industry-shop-single-section .product-info .review-form .give-rating label input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.industry-shop-single-section .product-info .review-form .give-rating label .icon {
	float: left;
	color: transparent;
}

.industry-shop-single-section .product-info .review-form .give-rating label:last-child .icon {
	color: #ddd;
}

.industry-shop-single-section .product-info .review-form .give-rating:not(:hover) label input:checked ~ .icon,
.industry-shop-single-section .product-info .review-form .give-rating:hover label:hover input ~ .icon {
	color: #FFD400;
}

.industry-shop-single-section .product-info .review-form .give-rating label input:focus:not(:checked) ~ .icon:last-child {
	color: #ddd;
	text-shadow: 0 0 5px #FFD400;
}

.industry-shop-single-section .product-info .review-form form input,
.industry-shop-single-section .product-info .review-form form textarea {
	background: transparent;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 50px;
	border: 1px solid #efefef;
}

.industry-shop-single-section .product-info .review-form form input:focus,
.industry-shop-single-section .product-info .review-form form textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.industry-shop-single-section .product-info .review-form form textarea {
	height: 130px;
}

.industry-shop-single-section .product-info .review-form form > div {
	margin-bottom: 27px;
}

.industry-shop-single-section .product-info .review-form form > div:last-child {
	margin-bottom: 0;
}

.industry-shop-single-section .product-info .review-form form .theme-btn-s4 {
	background-color: transparent;
	color: #908f8f;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.industry-shop-single-section .product-info .review-form form .theme-btn-s4:hover {
	background-color: #b21414;
	color: #fff;
}

@media screen and (min-width: 767px) {
	.industry-shop-single-section .product-info .review-form form .theme-btn-s4 {
		font-size: 15px;
		font-size: 1rem;
		padding: 0 20px;
	}
}

.industry-shop-single-section .slider-nav .slick-slide:focus {
	outline: none;
}

/*===========================
12. industry-cart-page-style
===========================*/
.cart-area .cart-wrapper {
	-webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
	box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}

@media (max-width: 991px) {
	.cart-area .cart-wrapper table {
		width: 1022px;
	}
}

@media (max-width: 991px) {
	.cart-area .cart-wrapper form {
		overflow: scroll;
		overflow-y: hidden;
	}
}

.cart-area .cart-wrap td,
.cart-area .cart-wrap th {
	width: 10%;
	border-bottom: 1px solid #f0f0f094;
	text-align: center;
	font-weight: 400;
	color: #414141;
}

.cart-area .cart-wrap td ul,
.cart-area .cart-wrap th ul {
	list-style: none;
}

.cart-area .cart-wrap th {
	border-bottom: 1px solid #f0f0f094;
	padding: 40px 0;
}

.cart-area .cart-wrap thead {
	background: #fff;
	color: #505050;
	padding: 40px;
}

.cart-area .cart-area form {
	margin: auto;
	text-align: center;
	background: #fff;
}

.cart-area .cart-wrap .product {
	width: 15%;
}

.cart-area .cart-wrap .product ul {
	text-align: left;
	padding-left: 30px;
	list-style: none;
}

.cart-area .cart-wrap .product ul li {
	padding-bottom: 5px;
}

.cart-area .cart-wrap .product a {
	font-size: 16px;
	color: #a5a4a4;
}

.cart-area .cart-wrap .product-2 {
	text-align: left;
	padding-left: 55px;
}

.cart-area .cart-wrap .product a:hover {
	color: #b21414;
}

.cart-area .cart-wrap th {
	height: 80px;
	font-weight: 700;
}

.cart-area .cart-wrap td {
	padding: 40px 25px;
}

.cart-area .cart-wrap td.action ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
}

.cart-area .cart-wrap td.action ul .w-btn-view a {
	line-height: 45px;
}

.cart-area .cart-wrap td span {
	display: block;
	width: 100px;
	height: 38px;
	line-height: 34px;
	color: #ee9902;
	font-size: 14px;
	border: 1.5px solid #ee9902;
	border-radius: 4px;
}

.cart-area .cart-wrap td.Del span {
	color: #4ABA4E;
	border: 1.5px solid #4ABA4E;
}

.cart-area .cart-wrap td.can span {
	color: #D85656;
	border: 1.5px solid #D85656;
}

.cart-area .cart-wrap td.pro span {
	color: #691A5F;
	border: 1.5px solid #691A5F;
}

.cart-area .cart-wrap .name {
	width: 15%;
}

.cart-area .cart-wrap .action a {
	display: block;
	width: 40px;
	height: 38px;
	line-height: 45px;
	background: #414141;
	color: #fff;
	border-radius: 4px;
	font-size: 14px;
}

.cart-area .cart-wrap .action a .fi::before {
	font-size: 20px;
}

.cart-area .cart-wrap .action a:hover {
	background: #b21414;
}

.cart-area .cart-wrap .action li.c-btn {
	margin-right: 10px;
}

.cart-area .cart-wrap .action li.c-btn a {
	background-color: #b21414;
}

.cart-area .order-wrap {
	padding: 0;
}

.cart-area .cart-wrap tr:nth-child(even) {
	background: #FCFCFC;
}

.cart-area .cart-wrap .quantity {
	position: relative;
	max-width: 110px;
	margin: 0 auto;
}

.cart-area .quantity input {
	width: 105px;
	padding: 0px 35px;
	text-align: center;
	height: 36px;
	position: relative;
	background: #f2f2f5;
	border: none;
	border-radius: 40px;
}

.cart-area .quantity .qtybutton {
	position: absolute;
	top: 0;
	left: 0px;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 28px;
	font-size: 18px;
	cursor: pointer;
	color: #333;
	background: #fafaff;
	border-radius: 30px;
}

.cart-area .cart-wrap .quantity .qtybutton {
	top: 50%;
	left: 5px;
	transform: translateY(-51%);
	-webkit-transform: translateY(-51%);
	-moz-transform: translateY(-51%);
}

.cart-area .cart-wrap .quantity .qtybutton.dec {
	border-left: none;
}

.cart-area .cart-wrap .quantity .qtybutton.inc {
	right: 5px;
	left: auto;
	border-right: none;
}

.cart-area .submit-btn-area {
	padding: 40px;
}

.cart-area .submit-btn-area ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	list-style: none;
}

@media (max-width: 450px) {
	.cart-area .submit-btn-area ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.cart-area .submit-btn-area ul li:last-child {
	margin-left: 20px;
}

@media (max-width: 450px) {
	.cart-area .submit-btn-area ul li:last-child {
		margin-left: 3px;
		margin-top: 5px;
	}
}

.cart-area .submit-btn-area button {
	padding: 15px 45px;
	border: none;
	background: #333;
	color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
	outline: none;
}

@media (max-width: 767px) {
	.cart-area .submit-btn-area button {
		padding: 17px 45px;
	}
}

.cart-area .submit-btn-area button:hover {
	background: #b21414;
}

.cart-area .submit-btn-area .theme-btn {
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 500;
	line-height: 27px;
}

.cart-area .cart-product-list ul {
	border-top: 1px solid #f0f0f094;
	padding-top: 20px;
	list-style: none;
}

.cart-area .cart-product-list ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0px 30px;
	font-weight: 300;
	font-size: 18px;
	line-height: 21px;
	color: #414141;
	padding-bottom: 30px;
}

.cart-area .cart-product-list ul li.cart-b {
	border-top: 1px solid #f0f0f094;
	border-bottom: 1px solid #f0f0f094;
	color: #b21414;
	padding-top: 30px;
	font-weight: 600;
}

/*===============================
13. industry-checkout-page-style
================================*/
.industry-checkout-area .checkout-wrap {
	background: #fff;
}

.industry-checkout-area .checkout-wrap ul {
	list-style: none;
}

.industry-checkout-area #open2 {
	display: block;
}

.industry-checkout-area #open3 {
	display: none;
}

.industry-checkout-area #open4 {
	display: none;
}

.industry-checkout-area .create-account p {
	margin-bottom: 15px;
}

.industry-checkout-area .create-account {
	display: none;
	padding: 20px;
}

.industry-checkout-area .create-account span {
	margin-bottom: 20px;
	display: block;
}

.industry-checkout-area .input-wrap {
	position: relative;
}

.industry-checkout-area .create-account input {
	width: 100%;
	height: 50px;
	border: 1px solid #ebebeb;
	margin-bottom: 25px;
	padding-left: 20px;
	border-radius: 40px;
}

.industry-checkout-area .create-account input:focus {
	outline: none;
}

.industry-checkout-area .create-account button {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	background: #333;
	color: #fff;
	width: 108px;
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
}

.industry-checkout-area .create-account button:hover {
	background: #b21414;
}

.industry-checkout-area .coupon {
	position: relative;
	cursor: pointer;
	cursor: pointer;
	background: #fff2f3;
}

.industry-checkout-area .coupon:before {
	position: absolute;
	right: 30px;
	top: 21px;
	content: "\e64b";
	font-family: 'themify';
}

.industry-checkout-area .coupon span {
	position: absolute;
	right: 30px;
	top: 30px;
}

.industry-checkout-area .coupon label {
	margin-bottom: 0;
	font-weight: 500;
	font-size: 18px;
	color: #0F0F0F;
	cursor: pointer;
	padding: 20px 20px;
	border-left: 4px solid #b21414;
	-webkit-transition: all .3s;
	transition: all .3s;
	width: 100%;
}

@media (max-width: 767px) {
	.industry-checkout-area .coupon label {
		font-size: 15px;
	}
}

.industry-checkout-area #fao,
.industry-checkout-area #fao2,
.industry-checkout-area #fao3 {
	display: none;
}

.industry-checkout-area .caupon-wrap {
	background: #fff;
	margin-bottom: 20px;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
	box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
}

.industry-checkout-area .active-border {
	-webkit-transition: all .3s;
	transition: all .3s;
}

.industry-checkout-area .s1.active-border .coupon-active label,
.industry-checkout-area .s3.coupon-2 .coupon-3 label {
	border-left: none;
	border-top: 4px solid #b21414;
	border-bottom: 1px solid #ffe5dc;
}

.industry-checkout-area .s2 .coupon-3 {
	border-top: 4px solid #b21414;
}

.industry-checkout-area .s2.coupon-2 .coupon-3 {
	border-top: 0;
}

.industry-checkout-area .s2 .coupon-3 label {
	border-left: 0;
	border-bottom: 1px solid #ffe5dc;
}

.industry-checkout-area .s2.coupon-2 .coupon-3 label {
	border-left: 4px solid #b21414;
	border-bottom: 0;
}

.industry-checkout-area .billing-adress .form-style input,
.industry-checkout-area .billing-adress .form-style select {
	width: 100%;
	margin-bottom: 15px;
	padding-left: 10px;
	height: 40px;
	background: #fff;
	border-radius: 2px;
	border: none;
	border: 1px solid #ebebeb;
	border-radius: 40px;
}

.industry-checkout-area .billing-adress .form-style input:focus,
.industry-checkout-area .billing-adress .form-style select:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.industry-checkout-area .billing-adress .form-style select {
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-moz-appearance: none;
	background: transparent url(../image/select-icon2.png) no-repeat calc(100% - 15px) center;
	position: relative;
}

.industry-checkout-area .billing-adress {
	padding: 30px;
}

.industry-checkout-area .note-area textarea {
	width: 100%;
	height: 150px;
	padding-top: 10px;
	margin-bottom: 0;
	padding-left: 10px;
	border: 1px solid #ebebeb;
	border-radius: 20px;
}

.industry-checkout-area .note-area textarea:focus {
	outline: none;
}

.industry-checkout-area .biling-item-2 {
	margin-top: 20px;
}

.industry-checkout-area .biling-item-2 label.fontsize {
	margin-bottom: 20px;
}

.industry-checkout-area .biling-item-2 .billing-adress {
	padding: 0;
}

.industry-checkout-area .payment-name ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media (max-width: 575px) {
	.industry-checkout-area .payment-name ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.industry-checkout-area .payment-area form {
	overflow: unset !important;
}

.industry-checkout-area .payment-name ul li {
	width: 100px;
	height: 60px;
	text-align: center;
	line-height: 60px;
}

.industry-checkout-area .payment-name ul li input {
	margin-right: 0;
}

.industry-checkout-area .payment-name ul li {
	margin-right: 15px;
}

@media (max-width: 575px) {
	.industry-checkout-area .payment-name ul li {
		margin-bottom: 10px;
	}
}

.industry-checkout-area .payment-area h2 {
	padding-bottom: 40px;
	margin-bottom: 0;
}

.industry-checkout-area .payment-select {
	padding: 40px 0;
}

.industry-checkout-area .payment-select ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 575px) {
	.industry-checkout-area .payment-select ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.industry-checkout-area .payment-select ul li {
	margin-right: 10px;
	font-size: 15px;
	font-weight: 500;
	color: #5B5B5B;
}

.industry-checkout-area .payment-select label {
	font-size: 18px;
	font-weight: 600;
}

@media (max-width: 575px) {
	.industry-checkout-area .payment-select label {
		font-size: 14px;
	}
}

.industry-checkout-area .payment-area h2 {
	font-size: 20px;
	color: #878787;
	font-weight: 700;
}

.industry-checkout-area .payment-area h2 span {
	font-size: 30px;
	color: #ff493c;
}

.industry-checkout-area .payment-area {
	width: 100%;
}

.industry-checkout-area .payment-name ul li input {
	margin-right: 0;
	position: absolute;
	z-index: -1;
}

.industry-checkout-area .payment-name ul li input:checked ~ label {
	border: 1px solid #ff493c;
}

.industry-checkout-area .payment-name label {
	width: 100%;
	border: 1px solid transparent;
}

.industry-checkout-area .payment-name .visa label {
	border: 1px solid #0057A0;
}

.industry-checkout-area .payment-name .mas label {
	border: 1px solid #CC0000;
}

.industry-checkout-area .payment-name .ski label {
	border: 1px solid #691A5F;
}

.industry-checkout-area .payment-name .pay label {
	border: 1px solid #019CDE;
}

.industry-checkout-area .payment-option {
	padding: 30px;
}

.industry-checkout-area .payment-name {
	display: none;
}

.industry-checkout-area .payment-name.active {
	display: block;
}

.industry-checkout-area .payment-option.active .payment-name {
	display: none !important;
}

.industry-checkout-area .payment-area .form-style input,
.industry-checkout-area .payment-area .form-style select {
	width: 100%;
	margin-bottom: 15px;
	padding-left: 10px;
	height: 40px;
	background: #fff;
	border-radius: 2px;
	border: none;
	border: 1px solid #ebebeb;
	border-radius: 40px;
}

.industry-checkout-area .payment-area .form-style input:focus,
.industry-checkout-area .payment-area .form-style select:focus {
	outline: none;
}

.industry-checkout-area .payment-area .contact-form {
	margin-top: 40px;
}

.industry-checkout-area .cout-order-area {
	-webkit-box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
	box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
}

.industry-checkout-area .cout-order-area .oreder-item ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px 30px;
	font-weight: 300;
	font-size: 18px;
	line-height: 21px;
	color: #414141;
}

.industry-checkout-area .cout-order-area .oreder-item ul li.s-total {
	font-weight: 400;
}

.industry-checkout-area .cout-order-area .oreder-item ul .o-header {
	color: #0F0F0F;
	font-size: 20px;
	font-weight: 600;
	border-bottom: 1px solid #ebebeb;
}

.industry-checkout-area .cout-order-area .oreder-item ul .o-middle {
	border-bottom: 1px solid #ebebeb;
}

.industry-checkout-area .cout-order-area .oreder-item ul .o-bottom {
	border-top: 1px solid #ebebeb;
	color: #b21414;
	font-weight: 600;
}

.industry-checkout-area .create-account.active {
	display: block;
}

.industry-checkout-area .contact-form .form-control {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
}

.industry-checkout-area .contact-form input, .industry-checkout-area .contact-form select {
	margin-top: 10px;
}

.industry-checkout-area .submit-btn-area {
	margin-top: 20px;
}

.industry-checkout-area .submit-btn-area .theme-btn {
	text-transform: capitalize;
}

/*--------------------------------------------------------------
	blog page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
13. industry-blog-pg-section
--------------------------------------------------------------*/
.industry-blog-pg-section {
  /*** format-standard ***/
  /*** format-gallery ***/
  /*** format-quote ***/
  /*** format-video ***/
}

.industry-blog-pg-section .industry-blog-content .post {
	margin-bottom: 70px;
}

@media (max-width: 991px) {
	.industry-blog-pg-section .industry-blog-content .post {
		margin-bottom: 50px;
	}
}

@media (max-width: 767px) {
	.industry-blog-pg-section .industry-blog-content .post {
		margin-bottom: 40px;
	}
}

.industry-blog-pg-section .entry-meta {
	list-style: none;
	overflow: hidden;
	margin: 35px 0;
}

@media (max-width: 767px) {
	.industry-blog-pg-section .entry-meta {
		margin: 25px 0;
	}
}

.industry-blog-pg-section .entry-meta ul {
	list-style: none;
}

.industry-blog-pg-section .entry-meta ul li {
	font-weight: 500;
	font-size: 14px;
	font-size: 0.93333rem;
	float: left;
	text-transform: uppercase;
}

.industry-blog-pg-section .entry-meta ul li a {
	color: #636893;
	text-decoration: underline;
}

.industry-blog-pg-section .entry-meta ul li a:hover {
	color: #b21414;
}

.industry-blog-pg-section .entry-meta ul li i {
	position: relative;
	top: 2px;
	margin-right: 3px;
}

.industry-blog-pg-section .entry-meta ul li + li {
	margin-left: 20px;
	padding-left: 20px;
	position: relative;
}

.industry-blog-pg-section .entry-meta ul li + li:before {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 7px;
	height: 7px;
	content: "";
	background: #b21414;
	border-radius: 50%;
}

@media (max-width: 440px) {
	.industry-blog-pg-section .entry-meta ul li + li:before {
		display: none;
	}
}

@media (max-width: 440px) {
	.industry-blog-pg-section .entry-meta ul li + li {
		margin-left: 0;
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	.industry-blog-pg-section .entry-meta ul li {
		font-size: 12px;
		font-size: 0.8rem;
	}
}

@media (max-width: 440px) {
	.industry-blog-pg-section .entry-meta ul li {
		float: none;
		display: block;
		margin-bottom: 5px;
	}
}

.industry-blog-pg-section .post h3 {
	font-size: 40px;
	font-size: 2.66667rem;
	line-height: 1.2em;
	font-weight: 500;
	margin: -0.27em 0 0.7em;
	
}

@media (max-width: 991px) {
	.industry-blog-pg-section .post h3 {
		font-size: 25px;
		font-size: 1.66667rem;
	}
}

@media (max-width: 767px) {
	.industry-blog-pg-section .post h3 {
		font-size: 22px;
		font-size: 1.46667rem;
	}
}

.industry-blog-pg-section .post h3 a {
	color: #1A284F;
}

.industry-blog-pg-section .post h3 a:hover {
	color: #b21414;
}

.industry-blog-pg-section .post p {
	margin-bottom: 1.5em;
}

@media (max-width: 991px) {
	.industry-blog-pg-section .post p {
		font-size: 16px;
		font-size: 1.06667rem;
	}
}

.industry-blog-pg-section .post a.read-more {
	text-decoration: underline;
	color: #969AA6;
	text-transform: uppercase;
	
	font-size: 18px;
}

.industry-blog-pg-section .post a.read-more:hover {
	color: #b21414;
}

.industry-blog-pg-section .entry-media img {
	width: 100%;
}

.industry-blog-pg-section .format-standard,
.industry-blog-pg-section .format-quote {
	background-color: #fafbfe;
	padding: 25px 35px 45px;
}

@media (max-width: 767px) {
	.industry-blog-pg-section .format-standard,
  .industry-blog-pg-section .format-quote {
		padding: 25px 20px 45px;
	}
}

.industry-blog-pg-section .format-standard {
	position: relative;
}

.industry-blog-pg-section .format-standard:before {
	position: absolute;
	right: 0;
	top: 0;
	content: "\f103";
	font-family: "flaticon_Pdustry";
	font-size: 90px;
	line-height: 80px;
	color: #eff3ff;
}

.industry-blog-pg-section .format-gallery {
	position: relative;
}

.industry-blog-pg-section .format-gallery .owl-controls {
	width: 100%;
	margin: 0;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.industry-blog-pg-section .format-gallery .owl-nav [class*=owl-]:hover {
	background: #b21414;
	color: #fff;
}

.industry-blog-pg-section .format-gallery .owl-nav [class*=owl-] {
	background: #fff;
	width: 50px;
	height: 50px;
	line-height: 58px;
	padding: 0;
	margin: 0;
	border-radius: 50%;
	color: #b21414;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border: 0;
}

.industry-blog-pg-section .format-gallery .owl-nav [class*=owl-] .fi::before {
	font-size: 20px;
}

.industry-blog-pg-section .format-gallery .owl-nav .owl-prev,
.industry-blog-pg-section .format-gallery .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.industry-blog-pg-section .format-gallery .owl-nav .owl-prev {
	left: 15px;
}

.industry-blog-pg-section .format-gallery .owl-nav .owl-next {
	right: 15px;
}

.industry-blog-pg-section .format-quote {
	text-align: center;
	padding: 80px 60px;
	position: relative;
}

@media (max-width: 767px) {
	.industry-blog-pg-section .format-quote {
		padding: 40px 20px;
	}
}

.industry-blog-pg-section .format-quote p {
	margin-bottom: 0;
}

.industry-blog-pg-section .format-quote:before {
	font-family: "Flaticon";
	content: "\f120";
	font-size: 250px;
	font-size: 16.66667rem;
	color: #ecf3fb;
	margin-left: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.industry-blog-pg-section .format-quote h3,
.industry-blog-pg-section .format-quote p {
	position: relative;
}

.industry-blog-pg-section .format-video .video-holder {
	position: relative;
	text-align: center;
}

.industry-blog-pg-section .format-video .video-holder:before {
	content: "";
	background-color: #1A284F;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.5;
}

.industry-blog-pg-section .format-video .video-holder:hover:before {
	opacity: 0.7;
}

.industry-blog-pg-section .format-video .video-holder a {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 63px;
	height: 63px;
	line-height: 63px;
	background: #fff;
	border-radius: 50%;
	z-index: 1;
}

.industry-blog-pg-section .format-video .video-holder a:before {
	position: absolute;
	left: -12px;
	top: -12px;
	width: 140%;
	height: 140%;
	background: rgba(255, 255, 255, 0.3);
	content: "";
	-webkit-animation: save-the-date-pulse 1s infinite;
	animation: save-the-date-pulse 1s infinite;
	border-radius: 50%;
	z-index: -1;
}

.industry-blog-pg-section .format-video .video-holder .fi:before {
	font-size: 20px;
	font-size: 1.33333rem;
	color: #b21414;
}

@media screen and (min-width: 1200px) {
	.blog-pg-left-sidebar .blog-sidebar {
		padding-right: 45px;
		padding-left: 0;
	}
}

@media screen and (min-width: 1200px) {
	.blog-pg-fullwidth .industry-blog-content {
		padding: 0;
	}
}

@-webkit-keyframes save-the-date-pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(0.95, 0.95, 0.95);
		transform: scale3d(0.95, 0.95, 0.95);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes save-the-date-pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(0.95, 0.95, 0.95);
		transform: scale3d(0.95, 0.95, 0.95);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

/*--------------------------------------------------------------
	#blog single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
14. industry-blog-single-section
--------------------------------------------------------------*/
.industry-blog-single-section {
  /*** tag-share ***/
  /*** author-box ***/
  /*** more-posts ***/
  /*** comments area ***/
  /*** comment-respond ***/
}

.industry-blog-single-section .entry-meta {
	list-style: none;
	overflow: hidden;
	margin: 35px 0;
}

@media (max-width: 767px) {
	.industry-blog-single-section .entry-meta {
		margin: 25px 0;
	}
}

.industry-blog-single-section .entry-meta ul {
	list-style: none;
}

.industry-blog-single-section .entry-meta ul li {
	font-weight: 500;
	font-size: 14px;
	font-size: 0.93333rem;
	float: left;
	text-transform: uppercase;
}

.industry-blog-single-section .entry-meta ul li a {
	color: #636893;
	text-decoration: underline;
}

.industry-blog-single-section .entry-meta ul li a:hover {
	color: #b21414;
}

.industry-blog-single-section .entry-meta ul li i {
	position: relative;
	top: 2px;
	margin-right: 3px;
}

.industry-blog-single-section .entry-meta ul li + li {
	margin-left: 20px;
	padding-left: 20px;
	position: relative;
}

.industry-blog-single-section .entry-meta ul li + li:before {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 7px;
	height: 7px;
	content: "";
	background: #b21414;
	border-radius: 50%;
}

@media (max-width: 440px) {
	.industry-blog-single-section .entry-meta ul li + li:before {
		display: none;
	}
}

@media (max-width: 440px) {
	.industry-blog-single-section .entry-meta ul li + li {
		margin-left: 0;
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	.industry-blog-single-section .entry-meta ul li {
		font-size: 12px;
		font-size: 0.8rem;
	}
}

@media (max-width: 440px) {
	.industry-blog-single-section .entry-meta ul li {
		float: none;
		display: block;
		margin-bottom: 5px;
	}
}

.industry-blog-single-section .entry-media img {
	max-width: 100%;
}

.industry-blog-single-section .post h2 {
	font-size: 35px;
	font-size: 2.33333rem;
	margin: -0.22em 0 0.7em;
	line-height: 1.3em;
	
	font-weight: 500;
}

@media (max-width: 991px) {
	.industry-blog-single-section .post h2 {
		font-size: 30px;
		font-size: 2rem;
	}
}

@media (max-width: 767px) {
	.industry-blog-single-section .post h2 {
		font-size: 25px;
		font-size: 1.66667rem;
	}
}

.industry-blog-single-section .post p {
	margin-bottom: 1.5em;
}

.industry-blog-single-section .post h3 {
	font-size: 24px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.3em;
	margin: 1.8em 0 1em;
}

@media (max-width: 991px) {
	.industry-blog-single-section .post h3 {
		font-size: 22px;
		font-size: 1.46667rem;
	}
}

@media (max-width: 767px) {
	.industry-blog-single-section .post h3 {
		font-size: 20px;
		font-size: 1.33333rem;
	}
}

.industry-blog-single-section .post blockquote {
	background-color: #fafbfe;
	color: #233d62;
	font-size: 20px;
	line-height: 1.6em;
	padding: 65px;
	margin-top: 60px;
	margin-bottom: 40px;
	border: 0;
	text-align: center;
	position: relative;
	text-decoration: underline;
}

@media (max-width: 767px) {
	.industry-blog-single-section .post blockquote {
		padding: 55px 25px;
	}
}

.industry-blog-single-section .post blockquote:before {
	font-family: "flaticon_Pdustry";
	content: "\f103";
	font-size: 20px;
	font-size: 1.33333rem;
	color: rgba(255, 255, 255, 0.5);
	position: absolute;
	left: 50%;
	top: -30px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 60px;
	height: 60px;
	line-height: 60px;
	border: 2px solid #fafbfe;
	background: #fff;
	color: #b21414;
	border-radius: 50%;
}

.industry-blog-single-section .post .gallery {
	overflow: hidden;
	margin: 40px -7.5px 0;
}

.industry-blog-single-section .post .gallery > div {
	width: calc(50% - 15px);
	float: left;
	margin: 0 7.5px 15px;
}

.industry-blog-single-section .post .gallery img {
	width: 100%;
}

.industry-blog-single-section .tag-share, .industry-blog-single-section .tag-share-s2 {
	border-bottom: 1px solid #E8E8E8;
	margin: 75px 0 0;
	padding-bottom: 30px;
	color: #1A284F;
}

@media (max-width: 767px) {
	.industry-blog-single-section .tag-share, .industry-blog-single-section .tag-share-s2 {
		margin-top: 40px;
	}
}

.industry-blog-single-section .tag-share ul, .industry-blog-single-section .tag-share-s2 ul {
	list-style: none;
	display: inline-block;
	overflow: hidden;
}

.industry-blog-single-section .tag-share ul li, .industry-blog-single-section .tag-share-s2 ul li {
	float: left;
}

@media (max-width: 767px) {
	.industry-blog-single-section .tag-share ul li, .industry-blog-single-section .tag-share-s2 ul li {
		margin: 2px;
	}
}

.industry-blog-single-section .tag-share ul > li + li, .industry-blog-single-section .tag-share-s2 ul > li + li {
	margin-left: 10px;
}

@media (max-width: 767px) {
	.industry-blog-single-section .tag-share ul > li + li, .industry-blog-single-section .tag-share-s2 ul > li + li {
		margin: 2px;
	}
}

.industry-blog-single-section .tag-share .tag, .industry-blog-single-section .tag-share-s2 .tag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.industry-blog-single-section .tag-share .tag > span, .industry-blog-single-section .tag-share-s2 .tag > span {
	
	color: #1A284F;
	font-weight: 600;
	display: inline-block;
	padding-right: 15px;
	text-transform: uppercase;
}

.industry-blog-single-section .tag-share .tag ul, .industry-blog-single-section .tag-share-s2 .tag ul {
	list-style: none;
	position: relative;
}

.industry-blog-single-section .tag-share .tag li, .industry-blog-single-section .tag-share-s2 .tag li {
	position: relative;
}

.industry-blog-single-section .tag-share .tag a, .industry-blog-single-section .tag-share-s2 .tag a {
	font-size: 12px;
	font-size: 0.8rem;
	display: inline-block;
	padding: 5px 18px;
	color: #1A284F;
	background: #ecf4fb;
	border-radius: 5px;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.industry-blog-single-section .tag-share .tag a, .industry-blog-single-section .tag-share-s2 .tag a {
		font-size: 13px;
		font-size: 0.86667rem;
	}
}

.industry-blog-single-section .tag-share .tag a:hover, .industry-blog-single-section .tag-share-s2 .tag a:hover {
	color: #b21414;
}

.industry-blog-single-section .tag-share-s2 {
	margin: 0;
	margin-top: 30px;
	border-bottom: 0;
}

.industry-blog-single-section .tag-share-s2 .tag a {
	padding: 0;
	font-size: 16px;
	font-size: 1.06667rem;
	text-transform: capitalize;
	background: none;
	text-decoration: underline;
	color: #969AA6;
}

.industry-blog-single-section .author-box {
	margin: 35px 0 60px;
}

.industry-blog-single-section .author-box .author-avatar {
	float: left;
}

@media (max-width: 767px) {
	.industry-blog-single-section .author-box .author-avatar {
		float: none;
	}
}

.industry-blog-single-section .author-box .author-avatar img {
	border-radius: 50%;
}

.industry-blog-single-section .author-box .author-content {
	display: block;
	overflow: hidden;
	padding-left: 25px;
}

@media (max-width: 767px) {
	.industry-blog-single-section .author-box .author-content {
		padding: 0;
		margin: 15px 0 0 0;
	}
}

.industry-blog-single-section .author-box .author-content p {
	margin-bottom: 20px;
}

.industry-blog-single-section .author-box .author-name {
	
	font-size: 24px;
	font-size: 1.6rem;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 10px;
	color: #1A284F;
}

.industry-blog-single-section .author-box .social-link {
	display: inline-block;
	list-style: none;
}

.industry-blog-single-section .author-box .social-link li {
	float: left;
	margin-right: 12px;
}

.industry-blog-single-section .author-box .social-link a {
	display: block;
	font-size: 13px;
	font-size: 0.86667rem;
	color: #1A284F;
}

.industry-blog-single-section .author-box .social-link a:hover {
	color: #b21414;
}

.industry-blog-single-section .more-posts {
	overflow: hidden;
	border: 1px solid #d8e0f1;
	padding: 0 25px;
}

.industry-blog-single-section .more-posts > div {
	width: 50%;
	float: left;
}

@media (max-width: 767px) {
	.industry-blog-single-section .more-posts > div {
		width: 100%;
		float: none;
	}
}

.industry-blog-single-section .more-posts > div > a {
	display: inline-block;
}

.industry-blog-single-section .more-posts .previous-post,
.industry-blog-single-section .more-posts .next-post {
	padding: 40px 0;
}

@media (max-width: 767px) {
	.industry-blog-single-section .more-posts .previous-post,
  .industry-blog-single-section .more-posts .next-post {
		padding: 25px 15px !important;
	}
}

.industry-blog-single-section .more-posts .next-post {
	text-align: right;
	border-left: 1px solid #d8e0f1;
	padding-left: 15px;
	padding-right: 5px;
}

@media (max-width: 767px) {
	.industry-blog-single-section .more-posts .next-post {
		border-left: 0;
		text-align: left;
		border-top: 1px solid #d8e0f1;
	}
}

.industry-blog-single-section .more-posts .next-post .post-control-link {
	padding-right: 25px;
	position: relative;
}

@media (max-width: 767px) {
	.industry-blog-single-section .more-posts .next-post .post-control-link {
		padding-right: 0;
	}
}

.industry-blog-single-section .more-posts .next-post .post-control-link:before {
	font-family: "themify";
	content: "\e628";
	position: absolute;
	right: 0;
	top: 0;
}

@media (max-width: 767px) {
	.industry-blog-single-section .more-posts .next-post .post-control-link:before {
		display: none;
	}
}

.industry-blog-single-section .more-posts .previous-post {
	padding-right: 15px;
	padding-left: 5px;
}

.industry-blog-single-section .more-posts .previous-post .post-control-link {
	padding-left: 25px;
	position: relative;
}

@media (max-width: 767px) {
	.industry-blog-single-section .more-posts .previous-post .post-control-link {
		padding-left: 0;
	}
}

.industry-blog-single-section .more-posts .previous-post .post-control-link:before {
	font-family: "themify";
	content: "\e629";
	position: absolute;
	left: 0;
	top: 0;
}

@media (max-width: 767px) {
	.industry-blog-single-section .more-posts .previous-post .post-control-link:before {
		display: none;
	}
}

.industry-blog-single-section .more-posts .previous-post > a > span,
.industry-blog-single-section .more-posts .next-post > a > span {
	display: block;
}

.industry-blog-single-section .more-posts .post-control-link {
	font-size: 14px;
	font-size: 0.93333rem;
	color: #969AA6;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
}

.industry-blog-single-section .more-posts .post-name {
	
	font-size: 20px;
	font-size: 1.33333rem;
	color: #1A284F;
	margin: 0.7em 0 0;
}

@media (max-width: 991px) {
	.industry-blog-single-section .more-posts .post-name {
		font-size: 18px;
		font-size: 1.2rem;
	}
}

.industry-blog-single-section .more-posts a:hover .post-control-link {
	color: #b21414;
}

.industry-blog-single-section .comments-area {
	margin-top: 70px;
}

.industry-blog-single-section .comments-area li > div {
	border-bottom: 1px solid #e4effb;
	padding: 35px;
}

@media (max-width: 991px) {
	.industry-blog-single-section .comments-area li > div {
		padding: 35px 25px;
	}
}

.industry-blog-single-section .comments-area ol {
	list-style-type: none;
	padding-left: 0;
}

.industry-blog-single-section .comments-area ol ul {
	padding-left: 30px;
	list-style-type: none;
}

.industry-blog-single-section .comments-area ol > li:last-child div {
	border-bottom: 0;
}

.industry-blog-single-section .comments-area .comments-title {
	font-size: 22px;
	font-size: 1.46667rem;
	font-weight: 500;
	margin: 0 0 1em;
	text-transform: uppercase;
	letter-spacing: 3px;
}

@media (max-width: 991px) {
	.industry-blog-single-section .comments-area .comments-title {
		font-size: 20px;
		font-size: 1.33333rem;
	}
}

.industry-blog-single-section .comments-area li > div {
	position: relative;
}

.industry-blog-single-section .comments-area .comment-theme {
	position: absolute;
	left: 35px;
}

@media (max-width: 767px) {
	.industry-blog-single-section .comments-area .comment-theme {
		position: static;
	}
}

.industry-blog-single-section .comments-area .comment-theme img {
	border-radius: 50%;
}

.industry-blog-single-section .comments-area .comment-main-area {
	padding-left: 100px;
}

@media (max-width: 767px) {
	.industry-blog-single-section .comments-area .comment-main-area {
		padding-left: 0;
		margin-top: 25px;
	}
}

.industry-blog-single-section .comments-area .comment-main-area p {
	margin-bottom: 20px;
}

.industry-blog-single-section .comments-area .comments-meta h4 {
	
	font-size: 20px;
	font-size: 1.33333rem;
	color: #1A284F;
	font-weight: 500;
	margin: 0 0 1em;
}

.industry-blog-single-section .comments-area .comments-meta h4 span {
	font-size: 15px;
	font-size: 1rem;
	color: #969AA6;
	font-weight: normal;
	text-transform: none;
	display: inline-block;
	padding-left: 5px;
}

@media (max-width: 767px) {
	.industry-blog-single-section .comments-area .comments-meta h4 span {
		padding-left: 0;
	}
}

.industry-blog-single-section .comments-area .comment-reply-link {
	
	font-size: 14px;
	font-size: 0.93333rem;
	font-weight: 600;
	color: #1A284F;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	text-decoration: underline;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.industry-blog-single-section .comments-area .comment-reply-link:hover {
	color: #b21414;
}

.industry-blog-single-section .comment-respond {
	margin-top: 70px;
}

.industry-blog-single-section .comment-respond .comment-reply-title {
	font-size: 22px;
	font-size: 1.46667rem;
	margin: 0 0 1.5em;
	text-transform: uppercase;
	letter-spacing: 2px;
}

@media (max-width: 991px) {
	.industry-blog-single-section .comment-respond .comment-reply-title {
		font-size: 20px;
		font-size: 1.33333rem;
	}
}

.industry-blog-single-section .comment-respond form input,
.industry-blog-single-section .comment-respond form textarea {
	background-color: #fff;
	width: 100%;
	height: 55px;
	border: 1px solid #a4adbe;
	padding: 6px 15px;
	margin-bottom: 15px;
	outline: 0;
	border-radius: 30px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.industry-blog-single-section .comment-respond form input:focus,
.industry-blog-single-section .comment-respond form textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #b21414;
}

@media (max-width: 991px) {
	.industry-blog-single-section .comment-respond form input,
  .industry-blog-single-section .comment-respond form textarea {
		height: 40px;
	}
}

.industry-blog-single-section .comment-respond form textarea {
	height: 220px;
	padding: 15px;
}

@media (max-width: 991px) {
	.industry-blog-single-section .comment-respond form textarea {
		height: 150px;
	}
}

.industry-blog-single-section .comment-respond .form-inputs {
	overflow: hidden;
}

.industry-blog-single-section .comment-respond .form-inputs > input:nth-child(1) {
	width: 49%;
	float: left;
}

@media (max-width: 767px) {
	.industry-blog-single-section .comment-respond .form-inputs > input:nth-child(1) {
		width: 100%;
		float: none;
	}
}

.industry-blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
	width: 49%;
	float: right;
}

@media (max-width: 767px) {
	.industry-blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
		width: 100%;
		float: none;
	}
}

.industry-blog-single-section .comment-respond .form-submit input {
	max-width: 180px;
	background-color: #1e2845;
	color: #fff;
	margin-bottom: 0;
	border: 0;
	outline: 0;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 2px;
	border-radius: 30px;
}

.industry-blog-single-section .comment-respond .form-submit input:hover {
	background-color: #1A284F;
}

@media screen and (min-width: 1200px) {
	.industry-blog-single-left-sidebar-section .blog-sidebar {
		padding-right: 45px;
		padding-left: 0;
	}
}

/*--------------------------------------------------------------
	#contact page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
15. industry-contact-pg-section
--------------------------------------------------------------*/
.industry-contact-pg-section {
	padding-bottom: 0px;
}

.industry-contact-pg-section .industry-contact-title {
	max-width: 440px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 50px;
}

@media (max-width: 767px) {
	.industry-contact-pg-section .industry-contact-title {
		margin-bottom: 30px;
	}
}

.industry-contact-pg-section .industry-contact-title h2 {
	font-size: 35px;
	font-size: 2.33333rem;
	font-weight: 600;
	margin-bottom: 20px;
}

@media (max-width: 575px) {
	.industry-contact-pg-section .industry-contact-title h2 {
		font-size: 25px;
		font-size: 1.66667rem;
	}
}

.industry-contact-pg-section form input,
.industry-contact-pg-section form select,
.industry-contact-pg-section form textarea {
	background: #f4f6fa;
	width: 100%;
	height: 45px;
	border: 1px solid transparent;
	border-radius: 30px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	padding-left: 25px;
}

@media (max-width: 991px) {
	.industry-contact-pg-section form input,
  .industry-contact-pg-section form select,
  .industry-contact-pg-section form textarea {
		height: 45px;
	}
}

.industry-contact-pg-section form input:focus,
.industry-contact-pg-section form select:focus,
.industry-contact-pg-section form textarea:focus {
	border-color: #b21414;
	background: #f4f6fa;
}

.industry-contact-pg-section form textarea {
	height: 180px;
	padding-top: 15px;
}

.industry-contact-pg-section form {
	margin: 0 -15px;
	overflow: hidden;
}

.industry-contact-pg-section form ::-webkit-input-placeholder {
	font-style: 15px;
	font-style: normal;
	color: #9d9c9c;
}

.industry-contact-pg-section form :-moz-placeholder {
	font-style: 15px;
	font-style: normal;
	color: #9d9c9c;
}

.industry-contact-pg-section form ::-moz-placeholder {
	font-style: 15px;
	font-style: normal;
	color: #9d9c9c;
}

.industry-contact-pg-section form :-ms-input-placeholder {
	font-style: 15px;
	font-style: normal;
	color: #9d9c9c;
}

.industry-contact-pg-section form select {
	display: inline-block;
	color: #a9a9a9;
	cursor: pointer;
	opacity: 1;
	padding: 6px 25px;
	font-size: 15px;
	font-size: 1rem;
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
}

.industry-contact-pg-section form .submit-area {
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
	margin-left: 0;
}

@media (max-width: 767px) {
	.industry-contact-pg-section form .submit-area {
		margin-bottom: 0;
	}
}

.industry-contact-pg-section form .submit-area .industry-btn {
	font-size: 16px;
}

.industry-contact-pg-section form > div {
	width: calc(50% - 30px);
	float: left;
	margin: 0 15px 25px;
}

@media (max-width: 600px) {
	.industry-contact-pg-section form > div {
		width: calc(100% - 25px);
		float: none;
	}
}

.industry-contact-pg-section form .fullwidth {
	width: calc(100% - 25px);
	float: none;
	clear: both;
}

.industry-contact-pg-section .office-info {
	padding-bottom: 100px;
}

@media (max-width: 767px) {
	.industry-contact-pg-section .office-info {
		padding-bottom: 60px;
	}
}

@media (max-width: 1200px) {
	.industry-contact-pg-section .office-info .col .office-info-item {
		margin-bottom: 30px;
	}
}

@media (max-width: 1200px) {
	.industry-contact-pg-section .office-info .col:last-child .office-info-item {
		margin-bottom: 0px;
	}
}

.industry-contact-pg-section .office-info .office-info-item {
	text-align: center;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
	box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
	padding: 40px;
}

.industry-contact-pg-section .office-info .office-info-item .office-info-icon {
	width: 85px;
	height: 85px;
	background: #f5f5f5;
	line-height: 85px;
	text-align: center;
	margin: 0 auto;
	border-radius: 50%;
}

.industry-contact-pg-section .office-info .office-info-item .office-info-icon i {
	font-size: 40px;
}

.industry-contact-pg-section .office-info .office-info-item .office-info-text h2 {
	font-size: 30px;
	font-weight: 500;
	margin: 20px 0 10px;
}

.industry-contact-pg-section .office-info .office-info-item .office-info-text p {
	margin-bottom: 0;
}

.industry-contact-pg-section .industry-contact-form-area {
	padding: 50px;
	background: #fff;
	-webkit-box-shadow: 0px 1px 15px 0px rgba(62, 65, 159, 0.1);
	box-shadow: 0px 1px 15px 0px rgba(62, 65, 159, 0.1);
	padding-bottom: 0;
	position: relative;
	z-index: 99;
	margin-bottom:100px;
}

@media (max-width: 767px) {
	.industry-contact-pg-section .industry-contact-form-area {
		padding: 30px;
		padding-top: 50px;
	}
	
	.industry-contact-pg-section .office-info .office-info-item .office-info-text p {
		margin-bottom: 0;
		min-height:auto;
	}
}

.industry-contact-map-section {
	margin-bottom: -116px;
}

@media (max-width: 991px) {
	.industry-contact-map-section {
		margin-bottom: 0;
		margin-bottom: 50px;
	}
}

.industry-contact-map-section .industry-contact-map {
	height: 550px;
}

.industry-contact-map-section iframe {
	width: 100%;
	height: 100%;
	border: 0;
	outline: 0;
}

.industry-contact-map-section h2.hidden {
	display: none;
}

/*--------------------------------------------------------------
16. error-404-section
--------------------------------------------------------------*/
.error-404-section {
	text-align: center;
}

.error-404-section .error-message {
	margin-top: 70px;
	padding: 0 200px;
}

@media (max-width: 991px) {
	.error-404-section .error-message {
		margin-top: 50px;
		padding: 0 100px;
	}
}

@media (max-width: 767px) {
	.error-404-section .error-message {
		padding: 0;
	}
}

.error-404-section .error-message h3 {
	font-size: 30px;
	font-size: 2rem;
	margin: 0 0 0.8em;
}

.error-404-section .error-message p {
	margin-bottom: 1.8em;
}
/*# sourceMappingURL=style.css.map */
.index_more{
	display: block;
	width:160px;
	line-height: 45px;
	height:45px;
	text-align: center;
	background-image: url(../image/index_more.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	border-radius: 5px;
	color:#fff;
	position: relative;
}
.index_more:after{
	position:absolute;
	top:0;
	left:0;
	transition:0.5s;
	display: block;
	content:'';
	width:0px;
	height:100%;
	background: rgb(255,255,255,0.2);
	z-index: 2;
}
.index_more:hover{
	color:#fff;
}
.index_more:hover:after{
	width:100%;
}


.vidcontainer{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    background-color: rgba(0,0,0,0.8);
    cursor: pointer;
    z-index: 99999;
}
.vidcontainer .closevid{
    width: 40px;
    height: 40px;
    background: url(../image/close-vid2.png) no-repeat center/100% auto;
    position: absolute;
    top: 40px;
    right: 40px;
    z-index:999;
    cursor: pointer;
}
.vidcontainer video{
    position: absolute;
    width: 90%;
    height:auto;
    top: 0;
    max-width:1200px;
    max-height:80%;
    left: 0;
    background-color: #000;
    bottom: 0;
    right: 0;
    margin: auto;
}
.show-pro1 {
	display: inline-flex;
	width: 100%;
}

.show-pro1 .imgfd{
}
.show-pro1 .txt {
    width: 43%;
    float: left;
    margin-left: 3%;
}



.show-pro1 .imgfd {
	max-height: 545px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.show-pro1 .imgfd img {
	height: auto;
}

.productimg{
	max-width:545px;
	max-height: 545px;
	width: calc(100% - 140px);
	float:left;
	overflow: hidden;
}
.productimg .swiper-slide{
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}
.productimg .swiper-slide-active{
	background-image: url(../image/probg1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.productimg2{
	max-width:116px;
	height: 460px;
	max-height: 460px;
	float:right;
	margin-left:15px;
	cursor:pointer;
}
.productimg2 .swiper-slide{
	position: relative;
}
.productimg2 .swiper-slide{
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	box-sizing: border-box;
	padding:4px;
}
.productimg2 .swiper-slide:after{
	content:'';
	display: block;
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 10;
}
.productimg2 .swiper-slide-thumb-active:after{
	background: rgba(0, 0, 0, 0);
}
.productimg2 .swiper-slide-thumb-active{
	border:1px solid #b21414;
}
.productimg2 .swiper-slide:nth-child(1){
	background-image: url(../image/probg.jpg);
	background: linear-gradient(104.04deg, rgb(189, 188, 194) 0%, rgb(89, 87, 101) 100%);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.pt1img{
	width:100%;
}
.pt2img{
	width:116px;
	height: 116px;
}
.pt2down:after{
	display: none;
}
.pt2down{
	width:58px;
	height: 30px;
	background: #3b3d3f;
	position: absolute;
	top:auto!important;
	left:auto!important;
	right:0px!important;
	bottom:0!important;
}
.pt2up:after{
	display: none;
}
.pt2up{
	width:58px;
	height: 30px;
	background: #b21414;
	position: absolute;
	top:auto!important;
	left:auto!important;
	right:58px!important;
	bottom:0!important;
}
.show-pro1 .txt h1 {
	display: block;
	font-size: 24px;
	margin-bottom: 15px;
}

.show-pro1 .txt h2 {
	display: block;
	font-size: 18px;
	padding-bottom: 35px;
	border-bottom: 1px solid #4c4c4c;
}

.show-pro1 .txt h3 {
	display: block;
	font-size: 18px;
	padding: 30px 0;
	border-bottom: 1px solid #4c4c4c;
	line-height: 2;
	font-weight: 400;
	/*max-width: 250px;*/
	overflow: hidden;
}
.show-pro1h4{
	padding: 30px 0;
	border-bottom: 1px solid #4c4c4c;
}
.show-pro1h4 .sp1{
	padding:0 15px;
	height: 45px;
	line-height: 45px;
	width:130px;
	background: #b21414;
	color: #fff;
	font-size: 16px;
	float: left;
	box-sizing:border-box;
	margin-right:8px; 
	border-radius: 5px;
	font-weight: 600;
	cursor:pointer;
}
.show-pro1h4 .sp1 img{
	transform: translate(0px,3px);
	margin-right: 3px;
}
.show-pro1h4 .sp2{
	padding:14px;
	height: 45px;
	width:45px;
	background: #3b3d3f;
	float: left;
	box-sizing:border-box;
	margin-right:8px; 
	border-radius: 5px;
	cursor:pointer;
	transition:1s;
}
.show-pro1h4 .sp3{
	display: block;
	padding:14px;
	height: 45px;
	width:45px;
	background: #3b3d3f;
	float: left;
	box-sizing:border-box;
	margin-right:8px;
	border-radius: 5px; 
	cursor:pointer;
	transition:1s;
}
.show-pro1h4 .sp4{
	padding:14px;
	height: 45px;
	width:45px;
	background: #3b3d3f;
	float: left;
	box-sizing:border-box;
	margin-right:8px;
	border-radius: 5px;
	cursor:pointer; 
	transition:1s;
}
.show-pro1h4 .sp2:hover{
	background: #b21414;
}
.show-pro1h4 .sp3:hover{
	background: #b21414;
}
.show-pro1h4 .sp4:hover{
	background: #b21414;
}

.show-pro1h5{

	box-sizing:border-box;
	padding:32px 0; 
}
.show-pro1h5 .fr{
	float:right;
	display: inline-block;
	width:36px;
	height: 36px;
	border-radius: 5px;
	border:1px solid #787878;
	margin-left:20px; 
}
.show-pro1h5 .fr:hover{
	border:1px solid #b21414;
	background: #b21414;
}
.show-pro1 .txt .box {
	padding: 30px 0;
}

.show-pro1 .ind-more {
	margin-top: 30px;
}

.show-pro1 .txt .des {
	max-height: 128px;
	overflow: hidden;
}

@media(max-width:991px){
	.productimg2{
		display: none;
	}
	.productimg{
		width:100%;
	}
}

.footer{
	background: #222;
	padding-top:100px;
	color:#ffffff;
}
.footer li{
	list-style: none;
}
.footer-bottom{
	padding:80px 0 40px;
	color:#d3d3d3;
}
.footer-bottom a{
	color:#d3d3d3;
}
.footer-bottom span{
	padding-right:30px;
}
.footer-bottom a:hover{
	color:#b21414;
}
.social-icons{
	margin-top:40px;
}
.social-icons-tab p{
	text-align: center;
	font-weight:800;
	color:#d3d3d3;
}
.social-icons a {
  color: #fff;
  width: 50px;
  height:50px;
  line-height: 50px;
  /* background: #F5F9FB;
  border: 1px solid #E9EFF2; */
  display: block;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
}

.social-icons a .fi:before {
  color: #545966;
  font-size: 14px;
}

/* .social-icons a:hover {
  background: #FC0012;
  border-color: #FC0012;
} */

.social-icons a:hover .fi:before {
  color: #fff;
}
.foot-left{
	width:350px;
}
.foot-center{
	width:300px;
}
.foot-right{
	width:450px;
}
.footer h3{
	color:#fff;
	font-size:24px;
	margin-bottom:40px;
}
.footer .foot-center .nav-link{
	font-size:18px;
	color:#d3d3d3;
	padding:10px 0;
	border-bottom: 1px solid #292929;
}
.footer .foot-center .nav-link:hover{
	color:#b21414;
}
.foot-right .contact-item{
	display:flex;
	justify-content: start;
	flex-wrap:wrap;
	align-items: center;
	margin-bottom:20px;
}
.contact-text{
	font-size:18px;
	color:#d3d3d3;
	margin-left:15px;
}

@media(max-width:999px){
	.footer{
		padding-top:40px;
	}
	.foot-logo{
		margin:0 auto;
	}
	.foot-logo img{
		width:200px;
	}
	.foot-left{
		width:100%;
		text-align: center;
	}
	.foot-center{
		display:none;
	}
	.foot-right{
		width:100%;
		margin-top:20px;
	}
	.wapnone{
		display: none;
	}
}