:root {
--theme-clr1: #5b5657;
--theme-clr2: #0d6fb8;
}
body {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #696e78;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}
iframe {
	border: none;
}
.slick-slide, .slick-slide:focus, button:focus, a:focus, a:active, input, input:hover, input:focus, input:active, textarea, textarea:hover, textarea:focus, textarea:active {
	-moz-outline: none;
	outline: none;
}
input:focus {
	outline: none;
	box-shadow: none;
}
img:not([draggable]), embed, object, video {
	max-width: 100%;
	aspect-ratio: auto 640 / 360;
}
a {
	text-decoration: none;
	outline: 0;
	color: #696e78;
	line-height: 28px;
	transition: 0.4s;
}
a:active, a:focus, a:hover, a:visited {
	text-decoration: none;
	outline: 0;
}
a:active, a:focus, a:hover {
	color: #0c609f;
}
button {
	transition: 0.4s;
}
img {
	border: none;
	max-width: 100%;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, p a, span a {
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto", sans-serif;
	line-height: 28px;
	color: #5b5657;
	font-weight: 500;
	margin-bottom: 25px;
	text-transform: capitalize;
	letter-spacing: 1px;
}
figure{margin-inline-start: 0px;margin-inline-end: 0px;}
@media (max-width: 1500px) {
h1, h2, h3, h4, h5, h6 {
	letter-spacing: 0;
}
}
h1, h2 {
	line-height: 35px;
	font-weight: 600;
	font-family: "Oswald", sans-serif;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 16px;
}
p {
	margin-bottom: 20px;
	letter-spacing: 0.20px;
	line-height: 28px;
}
@media (max-width: 1500px) {
p {
	letter-spacing: 0;
}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
	font-size: inherit;
	margin-left: 0;
}
.primary-btn {
	display: inline-block;
	max-width: 100%;
	width: 200px;
	height: 50px;
	line-height: 49px;
	text-align: center;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #0d6fb8;
	color: #ffffff;
	position: relative;
	margin-right: 15px;
	z-index: 5;
	border: none;
	overflow: hidden;
	transition: all ease 0.4s !important;
	box-shadow: 0px 10px 28.5px 1.5px rgba(0, 43, 139, 0.25);
}
.primary-btn:last-child {
	margin-right: 0;
}
.primary-btn .btn-text {
	position: relative;
	z-index: 10;
	display: inline-block;
}
.primary-btn .btn-bg {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: #0d6fb8;
	transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.primary-btn:focus, .primary-btn:active {
	color: #ffffff;
}
.primary-btn:hover {
	color: #ffffff !important;
}
.primary-btn:hover .btn-bg {
	width: 225%;
	height: 500px;
}
.primary-btn.skew {
	transform: skewX(-10deg);
}
.primary-btn.skew .btn-text {
	transform: skewX(10deg);
}
.primary-btn.type2 {
	background-color: #0d6fb8;
}
.primary-btn.type2 .btn-bg {
	background-color: #4f8fbd;
}
.primary-btn.outline-btn {
	color: #5b5657;
	border: 1px solid #5b5657 !important;
}
.primary-btn.outline-btn:hover {
	border-color: transparent !important;
	color: #ffffff;
	background-color: #5b5657;
}
.primary-btn.outline-btn.type2 {
	border-color: #0d6fb8 !important;
}
.primary-btn.outline-btn.type2:hover {
	background-color: #0d6fb8 !important;
	border-color: transparent !important;
}
.primary-btn.outline-btn.type2 .btn-bg {
	background-color: #0d6fb8;
}
.primary-btn.white-btn {
	color: #fff;
	background-color: #4f8fbd;
}
.primary-btn.white-btn.outline-btn {
	background-color: transparent;
	color: #ffffff !important;
	border-color: #ffffff !important;
}
.primary-btn.white-btn.outline-btn:hover {
	border-color: transparent !important;
}
.primary-btn.white-btn:hover {
	color: #ffffff;
}
.primary-btn.no-shadow {
	box-shadow: none;
}
.circle-btn {
	display: inline-block;
	text-align: center;
	background-color: #5b5657;
	color: #ffffff;
	z-index: 1;
	font-size: 46px;
	position: relative;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 50%;
	transition: all ease 0.4s;
}
.circle-btn i {
	width: inherit;
	height: inherit;
	line-height: inherit;
	display: inherit;
	background-color: inherit;
	color: inherit;
	border-radius: inherit;
}
.circle-btn:hover {
	color: #5b5657;
	background-color: #ffffff;
	box-shadow: 0 10px 54px -4px rgba(0, 0, 0, 0.1);
}
.circle-btn.xl {
	font-size: 52px;
	width: 120px;
	height: 120px;
	line-height: 120px;
}
.circle-btn.xs {
	font-size: 16px;
	width: 50px;
	height: 50px;
	line-height: 50px;
}
.circle-btn .ripple {
	background-color: #5b5657;
}
.circle-btn.type2 {
	background-color: #0d6fb8;
}
.circle-btn.type2 .ripple {
	background-color: #0d6fb8;
}
a.link-btn {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	color: #5b5657;
	letter-spacing: 0.20px;
	position: relative;
	display: inline-block;
}
a.link-btn:after {
	content: '\f178';
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: left ease 0.4s, opacity ease 0.4s;
}
a.link-btn:hover:after {
	opacity: 1;
	visibility: visible;
	left: -20px;
}
.video-btn {
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 40px;
	display: inline-block;
	position: relative;
	border-radius: 50%;
	z-index: 1;
}
.video-btn .btn-text {
	display: inline-block;
	color: inherit;
	width: 100%;
	height: 100%;
	line-height: inherit;
	padding: 0;
	position: relative;
	z-index: 1;
	border-radius: 50%;
	background-color: #5b5657;
	color: #ffffff;
	transition: all ease-in-out 0.4s;
}
.video-btn .btn-text:hover {
	border-color: #5b5657;
	background-color: #ffffff;
	color: #5b5657;
}
.video-btn.type2-btn .btn-text {
	background-color: #0d6fb8;
}
.video-btn.type2-btn .btn-text:hover {
	background-color: #ffffff;
	border-color: #0d6fb8;
	color: #0d6fb8;
}
.video-btn.type2-btn .ripple {
	background-color: #0d6fb8;
}
.shape-icon {
	position: relative;
	display: inline-block;
	z-index: 1;
	margin-right: 20px;
}
.shape-icon:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	background-color: #5b5657;
	z-index: -1;
	opacity: 0.10;
	border-radius: 50%;
	animation: cscale 1s infinite alternate;
}
.shape-icon i {
	color: #5b5657;
	font-size: 62px;
	padding-left: 30px;
}
.preloader {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #5b5657;
	z-index: 999999;
	overflow: hidden;
}
.preloader .meter {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -75px 0 0 -75px;
	border: 1px solid #ffffff;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	box-shadow: 0px 10px 30px -11px rgba(0, 0, 0, 0.39);
}
.preloader .meter .loadtext {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 14px;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	font-size: 10px;
	margin-top: 20px;
	color: #ffffff;
	display: block;
	text-transform: uppercase;
}
.preloader .meter .loader-circle-1 {
	width: 138px;
	height: 138px;
	left: 5px;
	top: 5px;
	border: 1px #ffffff solid;
	border-radius: 50%;
	position: absolute;
	border-right-color: transparent;
	animation: loaderspin 3s linear infinite;
}
.preloader .meter .loader-circle-2 {
	width: 126px;
	height: 126px;
	left: 5px;
	top: 5px;
	border: 1px transparent solid;
	border-radius: 50%;
	position: absolute;
	border-right-color: #ffffff;
	animation: loaderspin 5s linear infinite;
}
.preloader .meter .line {
	width: 10px;
	height: 2px;
	background: #ffffff;
	position: absolute;
}
.preloader .meter .line:nth-child(1) {
	left: 16px;
	top: 50%;
	margin-top: -1px;
}
.preloader .meter .line:nth-child(2) {
	transform: rotate(45deg);
	left: 33px;
	top: 33px;
}
.preloader .meter .line:nth-child(3) {
	top: 16px;
	left: 50%;
	width: 2px;
	height: 10px;
}
.preloader .meter .line:nth-child(4) {
	transform: rotate(135deg);
	right: 33px;
	top: 33px;
}
.preloader .meter .line:nth-child(5) {
	right: 16px;
	top: 50%;
	margin-top: -1px;
}
.preloader .meter .line:nth-child(6) {
	transform: rotate(45deg);
	right: 33px;
	bottom: 33px;
	background: #ffffff;
}
.preloader .meter .subline {
	position: absolute;
	width: 6px;
	height: 2px;
	background: #ffffff;
}
.preloader .meter .subline:nth-child(7) {
	transform: rotate(22.5deg);
	left: 21px;
	top: 50px;
}
.preloader .meter .subline:nth-child(8) {
	transform: rotate(67.5deg);
	left: 50px;
	top: 21px;
}
.preloader .meter .subline:nth-child(9) {
	transform: rotate(112.5deg);
	right: 50px;
	top: 21px;
}
.preloader .meter .subline:nth-child(10) {
	transform: rotate(157.5deg);
	right: 21px;
	top: 50px;
}
.preloader .meter .subline:nth-child(11) {
	transform: rotate(22.5deg);
	right: 20px;
	bottom: 49px;
	background: #ffffff;
}
.preloader .meter .needle {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 1px #fff solid;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -8px 0 0 -8px;
	z-index: 1;
	animation: meterIndecator 3s infinite ease-in-out;
}
.preloader .meter .needle:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 50px 3.5px 0;
	border-color: transparent #ffffff transparent transparent;
	position: absolute;
	right: 50%;
	top: 50%;
	margin: -3.5px 0 0 0;
	border-radius: 0 50% 50% 0;
}
.preloader.layout2 {
	background-color: #0d6fb8;
}
@keyframes loaderspin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes meterIndecator {
0% {
transform: rotate(0deg);
}
16% {
transform: rotate(75deg);
}
25% {
transform: rotate(55deg);
}
30% {
transform: rotate(90deg);
}
36% {
transform: rotate(170deg);
}
42% {
transform: rotate(150deg);
}
50% {
transform: rotate(227deg);
}
100% {
transform: rotate(0deg);
}
}
/**下拉框开始**/
.mega-menu-xlk {
    /* 默认隐藏，由JS来切换为 'flex' */
    display: none; 
    
    position: fixed !important; 
    z-index: 9999 !important; 
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin-top: 0 !important;
    width: 90vw !important;
    max-width: 1200px !important;
    background-color: #ffffff !important;
    border-radius: 0 0 8px 8px !important;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15) !important;
    padding: 30px 20px !important;
    
    /* 布局样式 */
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    gap: 20px !important;
}

/* 每一列的样式 */
.menu-column-xlk {
    flex: 1 1 30% !important;
    min-width: 280px !important;
    padding: 0 15px !important;
    text-align: left !important;
}

/* 列标题的样式 */
.menu-column-xlk h3 {
    font-size: 18px !important;
    color: #000 !important;
    border-bottom: 1px dotted #293133 !important;
    padding-bottom: 5px !important;
    margin-bottom: 15px !important;
    text-align: left !important;
}
.menu-column-xlk h3 a{
    font-size: 18px !important;
    color: #0c6fb9 !important;
	padding: unset !important;
}
.menu-column-xlk h3 a:hover{
    color: #0d6fb8 !important;
}
/* ul 列表的样式重置 */
.menu-column-xlk ul {
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
    transform: none !important; 
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
    border-top: none !important;
    min-width: unset !important;
}
.menu-column-xlk ul:before{left: 625px !important;}
/* 列表中每个产品链接的样式 */
.menu-column-xlk ul li a {
    display: block !important;
    position: relative !important; 
    padding: 8px 5px 8px 15px !important;
    text-decoration: none !important;
    color: #555 !important;
    font-size: 14px !important;
    border-radius: 4px !important;
    text-align: left !important;
    background-color: transparent !important;
    transform: none !important;
    transition: all 0.3s ease-in-out !important;
}

/* 创建隐藏的三角形图标 */
.menu-column-xlk ul li a::before {
    content: '\f0da' !important;
    font-family: "Font Awesome 5 Pro" !important;
    font-weight: 300 !important;
    font-size: 16px !important;
    position: absolute !important;
    left: 0px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.3s ease-in-out !important;
}

/* 鼠标悬停在产品链接上时的效果 */
.menu-column-xlk ul li a:hover {
    background-color: #f0f0f0 !important;
    color: #005090 !important;
    padding-left: 30px !important;
}

/* 鼠标悬停时，让图标显示出来 */
.menu-column-xlk ul li a:hover::before {
    opacity: 1 !important;
    visibility: visible !important;
    left: 10px !important;
}
/**下拉框结束**/
.section-title {
	padding: 0 10px;
}
.section-title .title {
	font-size: 40px;
	text-transform: uppercase;
	line-height: 0.9;
	margin-top: -3px;
}
.section-title2 {
	padding-bottom: 75px;
}
.section-title2 .title {
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	z-index: 1;
	line-height: 0.8;
	margin-bottom: 25px;
}
.section-title2 .title:before {
	content: attr(data-text);
	font-family: "Oswald", sans-serif;
	display: inline-block;
	position: absolute;
	width: 100%;
	z-index: -1;
	font-size: 150px;
	text-align: center;
	left: 50%;
	top: 50%;
	opacity: 0.05;
	text-transform: capitalize;
	font-weight: 600;
	line-height: 26px;
	margin-top: -24px;
	transform: translate(-50%, -50%);
}
.section-title2 .text {
	line-height: 26px;
	margin-bottom: 0;
	color: #494f5b;
}
.section-title3 {
	position: relative;
	padding-bottom: 32px;
	margin-bottom: 80px;
}
.section-title3 .icon {
	width: 90px;
	height: 90px;
	line-height: 90px;
	display: inline-block;
	font-size: 48px;
	position: relative;
	z-index: 1;
	color: #0d6fb8;
	margin-bottom: 30px;
	border-radius: 50%;
}
.section-title3 .icon:before {
	content: '';
	position: absolute;
	left: -2px;
	right: -2px;
	top: -2px;
	bottom: -2px;
	border: 2px dotted #0d6fb8;
	box-shadow: inset 0px 10px 19px 1px #0d6fb80a;
	border-radius: 50%;
	animation: cspine 20s linear infinite;
}
.section-title3 .title {
	font-size: 48px;
	text-transform: uppercase;
	letter-spacing: 0.40px;
	font-weight: 600;
	line-height: 0.8;
	margin-bottom: 30px;
}
.section-title3 .text {
	margin-bottom: 0;
}
.section-title3 .shape {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -75px;
	width: 150px;
	height: 6px;
	overflow: hidden;
}
.section-title3 .shape:after, .section-title3 .shape:before {
	content: '';
	position: absolute;
	left: -100%;
	top: 50%;
	width: 30px;
	height: 6px;
	background-color: #0d6fb8;
	margin-top: -3px;
}
.section-title3 .shape:after {
	width: 100%;
	height: 2px;
	margin: 0;
	margin-top: -1px;
	left: 0;
}
.section-title3 .shape:before {
	animation: sectionShape 8s linear infinite;
	animation-delay: 0s;
}
@keyframes sectionShape {
form {
left: -101%;
}
to {
	left: 101%;
}
}
.sec-separator {
	width: 100%;
	text-align: center;
	position: relative;
}
.sec-separator:after, .sec-separator:before {
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	height: 2px;
	width: 100%;
	background-color: #0d6fb8;
	z-index: 1;
}
.sec-separator:after {
	display: none;
}
.sec-separator span {
	display: block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	background-color: #0d6fb8;
	color: #ffffff;
	font-size: 48px;
	z-index: 2;
	position: relative;
	border-radius: 50%;
	margin: 0 auto;
	overflow: hidden;
}
.sec-separator span i {
	position: absolute;
	left: -100%;
	top: 0;
	animation: sectionShape 8s linear infinite;
}
.separator-layout2 .sec-separator .shape {
	width: 100px;
	height: 100px;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -50px;
	margin-left: -50px;
	border: 2px dotted #5b5657;
	z-index: 1;
	border-radius: 50%;
	box-shadow: 0 0 70px -25px #0d2b6e;
	animation: cspine 20s linear infinite;
	box-shadow: 0px 10px 38px 2px rgba(13, 43, 110, 0.2);
}
.separator-layout2 .sec-separator:before, .separator-layout2 .sec-separator:after {
	display: inline-block;
	width: calc(50% - 67px);
	background-color: #5b5657;
	left: 0;
}
.separator-layout2 .sec-separator:after {
	left: auto;
	right: 0;
}
.separator-layout2 .sec-separator span {
	background-color: #5b5657;
}
.separator-layout3 .sec-separator:before {
	background-color: #5b5657;
}
.separator-layout3 .sec-separator span {
	background-color: #5b5657;
}
.phone-box {
	background-color: #0d6fb8;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	padding-right: 60px;
}
.phone-box .icon {
	width: 90px;
	height: 90px;
	background-color: #ffffff;
	padding: 10px;
	text-align: center;
	margin-right: 35px;
	position: relative;
	border-radius: 50%;
}
.phone-box .icon:after, .phone-box .icon:before {
	content: '';
	background-color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	z-index: 1;
	border-radius: 50%;
	animation-name: callIcon;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}
.phone-box .icon:after {
	animation-delay: 1.8s;
}
@keyframes callIcon {
0% {
transform: scale(0.7);
}
90% {
transform: scale(1.5);
}
100% {
opacity: 0;
}
}
.phone-box .icon a {
	width: 100%;
	height: 100%;
	line-height: 70px;
	background-color: #0d6fb8;
	display: inline-block;
	font-size: 26px;
	color: #ffffff;
	position: relative;
	z-index: 2;
	border-radius: 50%;
}
.phone-box .icon a:hover {
	color: #ffffff;
}
.phone-box .content span {
	color: #ffffff;
	font-size: 14px;
	display: block;
	letter-spacing: 0.5px;
	margin-bottom: 5px;
}
.phone-box .content a {
	color: #ffffff;
	font-weight: 700;
	font-size: 24px;
	display: block;
}
.phone-box .content a:hover {
	color: #ffffff;
}
.ripple-wrap {
	position: relative;
	z-index: 1;
}
.ripple-wrap i {
	position: relative;
	z-index: 2;
}
.ripple-wrap.type2 {
	background-color: #0d6fb8;
}
.ripple {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: #5b5657;
	animation-name: ripple;
	animation-duration: 5s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	border-radius: 50%;
	transition: background 1.5s ease;
}
.ripple.ripple-1 {
	animation-delay: 1s;
}
.ripple.ripple-2 {
	animation-delay: 1.5s;
}
.ripple.ripple-2 {
	animation-delay: 2s;
}
@keyframes ripple {
0% {
transform: scale(1);
opacity: 0;
}
30% {
opacity: 0.30;
}
100% {
transform: scale(1.9);
opacity: 0;
}
}
@keyframes ripple2 {
0% {
transform: scale(1);
opacity: 0;
}
30% {
opacity: 1;
}
100% {
transform: scale(1.9);
opacity: 0;
}
}
.gray-shadow, .our-featured-wrapper .single-featured .featured-icon .circle-btn {
	box-shadow: 0 10px 54px -4px rgba(0, 0, 0, 0.1);
}
.scrollToTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: inline-block;
	width: 34px;
	height: 60px;
	background-color: #fff;
	border: 2px solid #0d6fb8;
	padding: 10px 5px;
	overflow: hidden;
	border-radius: 50px;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
}
.scrollToTop .move {
	width: 2px;
	height: 15px;
	background-color: #0d6fb8;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	opacity: 0;
	transform: translateX(-50%);
	animation: moveUp 2s linear infinite;
}
.scrollToTop.type2 {
	border-color: #0d6fb8;
}
.scrollToTop.type2 .move {
	background-color: #0d6fb8;
}
.scrollToTop.show {
	opacity: 1;
	visibility: visible;
}
@keyframes moveUp {
0% {
transform: translate(-50%, 35px);
opacity: 0;
}
50% {
transform: translate(-50%, 20px);
opacity: 1;
}
100% {
transform: translate(-50%, 5px);
opacity: 0;
}
}
.scroll-btn {
	background-image: url("/templets/default/assets/img/bg-img/scroll-btn-bg.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	max-height: 170px;
	max-width: 835px;
	margin: 0 auto;
	text-align: center;
}
.scroll-btn a {
	position: relative;
	display: inline-block;
	width: 34px;
	height: 60px;
	border: 2px solid #5b5657;
	padding: 10px 5px;
	overflow: hidden;
	border-radius: 50px;
}
.scroll-btn a .move {
	width: 2px;
	height: 15px;
	background-color: #5b5657;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	opacity: 0;
	transform: translateX(-50%);
	animation: move 2s linear infinite;
}
@keyframes move {
0% {
transform: translate(-50%, 5px);
opacity: 0;
}
50% {
transform: translate(-50%, 20px);
opacity: 1;
}
100% {
transform: translate(-50%, 35px);
opacity: 0;
}
}
@keyframes cscale {
from {
transform: scale(0.9);
}
to {
	transform: scale(1.08);
}
}
@keyframes cspine {
from {
transform: rotate(0);
}
to {
	transform: rotate(359deg);
}
}
@keyframes cspinereverse {
from {
transform: rotate(359deg);
}
to {
	transform: rotate(0);
}
}
@keyframes cmoving {
0% {
transform: translate(0px, 0px);
}
20% {
transform: translate(-50px, 0px);
}
50% {
transform: translate(-50px, -50px);
}
70% {
transform: translate(0px, -50px);
}
100% {
transform: translate(0px, 0px);
}
}
@keyframes upDown {
from {
transform: translateY(-50px);
}
to {
	transform: translateY(50px);
}
}
@keyframes downUp {
from {
transform: translateY(50px);
}
to {
	transform: translateY(-50px);
}
}
@media only screen and (min-width: 1400px) {
.container {
	max-width: 1400px;
}
.container-jhy {
        max-width: 1520px;
    }
.container-1520 {
	max-width: 1520px;
}
}
.row.gutters-15 {
	padding-left: 7.5px;
	padding-right: 7.5px;
}
.row.gutters-20 {
	padding-left: 5px;
	padding-right: 5px;
}
.row.gutters-20 > [class^="col-"] {
padding-left: 10px;
padding-right: 10px;
}
.row.gutters-40 {
	margin-left: -20px;
	margin-right: -20px;
}
.row.gutters-40 > [class^="col-"] {
padding-left: 20px;
padding-right: 20px;
}
.form-group {
	position: relative;
}
.form-group label {
	font-size: 16px;
	font-weight: 400;
	color: #696e78;
	margin-bottom: 12px;
	text-transform: capitalize;
}
.form-group .form-control {
	font-size: 16px;
	color: #696e78;
	padding: 10px 20px;
	border: none;
	background-color: #ffffff;
	border: 1px solid #e2e2e2;
	border-radius: 0;
}
.form-group .form-control:focus {
	outline: none;
	box-shadow: none;
}
.form-group input {
	height: 50px;
}
.form-group input:focus {
	outline: none;
	box-shadow: none;
}
.form-group textarea {
	min-height: 200px;
}
.form-group input.form-control::placeholder, .form-group textarea.form-control::placeholder {
color: #696e78;
}
.form-group i {
	position: absolute;
	top: 50%;
	right: 30px;
	font-size: 16px;
	transform: translateY(-50%);
}
.gutters-20 .form-group {
	margin-bottom: 20px;
}
.select2-container {
	width: 100% !important;
}
.select2-container span.select2-selection {
	border: 1px solid #e2e2e2;
	height: 50px;
	border-radius: 0;
	background-color: #ffffff;
}
.select2-container span.select2-selection:focus {
	outline: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 50px;
	padding-left: 20px;
	font-family: "Roboto", sans-serif;
	color: #696e78;
	font-size: 16px;
}
.select2-container .select2-selection--single .select2-selection__arrow {
	height: 50px;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
	border-width: 6px 7px 0 7px;
	margin-top: -4px;
	margin-left: -22px;
	border-color: #696e78 transparent transparent transparent;
}
.select2-container .select2-dropdown {
	border: 1px solid #e2e2e2;
}
.select2-container .select2-dropdown .select2-search__field {
	border: 1px solid #e2e2e2;
}
.select2-container .select2-results__option--highlighted[aria-selected], .select2-container .select2-results__option[aria-selected=true] {
	background-color: #5b5657;
	color: #ffffff;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-width: 0 7px 6px 7px;
	border-color: transparent transparent #696e78 transparent;
}
.slick-slide:focus {
	outline: none;
}
.slick-slide img {
	display: inline-block;
}
.slick-arrow {
	position: absolute;
	z-index: 1;
	width: 50px;
	height: 50px;
	padding: 0;
	border: none;
	background-color: #ffffff;
}
.slick-arrow:hover {
	color: #5b5657;
}
.slick-arrow.slick-prev {
	width: 52px;
	padding-right: 2px;
}
.slick-arrow.slick-prev:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	height: 20px;
	width: 1px;
	background-color: #d9d9d9;
}
.slick-arrow.skew {
	width: 48px;
	height: 48px;
	font-size: 20px;
	transform: skewX(-5deg);
}
.slick-arrow.skew:after {
	display: none;
}
.slick-arrow.skew i {
	transform: skewX(5deg);
}
.slick-arrow.type2 {
	background-color: #0d6fb8;
	color: #ffffff;
}
.slick-arrow.type2:hover {
	background-color: #5b5657;
}
.mobile-menu-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 999999;
	width: 0;
	height: 100%;
	transition: all ease 0.8s;
}
.mobile-menu-wrapper .mean-menu-area {
	width: 100%;
	max-width: 250px;
	background-color: #fff;
	height: 100%;
	position: relative;
	left: -1000px;
	opacity: 0;
	visibility: hidden;
	transition: all ease 1s;
}
.mobile-menu-wrapper .mean-menu-area .mobile-logo {
	max-width: 140px;
	padding-bottom: 30px;
	padding-top: 45px;
	margin: 0 auto;
	text-align: center;
}
.mobile-menu-wrapper .mean-menu-area .mobileMenucls {
	background-color: transparent;
	border: none;
	font-size: 22px;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	line-height: 1;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 24px;
	color: #5b5657;
	z-index: 1;
}
.mobile-menu-wrapper .mean-menu-area .mobile-menu {
	overflow-y: scroll;
	max-height: 350px;
}
.mobile-menu-wrapper .mean-menu-area .mobile-menu ul li {
	border-bottom: 1px solid #eee;
}
.mobile-menu-wrapper .mean-menu-area .mobile-menu ul li:first-child {
	border-top: 1px solid #eee;
}
.mobile-menu-wrapper .mean-menu-area .mobile-menu ul li a {
	display: block;
	position: relative;
	padding: 7px 10px;
	line-height: 1;
	font-size: 14px;
	text-transform: capitalize;
}
.mobile-menu-wrapper .mean-menu-area .mobile-menu ul li ul li:last-child {
	border-bottom: none;
}
.mobile-menu-wrapper .mean-menu-area .mobile-menu ul li ul li a {
	padding-left: 15px;
}
.mobile-menu-wrapper .mean-menu-area .mobile-menu ul li ul li ul li a {
	padding-left: 20px;
}
.mobile-menu-wrapper .mean-menu-area .mobile-menu ul li ul li ul li ul li a {
	padding-left: 25px;
}
.mobile-menu-wrapper .mean-menu-area .mobile-menu ul li.menu-item-has-children > a:after {
	content: '\f0d7';
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	float: right;
	padding-right: 10px;
}
.mobile-menu-wrapper .mean-menu-area .mobile-menu ul li.menu-item-has-children.show > a {
	color: #5b5657;
}
.mobile-menu-wrapper .mean-menu-area .mobile-menu ul li.menu-item-has-children.show > a:after {
	content: '\f0d8';
}
.mobile-menu-wrapper.menu-visible {
	opacity: 1;
	visibility: visible;
	width: 100%;
	transition: all ease 0.8s;
}
.mobile-menu-wrapper.menu-visible .mean-menu-area {
	left: 0;
	opacity: 1;
	visibility: visible;
	transition: all ease 1s;
}
.mobile-menu-wrapper.layout2 .mean-menu-area .mobile-menu ul li a:hover, .mobile-menu-wrapper.layout2 .mean-menu-area .mobile-menu ul li.menu-item-has-children.show > a {
	color: #0d6fb8;
}
.mobile-menu-wrapper.layout2 .mean-menu-area .mobileMenucls {
	color: #0d6fb8;
}
.menuToggleBtn {
	padding: 0;
	border: none;
	color: #5b5657;
	font-size: 36px;
	line-height: 50px;
	height: 50px;
	background-color: transparent;
	margin-right: 15px;
}
.menuToggleBtn.type2 {
	color: #0d6fb8;
}
.twentytwenty-handle {
	background-color: #5b5657;
}
.header-top-wrap {
	padding: 5px 0;
}
.header-top-wrap .select-box {
	padding-right: 10px;
	margin-right: 12px;
	border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.header-top-wrap .select-box .select2-container {
	width: 100% !important;
}
.header-top-wrap .select-box .select2-container span.select2-selection {
	border: none;
	height: auto;
	border-radius: 0;
	background-color: transparent;
}
.header-top-wrap .select-box .select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 1;
	padding-left: 0;
	font-family: "Roboto", sans-serif;
	color: #fff;
	font-size: 14px;
}
.header-top-wrap .select-box .select2-container .select2-selection--single .select2-selection__arrow {
	height: auto;
}
.header-top-wrap .select-box .select2-container .select2-selection--single .select2-selection__arrow b {
	border-width: 6px 7px 0 7px;
	margin-top: 2px;
	margin-left: -3px;
	border-color: #ffffff transparent transparent transparent;
}
.header-top-wrap .select-box .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-width: 0 7px 6px 7px;
	border-color: transparent transparent #ffffff transparent;
}
.header-top-wrap ul li {
	display: inline-block;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.header-top-wrap ul li:last-child {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}
.header-top-wrap ul li span, .header-top-wrap ul li a {
	display: inline-block;
	color: #ffffff;
	font-size: 14px;
}
.header-top-layout1 a:hover {
	color: #000;
}
.header-top-wrap ul li span i, .header-top-wrap ul li a i {
	margin-right: 10px;
}
.header-top-wrap ul.social-links li {
	border-right: none;
	padding-right: 0;
	margin-right: 10px;
}
.header-top-wrap ul.social-links li a i {
	margin-right: 0;
}
header {
	background-color: #fff;
}
header .header-logo {
	padding: 10px 0;
}
header .main-menu ul li {
	display: inline-block;
	position: relative;
	margin: 0px 15px;
}
header .main-menu ul li a {
	font-size: 18px;
	display: inline-block;
	position: relative;
	color: #5b5657;
	font-weight: 600;
}
header .main-menu ul li.lanmu-wudj{
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	color: #5b5657;
	font-weight: 600;
}
header .main-menu ul li.lanmu-wudj:after {
    content: '\f078';
    position: relative;
    font-family: 'font awesome 5 pro';
    margin-left: 5px;
}
header .main-menu ul li.lanmu-wudj:hover {
	color: #0d6fb8;
}
header .main-menu ul li a:hover {
	color: #5b5657;
}
.header-layout2 .main-menu ul li.lanmu-wudj{
    color: #ffffff;
}
header .main-menu ul li.menu-item-has-children > a:after {
	content: '\f078';
	position: relative;
	font-family: 'font awesome 5 pro';
	margin-left: 5px;
}
header .main-menu ul li ul {
	border-top: 3px solid #5b5657;
	position: absolute;
	left: 0;
	top: 50px;
	background-color: #ffffff;
	min-width: 280px;
	z-index: 99;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	transform-origin: top;
	transform: rotateX(90deg);
	transition: all ease 0.4s;
}
header .main-menu ul li ul li {
	display: block;
	margin: 0;
}
header .main-menu ul li ul li.menu-item-has-children > a:after {
	float: right;
	content: '\f054';
	transform: translateX(0);
	transition: all ease 0.4s;
}
header .main-menu ul li ul li a {
	display: block;
	padding: 12px 15px;
	padding-left: 15px;
	overflow: hidden;
	border-bottom: 1px solid #edf2f4;
	color: #5b5657;
}
header .main-menu ul li ul li a:hover {
	color: #5b5657;
}
header .main-menu ul li ul li a:before {
	content: '\f0da';
	position: absolute;
	font-weight: 300;
	font-family: "Font Awesome 5 Pro";
	font-size: 16px;
	margin-right: 0;
	left: -20px;
	opacity: 0;
	visibility: hidden;
	transition: all ease 0.4s;
}
header .main-menu ul li ul li a:hover {
	padding-left: 25px;
}
header .main-menu ul li ul li a:hover:before {
	opacity: 1;
	visibility: visible;
	left: 10px;
}
header .main-menu ul li ul li a:hover:after {
	transform: translateX(40px);
}
header .main-menu ul li ul li:last-child a {
	border-bottom: none;
}
header .main-menu ul li ul li ul {
	left: 100%;
	top: 0;
}
header .main-menu ul li ul li ul ul li ul {
	left: auto;
	right: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
header .main-menu ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	transform: rotateX(0);
}
header .header-btn {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
}
header .header-btn > a.primary-btn {
	width: 168px;
	margin-right: 30px;
}
header .header-btn button {
	padding: 0;
	border: none;
	color: #5b5657;
	font-size: 28px;
	line-height: 50px;
	height: 50px;
	background-color: transparent;
}
header .header-btn button:hover {
	color: #5b5657;
}
.header2-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
}
.header-layout2 {
	position: relative;
	background-color: transparent;
	z-index: 2;
}
.header-layout2:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0px;
	width: 29.5%;
	height: 100%;
	background-color: #ffffff;
	clip-path: polygon(0 0, 100% 0, 91% 100%, 0% 100%);
}
@media (max-width: 1399px) {.header-layout2::before {width: 22%;}}
.header-layout2 .main-menu ul li a {
	color: #ffffff;
	font-weight: 500;
}
.header-layout2 .main-menu ul li a:hover {
	color: #0d6fb8;
}
.header-layout2 .main-menu ul li ul {
	border-top: none;
	padding-top: 10px;
	left: -15px;
	margin-top: 40px;
	transition: all ease-in-out 0.3s;
	transform: rotate(0);
}
.header-layout2 .main-menu ul li ul:before {
	content: '';
	position: absolute;
	top: -16px;
	left: 24px;
	border-bottom: 18px solid #ffffff;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
}
.header-layout2 .main-menu ul li ul li a {
	padding: 12px 15px;
	color: #5b5657;
	font-size: 16px;
}
.header-layout2 .main-menu ul li ul li a:hover {
	color: #0d6fb8;
}
.header-layout2 .main-menu ul li ul li ul {
	left: 100%;
	padding-top: 0;
}
.header-layout2 .main-menu ul li ul li ul:before {
	display: none;
}
.header-layout2 .main-menu ul li:hover > ul {
	margin-top: 0;
}
.header-layout2 .header-btn .primary-btn {
	width: 168px;
	font-size: 14px;
	margin-right: 25px;
}
.header-layout2 .header-btn button {
	font-size: 18px;
	color: #ffffff;
	margin-right: 30px;
}
.header-layout2 .header-btn button:last-child {
	margin-right: 0;
}
.header-layout2 .header-btn button:hover {
	color: #0d6fb8;
}
.sticky-header-wrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #ffffff;
	z-index: 9999;
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-110%);
	transition: all ease 0.6s;
}
.sticky-header-wrap.active {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}
.sticky-header-wrap .logo {
	padding: 10px 0;
}
.sticky-header-wrap .main-menu ul li {
	display: inline-block;
	position: relative;
	margin: 0px 11px;
}
.sticky-header-wrap .main-menu ul li a {
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	padding: 23px 0;
	color: #5b5657;
	font-weight: bold;
}
.sticky-header-wrap .main-menu ul li a:hover {
	color: #5b5657;
}
.sticky-header-wrap .main-menu ul li.menu-item-has-children > a:after {
	content: '\f078';
	position: relative;
	font-family: 'font awesome 5 pro';
	margin-left: 5px;
}
.sticky-header-wrap .main-menu ul li ul {
	border-top: 3px solid #5b5657;
	position: absolute;
	left: 0;
	top: 100%;
	background-color: #ffffff;
	min-width: 280px;
	z-index: 99;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	transform-origin: top;
	transform: rotateX(90deg);
	transition: all ease 0.4s;
}
.sticky-header-wrap .main-menu ul li ul li {
	display: block;
	margin: 0;
}
.sticky-header-wrap .main-menu ul li ul li.menu-item-has-children > a:after {
	float: right;
	content: '\f054';
	transform: translateX(0);
	transition: all ease 0.4s;
}
.sticky-header-wrap .main-menu ul li ul li a {
	display: block;
	padding: 12px 15px;
	padding-left: 15px;
	overflow: hidden;
	border-bottom: 1px solid #edf2f4;
	color: #5b5657;
	font-size: 14px;
}
.sticky-header-wrap .main-menu ul li ul li a:hover {
	color: #5b5657;
}
.sticky-header-wrap .main-menu ul li ul li a:before {
	content: '\f0da';
	position: absolute;
	font-weight: 300;
	font-family: "Font Awesome 5 Pro";
	font-size: 16px;
	margin-right: 0;
	left: -20px;
	opacity: 0;
	visibility: hidden;
	transition: all ease 0.4s;
}
.sticky-header-wrap .main-menu ul li ul li a:hover {
	padding-left: 25px;
}
.sticky-header-wrap .main-menu ul li ul li a:hover:before {
	opacity: 1;
	visibility: visible;
	left: 10px;
}
.sticky-header-wrap .main-menu ul li ul li a:hover:after {
	transform: translateX(40px);
}
.sticky-header-wrap .main-menu ul li ul li:last-child a {
	border-bottom: none;
}
.sticky-header-wrap .main-menu ul li ul li ul {
	left: 100%;
	top: 0;
}
.sticky-header-wrap .main-menu ul li ul li ul ul li ul {
	left: auto;
	right: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.sticky-header-wrap .main-menu ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	transform: rotateX(0);
}
.sticky-header-layout2 .main-menu ul li a:hover {
	color: #0d6fb8;
}
.sticky-header-layout2 .main-menu ul li ul {
	border-top-color: #0d6fb8;
}
.sticky-header-layout2 .main-menu ul li ul li a:hover {
	color: #0d6fb8;
}
.sticky-header-layout2 .menuToggleBtn {
	color: #0d6fb8;
}
.hero-layout2 {
	position: relative;
	z-index: 1;
	padding-top: 50px;
}
.hero-layout2 .small-title {
	position: relative;
	font-style: italic;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
}
.hero-layout2 .small-title:before {
	content: '';
	position: absolute;
	left: -40%;
	top: 50%;
	margin-top: -1px;
	height: 2px;
	width: 35.2%;
	background-color: #ffffff;
}
.hero-layout2 .big-title {
	text-transform: uppercase;
	color: #ffffff;
}
.hero-layout2 .ls-bottom-nav-wrapper {
	position: absolute;
	right: 85px;
	top: 0 !important;
	height: 100%;
	display: flex !important;
	align-items: center;
}
.hero-layout2 .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a {
	display: block !important;
	width: 100% !important;
	width: 10px !important;
	height: 10px !important;
	border-radius: 50% !important;
	border: 2px solid #ffffff !important;
	background-color: transparent;
	margin: 20px auto !important;
	opacity: 1 !important;
	position: relative;
	z-index: 1;
	transition: all ease 0.4s;
}
.hero-layout2 .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 -5px;
	background-color: #0d6fb8;
	z-index: -1;
	border-radius: 50%;
	opacity: 0;
}
.hero-layout2 .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a:hover {
	background-color: #0d6fb8;
}
.hero-layout2 .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a.ls-nav-active {
	background-color: transparent !important;
	width: 25px !important;
	height: 25px !important;
}
.hero-layout2 .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a.ls-nav-active:before {
	opacity: 1;
}
.hero-layout2 .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a.ls-nav-active:hover {
	background-color: transparent !important;
}
.hero-layout2 .phone-box {
	position: absolute;
	bottom: 210px;
	right: 0;
	z-index: 99;
}
.about-us-sec .experiance-box {
	background-image: url("/templets/default/assets/img/bg-img/ab-experiance-box-bg.png");
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	padding: 50px 45px 50px 40px;
	margin-top: -50px;
	right: -50px;
	z-index: 1;
}
.about-us-sec .experiance-box .icon span {
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	background-color: #ffffff;
	text-align: center;
	font-size: 40px;
	position: relative;
	margin-right: 20px;
	color: #5b5657;
	z-index: 1;
	border-radius: 50%;
}
.about-us-sec .experiance-box .icon span:before {
	content: '';
	position: absolute;
	top: -5px;
	left: -5px;
	bottom: -5px;
	right: -5px;
	border: 2px dashed #ffffff;
	z-index: -1;
	border-radius: 50%;
	animation: cspine 10s linear infinite;
}
.about-us-sec .experiance-box .content {
	width: calc(100% - 100px);
}
.about-us-sec .experiance-box .content .main-title {
	position: absolute;
	top: -25px;
	left: 32px;
	color: #ffffff;
	font-size: 48px;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 0;
	text-shadow: 3px 3px 0px #000;
}
.about-us-sec .experiance-box .content .title {
	color: #ffffff;
	font-size: 22px;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
.about-us-sec .experiance-box .content .text {
	color: #ffffff;
	margin-bottom: 0;
}
.about-wrap-layout1 {
	position: relative;
}
.about-wrap-layout1:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	max-width: 1130px;
	background-image: url("/templets/default/assets/img/overly-shape/about-us-shapes-1-1.png");
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	animation: upDown 10s infinite alternate;
}
.about-wrap-layout1 .about-us-img {
	position: relative;
}
.about-wrap-layout1 .about-us-img a:before {
	content: '';
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	border: 2px dashed #ffffff;
}
.about-wrap-layout1 .about-us-img:before {
	content: '';
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	border: 2px dashed #ffffff;
}
.about-wrap-layout1 .about-title {
	font-size: 48px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #5b5657;
	margin-bottom: 33px;
	font-weight: 700;
}
.about-wrap-layout1 .about-title span {
	color: #0d6fb8;
	font-size: 80px;
	position: relative;
	top: 10px;
}
.about-wrap-layout1 .sub-title {
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
	margin-bottom: 20px;
	font-family: "Oswald", sans-serif;
}
.about-wrap-layout1 .sub-title span {
	color: #0d6fb8;
}
.about-wrap-layout1 .sub-title strong {
	color: #0d6fb8;
}
.about-wrap-layout1 .about-us-content {
	margin-left: 30px;
	padding-top: 10px;
}
.about-wrap-layout1 .about-us-content .text {
	color: #494f5b;
	margin-bottom: 25px;
}
.about-wrap-layout1 .about-us-content .features-list ul li {
	position: relative;
	margin-bottom: 4px;
	color: #494f5b;
}
.about-wrap-layout1 .about-us-content .features-list ul li:last-child {
	margin-bottom: 0;
}
.about-wrap-layout1 .about-us-content .features-list ul li:before {
	content: '\f111';
	position: relative;
	left: 0;
	top: -4px;
	font-size: 18px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	font-size: 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	text-align: center;
	box-shadow: inset 0 0 6px -2px #5b5657;
	line-height: 15px;
	margin-right: 15px;
	color: #5b5657;
	border-radius: 50%;
}
.about-wrap-layout1 .action-btn {
	float: right;
	overflow: hidden;
}
.about-wrap-layout1 .action-area {
	position: relative;
	margin-top: -150px;
	padding-left: 100px;
}
.about-wrap-layout1 .action-area .action-box {
	padding-right: 60px;
	margin-right: 60px;
	position: relative;
}
.about-wrap-layout1 .action-area .action-box:before {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	height: 60px;
	width: 1px;
	margin-top: -30px;
	background-color: #e5e5e5;
}
.about-wrap-layout1 .action-area .action-box:last-child {
	padding-right: 0;
	margin-right: 0;
}
.about-wrap-layout1 .action-area .action-box:last-child:before {
	display: none;
}
.about-wrap-layout1 .action-area .action-box .icon span {
	font-size: 46px;
	color: #0d6fb8;
	display: block;
	margin-bottom: 5px;
}
.about-wrap-layout1 .action-area .action-box .icon span .flaticon-envelope {
	font-size: 40px;
}
.about-wrap-layout1 .action-area .action-box .content .text {
	font-size: 22px;
	color: #5b5657;
	margin-bottom: 0;
	font-weight: 500;
}
.about-wrap-layout1 .action-area .action-box .content span {
	text-transform: uppercase;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 10px;
	line-height: 1;
	color: #494f5b;
}
.about-wrap-layout2 {
	position: relative;
}
.about-wrap-layout2 .shape-bg {
	right: 0;
	top: -60px;
	animation: downUp 15s alternate infinite;
}
.ruida-bg .shape-bg {
	right: 0;
	animation: downUp 15s alternate infinite;
}
.ruida-bg .shape-bg-2 {
	left: 0;
	top: 2520px;
	animation: downUp 15s alternate infinite;
}
.ruida-bg .shape-bg-3 {
	right: 0;
	top: 4020px;
	animation: downUp 15s alternate infinite;
}
.service-layout3 {
	background-color: #fafafa;
	position: relative;
}
.service-layout3 .section-title3 {
	margin-bottom: 40px;
}
.service-layout3 .slick-slider {
	padding: 0px 82px;
}
.service-layout3 .slick-slider .slick-arrow {
	position: absolute;
	left: -17px;
	top: 50%;
	width: 76px;
	height: 76px;
	background-color: #ffffff;
	font-size: 22px;
	padding: 8px;
	border-radius: 50%;
	transform: translateY(-50%);
}
.service-layout3 .slick-slider .slick-arrow:after {
	content: '';
	position: absolute;
	left: -4%;
	top: -6.5%;
	margin-top: 0;
	height: 115%;
	width: 51%;
	background-color: #fafafa;
	z-index: 2;
}
.service-layout3 .slick-slider .slick-arrow:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	z-index: 1;
	border: 1px solid #5b5657;
	border-radius: 50%;
}
.service-layout3 .slick-slider .slick-arrow i {
	width: 100%;
	height: 100%;
	display: inline-block;
	line-height: 58px;
	color: #ffffff;
	border-radius: 50%;
	background-color: #5b5657;
	z-index: 3;
	position: relative;
}
.service-layout3 .slick-slider .slick-arrow.slick-next {
	left: auto;
	right: -17px;
}
.service-layout3 .slick-slider .slick-arrow.slick-next::after {
	left: auto;
	right: -4%;
}
.service-layout3 .inner-wrapper {
	position: relative;
	padding-bottom: 95px;
}
.service-layout3 .inner-wrapper:before {
	content: '';
	position: absolute;
	left: -21px;
	right: -21px;
	bottom: 0;
	height: 100%;
	max-height: 747px;
	background-image: url("/templets/default/assets/img/service/bg-shape-3-1.png");
}
.service-layout3 .shape-bg {
	right: 0;
	bottom: 0;
}
.service-layout3 .gutters-40 .slick-track > [class^="col-"] {
padding-left: 20px;
padding-right: 20px;
}
.service-layout3 .gutters-40 .slick-track img:hover {
	box-shadow: 0px 0px 15px 0px rgba(0, 70, 226, 0.09);
}
.service-layout3 .gutters-40 .slick-track h3:hover {
	color: #5b5657;
}
@media only screen and (max-width: 575px) {
.service-layout3 .gutters-40 .slick-track > [class^="col-"] {
padding-left: 15px;
padding-right: 15px;
}
}
.service-layout3 .slick-slide .service-box {
	box-shadow: none;
	transition: all 0.3s;
}
.service-layout3 .slick-slide.slick-active .service-box {
	box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.05);
}
.service-layout3 .scroll-btn {
	position: absolute;
	left: 50%;
	top: -85px;
	z-index: 99;
	padding-top: 50px;
	transform: translateX(-50%);
}
.repair-estimator-wrap {
	position: relative;
}
.repair-estimator-wrap .estimator-title-area {
	padding-bottom: 20px;
}
.repair-estimator-wrap .estimator-title-area .title {
	color: #5b5657;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 40px;
}
.repair-estimator-wrap .estimator-title-area .text {
	font-size: 20px;
	color: #5b5657;
	font-weight: 500;
	margin-bottom: 0;
}
.repair-estimator-wrap form.estimator-form {
	margin-left: 45px;
}
.repair-estimator-layout1:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0.68;
	z-index: 0;
	background-color: #0f1729;
}
.repair-estimator-layout1 .estimator-title-area .text, .repair-estimator-layout1 .estimator-title-area .title {
	color: #ffffff;
}
.repair-estimator-layout1 form.estimator-form input {
	border: none;
	box-shadow: none;
}
.repair-estimator-layout1 form.estimator-form .select2-container span.select2-selection {
	box-shadow: none;
	border: none;
}
.repair-estimator-layout2:before {
	display: none;
}
.repair-estimator-layout2 .inner-wrap {
	padding: 80px 80px;
	padding-bottom: 60px;
	border-bottom: 2px solid #0d6fb8;
	box-shadow: 0 0 65px 0 rgba(0, 0, 0, 0.1);
	position: relative;
	margin-top: -140px;
	z-index: 2;
	background-color: #ffffff;
}
.repair-estimator-layout2 .estimator-title-area .title {
	color: #5b5657;
	font-size: 40px;
}
.repair-estimator-layout2 .estimator-title-area .text {
	color: #696e78;
}
.repair-estimator-layout2 form.estimator-form .select2-container span.select2-selection {
	box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
}
.repair-estimator-layout2 form.estimator-form input {
	box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
}
.repair-estimator-layout2 form.estimator-form input:focus {
	box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
}
.work-process-layout3 .section-title3 {
	margin-bottom: 140px;
}
.work-process-layout3 .container {
	position: relative;
}
.work-process-layout3 .work-process {
	display: flex;
	align-items: center;
	max-width: 385px;
	margin-bottom: 130px;
}
.work-process-layout3 .work-process .icon span {
	width: 100px;
	height: 100px;
	line-height: 100px;
	display: inline-block;
	text-align: center;
	font-size: 46px;
	color: #0d6fb8;
	margin-right: 20px;
	position: relative;
	z-index: 1;
	border-radius: 50%;
	box-shadow: inset 0px 10px 19px 1px #0d6fb80a;
}
.work-process-layout3 .work-process .icon span:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	z-index: -1;
	border: 2px dotted #0d6fb8;
	border-radius: 50%;
	animation: cspine 20s linear infinite;
}
.work-process-layout3 .work-process .process-content {
	width: calc(100% - 120px);
}
.work-process-layout3 .work-process .process-content .title {
	font-size: 20px;
	margin-bottom: 15px;
}
.work-process-layout3 .work-process .process-content .text {
	margin-bottom: 00;
}
.work-process-layout3 .row > div:nth-child(odd) .work-process {
	flex-direction: row-reverse;
	text-align: right;
}
.work-process-layout3 .row > div:nth-child(odd) .work-process .icon span {
	margin-right: 0;
	margin-left: 20px;
}
.work-process-layout3 .row > div:nth-child(even) .work-process {
	margin-right: 0;
	margin-left: auto;
}
.work-process-layout3 .row > article:nth-child(odd) .work-process {
	flex-direction: row-reverse;
	text-align: right;
}
.work-process-layout3 .row > article:nth-child(odd) .work-process .icon span {
	margin-right: 0;
	margin-left: 20px;
}
.work-process-layout3 .row > article:nth-child(even) .work-process {
	margin-right: 0;
	margin-left: auto;
}
.work-process-layout3 .shape-bg {
	bottom: 168px;
	left: 50%;
	max-width: 545px;
	max-height: 420px;
	transform: translateX(-50%);
}
.work-process-layout3 .shape-bg:before, .work-process-layout3 .shape-bg:after {
	content: '';
	position: absolute;
	left: 50%;
	top: -135px;
	width: 480px;
	height: 480px;
	margin-left: -240px;
	border: 3px dotted #0d6fb8;
	border-radius: 50%;
	z-index: 1;
	animation: cspinereverse 50s linear infinite;
}
.work-process-layout3 .shape-bg:after {
	border-width: 2px;
	box-shadow: 0px 10px 47.5px 2.5px rgb(175 39 37 / 0.25);
	width: 430px;
	height: 430px;
	margin-left: -215px;
	top: -110px;
	opacity: 0.941;
	animation: cspine 50s linear infinite;
}
.work-process-layout3 .shape-bg img {
	position: relative;
	z-index: 2;
}
.team-layout4 .team-member {
	text-align: center;
	box-shadow: 0px 18px 25px 6px rgba(0, 70, 226, 0.09);
	padding: 60px 0;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}
.team-layout4 .team-member .member-img {
	background-color: #060d1d;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	z-index: 0;
	visibility: hidden;
	transform-origin: right top;
	transform: scale(1.1);
	transition: all ease 0.4s;
}
.team-layout4 .team-member .member-img img {
	width: 100%;
	height: 100%;
}
.team-layout4 .team-member .member-img:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0.51;
	z-index: 1;
	background-color: #060d1d;
}
.team-layout4 .team-member .member-thumb-img, .team-layout4 .team-member .member-text, .team-layout4 .team-member ul {
	position: relative;
	z-index: 3;
}
.team-layout4 .team-member .pdf-img {
	width: 300px !important;
	height: 300px !important;
	margin-bottom: 40px !important;
}
.team-layout4 .team-member .member-thumb-img {
	width: 190px;
	height: 190px;
	margin: 0 auto;
	border: 3px solid #0d6fb8;
	padding: 10px;
	margin-bottom: 40px;
	border-radius: 50%;
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	transition: all ease 0.3s;
}
.team-layout4 .team-member .member-thumb-img img {
	width: 100%;
	height: 100%;
}
.team-layout4 .team-member .member-text {
	margin-bottom: 25px;
}
.team-layout4 .team-member .member-text .name {
	font-size: 22px;
	margin-bottom: 3px;
}
.team-layout4 .team-member .member-text .name a {
	color: inherit;
}
.team-layout4 .team-member .member-text .name a:Hover {
	color: inherit;
}
.team-layout4 .team-member .member-text .degi {
	font-size: 14px;
	color: #5b5657;
	letter-spacing: 0.20px;
	transition: all ease 0.4s;
}
.team-layout4 .team-member ul li {
	display: inline-block;
	margin: 0 3px;
}
.our-team-wrapper{padding-top: 80px;}
.pdf-lx li a {
	width: 200px !important;
	height: 50px !important;
	line-height: 45px !important;
	border-radius: 30px !important;
}
.team-layout4 .team-member ul li a {
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: #0d6fb8;
	color: #fff;
	box-shadow: 0 7px 28px -12px #0d6fb8;
	border-radius: 50%;
}
.team-layout4 .team-member ul li a:hover {
	color: #ffffff;
	background-color: #e52113;
}
.team-layout4 .team-member:hover .member-img {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.team-layout4 .team-member:hover .member-thumb-img {
	opacity: 0;
	visibility: hidden;
	transform: scale(0.5);
}
.team-layout4 .team-member:hover .member-text .name, .team-layout4 .team-member:hover .member-text .degi {
	color: #ffffff;
}
.blog-layout1 .blog {
	margin-bottom: 30px;
}
.blog-layout1 .blog .blog-img {
	overflow: hidden;
}
.blog-layout1 .blog .blog-img img {
	width: 100%;
	transition: all ease 0.4s;
	transform: scale(1.001);
}
.blog-layout1 .blog .blog-content {
	background-color: #ffffff;
	box-shadow: 0px 10px 47.5px 2.5px rgba(0, 0, 0, 0.07);
	margin: 0 30px;
	padding: 35px 40px 0 40px;
	position: relative;
	margin-top: -50px;
}
.blog-layout1 .blog .blog-content h3.blog-title {
	font-size: 22px;
	line-height: 32px;
	text-transform: none;
	margin-bottom: 12px;
}
.blog-layout1 .blog .blog-content p.blog-text {
	margin-bottom: 25px;
	padding-right: 10px;
}
.blog-layout1 .blog .blog-content .blog-meta {
	position: relative;
	padding: 16px 0;
}
.blog-layout1 .blog .blog-content .blog-meta:before {
	content: '';
	position: absolute;
	left: -41px;
	right: -41px;
	top: 0;
	height: 1px;
	background-color: #edf2f4;
}
.blog-layout1 .blog .blog-content .blog-meta span {
	font-size: 14px;
	display: inline-block;
	margin-right: 30px;
}
.blog-layout1 .blog .blog-content .blog-meta span:last-child {
	margin-right: 0;
}
.blog-layout1 .blog .blog-content .blog-meta span i {
	color: #5b5657;
	margin-right: 10px;
	font-size: 16px;
}
.blog-layout1 .blog:hover .blog-img img {
	transform: scale(1.04);
}
.blog-layout2 .gutters-20 .slick-track > [class^="col-"] {
padding-left: 10px;
padding-right: 10px;
}
.blog-layout2 .slick-arrow {
	position: absolute;
	top: calc(50% - 25px);
	opacity: 0;
	visibility: hidden;
	transition: all ease 0.4s;
}
.blog-layout2:hover .slick-arrow {
	opacity: 1;
	visibility: visible;
}
.blog-layout2 .latest-blog-area .slick-arrow {
	left: -130px;
}
.blog-layout2 .latest-blog-area .slick-arrow.slick-next {
	display: none !important;
}
.blog-layout2 .latest-blog {
	position: relative;
}
.blog-layout2 .latest-blog:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 500px;
	background-image: url("/templets/default/assets/img/blog/blog-overly-2-1.png");
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 1;
}
.blog-layout2 .latest-blog .blog-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	padding: 0 50px;
	padding-bottom: 15px;
}
.blog-layout2 .latest-blog .blog-content .blog-title {
	color: #ffffff;
	font-size: 22px;
	letter-spacing: 0;
	line-height: 32px;
	font-weight: 500;
	text-transform: none;
	padding-right: 20px;
	margin-bottom: 10px;
}
.blog-layout2 .latest-blog .blog-content .blog-title a:hover {
	color: #ef0f3a;
}
.blog-layout2 .latest-blog .blog-content .blog-text {
	color: #ffffff;
}
.blog-layout2 .latest-blog .blog-meta {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding-bottom: 18px;
	margin-bottom: 25px;
	margin-right: 20px;
}
.blog-layout2 .latest-blog .blog-meta span {
	color: #ffffff;
	letter-spacing: 0.20px;
}
.blog-layout2 .popular-blog .slick-arrow {
	right: -115px;
}
.blog-layout2 .popular-blog .slick-arrow.slick-prev {
	display: none !important;
}
.blog-layout2 .popular-blog .blog .blog-meta {
	padding-bottom: 15px;
	border-bottom: 1px solid #dfdfe2;
	margin-bottom: 25px;
}
.blog-layout2 .popular-blog .blog .blog-meta span {
	color: #494f5b;
}
.blog-layout2 .popular-blog .blog .blog-content {
	background-color: #f7f7f8;
	padding: 40px;
}
.blog-layout2 .popular-blog .blog .blog-content .blog-title {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0;
	font-weight: 500;
	margin-bottom: 20px;
	text-transform: none;
}
.blog-layout2 .popular-blog .blog .blog-content .blog-title a:hover{color: unset !important;}
.blog-layout2 .popular-blog .blog .blog-content .primary-btn {
	height: 35px;
	width: 180px;
	line-height: 35px;
}
.blog-layout2 .blog {
	margin-bottom: 30px;
	height: 472px;
}
.blog-layout2 .blog .blog-img {
	overflow: hidden;
}
.blog-layout2 .blog .blog-img img {
	width: 100%;
	transition: all ease 0.4s;
	transform: scale(1.001);
}
.blog-layout2 .blog .blog-meta span {
	font-size: 14px;
	margin-right: 30px;
}
.blog-layout2 .blog .blog-meta span:last-child {
	margin-right: 0;
}
.blog-layout2 .blog .blog-meta span i {
	font-size: 16px;
	margin-right: 10px;
	color: #0d6fb8;
}
.popup-search-box {
	position: fixed;
	top: 0;
	left: 50%;
	background-color: rgba(0, 0, 0, 0.95);
	height: 0;
	width: 0;
	overflow: hidden;
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
	cursor: url("/templets/default/assets/img/cancel.png"), auto;
	border-radius: 50%;
	transform: translateX(-50%);
	transition: all ease 0.4s;
}
.popup-search-box button.searchClose {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 40px;
	right: 40px;
	border: 1px solid #5b5657;
	background-color: transparent;
	color: #5b5657;
	font-size: 22px;
	border-radius: 50%;
	transition: all ease 0.4s;
	transform: rotate(0);
}
.popup-search-box button.searchClose:hover {
	color: #fff;
	background-color: #5b5657;
	border-color: transparent;
	transform: rotate(90deg);
}
.popup-search-box form {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	padding-bottom: 40px;
	cursor: auto;
	width: 100%;
	max-width: 900px;
	transform: translate(-50%, -50%) scale(0);
	transition: transform ease 0.4s;
}
.popup-search-box form input {
	font-size: 18px;
	height: 70px;
	width: 100%;
	border: none;
	border-bottom: 2px solid #5b5657;
	background-color: transparent;
	padding-left: 30px;
	color: #fff;
	border-radius: 50px;
}
.popup-search-box form input::placeholder {
color: #fff;
}
.popup-search-box form button {
	position: absolute;
	top: 0px;
	background-color: transparent;
	border: none;
	color: #fff;
	font-size: 24px;
	right: 12px;
	color: #ffffff;
	cursor: pointer;
	width: 70px;
	height: 70px;
	transition: all ease 0.4s;
	transform: scale(1.001);
}
.popup-search-box form button:hover {
	transform: scale(1.1);
}
.popup-search-box.show {
	opacity: 1;
	visibility: visible;
	width: 100.1%;
	height: 100%;
	transition: all ease 0.4s;
	border-radius: 0;
}
.popup-search-box.show form {
	transition-delay: 0.5s;
	transform: translate(-50%, -50%) scale(1);
}
.popup-search-box.layout2 {
	cursor: url("/templets/default/assets/img/cancel2.png"), auto;
}
.popup-search-box.layout2 button.searchClose {
	border-color: #4f8fbd;
	color: #4f8fbd;
}
.popup-search-box.layout2 button.searchClose:hover {
	background-color: #4f8fbd;
	color: #ffffff;
}
.popup-search-box.layout2 form input {
	border-color: #4f8fbd;
}
.sidemenu-wrapper {
	position: fixed;
	z-index: 99999;
	right: 0;
	top: 0;
	height: 100%;
	width: 0;
	background-color: rgba(0, 0, 0, 0.75);
	opacity: 0;
	visibility: hidden;
	cursor: url("/templets/default/assets/img/cancel.png"), auto;
	transition: all ease 0.8s;
}
.sidemenu-wrapper .closeButton {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	padding: 0;
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: #ffffff;
	border: 1px solid #5b5657;
	color: #5b5657;
	border-radius: 50%;
	transform: rotate(0);
	transition: all ease 0.4s;
}
.sidemenu-wrapper .closeButton:hover {
	background-color: #5b5657;
	color: #ffffff;
	border-color: transparent;
	transform: rotate(90deg);
}
.sidemenu-wrapper .sidemenu-content {
	background-color: #ffffff;
	width: 450px;
	margin-left: auto;
	padding: 80px 30px;
	height: 100%;
	overflow: scroll;
	position: relative;
	right: -500px;
	cursor: auto;
	transition-delay: 1s;
	transition: right ease 1s;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
width: 2px;
background-color: #F5F5F5;
}
.sidemenu-wrapper .sidemenu-content .widget {
	padding: 0 !important;
}
.sidemenu-wrapper .sidemenu-content .widget_about {
	padding: 0;
}
.sidemenu-wrapper .sidemenu-content .widget_about img {
	margin-bottom: 25px;
}
.sidemenu-wrapper .sidemenu-content .widget_about .text {
	margin-bottom: 0;
}
.sidemenu-wrapper .sidemenu-content .widget.widget_admin {
	padding-top: 0;
	padding-bottom: 0;
}
.sidemenu-wrapper .sidemenu-content .widget.widget_admin .admin-content .admin-img {
	margin-bottom: 35px;
}
.sidemenu-wrapper .sidemenu-content .widget_contact p {
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 18px;
	color: #000;
}
.sidemenu-wrapper .sidemenu-content .widget_contact p:last-child {
	margin-bottom: 0;
}
.sidemenu-wrapper .sidemenu-content .widget_contact i {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 15px;
	background-color: #0d6fb8;
	margin-right: 15px;
	color: #ffffff;
	border-radius: 50%;
	transition: all ease 0.4s;
}
.sidemenu-wrapper.show {
	opacity: 1;
	visibility: visible;
	width: 100%;
	transition: all ease 0.8s;
}
.sidemenu-wrapper.show .sidemenu-content {
	right: 0;
	opacity: 1;
	visibility: visible;
}
.sidemenu-layout2 {
	cursor: url("/templets/default/assets/img/cancel2.png"), auto;
}
.sidemenu-layout2 .closeButton {
	border-color: #ef0f3a;
	color: #ef0f3a;
}
.sidemenu-layout2 .closeButton:hover {
	background-color: #ef0f3a;
}
.sidemenu-layout2 .sidemenu-content .widget_contact i {
	background-color: #ef0f3a;
	color: #ffffff;
}
.sidemenu-layout2 .sidemenu-content .widget_recent_entries .blog .blog-content span i {
	color: #ef0f3a !important;
}
.sidemenu-layout2 .sidemenu-content .widget .widget_title:before {
	background-color: #ef0f3a;
}
.home-xiazai .info-box .icon span {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    color: #0d6fb8;
    text-align: center;
    font-size: 21px;
    margin-right: 20px;
    border: 1px solid #0d6fb8;
    text-transform: capitalize;
    border-radius: 50%;
}
.home-xiazai .info-box .content .shyy a {
    color: #696e78;
    text-decoration: underline;
}
.home-xiazai .info-box .content .shyy a:hover{color: #0d6fb8;}
.widget:not(.footer-widget) {
	padding: 20px;
	margin-bottom: 40px;
	padding-top: 35px;
	background-color: #ffffff;
}
.widget:not(.footer-widget) .widget_title {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.20px;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 25px;
	margin-bottom: 30px;
}
.widget:not(.footer-widget) .widget_title:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80px;
	height: 1px;
	background-color: #0d6fb8;
}
.widget:not(.footer-widget).widget_file_link ul li {
    margin-bottom: 10px;
}
.widget:not(.footer-widget).widget_file_link ul li a {
    display: block;
    position: relative;
    font-weight: 700;
    padding: 16px 20px;
    background-color: #0d6fb8;
    color: #ffffff;
    padding-left: 74px;
}
.widget:not(.footer-widget).widget_file_link ul li a:hover{background-color: #4f8fbd;}
.widget:not(.footer-widget).widget_file_link ul li a:after, .widget:not(.footer-widget).widget_file_link ul li a:before {
    content: '\f33d';
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 30px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.widget:not(.footer-widget).widget_file_link ul li a:after {
    content: attr(data-type);
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    color: #ffffff;
    opacity: 0.15;
    font-weight: 700;
    text-transform: uppercase;
    left: 15px;
}
.widget:not(.footer-widget).widget_recent_entries .blog {
	display: flex;
	margin-bottom: 0;
	padding: 20px 0;
	border-bottom: 1px solid #f2f2f2;
}
.widget:not(.footer-widget).widget_recent_entries .blog:last-of-type {
	padding-bottom: 0;
	border-bottom: none;
}
.widget:not(.footer-widget).widget_recent_entries .blog:first-of-type {
	padding-top: 0;
}
.widget:not(.footer-widget).widget_recent_entries .blog .blog-img {
	margin-right: 20px;
	width: 80px;
	height: 80px;
}
.widget:not(.footer-widget).widget_recent_entries .blog .blog-img img {
	width: 100%;
}
.widget:not(.footer-widget).widget_recent_entries .blog .blog-content {
	width: calc(100% - 100px);
	padding: 0;
	border: none;
	margin: 0;
}
.widget:not(.footer-widget).widget_recent_entries .blog .blog-content .blog-title {
	font-size: 16px;
	line-height: 22px;
	text-transform: none;
	font-weight: 700;
	margin-bottom: 10px;
	letter-spacing: 0.03em;
}
.widget:not(.footer-widget).widget_recent_entries .blog .blog-content .blog-title a {
	line-height: inherit;
}
.widget:not(.footer-widget).widget_recent_entries .blog .blog-content span {
	font-size: 14px;
}
.widget:not(.footer-widget).widget_recent_entries .blog .blog-content span i {
	font-size: 15px;
	margin-right: 7px;
	color: #5b5657;
}
.widget:not(.footer-widget).widget_social_links ul li {
	margin-bottom: 15px;
}
.widget:not(.footer-widget).widget_offer_banner {
	padding: 0 0;
}
.widget_offer_banner {
	position: relative;
	z-index: 1;
	padding: 0;
}
.widget_offer_banner img {
	width: 100%;
}
.widget_offer_banner .link-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	z-index: 3;
}
.widget_offer_banner .price-box {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 110px;
	height: 110px;
	background-color: #0d6fb8;
	text-align: center;
	z-index: 1;
	padding-top: 33px;
	border-radius: 50%;
	transition: all ease-in-out 0.3s;
}
.widget_offer_banner .price-box:before {
	content: '';
	position: absolute;
	left: -5px;
	bottom: -5px;
	right: -5px;
	top: -5px;
	border: 2px dotted #0d6fb8;
	border-radius: 50%;
	animation: cspine 20s linear infinite;
}
.widget_offer_banner .price-box span {
	line-height: 1;
}
.widget_offer_banner .price-box span.price {
	display: block;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	line-height: 32px;
	margin: 5px 0;
}
.footer-layout3 {
	background-color: #333333;
	margin-top: -1px;
}
.footer-layout3 .footer-wid-wrap .widget_title {
	color: #ffffff;
	font-size: 22px;
	line-height: 1;
	margin-bottom: 35px;
}
.footer-layout3 .footer-wid-wrap .footer-widget {
	margin-bottom: 30px;
}
.footer-layout3 .footer-wid-wrap .widget_about .about-text {
	color: #ffffff;
	letter-spacing: 0;
	margin-bottom: 25px;
}
.flfg ul li{display: inline;margin-right: 0rem !important;}
.flfg ul li a{color: #999;}
.flfg ul li a:hover{color: #0d6fb8;}
.flfg ul li + li::before {
  content: "|";
  margin: 0 0.5rem;
  color: #999;
}
.footer-layout3 .footer-wid-wrap .widget_about .action-box .icon span {
	border: 2px solid #0d6fb8;
	padding: 3px;
	display: inline-block;
	margin-right: 15px;
	border-radius: 50%;
}
.footer-layout3 .footer-wid-wrap .widget_about .action-box .icon span i {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background-color: #0d6fb8;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	border-radius: 50%;
}
.footer-layout3 .footer-wid-wrap .widget_about .action-box .content span {
	color: #ffffff;
	font-size: 14px;
	text-transform: capitalize;
	display: inline-block;
	line-height: 1;
}
.footer-layout3 .footer-wid-wrap .widget_about .action-box .content .text {
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 0;
	line-height: 1;
}
.footer-layout3 .footer-wid-wrap .widget_about .action-box .content .text a {
	line-height: inherit;
}
.footer-layout3 .footer-wid-wrap .widget-links {
	padding-left: 30px;
}
.footer-layout3 .footer-wid-wrap .widget-links ul li {
	margin-bottom: 2px;
}
.footer-layout3 .footer-wid-wrap .widget-links ul li:last-child {
	margin-bottom: 0;
}
.footer-layout3 .footer-wid-wrap .widget-links ul li a {
	color: #ffffff;
	font-size: 16px;
}
.footer-layout3 .footer-wid-wrap .widget-links ul li a:hover {
	color: #0d6fb8;
	font-weight: 700;
}
.footer-layout3 .footer-wid-wrap .widget-links ul li a:before {
	content: '\f058';
	font-family: "Font Awesome 5 Pro";
	margin-right: 10px;
	position: relative;
	font-weight: 300;
}
.footer-layout3 .footer-wid-wrap .widget_recent_entries .blog {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.footer-layout3 .footer-wid-wrap .widget_recent_entries .blog:last-child {
	margin-bottom: 0;
}
.footer-layout3 .footer-wid-wrap .widget_recent_entries .blog .blog-img {
	width: 65px;
	height: 65px;
	margin-right: 15px;
}
.footer-layout3 .footer-wid-wrap .widget_recent_entries .blog .blog-img img {
	width: 100%;
}
.footer-layout3 .footer-wid-wrap .widget_recent_entries .blog .blog-content {
	width: calc(100% - 80px);
}
.footer-layout3 .footer-wid-wrap .widget_recent_entries .blog .blog-content .blog-title {
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	display: block;
	margin-bottom: 3px;
	text-transform: none;
}
.footer-layout3 .footer-wid-wrap .widget_recent_entries .blog .blog-content .fbsj{color: #ffffff;}
.footer-layout3 .footer-wid-wrap .widget_recent_entries .blog .blog-content span {
	color: #ffffff;
	font-size: 12px;
	display: block;
}
.footer-layout3 .footer-wid-wrap .widget-newsletter .text {
	color: #ffffff;
	line-height: 24px;
	letter-spacing: 0;
	margin-bottom: 25px;
}
.footer-layout3 .footer-wid-wrap .widget-newsletter .form-group {
	position: relative;
	margin-bottom: 20px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	transform: skewX(-10deg);
}
.footer-layout3 .footer-wid-wrap .widget-newsletter .form-group input {
	background-color: transparent;
	width: 100%;
	padding-left: 20px;
	font-size: 14px;
	color: #ffffff;
	font-weight: 300;
	border: none;
	transform: skewX(10deg);
}
.footer-layout3 .footer-wid-wrap .widget-newsletter .form-group i {
	position: absolute;
	top: 50%;
	color: #ffffff;
	right: 20px;
	font-size: 14px;
	transform: translateY(-55%) skewX(10deg);
}
.footer-layout3 .copyright-area {
	position: relative;
}
.footer-layout3 .copyright-area .copyright-logo {
	position: relative;
}
.footer-layout3 .copyright-area .inner-wrapper {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 29px 0;
}
.footer-layout3 .copyright-area .copyright .text {
	color: #999;
	margin-bottom: 0;
	font-size: 16px;
}
.footer-layout3 .copyright-area .social-links ul li {
	display: inline-block;
	margin-right: 6px;
}
.footer-layout3 .copyright-area .social-links ul li:last-child {
	margin-right: 0;
}
.footer-layout3 .copyright-area .social-links ul li a {
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	background-color: #0d6fb8;
	text-align: center;
	color: #fff;
	line-height: 45px;
	font-size: 14px;
	border-radius: 50%;
}
.footer-layout3 .copyright-area .social-links ul li a:hover {
	background-color: #4f8fbd;
	color: #ffffff;
}
.primary-bg2 {
	background-color: #0d6fb8;
}
.shape-bg-100, .service-layout3 .inner-wrapper:before, .service-layout4, .work-process-layout1:before, .work-process-layout1.wrap-layout2:after, .pricing-table-layout4, .testomonial-layout5, .contact-form-layout1 .contact-form-slider:before, .price-plan-layout1 .price-action-box, .price-plan-layout1 .price-action-box .shape1, .project-layout1:before {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
.shape-bg {
	position: absolute;
	width: auto;
	height: auto;
}
.no-shadow {
	box-shadow: none;
}
.pt-70 {
	padding-top: 70px;
}
.pt-100 {
	padding-top: 100px;
}
.pt-130 {
	padding-top: 90px;
}
.pb-70 {
	padding-bottom: 70px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pb-105 {
	padding-bottom: 105px;
}
.pb-110 {
	padding-bottom: 110px;
}
.pb-130 {
	padding-bottom: 130px;
}
@media (min-width:1200px) and (max-width:1500px) {
.about-us-sec .experiance-box .content .title {
	font-size: 18px;
	letter-spacing: 0;
	margin-bottom: 10px
}
.about-us-sec .experiance-box .content .main-title {
	top: -27px;
	left: 25px;
	font-size: 38px;
	letter-spacing: 2px
}
.about-wrap-layout1 .action-area .action-box .content .text {
	font-size: 22px
}
.about-wrap-layout1 .action-area .action-box .icon span {
	font-size: 38px
}
.about-wrap-layout1 .widget_offer_banner .price-box {
	top: 8px;
	right: 8px;
	width: 100px;
	height: 100px;
	-webkit-transform: scale(.7);
	-ms-transform: scale(.7);
	transform: scale(.7)
}
.about-wrap-layout1 .about-title {
	font-size: 42px
}
.about-wrap-layout1 .about-title span {
	font-size: 68px
}
header .main-menu ul li {
	margin: 0 15px
}
.ruida-bg .shape-bg {
	max-width: 270px
}
.blog-layout2 .popular-blog .blog .blog-content {
	padding: 30px
}
.blog-layout2 .popular-blog .blog .blog-content .blog-title {
	font-size: 17px
}
.blog-layout2 .popular-blog .blog .blog-meta {
	margin-bottom: 10px
}
.blog-layout2 .blog .blog-meta span {
	margin-right: 20px
}
.blog-layout2 .latest-blog .blog-content {
	padding: 0 25px;
	padding-bottom: 15px
}
.blog-layout2 .latest-blog .blog-content .blog-title {
	padding-right: 0
}
.service-layout3 .inner-wrapper {
	padding: 0 80px;
	padding-bottom: 95px
}
.service-layout3 .slick-slider {
	padding: 0 0
}
.service-layout3 .inner-wrapper::before {
	left: 0;
	right: 0;
	bottom: 0
}
.service-layout3 .slick-slider .slick-arrow {
	left: -74px;
	width: 66px;
	height: 66px;
	font-size: 18px;
	padding: 7px;
	top: 45%;
	overflow: hidden
}
.service-layout3 .slick-slider .slick-arrow i {
	line-height: 51px
}
.service-layout3 .slick-slider .slick-arrow.slick-next {
	left: auto;
	right: -74px
}
.work-process-layout3 .shape-bg {
	bottom: 45px
}
.footer-layout3 .copyright-area::before {
	max-width: 370px
}
.widget_offer_banner .price-box {
	top: 10px;
	right: 10px;
	width: 100px;
	height: 100px
}
.team-layout4 .team-member .member-thumb-img {
	width: 150px;
	height: 150px;
	margin: 0 auto;
	border-width: 2px;
	padding: 7px;
	margin-bottom: 20px
}
.team-layout4 .team-member {
	padding: 40px 0
}
.team-layout4 .team-member ul li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 14px
}
.widget:not(.footer-widget) {
	padding: 30px;
	margin-bottom: 30px;
	padding-top: 25px
}
.widget:not(.footer-widget).widget_categories ul li a {
	font-size: 14px
}
.widget:not(.footer-widget).widget_recent_entries .blog .blog-content .blog-title {
	font-size: 14px;
	margin-bottom: 10px
}
.footer-layout3 .footer-wid-wrap .widget-links ul li a {
	line-height: 1.2;
	font-size: 16px
}
}
@media (min-width:992px) and (max-width:1199.98px) {
.pb-150 {
	padding-bottom: 130px
}
.about-wrap-layout2 .action-area .action-btn, .about-wrap-layout2 .shape-bg, .appointment-form-layout1 .shape-bg, .ruida-bg .shape-bg, .brand-layout1 .bg-shape, .contact-form-layout1 .contact-form-slider, .contact-form-layout1::before, .contact-form-layout3 .shape-bg, .faq-layout3 .shape2, .header-layout2 .main-menu ul li ul::before, .project-layout1 .axivis-project .project-content::before, .project-layout1 .shape-bg, .service-layout3 .shape-bg, .team-layout2::after, .work-process-layout2 .shape-bg, .work-process-layout2 .work-process::before, .work-process-layout2::after, .work-process-layout3 .shape-bg {
	display: none
}
header .main-menu>ul>li {
	margin: 0 7px
}
.about-us-sec.about-wrap-layout1 .experiance-box {
	padding: 30px 20px;
	min-width: 100%;
	margin-top: -30px;
	right: -20px
}
.about-us-sec.about-wrap-layout1 .experiance-box .content .title {
	font-size: 18px;
	letter-spacing: 0;
	margin-bottom: 8px
}
.about-us-sec.about-wrap-layout1 .experiance-box .content .main-title {
	top: -25px;
	left: 20px;
	font-size: 32px;
	letter-spacing: 2px
}
.about-wrap-layout1 .about-title {
	font-size: 42px;
	letter-spacing: 1px
}
.about-wrap-layout1 .about-title span {
	font-size: 66px
}
.about-wrap-layout1 .action-area {
	margin-top: 40px;
	padding-left: 0
}
.estimator-title-area {
	text-align: center;
	margin-bottom: 40px
}
.about-wrap-layout1 .action-btn {
	padding-right: 15px
}
.hero-layout2 {
	margin-top: 0;
	padding-top: 0
}
.header-layout2 .main-menu ul li a {
	color: #fff;
	font-weight: 500
}
.header-layout2::before {
	display: none
}
.header-layout2 .header-btn button {
	color: #5b5657;
	margin-right: 21px
}
.hero-layout2 .ls-bottom-nav-wrapper {
	right: 2%
}
.repair-estimator-layout2 .inner-wrap {
	padding: 60px 40px;
	padding-bottom: 60px;
	margin-top: 0
}
.repair-estimator-wrap.repair-estimator-layout2.pb-150.secondary-bg2 {
	padding-bottom: 100px;
	padding-top: 100px
}
.repair-estimator-layout2 .estimator-title-area {
	padding-bottom: 0
}
.repair-estimator-wrap form.estimator-form {
	margin-left: 0
}
.service-layout2 .shape-bg {
	top: 0;
	max-width: 200px
}
.header-layout2 .main-menu ul li ul {
	border-top: 4px solid var(--theme-clr2)
}
.section-title2 .title::before {
	font-size: 104px
}
.blog-layout2 .popular-blog .blog .blog-meta {
	margin-bottom: 12px
}
.service-layout3 .slick-slider {
	padding: 0 0
}
.service-layout3 .inner-wrapper::before {
	left: 0;
	right: 0
}
.service-layout3 .inner-wrapper {
	padding: 0 70px;
	padding-bottom: 85px
}
.service-layout3 .slick-slider .slick-arrow {
	overflow: hidden;
	left: -72px
}
.service-layout3 .slick-slider .slick-arrow.slick-next {
	left: auto;
	right: -72px
}
.work-process-layout3 .row>div:nth-child(odd) .work-process {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	text-align: left
}
.work-process-layout3 .row>div:nth-child(odd) .work-process .icon span {
	margin-right: 20px;
	margin-left: 0
}
.work-process-layout3 .work-process {
	margin-bottom: 60px
}
.work-process-layout3 .section-title3 {
	margin-bottom: 80px
}
.footer-layout3 .copyright-area::before {
	max-width: 370px
}
.footer-layout3 .copyright-area .social-links ul li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 12px
}
.footer-layout3 .footer-wid-wrap .widget-links {
	padding-left: 0
}
.team-layout4 .team-member .member-thumb-img {
	width: 150px;
	height: 150px;
	margin: 0 auto;
	border-width: 2px;
	padding: 7px;
	margin-bottom: 20px
}
.team-layout4 .team-member {
	padding: 45px 0
}
.team-layout4 .team-member ul li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 14px
}
.widget:not(.footer-widget) {
	padding: 20px;
	margin-bottom: 30px;
	padding-top: 15px
}
.widget:not(.footer-widget) .widget_title {
	font-size: 20px;
	letter-spacing: 0;
	padding-bottom: 15px;
	margin-bottom: 20px
}
.widget:not(.footer-widget).widget_recent_entries .blog .blog-content .blog-title {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 8px
}
.sticky-header-wrap .main-menu ul li {
	margin: 0 8px
}
.header2-overlay {
	position: static
}
}
@media (min-width:768px) and (max-width:991.98px) {
.about-wrap-layout2 .shape-bg, .appointment-form-layout1 .shape-bg, .brand-layout1 .bg-shape, .contact-form-layout1 .contact-form-slider, .contact-form-layout1::before, .contact-form-layout2 .shape2, .contact-form-layout3 .shape-bg, .ruida-bg .shape-bg, .faq-layout3 .shape-bg, .featured-layout2::before, .header-layout2 .header-btn, .header-layout2::before, .header-middle-layout3::before, .header-top-wrap.header-top-layout2, .pricing-table-layout2 .pricing-table .price-plan span.shape, .pricing-table-layout4 .shape-bg, .project-layout1 .axivis-project .project-content::before, .project-layout1 .shape-bg, .service-layout2 .shape-bg, .service-layout3 .shape-bg, .team-layout2::after, .team-layout2::before, .testomonial-layout2 .shape-bg, .testomonial-layout3 span.quote-top, .work-process-layout2 .shape-bg, .work-process-layout2 .work-process::before, .work-process-layout2::after, .work-process-layout2::before, .work-process-layout3 .shape-bg {
	display: none
}
.pb-150 {
	padding-bottom: 100px
}
.pb-130 {
	padding-bottom: 80px
}
.pb-120 {
	padding-bottom: 70px
}
.pb-110 {
	padding-bottom: 60px
}
.pb-100 {
	padding-bottom: 50px
}
.pb-90 {
	padding-bottom: 50px
}
.pb-80 {
	padding-bottom: 50px
}
.pb-70 {
	padding-bottom: 40px
}
.pt-155 {
	padding-top: 95px
}
.pt-130 {
	padding-top: 80px
}
.pt-125 {
	padding-top: 75px;
}
.pt-120 {
	padding-top: 70px
}
.pt-100 {
	padding-top: 50px
}
.about-wrap-layout1 .about-title {
	font-size: 42px;
	letter-spacing: 0;
	margin-bottom: 25px
}
.about-wrap-layout1 .about-title span {
	font-size: 68px
}
.about-wrap-layout1 .about-us-img img {
	width: 100%
}
.about-us-sec .experiance-box {
	padding: 50px 40px;
	min-width: auto;
	margin-top: -60px;
	right: -20px;
	max-width: 70%
}
.about-wrap-layout1 .about-us-content {
	margin-left: 0;
	padding-top: 60px
}
.about-wrap-layout1 .action-area {
	position: relative;
	margin-top: 40px;
	padding-left: 0
}
.about-wrap-layout1 .action-area .action-box {
	padding-right: 20px;
	margin-right: 20px;
	position: relative
}
.estimator-title-area {
	text-align: center;
	margin-bottom: 40px
}
.repair-estimator-wrap form.estimator-form {
	margin-left: 0
}
.repair-estimator-wrap form.estimator-form .form-group .primary-btn {
	width: 100%
}
header .container {
	max-width: 100%
}
.about-wrap-layout1 .action-btn {
	padding-right: 15px
}
.hero-layout2 {
	margin-top: 0;
	padding-top: 0
}
.repair-estimator-layout2 .inner-wrap {
	padding: 40px 40px;
	padding-bottom: 25px;
	margin-top: 0
}
.hero-layout2 .ls-bottom-nav-wrapper {
	right: 2%
}
.repair-estimator-layout2 {
	padding-top: 80px;
	padding-bottom: 80px
}
.repair-estimator-layout2 .estimator-title-area .title {
	font-size: 32px
}
.repair-estimator-layout2 .estimator-title-area .text {
	font-size: 15px
}
.repair-estimator-wrap .estimator-title-area {
	padding-bottom: 0;
	margin-bottom: 25px
}
.section-title2 .title {
	font-size: 36px
}
.section-title2 {
	padding-bottom: 45px
}
.section-title2 .title::before {
	font-size: 78px;
	margin-top: -13px
}
.blog-layout2 .latest-blog .blog-content .blog-title {
	font-size: 17px;
	line-height: 20px;
	padding-right: 0;
	margin-bottom: 10px
}
.blog-layout2 .latest-blog .blog-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	padding: 0 20px;
	padding-bottom: 0
}
.blog-layout2 .latest-blog .blog-content p {
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 20px
}
.blog-layout2 .latest-blog .blog-meta {
	padding-bottom: 10px;
	margin-bottom: 15px;
	margin-right: 0
}
.blog-layout2 .popular-blog .blog .blog-content {
	padding: 15px
}
.blog-layout2 .popular-blog .blog .blog-content .blog-title {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 15px
}
.blog-layout2 .popular-blog .blog .blog-meta {
	padding-bottom: 10px;
	margin-bottom: 12px
}
.blog-layout2 .blog .blog-meta span {
	font-size: 13px;
	margin-right: 10px
}
.blog-layout2 .blog .blog-meta span i {
	font-size: 13px;
	margin-right: 7px
}
.service-layout3 .scroll-btn {
	top: -60px;
	padding-top: 35px;
	max-height: 120px
}
.service-layout3 .slick-slider {
	padding: 0
}
.section-title3 .title {
	font-size: 36px;
	letter-spacing: 0;
	margin-bottom: 25px
}
.service-layout3 .section-title3 {
	margin-bottom: 20px
}
.service-layout3 .inner-wrapper {
	padding-bottom: 65px;
	padding-right: 40px;
	padding-left: 50px
}
.service-layout3 .inner-wrapper::before {
	max-height: 550px
}
.service-layout3 .slick-slider .slick-arrow {
	left: -67px;
	top: 56%;
	width: 56px;
	height: 56px;
	font-size: 16px;
	padding: 6px;
	overflow: hidden
}
.service-layout3 .slick-slider .slick-arrow i {
	line-height: 44px
}
.service-layout3 .slick-slider .slick-arrow.slick-next {
	left: auto;
	right: -55px
}
.work-process-layout3 .row>div:nth-child(odd) .work-process {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	text-align: left
}
.work-process-layout3 .row>div:nth-child(odd) .work-process .icon span {
	margin-right: 15px;
	margin-left: 0
}
.work-process-layout3 .work-process {
	margin-bottom: 60px
}
.work-process-layout3 .section-title3 {
	margin-bottom: 80px
}
.work-process-layout3 .row>div:nth-child(2n) .work-process {
	margin-right: 0;
	margin-left: 0
}
.work-process-layout3 .work-process .process-content .title {
	font-size: 19px;
	margin-bottom: 6px
}
.work-process-layout3 .work-process .icon span {
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 35px;
	margin-right: 15px
}
.work-process-layout3 .work-process .process-content {
	width: -webkit-calc(100% - 95px);
	width: -moz-calc(100% - 95px);
	width: calc(100% - 95px)
}
.work-process-layout3 .work-process .process-content .text {
	margin-bottom: 00;
	font-size: 14px
}
.section-title3 .icon {
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 38px
}
.footer-layout3 .footer-wid-wrap .widget-links {
	padding-left: 0
}
.footer-layout3 .copyright-area::before {
	max-width: 350px
}
.widget_offer_banner {
	margin: 0 auto;
	max-width: 350px
}
.team-layout4 .team-member .member-thumb-img {
	width: 150px;
	height: 150px;
	margin: 0 auto;
	border-width: 2px;
	padding: 7px;
	margin-bottom: 20px
}
.team-layout4 .team-member {
	padding: 60px 0
}
.team-layout4 .team-member ul li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 14px
}
.header2-overlay {
	position: static
}
.footer-layout3 .footer-wid-wrap.pt-100 {
	padding-top: 70px;
}
}
@media (max-width:767.98px) {
.about-wrap-layout1 .action-area .action-box::before, .about-wrap-layout1:before, .about-wrap-layout2 .action-area .action-box::before, .about-wrap-layout2 .shape-bg, .about-wrap-layout4 .about-us-img .big-img::after, .about-wrap-layout4 .about-us-img .big-img::before, .about-wrap-layout4 .about-us-img .small-img::after, .about-wrap-layout4 .about-us-img .small-img::before, .about-wrap-layout4 .about-us-img::before, .appointment-form-layout1 .shape-bg, .brand-layout1 .bg-shape, .contact-form-layout1 .contact-form-slider, .contact-form-layout1::before, .contact-form-layout2 .shape-bg, .contact-form-layout3 .shape-bg, .faq-layout3 .shape-bg, .featured-layout2::before, .footer-layout3 .copyright-area::before, .header-layout2 .header-btn, .header-layout2::before, .header-layout3 .header-top-wrap, .header-middle-layout3::before, .header-top-wrap.header-top-layout2, .hero-layout2 .ls-bottom-nav-wrapper, .hero-layout3 .small-title:after, .hero-layout3 .small-title:before, .price-plan-layout1 .price-action-box .shape, .pricing-table-layout2 .pricing-table .price-plan span.shape, .pricing-table-layout4 .shape-bg, .project-layout1 .axivis-project .project-content::before, .project-layout1 .shape-bg, .service-layout2 .shape-bg, .service-layout3 .inner-wrapper::before, .service-layout3 .shape-bg, .ruida-bg .shape-bg, .shape-bg.shape-br, .team-layout2::after, .team-layout2::before, .testomonial-layout2 .shape-bg, .testomonial-layout3 span.quote-top, .testomonial-layout4 .single-testomonial .testomonial-content .quote, .work-process-layout1:before, .work-process-layout2 .shape-bg, .work-process-layout2 .work-process::before, .work-process-layout2::after, .work-process-layout2::before, .work-process-layout3 .shape-bg {
	display: none
}
.pb-150 {
	padding-bottom: 60px
}
.pb-130 {
	padding-bottom: 60px
}
.pb-120 {
	padding-bottom: 50px
}
.pb-110 {
	padding-bottom: 40px
}
.pb-100 {
	padding-bottom: 30px
}
.pb-90 {
	padding-bottom: 40px
}
.pb-80 {
	padding-bottom: 40px
}
.pb-70 {
	padding-bottom: 30px
}
.pt-155 {
	padding-top: 75px
}
.pt-130 {
	padding-top: 60px
}
.pt-125 {
	padding-top: 55px;
}
.pt-120 {
	padding-top: 50px
}
.pt-110 {
	padding-top: 40px
}
.pt-100 {
	padding-top: 30px
}
.section-title {
	padding: 0 0;
	padding-bottom: 15px
}
.section-title .title {
	font-size: 28px
}
.about-us-sec .experiance-box .content .main-title, .header-top-layout1 {
	display: none
}
.about-wrap-layout1 .about-title {
	font-size: 30px;
	letter-spacing: 0;
	margin-bottom: 23px
}
.about-wrap-layout1 .about-title span {
	font-size: 58px
}
.about-wrap-layout1 .about-us-img img {
	width: 100%
}
.about-us-sec .experiance-box {
	padding: 30px 20px;
	min-width: auto;
	margin-top: 40px;
	right: 0;
	background-image: none;
	background-color: var(--theme-clr1)
}
.about-us-sec .experiance-box .content {
	width: -moz-calc(100%);
	width: 100%
}
.about-us-sec .experiance-box .content .title {
	font-size: 19px;
	letter-spacing: 0;
	margin-bottom: 10px
}
.about-us-sec .experiance-box .icon {
	margin-bottom: 30px
}
.about-wrap-layout1 .about-us-content {
	margin-left: 0;
	padding-top: 40px
}
.about-wrap-layout1 .sub-title {
	font-size: 18px;
	letter-spacing: 0;
	margin-bottom: 10px
}
.about-wrap-layout1 .action-area {
	margin-top: 15px;
	padding-left: 0
}
.about-wrap-layout1 .action-area .action-box .icon span {
	font-size: 38px;
	margin-bottom: 0
}
.about-wrap-layout1 .action-area .action-box {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
	margin-bottom: 10px
}
.about-wrap-layout1 .action-btn {
	float: none;
	margin-top: 20px
}
.estimator-title-area {
	text-align: center;
	margin-bottom: 30px
}
.repair-estimator-wrap .estimator-title-area .title {
	margin-bottom: 0;
	font-size: 24px
}
.repair-estimator-wrap .estimator-title-area .text {
	font-size: 16px;
	margin-bottom: 0
}
.repair-estimator-wrap form.estimator-form {
	margin-left: 0
}
.repair-estimator-wrap form.estimator-form .primary-btn {
	width: 100%;
	overflow: hidden
}
header .container {
	max-width: 100%
}
.blog-layout2 .latest-blog .blog-content .blog-title {
	font-size: 18px;
	line-height: 18px;
	padding-right: 0;
	margin-bottom: 10px
}
.blog-layout2 .latest-blog .blog-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	padding: 0 20px;
	padding-bottom: 0
}
.blog-layout2 .latest-blog .blog-content p {
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 20px
}
.blog-layout2 .latest-blog .blog-meta {
	padding-bottom: 10px;
	margin-bottom: 15px;
	margin-right: 0
}
.blog-layout2 .popular-blog .blog .blog-content {
	padding: 15px
}
.blog-layout2 .popular-blog .blog .blog-content .blog-title {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 15px
}
.blog-layout2 .popular-blog .blog .blog-meta {
	padding-bottom: 10px;
	margin-bottom: 12px
}
.blog-layout2 .blog .blog-meta span {
	font-size: 13px;
	margin-right: 10px
}
.blog-layout2 .blog .blog-meta span i {
	font-size: 13px;
	margin-right: 7px
}
.hero-layout2 {
	margin-top: 0;
	padding-top: 0
}
.repair-estimator-layout2 .inner-wrap {
	padding: 20px 15px;
	padding-bottom: 15px;
	margin-top: 0
}
.section-title2 .title {
	font-size: 26px;
	line-height: .8;
	margin-bottom: 16px
}
.section-title2 .title::before {
	font-size: 54px;
	margin-top: -7px
}
.section-title2 {
	padding-bottom: 35px
}
.repair-estimator-layout2 form.estimator-form .primary-btn {
	width: 90% !important;
	margin: 0 auto !important
}
.repair-estimator-layout2 .estimator-title-area {
	padding-bottom: 0
}
.mobile-menu-wrapper .mean-menu-area {
	max-width: 230px
}
.service-layout3 .scroll-btn {
	position: absolute;
	top: -23px;
	z-index: 99;
	padding-top: 10px;
	max-height: 60px;
	max-width: 100%
}
.section-title3 .title {
	font-size: 26px;
	letter-spacing: 0;
	margin-bottom: 20px
}
.section-title3 .icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 34px;
	margin-bottom: 20px
}
.service-layout3 .section-title3 {
	margin-bottom: 0
}
.service-layout3 .slick-slider {
	padding: 0 0
}
.service-layout3 .inner-wrapper {
	padding-bottom: 0
}
.service-slider2-active {
	max-width: 360px;
	margin: 0 auto !important
}
.work-process-layout3 .row>div:nth-child(odd) .work-process {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	text-align: left
}
.work-process-layout3 .row>div:nth-child(2n+1) .work-process .icon span {
	margin-right: 15px;
	margin-left: 0
}
.work-process-layout3 .work-process {
	margin-bottom: 20px
}
.work-process-layout3 .section-title3 {
	margin-bottom: 80px
}
.work-process-layout3 .row>div:nth-child(2n) .work-process {
	margin-right: 0;
	margin-left: 0
}
.work-process-layout3 .work-process .process-content .title {
	font-size: 17px;
	margin-bottom: 2px
}
.work-process-layout3 .work-process .icon span {
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 26px;
	margin-right: 15px
}
.work-process-layout3 .work-process .process-content {
	width: -webkit-calc(100% - 75px);
	width: -moz-calc(100% - 75px);
	width: calc(100% - 75px)
}
.work-process-layout3 .work-process .process-content .text {
	margin-bottom: 00;
	font-size: 14px
}
.section-title3 .icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 32px
}
.work-process-layout3 .section-title3 {
	margin-bottom: 45px
}
.section-title3 {
	padding-bottom: 20px;
	margin-bottom: 45px
}
.footer-layout3 .copyright-area .copyright .text {
	font-size: 13px
}
.footer-layout3 .copyright-area .inner-wrapper {
	padding: 14px 0
}
.footer-layout3 .footer-wid-wrap .widget_title {
	font-size: 18px;
	margin-bottom: 15px
}
.footer-layout3 .footer-wid-wrap .widget-links {
	padding-left: 0
}
.footer-layout3 .footer-wid-wrap .widget-newsletter .text {
	line-height: 24px;
	margin-bottom: 15px;
	font-size: 14px
}
.footer-layout3 .footer-wid-wrap .widget_about .about-text {
	margin-bottom: 15px;
	font-size: 14px
}
.widget_offer_banner {
	margin: 0 auto;
	max-width: 350px
}
.section-title .title {
	font-size: 28px;
	margin-bottom: 15px
}
.team-layout4 .team-member .member-thumb-img {
	width: 150px;
	height: 150px;
	margin: 0 auto;
	border-width: 2px;
	padding: 7px;
	margin-bottom: 20px
}
.team-layout4 .team-member {
	padding: 60px 0;
	margin: 0 auto;
	margin-bottom: 20px;
	max-width: 340px
}
.team-layout4 .team-member ul li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 14px
}
.widget:not(.footer-widget) {
	padding: 20px 15px;
	margin-bottom: 40px;
	padding-top: 20px
}
.hero-layout2 .ls-bottom-nav-wrapper {
	display: none !important
}
header .header-logo {
	padding: 10px 0
}
.menuToggleBtn {
	font-size: 28px;
	margin-right: 10px
}
.sticky-header-wrap .logo {
	padding: 10px 0;
	max-width: 90px
}
.header2-overlay {
	position: static
}
.repair-estimator-layout2 {
	padding-top: 60px;
}
.footer-layout3 .footer-wid-wrap.pt-100 {
	padding-top: 60px;
}
.service-layout3.pb-110 {
	padding-bottom: 30px;
}
}
.biaodanyzm {
	text-align: right
}
.biaodanyzm .bdyzm {
	color: #696e78;
	padding: 10px 20px;
	background-color: #ffffff;
	border: 1px solid #e2e2e2
}
.vs-product-layout1 .product-sort-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.vs-product-layout1 .product-sort-bar .sort-box {
	width: 210px;
}
.vs-product-layout1 .product-sort-bar .bar-title {
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	margin-bottom: 0;
	color: #5b5657;
	letter-spacing: 0;
}
.vs-product-layout1 .product-sort-bar .sort-bar-left, .vs-product-layout1 .product-sort-bar .sort-bar-right {
	margin-bottom: 20px;
}
.vs-product-layout1 .vs-product {
	margin-bottom: 30px;
	border: 1px solid #eee;
	position: relative;
}
.vs-product-layout1 .vs-product .product-header {
	position: relative;
	overflow: hidden;
}
.vs-product-layout1 .vs-product .product-header .slick-arrow {
	top: 50%;
	left: -50px;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
	width: 35px;
	height: 35px;
	font-size: 14px;
	line-height: 35px;
	transform: translateY(-50%);
	transition: all ease 0.4s;
}
.vs-product-layout1 .vs-product .product-header .slick-arrow:after {
	display: none;
}
.vs-product-layout1 .vs-product .product-header .slick-arrow:hover {
	background-color: #0d6fb8;
	color: #fff;
}
.vs-product-layout1 .vs-product .product-header .slick-arrow.slick-next {
	left: auto;
	right: -50px;
}
.vs-product-layout1 .vs-product .product-header ul.slick-dots {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 3;
	line-height: 0;
	margin: 0;
	padding: 0;
}
.vs-product-layout1 .vs-product .product-header ul.slick-dots li {
	display: inline-block;
	margin-right: 7px;
	line-height: 0;
}
.vs-product-layout1 .vs-product .product-header ul.slick-dots li.slick-active button {
	width: 15px;
}
.vs-product-layout1 .vs-product .product-header ul.slick-dots li button {
	font-size: 0;
	border: none;
	background-color: #0d6fb8;
	line-height: 0;
	padding: 0;
	width: 9px;
	height: 9px;
}
.vs-product-layout1 .vs-product .product-header:after, .vs-product-layout1 .vs-product .product-header:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.15);
	z-index: 1;
	transition: all ease 0.4s;
}
.vs-product-layout1 .vs-product .product-header:after {
	left: auto;
	right: 0;
}
.vs-product-layout1 .vs-product .product-img {
	overflow: hidden;
	margin-block-start: 0;
    margin-block-end: 0;
}
.vs-product-layout1 .vs-product .product-img img {
	width: 100%;
	transform: scale(1.001);
	transition: all ease 0.4s;
}
.vs-product-layout1 .vs-product .product-body {
	padding: 20px;
	height: 155px;
}
.vs-product-layout1 .vs-product .discount {
	background-color: #5b5657;
	color: #ffffff;
	display: inline-block;
	line-height: 1;
	padding: 7px 10px;
	font-size: 14px;
	z-index: 2;
	border-radius: 3px;
	position: absolute;
	left: 20px;
	top: 20px;
}
.vs-product-layout1 .vs-product .action-buttons {
	position: absolute;
	left: 50%;
	bottom: -50px;
	z-index: 3;
	transform: translateX(-50%);
	transition: all ease 0.4s;
	opacity: 0;
	visibility: hidden;
}
.vs-product-layout1 .vs-product .action-buttons a {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 7px;
	background-color: #0d6fb8;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
}
.vs-product-layout1 .vs-product .action-buttons a:hover {
	background-color: #fff;
	color: #5b5657;
}
.vs-product-layout1 .vs-product .action-buttons a:last-child {
	margin-right: 0;
}
.vs-product-layout1 .vs-product .price {
	font-size: 14px;
	color: #5b5657;
	font-weight: 700;
	margin-bottom: 5px;
}
.vs-product-layout1 .vs-product .price del {
	color: #696e78;
	font-size: 14px;
	margin-right: 5px;
}
.vs-product-layout1 .vs-product .product-title {
	font-size: 16px;
	text-transform: none;
	margin-bottom: 5px;
	letter-spacing: 0;
	line-height: 1;
}
.vs-product-layout1 .vs-product .rating span {
	margin-right: 0;
	font-size: 14px;
}
.vs-product-layout1 .vs-product .rating span i {
	color: #ffd200;
	font-size: 14px;
}
.vs-product-layout1 .vs-product:hover .product-header .slick-arrow {
	left: 15px;
	opacity: 1;
	visibility: visible;
}
.vs-product-layout1 .vs-product:hover .product-header .slick-arrow.slick-next {
	left: auto;
	right: 15px;
}
.vs-product-layout1 .vs-product:hover .product-header:after, .vs-product-layout1 .vs-product:hover .product-header:before {
	width: 50%;
}
.vs-product-layout1 .vs-product:hover .product-img img {
	transform: scale(1.05);
}
.vs-product-layout1 .vs-product:hover .action-buttons {
	opacity: 1;
	visibility: visible;
	bottom: 20px;
	transition-delay: 0.4s;
}
.vs-product-layout1 .widget {
	border: 1px solid #eee;
}
.fa-eye:before {
	content: "\f06e";
}
.fa-star:before {
	content: "\f005";
}
.chanpin-sdcs {
	font-weight: 700;
	color: #0d6fb8;
}
@media (max-width: 1500px) {
.vs-product-layout1 .vs-product .product-title {
	font-size: 16px;
}
.vs-product-layout1 .vs-product .price {
	margin-bottom: 0;
}
}
@media (max-width: 1199px) {
.vs-product-layout1 .vs-product .product-title {
	font-size: 18px;
}
.vs-product-layout1 .vs-product .rating span i {
	font-size: 12px;
}
}
@media (max-width: 600px) {
.vs-product-layout1 .product-sort-bar {
	display: block;
	text-align: center;
}
.vs-product-layout1 .product-sort-bar .bar-title {
	line-height: 1;
}
.vs-product-layout1 .product-sort-bar .sort-box {
	width: 210px;
	margin: 0 auto;
}
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.image-list .cover{
	position: relative;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 30px;
}
.factory-gallery figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  box-shadow: hsl(0, 0%, 80%) 0 0 20px;
}

.factory-gallery img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}

.factory-gallery figure:hover img {
  transform: scale(1.05);
}

.factory-gallery figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 15px;
  font-size: 14px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0.8;
  text-align: center;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transform: translateY(100%);
}

.factory-gallery figure:hover figcaption {
  opacity: 1;
  transform: translateY(0);
}
.section-padding{
    padding: 60px 0;
}
.about-chejian{background: #f6f6f6;}
.about-show h2{
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 0.20px;
    margin-bottom: 15px;
	line-height: 1.4;
}
.about-show h3{
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 0.20px;
    margin-bottom: 15px;
	line-height: 1.4;
}
.about-show h6{
    font-size: 20px;
    font-weight: 600;
	color: #0d6fb8;
}
.about-hs {
    color: #0d6fb8;
}
@media (max-width: 992px){
	.image-list .cover{
	flex: 0 0 50%;
    max-width: 50%;}
	.about-show h3{font-size: 20px;}
}
@media (max-width: 1200px){
.col-xzai-2{flex: 0 0 25%;max-width: 20%;}
.col-xzai-10{flex: 0 0 75%;max-width: 80%;}
}
@media (min-width: 768px){
}
@media (min-width: 992px){
.image-list .cover{
	flex: 0 0 50%;
    max-width: 50%;}
.flex-lg-row-reverse {
	-ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse !important;
}
}
@media (min-width: 1200px){
	.image-list .cover{
	flex: 0 0 25%;
    max-width: 25%;}
}