#sw-firstScreen-006--0 {
	position: relative;
	background: #fff;
}

#sw-firstScreen-006--0 img {
	filter: alpha(opacity=90);
	opacity: 0.9;
}

#sw-firstScreen-006--0 .item {
	position: relative;
}

#sw-firstScreen-006--0 .textW {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-webkit-transform: translate3d(0, -50%, 0);
	-o-transform: translate3d(0, -50%, 0);
}

#sw-firstScreen-006--0 .title {
	font-size: 80px;
	font-weight: bold;
	color: var(--font);
}

#sw-firstScreen-006--0 .desc {
	font-size: 18px;
	margin-top: 40px;
	color: #2A2A2A;
}

#sw-firstScreen-006--0 .btnW {
	margin-top: 30px;
	text-transform: uppercase;
	font-size: 12px;
}

#sw-firstScreen-006--0 .btnW a {
	display: inline-block;
	overflow: hidden;
	transition: all 0.6s ease;
	vertical-align: middle;
	padding: 15px 20px;
	margin-right: 15px;
	letter-spacing: 1px;
}

#sw-firstScreen-006--0 .btnW a:hover {
	background: #202020;
	text-shadow: -400px 0 0 #fff, 0 0 0 #fff;
}

#sw-firstScreen-006--0 .btnW a:last-child {
	margin-right: 0;
}

#sw-firstScreen-006--0 .btn1 {
	color: transparent !important;
	background: var(--brand);
	text-shadow: 0 0 0 #fff, 400px 0 0 #fff;
}

#sw-firstScreen-006--0 .btn2 {
	color: transparent !important;
	background: var(--secondary);
	text-shadow: 0 0 0 #fff, 400px 0 0 #fff;
}

#sw-firstScreen-006--0 .slickW .slick-prev,
#sw-firstScreen-006--0 .slickW .slick-next {
	font-size: 40px;
	color: #2A2A2A;
}

#sw-firstScreen-006--0 .slickW .slick-prev:before {
	content: "\e625";
}

#sw-firstScreen-006--0 .slickW .slick-next:before {
	content: "\e628";
}

#sw-firstScreen-006--0 .slickW .slick-dots li button {
	width: 10px;
	height: 10px;
	background: #B7B9BC;
}

#sw-firstScreen-006--0 .slickW .slick-dots li.slick-active button {
	background: #000;
}

@media screen and (max-width: 1400px) {
	#sw-firstScreen-006--0 .title {
		font-size: 60px;
	}
}

@media screen and (max-width: 875px) {
	#sw-firstScreen-006--0 .textW {
		display: none;
	}

	#sw-firstScreen-006--0 .title {
		font-size: 30px;
	}

	#sw-firstScreen-006--0 .desc {
		margin-top: 15px;
		font-size: 14px;
	}

	#sw-firstScreen-006--0 .btnW {
		margin-top: 30px;
	}

	#sw-firstScreen-006--0 .btnW a {
		padding: 10px 15px;
	}

	#sw-firstScreen-006--0 .slickW .slick-prev,
	#sw-firstScreen-006--0 .slickW .slick-next {
		font-size: 24px;
	}
}



#sw-about-011--0 .aboutusbox .aboutbox {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#sw-about-011--0 .aboutusbox .aboutbox .titlebox {
	/* padding-top: 50px; */
	/* padding-bottom: 50px; */
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

    #sw-about-011--0 .aboutusbox .aboutbox .titlebox .txtbox .tit {
        font-size: 40px;
        font-weight: normal;
        color: var(--brand);
    }

#sw-about-011--0 .aboutusbox .aboutbox .titlebox .txtbox .desc {
	font-size: 15px;
	font-weight: 300;
	color: #FFFFFF;
	opacity: 0.51;
}

#sw-about-011--0 .aboutusbox .aboutbox .titlebox .btn {
	display: inline-block;
	background: var(--brand);
	border-radius: 8px;
	padding: 15px 20px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	height: fit-content;
}

@media screen and (max-width: 768px) {
	#sw-about-011--0 .aboutusbox .aboutbox .titlebox {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	#sw-about-011--0 .aboutusbox .aboutbox .titlebox .txtbox {
		margin-bottom: 15px;
	}

	#sw-about-011--0 .aboutusbox .aboutbox .titlebox .txtbox .tit {
		font-size: 26px;
	}

	#sw-about-011--0 .aboutusbox .aboutbox .titlebox .btn {
		padding: 10px 15px;
	}
}

#sw-about-011--0 .aboutusbox .aboutbox .contentbox {
	/* padding-top: 45px;
  padding-bottom: 70px; */
	justify-content: flex-end;
	position: relative;
}

#sw-about-011--0 .aboutusbox .aboutbox .contentbox .left-item {
	width: 25%;
	position: absolute;
	left: 0px;
	padding-right: 15px;
	box-sizing: border-box;
}

#sw-about-011--0 .aboutusbox .aboutbox .contentbox .left-item .item {
	background: var(--brand);
	border-radius: 6px;
	padding: 32px 27px;
	margin-bottom: 20px;
}

#sw-about-011--0 .aboutusbox .aboutbox .contentbox .left-item .item .p1 {
	font-size: 58px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 1.2;
}

#sw-about-011--0 .aboutusbox .aboutbox .contentbox .left-item .item .p2 {
	line-height: 1.2;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

#sw-about-011--0 .aboutusbox .aboutbox .contentbox .left-item .item:last-child {
	margin-bottom: 0px;
}

#sw-about-011--0 .aboutusbox .aboutbox .contentbox .right-item {
	width: 75%;
	padding-left: 15px;
	box-sizing: border-box;
}

#sw-about-011--0 .aboutusbox .aboutbox .contentbox .right-item .itembox1 {
	/* padding-bottom: 45px; */
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

#sw-about-011--0 .aboutusbox .aboutbox .contentbox .right-item .itembox1 .txt-box {
	padding-right: 20px;
}

    #sw-about-011--0 .aboutusbox .aboutbox .contentbox .right-item .itembox1 .txt-box p {
        font-size: 14px;
        font-weight: 300;
        color: var(--brand) !important;
    }

#sw-about-011--0 .aboutusbox .aboutbox .contentbox .right-item .itembox1 .videobox {
	background: #FFFFFF;
	border-radius: 5px;
	padding: 0px;
	position: relative;
}

#sw-about-011--0 .aboutusbox .aboutbox .contentbox .right-item .itembox1 .videobox {
	border-radius: 5px;
	display: inline-block;
}

#sw-about-011--0 .aboutusbox .aboutbox .contentbox .right-item .itembox1 .videobox img {
	border-radius: 5px;
}

#sw-about-011--0 .aboutusbox .aboutbox .contentbox .right-item .itembox1 .videobox .play {
	width: 55px;
	height: 55px;
	line-height: 55px;
	background: #fff;
	border-radius: 50%;
	transition: 0.4s all ease;
	-moz-transition: 0.4s all ease;
	-webkit-transition: 0.4s all ease;
	-o-transition: 0.4s all ease;
	-ms-transition: 0.4s all ease;
	z-index: 2;
	display: inline-block;
	position: relative;
	position: absolute;
	top: -70px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	pointer-events: none;
}

#sw-about-011--0 .aboutusbox .aboutbox .contentbox .right-item .itembox1 .videobox .play:before {
	content: "";
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-left-color: var(--brand);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -7px;
	margin-left: -6px;
}

@media screen and (max-width: 875px) {
	#sw-about-011--0 .aboutusbox .aboutbox .contentbox .right-item .itembox1 .videobox .play {
		width: 50px;
		height: 50px;
		line-height: 60px;
	}
}

#sw-about-011--0 .aboutusbox .aboutbox .contentbox .right-item .itembox1 .videobox .txtbox {
	padding: 20px;
	text-align: center;
}

#sw-about-011--0 .aboutusbox .aboutbox .contentbox .right-item .itembox1 .videobox .txtbox p {
	line-height: 1.2;
	font-size: 21px;
	font-weight: bold;
	color: #000000;
}

#sw-about-011--0 .aboutusbox .aboutbox .contentbox .right-item .itembox2 {
	/* padding-top: 30px; */
}

#sw-about-011--0 .aboutusbox .aboutbox .contentbox .right-item .itembox2 .imgbox {
	margin-right: 20px;
}

#sw-about-011--0 .aboutusbox .aboutbox .contentbox .right-item .itembox2 .imgbox img {
	width: 70px;
}

#sw-about-011--0 .aboutusbox .aboutbox .contentbox .right-item .itembox2 .imgbox:last-child {
	margin-right: 0px;
}

@media screen and (max-width: 768px) {
	#sw-about-011--0 .aboutusbox .aboutbox .contentbox {
		flex-direction: row-reverse;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	#sw-about-011--0 .aboutusbox .aboutbox .contentbox .left-item {
		width: 100%;
		position: unset;
		padding-right: 0px;
	}

	#sw-about-011--0 .aboutusbox .aboutbox .contentbox .left-item .item {
		padding: 20px;
	}

	#sw-about-011--0 .aboutusbox .aboutbox .contentbox .left-item .item .p1 {
		font-size: 26px;
	}

	#sw-about-011--0 .aboutusbox .aboutbox .contentbox .left-item .item .p2 {
		font-size: 14px;
	}

	#sw-about-011--0 .aboutusbox .aboutbox .contentbox .right-item {
		width: 100%;
		padding-left: 0px;
		padding-top: 20px;
	}

	#sw-about-011--0 .aboutusbox .aboutbox .contentbox .right-item .itembox1 {
		align-items: center;
		flex-direction: column-reverse;
		padding-bottom: 30px;
	}

	#sw-about-011--0 .aboutusbox .aboutbox .contentbox .right-item .itembox1 .txt-box {
		padding-right: 10px;
		padding-top: 20px;
	}

	#sw-about-011--0 .aboutusbox .aboutbox .contentbox .right-item .itembox2 {
		padding-top: 20px;
	}
}

#sw-about-011--0 .aboutusbox .partnerlink-box {
	margin-top: 20px;
	display: flex;
	justify-content: flex-end;
}

#sw-about-011--0 .aboutusbox .partnerlink-box .partnerlink .item {
	margin: 0px 25px;
	box-sizing: border-box;
}


#sw-services-products-024--1 .casebox {
	width: 100%;
	border-top: 1px solid #dddddd;
	transition: all 1s ease;
}

#sw-services-products-024--1 .casebox .box-box {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	line-height: 1.5;
}

#sw-services-products-024--1 .casebox .box-box .item {
	width: 25%;
	border: 1px solid #fff;
	padding: 20px;
	position: relative;
	height: auto;
	overflow: hidden;
	height: 560px;
}

#sw-services-products-024--1 .casebox .box-box .item .box {
	position: absolute;
	bottom: 10%;
	width: 100%;
}

#sw-services-products-024--1 .casebox .box-box .item .box .txt-box {
	color: #fff;
	padding-right: 10%;
	overflow: hidden;
}

#sw-services-products-024--1 .casebox .box-box .item .box .txt-box .center-box .title {
	font-size: 30px;
	font-weight: bold;
	transition: all 1s;
	width: 100% line-height: 1.2;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

#sw-services-products-024--1 .casebox .box-box .item .box .txt-box .center-box .animation-box {
	height: 0px;
	line-height: 1.2;
}

#sw-services-products-024--1 .casebox .box-box .item .box .txt-box .center-box .animation-box .description {
	font-size: 18px;
}

#sw-services-products-024--1 .casebox .box-box .item .box .txt-box .center-box .animation-box .a-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

#sw-services-products-024--1 .casebox .box-box .item .box .txt-box .center-box .animation-box .a-box .box-a {
	text-align: center;
	padding: 5px 15px;
	margin-right: 10px;
	border: 1px solid #fff;
	margin-top: 10px;
	position: relative;
	z-index: 2;
}

#sw-services-products-024--1 .casebox .box-box .item .box .txt-box .center-box .animation-box .a-box .box-a:hover {
	border: 1px solid var(--brand);
}

#sw-services-products-024--1 .casebox .box-box .item .box .txt-box .center-box .animation-box .a-box .box-a:after {
	width: 0;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	z-index: -2;
	transition: all 0.5s linear;
	background: var(--brand);
}

#sw-services-products-024--1 .casebox .box-box .item .box .txt-box .center-box .animation-box .a-box .box-a:hover:after {
	width: 100%;
}

#sw-services-products-024--1 .casebox .box-box .item .box .btn-box {
	padding-top: 5%;
	height: 15%;
	width: 100%;
	color: #fff;
	font-size: 18px;
}

#sw-services-products-024--1 .casebox .box-box .item .box .btn-box .understand-more {
	display: inline;
	padding-left: 0px;
	text-align: left;
}

s #sw-services-products-024--1 .casebox .box-box .item::before {
	content: '';
	position: absolute;
	top: 0%;
	right: 0%;
	width: 100%;
	background: rgba(17, 17, 17, 0.5);
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
}

#sw-services-products-024--1 .casebox .box-box .item:hover .box .txt-box .center-box .title {
	font-size: 54px;
	color: var(--brand);
	font-weight: bold;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

#sw-services-products-024--1 .casebox .box-box .item:hover .box .btn-box {
	color: var(--brand);
}

#sw-services-products-024--1 .casebox .box-box .item:hover::before {
	opacity: 1;
	transition: all 0.5s ease;
	visibility: visible;
}

@media screen and (max-width: 1200px) {
	#sw-services-products-024--1 .casebox .box-box .item {
		height: 500px;
	}

	#sw-services-products-024--1 .casebox .box-box .item .box .txt-box .center-box .title {
		font-size: 26px;
	}

	#sw-services-products-024--1 .casebox .box-box .item .box .txt-box .center-box .animation-box .description {
		font-size: 16px;
	}

	#sw-services-products-024--1 .casebox .box-box .item .box .txt-box .center-box .animation-box .a-box {
		font-size: 16px;
	}

	#sw-services-products-024--1 .casebox .box-box .item .box .btn-box {
		font-size: 16px;
	}

	#sw-services-products-024--1 .casebox .box-box .item:hover .box .txt-box .center-box .title {
		font-size: 44px;
	}
}

@media screen and (max-width: 875px) {
	#sw-services-products-024--1 .casebox .box-box .item {
		height: 300px;
		width: 50% !important;
	}

	#sw-services-products-024--1 .casebox .box-box .item .box .txt-box .center-box .title {
		font-size: 22px;
	}

	#sw-services-products-024--1 .casebox .box-box .item .box .txt-box .center-box .animation-box .description {
		font-size: 14px;
	}

	#sw-services-products-024--1 .casebox .box-box .item .box .txt-box .center-box .animation-box .a-box {
		display: none;
	}

	#sw-services-products-024--1 .casebox .box-box .item .box .btn-box {
		font-size: 14px;
	}

	#sw-services-products-024--1 .casebox .box-box .item:hover .box .txt-box .center-box .title {
		font-size: 34px;
		color: var(--brand);
	}
}

#sw-services-products-024--1 .bg-wrap {
	background: url(static/images/800_600.png);
	background-position: center;
	background-size: cover;
}

#sw-services-products-024--1 .bg {
	background-position: center;
	background-size: cover;
}


#sw-services-products-043--0 {
	padding: 3% 0;
}

#sw-services-products-043--0 .title {
	/*font-weight: bold;*/
	/*color: var(--font);*/
	text-align: center;
}

#sw-services-products-043--0 .title>h2 {
	font-size: 100px;
	line-height: 60px;
	margin: 0;
	vertical-align: middle;
	text-transform: capitalize;
	color: transparent;
	-webkit-text-stroke: 2px #e6e9eb;
}

#sw-services-products-043--0 .title>h3 {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0;
	margin-top: -60px;
	color: var(--font);
}

#sw-services-products-043--0 .title>p {
	margin-top: 20px;
	font-size: 20px;
	color: #757575;
}

#sw-services-products-043--0 .desc {
	font-size: 18px;
	color: var(--font);
	margin-top: 20px;
}

#sw-services-products-043--0 .flexW {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 30px;
}

#sw-services-products-043--0 .flexW .item {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width: 600px) {
	#sw-services-products-043--0 .flexW {
		margin-left: -5px;
		margin-right: -5px;
	}

	#sw-services-products-043--0 .flexW .item {
		padding: 0 5px;
	}
}

#sw-services-products-043--0 .flexW .item {
	width: 31%;
	margin-bottom: 20px;
	margin: 0 13px;
	position: relative;
	overflow: hidden;
}

#sw-services-products-043--0 .tit {
	font-size: 18px;
	color: #fff;
	display: block;
	padding: 15px 0;
	position: absolute;
	width: 100%;
	background: var(--brand);
	bottom: 0;
}

#sw-services-products-043--0 .flexW .learn-more-box {
	color: var(--brand);
	font-size: 16px;
}

@media screen and (max-width: 875px) {
	#sw-services-products-043--0 .desc {
		font-size: 16px;
	}

	#sw-services-products-043--0 .flexW .item {
		width: 100% !important;
		margin-bottom: 15px;
	}

	#sw-services-products-043--0 .tit {
		font-size: 16px;
	}
}

#sw-services-products-043--0 .flexW .item .hideBox {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .6s;
	transform: translateY(100%);
	background-color: rgba(2, 78, 162, .85);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#sw-services-products-043--0 .flexW .item:hover .hideBox {
	transform: translateY(0);
}

#sw-services-products-043--0 .flexW .item .hideBox .title {
	padding: 0 20px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

#sw-services-products-043--0 .flexW .item .hideBox .des {
	padding: 0 20px;
	color: #fff;
	line-height: 1.6;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

#sw-services-products-043--0 .flexW .item .hideBox .btn {
	padding: 10px 25px;
	color: #fff;
	display: flex;
	align-items: center;
}

#sw-services-products-043--0 .flexW .item .hideBox .btn svg {
	color: #fff;
	margin-left: 10px;
}

#sw-services-products-043--0 .flexW .item .hideBox .btn:hover {
	background: #fff;
	color: var(--brand);
}

#sw-services-products-043--0 .flexW .item .hideBox .btn:hover svg {
	color: var(--brand);
}

#sw-services-products-043--0 .flexW .item:hover .tit {
	opacity: 0;
}

@media screen and (max-width:875px) {
	#sw-services-products-043--0 .title>h2 {
		display: none;
	}

	#sw-services-products-043--0 .title>h3 {
		font-size: 36px;
		margin-top: 15px;
	}
}

#sw-services-products-043--0 .bg-wrap {}


#sw-services-products-029--2 .tit {
	font-size: 36px;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin: 10px 0;

}

#sw-services-products-029--2 .desc {
	font-size: 20px;
	color: var(--brand);
	text-align: center;
	margin: 20px 0;
}

#sw-services-products-029--2 .flexW {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

#sw-services-products-029--2 .flexW .item {
	width: 25%;
	padding: 15px;
}

#sw-services-products-029--2 .flexW .item .img-box {
	background: var(--font);
	border: 1px solid #e5e5e5;
	display: block;
	overflow: hidden;
	position: relative;
	height: 0;
	padding-bottom: 100%;
	background-position: center;
	background-size: cover;
}

#sw-services-products-029--2 .flexW .item .img-box .cont {
	position: absolute;
	bottom: 50px;
	left: 0;
	z-index: 99;
	background: #fff;
	color: #000;
	width: 68%;
	height: 68px;
	text-align: center;
	line-height: 28px !important;
	font-size: 22px !important;

}

#sw-services-products-029--2 .flexW .item .img-box::before {
	transition: all 0.5s ease;
	display: block;
	content: '';
	background: rgba(5, 6, 5, 0.5);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

#sw-services-products-029--2 .flexW .item .img-box::after {
	transition: all 0.5s ease;
	display: block;
	content: '';
	background: var(--brand);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 100%;
}

#sw-services-products-029--2 .flexW .item:hover .img-box::after {
	left: -99%;
}

#sw-services-products-029--2 .flexW .item:hover .img-box::before {
	opacity: 1;
}

#sw-services-products-029--2 .flexW .item:hover .img-box .cont {
	background: var(--brand);
	color: #fff;
}

@media screen and (max-width: 1280px) {
	#sw-services-products-029--2 .tit {
		font-size: 26px;
	}

	#sw-services-products-029--2 .desc {
		font-size: 16px;
	}
}

@media screen and (max-width: 600px) {
	#sw-services-products-029--2 .tit {
		font-size: 22px;
	}

	#sw-services-products-029--2 .desc {
		font-size: 14px;
	}

	#sw-services-products-029--2 .flexW .item {
		width: 100%;
		padding: 10px;
	}
}


#sw-services-products-029--1 .tit {
	font-size: 36px;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin: 10px 0;

}

#sw-services-products-029--1 .desc {
	font-size: 20px;
	color: var(--brand);
	text-align: center;
	margin: 20px 0;
}

#sw-services-products-029--1 .flexW {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

#sw-services-products-029--1 .flexW .item {
	width: 25%;
	padding: 15px;
}

#sw-services-products-029--1 .flexW .item .img-box {
	background: var(--font);
	border: 1px solid #e5e5e5;
	display: block;
	overflow: hidden;
	position: relative;
	height: 0;
	padding-bottom: 100%;
	background-position: center;
	background-size: cover;
}

#sw-services-products-029--1 .flexW .item .img-box .cont {
	position: absolute;
	bottom: 50px;
	left: 0;
	z-index: 99;
	background: #fff;
	color: #000;
	width: 68%;
	height: 68px;
	text-align: center;
	line-height: 28px !important;
	font-size: 22px !important;
}

#sw-services-products-029--1 .flexW .item .img-box::before {
	transition: all 0.5s ease;
	display: block;
	content: '';
	background: rgba(5, 6, 5, 0.5);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

#sw-services-products-029--1 .flexW .item .img-box::after {
	transition: all 0.5s ease;
	display: block;
	content: '';
	background: var(--brand);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 100%;
}

#sw-services-products-029--1 .flexW .item:hover .img-box::after {
	left: -99%;
}

#sw-services-products-029--1 .flexW .item:hover .img-box::before {
	opacity: 1;
}

#sw-services-products-029--1 .flexW .item:hover .img-box .cont {
	background: var(--brand);
	color: #fff;
}

@media screen and (max-width: 1280px) {
	#sw-services-products-029--1 .tit {
		font-size: 26px;
	}

	#sw-services-products-029--1 .desc {
		font-size: 16px;
	}
}

@media screen and (max-width: 600px) {
	#sw-services-products-029--1 .tit {
		font-size: 22px;
	}

	#sw-services-products-029--1 .desc {
		font-size: 14px;
	}

	#sw-services-products-029--1 .flexW .item {
		width: 100%;
		padding: 10px;
	}
}


#sw-project-015--0 .project015box .titlebox {
	position: absolute;
	z-index: 1000;
	width: 100%;
	height: 120px;
	display: flex;
	align-items: center;
	background-color: rgba(17, 17, 17, 0.6);
}

#sw-project-015--0 .project015box .titlebox .tit {
	font-size: 40px;
	font-weight: normal;
	color: #FFFFFF;
}

#sw-project-015--0 .project015box .titlebox .btn {

	display: inline-block;
	background: var(--brand);
	border-radius: 8px;
	padding: 15px 20px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	height: fit-content;
}

@media screen and (max-width: 768px) {
	#sw-project-015--0 .project015box .titlebox {
		height: 90px;
	}

	#sw-project-015--0 .project015box .titlebox .tit {
		font-size: 24px;
	}

	#sw-project-015--0 .project015box .titlebox .btn {
		padding: 10px 20px;
		font-size: 13px;
	}
}

#sw-project-015--0 .project015box .nav-box {
	background: #E8EEF5;
	position: absolute;
	width: 100%;
	top: 150px;
	z-index: 1000;
	padding-left: calc(50% - 600px);
	padding-right: calc(50% - 600px);
}

#sw-project-015--0 .project015box .nav-box .item {
	height: 100px;
	padding: 0px;
	text-align: center;
	width: 24% !important;
	max-width: 24% !important;
	flex: 0 0 22% !important;
}

#sw-project-015--0 .project015box .nav-box .item a {
	padding: 0px;
}

#sw-project-015--0 .project015box .nav-box .item a svg {
	display: none;
	color: #fff;
	width: 48px;
	height: 48px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

#sw-project-015--0 .project015box .nav-box .item a img {
	display: none;
	width: 48px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

#sw-project-015--0 .project015box .nav-box .item a p {
	font-size: 16px;
	font-weight: normal;
	color: #242424;
	line-height: 100px;
	text-transform: uppercase;
	white-space: nowrap;
}

#sw-project-015--0 .project015box .nav-box .item:hover {
	background-color: var(--brand);
}

#sw-project-015--0 .project015box .nav-box .item:hover a {
	position: relative;
	transition: all 0.6s ease;
	background-color: var(--brand);
	height: 120px;
}

#sw-project-015--0 .project015box .nav-box .item:hover a svg {
	display: block;
}

#sw-project-015--0 .project015box .nav-box .item:hover a img {
	display: block;
}

#sw-project-015--0 .project015box .nav-box .item:hover a p {
	color: #fff;
	line-height: 50px;
}

#sw-project-015--0 .project015box .nav-box .item a.active {
	position: relative;
	transition: all 0.6s ease;
	background-color: var(--brand);
	height: 120px;
}

#sw-project-015--0 .project015box .nav-box .item a.active svg {
	display: block;
}

#sw-project-015--0 .project015box .nav-box .item a.active img {
	display: block;
}

#sw-project-015--0 .project015box .nav-box .item a.active p {
	color: #fff;
	line-height: 50px;
}

#sw-project-015--0 .project015box .nav-box .slick-prev,
#sw-project-015--0 .project015box .nav-box .slick-next {
	height: 20px;
	width: 20px;
	line-height: 20px;
	font-size: 40px;
	margin-top: -10px;
}

@media screen and (max-width: 768px) {
	#sw-project-015--0 .project015box .nav-box {
		top: 120px;
	}

	#sw-project-015--0 .project015box .nav-box {
		overflow-x: auto;
		overflow-y: hidden;
	}

	#sw-project-015--0 .project015box .nav-box .item {
		height: 60px;
	}

	#sw-project-015--0 .project015box .nav-box .item a {
		padding: 0px 15px;
	}

	#sw-project-015--0 .project015box .nav-box .item a svg {
		width: 30px;
		height: 30px;
		display: none !important;
	}

	#sw-project-015--0 .project015box .nav-box .item a img {
		width: 30px;
		display: none;
	}

	#sw-project-015--0 .project015box .nav-box .item a p {
		line-height: 60px;
	}

	#sw-project-015--0 .project015box .nav-box .item a.active p {
		line-height: 60px;
		font-size: 12px !important;
	}

	#sw-project-015--0 .project015box .nav-box ::-webkit-scrollbar {
		width: 10px;
		height: 10px;
	}

	#sw-project-015--0 .project015box .nav-box ::-webkit-scrollbar-thumb {
		border-radius: 10px;
		box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		background: #C1C1C1;
	}

	#sw-project-015--0 .project015box .nav-box ::-webkit-scrollbar-track {
		box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		border-radius: 10px;
		background: #ededed;
	}

	#sw-project-015--0 .project015box .nav-box .item a.active {
		max-width: 100% !important;
		flex: 0 0 100% !important;
	}
}

#sw-project-015--0 .project015box .contentbox .item {
	padding: 300px 50px 150px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#sw-project-015--0 .project015box .contentbox .item .txtbox {
	background: #FFFFFF;
	opacity: 0.85;
	padding: 50px 60px;
}

#sw-project-015--0 .project015box .contentbox .item .txtbox .tit {
	font-size: 25px;
	font-weight: normal;
	color: #014494;
	margin-bottom: 10px;
}

#sw-project-015--0 .project015box .contentbox .item .txtbox .desc {
	font-size: 14px;
	font-weight: 300;
	color: #000000;
}

@media screen and (max-width: 768px) {
	#sw-project-015--0 .project015box .contentbox .item {
		padding: 200px 30px 80px;
	}

	#sw-project-015--0 .project015box .contentbox .item .txtbox {
		padding: 30px;
	}

	#sw-project-015--0 .project015box .nav-box .item {
		max-width: 48% !important;
		flex: 0 0 100% !important;
	}
}

#sw-project-015--0 .project015box .contentbox .item .btnW {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

#sw-project-015--0 .project015box .contentbox .item .btnW .btn {
	display: flex;
	color: #fff;
	background: var(--brand);
	padding: 10px 13px;
	border-radius: 6px;
	font-weight: bold;
	border: 1px solid var(--brand);
}

#sw-project-015--0 .project015box .contentbox .item .btnW .btn:hover {
	background: rgba(255, 255, 255, .4);
	color: var(--brand);
	border: 1px solid var(--brand);
}


#sw-features-019--1 {
	padding: 3% 0;
}

#sw-features-019--1 .title {
	/*font-weight: bold;*/
	/*color: var(--font);*/
	text-align: center;
}

#sw-features-019--1 .title>h2 {
	font-size: 100px;
	line-height: 60px;
	margin: 0;
	vertical-align: middle;
	text-transform: capitalize;
	color: transparent;
	-webkit-text-stroke: 2px #e6e9eb;
}

#sw-features-019--1 .title>h3 {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0;
	margin-top: -60px;
	color: var(--font);
}

#sw-features-019--1 .title>p {
	margin-top: 20px;
	font-size: 20px;
	color: #757575;
}

#sw-features-019--1 .flexW {
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: 40px;
}

#sw-features-019--1 .flexW .item {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: #f7f9fa;
	border: 1px solid #dce1e6;
	padding: 20px 30px;
}

@media screen and (max-width: 600px) {
	#sw-features-019--1 .flexW {
		margin-left: -5px;
		margin-right: -5px;
	}

	#sw-features-019--1 .flexW .item {
		padding: 0 5px;
	}
}

#sw-features-019--1 .flexW .item {
	width: 48%;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	text-align: left;
	margin: 10px;
}

#sw-features-019--1 .icon {
	width: 80px;
	height: 60px;
	background: var(--brand);
	position: relative;
	box-shadow: 0 0 15px -4px var(--brand);
}

#sw-features-019--1 .icon:before {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 15px solid var(--brand);
}

#sw-features-019--1 .icon:after {
	content: "";
	position: absolute;
	top: -15px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-bottom: 15px solid var(--brand);
}

#sw-features-019--1 .icon svg {
	color: #fff;
}

@keyframes swings {
	20% {
		transform: translateX(4px);
		/*transform: rotate(30deg);*/
	}

	40% {
		transform: translateX(-4px);
		/*transform: rotate(-30deg);*/
	}

	60% {
		transform: translateX(2px);
		/*transform: rotate(20deg);*/
	}

	80% {
		transform: translateX(-2px);
		/*transform: rotate(-20deg);*/
	}

	100% {
		transform: translateX(0);
		/*transform: rotate(0deg);*/
	}
}

#sw-features-019--1 .flexW .item:hover .icon {
	-webkit-animation: swings 1s 0s ease both;
	animation: swings 1s 0s ease both;
	color: var(--brand);
	background: #fff;
	box-shadow: 0 0 15px -4px #fff;
}

#sw-features-019--1 .flexW .item:hover .icon:after {
	border-bottom: 15px solid #fff;
}

#sw-features-019--1 .flexW .item:hover .icon:before {
	border-top: 15px solid #fff;
}

#sw-features-019--1 .textW {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 0 20px;
}

#sw-features-019--1 .tit {
	font-size: 22px;
	font-weight: bold;
	color: var(--font);
	display: block;
}

#sw-features-019--1 .des {
	font-size: 16px;
	color: var(--font);
	margin-top: 10px;
}

#sw-features-019--1 .more {
	display: inline-block;
	margin-top: 30px;
	letter-spacing: 1px;
	color: var(--font);
	padding: 0px
}

#sw-features-019--1 .btnmore {
	display: inline-block;
	color: #fff;
	background: var(--secondary);
	padding: 15px 20px;
	letter-spacing: 1px;
	margin-top: 20px;
}

#sw-features-019--1 .btnmore:hover {
	background: #202020;
	color: #fff;
}

@media screen and (max-width: 875px) {
	#sw-features-019--1 .leftW {
		width: 100%;
	}

	#sw-features-019--1 .rightW {
		width: 100%;
		margin-top: 30px;
	}

	#sw-features-019--1 .desc {
		font-size: 16px;
	}

	#sw-features-019--1 .tit {
		font-size: 18px;
	}

	#sw-features-019--1 .des {
		margin-top: 10px;
	}
}

@media screen and (max-width: 875px) {
	#sw-features-019--1 .flexW .item {
		width: 100%;
		margin-bottom: 20px;
	}

	#sw-features-019--1 .btnmore {
		padding: 10px 15px;
	}
}

#sw-features-019--1 .flexW .item:hover {
	background: var(--brand);
}

#sw-features-019--1 .flexW .item:hover .textW {
	color: #fff;
}

#sw-features-019--1 .flexW .item:hover .textW .tit {
	color: #fff;
}

#sw-features-019--1 .flexW .item:hover .textW .des {
	color: #fff;
}

@media screen and (max-width:875px) {
	#sw-features-019--1 .title>h2 {
		display: none;
	}

	#sw-features-019--1 .title>h3 {
		font-size: 36px;
		margin-top: 15px;
	}
}


#sw-number-004--0 .center .title {
	box-sizing: border-box;
	padding: 0px 15px;
	text-align: center;
}

#sw-number-004--0 .center .title .bigtitle {
	color: var(--font);
	text-transform: capitalize;
	font-weight: 700;
	line-height: 1.2;
}

#sw-number-004--0 .center .title p {
	margin-top: 15px;
	font-size: 19px;
	color: var(--font);
}

@media screen and (max-width: 850px) {
	#sw-number-004--0 .center .title p {
		font-size: 18px;
		line-height: 1.5;
	}
}

@media screen and (max-width: 600px) {
	#sw-number-004--0 .center .title p {
		margin-top: 10px;
		font-size: 16px;
		line-height: 1.5;
	}
}

#sw-number-004--0 .center .number004box {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -10px;
	margin-top: 25px;
}

#sw-number-004--0 .center .number004box .item {
	width: 25%;
	box-sizing: border-box;
	padding: 0px 10px;
	text-align: center;
	margin-bottom: 20px;
}

#sw-number-004--0 .center .number004box .item .p1 {
	font-size: 60px;
	color: var(--font);
	font-weight: 700;
	line-height: 1.2;
}

#sw-number-004--0 .center .number004box .item .p2 {
	margin-top: 15px;
	font-size: 19px;
	color: var(--font);
}

#sw-number-004--0 .center .number004box .item .p3 {
	margin-top: 15px;
	font-size: 14px;
	color: var(--font);
	font-weight: 600;
}

@media screen and (max-width: 850px) {
	#sw-number-004--0 .center .number004box {
		flex-wrap: wrap;
		margin-top: 0px;
	}

	#sw-number-004--0 .center .number004box .item {
		width: 50% !important;
		margin-top: 25px;
	}

	#sw-number-004--0 .center .number004box .item .p1 {
		font-size: 50px;
	}

	#sw-number-004--0 .center .number004box .item .p2 {
		margin-top: 15px;
	}

	#sw-number-004--0 .center .number004box .item .p3 {
		margin-top: 15px;
	}
}

@media screen and (max-width: 600px) {
	#sw-number-004--0 .center .number004box {
		flex-wrap: wrap;
		margin-top: 20px;
	}

	#sw-number-004--0 .center .number004box .item {
		width: 100% !important;
		margin-top: 20px;
	}

	#sw-number-004--0 .center .number004box .item .p1 {
		font-size: 40px;
	}

	#sw-number-004--0 .center .number004box .item .p2 {
		font-size: 17px;
		margin-top: 10px;
	}

	#sw-number-004--0 .center .number004box .item .p3 {
		margin-top: 10px;
	}
}


#sw-text-001--0 .center .title {
	text-align: center;
}

#sw-text-001--0 .center .title .bigtitle {
	color: var(--font);
	font-weight: 700;
	line-height: 1.2;
	text-transform: capitalize;

}

#sw-text-001--0 .center .text001box {
	margin-top: 20px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#sw-text-001--0 .center .text001box p {
	font-size: 17px;
	color: var(--font);
	padding: 5px 0px;
}

@media screen and (max-width: 850px) {
	#sw-text-001--0 .center .text001box .title p {
		font-size: 18px;
		line-height: 1.5;
	}
}

@media screen and (max-width: 600px) {
	#sw-text-001--0 .center .text001box .title p {
		margin-top: 15px;
		font-size: 16px;
		line-height: 1.5;
	}
}