@charset "utf-8";
/* ulrc400214 */
.ulrc400214{
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
	background-color: #0a0d12;
	padding: 40px 0;
	font-size: 14px;
	}
.ulrc400214 .container{
	max-width: 1350px;
	}
.ulrc400214 .logo{
	width: 121px;
	}
.ulrc400214 .foot-text{
	color: #fff;
	}
.ulrc400214 .footer-head{
	color: #545458;
	font-size: 18px;
}
.ulrc400214 .foot-style{
	list-style: none;
	padding: 0;
	}
.ulrc400214 .under-text ul li{
	color: #fff;
	padding: 5px 0;
	display: block;
	}
.ulrc400214 .under-text ul li a{
	text-decoration: none;
	color: #fff;
	}
.ulrc400214 .under-text ul li a:hover{
	color: #2eb87b;
	}
.ulrc400214 .phn-number{
	color: #fff;
	}
.ulrc400214 .phn-number:hover{
	color: #2eb87b;
	text-decoration: none;
	}
.ulrc400214 .social-media{
	list-style: none;
    padding-left: 0;
    display: flex;
    gap: 20px;
    font-size: 22px;
	justify-content: left;
}
.ulrc400214 .individual-icon{
	background: #fff;
    border-radius: 8px;
	transition: transform 0.6s ease;
	color: #0a0d12;
	width: 37px;
    display: flex;
    height: 37px;
    justify-content: center;
    padding: 7px;
}
.ulrc400214 .individual-icon:hover{
	background: #2eb87b;
	transform: scale(1.1);
	text-decoration: none;
}
@media only screen and (max-width: 992px) and (min-width: 768px){
	.ulrc400214{
	font-size: 13px;
	}
}
/* ulrc400214 */