body{margin:0; padding:0;}
.pt-20 {
    padding-top: 20px;
}
.pb-50 {
    padding-bottom: 50px;
}
a, button {
    color: inherit;
    outline: medium none;
    text-decoration: none;
}
/*header{position: absolute; z-index: 99; width: 100%;}*/
.brand-area .brand-wrapper{
    width: 198px;
    visibility: visible;
    animation-delay: 0.6s;
    animation-name: fadeInUp;
    margin-right: 30px;	
}
.tp-main-menu-bg {
    margin-left: 0;
    margin-right: 0;
}
.tp-footer-info-social a{
	width: 25px;
    height: 25px;
    line-height: 25px;
	}

/*Back to top css*/
.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset  0 0 0 2px rgba(95, 58, 252,0.2);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  
  .progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  
  .progress-wrap::after {
    position: absolute;
    content: '\f176';
    font-family: "Font Awesome 5 Pro";
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    color: #06ae5a;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }


  
  .progress-wrap svg path { 
    fill: none; 
  }
  
  .progress-wrap svg.progress-circle path {
    stroke: #06ae5a;
    stroke-width: 4;
    box-sizing:border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  