.footer-txt{
	padding:0;
	
}.footer-txt span{
	font-size:15px;
	
}.footer-txt h3{
	margin-bottom: 1px;
    margin-top: 15px;
	
}.footer-txt h1{
	font-size: 25px;
    color: #ebe7e6;
    text-shadow: 1px 1px #b9c100;
	
}
.footer-txt a{
	    font-size: 18px;
    color: #000000;
    font-weight: inherit;
}
   
.footer-txt a:hover{
	 text-decoration:underline;
	 font-weight:bold
}
    
	

.footer-txt li{
	
	line-height:29px;
}


.footer-div{
	background:#d9d9d9;
	color:#000;
	 font-size: 19px;
	
	}
	.footer-custom{
	width:86%;
	margin:auto;
	padding-top: 21px;
	}
	.footer-h1{
	color:red;
	
	}
	.footer-h3{
	color: #dc2c1b;
    padding: 0;
    margin: 0 0 7px 0;
	text-decoration: underline;
	
	}
	.footer-img-div{
	    
	    margin-bottom: 18px;
    
	
	}.footer-img-div img{
	    width: 442px;
		margin-left: -22px;
    
	
	}
	.social-icon {
    display: flex
;
    flex-flow: nowrap;
    align-items: center;
    width: 100%;
    padding: 0;
    margin: 0;
}
.social-follow{
	
	font-size: 26px;
    margin: 14px 9px;
}
.fa-solid, .fas {
    font-weight: 900;
    color: #c12617;
}

.fb {
    font-weight: 900;
    color: #c12617 !important;
}
.contact-footer h3{
	margin-bottom: 1px;
    margin-top: 15px;
	font-weight: bold;
	
}
.contact-footer li{
	list-style:none;
	margin-top:10px;
	
}

.contact-footer a{
	color:#000;
    font-weight: inherit;
	
}
	

.footer-txt li{
	list-style: none;
    margin-top: 10px;
	
}
.footer-bottom{
	    display: inline-block;
	color: #fff;
    background: #db2c1b;
    width: 100%;
    text-align: center;
	    padding: 10px;
}
.copyright-left{
	
	text-align:left;
	
}
.copyright-right{
	
	
	text-align:right;
}
.copyright-right a{
	color:#fff;
}
.terms{
	
	margin-right:20px;
}


.shareArticle {
  display: flex;
  flex-flow: baseline;
  align-items: center;
  width: 100%;
  padding: 15px;
}

.shareSocial {
  display: flex;
  flex-flow: row;
  align-items: center;
  margin-bottom: 30px;
  @media (max-width: 767px) {
    flex-flow: column;
  }
  .socialTitle {
    margin: 0 15px 0 0;
    font-size: 20px;
    @media (max-width: 767px) {
      margin-bottom: 15px;
      text-align: center;
    }
  }
  .socialList {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    justify-content: center;
    flex-flow: row wrap;
    li {
      margin: 5px;
      &:first-child {
        padding-left: 0;
      }
      a {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        text-decoration: none;
        background-color: #999;
        color: #fff;
        transition: .35s;
        i {
          position: absolute;
          top: 50%;
          left: 50%;
          transform-origin: top left;
          transform: scale(1) translate(-50%, -50%);
          transition: .35s;
        }
        &:hover {
          i {
            transform: scale(1.5) translate(-50%, -50%);
          }
        }
      }
      &:nth-child(1) a {
        background-color: #135cb6;
      }
      &:nth-child(2) a {
        background-color: #00aced;
      }
      &:nth-child(3) a {
        background-color: #BD081C;
      }
      &:nth-child(4) a {
        background-color: #BD081C;
      }
      &:nth-child(5) a {
        background-color: #1FB381;
      }
    }
  }
}

.shareLink {
  .permalink {
    position: relative;
    border-radius: 30px;
    .textLink {
      text-align: center;
      padding: 12px 60px 12px 30px;
      height: 45px;
      width: 450px;
      font-size: 16px;
      letter-spacing: .3px;
      color: #494949;
      border-radius: 25px;
      border: 1px solid #f2f2f2;
      background-color: #f2f2f2;
      outline: 0;
      appearance: none;
      transition: all .3s ease;
      @media (max-width: 767px) {
        width: 100%;
      }
      &:focus {
        border-color: #d8d8d8;
      }
      &::selection {
        color: #fff;
        background-color: #ff0a4b;
      }
    }
    .copyLink {
      position: absolute;
      top: 50%;
      right: 25px;
      cursor: pointer;
      transform: translateY(-50%);
      &:hover {
        &:after {
          opacity: 1;
          transform: translateY(0) translateX(-50%);
        }
      }
      &:after {
        content: attr(tooltip);
        width: 140px;
        bottom: -40px;
        left: 50%;
        padding: 5px;
        border-radius: 4px;
        font-size: 0.8rem;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        background-color: #000000;
        color: #ffffff;
        transform: translateY(-10px) translateX(-50%);
        transition: all 300ms ease;
            text-align: center;
      }
      i {
        font-size: 20px;
        color: #ff0a4b;
      }
    }
  }
}
.ads{
			
    width:95%;
	margin:auto;
    padding: 0px 9px 9px 9px;
	text-align:center;
			
			}
			.ads li{
			
    
    
	list-style: disc;
			
			}
			.ads ol{
			    display: inline-flex;
			
			}
			.textwidget ul{
			
			margin:0;
			}
@media only screen and (max-width: 767px){
		
				.ads ol{
			display: block;
    justify-content: center;
    padding: 0px 9px 9px 9px;
			
			}
			
			
			
			.ads{
			
    
	text-align:left;
			
			}
			
	.footer-custom {
    width: 100%;
    margin: auto;
    padding-top: 21px;
}
.copyright-right {
    text-align: right;
    margin-bottom: 24px;
}
.footer-txt{
	padding-left:19px;
	
}
.footer-txt br {
    display: none;
}
.contact-footer br {
    display: none;
}



}