.home .full-content {

	padding: 0;

}

.home-box {

	padding: 100px 0;

}

.home-box .main-box1 .row {
	justify-content: space-between;
}

.home-box1 .item-box1 {

	text-align: center;

	background: #c50500;

	width: 100%;

	overflow: hidden;

	position: relative;

	padding: 51px 84px;

	-webkit-border-radius: 25px;

	-o-border-radius: 25px;

	border-radius: 25px;

	-webkit-transition: all 0.4s;

	-o-transition: all 0.4s;

	transition: all 0.4s;

	-webkit-box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.1);

	-o-box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.1);

	box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.1);

	margin-bottom: 30px;

}

.home-box1 .item-box1 .img {

	margin: auto;

	position: relative;

	-webkit-transition: all 0.5s ease 0s;

	-o-transition: all 0.5s ease 0s;

	transition: all 0.5s ease 0s;

}

.home-box1 .item-box1 .title {

	-webkit-transition: all 0.4s ease-in-out;

	-o-transition: all 0.4s ease-in-out;

	transition: all 0.4s ease-in-out;

	font-size: 24px;

	font-weight: 600;

	display: inline-block;

	color: #3c297c;

	padding-top: 43px;

	margin: 0;

}

.home-box1 .item-box1:hover {

	background: #2eb9d6;

}

.home-box1 .item-box1:hover .img {

	transform: rotate(1turn);

}

.home-box1 .item-box1:hover .img img {

	filter: brightness(0%) invert(100%);

}

.home-box1 .item-box1 .img img {

	filter: brightness(0%) invert(100%);

}

.home-box1 .item-box1 .title {

	color: #fff !important;

}

.home-box1 .item-box1:hover .title {

	color: #fff !important;

}

/**/

.row-title {

	margin-bottom: 55px;

}

.row-title h2 {

	font-weight: 600;

	font-size: 52px;

	color: #3c297c;

	margin: 0;

}

.row-title p {

	color: #2eb9d6;

	font-size: 22px;

	font-weight: 600;

	text-transform: capitalize;

	letter-spacing: 0;

	padding-top: 5px;

}

.row-title::after {

	content: '';

	height: 3px;

	width: 50px;

	background: #2eb9d6;

	display: inline-block;

}

.row-title.center {

	text-align: center;

}

.row-title.white,

.row-title.white h2,

.row-title.white p {

	color: #fff !important;

}

.row-title.white::after {

	background-color: #fff !important;

}

/**/

.home-box2 {

	padding: 50px 0px 100px;

}

.box2-left {

	padding-right: 55px;

}

.home-box2 .content .p1 {

	font-size: 20px;

	font-weight: 600;

	line-height: 32px;

	margin-bottom: 20px;

	text-align: justify;

}

.home-box2 .content .p2 {

	line-height: 32px;

	margin-bottom: 45px;

	text-align: justify;

}

.home-btn a {

	display: inline-block;

	padding: 10px 28px;

	background-color: #2eb9d6;

	border-color: #2eb9d6;

	-webkit-border-radius: 25px;

	-ms-border-radius: 25px;

	-ms-border-radius: 25px;

	-o-border-radius: 25px;

	border-radius: 25px;

	-webkit-transition: 0.3s;

	-ms-transition: 0.3s;

	-o-transition: 0.3s;

	transition: 0.3s;

	font-size: 14px;

	font-weight: 600;

	color: #fff !important;

	line-height: 1.3;

}

.home-btn.style2 a {

	background-color: #f5d461;

}

/**/

.box3-item a {

	display: block;

	border-radius: 10px;

	overflow: hidden;

}

.box3-item a img {

	display: block;

}

.box3-item h3 {

	padding: 20px 10px;

	margin: 0;

	text-transform: capitalize;

	font-size: 20px;

	color: #fff;

	text-align: center;

}

.home-btn a:hover,

.box3-item h3:hover {

	box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);

}

/**/

.box4-item {

	background-color: #fff;

	overflow: visible;

	padding: 41px 30px;

	position: relative;

	display: flex;

	flex-wrap: wrap;

	-webkit-border-radius: 8px;

	-moz-border-radius: 8px;

	border-radius: 8px;

	-webkit-box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.1);

	box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.1);

	margin: 10px;

}

.box4-item img {

	width: 90px;

	height: 90px;

	border-radius: 50%;

	position: relative;

	overflow: hidden;

}

.box4-right {

	width: calc(100% - 90px);

	padding-left: 30px;

}

.box4-right p {

	font-size: 16px;

	color: #717171;

	line-height: 32px;

	position: relative;

	margin-bottom: 28px;

	text-align: justify;

}

.box4-right p::before {

	content: "\f10d";

	font-family: 'FONTAWESOME';

	font-weight: bold;

	color: #2eb9d6;

	margin-right: 10px;

}

.box4-info {

	display: flex;

	justify-content: space-between;

	align-items: center;

}

.box4-info h3 {

	font-size: 22px;

	font-weight: 600;

	color: #2eb9d6;

	margin-top: 0;

	margin-bottom: 5px;

	text-transform: uppercase;

}

.box4-info span {

	font-size: 14px;

	color: #999;

	line-height: 32px;

	margin-top: 4px;

}

.box4-info i {

	color: #f5d461;

}

/**/

.home-box5.home-box {

	padding: 0;

}

.banner-bg img {

	width: 100%;

	display: block;

}

.main-box5 {

	margin-top: -175px;

	margin-right: auto;

	margin-bottom: -164px;

	margin-left: auto;

	padding: 55px 15px 38px;

	background-color: #2eb9d6;

	position: relative;

	z-index: 30;

	max-width: 1410px;

	-webkit-border-radius: 8px;

	-moz-border-radius: 8px;

	border-radius: 8px;

}

.main-box5 p {

	line-height: 32px;

	margin-bottom: 30px;

	color: #fff;

	text-align: center;

}



.main-box5 .home-btn {

	text-align: center;

}

/**/

.home-box6.home-box {

	padding: 260px 0px 100px;

	background-size: cover;

}

.home-box6 .woocommerce ul.products li.type-product {

	margin-bottom: 0 !important;

}

/**/

.box7-item {

	display: flex;

	align-items: center;

	padding: 15px 0px;

}

.box7-item .title {

	margin: 0;

	padding-left: 30px;

	font-weight: 600;

	color: #3c297c;

	font-size: 21px;

}

.box7-item img {

	width: 90px;

	display: flex;

	align-items: center;

	justify-content: center;

	text-align: center;

	-webkit-transition: all 0.5s ease 0s;

	-o-transition: all 0.5s ease 0s;

	transition: all 0.5s ease 0s;

}

/**/

.home-box7.home-box {

	padding: 100px 0 50px;

}

.main-box8 {

	background-position: center;

	background-repeat: no-repeat;

	background-size: cover;

	border-radius: 25px;

	min-height: 768px;

}

.main-box8 p {

	font-size: 20px;

	font-weight: 600;

	line-height: 32px;

	margin-bottom: 20px;

}

.main-box8 li::marker {

	color: #f5d461;

	font-size: 25px;

	line-height: 1;

}

.box8-right {

	padding-top: 100px;

}

/**/

.home-box8 {

	padding: 50px 0;

}

/**/

.home-box10 {

	background: #3c297c;

	padding: 80px 0px 80px;

}

.main-box10 {

	display: grid;

	grid-template-columns: 1fr 1fr 1fr 1fr;

}

.box10-item img {

	display: block;

}

.box10-item h3 {

	position: absolute;

	bottom: 10px;

	left: 10px;

	color: #fff;

	margin: 0;

	transition: 0.4s;

	-moz-transform: scale(0);

	-webkit-transform: scale(0);

	transform: scale(0);

}

.box10-item a {

	position: relative;

	display: block;

}

.box10-item a::before {

	content: "";

	position: absolute;

	top: 0;

	left: 0;

	color: #fff;

	width: 100%;

	height: 100%;

	background-color: rgba(60, 41, 124, 0.8);

	-moz-transition: all 0.5s;

	-webkit-transition: all 0.5s;

	transition: all 0.5s;

	-moz-transform: scale(0);

	-webkit-transform: scale(0);

	transform: scale(0);

}

.box10-item a:hover::before {

	-moz-transform: scale(1);

	-webkit-transform: scale(1);

	transform: scale(1);

}

.btn-s {

	width: 60px;

	height: 60px;

	line-height: 60px;

	border: 1px solid #fff;

	border-radius: 50%;

	font-size: 18px;

	color: #fff;

	/* margin-bottom: 30px; */

	position: relative;

	z-index: 20;

	opacity: 0;

	visibility: hidden;

	-moz-transition: 0.4s;

	-webkit-transition: 0.4s;

	transition: 0.4s;

	display: block;

	text-align: center;

	position: absolute;

	left: 50%;

	top: 50%;

	transform: translate(-50%, -50%);

}

.box10-item a:hover .btn-s {

	opacity: 1;

	visibility: visible;

}

.box10-item a:hover h3 {

	-moz-transform: scale(1);

	-webkit-transform: scale(1);

	transform: scale(1);

}

/**/

.home-box11 {

	background-size: cover;

	padding: 100px 0px;

	min-height: 712px;

	background-size: cover;

	background-repeat: no-repeat;

	background-position: center;

}

.home-box11 h2 {

	text-align: center;

	color: #fff;

	font-size: 52px;

	margin: 0 0 50px;

}

.home-box11 .home-btn {

	text-align: center;

	text-transform: uppercase;

}

.content-wrap .footer-dky {

	float: none;

}

/**/

.swiper-kw .swiper-pagination {

	position: unset;

	margin: 20px 0 0;

}

.swiper-kw .swiper-pagination-bullet {

	background: #aee4ef;

	opacity: 1;

}

.swiper-kw .swiper-pagination-bullet-active {

	background-color: #2eb9d6;

	width: 15px;

	border-radius: 5px;

}

.main-sw {

	position: relative;

}

div.swiper-button-next,

div.swiper-button-prev {

	background: #fff;

	color: #858380;

	width: 30px;

	height: 30px;

	line-height: 30px;

	position: absolute;

	z-index: 2;

	overflow: hidden;

	text-align: center;

	left: 0;

	border-radius: 99px;

	cursor: pointer;

	font-size: 22px;

	font-family: 'FontAwesome';

	-webkit-transition: all .3s;

	-o-transition: all .3s;

	transition: all .3s;

	padding-right: 5px;

	border: 1px solid #eae4e8;

	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);

}

div.swiper-button-next {

	right: 0;

	left: auto;

	padding: 0;

	padding-left: 5px;

}

div.swiper-button-next:hover,

div.swiper-button-prev:hover {

	color: #fff;

	background-color: #263b96;

}

div.swiper-button-prev::before {

	content: "\f104";

}

div.swiper-button-next::before {

	content: "\f105";

}

@media only screen and (max-width: 1600px) {

	.home-box {

		padding: 50px 0;

	}

	.home-box1 .item-box1 {

		padding: 20px;

	}

	.home-box1 .item-box1 img {
		height: 110px;
		max-width: 100px;

	}

	.home-box1 .item-box1 .title {

		padding-top: 20px;

		font-size: 20px;

	}

}

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

	.home-box {

		padding: 20px 0;

	}

	.home-box1 .item-box1 .title {

		font-size: 18px;

	}

	/**/

	.row-title {

		margin-bottom: 20px;

	}

	.home-box11 h2,

	.row-title h2 {

		font-size: 40px;

	}

	.row-title p {

		font-size: 18px;

	}

	.main-box8 p,

	.main-box5 p,

	.box4-right p,

	.home-box2 .content .p1,

	.home-box2 .content .p2 {

		line-height: 25px;

	}

	.home-box2 .content .p1 {

		font-size: 18px;

		margin-bottom: 15px;

	}

	.home-box2 .content .p2 {

		margin-bottom: 25px;

	}

	.box2-left {

		padding-right: 15px;

	}



	.box4-item {

		padding: 20px;

		margin: 10px;

	}

	.box4-info h3 {

		font-size: 18px;

	}

	.box4-right p {

		font-size: 15px;

		margin-bottom: 15px;

	}



	.home-box6.home-box {

		padding: 200px 0 50px;

	}

	/**/

	.home-box7.home-box {

		padding: 50px 0 20px;

	}

	/**/

	.box7-item .title {

		padding-left: 15px;

		font-size: 18px;

	}

	/**/

	.box7-item {

		padding: 5px 0px;

	}

	.box7-item .title {

		padding-left: 15px;

		font-size: 18px;

	}

	.box7-item img {

		width: 70px;

	}

	/**/

	.home-box11 h2 {

		margin-bottom: 20px;

	}

	.home-box11 {

		min-height: 600px;

	}

}

@media only screen and (max-width: 900px) {

	.home-box1 .item-box1 .title {

		font-size: 16px;

	}

	.home-box1 .item-box1 img {

		max-width: 80px;

	}

	.home-box1 .item-box1 {

		margin-bottom: 10px;

	}

	.home-box11 h2,
	.row-title h2 {

		font-size: 30px;

	}

}

@media only screen and (max-width: 900px) {

	.box3-item h3 {

		padding: 10px 0;

	}

	/**/

	.box8-right {

		padding: 50px 0;

	}

	.main-box8 {

		min-height: auto;

	}

	.main-box8 p {

		font-size: 16px;

		margin-bottom: 10px;

	}

}

@media only screen and (max-width: 810px) {

	.box2-left {

		padding-right: 0;

	}

	.home-box7.home-box {

		padding-top: 20px;

	}

	.main-box7 .col-mb {

		width: 33.333%;

	}

	.box7-item img {

		width: 50px;

	}

	.box7-item .title {

		font-size: 16px;

	}

	/**/

	.home-box11 {

		min-height: 500px;

	}

}

@media only screen and (max-width: 768px) {

	.home-box2 .col-mb {

		width: 100%;

	}

	.box2-left {

		margin-bottom: 20px;

	}

	/**/

	.home-box1 .item-box1 img {

		max-width: 60px;

	}

	.home-box1 .item-box1 {

		padding: 15px;

	}

}

@media only screen and (max-width: 700px) {

	.home-box8 .col-mb {

		width: 100%;

	}

	.main-box8 {

		background-image: none !important;

	}

	.box8-right {

		padding: 0;

	}

	.item_post_content {

		padding: 10px 10px 0;

	}

	.main-box10 {

		grid-template-columns: 1fr 1fr;

	}

	.btn-s {

		width: 40px;

		height: 40px;

		line-height: 40px;

	}

	.main-box1 .col-mb {

		width: 50%;

	}

}

@media only screen and (max-width: 640px) {

	.home-box11 h2,
	.row-title h2 {

		font-size: 25px;

	}

	.main-box5 .col-mb {

		width: 100%;

	}

	.home-box1 .item-box1 .title {

		padding-top: 10px;

		font-size: 15px;

	}

	.box3-item h3 {

		font-size: 18px;

	}

	.main-box7 .col-mb {

		width: 50%;

	}

}

@media only screen and (max-width: 500px) {

	.home-box2 .content .p1 {

		font-size: 16px;

	}

}