.widget .logo-black-and-white {
margin-left: auto;
}
address p {
    font-weight: 700;
}

#logo {
    position: relative;
    display: -ms-flexbox;
    display: flex
;
    align-items: center;
    -ms-flex-align: center;
    margin-right: auto;
    max-height: 100%;
}
#logo img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
a img {
    border: none;
}
img {
    overflow-clip-margin: content-box;
    overflow: clip;
}
#logo a {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
}

.footer-box p {
    color: aliceblue;
    font-weight: 700;
    padding-top: 10px;
    text-align: center;
}

.texture {
    /*float: left;
    margin: 1em 1em 0 0;*/
    background: #333;
    /*box-shadow: 0 10px 10px -10px black;*/
    border: 1px solid rgba(255,255,255,0.25);
}

.texture {
    background-image: repeating-linear-gradient(-45deg, rgba(255,255,255, 0.25), rgba(255,255,255, 0.25) 1px, transparent 1px, transparent 6px);
    background-size: 4px 4px;
}

/*.texture1 {
    background-image: repeating-linear-gradient(-45deg, rgba(255,255,255, 0.25), rgba(255,255,255, 0.25) 1px, transparent 1px, transparent 6px);
    background-size: 4px 4px;
}*/
.whatsapp_here {
    width: 25%;
}


/*------------smoothscroll--------------**/
/*body {
  display: grid;
  grid-template-columns: auto 0px; 
}*/
/*.top {
  --offset: 50px;   
  position: sticky;
  bottom: 20px;      
  margin-right:10px; 
  place-self: end;
  margin-top: calc(100vh + var(--offset));*/  
  /* visual styling */
 /*width:45px;
  aspect-ratio:1;
  background:#ff8b24;
  border-radius:10px;
}
.top:before {
  content:"";
  position:absolute;
  inset:30%;
  transform:translateY(20%) rotate(-45deg);
  border-top:5px solid #fff;
  border-right:5px solid #fff;
}*/
/*p {
  font-size: 25px;
}*/

/* remove the below if you don't want smooth scrolling */
html {
    scroll-behavior: smooth;
}

.arrowup .arrowhome {
    width: 100px;
    height: 100px;
    font-size: 25px;
    /*top: 32%;
    bottom: auto;*/
    margin-left: 70%;
    border: 1px;
    border-style: solid;
    color: #300e7e;
    border-color: #1c074d;
    background-color: #dddddd !important;
    /*padding:10px;*
    z-index: 999;
    line-height: 1;*/
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    border-radius: 50%;
}
.arrowup .arrowhome i.fa-arrow-up {
    font-size: 25px;
    padding-top: 6x;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
    text-align: center;
}

.arrowup .arrowhome i.fa-arrow-up:hover {
    color: #1c074d;
}