@charset "utf-8";
/* CSS Document */


body, h1, h2, h3, h4, h5, h6, ul, li{
	margin:0;
	padding:0;
	font-family:"roboto";
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}

body{
	font-size:15px;
	color:#333;
}

h1, h2, h3, h5, h6{
	font-family:"roboto-cond";
}

h4{
	font-family:"roboto";
	font-size:17px;
	font-weight:normal;
}

.wrapper{
	width:100%;
	margin:auto;
}

.container{
	max-width:1100px;
	width:95%;
	margin:auto;
}

.bg-grey-light{
	background:#e7e7e7;
}

.bg-blue{
	background:#dcdcdc;
}

.bg-darkblue{
	background:#2f3a43;
}

.bg-darkblue-1{
	background:#232b31;
}

img{
	border:0;
	width:100%;
	//height:auto;
}

p{
	text-align:justify;
	font-family:"roboto";
	font-size:16px;
	//padding-left:10px;
	margin-top:0;
}

.clear{
	clear:both;
}


ul li{
	float:left;
	list-style:none;
}

.responsive-slider-parallax ul li{
	float:none !important;
}

i{
	width:30px;
	height:30px;
	float:left;
}

.pull-left{
	float:left;
}

.pull-right{
	float:right;
}

input, select, textarea{
	transition:all 0.4s ease;
}

a{
	text-decoration:none;
	color:#333333;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	font-family:"bench";
}

.border-btm{
	border-bottom:#ccc solid thin;
}

.cntct-detail, .cntct-detail a{
	width:auto;
	float:left;
	position:relative;
	padding:8px 0;
	font-family:"roboto";
	color:#333;
	font-size:15px;
}

.cntct-detail a{
	padding:0;
}

.cntct-detail .cntct-content{
	width:auto;
	line-height:25px;
	float:left;
	margin-left:5px;
	
}

.cntct-detail .cntct-content i{
	margin-right:5px;
}

.cntct-detail .cntct-content:first-child{ 
	margin-right:20px;
}

.cntct-detail .cntct-content:last-child{
	padding-left:5px;
	padding-right:5px;	
}


i{
	width:25px;
	height:25px;
	float:left;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
 //margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
}

.icon-phone{
	background-position:-29px -17px;
}

.icon-mail{
	background-position:-29px -64px;
}

.icon-upload{
	background-position:-80px -10px;
	transition:all 0.4s ease;
}

.icon-logout{
	background-position:-29px -144px;
}

.icon-add{
	background-position:-27px -187px;
}

.icon-que{
	background-position:-28px -230px;
}

.icon-bck{
	background-position:-87px -107px;
}

.icon-add-note{
	background-position:-29px -278px;
}


.icon-view-note{
	background-position:-29px -329px;
}

.logo{
	float:left;
	margin:2px 0;
}
#nav{
	float:right;
	margin:9px 0;
}

#nav li{
	padding:15px 10px;
}

#nav a{
	font-size:20px;
	text-transform:uppercase;
	padding:3px 10px;
	display:block;
}

#nav a:hover{
	color:#0096DC;
}

#nav a.active{
	background:#0096dc;
	color:#fff;
}

.shadow-btm{
	box-shadow:0 10px 8px 0 rgba(0,0,0,0.2); 
	position:relative;
	z-index:2;
}

.slide{
	position:relative;
	z-index:1;
}

.slide li{
	width:100%;
}

.col-1{
	width:25%;
}

.col-2{
	width:72%;
	position:relative;
}

.girl-bg{
	background:url(../images/girl-bg.png) no-repeat right top;
	background-size:auto 100%;
	padding-bottom:40px;
}

.boy-bg{
	background:url(../images/boy-bg.png) no-repeat;
	padding:10px 0;
	background-position:40px bottom;
	
}

.content{
	padding-top:40px;
	
}

ul#login-btn{
	width:100%;
	float:left;
}

ul#login-btn li{
	text-align:center;
	width:49.5%;
}

ul#login-btn li:first-child{
	margin-right:1%;
}

ul#login-btn li a{
	line-height:30px;
	font-size:21px;
	border:#e1e1e1 solid thin;
	border-bottom:none;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	display:block;
	padding:3px 0;
	font-family:"bench";
	text-decoration:none;
}

.login-box a{
		font-family:"bench";
		text-decoration:none;
}

ul#login-btn li a.active{
	background:#e1e1e1;
	color:#0096dc;
}

.login-box .form{
	background:#e1e1e1;
	padding:10px;
	height:250px;
	position:relative;
	overflow:hidden;
}

.form-group{
	width:100%;
	float:left;
	margin:10px 0;
}

.login-box .form-group .label {
	width:100%;
	line-height:25px;
	font-family:"roboto";
	font-size:15px;
	color:#333;
}

.login-box .form-group .inpt{
	width:100%;
}

.wrapper input,.wrapper select,.wrapper textarea, .forgot input{
	height:35px;
	background:#fff;
	border:#cecece thin solid;
	width:95%;
	padding-left:5px;
	font-family:"roboto" !important;
	font-size:14px;
}

.login-box input, .login-box select, .login-box textarea{
	width:98%;
}

.wrapper textarea{
	height:80px;
	resize:none;
	padding-top:8px;
}

.wrapper select {
	width:98%;
}

.wrapper input:focus, .wrapper select:focus, .wrapper textarea:focus, .forgot input:focus{
	border:#0096dc solid thin;
	box-shadow:0 0 5px 0 rgba(0,150,220,0.3);
}

button, input.inpt-btn{
	height:30px;
	padding:3px 10px;
	background:#0096dc;
	border:none;
	font-family:"bench";
	text-transform:uppercase;
	color:#fff;
	font-size:18px;
	letter-spacing:1px;
	cursor:pointer;
}

input.inpt-btn{
	width:auto;
	font-family:"bench" !important;
}


input.button-submit{
	margin-left:30%;
}

.wrapper .text{
	font-family:"bench";
	font-size:18.5px;
	border:none !important;
}

.login-box .text a.blue, .login-box .text a:hover{
	color:#0096dc;
}

#employer{
	display:none;
}

h1, h2{
	font-family:"bench";
	font-size:30px;
	padding-right:7px;
	float:left;
	font-weight:normal;
}

.heading{
	color:#0096dc;
	position:relative;
	background:url(../images/head-bg.png) no-repeat left bottom;
	padding-bottom:15px;
}

.punch-line{
	font-family:"bench";
	font-size:35px;
	color:#ffae00;
	margin-top:60px;
}

.col-2 .text{
	font-family:"roboto";
	font-size:18px;
	width:50%;
	float:left;
	margin:10px 0;
}

.btn-plain{
	padding:0;
	color:#333;
	clear:both;
	float:left;
	text-transform:uppercase;
	font-size:18px;
	margin-top:40px;
}

.btn-plain span{
	background:#0096dc;
	padding:5px 10px;
	color:#fff;
	font-size:22px;
	float:left;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}

.btn-plain i{
	float:right;
	background-color:#ffae00;
	padding:5px;
	height:30px;
	width:35px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}

.btn-plain:hover .icon-upload {
    background-position: -80px -53px;
}

.fly{
	width:72px;
	height:108px;
	position:absolute;
	bottom:0;
	left:-20px;
	background:url(../images/plain.png) no-repeat;
}

.icons{
	width:71px;
	float:left;
}

.cntnt-txt{
	margin-left:5px;
	float:left;
}

h3{
	color:#333;
	font-family:"bench";
	font-size:25px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:normal;
	margin-top:5px;
}

h4{
	font-family:"roboto";
	font-size:16px;
}

ul#list li{
	margin-bottom:20px;
	margin-top:5px;
	float:left;
	width:100%;
}

ul#list li:last-child h4{
	font-weight:bold;
	font-size:15px;
}

.news-bg h2.heading{
	font-size:40px;
	color:#333;
	text-transform:uppercase;
	width:100%;

}

.news-bg{
	background:url(../images/news-bg.gif) no-repeat center;
	background-size:100% 100%;
	background-attachment:fixed;
	padding:30px 0;
}

#news-slider{
	margin:20px 0;
	width:100%;
	float:left;
}


#news-slider .item:first-child{
	margin-left:0;
}

.date{
	font-family:"bench";
	font-size:20px;
	text-align:center;
	width:86px;
	background:#e1e1e1;
	border-radius:3px;
	float:left;
	padding:5px 0;
}

.news{
	width:68%;
	float:left;
	margin-left:15px;
}

.news h3{
	color:#0096dc;
	font-size:24px;
}

.news .text{
	font-family:"roboto";
	font-size:15px
}
.news a{
	display:block;
	font-family:"roboto";
	font-size:15px;
	color:#0096dc;
	width:auto;
}

.col-3{
	float:left;
	width:150px;
	height:100px;
	text-align:center;
	vertical-align:middle;
	background:url(../images/client-arw.png) no-repeat;
	background-position:right -177px;
	padding-right:15px;
}

.col-3 h3{
	padding-top:25px;
	text-transform:capitalize;
	font-size:35px;
}

.col-4{
	width:85%;
	float:right;
}

.top-btm-mrgn{
	margin:20px auto;
}

#clients-slider .item{
	border-right:#ccc solid thin;
	text-align:center;

}
u#clients-slider .item:last-child{
	border:none;
}

#clients-slider .item img{
	width:auto;
}

#clients-slider .owl-buttons{
	display:none;
}

.footer-main{
	padding:15px 0;
}
.footer-main h2{
	border-bottom:#0c4171 solid thin;
	line-height:30px;
	color:#fff;
	text-align:left;
	padding-bottom:8px;
	width:100%;
	margin-bottom:15px;
}
.footer-main p{
	font-size:15px;
	color:#fff;
	padding-left:0;
}

.footer-main a{
	font-family:"roboto";
}

.footer-nav li{
	float:none;
	line-height:30px;
	border-bottom:thin solid #066a99;
}
.footer-nav li:last-child{
	border:none;
}

.footer-nav li a{
	color:#fff;
}

.footer-main a, .footer a{
	text-decoration:none;
}


.footer-nav li a:hover{
	color:#333;
}


.blue-ftr{
	background:#0096DC;
}

.col-5{
	width:30%;
	float:left;
}

.col-5 a{
	color:#fff;
}

.col-6{
	float:left;
	width:20%;
	margin-left:3%;
}

.footer {
	padding:20px 0;
	text-align:center;
}

.footer  ul li{
	color:#87c5fc;
	font-size:14px;
	border-right:#87c5fc solid thin;
	padding:0 10px;
	float:none;
	display:inline-block;
}

.footer  ul li:last-child{
	border:none;
}

.footer a{
	color:#fff;
	font-family:"roboto";
}

.footer a:hover{
	color:#000;
}

.blue-dark{
	background:#017bb3;
}

.grey-clr{
	background:#eee;
}

.row{
	width:100%;
	float:left;
	margin-bottom:15px;
}

.ftr-icon{
	width:42px;
	float:left;
}

.ftr-cntnt{
	width:80%;
	float:left;
	color:#fff;
	font-family:"roboto";
	font-size:15px;
	margin-left:5px;
}

.ftr-res{
	display:none;
}

.col-5 .row .ftr-cntnt{
	margin-top:10px;
}

.no-mrgn-top{
	margin-top:0 !important;
}

.menu-tab{
	display:none;
}

.overflow-hidden{
	position:relative;
	overflow:hidden;
}

.owl-pagination{
	display:none;
}

.owl-buttons{
	position:absolute;
	z-index:1;
	right:0;
	top:0;
	margin-top:55px;
}

.owl-buttons .owl-prev, .owl-buttons .owl-next{
	float:left;
	margin-right:3px;
	margin-top:5px;	
}

.owl-buttons .owl-prev span, .owl-buttons .owl-next span{
	width:25px;
	height:25px;
	background:#0f4775;
	border-radius:3px;
 }
 
 .owl-buttons span{
 	display:block;
 }
 
 .owl-buttons .owl-prev span{
 	background-color:#0096DC;
 	background-image:url(../images/arw-prev.png);
	background-repeat:no-repeat;
	background-position:center;
 }
 
  .owl-buttons .owl-next span{
 	background-color:#0096DC;
 	background-image:url(../images/arw-next.png);
	background-repeat:no-repeat;
	background-position:center;
 }
 
.responsive-slider-parallax ul li{
	float:none !important;
}

.breadcrums{
	padding-top:10px;
}

.breadcrums a{
	//font-family:"roboto";
	font-size:16px;
	color:#333;
	float:left;
	width:auto;
	padding:3px 10px;
	text-decoration:none;
	font-weight:normal;
}

.breadcrums .links:first-child a{
	padding-left:0;
}


.breadcrums a:hover, .breadcrums a.active{
	color:#017BB3;
}

.breadcrums .arw{
	float:left;
	margin-top:11px;
}

.breadcrums .arw img{
	width:auto;
}

.header h1{
	color:#0096dc;
	font-size:40px;
	padding:10px 0;
	border-bottom:#0096dc solid 3px;
}

p a{
	font-family:"roboto";
	color:#0096dc;
}

.about-us{
	background:url(../images/about.jpg) no-repeat center;
	background-size:100%;
}

.light-blue{
	background:rgba(0,150,220,0.5);
}

.que{
	width:40px;
	height:40px;
	background:#0096dc;
	border-radius:8px;
	float:left;
	text-align:center;
	line-height:30px;
	position:relative;
} 

.que h3{
	color:#fff;
}

span.faq-arw{
	position:absolute;
	width:11px;
	height:15px;
	right:-10px;
	background:url(../images/faq-arw.png) no-repeat center;
	top:12px;
}

.faq-cntnt{
	width:94%;
	float:left;
	//margin-left:15px;
	border:#ccc solid thin;
	padding:0 10px;
	box-shadow:0 0 05px 0 rgba(0,0,0,0.2);
}

.faq-cntnt h3{
	text-transform:inherit;
}

.ans{
	margin:10px 0;
	width:100%;
	float:left;
}

ul.lists{
	margin-left:15px;
}

ul.lists li {
	float:none;
	list-style: url(../images/bullet.png) !important;
	margin-bottom:7px;
}

ul.lists li strong{
	color:#0096dc;
}

.faq .row{
	margin-bottom:20px;
}

.feedback.form {
	width:45%;
	float:right;
	background:#ededed;
	padding:10px;
	padding-top:5px;
}

.form-group .label{
	width:30%;
	float:left;
	line-height:39px;
	//text-align:right;
	font-size:16px;
}


.dots{
	float:right;
	margin:0 10px;
	line-height:36px;
}

.contact .dots{
	line-height:normal;
}

.form-group .inpt{
	width:70%;
	float:left;
}

.feedback .form-group button:first-child{
	margin-left:30%;
}

.cntct{
	width:50%;
	float:left;
}

.map{
	position:relative;
	height:250px;
	overflow:hidden;
	float:left;
	clear:both;
	width:100%;
	margin-top:10px;
	border:#ccc solid thin;
	padding:5px;
}

.map-inner{
	width:98.5%;
	height:96%;
	position:absolute;
	overflow:hidden;
}

.map-inner iframe{
	height:200%;
	margin-top:-170px;
}

.contact{
	width:100%;
	float:left;
}

.contact {
	margin-top:20px;
}
.contact .row .label{
	width:30%;
	float:left;
	color:#0096dc;
}


.contact .cntct-cntnt{
	color:#333333;
	width:70%;
	float:left;
}

.inner-page .content{
	margin:40px 0;
	padding-top:0;
}

.sitemap ul.lists{
	margin-left:20px;
}

.sitemap ul.lists li a{
	font-size:20px;
}

.sitemap ul.lists li a:hover{
	color:#0096dc;
}

.top-nav{
	position:relative;
}

.fixed{
	background: #fff;
    position: fixed;
    top: 0;
    z-index: 2;
}

/* back top top css */

.cd-container {
  width: 90%;
  max-width: 768px;
  margin: 2em auto;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(3, 3, 3, 0.5) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  border-radius:3px;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

ul#list-register{
	margin-left:20px;
	margin-top:20px;
}

ul#list-register li{
	list-style:url(../images/bullet.png);
	margin-bottom:10px;
	clear:both;
}

ul#list-register li a{
	padding:5px 10px;
	background:#eee;
	border-radius:3px;
	border:#ccc solid thin;
	margin-top:9px;
	float:left;
	font-family:"roboto";
	margin-right:5px;
}

ul#list-register li a:hover{
	background:#0096dc;
	color:#fff;
}

.signup{
	width:50%;
	margin:auto;
}

.inline-form{
	box-shadow:0 0 5px 0 rgba(0,0,0,0.3);
	padding:5px 10px;
	border-top:#017BB3 solid 2px;
}

.inline-form h3{
	text-transform:capitalize;
	color:#0096dc;
	border-bottom:#ccc solid thin;
}

.inline-form .form-group .label{
	width:30%;
	float:left;
	line-height:35px;
}

.inline-form .form-group .inpt{
	width:70%;
	float:left;
}

input.dob{
	background-image:url(../images/icon-calendar.png);
	background-repeat:no-repeat;
	background-position:right;
	background-size:8.5%;
}

input.chck-radio{
	width:auto;
	float:left;
	margin-right:5px;
}

span.txt{
	float:left;
	line-height:40px;
	margin-right:15px;
}

label{
	cursor:pointer;
}

/* radio */
.regular-radio {
	display: none;
}

.regular-radio + label {
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
	float:left;
	margin-top:10px;
	margin-right:5px;
}

.regular-radio:checked + label:after {
	content: ' ';
	width: 8px;
	height: 8px;
	border-radius: 50px;
	position: absolute;
	top: 5px;
	background: #0096dc;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	text-shadow: 0px;
	left: 5px;
	font-size: 32px;
}

.regular-radio:checked + label {
	background-color: #e9ecee;
	color: #99a1a7;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
}

.regular-radio + label:active, .regular-radio:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

/* radio end */

span.red{
	color:#ff0000;
	font-size:13px;
	line-height:20px;
}



.login-box .form button{
	margin-left:0;
}

/* slide popup */

#slide_background {
    -webkit-transition: all 0.3s 0.3s;
       -moz-transition: all 0.3s 0.3s;
            transition: all 0.3s 0.3s;
}
#slide,
#slide_wrapper {
    -webkit-transition: all 0.4s;
       -moz-transition: all 0.4s;
            transition: all 0.4s;
}
#slide {
    -webkit-transform: translateX(0) translateY(-40%);
       -moz-transform: translateX(0) translateY(-40%);
        -ms-transform: translateX(0) translateY(-40%);
            transform: translateX(0) translateY(-40%);
}
.popup_visible #slide {
    -webkit-transform: translateX(0) translateY(0);
       -moz-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);

}

.slide-popup{
	width:350px;
	background:#eee;
	vertical-align:middle;
	padding:7px 10px;
	border-top:#0096dc solid 3px;
	box-shadow:0 0 15px 0 rgba(0,0,0,0.8);
	position:relative;
}

.slide-popup h3, .popup-design h3{
	color:#0096dc;
	border-bottom:#ccc solid thin;
}


.forgot .form{
	margin-top:15px;
}

.slide-popup .close, .popup-design .close{
	position:absolute;
	width:25px;
	height:25px;
	border:#fff solid 2px;
	box-shadow:0 0 8px 0 rgba(0,0,0,0.5);
	background:#017BB3 url(../images/close-btn-popup.png) no-repeat center;
	top:-10px;
	right:-10px;
	border-radius:50%;
}

.slide-popup .close a, .popup-design .close a{
	display:block;
	content:' ';
	width:25px;
	height:25px;
}

/* slide popup end */

.button{
	width:100%;
	text-align:center;
	margin-top:10px;
	border:none;
}

.form-group button:first-child{
	margin-left:30%;
}

.login-box .form-group button:first-child{
	margin-left:0;
}

.button img{
	width:90%;
}

.cntct-detail-left{
	float:left;
}

.top-myprofile{
	float:right;
	width:auto;
	line-height:35px;
	//border-left:#ccc solid thin;
	//padding:0 15px;
}

.top-myprofile .propic{
	width:20px;
	height:20px;
	margin-right:7px;
	float:left;
	margin-top:5px;
	//border:#ccc solid thin;
	//border-radius:3px;
	padding:2px;
}

.top-myprofile ul li{
	line-height:35px;
	border-left:#ccc solid thin;
	border-right:#ccc solid thin;
	position:relative;
}

.top-myprofile ul li:first-child{
	border-right:none;
}

.top-myprofile .drop ul li{
	border:none;
	width:100%;
	border-bottom:#ccc solid thin;
}

.top-myprofile .drop ul li a{
	line-height:35px;
}

.top-myprofile .drop ul li:last-child{
	border-bottom:none;
}

.top-myprofile .drop{
	display:none;
	position:absolute;
	background:#fff;
	z-index:10;
	border:#ccc solid thin;
	width:110%;
	box-shadow:0 3px 5px 0 rgba(0,0,0,0.3); 
	right:0;
}

.top-myprofile ul li:first-child img{
	margin-top:6px;
	width:27px;
	padding-bottom:2px;
}

.top-myprofile a{
	font-family:"roboto";
	font-size:15px;
	display:block;
	position:relative;
	padding:0 10px;
}

.top-myprofile a:hover, .top-myprofile a.active{
	background:#eee;
	color:#0096dc;
}


.top-myprofile a .notify{
	width:15px;
	height:15px;
	position:absolute;
	top:4px;
	right:6px;
	background:#0096dc;
	color:#fff;
	font-family:"roboto";
	font-size:11px;
	text-align:center;
	line-height:15px;
	border-radius:3px;
}

.main-profile{
	float:left;
	margin:5px;
}

.main-profile .propic{
	float:left;
	width:30px;
	border:#ccc solid thin;
	border-radius:3px;
	padding:3px;
}

.main-profile .txt{
	margin-left:10px;
	font-size:20px;
	float:left;
	line-height:35px;
	color:#0096dc;
}
#notify-dropdown{
	position:absolute;
	z-index:9;
	background:#fff;
	width:270px;
	right:-160px;
	padding:5px;
	border:#ccc solid thin;
	box-shadow:0 3px 5px 0 rgba(0,0,0,0.3);
	border-top:#0096dc solid 2px;
	display:none;
	
}

#notify-dropdown ul li{
	float:none;
	border:none;

}

#notify-dropdown h2 .notify-img {
    float: left;
    height: 30px;
    margin-right: 5px;
    width: 30px;
}

.notify h2{
	font-size:26px;
	color:#0096dc;
}

.notify-new{
	 background: #0096dc none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    float: right;
    font-family: "calibri";
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
	margin-top:5px;
}
.notify-head{
	
    border-bottom: 1px solid #ccc;
    padding: 5px;
	}

.full-width{
	width:99.9%;
	float:left;

}

.grey-brdr{
	border:#ccc solid thin;
}

.logout{
	float:right;
	width:auto;
	border-left:#ccc solid thin;
}

.logout a{
	font-family:"roboto";
	font-size:15px;
	display:block;
	padding-right:15px;
	float:left;
}

.logout a:hover{
	background:#eee;
}

.logout i{
	margin-top:10px;
	margin-left:5px;
}

.profile-detail{
	float:left;
	width:100%;
}


.logout .txt{
	float:left;
	line-height:51px;
	margin-left:5px;
}

#tabs{
	padding:0 !important;
	margin-top:5px;
}

.tab-btn{
	width:25%;
	float:left;
}

.tab-btn ul li {
	float:none;
	line-height:25px;
}

.tab-btn ul li a{
	font-family:"roboto";
}

.tab-detail{
	width:73.2%;
	float:right;
	padding:5px;
	border:#ccc solid thin;
	min-height:215px;
	position:relative;
}

.tab-btn ul li.ui-state-default{
	border:none !important;
	width:100%;
	border:none; !important;
	border-bottom:none !important;
	margin-bottom:1px;
}


.tab-btn ul li.ui-state-default a{
	color:#333;
	background:#eee;
	display:block;
	width:100%;
	padding:5px 0 !important;
	font-weight:normal;
	text-indent:10px;
	border:#eee solid thin;

}

.tab-btn ul li.ui-state-default a:hover{
	background:#fff;
	color:#0096dc;
	border:#ccc solid thin;
}

.tab-btn ul li.ui-state-active a, .tab-btn ul li.ui-state-active a:hover{
	background:#fff !important;
	border:#ccc solid thin;
	border-right:none;
	width:102%;
	border-left:#0096dc solid 3px;
	color:#0096dc;
	font-weight:bold;
	position:relative;
	z-index:1;
}

.tab-btn ul#tabs{
	margin:0;
}

.tab-inner{
	padding:0 10px;
}

.form-group .label-2{
	width:70%;
	float:left;
	line-height:39px;
	font-size:16px;
}

.main-propic{
	position:absolute;
	right:15px;
	top:55px;
	width:150px;
	height:150px;
	border:#ccc solid thin;
	border-radius:3px;
	padding:5px;
}

.add-btn{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

.file-btn{
	position:relative;
	margin:auto;
	width:100%;
	overflow:hidden;
	height:100%;
}

.file-btn input{
	height:100%;
	opacity:0;
	position:absolute;
	z-index:2;
	cursor:pointer;
	width:100%;
	padding:0;
}

.file-btn span{
	position:relative;
	text-align:center;
	margin:auto; 
	width:100%;
	margin-top:45%;
	display:block;
}

.file-btn span a{
	font-family:"roboto";
	font-size:15px;
	text-transform:uppercase;
	color:#000;
	opacity:0.3;
	border:#000 solid thin;
	padding:3px;
}

.main-propic .propic-img{
	width:150px;
	height:150px;
	position:relative;
	overflow:hidden;
}

.file-btn:hover span a{
	opacity:0.8;
}

.tab-detail .form-group{
	margin:5px 0;
}

.tab-detail h2.heading{
	color:#FFAE00;
	font-size:28px;
	width:100%;
}

.label-2 a{
	font-family:"roboto";
	font-size:14px;
	border:#ccc solid thin;
	padding:2px 8px;
	border-radius:3px;
	background:#eee;
	color:#0096dc !important;
}

.label-2 a:hover{
	background:#0096dc;
	border:#017BB3 solid thin;
	color:#fff !important;
}

.tab-detail .inpt{
	width:40%;
}

.tab-detail .label{
	width:25%;
}

.tab-detail .inpt input, .tab-detail .inpt  textarea, .tab-detail .inpt  select{
	font-size:14px;
}

input[readonly="readonly"]{
	border:none;
	padding-top:3px;
}

input[readonly="readonly"]:focus{
	box-shadow:none;
}

.tab-detail .form button{
	margin-left:25%;
}

.tabs-inner{
	margin-top:10px;
}

#inner-tabs ul{
	border-bottom:#ccc solid thin;
}

#inner-tabs ul li {
	margin-right:1px;
	position:relative;
}

#inner-tabs ul li a{
	font-family:"roboto";
	font-size:15px;
	font-weight:normal;
	color:#333;
}

#inner-tabs ul li.ui-state-active a{
	background:#0096dc;
	color:#fff;
}

#inner-tabs ul li.ui-state-active a span{
	position:absolute;
	bottom:-10px;
	left:0;
	width:100%;
	background:url(../images/faq-arw-dwn.png) no-repeat center;
	height:10px;
}

#inner-tabs .faq-cntnt{
	width:92%;
}
#inner-tabs .faq-cntnt p{
	margin-top:0;
}

#h1-process p{
	margin-top:0;
}

.mrgn-top{
	margin-top:15px;
}

#h1-doc ul{
	border:none;
	font-size:15px;
	margin-left:20px;
}

.table-design{
	margin-bottom:20px;
	width:100%;
}

.table-design th, .table-design td{
	border:#ccc solid thin;
}

.table-design th{
	border-bottom:none;
	font-weight:normal;
	background:#e5e5e5;
	color:#0096dc;
}

.table-design th:first-child, .table-design td:first-child{
	border-right:none;
}

.table-design td:first-child {
text-align:center;
}

.table-design .first{
	width:5%;
}

.table-design .second{
	width:95%;
	text-align:left;
}

.buttons{
	float:left;
	width:auto;
}

.buttons .btn{
	float:left;
}

.btn a{
	border:#ccc solid thin;
	float:left;
	padding:5px;
	font-family:"roboto";
	font-size:15px;
	line-height:24px;
	margin-left:5px;
	background:#eee;
}

.btn a i{
	width:32px;
	height:28px;
}

.btn a:hover {
	background:#0096dc;
	color:#fff;
}

.btn a i{
	margin-right:8px;
}

.btn a:hover .icon-add{
	background-position:-85px -187px;
}

.btn a:hover .icon-que{
	background-position:-86px -230px;
}

#msg p{
	font-size:14px;
	margin:0;
	margin-top:7px;
	margin-bottom:2px;
}

#msg p img{
	width:auto;
	margin:0 3px;
	width:35px;
}

#msg .table-design th.first, #msg .table-design td.first{
	width:10%;
}

#msg .table-design th.second, #msg .table-design td.second{
	width:60%;
}

#msg .table-design th.third, #msg .table-design td.third{
	width:30%;
}

#msg .table-design th.third {
	text-align:left;
}

#msg .table-design th, #msg .table-design td{
	border-right:none;
}

#msg .table-design th:last-child, #msg .table-design td:last-child{
	border-right:#ccc solid thin;
}

table{

	font-size:15px;
}

table a{
	//font-family:"roboto";
	text-decoration:underline;
}

.large-popup{
	width:60%;
}

.popup-design{
	background:#eee;
	margin-top:5%;
	padding:7px 10px;
	box-shadow:0 0 15px 0 rgba(0,0,0,0.8);
	position:relative;
	border-top:#0096dc solid 3px;
}

.popup-design .faq h3{
	color:#fff;
	border-bottom:none;
}

.popup-design .faq-cntnt h3{
	color:#333;
}

.popup-design .faq-cntnt{
	width:92%;
}

.popup-design .row{
	margin-top:15px;
}

.popup-design p{
	margin-top:0;
}

.thread{
	height:400px;
}

.thread .faq{
	height:350px;
	overflow:auto;
}

#add-thread, #chat{
	display:none;
}

.inner-head{
	width:100%;
	background:#e5e5e5;
	border:#ccc solid thin;
}

.inner-head h3{
	color:#0096dc;
	font-family:"roboto";
	font-size:17px;
	text-transform:capitalize;
	text-indent:10px;
	line-height:25px;
	margin:0;
	padding:5px 0;
}

.content-bg{
		padding:0 5px;
		width:98.8%;
		float:left;
		border:#ccc solid thin;
		border-top:none;
		margin-bottom:20px;
		padding-top:15px;
}

.dt-tm{
	float:right;
	color:#333;
	font-size:14px;
}

a.bck-thread{
	font-family:"roboto";
	font-size:15px;
	margin-bottom:5px;
	float:left;
}

.user{
	background:#0096dc;
	color:#fff;
	float:left;
	width:180px;
	padding:3px 2px;
	border-radius:3px;
	position:relative;
	text-align:center;
}

.user span{
	width:11px;
	height:15px;
	position:absolute;
	right:-10px;
	top:7px;
	background:url(../images/faq-arw.png) no-repeat center;
}

.cnvrstn{
	width:65%;
	float:left;
	border:#ccc solid thin;
	border-radius:3px;
	padding:2px 3px;
	font-size:16px;
	margin-left:10px;
}

#chat .row{
	margin-top:10px;
}
.cnvrstn .dt-tm{
	color:#666;
	line-height:20px;
}

.admin-msg .user{
	float:right;
	background:#ccc;
	color:#333;
}

.admin-msg .user span{
	background:url(../images/admin-arw.png) no-repeat center;
	left:-10px;
}

.admin-msg .cnvrstn{
	float:right;
	margin-right:10px;
}

.add{
	border-top:#ccc solid thin;
}

.filter{
	width:60%;
	float:left;
	margin-top:2px;
}

.filter .form-group{
	width:50%;
}

.filter .form-group .label{	
	width:45%;
}

#resume .second{
	width:20%;
}

#resume .third{
	width:30%;
	text-align:left;
}

#resume .button{
	float:right;
	width:auto;
	margin-top:5px;
}

#resume .button .btn{
	float:left;
}

#resume .button a:hover .icon-add-note{
	background-position:-87px -278px;
}

#resume .button a:hover .icon-view-note{
	background-position:-87px -329px;
}

.inpt ul.name-title li {
	margin-right:20px;
}
.inpt ul.name-title li:last-child {
	margin-right:0;
}

.inpt ul.name-title li input{
	width:auto;
	float:left;
}

.inpt ul.name-title li span{
	width:auto;
	float:left;
	margin-top:10px;
}

.date-select .inpt select {
	float:left;
	width:30.2%;
	margin-right:3%;
}

.date-select .inpt input{
    float:left;
	width:28%;
	margin-right:3%;
}

.date-select .inpt input:last-child{
    margin-right: 0;
}

.date img {
    width: 60%;
}

.friend-bg-img{
	background:url(../images/friends.jpg) no-repeat;
	background-size:cover;
}

.friend-bg-clr{
	background:rgba(255,255,255,0.7);
}

.login-box  input.button-submit {
	margin-left:0;
}

.login-box strong{
	line-height: 0;
    margin: 0;
    padding: 0;
    position: absolute !important;
	margin-top:5px;
	color:#d32d2d;
}

#job-seeker form .form-group:first-child{
	margin-top:15px;
}

.message{
	color:#1f712b;
	margin:5px 0;
	font-weight:bold;
}

.edit-resume{
	width:450px;
}

.edit-resume .form{
	margin-top:0;
}

.edit-resume .msg{
	margin-bottom:0;
}

.edit-resume .msg .txt{
	color:#666;
	font-size:13px;
}

#edit-detail .form-group .txt{
	float:left;
	font-size:13px;
	color:#666;
}

.mrgn-top-1{
	margin-top:20px;
}

ul.lists-2 li h3{
	text-transform:capitalize;
	color:#0096dc;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {  
/* CSS Statements that only apply on webkit-based browsers (Chrome, Safari, etc.) */  
  input[type="file"] { 
  		height:auto;
		padding-top:6px;
		padding-bottom:6px;
   }  
	
	.add-btn input[type="file"]{
		height:100%;
	}
	
	select{
		width:97%;
	}
	
	textarea{
		width:94.5%;
	}

}

input[type="checkbox"] { 
      width:auto;
  }
  
.login-btn, .register-btn{
	float:right;
	font-size:20px;
	text-transform:uppercase;
	margin:5px 0;
	border:#0096dc solid thin;
}
.login-btn{
      margin-right: 2px; 
  }

.register-btn a, .login-btn a{
	color:#333;
	display:block;
	padding:2px 10px;
}

.register-btn a:hover, .login-btn a:hover{
	background:#0096dc;
	color:#fff;
}
.icon-login{background-position:-33px -144px; margin-right:0px;}
.login-btn a:hover .icon-login{background-position:-90px -144px;}
   
.icon-register{background-position:-143px -17px; margin-right:7px;}
.register-btn a:hover .icon-register{background-position:-143px -58px;}

.inline-form .form .large-label .label{
	width:50%;
}

.form  .large-label .label{
	width:40%;
}

.inline-form .large-label .inpt{
	width:30%;
}