html, body {
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #000;
	color: #fff;
	font-size: 1em;
}

h1 {
	color: #fff;
	background: linear-gradient(to bottom, #C68C00, #FFEDB7, #F8BD16, #A06300); 
    -webkit-text-fill-color: transparent; 
    -webkit-background-clip: text; 
    font-size: 39px;
	line-height: 1.3;
	font-weight: 700;
}
h2 {
	color: #fff;
	font-size: 25px;
	line-height: 1.4;
	font-weight: 300;
}

header {
	width: 100%;
	margin-top: 10px;
	z-index: 9999;
}


.btn-let-started {
	display: inline-block;
	padding: 10px 30px;
	background-color: #e8af00;
	color: #000;
	font-weight: 700;
	font-size: 17px;
	text-decoration: none;
	border-radius: 20px;
}
.btn-let-started:hover {
	color: #fff;
}
.btn-let-started, .btn-let-started * {
	cursor: pointer;
}

/* header */
.header {
	padding: 20px;
	border-radius: 37px;
	background: rgb(50,50,50);
	background: -moz-linear-gradient(180deg, rgba(50,50,50,1) 0%, rgba(21,21,21,1) 97%);
	background: -webkit-linear-gradient(180deg, rgba(50,50,50,1) 0%, rgba(21,21,21,1) 97%);
	background: linear-gradient(180deg, rgba(50,50,50,1) 0%, rgba(21,21,21,1) 97%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#323232",endColorstr="#151515",GradientType=1);
}
.header .mobile-menu {
	width: 32px;
	height: 32px;
	display: block;
	color: #000;
	background-color: #e8af00;
	background-image: url("data:image/svg+xml,%3Csvg fill='%23333333' width='64' height='64' viewBox='-1.6 -1.6 35.20 35.20' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Ctitle%3Ecancel2%3C/title%3E%3Cpath d='M19.587 16.001l6.096 6.096c0.396 0.396 0.396 1.039 0 1.435l-2.151 2.151c-0.396 0.396-1.038 0.396-1.435 0l-6.097-6.096-6.097 6.096c-0.396 0.396-1.038 0.396-1.434 0l-2.152-2.151c-0.396-0.396-0.396-1.038 0-1.435l6.097-6.096-6.097-6.097c-0.396-0.396-0.396-1.039 0-1.435l2.153-2.151c0.396-0.396 1.038-0.396 1.434 0l6.096 6.097 6.097-6.097c0.396-0.396 1.038-0.396 1.435 0l2.151 2.152c0.396 0.396 0.396 1.038 0 1.435l-6.096 6.096z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 90%;
	border-radius: 5px;
	cursor: pointer;
}
.header .mobile-menu.collapsed {
	background-image: url("data:image/svg+xml,%3Csvg fill='%23333333' height='64' width='64' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='-80.19 -80.19 457.38 457.38' xml:space='preserve' transform='rotate(180)matrix(1, 0, 0, -1, 0, 0)' stroke='%23000000' stroke-width='0.00297'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0' transform='translate(0,0), scale(1)'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round' stroke='%23CCCCCC' stroke-width='1.1880000000000002'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M280.214,39.211H16.786C7.531,39.211,0,46.742,0,55.997v24.335c0,9.256,7.531,16.787,16.786,16.787h263.428 c9.255,0,16.786-7.531,16.786-16.787V55.997C297,46.742,289.469,39.211,280.214,39.211z'%3E%3C/path%3E%3Cpath d='M280.214,119.546H16.786C7.531,119.546,0,127.077,0,136.332v24.336c0,9.255,7.531,16.786,16.786,16.786h263.428 c9.255,0,16.786-7.531,16.786-16.786v-24.336C297,127.077,289.469,119.546,280.214,119.546z'%3E%3C/path%3E%3Cpath d='M280.214,199.881H16.786C7.531,199.881,0,207.411,0,216.668v24.335c0,9.255,7.531,16.786,16.786,16.786h263.428 c9.255,0,16.786-7.531,16.786-16.786v-24.335C297,207.411,289.469,199.881,280.214,199.881z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.header .mobile-menu:hover {
	background-color: #ff0;
}
.navigate a {
	text-decoration: none;
	color: #e8af00;
	font-weight: 500;
	font-size: 14px;
	white-space: nowrap;
	border-bottom: 1px solid transparent;
	margin: 0 15px;
}
.navigate a:last-child {
	margin-right: 0;
}
.navigate a:hover {
	border-color: #e8af00;
}
.floating-menu {
	width: 100%;
	padding: 15px;
	border-radius: 5px;
	left: 0;
	top: 100%;
	margin-top: 5px;
	background-color: #333;
}
.floating-menu a {
	text-decoration: none;
	color: #e8af00;
	font-weight: 400;
	font-size: 14px;
	padding: 8px 0;
	white-space: nowrap;
	border-top: 1px solid #444;
	border-bottom: 1px solid #000;
}
.floating-menu a:first-child {
	border-top: none;
}
.floating-menu a:last-child {
	border-bottom: none;
}
.floating-menu a:hover {
	color: #fff !important;
}


/* footer */
.footer {
	background-image: url(../image/frontend/footer_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 25px 0;
}
.footer .divider {
	height: 5px;
	border-top: .5px solid #aaa;
	border-left: 0;
	border-right: 0;
	border-bottom: 1.5px solid #aaa;
	display: block;
	margin: 15px 0;
}


/* section */
.section1 {
	background-image: url(../image/frontend/section1_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.section1-bottom-left {
	background-image: url(../image/frontend/section1_bottom_left.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.section1-bottom-right {
	padding: 165px 0 0;
/*	background-image: url(../image/frontend/section1_bottom_right.png);*/
	background-position: right bottom;
	background-repeat: no-repeat;
}
.section1-robot {
	background-image: url(../image/frontend/section1_robot.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
}
.section1 h1 {
	font-size: 50px;
}

/* section 2 */
.section2 {
	background-image: url(../image/frontend/section2_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.section2-robot {
	background-image: url(../image/frontend/section2_robot.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
}
.section2 .section-body {
	padding-top: 100px;
	padding-bottom: 100px;
}
.section2 .content {
	font-size: 17px;
	line-height: 1.7;
}

/* Section 3 */
.section3 {
	padding: 100px 0 85px;
	background-color: #222;
}
.section3 .section3-wrapper {
	max-width: 1065px;
}
.section3 .g-3 {
	--bs-gutter-y : 20px;
	--bs-gutter-x : 20px;
}
.section3 .component {
	height: 100%;
}
.section3 .component-wrapper {
	height: 100%;
	overflow: hidden;
	border-radius: 15px;
	border: 2px solid #000;
	box-shadow: 5px 5px 5px #000;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
/*	background-size: contain;*/
	background-size: 100%;
}
.section3 .component-wrapper:hover {
	animation: mymove 2s infinite;
}
@keyframes mymove {
 	50% {background-size: 120%;}
}
.section3 .component-content {
	height: 100%;
	min-height: inherit;
	padding: 30px;
	color: #fff;
	text-align: center;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.93) 10%, rgba(23, 23, 23, 0.2) 70%);
	background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.93) 10%, rgba(23, 23, 23, 0.2) 70%);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.93) 10%, rgba(23, 23, 23, 0.2) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#171717",GradientType=1);
}
.section3 .component-content .title {
	color: #e8af00;
	font-weight: 700;
	font-size: 2em;
	text-shadow: 0 0 4px #000;
}
.section3 .component-content .text {
	text-shadow: 0 0 4px #000;
}
.section3 .component-content .text.collapse {
	display: block;
}
.section3 .component-1 {
	min-height: 326px;
	background-image: url(../image/frontend/section3_component1_bg.png);
}

.section3 .component-2 {
	min-height: 326px;
	background-image: url(../image/frontend/section3_component2_bg.jpg);
}

.section3 .component-3 {
	min-height: 326px;
	background-image: url(../image/frontend/section3_component3_bg.png);
}


/* Section 4 */
.section4 {
	background-image: url(../image/frontend/section4_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.section4-bottom {
	background-image: url(../image/frontend/section4_bottom.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.section4-globe{
	padding: 100px 0 85px;
	background-image: url(../image/frontend/section4_globe.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
}


/* Section 5 */
.section5 {
	background-color: #222;
	padding: 100px 0 85px;
}
.section5 .section5-wrapper {
	max-width: 1065px;
}
.section5 .g-3 {
	--bs-gutter-y : 20px;
	--bs-gutter-x : 20px;
}
.section5 .row-a .col-left, 
.section5 .row-a .col-center, 
.section5 .row-a .col-right {
	width: 355px;
	min-width: 355px;
}
.section5 .row-b .col-left {
	width: 660px;
	min-width: 660px;
}
.section5 .row-b .col-right {
	width: 405px;
	min-width: 405px;
}
.section5 .component {
	height: 100%;
	min-height: 326px;
}
.section5 .component-wrapper {
	overflow: hidden;
	border-radius: 15px;
	border: 2px solid #000;
	box-shadow: 5px 5px 5px #000;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.section5 .component-content {
	height: 100%;
	padding: 30px;
	color: #fff;
	text-align: center;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.93) 10%, rgba(23, 23, 23, 0.2) 70%);
	background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.93) 10%, rgba(23, 23, 23, 0.2) 70%);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.93) 10%, rgba(23, 23, 23, 0.2) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#171717",GradientType=1);
}
.section5 .component-content .title {
	color: #e8af00;
	font-weight: 700;
	font-size: 1.1em;
}
.section5 .component-1 {
	height: 326px;
	background-image: url(../image/frontend/section5_component1_bg.png);
}
.section5 .component-2 {
	height: 326px;
	background-image: url(../image/frontend/section5_component2_bg.png);
}
.section5 .component-3 {
	height: 326px;
	background-image: url(../image/frontend/section5_component3_bg.png);
}
.section5 .component-4 {
	height: 326px;
	background-image: url(../image/frontend/section5_component4_bg.png);
}
.section5 .component-5 {
	height: 100%;
	background-image: url(../image/frontend/section5_component5_bg.png);
	background-position: center top;
	background-size: contain;
	background-color: #efdabb;
}
.section5 .component-6 {
	height: 100%;
	background-image: url(../image/frontend/section5_component6_bg.png);
}
.section5 .component-7 {
	height: 326px;
	background-image: url(../image/frontend/section5_component7_bg.png);
}
.section5 .component-8 {
	height: 326px;
	background-image: url(../image/frontend/section5_component8_bg.png);
}


/* Section 6 */
.section6 {
	background-image: url(../image/frontend/section6_bg.png);
	background-repeat: repeat;
	background-position: center;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
}
.section6-left {
/*	background-image: url(../image/frontend/section6_left.png);*/
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}
.section6-right{
/*	background-image: url(../image/frontend/section6_right.png);*/
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	padding: 50px 0;
}

/* Section 7 */
.section7 {
	background-image: url(../image/frontend/section7_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.section7-robot {
	padding: 100px 0;
/*	background-image: url(../image/frontend/section7_robot.png);*/
	background-repeat: no-repeat;
	background-position: right bottom;
}
.section7 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.section7 li {
	border: 1px dashed #e8af00;
	margin-bottom: 15px;
	color: #e8af00;
	padding: 10px;
	border-radius: 10px;
	font-size: 20px;
	font-weight: 600;
}
.section7 li:last-child {
	margin-bottom: 0;
}

/* Section 8 */
.section8 {
	background-color: #222;
	padding: 100px 0 85px;
}
.section8 h2 {
	font-size: 18px;
}


/* FAQ */
.section-faq {
	padding: 165px 0 85px;
}


/* Medium devices >= 768px */
@media (min-width: 767.98px) {
	.border-top-md-none {
		border-top: none !important;
	}
	.border-bottom-md-none {
		border-bottom: none !important;
	}
	.section6-left {
		background-image: url(../image/frontend/section6_left.png);
	}
	.section6-right{
		background-image: url(../image/frontend/section6_right.png);
	}
	.section7-robot {
		background-image: url(../image/frontend/section7_robot.png);
		background-size: 45%;
	}
}

/* Large devices >= 1200px */
@media (min-width: 1199.98px) {
	.section1-bottom-right {
		background-image: url(../image/frontend/section1_bottom_right.png);
	}
	.section3 .component-content .text.collapse {
		display: none;
	}
	.section3 .component .text.collapse.show {
		display: block;
	}
	.section7-robot {
		background-size: 30%;
	}
}



