/*================================OLD FOOTER================*/
/*========== footer ===========*/
.page-id-6385 .elementor-element-5761130, .page-id-6385 .elementor-element-b496560 {
	display: none;
}

.new_footer {
	padding-top: 80px;
	position: relative;
	margin-bottom: 0;
	padding-bottom: 0;
/* 	background: url(https://arptech.io/wp-content/uploads/2024/08/footer_shape_bg_img344.png), no-repeat;
	background-size: cover;
	background-position: center; */;
}
/* .new_footer::before{
	position: absolute;
	content:'';
	width: 100%;
	height: 100%;
	background: #f5f5f5;
	opacity: 0.4;
} */
.footermain-2 {
	grid-column-gap: 60px;
	grid-row-gap: 60px;
	justify-content: space-between;
	display: flex;
}

.footerleft {
	justify-content: flex-start;
	align-items: flex-start;
	width: 30%;
	min-height: 10px;
}

.footerleft .footer_logo {
	margin-top: -2px;
	display: block;
	width: 50px;
	height: 50px;
}

.lighttext {
	color: #00000080;
	flex: 1;
}

.offsettop {
	margin-top: auto;
}

.smalltext {
	font-size: 12px;
	line-height: 18px;
}

.footergap {
	height: 30px;
}

.gapm {
	height: 38px;
}

.gapl {
	height: 140px;
}

.footerright {
	flex: 1;
	max-width: 570px;
	min-height: 10px;
}

.footerrightinner ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footertitle {
	color: #222;
	height: 42px;
	font-weight: 500;
}

.footerrightinner ul li {
	color: #777;
	font-weight: 400;
	text-decoration: none;
}

.last_title {
	position: relative;
	display: flex;
	justify-content: center;
}

.last_title span {
	text-align: center;
	font-size: 220px;
	font-weight: 900;
	color: #EFEFEF;
	line-height: 0;
	margin-bottom: 0;
}

.footerlogo {
	opacity: .08;
	width: 100%;
	transition: all .4s;
}

.footer_social-links {
	justify-items: start;
	display: flex;
	align-items: flex-start;
	gap: 1rem;
}

.footer_social-links .social_items {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3rem;
	aspect-ratio: 1;
	font-size: 1.5rem;
	color: #efefef;
	background-color: #313E5B;
	border-radius: 50px;
	transition: color 0.15s ease-in,
    box-shadow 0.75s cubic-bezier(0.74, 0.01, 0.02);
}

.footer_social-links .social_items svg {
	transition: transform 0.75s ease-in-out;
}

@property --fill-color {
	syntax: "<percentage>";
  inherits: true;
  initial-value: 0%;
}

.footer_social-links .social_items:hover {
	color: #2CB3FC;
	--fill-color: 100%;
/*   box-shadow: 0 0 1.5rem rgba(0, 0, 0, 1); */;
}

.footer_social-links .social_items:hover svg {
	transform: scale(1.25);
}

.footer_social-links .social_items::after {
	position: absolute;
	z-index: -1;
	content: "";
	inset: -3px;
	border-radius: inherit;
	background: conic-gradient(#2CB3FC var(--fill-color), transparent var(--fill-color));
	transition: --fill-color 0.75s ease-in-out;
}

/*========== footer ============*/
.footer_wrapper_section {
	position: relative;
/* 	padding: 40px 0;
	background-color: #1e2222; */;
}

.footer_wrapper_section .footer-top-two {
	position: relative;
	padding: 40px 0px 40px 0px;
	width: 100%;
	border: none;
	background: -webkit-linear-gradient(315deg, #313e5b, #000000 100%);
	z-index:999;
}

.footer_wrapper_section .follow-us-section-heading {
	font-size: .75rem;
	line-height: 1rem;
	margin-bottom: .5rem;
	letter-spacing: .15em;
	color: #fff;
}

.footer_wrapper_section .follow-us-box, .footer_wrapper_section .follow-us-box {
	border-top: 1px solid #dfdee3;
	padding: 40px 0 44px;
}



.footer-top-two .pattern-layer .pattern-1 {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 699px;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-animation: zoom-fade 7s infinite linear;
	animation: zoom-fade 7s infinite linear;
}

.footer-top-two .pattern-layer .pattern-2 {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 699px;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-animation: zoom-fade 10s infinite linear;
	animation: zoom-fade 10s infinite linear;
}

@keyframes zoom-fade {
	0% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}

@keyframes zoom-fade {
	0% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}


.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	border: 0;
}


/*=============== arp--footer ==============*/
.arp--footer {
	border-top: 1px solid #dfdee3;
	padding-top: 60px;
}
.footer-link-box ul {
    margin: 0;
    margin-top: 20px;
}
.footer-link-box ul li{
	list-style-type: none;
	margin-bottom: .75rem;
}
.quick-link-box .footer-title a {
    font-size: 22px;
    font-weight: 600;
    color: #C9C9CE;
}
.quick-link-box .footer-title a:hover{
	color: #c9c9ce85;
}
.footer-link-box ul li a {
    color: #C9C9CE !important;
	font-size: 15px;
}

/* bottom footer */
.minimalFooter{
	background: #121722;
  position: relative;
  padding: 1.5rem 0;
	z-index:999;
}
.minimalFooter .link-content {
  font-size: .7rem;
  color: #f4f3f9;
}
.minimalFooter .base-footer-tcs-lnks-ul{
	margin-left: 0;
	margin-top: 10px;
}
.minimalFooter .base-footer-tcs-lnks-ul li{
	list-style: none;
  display: inline-block;
  margin-right: 1rem;
}
.minimalFooter .base-footer-tcs-lnks-ul li a{
  font-size: 16px;
  color: #f4f3f9;
}
.minimalFooter ul.social-icn-ul {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  margin: 0;
}
.minimalFooter .social-icn-ul li {
  list-style: none;
	padding: 10px;
}
.minimalFooter .social-icn-ul li  .social-icn-item-icon {
  height: 20px;
  width: 20px;
}
.footer__logo .left-logo-link img.img-fluid {
    width: 180px;
    float: left;
}

.minimalFooter .text-left-mob {
    text-align: left;
}
.minimalFooter .base-footer-tcs-lnks-ul li{
    position: relative;
    padding-right: 15px;
}
.minimalFooter .base-footer-tcs-lnks-ul li:after {
   content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px; 
  background-color: #ccc;
}
.minimalFooter .base-footer-tcs-lnks-ul li:last-child::after {
  display: none; 
}











