.footerbg{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/footerbg.webp");
  position:relative;
  background-attachment: fixed;}
.pattarnimg{background-image: url("../images/patternimg.png");}
.shape{border-radius: 89px 5px 93px 32px;}
.footer-content{
    position: relative;
    background-color:#ffde00cf;
    padding: 180px 45px 45px 45px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0px 0 77px 0;
    z-index: 1;}
.logo-box {position: absolute;left: 0px;top: 0px;z-index: 1;background-color: #ffffff;}
.post-meta {position: relative;padding-top: 30px;margin-top: 20px;padding-left: 0px;border-top: 1px solid rgba(0, 0, 0, 0.1);}
.text1 { position: relative; padding: 0px 0 0 68px; margin-top: -60px; color: #000; z-index: 1;}
.detail4 i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 2px dotted #000000;
    margin-right: 15px;
    text-align: center;
    border-radius: 100%;
    color: #000 !important;
    display: inline-block;
    background: #eaeaea36;
    position:relative;
    z-index: 1;}
.footerbg::after {
    background-color: #070707c5;
    z-index: -1px;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;}
.text-glow {position: relative;z-index: 1;}
.go-top{
    position:fixed;
    bottom:0%;
    right: 3%;
    padding:20px;
    display:none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    transition: 0.3s;
    z-index:5;}
.go-top:after {
	content: "\F145";
	font-family: "Bootstrap-icons";
    background-color:#fff;
    color: #000;
    position: absolute;
    bottom: 75px;
    font-size: 35px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
	text-align: center;
  	line-height: 50px;
	box-shadow: 0 0 30px rgba(145, 144, 144, 0.6);}
.go-top:hover {transform: translate(0, -10px);}

@media (min-width:1px) and (max-width:767.98px){
.pad{padding:40px 0;}
.footer-content {padding: 30px 30px;}
.logo-box {position: relative;margin-bottom: 40px;display: inline-block;}
.about-us .text {font-size: 3rem;}
.go-top {right: 12%;}
}	
    
@media (min-width:768px) and (max-width:991.98px){
.pad{padding:40px 0;}
.about-us .text {font-size: 4.5rem;}
.go-top {right: 12%;}
}