
/* 
    Created on : Sep 30, 2016, 5:46:59 PM
    Author     : Sayali
*/
@font-face {
	font-family: 'Conv_FuturaStd-Heavy';
	src: url('../fonts/FuturaStd-Heavy.eot');
	src: local('☺'), url('../fonts/FuturaStd-Heavy.woff') format('woff'), 
            url('../fonts/FuturaStd-Heavy.ttf') format('truetype'),
            url('../fonts/FuturaStd-Heavy.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: Roboto-Light;
    src: url(../fonts/Roboto-Light.ttf);
}
@font-face {
    font-family: helvetica;
    src: url(../fonts/TT0288M_.TTF);
}

.hrms_headn{
    font-size: 5em;
    margin: 7em 0em 0em 1em;
    border-left: 2px solid #fff;
    padding-left: 0.1em;
/*    font-family: 'Conv_FuturaStd-Heavy';*/
    font-family: helvetica;
    font-weight: bold;
}
.hrms_info{
/*     font-family: 'Conv_FuturaStd-Heavy';*/
    font-size: 2em;
    padding: 1em 2.5em 0em 2.5em;
   line-height: 20px;
    width: 50%;
    font-family: helvetica;
}
.hrms_pg_second h4{
    color: #000;
    font-size: 2.5em;
/*    font-family: 'Conv_FuturaStd-Heavy';*/
    font-family: helvetica;
    font-weight: bold;
}
.hrms_pg_second ul{
  margin-top: 1em;
  width: 75%;
}
.hrms_pg_second ul li{
    color: #000;
    font-size: 2em;
    padding: 0.5em 0em;
/*    font-family: 'Conv_FuturaStd-Heavy';*/
    font-family: helvetica;
    list-style-type: decimal;
}
.col12{
    width: 100%;
    float: left;
    margin: 3em 2.5em 0em 2.5em;
}
.fullwidth{
    width: 100%;
    float:left;
}
.col40{
    width: 40%;
    float:left;   
}
.col60{
    width: 60%;
    float:left;   
}
.tac{
    text-align: center;
}
.col40 img{
    height: 525px;
    margin: 5em 0em;
    max-width: 100%;
}
.col60 p{
    padding: 0.5em 0em;
    font-size: 2em;
    padding-right: 2em;
    /* font-family: 'Conv_FuturaStd-Heavy'; */
    line-height: 20px;
    font-family: helvetica;
    background: url(../images/bullet.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 0px 0.8em;
    padding-left: 1em;
}
.form_col12{
    width: 100%;
    float: left;
    margin-top: 3em;
}
.form_col6{
    width: 50%;
    float: left;
}
.formfield{
    width: 80%;
    margin: 0.5em auto;
    width: 97%;
}
.formfield input{
    width: 100%;
    padding: 0.8em;
/*    font-family: 'Conv_FuturaStd-Heavy';*/
    font-family: helvetica;
    font-weight: bold;
    border: 1px solid #D3D3D3;
}
.formfield textarea{
    width: 100%;
    height: 135px;
    padding: 0.5em;
/*    font-family: 'Conv_FuturaStd-Heavy';*/
    font-family: helvetica;
    font-weight: bold;
    border: 1px solid #D3D3D3;
}
::-webkit-input-placeholder{
    color: #000;
}
.form_btn{
    background: #2d2d2d;
    border: none;
    color: #fff;
    padding: 0.8em 0em;
    width: 10%;
/*    font-family: 'Conv_FuturaStd-Heavy';*/
    cursor: pointer;
    margin-left: 0.5em;
    font-family: helvetica;
    font-weight: bold;
}
.mobi_addr{
    margin-top: 0em;
    text-align: center;
    position: absolute;
    bottom: 4em;
}
.mobi_addr address{
    color: #000;
    font-size: 1.5em;
/*    font-family: 'Conv_FuturaStd-Heavy';*/
    font-family: helvetica;
    font-weight: bold;
}

#animate_img{
    max-width: 100%;
    height: 100%; 
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
 
}   
.content_pos{
    position: absolute;
    top: 25%;
    left: 15%;
}
#gaming2 {
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-animation: backgroundScroll 20s linear infinite;
    animation: backgroundScroll 20s linear infinite;
    background-size: 100% 100%;
}

.content_holder{
    width: 85%;
    margin: 1em auto;
    background: rgba(0,0,0,0.5);
    padding: 1em;
}
.content_holder .hrms_headn{
    margin: 0em 0em 0em 0.2em;
}
.content_holder .hrms_info{
    width: 100%;
    padding: 1em 0em 0em 0.2em;
}