.bg-01 {background: #221413}
.bg-02 {background: #521f04}
.bg-03 {background: #720000}
.bg-04 {background: #eb9e75}
.bg-05 {background: #f4ba7a}
.bg-06 {background: #ffc866}
.bg-07 {background: #fadeac}
.bg-08 {background: #ffffff}

.rs-team.inner-style .team-item  .name a {
    color: #FFFFFF !important;
}
.rs-team.inner-style .team-item  .designation {
    color: #eb9e75 !important;
}
.rs-team.style1 .team-item .designation {
    color: #ffc866;
    margin-bottom: 16px;
    display: block;
}
.rs-team.style1 .team-item 
{
	border-radius: 25px;
}
/*
.bg-tattv{
  width: 100%;
  height: 500px;
  background-position: center;
  background-size: cover;
 background: url("../images/bg-yellow.jpg") ;
  background-attachment: fixed;
}*/
.bg-tattv{
  width: 100%;
  height: auto;
  background-position: center;
  background-size: cover;
 background: url("../images/background-img.png") no-repeat center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
	background-size: cover;
	background-color: #1c120c;
	background-attachment:fixed;
	position:relative;
	overflow:hidden; 
}

.text-align-justify
{
	text-align: justify;
}
@font-face {
	font-family: calmiusSansExtraBoldLow;
	src: url("../my-fonts/Calmius Sans Extra Bold Low.ttf");
	
}
@font-face {
	font-family: calmiusSansExtraLightLow;
	src: url("../my-fonts/Calmius Sans Extra Light Low.ttf");
	
}
.team-info-text .social ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
   
}
.team-info-text .social ul li a {
    text-align: center;
    color: white;
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 39px;
    background-color: #720000;
    border-radius: 50%;
    font-size: 14px;
}