.yellow-box {
	background: #ffff01;
	width: 100%;
	float: left;
	padding: 10px;
	border-radius: 20px;
	border: 2px solid #000000;
}
.yellow-box.box1,
.yellow-box.box2,
.yellow-box.box3 {
	width: 80%;
	float: right;
	position: relative;
}
.yellow-box.box1 .arrow1,
.yellow-box.box1 .arrow2,
.yellow-box.box1 .arrow3,
.yellow-box.box2 .arrow1,
.yellow-box.box2 .arrow2,
.yellow-box.box2 .arrow3,
.yellow-box.box3 .arrow1,
.yellow-box.box3 .arrow2,
.yellow-box.box3 .arrow3 {
	position: relative;
}
.yellow-box.box1 .arrow1::before,
.yellow-box.box1 .arrow2::before,
.yellow-box.box1 .arrow3::before,
.yellow-box.box2 .arrow1::before,
.yellow-box.box2 .arrow2::before,
.yellow-box.box2 .arrow3::before,
.yellow-box.box3 .arrow1::before,
.yellow-box.box3 .arrow2::before,
.yellow-box.box3 .arrow3::before {
	position: absolute;
	width: 150px;
	height: 15px;
	background: url(front-assets/img/arrowright.png) center center no-repeat;
	background-size: 100%;
	left: -160px;
	content: "";
	top: 25%;
}
.yellow-box ul {
	margin-left: 20px;
}
.graphicone {
	position: relative;
}
.graphicone .yellow-box.box5 {
	position: relative;
}
.graphicone .yellow-box.box5 .arrow {
	position: relative;
}
.graphicone .yellow-box.box5 .arrow::before {
	position: absolute;
	width: 30px;
	height: 165px;
	background: url(front-assets/img/arrrowdown.png) center center no-repeat;
	background-size: 15px 100%;
	left: 0;
	content: "";
	top: 50px;
}
.graphicone .yellow-box.box6 {
	position: relative;
	margin-top: 145px;
}
.graphicone .yellow-box.box6 .arrow {
	position: relative;
}
.graphicone .yellow-box.box6 .arrow::before {
	position: absolute;
	width: 75px;
	height: 15px;
	background: url(front-assets/img/arrowright.png) center center no-repeat;
	background-size: 100% 100%;
	left: -85px;
	content: "";
	top: 23px;
}
.graphicone .yellow-box.box7 {
	position: relative;
	min-height: 330px;
}
.graphicone .yellow-box.box7 .arrow {
	position: relative;
}
.graphicone .yellow-box.box7 .arrow::before {
	position: absolute;
	width: 75px;
	height: 15px;
	background: url(front-assets/img/arrowright.png) center center no-repeat;
	background-size: 100% 100%;
	left: 0;
	content: "";
	top: 50px;
}

.yellow-box1 {
	background: #ffff01;
	width: 100%;
	float: left;
	padding: 10px;
	border-radius: 20px;
	border: 2px solid #000000;
}
.yellow-box1::before {
	position: absolute;
	width: 75px;
	height: 15px;
	background: url(front-assets/img/arrowleft.png) center center no-repeat;
	background-size: 100% 100%;
	right: -74px;
	content: "";
	top: 14%;
	z-index: 9;
}
.yellow-box1.box4 {
	position: relative;
	height: 65%;
	align-items: center;
	display: flex;
}
.yellow-box1.box4 .arrow1 {
	position: relative;
}
.yellow-box1.box4 .arrow1::before {
	position: absolute;
	width: 75px;
	height: 15px;
	background: url(front-assets/img/arrowleft.png) center center no-repeat;
	background-size: 100% 100%;
	right: -84px;
	content: "";
	top: 71%;
	z-index: 9;
}
.yellow-box1.box4 .arrow1::after {
	position: absolute;
	width: 75px;
	height: 15px;
	background: url(front-assets/img/arrowleft.png) center center no-repeat;
	background-size: 100% 100%;
	right: -84px;
	content: "";
	bottom: -160px;
	z-index: 9;
}

.yellow-box2 {
	background: #ffff01;
	width: 100%;
	float: left;
	padding: 10px;
	border-radius: 20px;
	border: 2px solid #000000;
}
.yellow-box2 ul {
	margin-left: 15px;
}
.yellow-box2 ul li {
	padding: 5px 0px;
}
.yellow-box2::before {
	position: absolute;
	width: 75px;
	height: 15px;
	background: url(front-assets/img/arrowright.png) center center no-repeat;
	background-size: 100% 100%;
	left: -74px;
	content: "";
	top: 35%;
	z-index: 9;
}
.yellow-box2.box7 {
	position: relative;
	align-items: center;
	display: flex;
	height: 48%;
}
.yellow-box2.box7 .arrow1 {
	position: relative;
}
.yellow-box2.box7 .arrow1::before {
	position: absolute;
	width: 75px;
	height: 15px;
	background: url(front-assets/img/arrowright.png) center center no-repeat;
	background-size: 100% 100%;
	left: -84px;
	content: "";
	top: 38%;
	z-index: 9;
}
.yellow-box2.box7 .arrow1::after {
	position: absolute;
	width: 75px;
	height: 15px;
	background: url(front-assets/img/arrowright.png) center center no-repeat;
	background-size: 100% 100%;
	left: -84px;
	content: "";
	bottom: 75px;
	z-index: 9;
}

.mb3 {
	margin-bottom: 0.75rem !important;
}

.mt10 {
	margin-top: 2.5rem !important;
}
.mb1 {
	margin-bottom: 0.25rem !important;
}

.header-text {
  color: #759F3C;
  font-size: 40px;
  font-weight: 600;
}

.d-flex {
  display: flex !important;
  flex-wrap: wrap;
}

.align-items-center {
  -ms-flex-align: center!important;
  align-items: center !important;
}

.nav-menu ul, ol {
  padding: 0;
  margin: 0 !important;
}

.nav-menu ul li {
  padding: 0px 4px;
}
@media only screen and (min-width: 200px) and (max-width: 768px) {
	.yellow-box.box1 {
		width: 70%;
	}
	.yellow-box.box2 {
		width: 85%;
	}
	.yellow-box.box3 {
		width: 100%;
	}
	.yellow-box.box1,
	.yellow-box.box2,
	.yellow-box.box3 {
		float: left;
		position: relative;
	}
	.yellow-box.box1 .arrow1,
	.yellow-box.box1 .arrow2,
	.yellow-box.box1 .arrow3,
	.yellow-box.box2 .arrow1,
	.yellow-box.box2 .arrow2,
	.yellow-box.box2 .arrow3,
	.yellow-box.box3 .arrow1,
	.yellow-box.box3 .arrow2,
	.yellow-box.box3 .arrow3 {
		position: relative;
	}
	.yellow-box.box1 .arrow1::before,
	.yellow-box.box1 .arrow2::before,
	.yellow-box.box1 .arrow3::before,
	.yellow-box.box2 .arrow1::before,
	.yellow-box.box2 .arrow2::before,
	.yellow-box.box2 .arrow3::before,
	.yellow-box.box3 .arrow1::before,
	.yellow-box.box3 .arrow2::before,
	.yellow-box.box3 .arrow3::before {
		position: absolute;
		width: 15px;
		background: url(front-assets/img/arrrowup.png) center center no-repeat;
		background-size: 15px 100% !important;
	}
	.yellow-box.box1 .arrow1::before,
	.yellow-box.box2 .arrow1::before,
	.yellow-box.box3 .arrow1::before {
		left: 90% !important;
		content: "";
		top: -150px;
		height: 145px;
	}
	.yellow-box.box1 .arrow2::before,
	.yellow-box.box2 .arrow2::before,
	.yellow-box.box3 .arrow2::before {
		left: 90% !important;
		content: "";
		top: -218px;
		height: 215px;
	}
	.yellow-box.box1 .arrow3::before,
	.yellow-box.box2 .arrow3::before,
	.yellow-box.box3 .arrow3::before {
		left: 92% !important;
		content: "";
		top: -260px;
		height: 259px !important;
	}
	.graphicone .yellow-box.box5 {
		width: 75% !important;
	}
	.graphicone .yellow-box.box5 .arrow::before {
		height: 70px;
	}
	.graphicone .yellow-box.box6 {
		margin-top: 0px;
		width: 75% !important;
	}
	.graphicone .yellow-box.box6 .arrow::before {
		background: url(front-assets/img/arrrowup.png) center center no-repeat !important;
		width: 30px;
		background-size: 15px 100% !important;
		height: 243px;
		top: -245px;
		left: 40%;
	}
	.graphicone .yellow-box1::before {
		top: 37px;
		right: 70px;
		background: url(front-assets/img/arrrowdown.png) center center no-repeat !important;
		width: 30px;
		background-size: 15px 100% !important;
		height: 202px;
	}
	.graphicone .yellow-box2::before {
		background: url(front-assets/img/arrrowup.png) center center no-repeat !important;
		background-size: 15px 100% !important;
		height: 254px;
		top: -245px;
		left: 75%;
		width: 15px;
	}
	.graphicone .yellow-box2 .arrow1::before {
		background: url(front-assets/img/arrrowup.png) center center no-repeat !important;
		background-size: 15px 100% !important;
		height: 242px;
		top: -238px;
		left: 83%;
		width: 15px;
	}
	.graphicone .yellow-box2 .arrow1::after {
		background: url(front-assets/img/arrrowup.png) center center no-repeat !important;
		background-size: 15px 100% !important;
		height: 229px;
		top: -225px;
		left: 89%;
		width: 15px;
	}
	.graphicone .yellow-box1.box4 .arrow1::before {
		top: 37px;
		right: 35px;
		background: url(front-assets/img/arrrowdown.png) center center no-repeat !important;
		width: 30px;
		background-size: 15px 100% !important;
		height: 217px;
	}
	.graphicone .yellow-box1.box4 .arrow1::after {
		top: 37px;
		right: 10px;
		background: url(front-assets/img/arrrowdown.png) center center no-repeat !important;
		width: 30px;
		background-size: 15px 100% !important;
		height: 228px;
	}
  .header-text {
    font-size: 22px !important;
    margin-top: 20px;
    text-align: center;
  }
} /*# sourceMappingURL=custom.css.map */

@media only screen and (max-width: 767px) { 
  .inner-header {
      padding: 0;
  }
}
@media (min-width: 576px) {
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
}