.orico_footer {
  background: #000;
  font-size: 1rem;
}
.orico_footer .fotter {
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 3.5rem;
  padding-top: 2.25rem;
  position: relative;
}
.orico_footer .fotter .footerico {
  /* position: absolute; */
	width: 120px;
	height: auto;
  /* left: 8%; */
  /* top: 5%; */
	margin-bottom:20px;
}
.orico_footer .fotter .footerMain {
  min-width: 1024px;
  max-width: 75rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.orico_footer .fotter .footerMain .foottxttop {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
	align-items: start;
	padding: 0 10px;
	box-sizing: border-box;
}
.orico_footer .fotter .footerMain .foottxttop .foootCt {
  /* gap: 1.5rem;
  display: grid; */
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;

}
.orico_footer .fotter .footerMain .foottxttop .foootCt .ftitle {
  font-weight: 700;
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 30px;
}
.orico_footer .fotter .footerMain .foottxttop .foootCt ul {
  /* display: grid;
  gap: 0.75rem; */
  display: flex;
  flex-direction: column;
}
.orico_footer .fotter .footerMain .foottxttop .foootCt ul li{
  margin-bottom: 15px;
}
.orico_footer .fotter .footerMain .foottxttop .foootCt ul .fline {
  color: #fff;
  opacity: 0.7;
  transition: opacity 0.2s ease-in-out;
  overflow-wrap: anywhere;
}
.orico_footer .fotter .footerMain .foottxtbottom {
  /* padding-left: 14%; */
  display: grid;
  padding-top: 4%;
}
.orico_footer .fotter .footerMain .foottxtbottom .ftopicos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1%;
  gap: 2rem;
}
.orico_footer .fotter .footerMain .foottxtbottom .ftopicos ul {
  /* gap: 0.75rem 1.5rem; */
  flex-wrap: wrap;
  display: flex;
}
.orico_footer .fotter .footerMain .foottxtbottom .ftopicos ul a{
  margin-right: 2rem;
}
.orico_footer .fotter .footerMain .foottxtbottom .ftopicos ul img {
  height: 30px;
  width: 30px;
}
.orico_footer .fotter .footerMain .foottxtbottom .ftcopyright {
  color: #b3b3b3;
  font-size: 0.875rem;
	text-align:center;
}
.orico_footer .fotter .footerMain .foottxtbottom .ftcopyright a {
  color: #b3b3b3;
}
.orico_footer .fotter .footerMain .foottxtbottom .batext {
  color: #fff;
  font-size: 14px;
  margin-top: 5px;
}

.oricoCont {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 3.5rem 0;
  background: transparent;
  background: #f2f2f2;
}
.oricoCont .ctitem {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.oricoCont .ctitem .ctimg {
  max-width: 6.25rem;
  width: 3.75rem;
  height: 3.75rem;
  margin-top: 2%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.oricoCont .ctitem .cttitle {
  font-size: 1.25rem;
  text-align: center;
  font-weight: 600;
  line-height: 2.5rem;
}
.oricoCont .ctitem .ctdec {
  font-size: 0.875rem;
  text-align: center;
  line-height: 1rem;
  margin: auto;
}
.foootCnav{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
@media screen and (max-width: 1777px) {
  /* .footerico {
    top: 65% !important;
    bottom: 24%;
    left: 50% !important;
  } */
}
@media screen and (max-width: 768px) {
	.orico_footer .fotter .footerMain{
		min-width: 100%;
	}
	.orico_footer .fotter .footerMain .foottxttop{
		flex-direction: column;
		align-items: center;
	}
	.ftopicos{
		text-align: center;
	}
	.foootCnav{
		display: none;
	}
	.foootCt{
		text-align: center;
		margin-top: 10px;
	}
	.orico_footer .fotter .footerMain .foottxttop .foootCt .ftitle{
		margin-bottom: 10px;
	}
}