@font-face {
    font-family: pirulen;
    src: url(fonts/pirulen.ttf);
}
.site-logo{
    
}
.profile_box{
    background-color: #fff;
    margin-bottom: 20px;
}
.profile_pad{
    padding: 10px 20px 20px 20px;
    border-top: 5px solid #00BCD4;
}
.pf_cap{
    width: 30%;
    position: absolute;
    margin-top: 5px;
    padding-left: 15px;
}
.pf_cap span{
    font-size: 25px;
    color: #e56814;
}
.profile_img{
    padding: 15px 0 0 0;
}
.profile_img img {
    float: none;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}
.profile-usertitle {
    text-align: center;
    margin-top: 20px;
}
.profile-usertitle-name {
    color: #5a7391;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7px;
}
.profile-usertitle-job {
    text-transform: uppercase;
    color: #5b9bd1;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 7px;
}
.profile-desc-title {
    color: #7f90a4;
    font-size: 17px;
    font-weight: 600;
}
.profile-desc-text {
    color: #7e8c9e;
    font-size: 14px;
}
.margin-top-20 {
    margin-top: 20px !important;
}
.margin-top-40 {
    margin-top: 40px !important;
}
.profile-desc-link i {
    width: 22px;
    font-size: 19px;
    color: #abb6c4;
    margin-right: 5px;
}
.profile-desc-link a {
    font-size: 14px;
    font-weight: 600;
    color: #5b9bd1;
}
.seperation{
    margin-top: 10px;
    border-top:  1px solid #f0f4f7;
    padding-bottom: 20px;
}
.border_pan{
    border-top:1px solid #f0f4f7;
    margin-top: 30px;
    padding-top: 25px;
}
/*Login*/
.content-form-page{
    padding: 20px 30px 30px 30px;
    background: #09172333;
    margin-bottom: 3em;
    /*background-image: url("../images/login_bg.jpg");*/
    /*background-color: #cccccc;*/
    -webkit-box-shadow: 0px 3px 9px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 9px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 9px 2px rgba(0,0,0,0.75);
}
.content-form-page h2{
    padding-top: 10px;
    border-bottom: 5px solid #00BCD4;
    padding-bottom: 10px;
    text-align: center;
    /*color: #03A9F4;*/
    color: white;
    margin-bottom: 20px;
}
.content-form-page label,a{
    color: white;
}
.login_rd{
    background: #09172333;
    position: absolute;
    width: 82px;
    border: 1px solid transparent;
    padding: 30px 25px 30px 25px;
    border-radius: 50px;
    margin: -40px 0 0 0;
    left: 45%;
    -webkit-box-shadow: 0px 3px 9px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 9px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 9px 2px rgba(0,0,0,0.75);
}
.login_rd1 {
    background: #09172333;
    position: absolute;
    width: 80px;
    border: 1px solid transparent;
    padding: 25px 15px 22px 23px;
    border-radius: 50px;
    margin: -40px 0 0 0;
    left: 45%;
    -webkit-box-shadow: 0px 3px 9px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 9px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 9px 2px rgba(0,0,0,0.75);
}
.login_rd i{
    font-size: 40px;
    color: white;
}
.login_rd1 i{
    font-size: 40px;
    color: white;
}
/*Contact Us*/
.contact_us{
    background: linear-gradient(to bottom, #33ccff 0%, #993399 100%);
    min-height: 500px;
    padding: 2em 0 3em 0;
}
.font_w{
    color: white;
}
.left-w3 {
    float: left;
    width: 48%;
    margin-right: 4%;
}
.left-w3 h2{
    color: white;
}
.agile1 {
    background: rgba(255, 255, 255, 0.15);
    padding: 15px;
    margin-bottom: 20px;
}
.agile1 h4{
    color: white;
    margin: 0 0 10px 0;
}
.right-w3ls {
    float: left;
    width: 48%;
}
h3.w3ls {
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
}
.socialicons {
    text-align: center;
    background: #fff;
}
.socialicons ul li {
    display: inline-block;
}
.socialicons ul li a {
    height: 45px;
    width: 50px;
    background: url(../images/img-sprite.png) no-repeat 0px 0px;
    display: inline-block;
    border: none;
    transition: 0.5s all;
    webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}


.socialicons ul li a.facebook:hover {
    background: url(../images/img-sprite.png) no-repeat 0px -50px;
}
.socialicons ul li a.twitter:hover {
    background: url(../images/img-sprite.png) no-repeat -50px -50px;
}
.socialicons ul li a.twitter {
    background: url(../images/img-sprite.png) no-repeat -50px 0px;
}
.socialicons ul li a.google:hover {
    background: url(../images/img-sprite.png) no-repeat -100px -50px;
}

.socialicons ul li a.google {
    background: url(../images/img-sprite.png) no-repeat -100px 0px;
}
.socialicons ul li a.pinterest {
    background: url(../images/img-sprite.png) no-repeat -150px 0px;
}
.socialicons ul li a.pinterest:hover {
    background: url(../images/img-sprite.png) no-repeat -150px -50px;
}
.socialicons ul li a.linkedin {
    background: url(../images/img-sprite.png) no-repeat -200px 0px;
}
.socialicons ul li a.linkedin:hover {
    background: url(../images/img-sprite.png) no-repeat -200px -50px;
}