
.footer-container{
	max-width: 1350px;
	margin:auto;
}
.footer-row{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.footer-col > ul{
	padding-left: 0px;
	list-style: none;
}
.logoContainer{
    display: flex;
    justify-content: space-between;
    width: 95%;
}
.footer{
	background-color: #EFEFEF;
    padding: 40px 0px 30px 0px;
}
.footer-col{
   width: 25%;
   padding: 0 40px;
}
.qucikSelogo{
    height: 80px;
    width: 150px;
    margin: 5px 30px;
}
.contact-us-btn{
    background-color: #FFA12E;
    color: #ffffff;
    border: none;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
    margin-top: 10px;
}
.contact-us-btn:hover{
    background-color: #000000;
    color: #ffffff;
}
.footer-col h4{
	font-size: 16px;
	color: #060551;
	text-transform: capitalize;
	margin-bottom: 30px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #656EEA;
	height: 3px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 20px;
}
.footer-col ul li a{
	font-size: 15px;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: 500;
	color: #1d1d1d;
	transition: all 0.3s ease-in-out;
}
.footer-col ul li a:hover{
	color: #000000;
    transition: ease-in-out 0.4s;
	width: fit-content;
	-webkit-text-stroke-width: 0.4px;
	-webkit-text-stroke-color: black; 
}
.footer-col .social-links a{
	display: inline-block;
	height: 45px;
	width: 45px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}


.FooterQucikSelogo{
	width: 150px;
	height: 50px
}
.footerPara{
	font-size: 16px;
	font-weight: 400;
	margin-top: 10px;
	color: #1d1d1d;
   line-height: 30px;
}

.social{
	width: 40px;
	height: 40px;
	background-color: rgb(250, 250, 250);
	border-radius: 50%;
	padding: 4px;
}
.social:hover{
	background-color: rgb(227, 227, 227);
}
/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
#social_links{
	width: 100% !important;
}

}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
.footer {
    padding: 20px 0px 0px 0px;
}
.images-footer{
    padding: 0px 40px;
    /* flex-direction: column; */
}
.start-up-india-img{
    width: 50%;
    height: auto;
}
.digital-india-img{
    width: 50%;
    height: 70px;
    margin-left: 0px !important;
    margin-top: 0px;
	padding-left: 20px;
}
.copyright-footer p {
    font-size: 15px !important;
}
}

.footer-2{
    background-color: #EFEFEF;
    padding-bottom: 20px;
}
.digital-india-img{
    margin-left: 100px;
}
.copyright-footer{
    text-align: center;
    padding: 1.5rem 1rem;
    background-color: ghostwhite;
}
.copyright-footer p{
   font-size: 18px;
   font-weight: 500;
   color: #232221;
}
@media screen and (min-width:700px) and (max-width:800px) {
	.contact-us-btn{
		padding: 10px 20px;
		font-size: 12px;
	}
}
@media screen and (min-width:1700px) {
	.footer-container {
		max-width: 1550px;
		margin: auto;
	}
}
#social_links{
	width: 70%;
}