* {
  margin: 0;
  padding: 0;
  margin:0;
	padding:0;
	box-sizing: border-box;
}

@import url('../../css2');
body{
	line-height: 1.5;
	font-family: 'Poppins', sans-serif;
}

.container{
	max-width: 1000px;
	margin:auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
ul{
	list-style: none;
}
.footer{
	background-color: #f6f6f6;
    padding: 45px 0;
}
.footer-col{
   /*width: 25%;
   padding: 0 15px;*/

    width: 30%;
    margin-left: 31px;
    padding: 0px 5px;
    
}
.footer-col h4{
	font-size: 18px;
	color: #000000;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}

.footer-col h3{
	font-size: 12px;
	color: #555555;
	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-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
  font-family: 'Poppins', sans-serif;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #555555;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #000000;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: #555555bf;
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 8px;
  padding-top: 12px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #7d9074;
	background-color: #dedede;
}

/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}

.alt{
	background-color: #f6f6f6;
    padding: 23px 0;
	border-top: 1px solid #dddddd;
}

p{
	color:#555555;
	font-size: 16px;
    text-transform: capitalize;
	margin-bottom:0px !important;
}
.icons{
  width: 45px !important;
    height: auto;
}

.text-body{
padding: 50px 25px 59px 25px;
margin-top: 59px;
margin-bottom: 80px;
box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.h1s{
	font-size: 27px;
	color: #000000c7;
	text-transform: capitalize;
	margin-bottom: 15px;
}


body {
	background-color: #ffffff;
	background-image: url("../images/arches.png");
}
		img {
    vertical-align: middle;
    border-style: none;
}
	.container-inner {
    width: 1000px;
    max-width: 100%;
    margin: auto;
    box-shadow: rgb(16 30 37 / 12%) 0px 2px 5px 0px, rgb(14 30 37 / 32%) 0px 2px 10px 0px;
}


@media only screen and (max-width: 768px){
.container-inner, .container {width:100% !important; max-width: 100% !important }
	
.row {
     margin-right:0px !important;  
     margin-left: 0px !important; 
}
	.container {
     padding-right: 0px !important; 
     padding-left: 0px !important; 
}	
	
}
