
/* 
    Created on : Sep 30, 2016, 5:46:59 PM
    Author     : Sayali
*/
@media only screen and (max-width:768px){
    
    #screenshots
    {
        width:100% !important;
    margin:0 auto;
    }
    


}
@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/Roboto-Light.ttf);
}

.hrms_headn{
    font-size: 2em;
/*    margin: 1.5em 0em 0em 1.5em;*/
/*    border-left: 2px solid #fff;*/
    padding-left: 0.1em;
    padding-top: 1.5em;
   
    margin-left: 1.7em;
/*    font-family: 'Conv_FuturaStd-Heavy';*/
    font-family: helvetica;
    font-weight: bold;
}
.hrms_info{
/*     font-family: 'Conv_FuturaStd-Heavy';*/
    font-size: 1.5em;
    padding: 1em 2.5em 0em 2.5em;
    line-height: normal;
    width: 55%;
    font-family: helvetica;
}
.hrms_pg_second h4{
    color: #000;
    font-size: 1.5em;
/*    font-family: 'Conv_FuturaStd-Heavy';*/
    font-family: helvetica;
    font-weight: bold;
}
.hrms_pg_second ul{
  margin-top: 1em;
  width: 75%;
  margin-left:2em;
  
}
.hrms_pg_second ul li{
    color: #000;
    font-size: 1em !important;
    padding: 0.3em 0em !important;
/*    font-family: 'Conv_FuturaStd-Heavy';*/
    font-family: helvetica;
    list-style-type: disc !important;
}
.hrms_pg_second ol{
  margin-top: 1em;
  width: 100%;
 
}
.hrms_pg_second ol li{
    color: #000;
    font-size: 1.4em;
    padding: 0.5em 0em;
/*    font-family: 'Conv_FuturaStd-Heavy';*/
    font-family: helvetica;
     list-style-type: none;
     line-height: normal;
}
.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: 600px;
    width: 90%;
    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: #c52f22;
    border: none;
    color: #fff;
    padding: 0.8em;
/*    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.3em;
/*    font-family: 'Conv_FuturaStd-Heavy';*/
    font-family: helvetica;
    font-weight: bold;
    padding: 1.5em 0.5em;
}

#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: 10%;
    left: 15%;*/
}
#board_meeting2 {
width: 100%;
height: 100%;
background: #fff;
/*background: #fff url(../images/2ndinfo.png);*/
-webkit-animation: backgroundScroll 20s linear infinite;
animation: backgroundScroll 20s linear infinite;
background-size: 100% 100%;
}

/*@-webkit-keyframes backgroundScroll {
from {background-position: 0 0;}
to {background-position: -100% 0;}
}
        
@keyframes backgroundScroll {
from {background-position: 0 0;}
to {background-position: -100% 0;}
}*/
.appimages div{
    display:inline-block;
    width: 45%;
    margin: 0.5em;
}

.slick-prev:before,
    .slick-next:before {
      color: black !important;
    }
    
    .slick-prev {
    left: -34px !important;
}

/*.slick-slide img {
    display: block;
    width: 55% !important;
}*/

#screenshots
{
    width:70%;
    margin:0 auto;
}

.mobi_contactus{
    margin-top: 0em;
    text-align: center;
    font-size:1.5em;
/*    position: absolute;*/
/*    bottom: 4em;*/
}