@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
body{
	line-height: 1.5;
	font-family: 'Poppins', sans-serif;
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}
.container{
	max-width: 2170px;
	/* max-height: 415px; */
	margin:
	auto;
	display: flex;
	justify-content: space-between;
}
.row1s{
	display: contents;
    margin-left: 70px;
	/* width: 50%;
	flex-wrap: wrap; */
}

.row1{
	display: flex;
	flex-wrap: wrap;
	width: 70%;
	align-items: flex-start;
    margin-right: 10%;
}
ul{
	list-style: none;
}
.footer{
	background-color: #172337;
    padding: 30px 0px;
	padding-left: 10%;
}


.footer-col{
	width: 24.33%;
	padding: 0 15px;
	margin-bottom: 15px;
 }
 .footer-col h4{
	 font-size: 16px;
	 color: #ffffff;
	 text-transform: capitalize;
	 margin-bottom: 35px;
	 font-weight: 500;
	 position: relative;
 }

.footer-col1{
   width: 24.33%;
   padding: 0 15px;
   margin-bottom: 15px;
}
.footer-col1 h4{
	font-size: 16px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
/* .footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #e91e63;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
} */
.footer-col1 ul{
	margin-bottom: 10px;
}
.footer-col1 ul li{
	font-size: 10px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 500;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
/* .footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
} */
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: #ffffff;
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 20%;
	color: #172337;
	transition: all 0.5s ease;
}
/* .footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
} */

.pfooter{
	background-color: #22324B;
	align-items: center;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-right: 30%;
	padding-left: 30px;
	color: white;
	font-weight: 300;
	font-size: 11px;
	line-height: 16px;
}

/*responsive*/
/* @media(max-width: 767px){
  .footer-col1{
    width: 50%;
    margin-bottom: 30px;
}

.footer {
    padding: 5px 0px;
    padding-left: 5%;
    text-align: center;
}
.row1s {
    display: block;
    margin-left: 0;
}


.footer div {
    width: 100%;
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
}

.pfooter {
    padding: 19px;
}

.footer-col1 h4 {
    margin-bottom: 5px;
}

.footer br {
    display: none;
}

.social-links {}


}
@media(max-width: 574px){
  .footer-col1{
    width: 100%;
}
} */


/*responsive*/
@media(max-width: 767px){
	.footer-col{
	  width: 50%;
	  margin-bottom: 30px;
  }
  
  .footer {
	  padding: 2px 0px;
	  padding-left: 2%;
	  padding-bottom: 2%;
	  text-align: center;
	  height: auto;
	 }
  .row1s {
	  display: block;
	  margin-left: 0;
  }
  
  .container{
	  display: block;
	  max-height: auto;
	 }
  
  .row1s {
	  width: 100%;
	  display: block;
	  max-width: 100%;
	  max-height: 100%;
	  margin-bottom: 15px;
	  margin-top: 15px;
  }
  
  .row1 {
	  width: 100%;
	  display: flex;
	  max-width: 100%;
	  max-height: 100%;
	  margin-bottom: 15px;
	  margin-top: 15px;
  }
  
  .pfooter {
	  padding: 19px;
  }
  
  .footer-col1 h4 {
	  font-size: 12px;
	  margin-bottom: 5px;
	 }
  
  .footer br {
	  display: none;
  }
  
  .social-links {
	  width: auto;
  }
  
  
  .footer-col1 ul li a {
  
  font-size: 10px;
  }

  .footer-col1 ul{
	text-align: start;
  }
  
  
  }
  @media(max-width: 574px){
	.footer-col{
	  width: 100%;
  }
  }
  
  
  
  
  


