/*
欢迎学习自定义 CSS！

要了解其工作原理，请访问 http://wp.me/PEmnE-Bt
*/
.custom-logo-link {
	margin-bottom: 0;
}

.site-description {
	line-height: 0;
	width: 100%;
	margin-left: 0%;
	padding: auto;
}

.home-product ul {
    margin: 0.75em 0;
    padding: 0 1em;
    list-style: none;
}
.home-product li:before { 
    content: "";
    border-color: transparent #ffffff;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 1.25em;
    position: relative;
}

.header-wrapper {
	padding-top: 0;
	padding-bottom: 0px;
}

.site-header {
	padding-bottom: 0px;
}

.menu-wrapper{
	display: block;
	position: relative;
	top: -63px;
	height: 0;
} 

ul#header-menu {
	float: right;
	padding-left:0;
}

#site-navigation{
	float:right;	
}

.menu-toggle {
	margin-left: 35%;
}

.entry-content {
	width: 100%;
}

.home .entry-header {
	display: none;
}

.entry-header {
	padding: 30px 0;
	background: rgba(0,0,0,0.7);
	margin-bottom: 50px
}

.entry-header .entry-title {
	color: white;
	font-size: 4rem;
	text-align:center;
	
}

.hero-area-button .button {
	border-radius: 30px;
	font-size: 2rem;
	font-weight: bold;
}

.tri-block-organizer{
	margin: 70px 5%;
	width: 90%;
	background: #ffffff;
}

.tri-block-organizer .tri-block {
	display: inline-block;
	background: #ffffff;
	width:32%;
	margin-left: 0%;
	vertical-align: top;
	text-align:left;
	padding: 0 0px 60px 0px;
	height: 320px;
	position: relative;
	color: #000000;
}

.tri-block-organizer .tri-block .block-icon {
	width: 100%;
	background: #ffffff;
	height: 80%;
	margin-bottom: 5%;
}

.tri-block-organizer .tri-block .block-icon img{
	width: 100%;
	height: 100%;
}

.tri-block-organizer .tri-block-two {
	margin: auto 1.5% auto 1.5%;
}

.tri-block-organizer .tri-block h1 {
	font-size: 2.3rem;
	font-weight: bold;
	margin-left: 1%;
	line-height: 1;
	margin-bottom: 0;
}

.tri-block-organizer .tri-block p {
	margin-left: 1%;
	margin-right: 1%;
	font-size: 1.5rem;
}

.why-us{
	padding: 50px 0;
}

.testimonial{
	padding: 30px 0 0 0;
}

.testimonial .tri-block-organizer{
	height: auto;
}

.testimonial .tri-block-organizer .tri-block {
	padding: 40px 10px;
	border: 1px solid #d3d3d3;
	border-radius: 10px;
	height: auto;
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
}

.testimonial .tri-block-organizer .tri-block:hover {
	box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
}

.testimonial .tri-block-organizer .tri-block p{
	text-align: left;
}

.testimonial .tri-block-organizer .tri-block h3{
	text-align: right;
	font-size: 1.5rem;
	margin-right: 3%;
}

.products {
	width: 70%;
	margin-left: 15%;
}

.block {
	margin-top: 10px;	
	width: 100%;
	margin: 10px 0%;
}

.service{
	padding: 50px 0;
}

.section h1{
	text-align:center;
	padding: 30px 0 0px 0;
}

.section p {
	text-align: center;
	width: 100%;
	padding: 0 10%;
}

.section hr{
	height: 4px;
	width: 10%;
	background: #1FA6E8;
}

.company-intro{
	background: rgba(0,0,0,0.8);
	height: auto;
	position: relative;
}

.four-blocks-organizer .four-blocks {
	color: #ffffff;
	width: 21%;
	display: inline-block;
	vertical-align: top;
	height: auto;
	padding: 60px 2% 45px 2%;
	text-align: center;
}

.four-blocks-organizer .four-blocks h1{
	font-size: 2.5rem;
	font-weight: bold;
	
}

.four-blocks-organizer .four-blocks p{
	font-size: 1.5rem;
}


.four-blocks-organizer .main-block{
	background: rgba(0,0,0,0.5);
	padding-left: 3%;
	text-align: left;
	width: 35%;
}

.four-blocks-organizer .main-block h1{
	font-size: 3.5rem;
}
.four-blocks-organizer .four-blocks p{
	font-size: 1.5rem;
}



.bgimg{
	position:absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

.home-product{
	background: rgba(0,0,0,0.8);
	padding: 0px;
	width: 100%;
	color: #ffffff;
}

.home-product .su-row{
	margin-bottom: 0;
}

.home-product .home-product-intro{
	padding: 60px 60px 0 60px;
}

.home-product .home-product-intro h1{
	font-size: 3rem;
}

.home-product .home-product-intro hr{
	width: 15%;
	height: 3px;
	margin-left: 1%;
}

.home-product .home-product-intro p{
	font-size: 1.5rem;
}

.product-cate {
	width: 80%;
	margin-left: 10%;
}

.product-cate:nth-child(odd){
	box-shadow: 5px 5px 40px 5px rgba(0,0,0,0.5);
}

.product-cate .su-column{
	padding: 40px;
}

.product-cate .colored {
	background: #f2f2f2;
}

.product-cate h1{
	font-size: 3rem;
}

.vp-pagination__style-default .vp-pagination__item a{
	border-radius: 13px;
}

@media screen and (max-width: 768px) {
	.site-description {
		display: none;
	}
	
	.header-wrapper {
	}
	.site-branding .custom-logo{
		margin: auto 20%;
		width: 60% !important;
		height: auto !important;
	}
	
	ul#header-menu {
    float: left;
    padding-left: 5%;
  }
	.menu-wrapper{
		top: 0px;
    height: auto;
    padding-bottom: 10px;
	} 
	#site-navigation{
		float:none;	
	}
	
	.section {
		padding-top: 30px;
	}
	
	.tri-block-organizer{
		padding-top: 20px;
		margin-top: 0px;
	}
	
	.tri-block-organizer .tri-block 	{
		display: block;
		width:90%;
		margin: 20px auto;
		height: auto;
		padding-bottom: 10px;
		padding-top: 20px;
	}
	
	.four-blocks-organizer .four-blocks {
		display: block;
		width: 100%;
	}
	
	.four-blocks-organizer .main-block {
		text-align: center;
	}
	
	.four-blocks-organizer .four-blocks:nth-child(odd)  {
		background: rgba(0,0,0,0.5);	}
}

@media screen and (min-width: 1304px) {
	.header-wrapper {
		display: inline-block;
		width: 60%;
		vertical-align: bottom;
		padding-left: 4%;
	}
	
	.menu-wrapper {
		display: inline-block;
		width: 39%;
		vertical-align: bottom;
	}
}

/** Start Envato Elements CSS: Corporate Business (11-3-e02ff03b6085deb7602b7c56691f0543) **/

.elementor-progress-bar span {
		font-family: "Montserrat", Sans-serif;
	font-weight: 400;
}

/** End Envato Elements CSS: Corporate Business (11-3-e02ff03b6085deb7602b7c56691f0543) **/

