@import url("../font/css-family=Roboto-300,300i,400,400i,500,500i,700,700i,900,900i.css");
@import url("../font/css-family=Rubik-400,500.css");
:root {
	--fontFamily: "Arial", sans-serif;
	--fontFamily2: 'Open Sans', sans-serif;
	--fontFamily3: 'Roboto', sans-serif;
	--mainColor: #e53027;
	--mainColor2: #1b9dff;
	--mainColor3: #e53027;
	--backgroundColor: #f9fbfe;
	--transparentColor: #fcebe5;
	--whiteColor: #ffffff;
	--whiteColor2: #f2f2f2;
	--blackColor: #212121;
	--paragraphColor: #555555;
	--fontSize: 16px;
	--transition: 0.5s
}

body {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: var(--fontFamily);
}

video {
	width: 100%;
	height: 100%;
	object-fit: fill;
	display: block;
}

.w1292 {
	width: 1292px;
	margin: 0 auto;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

@media only screen and (max-width:1291px) {
	.w1292 {
		width: 1200px;
	}
}

@media only screen and (max-width:1199px) {
	.w1200,
	.w1292 {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--fontFamily);
	font-weight: 700
}

a {
	-webkit-transition: var(--transition);
	transition: var(--transition);
	color: var(--blackColor);
	text-decoration: none;
	outline: 0!important
}

a:hover {
	color: var(--mainColor3);
	text-decoration: none
}

:focus {
	outline: 0!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important
}

img {
	max-width: 100%;
	height: auto
}

p {
	color: var(--paragraphColor);
	font-size: var(--fontSize);
	margin-bottom: 15px;
	line-height: 1.8;
	font-family: var(--fontFamily2)
}

p:last-child {
	margin-bottom: 0
}

ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

table {
	border-collapse: collapse;
}

table tr td {
	border: 1px solid #ddd;
}

table tr:nth-child(odd) {
	background-color: #fff;
}

table tr:nth-child(even) {
	background-color: #f9f9f9;
}

.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px
}

.pt-8 {
	padding-top: 8px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pt-84 {
	padding-top: 84px;
}

.pt-80 {
	padding-top: 80px;
}

.pt-88 {
	padding-top: 88px;
}

.pt-100 {
	padding-top: 100px
}

.pt-108 {
	padding-top: 108px
}

.pt-120 {
	padding-top: 120px;
}

.pb-100 {
	padding-bottom: 100px
}

.pb-200 {
	padding-bottom: 200px
}

.pb-120 {
	padding-bottom: 120px;
}

.ptb-70 {
	padding-top: 70px;
	padding-bottom: 70px
}

.pt-41 {
	padding-top: 41px
}

.pt-52 {
	padding-top: 52px
}

.pt-70 {
	padding-top: 70px
}

.pt-60 {
	padding-top: 60px
}

.pt-66 {
	padding-top: 66px
}

.pt-75 {
	padding-top: 75px
}

.pb-80 {
	padding-bottom: 80px;
}

.pb-52 {
	padding-bottom: 52px;
}

.pb-41 {
	padding-bottom: 41px
}

.pb-32 {
	padding-bottom: 32px
}

.pb-68 {
	padding-bottom: 68px
}

.pb-70 {
	padding-bottom: 70px
}

.pb-90 {
	padding-bottom: 90px
}

.pt-30 {
	padding-top: 0
}

.pl-12 {
	padding-left: 12px
}

.pl-20 {
	padding-left: 20px
}

.pr-20 {
	padding-right: 20px
}

.pr-35 {
	padding-right: 35px;
}

.sticky {
	position: fixed!important;
	top: 0;
	width: 100%;
	background-color: var(--whiteColor)!important;
	z-index: 99999;
	padding: 0;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown
}

.bg-f9fbfe {
	background-color: #f9fbfe
}

.bg-f5f9ff {
	background-color: #f5f9ff
}

.topbar {
	border-bottom: #FFFFFF 1px solid;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9992;
	width: 100%;
}

.topbar.fadeOut {
	transition: .5s ease-in-out;
	opacity: 0;
}

.topbar.inside_pages_site {
	border-bottom: #d6d6d6 1px solid;
	background-color: #FFFFFF;
	position: relative;
}

.topbar .row {
	margin-left: 0;
	margin-right: 0;
}

.topbar [class^="col-xl-"] {
	padding-left: 0;
	padding-right: 0;
}

.topbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}

.topbar .topbar-content {
	padding-top: 12px;
	padding-bottom: 12px;
}

.top-contact-area ul li {
	display: inline-block;
	color: #FFFFFF;
	margin-right: 35px;
	font-family: var(--fontFamily);
	font-size: 16px
}

.top-contact-area ul li a {
	color: #FFFFFF;
	font-weight: 400;
	font-size: var(--fontSize);
}

.top-contact-area ul li a:hover {
	color: var(--mainColor3);
}

.top-contact-area ul li span {
	font-weight: 400
}

.top-contact-area ul li i {
	color: #FFFFFF;
	margin-right: 4px;
	font-size: 16px;
}

.topbar.inside_pages_site .top-contact-area ul li i,
.topbar.inside_pages_site .top-contact-area ul li a,
.topbar.inside_pages_site .top-contact-area ul li span {
	color: var(--mainColor3);
}

.topbar.inside_pages_site .top-contact-area ul li a:hover {
	color: #333;
}

.top-contact-area ul li i.fa-phone {
	vertical-align: -1px;
}

.topbar-right-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.language-select {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

.language-select span i {
	position: relative;
	top: 2px;
	left: 0;
	color: #fff;
	font-size: 14px;
}

.topbar.inside_pages_site .language-select span i {
	color: #333;
}

.language-select .fa-long-arrow-alt-down {
	position: absolute;
	color: var(--blackColor)!important;
	right: -12px;
	top: 7px;
	z-index: 1;
	font-size: 12px!important;
	cursor: pointer
}

.language-select .header_lang_btn {
	font-size: 16px;
	line-height: inherit;
	padding-right: 0px;
	color: #FFFFFF;
}

.topbar.inside_pages_site .language-select .header_lang_btn {
	color: #000000;
}

.open>.dropdown-menu {
	display: block;
}

.language-select .dropdown-menu {
	min-width: 120px;
	border: 0;
	box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
	margin-top: 10px;
	left: auto;
	right: 0;
}

.language-select .dropdown-menu a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	display: block;
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	padding: 0 16px;
	font-size: 14px;
	font-weight: 600;
}

.language-select .dropdown-menu li:hover a {
	background-color: var(--mainColor3) !important;
	color: #ffffff;
}

.searchbox {
	padding: 18px 0 18px 16px;
}

.searchbox>i {
	color: #FFFFFF;
}

.main-nav.sticky .searchbox>i,
.header-area.inside_pages_site .main-nav .searchbox>i {
	color: #333;
}

.m-search-box {
	position: absolute;
	top: 100%;
	right: 0;
	margin-top: 10px;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
	display: none;
	z-index: 3;
	padding: 16px 20px;
	background-color: white;
}

.search_g_box form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.search_g_box form input {
	padding: 8px 12px;
	border: 1px solid #eeeeee;
	border-right: none;
	border-radius: 3px 0px 0px 3px;
	outline: none !important;
}

.search_g_box form button {
	padding: 0 12px;
	background-color: var(--mainColor3);
	color: #fff;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 0px 3px 3px 0px;
	outline: none !important;
	border: none !important;
}

.search_g_box form button:hover {
	background-color: var(--mainColor);
}

.language-select {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: flex-end;
}

.language-select i {
	margin-right: 4px
}

.language-select i.xiala {
	vertical-align: -2px;
	margin-right: 0;
}

a.meanmenu-reveal {
	display: none
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0
}

.mean-nav .dropdown-toggle::after {
	display: none
}

.mean-remove {
	display: none!important
}

.mobile-nav {
	display: none;
	position: relative
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
	background-color: var(--whiteColor);
	color: var(--blackColor)
}

.btn-primary,
.btn-primary:active {
	background-color: var(--whiteColor)!important;
	color: var(--blackColor)!important;
	border-color: var(--blackColor)!important
}

.mobile-nav.mean-container .mean-nav ul li a.active {
	color: var(--mainColor3)
}

.main-nav nav {
	padding: 0;
}

.main-nav nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: relative;
}

.main-nav nav .navbar-nav {
	margin-left: auto;
}

.main-nav nav .navbar-nav>.nav-item {
	position: relative;
	margin-left: 14px;
	margin-right: 14px;
}

.main-nav nav .navbar-nav .nav-item a {
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 400;
	font-family: var(--fontFamily);
	padding-top: 18px;
	padding-bottom: 18px;
	padding-right: 8px;
	padding-left: 8px;
}

.main-nav.sticky nav .navbar-nav .nav-item a,
.header-area.inside_pages_site .main-nav nav .navbar-nav .nav-item a {
	color: #000;
}

.main-nav nav .navbar-nav>.nav-item>a::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 2px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #fff;
}

.main-nav nav .navbar-nav .nav-item a i {
	right: -4px;
	top: 28px;
	font-size: 12px;
	position: absolute
}

.main-nav nav .navbar-nav .nav-item a::after {
	display: none
}

.main-nav nav .navbar-nav>.nav-item>a.active,
.main-nav nav .navbar-nav>.nav-item:hover>a {
	color: var(--mainColor3) !important;
}

.main-nav nav .navbar-nav .nav-item a.active::before,
.main-nav nav .navbar-nav .nav-item:hover a::before {
	width: 100%;
	background-color: var(--mainColor3);
}

.main-nav nav .navbar-nav .nav-item:hover ul {
	opacity: 1;
	visibility: visible
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu.sub_box {
	-webkit-transform: rotateY(0deg) translateY(0deg);
	transform: rotateY(0deg) translateY(0deg);
	max-width: 100%;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu.sub_box {
	opacity: 1;
	visibility: visible;
	-webkit-transform: rotateY(0deg) translateY(0px);
	transform: rotateY(0deg) translateY(0px);
	margin: 0;
	padding: 12px 22px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
	left: 0;
	top: 60px;
	opacity: 0;
	z-index: 99;
	max-width: 240px;
	border: none;
	display: block;
	border-radius: 0;
	visibility: hidden;
	position: absolute;
	background: var(--whiteColor);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	transition-delay: 0.2s;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
	padding-top: 0px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0px;
	text-align: center;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
	position: relative;
	padding: 0
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
	margin: 0;
	display: block;
	padding: 0px 15px;
	color: #333;
	border-bottom: 1px dashed #D5D5D5;
	font-size: 16px;
	font-weight: 400;
	line-height: 36px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
	top: 50%;
	position: absolute;
	right: 10px!important;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
	content: '';
	width: 0%;
	height: 100%;
	border-bottom: 1px dashed var(--mainColor3);
	-webkit-transition: .8s ease;
	transition: .8s ease;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
	color: #FFFFFF;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active::before {
	width: 100%
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	position: absolute;
	left: 101%;
	top: 0;
	opacity: 0!important;
	visibility: hidden!important
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
	top: 20px;
	left: 100%;
	position: absolute;
	opacity: 0!important;
	visibility: hidden!important
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
	color: var(--blackColor)
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
	color: var(--mainColor3)
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
	opacity: 1!important;
	visibility: visible!important;
	top: -5px!important
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu li:hover .dropdown-menu {
	opacity: 1!important;
	visibility: visible!important;
	top: -5px!important
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
	color: #FFFFFF
}

.main-nav nav .navbar-nav .nav-item:last-child .dropdown-menu {
	left: auto;
	right: 0
}

.navbar-light .navbar-brand {
	color: var(--mainColor3);
	font-weight: 700;
	text-transform: uppercase;
	flex-shrink: 0;
	margin-right: 0;
}

.navbar-light .navbar-brand {
	position: relative;
}

.navbar-light .navbar-brand .logo1 {
	display: block;
}

.navbar-light .navbar-brand .logo2 {
	display: none;
}

.main-nav.sticky .navbar-light .navbar-brand .logo1,
.header-area.inside_pages_site .navbar-light .navbar-brand .logo1 {
	display: none;
}

.main-nav.sticky .navbar-light .navbar-brand .logo2,
.header-area.inside_pages_site .navbar-light .navbar-brand .logo2 {
	display: block;
}

.navbar-light .navbar-brand:hover {
	color: var(--mainColor);
	font-weight: 700;
	text-transform: uppercase
}

.header-area {
	position: absolute;
	left: 0;
	top: 48px;
	width: 100%;
	z-index: 9991;
}

.header-area.inside_pages_site {
	background-color: #FFFFFF;
	position: relative;
	top: 0;
}

.menu-small-device {
	display: none;
	position: absolute;
	right: 80px;
	top: 18px;
	margin: 0;
	padding: 0 10px;
	list-style: none
}

.menu-small-device li {
	list-style: none;
	display: inline-block
}

.main-nav nav .navbar-nav>.nav-item.has_box {
	position: static;
}

.main-nav nav .navbar-nav>.nav-item.has_box .list-title a {
	display: inline-block;
	padding: 0 15px;
	font-size: 1.5em;
	border-left: 5px solid var(--mainColor3);
	margin: 10px 0;
	color: #000;
	font-weight: bold;
	font-size: 20px;
}

.main-nav nav .navbar-nav>.nav-item.has_box .list-title a:hover {
	color: var(--mainColor3);
}

.main-nav nav .navbar-nav .nav-item.has_box .sub_box .sub_item {
	padding: 5px 10px;
}

.main-nav nav .navbar-nav .nav-item.has_box .sub_box .sub_item a {
	border: 1px solid #ddd;
	text-align: left;
	font-size: 16px;
	display: block;
	padding-top: 8px;
	padding-bottom: 10px;
}

.main-nav nav .navbar-nav .nav-item.has_box .sub_box .sub_item:hover a {
	border: 1px solid var(--mainColor3);
}

.has_box .sub_box .sub_item span {
	color: #000;
	margin-left: 4px;
	transition: .5s;
}

.has_box .sub_box .sub_item:hover span {
	color: var(--mainColor3);
}

@media only screen and (max-width:767px) {
	.topbar {
		padding-top: 0;
		position: relative;
		background-color: #FFFFFF;
	}
	.topbar ul {
		text-align: left;
	}
	.top-contact-area ul li {
		margin-bottom: 10px;
	}
	.top-contact-area ul li i,
	.top-contact-area ul li a,
	.top-contact-area ul li span {
		color: var(--mainColor3);
	}
	.language-select .header_lang_btn {
		color: #333;
	}
	.topbar-right-area {
		justify-content: flex-start;
	}
	.header-area {
		position: relative;
		top: 0;
		border-top: 1px solid #eee;
		background-color: #FFFFFF;
	}
	.menu-small-device i.fa-search,
	.switch-mobile-nav-btn {
		color: var(--mainColor3) !important;
	}
	.language-select span i {
		color: #333;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.topbar ul {
		text-align: left
	}
	.language-select .dropdown-menu a {
		padding: 0 10px;
	}
}

@media only screen and (min-width:1550px) {
	.main-nav nav .navbar-nav .nav-item a {
		font-size: 20px;
	}
	.menu-sidebar .search-box {
		max-width: 220px
	}
}

@media only screen and (max-width:1199px) {
	.main-responsive-nav {
		height: 61px;
	}
	.switch-mobile-nav-btn {
		position: absolute;
		right: 0;
		font-size: 30px;
		color: #FFFFFF;
		height: 61px;
		line-height: 61px;
		padding: 0 10px;
	}
	.navbar-area.sticky .switch-mobile-nav-btn,
	.inside_pages_site.header-area .switch-mobile-nav-btn {
		color: var(--mainColor3);
	}
	.mobile-nav {
		display: block;
		position: relative;
		height: 61px;
	}
	.mobile-nav .logo {
		top: 0px;
		left: 0;
		z-index: 999;
		position: absolute;
		height: 100%;
		line-height: 61px;
		color: #fff;
		font-weight: 700;
		text-transform: uppercase;
		text-decoration: none
	}
	.mobile-nav nav .navbar-nav .nav-item a i {
		display: none
	}
	.mean-container .mean-bar {
		background-color: #fff;
		padding: 0
	}
	.mean-container a.meanmenu-reveal {
		padding: 10px 2px 0 0
	}
	.mean-container a.meanmenu-reveal.meanclose {
		font-size: 28px !important;
		top: 14px;
	}
	.main-nav {
		display: none!important
	}
	.menu-sidebar {
		display: none
	}
	.menu-small-device {
		z-index: 999;
		right: 60px;
		display: block!important
	}
	.menu-small-device i.fa-search {
		border: 0;
		font-size: 25px;
		color: #FFFFFF;
		background-color: transparent;
	}
	.navbar-area.sticky .menu-small-device i.fa-search,
	.inside_pages_site.header-area .menu-small-device i.fa-search {
		color: var(--mainColor3);
	}
	.menu-small-device .search_g_box i.fa-search {
		color: #FFFFFF !important;
		font-size: 18px;
	}
	.m-shadow {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.5);
		display: none;
		z-index: 999;
	}
	.mobile-nav-content {
		position: fixed;
		top: 0;
		left: 0;
		left: -70%;
		width: 70%;
		height: 100%;
		overflow-y: scroll;
		z-index: 99999;
		background: #fff;
		color: #666;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.mobile-nav-content ul,
	.mobile-nav-content li {
		margin: 0;
		padding: 0;
	}
	.mobile-nav-content .mobile-nav-list {
		margin: 0;
		padding: 0;
	}
	.mobile-nav-content .mobile-nav-list li {
		position: relative;
		overflow-x: hidden;
	}
	.mobile-nav-content .mobile-nav-list li i {
		color: #333;
		font-style: normal;
		padding: 0px 10px;
		height: 46px;
		line-height: 46px;
		display: inline-block;
		font-size: 20px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 99;
		-webkit-transform: rotateZ(0deg);
		-ms-transform: rotate(0deg);
		transform: rotateZ(0deg);
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
	}
	.mobile-nav-content .mobile-nav-list a {
		padding: 12px 10px;
		padding-right: 30px;
		display: block;
		color: #333;
		text-decoration: none;
		text-transform: capitalize;
		border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	}
	.mobile-nav-content li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.mobile-nav-content>.mobile-nav-list>li:first-of-type>a {
		border-top: 1px solid rgba(0, 0, 0, 0.15);
	}
	.mobile-nav-content>.mobile-nav-list>li>a {
		font-weight: 600;
	}
	.mobile-nav-content>.mobile-nav-list>li ul {
		display: none;
		background: #fff;
	}
	.mobile-nav-content>.mobile-nav-list>li ul li a {
		padding: 12px 24px;
	}
	.mobile-nav-content>.mobile-nav-list>li ul li ul li a {
		padding: 12px 36px;
	}
	.mobile-nav-content>.mobile-nav-list>li>ul>li ul {
		background-color: #fff;
	}
	.company-logo {
		padding: 18px 12px;
	}
}

.main-banner {
	position: relative;
	overflow: hidden;
	text-align: center;
}

.main-banner h1 {
	font-size: 74px;
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 86px;
	margin-bottom: 30px;
}

.main-banner p {
	font-size: 32px;
	font-family: Arial;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 44px;
	width: 90%;
	margin: 0 auto;
}

.banner-video {
	position: relative;
	overflow: hidden;
	height: 100%;
}

.banner-video video {
	width: 100%;
	overflow: hidden;
}

.banner-text-area2 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 44;
	width: 1200px;
	max-width: 100%;
}

.banner-video .mask {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: .5;
	left: 0;
	top: 0;
}

.main-banner {
	padding: 0px;
	margin-top: 0px;
	height: 100vh;
}

.banner-video-gif {
	width: 100%;
	height: 100%;
}

@media only screen and (max-width:767px) {
	.main-banner h1 {
		font-size: 28px;
		line-height: 36px;
		margin-bottom: 14px;
	}
	.main-banner p {
		width: 100%;
		font-size: 16px;
		line-height: 26px;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-text-area2 {
		top: 56%;
	}
	.main-banner h1 {
		font-size: 40px;
		line-height: 50px;
	}
	.main-banner p {
		font-size: 22px;
		line-height: 30px;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.main-banner h1 {
		font-size: 52px;
		line-height: 64px;
	}
	.main-banner p {
		font-size: 26px;
		line-height: 36px;
	}
}

@media only screen and (max-width:1199px) {
	.main-banner {
		height: 50vh;
	}
	.banner-text-area2 {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}

.uni-banner {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative
}

.uni-banner::before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .45);
	position: absolute;
	top: 0;
	left: 0;
	color: #FFFFFF;
}

.uni-banner-text {
	text-align: center;
	position: relative;
	padding-top: 100px;
	padding-bottom: 168px
}

.uni-banner-text h1 {
	font-size: 36px;
	margin-bottom: 12px;
	color: var(--whiteColor)
}

.uni-banner-text ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.uni-banner-text ul li {
	display: inline-block;
	margin: 0 10px;
	color: #FFFFFF;
	position: relative;
	font-size: 18px;
	font-weight: 40;
	font-family: var(--fontFamily)
}

.uni-banner-text ul li a {
	color: #FFFFFF
}

.uni-banner-text ul li a:hover {
	color: var(--mainColor3);
}

.uni-banner-text ul li::after {
	content: '/';
	font-size: 14px;
	position: absolute;
	right: -16px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.uni-banner-text ul li:last-child::after {
	display: none
}

@media only screen and (max-width:767px) {
	.uni-banner-text {
		padding-top: 70px;
		padding-bottom: 90px;
	}
	.uni-banner-text h1 {
		font-size: 30px;
	}
	.uni-banner-text ul li {
		font-size: 15px;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.uni-banner-text {
		padding-bottom: 110px;
	}
	.uni-banner-text h1 {
		font-size: 32px;
	}
}

.pagination-box {
	text-align: center;
	padding-top: 40px;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	font-size: 0;
}

.pagination>li {
	display: inline-block;
	font-size: 16px;
	text-align: center;
	margin: 0 10px;
}

.pagination a {
	display: block;
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #A0A0A0;
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	color: #333333;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	text-decoration: none !important;
	outline: none !important;
	font-family: var(--fontFamily);
}

.pagination li.active a,
.pagination li:hover a {
	border-color: var(--mainColor3);
	color: #FFFFFF;
	background-color: var(--mainColor3);
}

.pagination li.prev a,
.pagination li.next a {
	background: #333333;
	border-color: #333;
	color: #FFFFFF;
}

.pagination li.prev:hover a,
.pagination li.next:hover a {
	background: var(--mainColor3);
	border-color: var(--mainColor3);
}

@media only screen and (max-width:767px) {
	.pagination-box {
		padding-top: 30px;
	}
	.pagination>li {
		margin: 0 4px;
	}
}

.features-bg {
	padding-bottom: 250px;
}

.features {
	visibility: hidden;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	transition: 0.58s cubic-bezier(.215, .61, .355, 1);
	-webkit-transition: 0.58s cubic-bezier(.215, .61, .355, 1);
	-moz-transition: 0.58s cubic-bezier(.215, .61, .355, 1);
}

.features.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
}

.feature-content {
	position: relative;
	margin-top: -322px;
	z-index: 9
}

.feature-content .feature-left {
	width: 590px;
	float: left;
}

.feature-content .feature-right {
	width: calc(100% - 590px);
	float: right;
}

.feature-content .feature-logo-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.feature-card-area .row {
	margin-left: -10px;
	margin-right: -10px;
}

.feature-card {
	padding: 32px 16px 18px;
	height: 260px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
	background-color: var(--whiteColor)
}

.feature-card i {
	width: 80px;
	height: 80px;
	font-size: 40px;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	-webkit-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.11);
	box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.11);
	border: solid 1px #f2f2f2;
}

.feature-card .feature_icon_box {
	position: relative;
	width: 80px;
	height: 80px;
	font-size: 40px;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	-webkit-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.11);
	box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.11);
	border: solid 1px #f2f2f2;
}

.feature-card .feature_icon_box img {
	width: auto;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: 0.2s ease-in;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
}

.feature-card .feature_icon_box .feature_icon1 {
	opacity: 1;
}

.feature-card .feature_icon_box .feature_icon2 {
	opacity: 0;
}

.feature-card:hover .feature_icon_box .feature_icon1 {
	opacity: 1;
	visibility: hidden;
}

.feature-card:hover .feature_icon_box .feature_icon2 {
	opacity: 1;
	visibility: visible;
}

.feature-card:hover .feature_icon_box {
	background-color: var(--mainColor3);
}

.feature-card-item {
	padding-left: 10px;
	padding-right: 10px;
}

.feature-card h4 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 23px;
	font-weight: 700;
	line-height: 25px;
	letter-spacing: 1px;
	color: #212529;
}

.feature-card p {
	font-family: var(--fontFamily);
	font-size: 14px;
	line-height: 25px;
	color: #555555;
}

.feature-card:hover {
	-webkit-animation: headShake 1s 1;
	animation: headShake 1s 1
}

.feature-card:hover i {
	color: var(--whiteColor);
	background-color: var(--mainColor);
	-webkit-box-shadow: 0 0 10px 1px rgba(14, 151, 255, .6);
	box-shadow: 0 0 10px 1px rgba(14, 151, 255, .6)
}

.features-card-2 {
	margin-top: 30px
}

.features-card-2 i {
	width: 60px;
	height: 60px;
	font-size: 35px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--mainColor);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	border: 1px solid rgba(14, 151, 255, .5)
}

.features-card-2 h4 {
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 22px
}

.features-card-2:hover i {
	color: var(--whiteColor);
	background-color: var(--mainColor)
}

.features .welcome_desc {
	margin-top: 120px;
}

.features .welcome_desc h3 {
	font-family: var(--fontFamily);
	font-size: 50px;
	font-weight: bold;
	color: var(--mainColor3);
	margin-bottom: 10px;
	line-height: 45px;
}

.features .welcome_desc p {
	font-size: 26px;
	font-family: Arial;
	font-weight: bold;
	color: #7A7A7A;
	line-height: 45px;
}

@media only screen and (max-width:767px) {
	.feature-card {
		height: auto;
		padding: 26px 16px 26px;
	}
	.feature-content .feature-left {
		width: 100%;
	}
	.feature-content .feature-right {
		width: 100%;
	}
	.features .welcome_desc {
		margin-top: 94px;
		margin-bottom: 30px;
	}
	.features .welcome_desc h3 {
		font-size: 28px;
		margin-bottom: 4px;
		text-align: center;
	}
	.features .welcome_desc p {
		font-size: 21px;
		line-height: 28px;
		text-align: center;
	}
	.feature-card-item {
		margin-bottom: 30px;
	}
	.feature-card p {
		font-size: 15px;
	}
	.feature-card .feature_icon_box {
		width: 70px;
		height: 70px;
	}
	.feature-card .feature_icon_box img {
		width: 40px;
	}
	.feature-card h4 {
		margin-top: 12px;
		margin-bottom: 10px;
		font-size: 22px;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.feature-content .feature-left {
		width: 100%;
	}
	.feature-content .feature-right {
		width: 100%;
	}
	.features .welcome_desc {
		margin-top: 110px;
		text-align: center;
		margin-bottom: 30px;
	}
	.features .welcome_desc h3 {
		font-size: 32px;
		margin-bottom: 4px;
	}
	.features .welcome_desc p {
		font-size: 24px;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.feature-content .feature-left {
		width: 36%;
	}
	.feature-content .feature-right {
		width: calc(100% - 40%);
	}
	.features .welcome_desc h3 {
		font-size: 34px;
	}
	.features .welcome_desc p {
		font-size: 23px;
		line-height: 32px;
	}
}

@media only screen and (max-width:1199px) {
	.features {
		opacity: 1;
		visibility: visible;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
	}
}

@media only screen and (min-width:1200px) and (max-width:1399px) {}

@keyframes boderM3 {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
	}
	50% {
		transform: scale(1.06);
		-webkit-transform: scale(1.06);
		-moz-transform: scale(1.06);
		-ms-transform: scale(1.06);
		-o-transform: scale(1.06);
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
	}
}

.about-text-area {
	padding-top: 56px;
	position: relative;
}

.about-text-area .default-section-heading h6 {
	font-family: var(--fontFamily);
	font-size: 52px;
	font-weight: bold;
	margin-bottom: 26px;
}

.about-text-area .default-section-heading h3 {
	font-family: var(--fontFamily3);
	font-size: 40px;
	font-weight: bold;
	line-height: 42px;
	color: #000000;
	margin-right: 26px;
}

.about-text-area p {
	font-size: 16px;
	margin-top: 24px;
	font-family: var(--fontFamily);
	line-height: 28px;
	color: #777777;
	text-align: left;
}

.about-text-area p.desc {
	margin-right: 38px;
	margin-bottom: 26px;
}

.about-text-area .about-card {
	position: relative;
	padding-left: 100px;
	margin-top: 20px
}

.about-text-area .about-card i {
	position: absolute;
	left: 0;
	width: 70px;
	height: 70px;
	font-size: 45px;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--mainColor);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	background-color: var(--whiteColor3);
	-webkit-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.11);
	box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.11);
}

.about-text-area .about-card .about_icon_box {
	position: absolute;
	left: 0;
	width: 70px;
	height: 70px;
	font-size: 45px;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--mainColor3);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	background-color: var(--whiteColor3);
	-webkit-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.11);
	box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.11);
}

.about-text-area .about-card .about_icon_box img {
	width: auto;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: 0.2s ease-in;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
}

.about-text-area .about-card .about_icon_box .about_icon1 {
	opacity: 1;
}

.about-text-area .about-card .about_icon_box .about_icon2 {
	opacity: 0;
}

.about-text-area .about-card:hover .about_icon_box .about_icon1 {
	opacity: 1;
	visibility: hidden;
}

.about-text-area .about-card:hover .about_icon_box .about_icon2 {
	opacity: 1;
	visibility: visible;
}

.about-text-area .about-card:hover .about_icon_box {
	background-color: var(--mainColor3);
}

.about-text-area .about-card h4 {
	font-size: 18px;
	font-weight: 700;
	font-family: var(--fontFamily3);
	color: #000000;
	line-height: 42px;
	margin-bottom: 2px;
}

.about-text-area .about-card p {
	margin-top: 0
}

.about-text-area .about-card:hover i {
	color: var(--whiteColor);
	background-color: var(--mainColor)
}

.about-text-area .default-button {
	margin-top: 33px
}

.home-about {
	padding-bottom: 2px;
}

.about-img {
	display: block;
	position: relative;
}

.about-img img {
	width: 100%;
}

.about-img .play-btn {
	width: 110px;
	height: 110px;
	border: 6px solid #117EDE;
	opacity: 0.75;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -55px;
	margin-top: -55px;
	text-align: center;
	line-height: 110px;
	animation: boderM3 4s .75s infinite;
}

.about-img .play-mask {
	position: absolute;
	left: 4px;
	top: 3px;
	width: 90px;
	height: 90px;
	opacity: 0.75;
	border-radius: 50%;
}

.about-img .play-btn i.fa {
	color: #117EDE;
	opacity: 0.75;
	font-size: 34px;
	line-height: 90px;
	position: relative;
	top: 1px;
}

.about-content {
	position: relative;
	overflow: hidden;
}

.about-content .left {
	width: 546px;
	float: left;
}

.about-content .right {
	float: right;
	width: calc(100% - 586px);
}

@media only screen and (max-width:767px) {
	.about-content .left {
		width: 100%;
	}
	.about-content .right {
		width: 100%;
	}
	.about-text-area {
		padding-top: 50px;
	}
	.about-text-area .default-section-heading h6 {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.about-text-area .default-section-heading h3 {
		font-size: 26px;
		line-height: 1.4;
	}
	.about-img .play-btn {
		width: 94px;
		height: 94px;
		margin-left: -47px;
		margin-top: -47px;
	}
	.about-img .play-btn i.fa {
		line-height: 94px;
		font-size: 28px;
		top: -9px;
	}
	.about-img .play-mask {
		width: 76px;
		height: 76px;
		left: 3px;
		top: 2px;
	}
	.about-text-area p.desc {
		margin-right: 0;
	}
	.about-text-area .about-card {
		padding-left: 80px;
	}
	.about-text-area .about-card h4 {
		line-height: 30px;
		margin-bottom: 10px;
	}
	.home-about .about-more-btn {
		text-align: center;
	}
	.about-text-area .about-card .about_icon_box {
		width: 60px;
		height: 60px;
	}
	.about-text-area .about-card .about_icon_box img {
		width: 45px;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-content .left {
		width: 100%;
	}
	.about-content .right {
		width: 100%;
	}
	.about-text-area {
		padding-top: 50px;
	}
	.about-text-area p.desc {
		margin-right: 0;
	}
	.about-text-area .about-card h4 {
		line-height: 30px;
		margin-bottom: 10px;
	}
	.home-about .about-more-btn {
		text-align: center;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.about-text-area {
		padding: 0px;
	}
	.about-text-area .about-card {
		text-align: left
	}
	.about-text-area .default-section-heading h3 {
		font-size: 28px;
		margin-right: 0;
		text-align: left;
	}
	.about-text-area .default-section-heading h6 {
		font-size: 34px;
		margin-bottom: 8px;
		text-align: left;
	}
	.about-text-area .about-card h4 {
		line-height: 30px;
	}
	.about-content .left {
		width: 470px;
	}
	.about-content .right {
		width: calc(100% - 510px);
	}
	.about-img .play-btn {
		width: 100px;
		height: 100px;
		margin-left: -50px;
		margin-top: -50px;
	}
	.about-img .play-btn i.fa {
		line-height: 80px;
		font-size: 30px;
		top: -5px;
	}
	.about-img .play-mask {
		width: 80px;
		height: 80px;
	}
	.about-text-area p.desc {
		margin-right: 0;
		margin-top: 20px;
	}
}

.counter {
	margin-bottom: 6px;
	overflow: hidden;
}

.counter .counter-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.counter-card {
	position: relative;
}

.counter-card i {
	width: 65px;
	height: 65px;
	font-size: 35px;
	border-radius: 50%;
	color: var(--mainColor);
	background-color: var(--whiteColor);
	-webkit-box-shadow: 0 0 10px #dadada;
	box-shadow: 0 0 10px #dadada;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 50%
}

.counter-card .counter-card-text {
	padding: 26px 16px;
	text-align: center;
}

.counter-card .counter-card-text h2 {
	font-size: 52px;
	color: #000;
	font-family: Arial;
	margin-bottom: 0;
	line-height: 39px;
	margin-bottom: 8px;
}

.counter-card .counter-card-text h2 span {
	margin-right: 10px;
}

.counter-card .counter-card-text p {
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	line-height: 31px;
	color: #000000;
}

.counter-card:hover i {
	color: var(--whiteColor);
	background-color: var(--mainColor)
}

@media only screen and (max-width:767px) {
	.counter.pb-90 {
		padding-bottom: 40px;
	}
	.counter-card {
		width: 50%;
	}
	.counter-card .counter-card-text h2 {
		font-size: 30px;
	}
	.counter-card .counter-card-text {
		padding: 26px 0;
	}
	.counter-card .counter-card-text p {
		font-size: 16px;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.counter-card {
		width: 50%;
	}
	.counter-card .counter-card-text h2 {
		font-size: 38px;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.counter-card .counter-card-text h2 {
		font-size: 38px;
	}
}

.testimonial {
	overflow: hidden;
}

.testimonial .home-section-heading.default-section-heading h3 {
	font-size: 36px;
	padding-bottom: 30px;
}

.testimonial .home-section-heading.default-section-heading h3::before {
	display: none;
}

.testimonial-card {
	margin: 25px 0;
	position: relative
}

.testimonial-card .stars {
	margin-bottom: 12px
}

.testimonial-card .stars ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.testimonial-card .stars ul li {
	display: inline-block;
	margin-right: 3px
}

.testimonial-card .stars ul li i {
	color: #ffe24d
}

.testimonial-card .stars ul li span {
	margin-left: 5px
}

.testimonial-card .flaticon-left-quote {
	position: absolute;
	right: 35px;
	bottom: 0;
	color: #0e97ff8a;
	font-size: 50px
}

.testimonial-card .testimonial-intro {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 20px
}

.testimonial-card .testimonial-intro img {
	border-radius: 50%;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

.testimonial-card .testimonial-intro .testimonial-intro-text {
	margin-left: 10px
}

.testimonial-card .testimonial-intro .testimonial-intro-text h4 {
	font-size: 20px;
	margin-bottom: 0
}

.testimonial-card .testimonial-intro .testimonial-intro-text p {
	font-size: 15px
}

.testimonial-card-area2 {
	margin-right: 20px;
	text-align: left;
}

.testimonial-card-area2 p {
	font-family: var(--fontFamily);
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
	color: #686868;
	margin-bottom: 36px;
}

.testimonial-card-area .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 0 5px;
	-webkit-transition: .5s;
	transition: .5s;
	border: 2px solid var(--whiteColor);
	background-color: var(--whiteColor);
	-webkit-box-shadow: 0 0 0 2px #b8b8b8;
	box-shadow: 0 0 0 2px #b8b8b8
}

.testimonial-card-area .owl-dots .active {
	background-color: var(--mainColor)
}

.testimonial-img-area .testimonial-img {
	width: 75%;
	margin-left: auto;
	position: relative;
	height: 100%
}

.testimonial-img-area .testimonial-img img {
	border-radius: 10px
}

.testimonial-img-area .testimonial-img .play-button {
	top: 50%;
	left: 60%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.testimonial-img-area .testimonial-img .play-button a {
	height: 100px;
	width: 100px;
	font-size: 55px;
	border-radius: 50%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: var(--mainColor);
	color: var(--whiteColor);
	position: relative
}

.testimonial-img-area .testimonial-img .play-button a i::before {
	line-height: 2
}

.testimonial-img-area .testimonial-img .play-button a::before {
	content: '';
	left: 50%;
	top: 50%;
	position: absolute;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: play-button-animation 2s infinite linear forwards;
	animation: play-button-animation 2s infinite linear forwards
}

.testimonial-img-area {
	position: relative
}

.testimonial-img-area .opening-time {
	max-width: 396px;
	width: 100%;
	padding: 30px;
	height: 414px;
	text-align: center;
	background-color: var(--mainColor3);
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.testimonial-img-area .opening-time h3 {
	margin-bottom: 30px;
	margin-top: 24px;
	font-size: 36px;
	color: var(--whiteColor);
	font-weight: 400;
	line-height: 42px;
	font-family: var(--fontFamily);
}

.testimonial-img-area .opening-time p {
	font-size: 26px;
	font-weight: 400;
	line-height: 45px;
	color: #ffffff;
	margin-bottom: 104px;
	font-family: Arial;
}

.testimonial-img-area .opening-time i {
	display: block;
	width: 122px;
	height: 7px;
	margin: 0 auto;
	background-color: #ffffff;
}

.testimonial-img-area .opening-time ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.testimonial-img-area .opening-time ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #eeeeee4d;
	padding-top: 10px;
	padding-bottom: 10px
}

.testimonial-img-area .opening-time ul li span {
	color: var(--whiteColor);
	font-size: var(--fontSize);
	font-weight: 400;
	font-family: var(--fontFamily)
}

.testimonial-img-area .opening-time ul li:last-child {
	padding-bottom: 0;
	border-bottom: 0
}

@-webkit-keyframes play-button-animation {
	0% {
		width: 55%;
		height: 55%;
		border: 1px solid var(--whiteColor)
	}
	100% {
		height: 100%;
		width: 100%;
		border: 1px solid var(--mainColor)
	}
}

@keyframes play-button-animation {
	0% {
		width: 55%;
		height: 55%;
		border: 1px solid var(--whiteColor)
	}
	100% {
		height: 100%;
		width: 100%;
		border: 1px solid var(--mainColor)
	}
}

@media only screen and (max-width:767px) {
	.testimonial.pb-80 {
		padding-bottom: 50px;
	}
	.testimonial-img-area .testimonial-img {
		width: 100%;
		height: auto;
		margin: 30px 0;
		margin: 14px 0 26px;
	}
	.testimonial-img-area .testimonial-img .play-button {
		left: 50%
	}
	.testimonial-img-area .opening-time {
		position: relative;
		top: unset;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		padding: 14px 20px 30px;
		max-width: 100%;
		height: auto;
	}
	.testimonial-img-area .opening-time h3 {
		font-size: 25px;
		margin-bottom: 10px;
		margin-top: 10px;
		line-height: inherit;
	}
	.testimonial-card .testimonial-intro .testimonial-intro-text h4 {
		font-size: 18px
	}
	.testimonial-card .testimonial-intro .testimonial-intro-text p {
		font-size: 14px
	}
	.testimonial-card .flaticon-left-quote {
		right: 5px
	}
	.testimonial-card-area .owl-dots {
		text-align: center
	}
	.testimonial.ptb-100 {
		padding-bottom: 34px;
	}
	.testimonial-img-area .opening-time p {
		font-size: 20px;
		line-height: inherit;
		margin-bottom: 20px;
	}
	.testimonial-img-area .opening-time i {
		width: 90px;
		height: 5px;
	}
	.testimonial-img-area .testimonial-img .play-button a {
		height: 86px;
		width: 86px;
		font-size: 50px;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.testimonial-text-area {
		text-align: center;
		margin-bottom: 30px
	}
	.testimonial-text-area .testimonial-card .testimonial-intro .testimonial-intro-text {
		text-align: left
	}
	.testimonial-img-area .opening-time p {
		font-size: 24px;
		line-height: 40px;
		margin-bottom: 30px;
	}
	.testimonial-img-area .opening-time h3 {
		font-size: 30px;
		margin-bottom: 16px;
		margin-top: 10px;
	}
	.testimonial-img-area .opening-time {
		max-width: 310px;
		height: 340px;
	}
	.testimonial-img-area .opening-time i {
		width: 110px;
		height: 6px;
	}
	.testimonial-card-area2 {
		margin-right: 0;
	}
	.testimonial.ptb-100 {
		padding-top: 40px;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.testimonial-img-area .testimonial-img {
		width: 90%
	}
	.testimonial-slider-area-2 .owl-nav .owl-prev {
		left: 0
	}
	.testimonial-slider-area-2 .owl-nav .owl-next {
		right: 0
	}
	.testimonial-img-area .testimonial-img .play-button {
		left: 70%;
	}
	.testimonial-img-area .opening-time h3 {
		font-size: 28px;
		margin-bottom: 16px;
		margin-top: 10px;
	}
	.testimonial-img-area .opening-time {
		max-width: 290px;
		height: 340px;
	}
	.testimonial-img-area .opening-time p {
		font-size: 23px;
		line-height: 40px;
		margin-bottom: 30px;
	}
	.testimonial-img-area .testimonial-img .play-button a {
		font-size: 44px;
		width: 78px;
		height: 78px;
	}
	.testimonial-img-area .opening-time i {
		width: 110px;
		height: 6px;
	}
	.testimonial-card-area2 {
		margin-right: 0;
	}
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.testimonial-slider-area-2 .owl-nav .owl-prev {
		left: 0
	}
	.testimonial-slider-area-2 .owl-nav .owl-next {
		right: 0
	}
	.testimonial-img-area .opening-time {
		height: 380px;
		max-width: 330px;
	}
	.testimonial-img-area .opening-time h3 {
		font-size: 28px;
		margin-bottom: 16px;
	}
	.testimonial-img-area .opening-time p {
		font-size: 24px;
		line-height: 42px;
		margin-bottom: 30px;
	}
	.testimonial-img-area .testimonial-img .play-button a {
		font-size: 50px;
		width: 94px;
		height: 94px;
	}
}

@keyframes boderM4 {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
	}
	50% {
		transform: scale(1.2);
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
	}
}

.portfolio {
	overflow: hidden;
	margin-bottom: 3px;
	margin-top: 2px;
}

.portfolio .home-section-heading.default-section-heading h3 {
	font-size: 52px;
	font-family: Arial;
	font-weight: bold;
	color: var(--mainColor3);
}

.portfolio .home-section-heading.default-section-heading h3::before {
	background: #e53027;
}

.portfolio-img {
	position: relative;
	overflow: hidden;
	display: block;
}

.portfolio-img img {
	width: 100%;
}

.portfolio-block {
	width: 33%;
	float: left;
	padding: 4px;
}

.portfolio-block.main-block {
	width: 34%;
}

.portfolio-img .portfolio-text {
	position: absolute;
	bottom: -100%;
	left: 00;
	z-index: 9;
	opacity: 0;
	text-align: left;
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0, 60%);
	transition: .5s;
	padding: 20px;
}

.main-block .portfolio-img .portfolio-text {
	padding: 48px 30px;
}

.portfolio-img .portfolio-text .main_tit {
	color: var(--whiteColor);
	line-height: 38px;
	font-family: Arial;
	font-weight: 400;
	margin-bottom: 4px;
	font-size: 24px;
}

.main-block .portfolio-img .portfolio-text .main_tit {
	font-size: 30px;
	line-height: 44px;
}

.portfolio-img .portfolio-text .main_tit a {
	color: var(--whiteColor);
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.portfolio-img .portfolio-text .main_tit {
	display: block;
	color: var(--whiteColor);
	transition: .5s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}

.portfolio-img .portfolio-text .main_tit:hover a {
	color: var(--mainColor3);
}

.portfolio-img .sub_tit {
	font-size: 18px;
	color: var(--whiteColor);
	font-family: Arial;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.portfolio-img .portfolio-text p {
	font-size: 16px;
	font-family: Arial;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 18px;
}

.main-block .portfolio-img .portfolio-text p {
	margin-top: 40px;
}

.portfolio-img:hover .portfolio-text {
	bottom: 0;
	opacity: 1;
}

.portfolio-link {
	position: absolute;
	bottom: 24px;
	left: 32px;
}

.main-block .portfolio-link {
	bottom: 40px;
}

.portfolio-link a {
	display: block;
	background: rgba(242, 244, 246, 61%);
	border-radius: 50%;
	text-align: center;
	font-size: 18px;
	font-family: Arial;
	font-weight: 400;
	color: #FFFFFF;
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	transition: .5s;
	cursor: pointer;
}

.main-block .portfolio-link a {
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 23px;
	color: #FFFFFF;
}

.portfolio-link a:hover {
	background: var(--mainColor3);
	color: #FFFFFF;
}

.portfolio-link a::before {
	content: '';
	width: 51px;
	height: 51px;
	border: 1px solid rgba(242, 244, 246, 61%);
	left: 50%;
	top: 50%;
	position: absolute;
	border-radius: 50%;
	margin-top: -25.5px;
	margin-left: -25.5px;
	-webkit-animation: boderM4 2s .75s infinite;
	animation: boderM4 2s .75s infinite;
}

.main-block .portfolio-link a::before {
	width: 71px;
	height: 71px;
	margin-top: -35.5px;
	margin-left: -35.5px;
}

@media only screen and (max-width:767px) {
	.portfolio {
		margin-top: 0;
	}
	.portfolio-block {
		width: 100%;
	}
	.portfolio-block.main-block {
		width: 100%;
	}
	.portfolio-list.pt-80 {
		padding-top: 40px;
	}
	.portfolio-img .portfolio-text {
		bottom: 0;
		opacity: 1;
	}
	.portfolio-block .portfolio-text {
		height: 70%;
		padding: 16px;
	}
	.main-block .portfolio-img .portfolio-text {
		padding: 16px;
		height: 35%;
	}
	.main-block .portfolio-img .portfolio-text .main_tit {
		line-height: 38px;
		font-size: 24px;
	}
	.portfolio-link {
		display: none;
	}
	.portfolio-img .sub_tit {
		display: none;
	}
	.portfolio-img .portfolio-text p,
	.main-block .portfolio-img .portfolio-text p {
		margin-top: 12px;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.portfolio-list.pt-80 {
		padding-top: 40px;
	}
	.portfolio-block {
		width: 50%;
	}
	.portfolio-block.main-block {
		width: 100%;
	}
	.portfolio-img .portfolio-text {
		bottom: 0;
		opacity: 1;
	}
	.portfolio-block .portfolio-text {
		height: 70%;
		padding: 16px;
	}
	.main-block .portfolio-img .portfolio-text {
		padding: 16px;
		height: 15%;
	}
	.main-block .portfolio-img .portfolio-text .main_tit {
		line-height: 38px;
		font-size: 24px;
	}
	.portfolio-link {
		display: none;
	}
	.portfolio-img .sub_tit {
		display: none;
	}
	.portfolio-img .portfolio-text p,
	.main-block .portfolio-img .portfolio-text p {
		margin-top: 12px;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.portfolio-list.pt-80 {
		padding-top: 55px;
	}
	.portfolio-img .portfolio-text p {
		margin-top: 14px;
	}
}

.global_market {
	overflow: hidden;
}

.global_market .default-section-heading h3 {
	color: #FFFFFF;
	margin-top: 7px;
	padding-bottom: 20px;
}

.global_market .default-section-heading h3::before {
	display: none;
}

.global_market .sub_tit {
	font-size: 18px;
	font-family: Arial;
	font-weight: 400;
	color: #E1E1E1;
	line-height: 24px;
	text-align: center;
	padding: 0 15px;
}

.global_market .global-tabbox {
	overflow: hidden;
}

.global_market .swiper-slide {
	background-color: #FFFFFF;
}

.globalSwiper .swiper-slide {
	width: 11.11%;
	float: left;
}

.globalSwiper span {
	display: block;
	height: 53px;
	background: #FFFFFF;
	line-height: 53px;
	text-align: center;
	font-size: 20px;
	font-family: Arial;
	font-weight: 400;
	color: #000000;
	cursor: pointer;
	transition: .5s;
}

.globalSwiper .swiper-slide-active span,
.globalSwiper .swiper-slide:hover span {
	color: #FFFFFF;
	background-color: var(--mainColor3);
}

.global_market .tabtit-box {
	position: relative;
	margin: 96px 20px 104px;
}

.global_market .tabtit-box .swiper-container {
	margin: 0 57px;
}

.global_market .tabtit-box .swiper-button-next,
.global_market .tabtit-box .swiper-button-prev {
	width: 54px;
	height: 53px;
	text-align: center;
	line-height: 53px;
	color: #FFFFFF;
	background-color: var(--mainColor3);
	margin-top: -26.5px;
}

.global_market .tabtit-box .swiper-button-next {
	right: 0;
}

.global_market .tabtit-box .swiper-button-prev {
	left: 0;
}

.global_market .tabtit-box .swiper-button-next::after,
.global_market .tabtit-box .swiper-button-prev::after {
	display: none;
}

.global_market .global2Swiper .swiper-slide {
	overflow: hidden;
	width: 25%;
	float: left;
}

.global_market .global2Swiper img {
	width: 100%;
	transition: transform 1.04s;
}

.global_market .global2Swiper img:hover {
	transform: scale(1.04);
}

.global_market .tabItem .swiper-button-next::after,
.global_market .tabItem .swiper-button-prev::after {
	color: #FFFFFF;
	font-size: 26px;
	opacity: 0.49;
}

.global_market .tabItem {
	position: relative;
	display: none;
	margin-bottom: 4px;
}

.global_market .tabItem.on {
	display: block;
}

.global_market .tabCon {
	width: 92%;
	margin: 0 auto;
}

.global_market .tabItem .swiper-button-next {
	right: -34px;
}

.global_market .tabItem .swiper-button-prev {
	left: -34px;
}

@media only screen and (max-width:767px) {
	.global_market .tabtit-box {
		margin: 35px 20px 45px;
	}
	.global_market .tabItem .swiper-button-next {
		right: 0;
	}
	.global_market .tabItem .swiper-button-prev {
		left: 0;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.global_market .tabtit-box {
		margin: 40px 20px 55px;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.global_market .default-section-heading h3 {
		margin-top: 0px;
		padding-bottom: 0px;
	}
	.global_market .tabtit-box {
		margin: 55px 20px 70px;
	}
}

.pricing-card-area .w1200 {
	position: relative;
}

.pricing-bg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	padding-bottom: 404px
}

.pricing-bg::before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 56%);
	position: absolute;
	top: 0;
	left: 0
}

.pricing-bg .default-section-heading {
	position: relative
}

.pricing-bg .default-section-heading h3 {
	color: var(--whiteColor)
}

.pricing-card {
	text-align: center;
	border-radius: 10px;
	background-color: var(--whiteColor);
	-webkit-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.41);
	box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.41);
	position: relative;
	margin: 0px 0px 25px;
	padding: 30px 0;
}

.pricing-card::before {
	content: '';
	width: 100%;
	height: 135px;
	background-color: #FFFFFF;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	border-radius: 10px 10px 0 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0
}

.pricing-card h3 {
	padding: 0 20px;
	color: #212529;
	line-height: 42px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	font-size: 28px;
	font-family: var(--fontFamily);
	font-weight: bold;
	margin-bottom: 20px;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out
}

.pricing-card .pricing-area {
	position: relative;
	border: 2px solid var(--mainColor3);
	width: 95px;
	height: 95px;
	border-radius: 50%;
	padding-top: 15px;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	margin-left: auto;
	margin-right: auto
}

.pricing-card .pricing-area h2 {
	font-size: 30px;
	margin-bottom: 0;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out
}

.pricing-card .pricing-area h2 sup {
	font-size: 15px;
	position: relative;
	top: -12px
}

.pricing-card .pricing-area p {
	font-size: 13px;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out
}

.pricing-card .pricing-area img {
	width: auto;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: 0.2s ease-in;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	max-width: 60%;
}

.pricing-card .pricing-area .pricing_icon1 {
	opacity: 1;
}

.pricing-card .pricing-area .pricing_icon2 {
	opacity: 0;
}

.pricing-card:hover .pricing-area .pricing_icon1,
.pricing-card-area .swiper-slide-active .pricing-area .pricing_icon1 {
	opacity: 1;
	visibility: hidden;
}

.pricing-card:hover .pricing-area .pricing_icon2,
.pricing-card-area .swiper-slide-active .pricing-area .pricing_icon2 {
	opacity: 1;
	visibility: visible;
}

.pricing-card:hover .pricing-area {
	background-color: var(--mainColor3);
}

.pricing-card .pricing-desc {
	font-family: var(--fontFamily);
	font-size: 20px;
	font-weight: normal;
	line-height: 33px;
	color: #212529;
	margin: 16px 34px 32px;
	height: 168px;
	overflow: hidden;
}

.pricing-card .pricing-desc span {
	height: 168px;
	overflow: hidden;
	display: -webkit-box !important;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	text-align: left;
}

.pricing-card ul {
	margin: 20px 0;
	padding: 0;
	list-style: none
}

.pricing-card ul li {
	padding: 10px 0;
	color: #777;
	border-bottom: 1px solid #eee;
	font-size: 15px;
	font-weight: 400;
	font-family: var(--fontFamily2)
}

.pricing-card ul li i {
	margin-right: 5px
}

.pricing-card .default-button {
	margin-top: 10px;
	color: #212529;
	background-color: transparent;
	border: 1px solid #d6d6d6;
	border-radius: 10px;
	font-size: 20px;
	font-family: var(--fontFamily);
	padding: 0;
	width: 157px;
	text-align: center;
	height: 44px;
	line-height: 44px;
	text-transform: capitalize;
}

.pricing-card .default-button:hover {
	background-color: var(--mainColor)
}

.pricing-card:hover::before {
	background-color: var(--mainColor3)
}

.pricing-card:hover h3 a {
	color: var(--whiteColor)
}

.pricing-card:hover .pricing-area {
	border-color: var(--whiteColor);
	background-color: var(--mainColor3)
}

.pricing-card:hover .pricing-area h2,
.pricing-card:hover .pricing-area p {
	color: var(--whiteColor)
}

.pricing-card-area .swiper-slide-active .pricing-card::before {
	background-color: var(--mainColor3)
}

.pricing-card-area .swiper-slide-active h3,
.pricing-card-area .swiper-slide-active h3 a {
	color: var(--whiteColor)
}

.pricing-card-area .swiper-slide-active .pricing-area {
	border-color: var(--whiteColor);
	background-color: var(--mainColor3)
}

.pricing-card-area .swiper-slide-active .pricing-area h2,
.pricing-card-area .swiper-slide-active .pricing-area p {
	color: var(--whiteColor)
}

.pricing-card-area {
	position: relative;
	margin-top: -296px;
}

.pricing-card-area .pricing-next,
.pricing-card-area .pricing-prev {
	width: 37px;
	height: 37px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	border-radius: 50%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	-webkit-box-shadow: 0 0 10px #afafaf;
	box-shadow: 0 0 10px #afafaf;
	color: var(--mainColor)!important;
	background-color: var(--whiteColor)!important
}

.pricing-card-area .pricing-next:hover,
.pricing-card-area .pricing-prve:hover {
	color: var(--whiteColor)!important;
	background-color: var(--mainColor)!important
}

.pricing-card-area .pricing-next {
	right: -48px
}

.pricing-card-area .pricing-prev {
	left: -48px
}

.pricing-card-area .swiper-button-next:after,
.pricing-card-area .swiper-button-prev::after {
	content: "";
	display: none;
}

.pricing-card-area .swiper-slide {
	width: 33.3%;
}

.pricing-card-bg {
	width: 100%;
	padding-bottom: 216px;
	margin-top: -216px;
}

@media only screen and (max-width:767px) {
	.pricing-card-area {
		margin-top: -350px;
	}
	.pricing-card {
		margin: 0 0 8px 0;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.pricing-card-area {
		margin-top: -350px;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.pricing-card-area {
		margin-top: -340px;
	}
}

@media only screen and (max-width:1299px) {
	.pricing-card-area .pricing-next {
		right: 10px
	}
	.pricing-card-area .pricing-prev {
		left: 10px
	}
}

.home-product {
	width: 100%;
	overflow: hidden;
	margin-top: 24px;
}

.home-product .home-section-heading.default-section-heading h3 {
	color: #000000;
	margin-bottom: 112px;
}

.home-product .home-section-heading.default-section-heading h3::before {
	background: #e53027;
}

.home-product .row {
	margin-left: 0;
	margin-right: 0;
}

.home-product .product-card {
	padding-left: 0;
	padding-right: 0;
	/*padding-bottom: 70px;*/
	padding-top: 26px;
	border-right: 1px solid #E1E1E1;
}

.home-product .product-card h4 {
	margin-bottom: 16px;
	margin-top: 30px;
}

.home-product .product-card h4 a {
	display: block;
	cursor: pointer;
	font-size: 30px;
	font-family: Arial;
	font-weight: bold;
	color: #333333;
	line-height: 28px;
	text-align: center;
	white-space: nowrap;
	/*overflow: hidden;*/
	text-overflow: ellipsis;
	padding: 0 20px;
}

.home-product .pro_desc {
	font-size: 18px;
	font-family: Arial;
	font-weight: 400;
	color: #000000;
	line-height: 28px;
	text-align: center;
	padding: 0 52px;
}

.home-product .product-card-img {
	overflow: hidden;
}

.home-product .product-card-img a {
	display: block;
	position: relative;
	padding-bottom: 100%;
	background-color: #FFFFFF;
}

.home-product .product-card-img img {
	transition: transform 1.1s;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.home-product .product-card:hover .product-card-img img {
	transform: translate(-50%, -50%) scale(1.09);
}

.home-product .product-card:hover h4 a {
	color: var(--mainColor);
}

.home-product .product-card .portfolio-text {
	position: absolute;
	top: 0%;
	left: 0%;
	z-index: 9;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	text-align: center;
}

.home-product .product-card:hover .portfolio-text {
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 1;
	top: 50%;
	left: 50%;
}

.home-product .portfolio-tit a {
	color: #FFFFFF;
	font-size: 36px;
	font-family: Arial;
	font-weight: bold;
	line-height: 28px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 20px;
}

.more-products {
	text-align: center;
	margin-top: 48px;
}

@media only screen and (max-width:767px) {
	.home-product {
		margin-top: 0;
	}
	.home-product .home-section-heading.default-section-heading h3 {
		margin-bottom: 15px;
	}
	.home-product .product-card {
		border-right: 0;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 15px;
	}
	.home-product .product-card h4 {
		margin-top: 20px;
		margin-bottom: 0px;
	}
	.home-product .product-card h4 a {
		font-size: 26px;
	}
	.home-product .pro_desc {
		padding: 0 20px;
	}
	.more-products {
		margin-top: 30px;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.home-product .product-card h4 a {
		font-size: 26px;
	}
	.home-product .pro_desc {
		padding: 0 20px;
	}
	.home-product .product-card {
		margin-bottom: 20px;
		border-right: 0;
		padding-bottom: 26px;
	}
	.home-product .home-section-heading.default-section-heading h3 {
		margin-bottom: 30px;
	}
	.more-products {
		margin-top: 30px;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.home-product .home-section-heading.default-section-heading h3 {
		margin-bottom: 60px;
	}
	.home-product .product-card {
		padding-bottom: 26px;
	}
	.home-product .product-card h4 a {
		font-size: 26px;
	}
	.home-product .pro_desc {
		padding: 0 20px;
	}
}

.blog-card {
	margin-top: 30px;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	padding-left: 17px;
	padding-right: 17px;
}

.blog-card .blog-text {
	padding: 14px 20px 42px;
	-webkit-box-shadow: 0 10px 13px -7px #c4c4c4;
	box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.11);
	background-color: var(--whiteColor)
}

.blog-card .blog-text .blog-date ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.blog-card .blog-text .blog-date ul li {
	display: inline-block;
	margin: 20px 5px 0;
	position: relative
}

.blog-card .blog-text .blog-date ul li i {
	font-size: 18px;
	margin-right: 2px;
	color: var(--mainColor3);
	position: relative;
	margin-top: 4px
}

.blog-card .blog-text .blog-date ul li span {
	color: #707070;
	font-size: var(--fontSize);
	font-family: var(--fontFamily)
}

.blog-card .blog-text .blog-date ul li::before {
	content: '/';
	font-size: 18px;
	position: absolute;
	right: -10px
}

.blog-card .blog-text .blog-date ul li:last-child::before {
	display: none
}

.blog-card .blog-text h4 {
	color: #000000;
	font-family: var(--fontFamily3);
	font-weight: bold;
	margin: 6px 0 26px;
	font-size: 22px;
	line-height: 40px;
}

.blog-card .blog-text h4 a {
	display: block;
	font-family: inherit;
	color: inherit;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 40px;
}

.blog-card:hover .blog-text h4 a {
	color: var(--mainColor3);
}

.blog-card .blog-text p {
	font-size: 16px;
	overflow: hidden;
	display: -webkit-box !important;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 64px;
	line-height: 2;
	margin-bottom: 9px;
	font-family: var(--fontFamily);
	color: #666;
}

.blog-card:hover {
	-webkit-transform: scale(1.02);
	transform: scale(1.02)
}

.blog-section {
	position: relative;
}

.blog-with-sidebar .blog-card {
	margin-top: 0;
	margin-bottom: 30px
}

.blog-with-sidebar .pagination {
	margin-top: 0
}

.home-section-heading.default-section-heading h3 {
	position: relative;
	padding-bottom: 28px;
	line-height: 42px;
}

.home-section-heading.default-section-heading h3::before {
	content: "";
	width: 74px;
	height: 2px;
	background-color: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.blog-card .read-more-btn {
	color: var(--mainColor3);
	transition: all .5s ease;
}

.blog-card .read-more-btn:hover {
	margin-left: 10px;
}

.blog-nav-pills {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.blog-nav-pills a {
	display: block;
	width: 226px;
	height: 57px;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	text-align: center;
	line-height: 57px;
	margin: 0 7.5px;
	font-size: 20px;
	font-family: Arial;
	font-weight: 400;
	color: #000000;
	transition: .5s;
}

.blog-nav-pills li:hover a,
.blog-nav-pills li.active a {
	background-color: var(--mainColor3);
	border-color: var(--mainColor3);
	color: #FFFFFF;
}

@media only screen and (max-width:767px) {
	.blog.pt-100 {
		padding-top: 24px;
	}
	.blog-card.col-md-4 {
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.blog-card .blog-text {
		padding: 20px 15px
	}
	.blog-card .blog-text .blog-date ul li {
		margin: 5px 2px 0
	}
	.blog-card .blog-text .blog-date ul li span {
		font-size: 14px
	}
	.blog-card .blog-text .blog-date ul li i {
		margin-right: 0
	}
	.blog-card .blog-text .blog-date ul li::before {
		display: none
	}
	.blog-card .blog-text h4 {
		height: auto;
	}
	.blog-card .blog-text h4 {
		font-size: 20px;
		line-height: 1.3;
		margin: 10px 0;
	}
	.blog-nav-pills a,
	.blog-nav-pills li {
		width: 100%;
		margin: 0;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-card.col-md-4 {
		max-width: 50%;
		flex: 0 0 50%;
	}
	.blog-card .blog-text {
		padding: 25px 15px 20px
	}
	.blog-card .blog-text .blog-date ul li {
		margin: 5px 2px 0
	}
	.blog-card .blog-text .blog-date ul li span {
		font-size: 15px
	}
	.blog-card .blog-text .blog-date ul li i {
		margin-right: 0
	}
	.blog-card .blog-text .blog-date ul li::before {
		display: none
	}
	.blog-card .blog-text h4 {
		font-size: 22px
	}
	.blog.pt-100 {
		padding-top: 30px;
	}
	.blog-nav-pills a {
		height: 50px;
		line-height: 50px;
		width: 220px;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.blog-card .blog-text .blog-date ul li {
		margin: 5px 2px 0
	}
	.blog-card .blog-text .blog-date ul li span {
		font-size: 15px
	}
	.blog-card .blog-text .blog-date ul li i {
		margin-right: 0
	}
	.blog-card .blog-text .blog-date ul li::before {
		display: none
	}
	.blog-card .blog-text h4 {
		font-size: 22px
	}
	.blog.pt-100 {
		padding-top: 40px;
	}
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.blog-card .blog-text .blog-date ul li {
		margin: 5px 2px 0
	}
	.blog-card .blog-text .blog-date ul li span {
		font-size: 15px
	}
	.blog-card .blog-text .blog-date ul li i {
		margin-right: 0
	}
	.blog-card .blog-text .blog-date ul li::before {
		display: none
	}
	.blog-card .blog-text h4 {
		font-size: 22px
	}
	.blog.pt-100 {
		padding-top: 70px;
	}
}

.blog-details-text {
	margin-top: 25px;
	font-size: 15px;
	font-weight: normal;
	line-height: 26px;
	color: #444;
}

.blog-details-text p {
	font-size: 15px;
	font-weight: normal;
	line-height: 26px;
	color: #444;
}

.blog-details-text-area .blog-date {
	margin-top: 30px
}

.blog-details-text-area .blog-date ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.blog-details-text-area .blog-date ul li {
	display: inline-block;
	margin: 5px 5px 0;
	position: relative
}

.blog-details-text-area .blog-date ul li i {
	font-size: 14px;
	margin-right: 3px;
	color: var(--mainColor);
	position: relative;
	margin-top: -3px
}

.blog-details-text-area .blog-date ul li span {
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 500;
	text-transform: uppercase;
	color: #6f7172;
	margin-right: 20px;
	font-family: 'Rubik', sans-serif;
}

.blog-details-text-area .blog-date ul li::before {
	content: '/';
	font-size: 18px;
	position: absolute;
	right: -10px
}

.blog-details-text-area .blog-date ul li:last-child::before {
	display: none
}

.blog-details-text-area h3 {
	font-size: 25px;
	margin-top: 12px;
	margin-bottom: 12px
}

.blog-details-text-area .qouted-msg {
	background-color: #f9f9f9;
	position: relative;
	padding: 25px 25px 25px 75px;
	margin-bottom: 15px;
	text-align: center;
	border-bottom: 1px solid var(--mainColor)
}

.blog-details-text-area .qouted-msg i {
	position: absolute;
	left: 20px;
	font-size: 35px;
	color: var(--mainColor);
	z-index: 0
}

.blog-details-text-area .qouted-msg p {
	margin: 0;
	color: var(--blackColor);
	font-size: 18px;
	font-weight: 600;
	font-family: var(--fontFamily);
	position: relative
}

.sidebar .search-box {
	padding: 35px;
	border: 1px solid rgba(160, 160, 160, 32%);
	border-radius: 5px;
}

.sidebar .search-box input {
	padding: 10px 15px;
	height: 60px;
	font-size: 14px;
	color: #212121;
	font-family: Arial;
}

.sidebar .search-box input::-webkit-input-placeholder {
	color: #212121;
}

.sidebar .search-box input:-moz-placeholder {
	color: #212121;
}

.sidebar .search-box input::-moz-placeholder {
	color: #212121;
}

.sidebar .search-box input:-ms-input-placeholder {
	color: #212121;
}

.sidebar .search-box .form-control {
	border: none;
	background: #F5F5F5;
	border-radius: 5px 0 0 5px;
}

.sidebar .search-box .btn {
	background-color: var(--mainColor3);
	color: var(--whiteColor);
	padding: 0;
	width: 65px;
	height: 60px;
	transition: .5s;
}

.sidebar .search-box .btn:hover {
	background-color: #001D23;
}

.sidebar-section {
	margin-top: 68px;
	padding: 20px 36px;
	border: 1px solid rgba(160, 160, 160, 32%);
	border-radius: 5px;
}

.sidebar-section.popular-post {
	padding: 10px 36px 26px
}

.sidebar-section.categories-list {
	padding: 35px 18px 25px 32px;
	margin-top: 42px;
}

.sidebar-section.tag-list {
	margin-top: 52px;
	padding: 35px;
}

.sidebar-section h3 {
	padding-bottom: 15px;
	margin-bottom: 12px;
	font-size: 18px;
	font-family: Arial;
	color: #212121;
	line-height: 25px;
	font-weight: 700;
	position: relative;
}

.sidebar-section h3 i {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 35px;
	height: 2px;
	background: #e53027;
}

.categories-list ul {
	margin: 33px 0 0;
	padding: 0;
	list-style: none
}

.categories-list ul li {
	margin-top: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 8px;
	margin-bottom: 16px;
}

.categories-list ul li:last-child {
	border-bottom: 0;
}

.categories-list ul li i {
	margin-right: 5px;
	color: var(--mainColor)
}

.categories-list ul li a {
	font-size: 14px;
	font-family: Arial;
	color: #212121;
	line-height: 25px;
	font-weight: bold;
}

.categories-list ul li a:hover {
	color: var(--mainColor)
}

.popular-post-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px;
}

.popular-post-img {
	width: 85px;
	height: 84px;
	overflow: hidden;
	margin-right: 12px;
}

.popular-post-img a {
	display: block;
	width: 100%;
	overflow: hidden;
}

.popular-post-card img {
	width: 100%;
	transition: transform 1.1s;
}

.popular-post-card:hover img {
	transform: scale(1.06);
}

.popular-post-card-text {
	width: 70%;
}

.popular-post-card h6 {
	color: #6F7172;
	font-size: 14px;
	font-weight: 400
}

.popular-post-card h4 a {
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	color: #212121;
	line-height: 22px;
	text-transform: uppercase;
	overflow: hidden;
	display: -webkit-box !important;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 44px;
	margin: 3px 0;
	transition: color .5s;
}

.popular-post-card:hover h4 a {
	color: var(--mainColor3);
}

.tag-list ul {
	margin: 50px 0 0 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.tag-list ul li {
	background: #f5f5f5;
	color: #001D23;
	display: inline-block;
	font-size: 12px !important;
	font-weight: 500;
	line-height: 1;
	padding: 12px 18px;
	margin-bottom: 8px;
	margin-right: 5px;
	text-transform: uppercase;
	border: 0;
	font-family: 'Rubik', sans-serif;
}

.tag-list ul li:hover {
	background-color: var(--mainColor);
	color: var(--whiteColor)
}

@media only screen and (max-width:767px) {
	.blog-details-footer {
		padding: 15px
	}
	.blog-details-footer .share-icons {
		text-align: left;
		margin-top: 10px
	}
	.blog-form-area {
		padding: 15px 15px 20px
	}
	.blog-details-text-area h3 {
		font-size: 22px
	}
	.blog-details-text-area .qouted-msg {
		padding: 15px
	}
	.blog-details-text-area .qouted-msg p {
		font-size: 15px
	}
	.blog-details-text-area .qouted-msg i {
		display: none
	}
	.sidebar-section h3 {
		font-size: 20px
	}
	.popular-post-card h4 {
		font-size: 16px
	}
	.sidebar-section,
	.sidebar-section.tag-list {
		margin-top: 36px;
	}
	.sidebar-section.popular-post {
		padding: 24px;
	}
	.sidebar-section.categories-list,
	.sidebar-section,
	.sidebar-section.tag-list {
		padding: 24px;
		margin-top: 36px;
	}
	.sidebar .search-box {
		padding: 24px;
	}
	.tag-list ul {
		margin: 30px 0 0 0;
	}
	.sidebar .search-box input {
		height: 50px;
	}
	.sidebar .search-box .btn {
		width: 60px;
		height: 50px;
	}
	.details-page-sidebar.pl-12 {
		padding-left: 0;
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.blog-details-footer .share-icons {
		margin-top: 0;
		text-align: right
	}
	.blog-details-text-area .qouted-msg i {
		display: block
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-details-text-area h3 {
		font-size: 27px
	}
	.sidebar-section,
	.sidebar-section.tag-list {
		margin-top: 42px;
	}
	.sidebar-section.popular-post {
		padding: 35px 36px 26px;
	}
	.tag-list ul {
		margin: 33px 0 0 0;
	}
	.popular-post-card-text {
		width: 85%;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.popular-post-card h4 {
		font-size: 15px
	}
	.sidebar .search-box {
		padding: 25px;
	}
	.sidebar .search-box input {
		height: 50px;
	}
	.sidebar .search-box .btn {
		width: 60px;
		height: 50px;
	}
	.sidebar-section {
		margin-top: 42px;
	}
	.sidebar-section.popular-post {
		padding: 30px 25px 26px;
	}
	.sidebar-section.categories-list {
		padding: 30px 18px 25px 25px;
	}
	.sidebar-section.tag-list {
		padding: 25px;
		margin-top: 42px;
	}
	.tag-list ul {
		margin: 33px 0 0 0;
	}
}

.dg-layout-sider {
	width: 255px;
	float: left;
}

.product-title-seo h2 {
	font-size: 40px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1.2;
	margin-bottom: 0;
	width: 100%;
	background: var(--mainColor3);
	margin-bottom: 40px;
	position: relative;
	padding: 25px;
}

.product-content-seo .text p,
.product-content-seo .text {
	font-size: 18px;
	font-family: Arial;
	font-weight: 400;
	color: #707070;
	line-height: 30px;
}

[digood-id="sidebar_nav_1_oyh"] {
	margin-top: 45px;
}

[digood-id="sidebar_nav_1_oyh"] ul {
	list-style: none;
	margin: 0;
	padding: 0;
	transition: 0.3s;
}

[digood-id="sidebar_nav_1_oyh"] ul ul .collapse-link {
	font-size: 18px;
	display: inline;
	padding-left: .7em;
}

[digood-id="sidebar_nav_1_oyh"] ul ul ul .collapse-link {
	padding-left: 1.2em;
}

[digood-id="sidebar_nav_1_oyh"] .panel {
	margin-top: 0;
	margin-bottom: 0;
	overflow: hidden;
	background-color: transparent;
	box-shadow: none;
}

[digood-id="sidebar_nav_1_oyh"] .panel-group .panel+.panel {
	margin-top: 0;
}

[digood-id="sidebar_nav_1_oyh"] .panel-default {
	border: 0;
}

[digood-id="sidebar_nav_1_oyh"] .panel-heading {
	position: relative;
	border: 1px solid #DDDDDD;
	margin-bottom: 4px;
	padding: 0;
	height: 52px;
	background-color: #fff;
	overflow: hidden;
	border-radius: 0;
}

[digood-id="sidebar_nav_1_oyh"] .panel-heading::before {
	content: "";
	width: 0%;
	height: 100%;
	background-color: var(--mainColor3);
	-webkit-transition: .8s ease;
	transition: .8s ease;
	position: absolute;
	bottom: 0;
	left: 0;
}

[digood-id="sidebar_nav_1_oyh"] .panel-heading:hover::before {
	width: 100%;
	color: #FFFFFF;
}

[digood-id="sidebar_nav_1_oyh"] .panel-heading:hover a {
	color: #FFFFFF;
}

[digood-id="sidebar_nav_1_oyh"] .panel-heading a {
	color: #000000;
	text-decoration: none;
}

[digood-id="sidebar_nav_1_oyh"] .collapse-link {
	position: absolute;
	z-index: 1;
	display: inline;
	padding: 0;
	top: 50%;
	transform: translate(20px, -50%);
	border: 0;
	font-size: 24px;
	font-family: Arial;
	font-weight: 400;
	color: #000;
}

[digood-id="sidebar_nav_1_oyh"] .collapse-button {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	margin: 0;
}

[digood-id="sidebar_nav_1_oyh"] .collapse-button.collapsed .fa {
	transform: rotate(-90deg);
}

[digood-id="sidebar_nav_1_oyh"] .collapse-button>span {
	position: absolute;
	right: 1em;
}

.current-cat-panel {
	background-color: var(--mainColor3) !important;
}

.current-cat-panel a {
	color: #FFFFFF !important;
}

.dg-layout-main {
	float: right;
	width: calc(100% - 304px);
}

.dg-layout-main>.row {
	margin-left: -3px;
	margin-right: -3px;
}

.dg-layout-main .seo-describe {
	color: #007bff;
	font-size: 36px;
	font-weight: bold;
}

[digood-id=list_product_item_4_znz] {
	margin-bottom: 10px;
	border: 1px solid #DDDDDD;
	transition: .5s;
	border-radius: 10px;
	overflow: hidden;
}

[digood-id="list_product_item_4_znz"] .event-content h3 {
	text-align: center;
	margin-bottom: 0;
	background: #FFFFFF;
	padding: 15px 0;
	height: 76px;
}

[digood-id="list_product_item_4_znz"] .event-content h3 a {
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #707070;
	background: #FFFFFF;
	display: block;
	overflow: hidden;
	display: -webkit-box !important;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 1.3;
	padding: 0 10px;
	transition: 0.5s;
}

[digood-id="list_product_item_4_znz"]:hover .event-content h3 a {
	color: var(--mainColor3);
}

.products-page .digood-single-event-thumb a {
	display: block;
	overflow: hidden;
	width: 100%;
}

[digood-id="list_product_item_4_znz"]:hover {
	border-color: var(--mainColor3);
}

[digood-id="list_product_item_4_znz"] .digood-single-event-thumb img {
	width: 100%;
	max-width: 100%;
	height: auto;
	transition: transform 1.02s;
}

[digood-id="list_product_item_4_znz"]:hover .digood-single-event-thumb img {
	transform: scale(1.06);
}

.products-page .product-item {
	padding-left: 3px;
	padding-right: 3px;
}

.product-pagination {
	float: right;
	padding-top: 14px;
}

@media only screen and (max-width:767px) {
	.dg-layout-sider {
		width: 100%;
		float: none;
		margin-top: 50px;
	}
	.dg-layout-main {
		width: 100%;
		float: none;
	}
	.product-pagination {
		float: none;
		text-align: center;
	}
	.product-title-seo {
		min-height: 100px;
	}
	.product-title-seo h2 {
		font-size: 26px;
		padding: 18px;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.dg-layout-sider {
		width: 100%;
		float: none;
		margin-top: 50px;
	}
	.dg-layout-main {
		width: 100%;
		float: none;
	}
	.product-title-seo {
		min-height: 100px;
	}
	.product-title-seo h2 {
		font-size: 30px;
		padding: 18px;
	}
	.product-pagination {
		float: none;
		text-align: center;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.dg-layout-sider {
		width: 220px;
	}
	.dg-layout-main {
		width: calc(100% - 250px);
	}
	[digood-id="sidebar_nav_1_oyh"] .collapse-link {
		font-size: 17px;
	}
	[digood-id="sidebar_nav_1_oyh"] ul ul .collapse-link {
		font-size: 15px;
	}
	.product-title-seo h2 {
		font-size: 32px;
		padding: 18px;
	}
}

.swiper-container iframe {
	width: 100%;
}

.video-img-wrap {
	overflow: hidden;
}

.video-img {
	height: 100%;
}

.gallery-top {
	border: 1px solid #DDDDDD;
	border-radius: 5px;
}

.gallery-top img {
	width: 100%;
	border-radius: 5px;
}

table {
	width: 100% !important;
}

.recommended-box {
	position: relative;
}

.gallery-thumbs .swiper-button-next,
.gallery-thumbs .swiper-button-prev {
	color: #454545;
	font-size: 23px;
}

.gallery-thumbs .swiper-button-next:hover,
.gallery-thumbs .swiper-button-prev:hover {
	color: #0E97FF;
}

.gallery-thumbs .swiper-button-next.swiper-button-disabled,
.gallery-thumbs .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
}

.gallery-thumbs .swiper-button-next {
	right: -8px;
}

.gallery-thumbs .swiper-button-prev {
	left: -8px;
}

.gallery-thumbs .swiper-button-next::after,
.gallery-thumbs .swiper-button-prev::after {
	display: none;
	content: "";
}

.gallery-thumbs {
	margin-top: 22px;
	padding: 0 25px;
}

.gallery-thumbs img {
	width: 100%;
}

.gallery-thumbs .swiper-slide {
	width: 25%;
	float: left;
}

.gallery-thumbs .swiper-slide img {
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	overflow: hidden;
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active img {
	border: 1px solid #0E97FF;
}

.prodcut-nav-tabs.nav-tabs {
	border-bottom: none;
	justify-content: center;
	align-items: center;
	margin-bottom: 46px;
	margin-top: 116px;
}

.prodcut-nav-tabs.nav-tabs .nav-item {
	margin-bottom: 0;
	margin-right: 7px;
}

.prodcut-nav-tabs.nav-tabs .nav-link {
	border: 1px solid #DDDDDD;
	border-radius: 0;
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	color: #000;
	transition: .5s;
}

.prodcut-nav-tabs.nav-tabs .nav-link.active,
.prodcut-nav-tabs.nav-tabs .nav-link:hover {
	background-color: var(--mainColor3);
	color: #FFFFFF;
	border-color: var(--mainColor3);
}

.prodcut-tab-content {
	font-size: 16px;
	font-family: Arial;
	font-weight: 400;
	color: #212121;
	line-height: 23px;
}

.prodcut-tab-content img {
	max-width: 100% !important;
	height: auto !important;
}

.product-details {
	margin-top: 38px;
}

.product-details h2 {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	line-height: 29px;
	margin-bottom: 40px;
}

.product-meta .meta-text {
	font-size: 14px;
	font-family: Arial;
	font-weight: 400;
	color: #212121;
	line-height: 25px;
}

.product-meta .button-group {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 26px;
	margin-bottom: 20px;
}

.product-meta .add-to-cart-button a {
	width: 281px;
	height: 56px;
	background: var(--mainColor3);
	border-radius: 5px;
	text-align: center;
	display: block;
	color: #FFFFFF;
	line-height: 56px;
	transition: .5s;
}

.product-meta .download-button a {
	width: 96px;
	height: 56px;
	background: var(--mainColor3);
	border-radius: 5px;
	margin-left: 11px;
	text-align: center;
	display: block;
	color: #FFFFFF;
	line-height: 56px;
	transition: .5s;
}

.product-meta .download-button i {
	font-size: 35px;
	line-height: 56px;
}

.product-meta .button-group a:hover {
	background: var(--mainColor2);
}

.widget-recommended-product {
	margin-top: 100px;
	margin-bottom: 110px;
}

.widget-recommended-product .recommended-tit {
	font-size: 40px;
	font-family: Arial;
	font-weight: 400;
	color: #000000;
	line-height: 42px;
	text-align: center;
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 24px;
}

.widget-recommended-product .recommended-tit::before {
	content: "";
	width: 74px;
	height: 2px;
	background-color: var(--mainColor3);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.widget-recommended-product .swiper-pagination-bullet-active {
	background: var(--mainColor3);
}

.widget-recommended-product .product-card-tit a {
	font-size: 20px;
	font-family: Roboto;
	font-weight: normal;
	color: #000000;
	line-height: 30px;
	overflow: hidden;
	display: -webkit-box !important;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	transition: .6s;
	margin-bottom: .5rem;
	text-align: center;
}

.widget-recommended-product .product-card {
	padding-left: 11px;
	padding-right: 11px;
}

.widget-recommended-product .product-card-img a {
	display: block;
	overflow: hidden;
	width: 100%;
}

.widget-recommended-product .product-card-img img {
	width: 100%;
	transition: transform 1.1s;
}

.widget-recommended-product .product-card-tit:hover a {
	color: var(--mainColor3);
}

.widget-recommended-product .product-card-img:hover img {
	transform: scale(1.06);
}

.widget-recommended-product .swiper-slide {
	width: 25%;
	float: left;
}

.widget-recommended-product .swiper-button-next::after,
.widget-recommended-product .swiper-button-prev::after {
	display: none;
}

.widget-recommended-product .recommend-next,
.widget-recommended-product .recommend-prev {
	width: 37px;
	height: 37px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	border-radius: 50%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	-webkit-box-shadow: 0 0 10px #afafaf;
	box-shadow: 0 0 10px #afafaf;
	color: var(--mainColor)!important;
	background-color: var(--whiteColor)!important;
}

.widget-recommended-product .recommend-next {
	right: -40px;
}

.widget-recommended-product .recommend-prev {
	left: -40px;
}

.appointment_form {
	background: #FFFFFF;
	padding: 62px 104px;
	box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.35);
	margin-top: -460px;
	margin-bottom: 108px;
	overflow: hidden;
}

.appointment_form input::-webkit-input-placeholder,
.appointment_form textarea::-webkit-input-placeholder {
	color: #6C757D;
}

.appointment_form input:-moz-placeholder,
.appointment_form textarea:-moz-placeholder {
	color: #6C757D;
}

.appointment_form input::-moz-placeholder,
.appointment_form textarea::-moz-placeholder {
	color: #6C757D;
}

.appointment_form input:-ms-input-placeholder,
.appointment_form textarea:-ms-input-placeholder {
	color: #6C757D;
}

.appointment_form .tips {
	font-size: 22px;
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	line-height: 15px;
	margin-bottom: 62px;
}

.appointment_form .form-group {
	margin-bottom: 12px;
}

.appointment_form .m-btn {
	display: block;
	margin: 64px auto 19px;
	width: 281px;
	height: 56px;
	background: #212121;
	border-radius: 5px;
	font-size: 16px;
	font-family: Arial;
	font-weight: 400;
	color: #FFFFFF;
	transition: .6s ease;
	outline: none;
	border: none;
}

.appointment_form .m-btn:hover {
	background: var(--mainColor3);
}

.appointment_form .form-control {
	border: 1px solid #A0A0A0;
	font-size: 16px;
	font-family: Arial;
	font-weight: 400;
	color: #6C757D;
	border-radius: 0;
	padding: 20px;
}

.appointment_form .form-control input {
	height: 49px;
	line-height: 49px;
}

.appointment_form .inputs {
	padding-left: 7px;
	padding-right: 7px;
}

.appointment_form textarea {
	height: 244px;
	resize: none;
}

.appointment_form .row {
	margin-left: -7px;
	margin-right: -7px;
}

.appointment_bg {
	padding-top: 150px;
	padding-bottom: 510px;
	color: #FFFFFF;
	text-align: center;
}

.appointment_bg .main_tit {
	font-size: 52px;
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 48px;
}

.appointment_bg .sub_tit span {
	font-size: 22px;
	font-family: 'Rubik';
	font-weight: 400;
	color: #FFFFFF;
	line-height: 42px;
	position: relative;
	width: 184px;
	display: block;
	margin: 0 auto;
}

.appointment_bg .sub_tit span::before {
	content: "";
	width: 52px;
	height: 1px;
	background-color: #FFFFFF;
	position: absolute;
	left: 0;
	top: 20px;
}

.appointment_bg .sub_tit span::after {
	content: "";
	width: 52px;
	height: 1px;
	background-color: #FFFFFF;
	position: absolute;
	right: 0;
	top: 20px;
}

.breadcrumb_nav_list2 {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 58px;
	margin-top: 2px;
}

.breadcrumb_nav_list2 li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-right: 6px;
}

.breadcrumb_nav_box2 a,
.breadcrumb_nav_box2 span {
	font-size: 18px;
	font-family: Arial;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
	text-transform: capitalize;
}

@media only screen and (max-width:767px) {
	.appointment_bg {
		padding-top: 50px;
	}
	.appointment_bg .main_tit {
		font-size: 30px;
	}
	.appointment_bg .sub_tit span {
		font-size: 18px;
		width: 170px;
	}
	.appointment_form {
		background: #FFFFFF;
		padding: 42px 20px;
		margin-top: -490px;
		margin-bottom: 60px;
	}
	.appointment_form .tips {
		line-height: 15px;
		margin-bottom: 26px;
	}
	.appointment_form .m-btn {
		margin: 10px auto 0px;
		width: 160px;
		height: 50px;
	}
	.breadcrumb_nav_list2 {
		margin-bottom: 34px;
	}
	.single-product-page.pt-70 {
		padding-top: 50px;
	}
	.widget-recommended-product .recommended-tit {
		font-size: 28px;
		padding-bottom: 12px;
	}
	.product-card-img {
		border: 1px solid #E1E1E1;
	}
	.widget-recommended-product {
		margin-bottom: 50px;
		margin-top: 50px;
	}
	.prodcut-nav-tabs.nav-tabs {
		margin-bottom: 30px;
		margin-top: 50px;
	}
	.prodcut-nav-tabs.nav-tabs .nav-item {
		margin-bottom: 10px;
		margin-right: 0px;
		width: 100%;
	}
	.product-meta .add-to-cart-button a {
		width: 218px;
		height: 50px;
		line-height: 50px;
	}
	.product-meta .download-button a {
		width: 80px;
		height: 50px;
		line-height: 50px;
	}
	.product-meta .download-button i {
		font-size: 26px;
		line-height: 50px;
	}
	.widget-recommended-product .product-card-tit a {
		font-size: 24px;
		margin-top: 8px;
		margin-bottom: 22px;
	}
	.product_detail_con .pr-35 {
		padding-right: 15px;
	}
	.widget-recommended-product .swiper-slide {
		width: 100%;
	}
	.widget-recommended-product .recommend-next {
		right: 0px;
	}
	.widget-recommended-product .recommend-prev {
		left: 0px;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.appointment_bg {
		padding-top: 64px;
	}
	.appointment_form {
		padding: 60px 30px;
		margin-top: -480px;
		margin-bottom: 80px;
	}
	.appointment_form .tips {
		margin-bottom: 34px;
	}
	.appointment_form .m-btn {
		margin: 30px auto 0px;
		width: 250px;
	}
	.appointment_bg .main_tit {
		font-size: 36px;
	}
	.product_detail_con .pr-35 {
		padding-right: 15px;
	}
	.widget-recommended-product .recommended-tit {
		font-size: 34px;
		padding-bottom: 20px;
	}
	.product-card-img {
		border: 1px solid #E1E1E1;
		margin: 0 10px;
	}
	.widget-recommended-product {
		margin-bottom: 60px;
		margin-top: 60px;
	}
	.widget-recommended-product .product-card-tit a {
		margin-top: 12px;
		margin-bottom: 24px;
	}
	.prodcut-nav-tabs.nav-tabs {
		margin-bottom: 40px;
		margin-top: 60px;
	}
	.breadcrumb_nav_list2 {
		margin-bottom: 35px;
	}
	.widget-recommended-product .swiper-slide {
		width: 50%;
	}
	.widget-recommended-product .recommend-next {
		right: -10px;
	}
	.widget-recommended-product .recommend-prev {
		left: -10px;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.appointment_bg {
		padding-top: 90px;
	}
	.appointment_form .tips {
		margin-bottom: 50px;
	}
	.appointment_form {
		background: #FFFFFF;
		padding: 62px 70px;
		margin-bottom: 100px;
	}
	.widget-recommended-product .product-card-tit a {
		font-size: 24px;
	}
	.widget-recommended-product .recommend-next {
		right: -10px;
	}
	.widget-recommended-product .recommend-prev {
		left: -10px;
	}
}

.contact_map {
	width: 100%;
	overflow: hidden;
	height: 542px;
	background-color: #f5f5f5;
}

.contact-area .contact-info {
	text-align: center;
	margin-bottom: 128px;
	overflow: hidden;
}

.contact-area .contact-info .info-text {
	text-align: center;
	font-size: 18px;
	font-family: Arial;
	font-weight: 400;
	color: #000000;
	line-height: 29px;
}

.contact-area .contact-info .main_tit {
	font-size: 22px;
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	margin-bottom: 16px;
}

.contact-area .contact-info i {
	color: var(--mainColor3);
	font-size: 57px;
	margin-bottom: 44px;
}

@media only screen and (max-width:767px) {
	.contact-area .contact-info i {
		font-size: 34px;
		margin-bottom: 20px;
	}
	.contact-area .contact-info {
		text-align: left;
		margin-bottom: 30px;
	}
	.contact-area .contact-info .info-list {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid #ddd;
	}
	.contact_map {
		height: 408px;
	}
	.contact-area .contact-info .info-text {
		text-align: left;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.contact-area .contact-info i {
		font-size: 42px;
		margin-bottom: 22px;
	}
	.contact-area .contact-info {
		margin-bottom: 65px;
	}
	.contact_map {
		height: 470px;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.contact-area .contact-info {
		margin-bottom: 80px;
	}
}

.conent-page {
	padding-bottom: 18px;
}

.conent-page .page_list {
	margin-bottom: 64px;
}

.conent-page .page_list .left {
	width: 51%;
	float: left;
}

.conent-page .page_list .left img {
	width: 100%;
}

.conent-page .page_list .right {
	width: 45%;
	float: right;
}

.conent-page .page_list.n2 .left {
	width: 51%;
	float: right;
}

.conent-page .page_list.n2 .right {
	width: 45%;
	float: left;
}

.conent-page .main_tit {
	font-size: 22px;
	font-family: Arial;
	font-weight: bold;
	color: #212121;
	line-height: 39px;
	margin-bottom: 22px;
	margin-top: 32px;
	text-transform: uppercase;
}

.conent-page .desc,
.conent-page .desc p {
	font-size: 16px;
	font-family: Arial;
	font-weight: 400;
	color: #212121;
	line-height: 25px;
}

@media only screen and (max-width:767px) {
	.conent-page .page_list .left,
	.conent-page .page_list.n2 .left {
		width: 100%;
		float: none;
	}
	.conent-page .page_list .right,
	.conent-page .page_list.n2 .right {
		width: 100%;
		float: none;
	}
	.conent-page .main_tit {
		font-size: 20px;
		line-height: 28px;
		margin-top: 24px;
	}
	.conent-page .page_list {
		margin-bottom: 50px;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.conent-page .page_list .left,
	.conent-page .page_list.n2 .left {
		width: 100%;
		float: none;
	}
	.conent-page .page_list .right,
	.conent-page .page_list.n2 .right {
		width: 100%;
		float: none;
	}
}

.faq-page {
	margin-top: 2px;
}

.faq-page .default-section-heading h3 {
	color: #000000;
	line-height: 42px;
	font-size: 40px;
}

.faq-page .default-section-heading h6 {
	font-size: 52px;
	font-family: Arial;
	font-weight: bold;
	color: var(--mainColor3);
	margin-bottom: 26px;
}

.accordion-header {
	margin-bottom: 0;
}

.accordion-item {
	margin-top: 20px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125);
}

.accordion-item:hover .accordion-button {
	color: var(--mainColor3);
}

.accordion-item .accordion-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 5px 0 0;
	overflow: hidden;
	color: #212121;
	font-family: Arial;
	font-weight: bold;
	border: 0 solid #eee;
	background-color: #FFFFFF;
	position: relative;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	width: 100%;
	text-transform: uppercase;
}

.accordion-item .accordion-button span {
	width: 80%;
	display: block;
	text-align: left;
}

.accordion-item .accordion-button::after {
	display: none
}

.accordion-item .accordion-button .fa-plus-circle {
	display: block
}

.accordion-item .accordion-button .fa-minus-circle {
	display: none
}

.accordion-item .accordion-button[aria-expanded="true"] .fa-plus-circle {
	display: none
}

.accordion-item .accordion-button[aria-expanded="true"] .fa-minus-circle {
	display: block;
	background-color: var(--mainColor3);
}

.accordion-item .accordion-button i {
	width: 50px;
	height: 50px;
	color: var(--whiteColor);
	margin-right: 10px;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	background-color: var(--blackColor);
	position: relative
}

.accordion-item .accordion-button i::before {
	font-size: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.accordion-item .accordion-button:not(.collapsed) i {
	background-color: var(--mainColor3)
}

.accordion-item .accordion-button:not(.collapsed) i::before {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.accordion-item .accordion-button:not(.collapsed) .fa-plus-circle {
	display: none
}

.accordion-item .accordion-button:not(.collapsed) .fa-minus-circle {
	display: block
}

.accordion-item .accordion-body {
	padding: 1rem 1.25rem;
	border-bottom: 1px solid #eee;
	color: #212121;
	line-height: 25px;
	font-family: Arial;
	font-size: 14px;
	text-transform: uppercase;
}

.faq-text-area .accordion {
	margin-top: 28px
}

.accordion-item .faq-img {
	position: absolute;
	top: 0;
	right: -100%;
	display: none;
}

.accordion-item .accordion-collapse.collapse.show .faq-img {
	display: block;
}

@media only screen and (max-width:767px) {
	.faq-page {
		margin-top: 0px;
	}
	.faq-page .default-section-heading h3 {
		font-size: 25px;
	}
	.faq-page .default-section-heading h6 {
		font-size: 32px;
		margin-bottom: 8px;
	}
	.accordion-item .accordion-button i {
		height: 50px
	}
	.accordion-item .accordion-body {
		padding: 10px
	}
	.accordion-item .faq-img {
		position: relative;
		right: 0;
		margin-bottom: 20px;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.faq-page {
		margin-top: 0px;
	}
	.accordion-item .faq-img {
		position: relative;
		right: 0;
		margin-bottom: 20px;
	}
	.faq-page .default-section-heading h6 {
		font-size: 40px;
		margin-bottom: 10px;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.faq-page .default-section-heading h3 {
		font-size: 33px;
	}
	.faq-page .default-section-heading h6 {
		font-size: 42px;
		margin-bottom: 20px;
	}
}

.newsletter-content {
	background-color: var(--mainColor3);
	padding: 50.5px 46px 50.5px 52px;
	position: relative;
	margin-bottom: -80px
}

.newsletter-content .default-section-heading h6,
.newsletter-content .default-section-heading h3 {
	color: var(--whiteColor)
}

.newsletter-content .default-section-heading h6 {
	font-size: 16px;
	font-family: Arial;
	font-weight: 400;
	color: #FFFFFF;
}

.newsletter-content .default-section-heading h3 {
	font-size: 36px;
	font-family: Roboto;
	font-weight: bold;
	color: #FFFFFF;
}

.newsletter-content .inputs {
	padding-left: 10px;
	padding-right: 10px;
}

.newsletter-content form .form-control {
	padding: 14px;
	height: 56px;
	border: none;
	color: #6c757d;
	font-family: var(--fontFamily3);
	font-size: 16px;
}

.newsletter-content form .default-button {
	padding: 17px 16px;
	width: 100%;
	border: 0;
	background-color: var(--blackColor);
	font-size: var(--fontSize);
	font-weight: normal;
	font-family: var(--fontFamily3);
}

.newsletter-content form .default-button:hover {
	background-color: var(--mainColor);
}

@media only screen and (max-width:767px) {
	.newsletter.pt-75 {
		padding-top: 60px;
	}
	.newsletter-content {
		padding: 34px;
	}
	.newsletter-content .default-section-heading {
		margin-bottom: 20px
	}
	.newsletter-content form .form-control {
		margin-bottom: 15px;
		padding: 10px 15px;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.newsletter-content {
		text-align: center
	}
	.newsletter-content .default-section-heading {
		margin-bottom: 25px
	}
	.newsletter-content {
		padding: 30px;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.newsletter-content form .form-control,
	.newsletter-content form .default-button {
		padding: 10px 15px;
	}
	.newsletter-content {
		padding: 30px;
	}
}

.company_profile {
	overflow: hidden;
	padding-top: 82px;
	padding-bottom: 60px;
}

.company_profile .w1200 {
	background: rgba(255, 255, 255, 90%);
	box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.16);
	padding: 34px 64px 8px;
}

.company_profile .main-tit {
	font-size: 52px;
	font-family: var(--fontFamily);
	font-weight: bold;
	color: var(--mainColor3);
	text-align: center;
}

.company_profile .sub-tit {
	font-size: 40px;
	font-family: var(--fontFamily);
	font-weight: bold;
	color: #000000;
	line-height: 42px;
	text-align: center;
}

.company_profile p.brief_introduction {
	font-size: 18px;
	font-family: var(--fontFamily);
	font-weight: 400;
	color: #000000;
	line-height: 42px;
	text-align: center;
	margin-bottom: 24px;
}

.company_profile_desc,
.company_profile_desc p {
	font-size: 18px;
	font-family: var(--fontFamily);
	font-weight: 400;
	color: #14212B;
}

.company_profile_desc strong,
.company_profile_desc b {
	font-weight: bold;
}

.company_profile_desc p {
	margin-bottom: 40px;
}

.company_profile_desc strong,
.company_profile_desc b {
	margin-bottom: 30px;
	display: block;
}

.show-more {
	font-size: 17px;
	font-family: Arial;
	font-weight: 400;
	color: #4a4a4a;
	margin-bottom: 20px;
	margin-top: 14px;
	display: block;
}

.culute_bg {
	width: 100%;
	height: 758px;
	background: #041E31;
}

.company_culture {
	margin-top: -644px;
}

.culture_top .main-tit {
	font-size: 52px;
	font-family: var(--fontFamily);
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 28px;
}

.culture_top p {
	font-size: 40px;
	font-family: var(--fontFamily);
	font-weight: 400;
	color: #FFFFFF;
	line-height: 42px;
	margin-bottom: 43px;
}

.culture_top p.top2 {
	font-size: 39px;
	margin-top: 10px;
}

.company_culture .culture_list {
	overflow: hidden;
}

.company_culture .culture_list .row {
	margin-left: -22.5px;
	margin-right: -22.5px;
}

.company_culture .col-lg-4 {
	padding-left: 22.5px;
	padding-right: 22.5px;
}

.company_culture .culture_item {
	min-height: 375px;
	background: #E5E5E5;
	margin-bottom: 39px;
	text-align: center;
	padding-top: 66px;
	transition: transform 1.04s;
	cursor: default;
}

.company_culture .culture_item:hover {
	transform: translateY(-10px);
}

.company_culture .culture_tit {
	font-size: 32px;
	font-family: var(--fontFamily);
	font-weight: bold;
	color: #000000;
	line-height: 42px;
	padding: 65px 48px;
	margin-bottom: 8px;
	height: 84px;
	overflow: hidden;
	display: -webkit-box !important;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.company_culture .culture_text {
	font-size: 16px;
	font-family: var(--fontFamily);
	font-weight: 400;
	color: #000000;
	padding: 0 63px;
	line-height: 1.6;
}

.company_culture .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 36px;
	height: 100px;
}

.company_team {
	padding-top: 23px;
	padding-bottom: 70px;
}

.company_team .main-tit {
	font-size: 52px;
	font-family: var(--fontFamily);
	font-weight: bold;
	color: var(--mainColor3);
	text-align: center;
}

.company_team .sub-tit {
	font-size: 40px;
	font-family: var(--fontFamily);
	font-weight: 400;
	color: #000000;
	line-height: 42px;
	text-align: center;
	margin-bottom: 54px;
}

.company_team .team_top {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 -8.5px;
}

.company_team .team_top span {
	border: var(--mainColor3) 1px solid;
	color: var(--mainColor3);
	transition: .6s ease;
	height: 57px;
	line-height: 57px;
	width: 226px;
	text-align: center;
	margin: 0 8.5px;
	cursor: default;
}

.company_team .team_top span.active,
.company_team .team_top span:hover {
	background-color: var(--mainColor3);
	color: #FFFFFF;
}

.company_team .team_bot {
	margin-top: 60px;
	position: relative;
}

.company_team .team_tab {
	display: none;
}

.company_team .team_tab.active {
	display: block;
}

.company_team .team_img {
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
	text-align: center;
}

.company_team .team_img img {
	max-width: 100%;
	transition: transform 1.1s;
}

.company_team .team_img:hover img {
	transform: scale(1.04);
}

.company_team .team_tit {
	font-size: 24px;
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	line-height: 33px;
	text-align: center;
	margin-top: 12px;
}

.company_team .team_position {
	font-size: 16px;
	font-family: Arial;
	color: #000000;
	line-height: 33px;
	text-align: center;
}

.company_team .swiper-button-next,
.company_team .swiper-button-prev {
	width: 40px;
	height: 40px;
	background: #F9FBFE;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.11);
	border-radius: 50%;
}

.company_team .swiper-button-next::after,
.company_team .swiper-button-prev::after {
	content: "";
	display: none;
}

.company_team .swiper-button-next {
	right: 0px;
}

.company_team .swiper-button-prev {
	left: 0px;
}

@media only screen and (max-width:767px) {
	.company_profile_desc.clampHide {
		height: 200px;
		overflow: hidden;
	}
	.company_profile {
		padding-top: 60px;
		padding-bottom: 70px;
	}
	.company_profile .w1200 {
		width: 90%;
		padding: 34px 26px 8px;
	}
	.company_profile .main-tit {
		font-size: 30px;
	}
	.company_profile .sub-tit {
		font-size: 26px;
		line-height: 32px;
		margin-bottom: 26px;
	}
	.company_profile p.brief_introduction {
		font-size: 18px;
		line-height: 30px;
	}
	.company_culture {
		margin-top: -700px;
	}
	.culture_top .main-tit {
		font-size: 30px;
		margin-bottom: 22px;
	}
	.culture_top p {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 22px;
	}
	.culture_top p.top2 {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 40px;
	}
	.company_culture .culture_item {
		min-height: 400px;
	}
	.company_culture .culture_tit {
		font-size: 28px;
		line-height: 38px;
		height: 76px;
		padding: 0 20px;
	}
	.company_culture .culture_text {
		padding: 0 20px;
	}
	.company_culture .icon {
		height: 75px;
	}
	.company_culture .icon img {
		width: 60px;
	}
	.company_team .main-tit {
		font-size: 30px;
	}
	.company_team .sub-tit {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 30px;
	}
	.company_team .team_top span {
		width: 100%;
		margin: 0 0 14px;
		font-size: 18px;
	}
	.company_team .team_bot {
		margin-top: 35px;
	}
	.company_team {
		padding-bottom: 50px;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.company_profile .w1200 {
		width: 90%;
		padding: 34px 40px 8px;
	}
	.company_profile_desc.clampHide {
		height: 200px;
		overflow: hidden;
	}
	.company_profile .main-tit {
		font-size: 36px;
	}
	.company_profile .sub-tit {
		font-size: 28px;
		line-height: 40px;
	}
	.company_profile {
		padding-bottom: 100px;
	}
	.culture_top .main-tit {
		font-size: 36px;
	}
	.culture_top p {
		margin-bottom: 20px;
		font-size: 26px;
		line-height: 38px;
	}
	.culture_top p.top2 {
		margin-bottom: 50px;
		font-size: 26px;
		margin-top: 0;
	}
	.company_culture .culture_tit {
		font-size: 28px;
		line-height: 38px;
		height: 76px;
		padding: 0 20px;
	}
	.company_culture .culture_text {
		padding: 0 30px;
	}
	.company_culture .icon {
		height: 80px;
		margin-bottom: 28px;
	}
	.company_culture .icon img {
		width: 60px;
	}
	.company_culture .culture_item {
		min-height: 450px;
	}
	.company_culture .culture_list .row {
		margin-left: -12px;
		margin-right: -12px;
	}
	.company_culture .col-lg-4 {
		padding-left: 12px;
		padding-right: 12px;
	}
	.company_culture {
		margin-top: -680px;
	}
	.company_team .main-tit {
		font-size: 36px;
	}
	.company_team .sub-tit {
		font-size: 28px;
		margin-bottom: 40px;
		line-height: 36px;
	}
	.company_team .team_top span {
		margin: 0 8.5px 18px;
		height: 54px;
		line-height: 54px;
		font-size: 18px;
	}
	.company_team .team_bot {
		margin-top: 42px;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.company_profile {
		padding-bottom: 100px;
	}
	.company_profile .w1200 {
		width: 90%;
	}
	.culture_top .main-tit {
		font-size: 50px;
		margin-bottom: 22px;
	}
	.culture_top p.top2,
	.culture_top p {
		font-size: 30px;
	}
	.company_culture {
		margin-top: -670px;
	}
	.company_culture .culture_tit {
		font-size: 28px;
		line-height: 38px;
		height: 76px;
		padding: 0 30px;
	}
	.company_culture .culture_text {
		padding: 0 30px;
	}
	.company_culture .icon {
		height: 80px;
		margin-bottom: 28px;
	}
	.company_culture .icon img {
		width: 60px;
	}
	.company_culture .culture_item {
		min-height: 450px;
	}
	.company_team .team_top span {
		width: 260px;
		margin: 0 8.5px 16px;
		font-size: 18px;
	}
	.company_team .sub-tit {
		font-size: 36px;
		margin-bottom: 40px;
	}
	.company_team .team_bot {
		margin-top: 45px;
	}
}

@media only screen and (max-width:1339px) {
	.company_team .swiper-button-prev {
		left: 0px;
	}
	.company_team .swiper-button-next {
		right: 0px;
	}
}

.project-gallery {
	padding-bottom: 25px;
}

.project-gallery .col-md-4 {
	padding-left: 15px;
	padding-right: 15px;
}

.project-gallery .project_img {
	display: block;
	width: 100%;
	overflow: hidden;
	margin-bottom: 68px;
}

.project-gallery .project_img img {
	transition: transform 1.1s;
	width: 100%;
}

.project-gallery .project_img:hover img {
	transform: scale(1.04);
}

.project-gallery .project_item {
	background: #F1F1F1;
	text-align: center;
	padding-bottom: 24px;
	margin-bottom: 80px;
}

.project-gallery .project_tit {
	font-size: 40px;
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	line-height: 42px;
	overflow: hidden;
	display: -webkit-box !important;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 24px;
	transition: .5s;
	padding: 0 20px;
	height: 84px;
}

.project-gallery .project_tit:hover {
	color: var(--mainColor3);
}

.project-gallery .project_text {
	font-size: 16px;
	font-family: Arial;
	font-weight: 400;
	color: #000000;
	padding: 0 60px;
	text-align: left;
	line-height: 1.8;
	margin-bottom: 23px;
}

.default-read-more a {
	display: block;
	margin: 0 auto;
	width: 281px;
	height: 56px;
	background: #FFFFFF;
	border: 1px solid #D2D2D2;
	border-radius: 5px;
	text-align: center;
	line-height: 56px;
	font-size: 16px;
	font-family: Arial;
	font-weight: 400;
	color: var(--mainColor3);
	transition: .5s;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.default-read-more a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 50%;
	background: var(--mainColor3);
	z-index: -1;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.default-read-more a::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 100%;
	width: 100%;
	height: 50%;
	background: var(--mainColor3);
	z-index: -1;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.default-read-more a:hover {
	color: #FFFFFF;
	border-color: var(--mainColor3);
}

.default-read-more a:hover::before {
	left: 0;
}

.default-read-more a:hover::after {
	right: 0;
}

@media only screen and (max-width:767px) {
	.project-gallery .project_tit {
		font-size: 24px;
		margin-bottom: 15px;
		line-height: 30px;
		height: auto;
		-webkit-line-clamp: 1;
	}
	.project-gallery .project_text {
		padding: 0 20px;
	}
	.project-gallery .project_img {
		margin-bottom: 30px;
	}
	.project-gallery .project_item {
		margin-bottom: 34px;
	}
	.default-read-more a {
		width: 220px;
		height: 50px;
		line-height: 50px;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.project-gallery .project_tit {
		font-size: 26px;
		line-height: 34px;
		height: auto;
		-webkit-line-clamp: 1;
		margin-bottom: 15px;
	}
	.project-gallery .project_text {
		padding: 0 40px;
	}
	.project-gallery .project_img {
		margin-bottom: 30px;
	}
	.project-gallery .project_item {
		margin-bottom: 50px;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.project-gallery .project_item {
		margin-bottom: 70px;
	}
	.project-gallery .project_tit {
		font-size: 28px;
		line-height: 36px;
		height: 72px;
	}
	.project-gallery .project_text {
		padding: 0 30px;
	}
	.project-gallery .project_img {
		margin-bottom: 30px;
	}
	.project-gallery .default-read-more a {
		width: 250px;
		height: 52px;
		line-height: 52px;
	}
}

.Encycolopedia_box {
	overflow: hidden;
	padding-bottom: 54px;
}

.encycolopedia_item {
	background: #F1F1F1;
	margin-bottom: 28px;
	text-align: center;
	padding-bottom: 30px;
}

.encycolopedia_img a {
	display: block;
	width: 100%;
	overflow: hidden;
}

.encycolopedia_img img {
	width: 100%;
	transition: transform 1.1s;
}

.encycolopedia_img:hover img {
	transform: scale(1.04);
}

.encycolopedia_tit a {
	height: 84px;
	font-size: 40px;
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	line-height: 42px;
	overflow: hidden;
	display: -webkit-box !important;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 16px;
	margin-top: 19px;
	transition: .5s;
	padding: 0 36px;
}

.encycolopedia_tit:hover {
	color: var(--mainColor3);
}

.encycolopedia_text {
	font-size: 16px;
	font-family: Arial;
	font-weight: 400;
	color: #000000;
	padding: 0 100px;
	line-height: 1.8;
	margin-bottom: 26px;
}

.Encycolopedia_box .category-nav-tabs {
	border-bottom: #DDDDDD 1px solid;
	width: 826px;
	margin: 0 auto 52px;
	justify-content: space-between;
	align-items: center;
}

.Encycolopedia_box .nav-tabs .nav-item {
	margin-bottom: 0;
}

.Encycolopedia_box .nav-tabs .nav-link {
	border: none;
	font-size: 18px;
	font-family: Arial;
	font-weight: 400;
	color: #212121;
	padding: .5rem 0;
	position: relative;
}

.Encycolopedia_box .nav-tabs .nav-link.active,
.Encycolopedia_box .nav-tabs .nav-link:hover {
	color: var(--mainColor3);
}

.Encycolopedia_box .nav-tabs .nav-link:focus,
.Encycolopedia_box .nav-tabs .nav-link:hover {
	border: none;
}

.Encycolopedia_box .nav-tabs .nav-item.show .nav-link,
.Encycolopedia_box .nav-tabs .nav-link.active {
	border: none;
}

.Encycolopedia_box .nav-tabs .nav-link i {
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0%;
	height: 2px;
	background: var(--mainColor3);
	transition: .3s;
}

.Encycolopedia_box .nav-tabs .nav-link.active i,
.Encycolopedia_box .nav-tabs .nav-link:hover i {
	width: 100%;
}

@media only screen and (max-width:767px) {
	.Encycolopedia_box {
		overflow: hidden;
		padding-bottom: 35px;
	}
	.Encycolopedia_box.pt-66 {
		padding-top: 60px;
	}
	.encycolopedia_tit a {
		font-size: 24px;
		line-height: 30px;
		height: auto;
		-webkit-line-clamp: 1;
	}
	.encycolopedia_text {
		padding: 0 20px;
	}
	.Encycolopedia_box .category-nav-tabs {
		width: 100%;
		border: none;
		margin: 0 auto 36px;
	}
	.Encycolopedia_box .nav-tabs .nav-item {
		width: 100%;
		margin-bottom: 16px;
		text-align: center;
		border: #DDDDDD 1px solid;
	}
	.Encycolopedia_box .nav-tabs .nav-link {
		padding: .6rem 1rem;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.Encycolopedia_box {
		padding-bottom: 40px;
	}
	.Encycolopedia_box.pt-66 {
		padding-top: 50px;
	}
	.encycolopedia_tit a {
		font-size: 26px;
		line-height: 34px;
		height: auto;
		-webkit-line-clamp: 1;
		padding: 0 20px;
	}
	.encycolopedia_text {
		padding: 0 30px;
	}
	.Encycolopedia_box .category-nav-tabs {
		width: 100%;
		margin: 0 auto 40px;
	}
	.Encycolopedia_box .nav-tabs .nav-link {
		font-size: 17px;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.encycolopedia_tit a {
		font-size: 30px;
		line-height: 40px;
		height: 80px;
	}
}

.history-page .main_tit {
	font-size: 52px;
	font-family: Arial;
	font-weight: bold;
	color: var(--mainColor3);
	text-align: center;
	margin-bottom: 10px;
}

.history-page .sub_tit {
	font-size: 40px;
	font-family: Arial;
	font-weight: 400;
	color: #14212B;
	line-height: 42px;
	text-align: center;
}

.history-box {
	position: relative;
	margin-top: 86px;
}

.industrial-line {
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	width: 5px;
	background: var(--mainColor3);
	margin-left: -2.5px;
}

.industrial-inner {
	width: 100%;
	position: relative;
	display: block;
	padding-bottom: 105px;
}

.industrial-item {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 160px;
	overflow: hidden;
}

.industrial-item .item {
	float: right;
	width: 50%;
	position: relative;
}

.industrial-item.n2 .item {
	float: left;
}

.industrial-item .history_img {
	width: 50%;
	float: left;
}

.industrial-item .history_img {
	float: right;
}

.industrial-item .history_img .imgs img {
	width: 100%;
}

.industrial-item .history_img .imgs {
	margin-right: 64px;
}

.industrial-item.n2 .history_img .imgs {
	margin-left: 64px;
	margin-right: 0;
}

.industrial-item .time {
	position: absolute;
	left: -39.5px;
	top: 0;
	font-size: 30px;
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	width: 79px;
	height: 79px;
	background: var(--mainColor3);
	border-radius: 50%;
	text-align: center;
	line-height: 79px;
}

.industrial-item.n2 .time {
	right: -39.5px;
	left: auto;
}

.industrial-item .ico {
	border-radius: 50%;
	background-color: #FFFFFF;
	border: 1px solid var(--mainColor3);
	width: 48px;
	height: 48px;
	display: block;
	position: absolute;
	left: -24px;
	top: 104px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.industrial-item .ico:before {
	content: "";
	background-color: var(--mainColor3);
	border-radius: 50%;
	width: 15px;
	height: 15px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -7.5px 0px 0px -7.5px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.industrial-item .ico:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2);
	border-radius: 50%;
	visibility: hidden;
	z-index: -1;
}

.industrial-item.n2 .ico {
	right: -24px;
	left: auto;
}

.industrial-item .pageC {
	margin-top: 80px;
	padding: 28px 0 64px 24px;
	border: 2px solid #f7f7f7;
	background-color: #f7f7f7;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	margin-left: 64px;
}

.industrial-item.n2 .pageC {
	margin-right: 64px;
	margin-left: 0;
	text-align: right;
	padding: 28px 24px 64px 0px;
}

.industrial-item .pageC .tit {
	font-size: 22px;
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	margin-bottom: 8px;
	padding-right: 24px;
}

.industrial-item .pageC .desc {
	font-size: 18px;
	font-family: Arial;
	font-weight: 400;
	color: #000000;
	line-height: 29px;
	border-bottom: 7px solid var(--mainColor3);
	padding-bottom: 20px;
	padding-right: 24px;
}

.industrial-item.n2 .pageC .tit,
.industrial-item.n2 .pageC .desc {
	padding-left: 24px;
	padding-right: 0;
}

.industrial-item .pageC h3 {
	color: #333333;
	line-height: 1.5;
	margin-bottom: 10px;
	font-size: 18px;
}

.industrial-item:hover .ico {
	background-color: var(--mainColor);
	border-color: var(--mainColor);
}

.industrial-item:hover .ico:before {
	background-color: #FFFFFF;
}

.industrial-item:hover .ico:after {
	opacity: 0;
	visibility: visible;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .5s;
	transition: .5s;
}

.industrial-item:hover .time {
	background-color: var(--mainColor);
}

.industrial-item:hover .sj {
	border-left-color: var(--mainColor3);
}

.industrial-item.n2:hover .sj {
	border-right-color: var(--mainColor3);
}

.industrial-item:hover .pageC {
	border-color: var(--mainColor);
}

@media only screen and (max-width:767px) {
	.history-page {
		padding-bottom: 30px;
	}
	.history-page .main_tit {
		font-size: 30px;
		margin-top: 0;
	}
	.history-page .sub_tit {
		font-size: 22px;
		line-height: 30px;
	}
	.industrial-item .item {
		float: none;
		width: 100%;
	}
	.industrial-item .history_img {
		width: 100%;
		float: none;
	}
	.industrial-item .time {
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		margin-top: 0;
		width: 60px;
		height: 42px;
		line-height: 42px;
		font-size: 18px;
		border-radius: 4px;
	}
	.industrial-item .time::after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: -30px;
		transform: translateX(-50%);
		width: 3px;
		height: 40px;
		background-color: var(--mainColor3);
	}
	.industrial-item.n2 .time {
		right: 0;
	}
	.industrial-item .pageC {
		margin-left: 0;
		margin-top: 30px;
		padding: 20px 0 40px 0;
	}
	.industrial-item.n2 .pageC {
		margin-right: 0;
		text-align: left;
		padding: 20px 0 40px 0px;
	}
	.industrial-item .history_img .imgs {
		margin-right: 0;
	}
	.industrial-item.n2 .history_img .imgs {
		margin-left: 0;
	}
	.industrial-item {
		margin-bottom: 36px;
	}
	.history-box {
		margin-top: 30px;
	}
	.industrial-item .pageC .tit,
	.industrial-item .pageC .desc,
	.industrial-item.n2 .pageC .tit,
	.industrial-item.n2 .pageC .desc {
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.history-page {
		padding-bottom: 25px;
	}
	.history-page .main_tit {
		font-size: 38px;
		margin-bottom: 6px;
		margin-top: 0;
	}
	.history-page .sub_tit {
		font-size: 28px;
	}
	.history-box {
		margin-top: 46px;
	}
	.industrial-item {
		margin-bottom: 60px;
	}
	.industrial-item .time {
		left: 0;
		right: 0;
		top: 0;
		margin-top: 0;
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 18px;
	}
	.industrial-item.n2 .time {
		right: 0;
		left: 0;
	}
	.industrial-item .item {
		float: none;
		width: 100%;
	}
	.industrial-item .pageC {
		margin-left: 70px;
		margin-top: 0px;
		padding: 24px 24px 50px 0;
	}
	.industrial-item.n2 .pageC {
		margin-right: 0;
		text-align: left;
		margin-left: 70px;
		padding: 24px 24px 50px 0px;
	}
	.industrial-item .pageC .tit,
	.industrial-item .pageC .desc {
		padding-left: 24px;
	}
	.industrial-item .history_img {
		width: 100%;
		float: none;
	}
	.industrial-item .history_img .imgs {
		margin-right: 0;
		margin-left: 70px;
	}
	.industrial-item.n2 .history_img .imgs {
		margin-left: 70px;
	}
	.industrial-line {
		left: 32px;
		margin-left: 0;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.history-box {
		margin-top: 50px;
	}
	.history-page .main_tit {
		font-size: 44px;
	}
	.history-page .sub_tit {
		font-size: 31px;
	}
	.industrial-item .time {
		font-size: 28px;
	}
	.industrial-item {
		margin-bottom: 80px;
	}
}

.video_play {
	position: relative;
	display: block;
	height: 100%;
}

.video_play i.fa,
.showroom-box i.fa {
	left: 50%;
	top: 50%;
	transform: translate( -50%, -50%);
	position: absolute;
	display: inline-block;
	background: var(--mainColor3);
	padding: 7.5px;
	width: 70px;
	text-align: center;
	color: #fff;
	z-index: 1;
	border-radius: 5px;
	font-size: 15px;
}

.enlarge {
	overflow: hidden;
	position: relative;
}

.enlarge img {
	-webkit-transition: all 1.05s;
	-o-transition: all 1.05s;
	transition: all 1.05s;
}

.enlarge:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.06);
	transform: scale(1.06);
}

.online_content {
	font-size: 18px;
	font-family: Arial;
	font-weight: 400;
	color: #000000;
	line-height: 24px;
	cursor: default;
}

.premium-box .live_play i.fa {
	left: 50px;
	top: 30px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	background: var(--mainColor3);
	text-align: center;
	color: #fff;
	z-index: 1;
	border-radius: 5px;
	width: 90px;
	padding: 7px;
}

.live-broadcast-box {
	margin-bottom: 44px;
	overflow: hidden;
}

.live-broadcast-box .main_tit {
	font-size: 60px;
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	line-height: 58px;

	padding-left: 5px;
	padding-right: 5px;
}

.vr-iframe {
	width: 100%;
	min-height: 500px;
	background-color: #f5f5f5;
	margin-bottom: 26px;
}

.vr-iframe iframe {
	width: 100%;
	height: 100%;
}

.vr-box .main_tit {
	margin-top: 4px;
	margin-bottom: 70px;
}

.video-factory .main_tit {
	margin-bottom: 0px;
}

.premium-box .main_tit {
	margin-bottom: 46px;
	padding-left: 5px;
	padding-right: 5px;
}

.premium-box i.fa em {
	font-style: normal;
	margin-left: 4px;
	font-size: 22px;
	font-family: Arial;
	font-weight: 400;
	color: #FFFFFF;
	text-transform: capitalize;
}

.record-box .main_tit {
	margin-bottom: 60px;
}

.live-broadcast-box .row {
	margin-left: -5px;
	margin-right: -5px;
}

.live-broadcast-box .record-item {
	padding-left: 5px;
	padding-right: 5px;
}

.live-broadcast-box figure {
	margin: 0 0 30px 0;
}

.live-broadcast-box.premium-box figure {
	margin: 0 0 10px 0;
}

.live-broadcast-box.premium-box .record-item {
	margin-bottom: 24px;
}

@media only screen and (max-width:767px) {
	.live-broadcast-page.pb-52 {
		padding-bottom: 22px;
	}
	.live-broadcast-page.pt-70 {
		padding-top: 50px;
	}
	.live-broadcast-box .main_tit {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 24px !important;
		margin-top: 0;
	}
	.live-broadcast-box {
		margin-bottom: 20px;
	}
	.live-broadcast-box figure {
		margin: 0 0 20px 0;
	}
	.vr-iframe {
		min-height: 400px;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.live-broadcast-page.pb-52 {
		padding-bottom: 22px;
	}
	.live-broadcast-box .main_tit {
		font-size: 32px;
		line-height: 42px;
		margin-bottom: 32px !important;
	}
	.live-broadcast-box {
		margin-bottom: 34px;
	}
	.vr-iframe {
		min-height: 600px;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.live-broadcast-box .main_tit {
		font-size: 46px;
		line-height: 44px;
	}
}

.footer {
	background-color: #041e31;
	padding-top: 180px;
	overflow: hidden;
}

.footer-logo-area {
	float: left;
	width: 26%;
}

.footer-logo-area a {
	display: block;
}

.footer-links {
	margin-top: 4px;
}

.footer-links.footer-quick-links {
	float: left;
	width: 19%;
	margin-left: 3.2%;
}

.footer-links.footer-contact {
	width: 30%;
	float: left;
}

.footer-links.footer-contact ul li {
	line-height: 33px;
	margin-top: 0;
}

.footer-links.footer-form {
	width: 18.5%;
	float: right;
}

.footer-logo-area p {
	font-size: 16px;
	margin: 26px 0 22px;
	color: var(--whiteColor2);
	line-height: 30px;
	font-family: Arial;
}

.footer-social-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 22px;
}

.footer-social-links span {
	color: var(--whiteColor2);
	margin-right: 10px;
	font-size: 16px;
	font-weight: 500;
	font-family: var(--fontFamily2)
}

.footer-social-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}

.footer-social-links ul li {
	display: inline-block;
	margin-right: 12px;
}

.footer-social-links ul li a {
	width: 36px;
	height: 36px;
	font-size: 22px;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--mainColor3);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	background-color: var(--whiteColor)
}

.footer-social-links ul li a:hover {
	color: var(--whiteColor2);
	background-color: var(--mainColor3);
	border-radius: 4px;
}

.footer-links h3 {
	font-size: 20px;
	font-weight: 400;
	color: var(--whiteColor2);
	margin-bottom: 12px;
	position: relative;
	display: inline-block;
	padding-bottom: 4px;
	overflow: hidden
}

.footer-links h3.ft_title::before {
	content: '';
	width: 64px;
	height: 2px;
	background-color: var(--whiteColor2);
	position: absolute;
	bottom: 0;
	left: 0;
}

.footer-links ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.footer-links ul li {
	position: relative;
	padding-left: 25px
}

.footer-links ul li i {
	color: var(--mainColor3);
	position: absolute;
	left: 0;
	top: 7px
}

.footer-links.footer-quick-links ul li {
	line-height: 26px;
	margin-top: 2px;
}

.footer-contact.footer-links ul li i {
	font-size: 18px;
}

.footer-links ul li p,
.footer-links ul li a {
	color: var(--whiteColor2);
	font-size: var(--fontSize);
	font-weight: 400;
	font-family: var(--fontFamily);
	transition: .5s;
}

.footer-links ul li a:hover {
	color: var(--mainColor3);
}

.footer-links ul li p {
	margin-bottom: 8px;
	line-height: 1;
	display: inline;
}

.footer-links ul li:first-child {
	margin-top: 0
}

.footer-form p {
	color: var(--whiteColor2);
	font-family: var(--fontFamily);
	margin-bottom: 10px;
}

.footer-links .input-group {
	margin-top: 10px
}

.footer-links .input-group .form-control {
	background-color: transparent;
	color: rgba(242, 242, 242, 50%);
	border: 1px solid var(--whiteColor2);
	border-right: 0;
	padding: 8px 15px;
	border-radius: 0;
	font-size: 14px;
	height: 40px;
	font-family: var(--fontFamily3);
}

.footer-links .input-group .form-control::-webkit-input-placeholder {
	color: rgba(242, 242, 242, 50%);
}

.footer-links .input-group .form-control:-ms-input-placeholder {
	color: rgba(242, 242, 242, 50%);
}

.footer-links .input-group .form-control::-ms-input-placeholder {
	color: rgba(242, 242, 242, 50%);
}

.footer-links .input-group .form-control::placeholder {
	color: rgba(242, 242, 242, 50%);
}

.footer-links .input-group .btn {
	color: var(--mainColor3);
	border-radius: 0px!important;
	background-color: var(--whiteColor2);
	padding: .375rem 0rem;
	width: 40px;
	text-align: center;
	transition: .5s;
}

.footer-links .input-group .btn:hover {
	background-color: var(--mainColor3);
	color: #FFFFFF;
}

.footer-quick-links ul li i {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.copyright {
	border-top: 1px solid #FFFFFF;
	padding: 11px 0;
	text-align: center;
	color: var(--whiteColor2);
	background-color: #041e31;
	overflow: hidden;
}

.copyright p {
	color: var(--whiteColor2);
	font-weight: 500;
	font-size: 14px
}

.copyright p a {
	text-decoration: none;
	color: var(--whiteColor2);
}

.copyright p a:hover {
	color: var(--mainColor);
}

.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 5px;
	background-color: var(--mainColor);
	color: #fff;
	z-index: 99;
	width: 33px;
	text-align: center;
	height: 35px;
	opacity: 0;
	visibility: hidden;
	font-size: 20px;
	-webkit-transition: var(--transition);
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
	box-shadow: 0 3px 10px rgba(0, 0, 0, .1)
}

.go-top i {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin-left: auto;
	margin-right: auto
}

.go-top:hover {
	color: #fff;
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
	background-color: var(--mainColor);
	border: 1px solid var(--mainColor)
}

.go-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 20px
}

@-webkit-keyframes left-right {
	100% {
		left: 100%
	}
}

@keyframes left-right {
	100% {
		left: 100%
	}
}

@media only screen and (max-width:767px) {
	.footer {
		padding-top: 130px
	}
	.footer-links {
		margin-top: 30px
	}
	.footer-links h3 {
		margin-bottom: 14px;
	}
	.footer-social-links {
		margin-top: 16px;
	}
	.footer-logo-area img {
		margin-bottom: 0px;
		width: 140px;
	}
	.footer-logo-area,
	.footer-links.footer-quick-links,
	.footer-links.footer-contact,
	.footer-links.footer-form {
		float: none;
		width: 100%;
		margin-left: 0;
	}
	.footer-links.footer-quick-links,
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.footer-contact {
		margin-top: 0
	}
	.footer-logo-area,
	.footer-links.footer-quick-links,
	.footer-links.footer-contact,
	.footer-links.footer-form {
		float: none;
		width: 100%;
		margin-left: 0;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.footer {
		padding-top: 160px
	}
	.footer-links {
		margin-top: 30px
	}
	.footer-logo-area,
	.footer-links.footer-form {
		width: 100%;
		margin-left: 0;
	}
	.footer-links.footer-quick-links,
	.footer-links.footer-contact {
		width: 50%;
		margin-left: 0;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.footer {
		padding-top: 160px;
	}
}

.rightmenu {
	position: fixed;
	right: 0;
	bottom: 20%;
	z-index: 999;
}

.rightmenu a {
	display: block;
	cursor: pointer;
}

.rightmenu ul li {
	background-color: #e5e5e5;
	margin-bottom: 4px;
	text-align: center;
	width: 72px;
	height: 72px;
	font-size: 36px;
	color: #757575;
	line-height: 72px;
	transition: .5s;
}

.rightmenu ul li i {
	color: #757575;
}

.rightmenu ul li:hover {
	background-color: var(--mainColor3);
	color: #FFFFFF;
}

.rightmenu ul li:hover i {
	color: #FFFFFF;
}

.rightmenu .r-top {
	opacity: 0;
	cursor: pointer;
}

.rightmenu .r-top.active {
	opacity: 1;
}

.arrow-right02 {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.arrow-right02::before,
.arrow-right02::after {
	content: '';
	position: absolute;
	height: 3px;
	background-color: #757575;
	width: 24px;
}

.arrow-right02::before {
	-webkit-transform: rotateZ(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotateZ(-45deg);
	top: 50%;
	right: 30px;
}

.rightmenu .r-top:hover .arrow-right02::before,
.rightmenu .r-top:hover .arrow-right02::after {
	background-color: #FFFFFF;
}

.arrow-right02::after {
	top: 50%;
	right: 14px;
	-webkit-transform: rotateZ(45deg);
	-ms-transform: rotate(45deg);
	transform: rotateZ(45deg);
}

@media only screen and (max-width:767px) {
	.rightmenu ul li {
		width: 45px;
		height: 45px;
		line-height: 45px;
		font-size: 24px;
	}
	.arrow-right02::before,
	.arrow-right02::after {
		width: 16px;
		height: 2px;
	}
	.arrow-right02::before {
		right: 18px;
	}
	.arrow-right02::after {
		right: 8px;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.rightmenu {
		bottom: 40%;
	}
}

.fb-bg {
	background-color: #3b5998;
	border: 1px solid #3b5998
}

.tw-bg {
	background-color: #00acee;
	border: 1px solid #00acee
}

.pin-bg {
	background-color: #e60023;
	border: 1px solid #e60023
}

.insta-bg {
	background-color: #8a3ab9;
	border: 1px solid #8a3ab9
}

.form-area {
	padding: 30px 25px;
	background-color: #f9f9f9;
	margin-top: 30px
}

.form-area h3 {
	font-size: 25px
}

.form-area form input {
	padding: 10px 15px;
	margin-top: 20px
}

.form-area form .form-control {
	border: 0 solid transparent
}

.form-area form .acc-login-footer {
	padding: 15px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.form-area form .acc-login-footer input {
	margin-top: 3px;
	padding: 0
}

.form-area form .acc-login-footer .form-check-label {
	font-size: 14px
}

.form-area form .acc-login-footer a {
	font-size: 14px
}

.form-area form .submit-btn {
	margin-bottom: 10px
}

.form-area h6 {
	padding: 10px 0;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	position: relative
}

.form-area h6::before {
	content: '';
	height: 1px;
	width: 47%;
	left: 2px;
	top: 50%;
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #ddd;
	z-index: 0
}

.form-area h6::after {
	content: '';
	height: 1px;
	width: 47%;
	right: 2px;
	top: 50%;
	position: absolute;
	background-color: #ddd;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 0
}

.form-area .google-btn {
	margin-top: 20px;
	margin-bottom: 15px;
	background-color: #ea4335
}

.form-area .fb-btn,
.form-area .google-btn {
	font-size: 15px;
	font-weight: 400;
	color: var(--whiteColor);
	font-family: var(--fontFamily2)
}

.form-area .fb-btn {
	background-color: #3b5998
}

.form-area p {
	text-align: center;
	font-size: 14px
}

.form-area p a {
	color: var(--mainColor)
}

.reg-area .submit-btn {
	margin-top: 20px
}

.default-button {
	display: inline-block;
	padding: 10px 20px;
	border-radius: 5px;
	color: var(--whiteColor);
	border: 2px solid var(--mainColor3);
	background-color: var(--mainColor3);
	font-size: 18px;
	font-weight: 400;
	font-family: var(--fontFamily);
	transition: .6s;
	text-transform: uppercase;
}

.default-button:hover {
	-webkit-animation: headShake 1s 1;
	animation: headShake 1s 1;
	color: var(--whiteColor);
	border-color: var(--whiteColor);
	-webkit-box-shadow: 0 0 0 1px var(--mainColor);
	box-shadow: 0 0 0 1px var(--mainColor);
	background-color: var(--mainColor);
}

.default-button-2 {
	border-radius: 0
}

.read-more-btn {
	font-size: 16px;
	font-weight: normal;
	font-family: var(--fontFamily3);
	color: #000;
}

.submit-btn {
	padding: 10px 20px;
	display: block;
	width: 100%;
	background-color: var(--mainColor);
	border: 0;
	color: var(--whiteColor);
	font-weight: 600
}

.default-section-heading h6 {
	color: var(--mainColor3);
	margin-bottom: 10px;
	font-weight: 400;
	font-size: var(--fontSize);
	font-family: var(--fontFamily3);
}

.default-section-heading h3 {
	font-size: 52px;
	margin-bottom: 0;
	font-weight: bold;
	font-family: var(--fontFamily);
	color: #000;
	line-height: 42px;
}

.default-section-heading-middle {
	text-align: center
}

.section-content {
	margin-top: 20px;
	margin-left: -17px;
	margin-right: -17px;
}

@media only screen and (max-width:767px) {
	:root {
		--fontSize: 15px
	}
	.ptb-100 {
		padding-top: 50px;
		padding-bottom: 50px
	}
	.pt-100 {
		padding-top: 50px
	}
	.pb-100 {
		padding-bottom: 50px
	}
	.pb-90 {
		padding-bottom: 65px;
	}
	.ptb-70 {
		padding-top: 20px;
		padding-bottom: 20px
	}
	.pt-52 {
		padding-top: 20px;
	}
	.pt-70 {
		padding-top: 20px
	}
	.pt-80 {
		padding-top: 60px;
	}
	.pb-80 {
		padding-bottom: 60px;
	}
	.pt-88 {
		padding-top: 50px;
	}
	.pb-70 {
		padding-bottom: 40px
	}
	.pt-30 {
		padding-top: 30px
	}
	.pl-20 {
		padding-left: 0
	}
	.pr-20 {
		padding-right: 0
	}
	.pt-41 {
		padding-top: 20px;
	}
	.pb-41 {
		padding-bottom: 20px;
	}
	.pt-84 {
		padding-top: 50px;
	}
	.pb-68 {
		padding-bottom: 50px;
	}
	.default-section-heading {
		text-align: center
	}
	.default-section-heading h3 {
		font-size: 28px
	}
	.testimonial .home-section-heading.default-section-heading h3,
	.why-we-text-area .home-section-heading.default-section-heading h3,
	.portfolio .home-section-heading.default-section-heading h3,
	.home-section-heading.default-section-heading h3 {
		font-size: 28px;
		line-height: 1.4;
		padding-bottom: 16px;
	}
	.section-content {
		margin: 0
	}
	.pt-108 {
		padding-top: 50px;
	}
	.pt-120 {
		padding-top: 50px;
	}
	.pb-120 {
		padding-bottom: 60px;
	}
	.pb-120 {
		padding-bottom: 50px;
	}
	.pb-200 {
		padding-bottom: 70px;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	:root {
		--fontSize: 15px
	}
	.ptb-100 {
		padding-top: 80px;
		padding-bottom: 80px
	}
	.pt-100 {
		padding-top: 80px
	}
	.pb-100 {
		padding-bottom: 80px
	}
	.ptb-70 {
		padding-top: 50px;
		padding-bottom: 50px
	}
	.pt-70 {
		padding-top: 50px
	}
	.pb-70 {
		padding-bottom: 50px
	}
	.pt-80 {
		padding-top: 70px;
	}
	.pb-80 {
		padding-bottom: 70px;
	}
	.pt-88 {
		padding-top: 65px;
	}
	.pt-30 {
		padding-top: 30px
	}
	.pl-20 {
		padding-left: 0
	}
	.pr-20 {
		padding-right: 0
	}
	.pb-68 {
		padding-bottom: 60px;
	}
	.default-section-heading {
		text-align: center
	}
	.default-section-heading h3 {
		font-size: 32px;
	}
	.testimonial .home-section-heading.default-section-heading h3,
	.why-we-text-area .home-section-heading.default-section-heading h3,
	.portfolio .home-section-heading.default-section-heading h3,
	.home-section-heading.default-section-heading h3 {
		font-size: 32px;
		padding-bottom: 20px;
		margin-right: 0;
	}
	.about-text-area .default-section-heading h3 {
		font-size: 30px;
		margin-right: 0;
	}
	.about-text-area .default-section-heading h6 {
		font-size: 32px;
		margin-bottom: 8px;
	}
	.ptb-100 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.pt-100 {
		padding-top: 60px;
	}
	.pb-100 {
		padding-bottom: 60px;
	}
	.pb-90 {
		padding-bottom: 70px;
	}
	.pt-41 {
		padding-top: 30px;
	}
	.pb-41 {
		padding-bottom: 30px;
	}
	.pt-52 {
		padding-top: 30px;
	}
	.pt-84 {
		padding-top: 70px;
	}
	.pt-120 {
		padding-top: 60px;
	}
	.pb-120 {
		padding-bottom: 70px;
	}
	.pb-200 {
		padding-bottom: 90px;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.testimonial .home-section-heading.default-section-heading h3,
	.why-we-text-area .home-section-heading.default-section-heading h3,
	.portfolio .home-section-heading.default-section-heading h3,
	.home-section-heading.default-section-heading h3 {
		font-size: 34px;
		padding-bottom: 22px;
		margin-right: 0;
	}
	.ptb-100 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.pt-100 {
		padding-top: 60px;
	}
	.pt-120 {
		padding-top: 80px;
	}
	.pb-120 {
		padding-bottom: 90px;
	}
	.pb-100 {
		padding-bottom: 60px;
	}
	.pb-200 {
		padding-bottom: 110px;
	}
	.pb-90 {
		padding-bottom: 70px;
	}
	.pt-41 {
		padding-top: 30px;
	}
	.pb-41 {
		padding-bottom: 30px;
	}
	.pt-84 {
		padding-top: 70px;
	}
	.pb-68 {
		padding-bottom: 60px;
	}
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.default-section-heading h3 {
		font-size: 32px
	}
	.testimonial .home-section-heading.default-section-heading h3,
	.why-we-text-area .home-section-heading.default-section-heading h3,
	.portfolio .home-section-heading.default-section-heading h3,
	.home-section-heading.default-section-heading h3 {
		font-size: 32px;
	}
	.about-text-area .default-section-heading h3 {
		font-size: 32px;
	}
	.about-text-area .default-section-heading h6 {
		font-size: 32px;
		margin-bottom: 12px;
	}
	.pt-100 {
		padding-top: 80px;
	}
	.ptb-100 {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

* {
	word-break: break-word;
}

body,
html {
	font-family: var(--fontFamily);
}

table {
	border-collapse: collapse;
}

table tr td {
	border: 1px solid #ddd;
}

table tr:nth-child(odd) {
	background-color: #fff;
}

table tr:nth-child(even) {
	background-color: #f9f9f9;
}

input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input[type="number"] {
	-moz-appearance: textfield;
}

img {
	width: auto;
	height: auto;
}

.img-res img {
	width: auto;
	height: auto !important;
	max-width: 100% !important;
}

.sub_item_img {
	width: 80px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}

.breadcrumb_nav_img {
	height: 300px;
}

.breadcrumb_nav_box .fa.fa-home {
	color: #666;
}

.breadcrumb_nav_box a {
	color: var(--main-theme-color);
	text-decoration: none;
	font-weight: 600;
}

.breadcrumb_nav_box .breadcrumb_nav_position {
	text-transform: none;
}

.breadcrumb_nav_box span {
	text-transform: capitalize;
}

.breadcrumb_nav_wrap {
	padding: 13px 0;
	background-color: #ECECEC;
}

.breadcrumb_nav_list {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.breadcrumb_nav_list li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-right: 10px;
}

.breadcrumb_nav_list li a {
	text-transform: capitalize;
}

.breadcrumb_nav_list li a:hover {
	color: var(--main-theme-color);
}

.breadcrumb_nav_list li i {
	margin-right: 4px;
}

.breadcrumb_h1_box {
	background-color: #E5E5E5;
	text-align: center;
	height: 100%;
	width: 100%;
}

.breadcrumb_h1_box h1 {
	font-size: 36px;
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	width: 100%;
}

.language-select .dropdown-menu {
	min-width: 170px;
	height: 600px;
	overflow: auto;
}

.language-select i {
	vertical-align: middle;
}


/**头部**/

.has_box .sub_box .sub_item span {
	display: inline-block;
	max-width: 60%;
	vertical-align: middle;
}

.pages {
	padding: 20px 0;
	width: 100%;
	text-align: center;
	clear: both;
}

.pages a,
.pages span {
	color: #666;
	padding: 0 15px;
	margin: 0 3px;
	display: inline-block;
	vertical-align: middle;
	line-height: 34px;
	background: #f9f9f9;
	border: 1px solid #f2f2f2;
}

.pages a:hover {
	display: inline-block;
	color: #fff;
	background: #019fe9;
	border-color: #019fe9;
	box-shadow: 0 0 14px rgba(0, 0, 0, .2);
}

.pages span {
	display: inline-block;
	color: #666;
}

.pages a.page-num-current {
	display: inline-block;
	color: #fff;
	background: #019fe9;
	border-color: #019fe9;
	box-shadow: 0 0 1px rgba(0, 0, 0 .2);
}