.release-info{

}
.release-logo{

}
.release-heading{
	
}
.release-heading h2 span{
	display:inline-block;
	position: relative;
    font-size: 30px;
    text-align: center;
    line-height: 1.5em;
    padding-bottom: 45px;
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #111;


}
.release-heading h2 span:after{
	position: absolute;
    width: 40px;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    bottom: 3px;
    content: '\00a7';
    font-size: 30px;
    line-height: 40px;
    color: #c50000;
    font-weight: 400;
    display: block;
    background-color: transparent;
}

.release-heading h2 span:before{
	position: absolute;
    left: 0;
    bottom: 20px;
    width: 40%;
    left: 50%;
   	height: 1px;
    content: "";
    background-color: #777;
    transform: translate(-50%),-50%;
    transform: translate(-50%, 0px);
   
}
.release-date{
	font-weight: 600;
	color:#808080;
  font-size: 12px;
}
.lbl-version{
	color: #000000;
	font-weight: 700;
	font-size: 1.75rem;
}
.download{
	font-size: 1rem;
}

.download a{
	color: #593bdb !important;
}

.download a i{
	padding-right: 5px;
}
.release-tab .card-header h5 a{
	color: #000000;
}

.release-tab .card-body ul{
	margin-left: 30px;
}

.release-tab .card-body ul li{
	color:#000000;
	list-style-type: inherit;
}
.copyright{
	margin: 0 auto;
    width: 100%;
    position: fixed;
    width: 17.1875rem;;
    bottom: 10px;
    /* margin-left: 0; */
    /* padding-left: 0; */
    text-align: center;
    left: 0;
    color: #ffffff;
}
.header-breadscrum{
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 9;
}
.header-breadscrum label.main{
    font-size: 18px;
}



.loader-106 {
  width: 32px;
  height: 90px;
  margin-bottom: 20px;
  position: relative;
  border-radius: 50% 50% 0 0;
  border-bottom: 10px solid #FF3D00;
  background-color: #FFF;
  background-image: radial-gradient(ellipse at center, #FFF 34%, #FF3D00 35%, #FF3D00 54%, #FFF 55%), linear-gradient(#FF3D00 10px, transparent 0);
  background-size: 28px 28px;
  background-position: center 20px, center 2px;
  background-repeat: no-repeat;
  -webkit-animation: animloader106back 1s linear infinite alternate;
          animation: animloader106back 1s linear infinite alternate;
}
.loader-106::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 44px;
  border-radius: 50%;
  box-shadow: 0px 15px #FF3D00 inset;
  top: 67px;
}
.loader-106::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 34px;
  height: 34px;
  top: 112%;
  background: radial-gradient(ellipse at center, #ffdf00 8%, rgba(249, 62, 0, 0.6) 24%, rgba(0, 0, 0, 0) 100%);
  border-radius: 50% 50% 0;
  background-repeat: no-repeat;
  background-position: -44px -44px;
  background-size: 100px 100px;
  box-shadow: 4px 4px 12px 0px rgba(255, 61, 0, 0.5);
  -webkit-animation: animloader106 1s linear infinite alternate;
          animation: animloader106 1s linear infinite alternate;
}


@-webkit-keyframes animloader106 {
  0% {
    box-shadow: 4px 4px 12px 2px rgba(255, 61, 0, 0.75);
    width: 34px;
    height: 34px;
    background-position: -44px -44px;
    background-size: 100px 100px;
  }
  100% {
    box-shadow: 2px 2px 8px 0px rgba(255, 61, 0, 0.5);
    width: 30px;
    height: 28px;
    background-position: -36px -36px;
    background-size: 80px 80px;
  }
}

/*common css*/
.h-125{
  height: 125px;
} 
.w-125{
  width: 125px;
}
.download-link a img{
    height: 62px;
    margin-left: 20px;
}
.download-link a img.appstore{
    height: 55px;
}
.production-link{
    position: fixed;
    bottom: 35px;
    padding-left: 8px;
}

.production-link label{
    position: relative;
    top: 3px;
    color: #ffffff;
    font-size: 16px;
    cursor:pointer;
}
.header h2{
    display: block !important;
    text-align: left;
    width: 100%;
    padding-left: 85px;
}
.menu-toggle .header h2 {
    display: block !important;
    text-align: left;
    width: 100%;
    padding-left: 25px;
}


