
body { font-size:14px;
	font-family: "Poppins", sans-serif;
}
a {
	transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-webkit-transition: all 0.4s linear 0s;
	-ms-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
}
a:focus, a:hover {
	text-decoration: none;
	outline: none;
}
.selct-stle {

	position: relative;
}
.selct-stle::before {
	top: 7px;
	color: #909090;
	content: "\f0dc";
	font-family: "FontAwesome";
	font-size: 14px;
	pointer-events: none;
	position: absolute;
	right: 14px;
	z-index: 12;
}
select::-ms-expand {
 display: none;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.homeBanner {
	width: 100%;
	background-size: cover;
	min-height: 500px;
	padding: 150px 0 0; 
	position:relative;
}
.homeBanner:after{ background-color:rgba(0,0,0,0.40); position:absolute; width:100%; height:100%;
	left:0px;
	top:0px; content:'';}
.header-main {
	position: relative;
	padding: 0px 50px;
}
header {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	padding: 35px 0px;
	text-align: right;
	z-index: 111;
	transition: all 0.4s linear;
}
.header-menu {
	float: right;
}
.homeHeader {
	text-align: left;
	transition: all 0.4s linear;
}
.homeHeader .logo {
	display: inline-block;
	float: none;
	margin: 0px;
	opacity: 0;
	transition: all 0.4s linear;
}
.sticky-header .homeHeader {
	text-align: left;
}
.homeHeader .logo img {
	width: 115px;
}
.sticky-header .homeHeader .logo {
	display: inline-block;
	float: none;
	margin: 0px;
	opacity: 1;
}
.sticky-header header {
	background: #fff none repeat scroll 0 0;
	padding: 14px 0;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.header-menu ul li {
	display: inline-block;
	margin: 0px 0px 0px 24px;
	vertical-align:middle;
}
.header-menu ul li a {
	font-size: 16px;
	color: #fff;
	font-family: 'Roboto Slab', serif;
}
.header-menu ul li a:hover {
	color: #00aaec;
}
.menuOpen .menu-sidebar {
	left: 0px;
}
.menuBtn {
	display: inline-block;
	height: 20px;
	
	position: relative;
	top: 6px;
	width: auto;
}
.menuBtn .lines {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 3px;
  display: block;
  height: 4px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);-webkit-transform: translateY(-50%);
  transition: all 300ms linear 0s;
  width: 30px;
}
.menuBtn .lines::after, .menuBtn .lines::before {
	background: #fff none repeat scroll 0 0;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	transition: all 300ms linear 0s;
	width: 30px;
	border-radius: 3px;
}
.menuBtn .lines::after {
	top: -10px;
}
.menuBtn .lines::before {
	bottom: -10px;
}
.crossMenu .lines {
	background: transparent none repeat scroll 0 0;
}
.crossMenu .lines::before {
	bottom: 0;
	transform: rotate(-50deg);
}
.crossMenu .lines::after {
	top: 0;
	transform: rotate(50deg);
}




	
.sticky-header .menuBtn .lines::after, .sticky-header .menuBtn .lines::before {
	background: #333 none repeat scroll 0 0;	}
	
	
.sticky-header .menuBtn .lines {
	background: #333 none repeat scroll 0 0; }
	
.sticky-header .header-menu ul li a {
	font-size: 16px;
	color: #333;}		

.sticky-header .crossMenu .lines {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
	
/*------------------------SideBar---------------------------------------------*/	
.container {
	position: relative;
}
.menuOpen #topmenus {
	opacity: 1;
	visibility: visible;
}
.topmain-toolbar {
	padding: 0px 0px;
}
.topmain-toolbar {
	background: #282829 none repeat scroll 0 0;
	height: auto;
	opacity: 0;
	position: absolute;
	right: 54px;
	top: 70px;
	transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-webkit-transition: all 0.4s linear 0s;
	-ms-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	visibility: hidden;
	width: 190px;
	z-index: 1;
}


.topmain-toolbar ul li {
	border: medium none;
	float: left;
	line-height: 40px;
	position: relative;
	text-align: left;
	width: 100%;
}
.topmain-toolbar ul li a {
	color: #00aaec;
	display: block;
	font-weight: 400;
	line-height: 50px;
	padding: 0 20px;
	font-size: 18px;
	font-family: 'Roboto Slab', serif;
	position:relative;
}
.topmain-toolbar ul li a::before, .topmain-toolbar ul li.active > a:before{
  background-color: #e05252;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transition: all 0.4s linear 0s;
  width: 0;
}
.topmain-toolbar ul li a:hover::before, .topmain-toolbar ul li.active > a:before{
  left: 0;
  width: 100%;
}
/*.topmain-toolbar ul.dropdown-menu li a::before, .topmain-toolbar ul.dropdown-menu li.active a::before {
  content: none;
}
*/.topmain-toolbar ul li a:hover {
	background: #3d3d3d;
	text-decoration: none;
}
.topmain-toolbar ul li.active > a {
	background: #3d3d3d;
	color: #00aaec;
}
.topmain-toolbar ul li.dropdown ul.dropdown-menu {
	background: rgba(0, 0, 0, 1) none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	box-shadow: none;
	left: inherit;
	margin: 0;
	min-width: inherit;
	right: 190px;
	top: -5px;
	width: auto;
}
.topmain-toolbar ul li.dropdown ul.dropdown-menu li a {
	font-size: 16px;
	line-height: 30px;
	padding: 5px 15px;
}
.topmain-toolbar ul li.dropdown ul.dropdown-menu li a:hover{
  color:#00aaec;	
}
/* after login css for top start */

.topmain-toolbar-after-login {
	padding: 0px 0px;
}
.topmain-toolbar-after-login {
	background: #282829 none repeat scroll 0 0;
	height: auto;
	opacity: 0;
	position: absolute;
	right: 154px;
	top: 70px;
	transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-webkit-transition: all 0.4s linear 0s;
	-ms-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	visibility: hidden;
	width: 190px;
	z-index: 1;
}

.topmain-toolbar-after-login ul li {
	border: medium none;
	float: left;
	line-height: 40px;
	position: relative;
	text-align: left;
	width: 100%;
}
.topmain-toolbar-after-login ul li a {
	color: #00aaec;
	display: block;
	font-weight: 400;
	line-height: 50px;
	padding: 0 20px;
	font-size: 18px;
	font-family: 'Roboto Slab', serif;
}
.topmain-toolbar-after-login ul li a:hover {
	background: #3d3d3d;
	text-decoration: none;
}
.topmain-toolbar-after-login ul li.active a {
	background: #3d3d3d;
	color: #00aaec;
}
.topmain-toolbar-after-login ul li.dropdown ul.dropdown-menu {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	box-shadow: none;
	left: inherit;
	margin: 0;
	min-width: inherit;
	right: 190px;
	top: -5px;
	width: 100%;
}

.topmain-toolbar-after-login ul li.dropdown ul.dropdown-menu li a {
	font-size: 16px;
	line-height: 30px;
	padding: 5px 15px;
}


/* after login css for top end */


.banner-caption {
	margin: 0px auto;
	width: 850px;
	text-align: center;
	font-family: 'Roboto Slab', serif; 
	position:relative; 
	z-index:1;
}
#MatchSlide h1 {
  color: #ffffff;
  font-family: "Roboto Slab",serif;
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 15px;
}

#MatchSlide p {
	font-size: 16px;
	color: #00a7ee;
	margin-top: 20px;
	margin: 0px 0px 20px 0px;
	color:#fff;
}
.logo {
	margin-bottom: 45px;
}
#MatchSlide {
  margin-bottom: 40px;
}

#MatchSlide .owl-controls .owl-nav [class*="owl-"] {
	background: #99c000;
	border-radius: 25px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 20px;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 30px;
	margin-left: -27px;
	margin-right: -27px;
}
.try-it {
	background: #99c000;
	display: inline-block;
	line-height: 48px;
	min-width: 170px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	border-bottom: solid 4px #000;
	border-radius: 25px;
	transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-ms-transition: all 0.4s linear 0s;
	-webkit-transition: all 0.4s linear 0s;
}
.try-it:hover {
	background: #81a102;
	border-bottom: solid 4px #232323;
	color: #fff;
}
#MatchSlide .owl-nav {
	padding: 0 35px;
	position: relative;
}
#MatchSlide .owl-nav .owl-prev {
  float: left;
  left: 315px;
  position: absolute;
  top: 50px;
}
#MatchSlide .owl-nav .owl-next {
	float: left;
	right: 315px;
	position: absolute;
	top: 50px;
}
#MatchSlide .owl-dots {
	bottom: -135px;
	position: absolute;
	text-align: center;
	width: 100%;
}
.chat {
	background: #009beb none repeat scroll 0 0;
	border-radius: 50%;
	box-shadow: 0 0px 0px #777777;
	color: #ffffff;
	display: inline-block;
	font-size: 22px;
	height: 46px;
	line-height: 49px;
	margin-top: 15px;
	text-align: center;
	width: 46px;
}
.chat-share {
	position: fixed;
    right: 5px;
    width: 50px;
	display: inline-block;
	width: 50px;
	z-index:1;
}
.chat-bar {
  left: -250px;
  opacity: 0;
  position: absolute;
  top: 22px;
  visibility: hidden;
  transition:all 0.4s linear 0s; -webkit-transition:all 0.4s linear 0s; -moz-transition:all 0.4s linear 0s; -ms-transition:all 0.4s linear 0s; -o-transition:all 0.4s linear 0s;
}
.chat-share.chat-open .chat-bar {
  opacity: 1;
  visibility: visible;
  left: -300px;
}
.chat-share a:hover, .chat-share a:focus{
  color:#ffffff;
}
.chat-open .chat.chat-opt .fa-comments-o::before {
  content:"\f00d";
  font-family:'FontAwesome';
  color:#ffffff;
}
button.btn.btn-post {
  background-color: #009beb;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}
.social-bar{
  left: -136px;
  position: absolute;
  top: 21px;  
  opacity:0;
  visibility:hidden;
  transition:all 0.4s linear 0s; -webkit-transition:all 0.4s linear 0s; -moz-transition:all 0.4s linear 0s; -ms-transition:all 0.4s linear 0s; -o-transition:all 0.4s linear 0s;
}
.chat-share.open-social .social-bar {
  left: -180px;
  opacity: 1;
  visibility: visible;
}
.social-bar li{
	float:left;
}
.social-bar a {
  background-color: #009beb;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 30px;
  line-height: 30px;
  margin: 5px;
  text-align: center;
  width: 30px;
}
.fb-ic:hover {background-color: #3b5998;}
.twit-ic:hover {background-color: #4099ff;}
.linkdin-ic:hover {background-color: #cb2027;}
.skype-ic:hover {background-color: #12a5f4;}
.whychoose-us {
	background: #415685;
	padding: 38px 0px;
	text-align: center;
}
.whychoose-us h2 {
	font-size: 30px;
	margin: 0px 0px 10px 0px;
	color: #fff; font-weight:600;
	font-family: 'Roboto Slab', serif;
}
.whychoose-us p {
	color: #8fa9e5;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	margin: 0px 0px 20px 0px;
}
.wh {
	text-align: center;
}
.wh i {
	color: #99c000;
	font-size: 65px;
	text-shadow: 0 5px 5px #333333;
}
.wh h3 {
	font-size: 24px;
	margin: 10px 0px 15px 0px;
	color: #fff;
	font-family: 'Roboto Slab', serif;
}
.wh p {
	color: #8fa9e5;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0 50px;
	font-weight: 400;
}
.Services-us {
	background: #fff;
	padding: 38px 0px;
	text-align: center;
}
.Services-us h2 {
  color: #353535;
  font-family: "Roboto Slab",serif;
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 10px;
}
.Services-us p {
  color: #6d6d6d;
  font-family: "Poppins",sans-serif;
  font-size: 14px;
  margin: 0 0 20px;
}
.tryitDiv {
	padding: 35px 25px 20px 25px;
	border-bottom: solid 3px #ebebeb;
	width: 100%;
	text-align: left;
	transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-ms-transition: all 0.4s linear 0s;
	-webkit-transition: all 0.4s linear 0s;
	position:relative
	
}
.tryitDiv::before {
  background-color: #e05252;
  bottom: 0;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  transition: all 0.4s linear 0s;
  width: 0;
}
.tryitDiv h4 {
	font-size: 18px;
	color: #000;
	font-family: 'Roboto Slab', serif;
	position: relative;
	margin: 0px 0px 15px 0px;
}
.tryitDiv h4:after {
	content: '';
	width: 67px;
	height: 3px;
	background: #d7d7d7;
	position: absolute;
	bottom: -10px;
	display: block;
}
.tryitDiv p {
	font-family: "Poppins", sans-serif;
	color: #6d6d6d;
	line-height: 22px;
	font-size: 14px; 
	min-height:90px;
}
.tryitDiv span {
	color: #000000;
	display: block;
	margin-bottom: 20px;
}
.tryitDiv a {
	display: block;
	font-size: 14px;
	color: #e05252;
}
.tryitDiv:hover {
	box-shadow: 6px 8px 24px 0 rgba(32, 47, 57, 0.2);
	transform: translateY(-5px);
	/*border-bottom: solid 3px #e05252;*/
}
.tryitDiv:hover::before {
  left: 0;
  width: 100%;
}
.howget {
	background: #ecf3f9;
	padding: 60px 0px;
}
.howget h3 {
  color: #004560;
  font-family: "Roboto Slab",serif;
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 60px;
  padding: 0 141px;
  text-align: center;
}
.rightImg {
	text-align: center;
}
.left-text {
  padding: 40px 0;
}
.left-text h4 {
	font-size: 24px;
	color: #000;
	font-family: 'Roboto Slab', serif;
}
.left-text p {
	color: #6d6d6d;
	font-size: 16px;
	font-weight: 300;
	padding-right: 150px;
}
.left-text a {
	display: block;
	font-size: 14px;
	color: #e05252;
	font-weight: 300;
}
.rightImg {
	margin-bottom: 60px;
}
.middlerow {
	position: relative;
}

.Success-Stories {
	padding: 50px;
	background: #fff;
}
.Success-Stories h2 {
	text-align: center;
	margin: 0px;
	font-size: 30px;
	font-family: 'Roboto Slab', serif;
	color: #004560; 
	font-weight:600;
}
.userimg {
	border-radius: 50%;
	display: inline-block;
	width: 98px;
	height: 98px;
	margin: 0px 0px 10px 0px;
}
.successDiv {
	text-align: center;
}
.successDiv .d-ttle {
  color: #004560;
  font-family: roboto slab;
  font-size: 19px;
  font-weight: bold;
}
.successDiv span {
	font-size: 12px;
	color: #6d6d6d;
	display: inline-block;
	margin: 5px 0px 0px 0px;
}
.successDiv p {
	font-size: 14px;
	color: #6d6d6d;
	margin: 15px 0px 0px 0px;
}
#success-stories .item-video {
	box-shadow: 0 11px 30px rgba(221, 221, 221, 0.867);
	min-height: 333px;
	padding: 30px;
}
#success-stories .owl-stage {
	padding: 50px 0px;
	position: relative;
}
.cretenow {
	padding: 43px 0px;
	background: #415685;
}
.cretenow h3 {
	font-size: 24px;
	margin: 0px;
	color: #fff;
	font-weight: 300;
	padding: 0px 150px;
	text-align: center;
}
.cratenow-btn {
  border: 1px solid #ffffff;
  border-radius: 25px;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  line-height: 37px;
  min-width: 237px;
  padding: 6px 6px 6px 22px;
}
.cratenow-btn:hover {
  border: 1px solid #99c000;
  color: #ffffff;
}
.cratenow-btn i {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 50%;
	color: #000000;
	float: right;
	height: 37px;
	line-height: 37px;
	text-align: center;
	width: 37px;
	transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-webkit-transition: all 0.4s linear 0s;

}
.cratenow-btn:hover i {
	color: #99c000;
	background: #fff;
}
.browsetag {
	background: #303030;
	padding: 50px 0px;
}
.browsetag h3 {
	font-size: 36px;
	margin: 0px 0px 25px 0px;
	color: #fff;
	font-weight: 300;
	text-align: center;
	font-family: 'Roboto Slab', serif;
}
.browsetag ul {
	margin: 0px -3px;
}
.browsetag ul li {
	display: inline-block;
	padding: 0px 3px;
	margin-bottom: 10px;
}
.browsetag ul li a {
	display: block;
	border: solid 1px #9e9e9e;
	border-radius: 3px;
	line-height: 32px;
	padding: 0px 25px;
	color: #fff;
	font-weight: 300;
}
.browsetag ul li a:hover {
	color: #99c000;
	border: solid 1px #fff;
}
.footer {
	background: #f7f7f7;
	padding: 50px 50px 50px 50px;
}
.footer-nav ul {
	margin: 0px 0px 35px 0px;
	padding: 0px;
	list-style-type: none;
}
.footer-nav ul li {
	display: block;
}
.footer-nav ul li:first-child {
	color: #9e9e9e;
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.footer-nav ul li a {
	display: block;
	color: #9e9e9e;
	font-weight: 300;
	font-size: 16px;
}
.footer-nav ul li a:hover{
  color:#34baee;	
}
.footer-nav ul li.android a, .footer-nav ul li.aple a {
	border: 1px solid #95b02c;
	border-radius: 4px;
	display: inline-block;
	font-weight: 300;
	min-height: 50px;
	color: #95b02c;
	line-height: 17px;
	min-width: 135px;
	padding: 5px 20px 5px 40px;
	position: relative;
	text-align: left;
	margin-bottom: 10px;
}
.footer-nav ul li.android a i, .footer-nav ul li.aple a i {
	font-size: 22px;
	left: 12px;
	position: absolute;
	top: 7px;
}
.footer-nav ul li.android a:hover, .footer-nav ul li.aple a:hover {
	background: #95b02c;
	color: #fff;
}
.footer-nav ul li a strong {
	display: block;
	font-weight: 400;
}
.footer-nav ul li.aps {
	text-transform: none;
}
/*-----------------------------------------------------------------------*/
.login-box h2 {
  font-family: "Roboto Slab",serif;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 30px;
  text-align: center;
}
.login-box p {
	font-size: 14px;
	margin: 12px 0px 0px 0px;
}
.login-box .form-control, .contact-form .form-control {
	box-shadow: none;
	border-radius: 7px;
border: 1px solid #ddd;
	height: 46px;
	background: #f1f1f1;
	color: #353535;
	font-weight:500;
}
.contact-form textarea.form-control {
	height: auto;
	min-height: 185px;
}
.login-box {
  margin: 50px auto;
  padding: 24px 0 0;
  text-align: center;
  width: 460px;
}
.sbmt-btn {
	background: #99c000;
	display: inline-block;
	line-height: 48px;
	min-width: 170px;
	font-size: 24px;
	color: #fff;
	font-family: 'Roboto Slab', serif;
	border: none;
	margin: 10px 0px;
	padding: 0px 20px;
	text-align: center;
	border-bottom: solid 4px #cecece;
	border-radius: 25px;
	transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-ms-transition: all 0.4s linear 0s;
	-webkit-transition: all 0.4s linear 0s;
}
.sgn-btn {
  background: #33baef none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  display: block;
  font-family: roboto slab;
  font-size: 18px;
  font-weight: 400;
  line-height: 46px;
  transition: all 0.4s linear 0s;
  width: 100%;
}
.sgn-btn:hover {
  background-color: #0097d2;
}
.socl-lgn ul {
	margin: 0px -10px;
}
.socl-lgn ul li a {
	display: block;
	font-size: 24px;
	line-height: 46px;
	text-align: center;
	color: #fff;
}
.socl-lgn ul li {
	float: left;
	padding: 0 10px;
	width: 33.33%;
}
.socl-lgn ul li:nth-child(1) a {
	background: #3e5e9f none repeat scroll 0 0;
}
.socl-lgn ul li:nth-child(2) a {
	background: #1686B0 none repeat scroll 0 0;
}
.socl-lgn ul li:nth-child(3) a {
	background: #33baef none repeat scroll 0 0;
}
.or- {
	display: table;
	padding: 20px 0;
	position: relative;
	width: 100%;
}
.or-::after {
	background: #d0d0d0 none repeat scroll 0 0;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	top: 28px;
	width: 100%;
	z-index: -1px;
}
.or- span {
	background: #ffffff none repeat scroll 0 0;
	color: #a7a7a7;
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	line-height: 16px;
	padding: 2px 10px;
	position: relative;
	z-index: 1;
}
.socl-lgn ul li:nth-child(1)a {
	background: #3e5e9f;
}
.socl-lgn ul li:nth-child(2)a {
	background: #1686B0;
}
.socl-lgn ul li:nth-child(3)a {
	background: #cb4330;
}
.login-section {
	padding: 80px 0px 50px 0px;
}
.logo-cms img {
	float: left;
	width: 150px;
}
.cms-header {
background:#f7f7f7 ;
	padding: 10px 0px;
}
.sticky-header header.cms-header {
	padding: 10px 0px;  
	}
.sticky-header header	 {box-shadow: 0 0 8px #737986; background:#f9f9f9;}
	
.cms-header .header-menu {
	float: right;
	margin-top: 10px;
}
.cms-header .header-menu  ul li a{ color:#333;}
.cms-header .menuBtn .lines::after,  .cms-header .menuBtn .lines::before { background:#333;}
.cms-header .menuBtn .lines {background:#333;}
.cms-header .crossMenu .lines {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}


.Cms-section {
	padding: 80px 0px 0px 0px;
}
.cmsheader- { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3e5e9f+0,107da8+67 */
	background: rgb(62,94,159); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(62,94,159,1) 0%, rgba(16,125,168,1) 67%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(62,94,159,1) 0%, rgba(16,125,168,1) 67%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(62,94,159,1) 0%, rgba(16,125,168,1) 67%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e5e9f', endColorstr='#107da8', GradientType=1 ); /* IE6-9 */
	padding: 28px 50px;
}
.cmsheader- h2 {
	font-size: 22px;
	font-family: 'Roboto Slab', serif;
	color: #fff;
	font-weight: 600;
	margin: 0px 0px 8px 0px;
}
.cmsheader- p {
	font-size: 14px;
	color: #4ec4f8;
	margin: 0px;
}
.cms-text {
	padding: 40px 0px 20px 0xp;
}
.cms-text h3 {
	font-size: 22px;
	font-family: 'Roboto Slab', serif;
	color: #000;
	font-weight: 600;
	margin: 0px 0px 30px 0px;
}
.cms-text p {
	font-size: 14px;
	line-height: 22px;
	color: #6d6d6d;
	margin: 0px 0px 30px 0px;
}
.cms-text {
  margin: 0 auto;
  padding: 50px 0;
  width: 960px;
}
.breadcrumb- {
	padding: 10px 50px;
}
.breadcrumb- ul {
}
.breadcrumb- ul li {
	display: inline-block;
}
.breadcrumb- ul li a {
	display: block;
	color: #6d6d6d;
}
.breadcrumb- ul li a.active, .breadcrumb- ul li a:hover {
	color: #019dd0;
}
.cmsbtm h5 {
	color: #fff;
	font-weight: 300;
	float: left;
}
.get-started {
	color: #ffffff;
	float: right;
	font-family: 'Roboto Slab', serif;
	font-size: 22px;
	line-height: 40px;
}
.get-started:hover {
	color: #95b02c;
}
.get-started i {
  margin-left: 15px;
  vertical-align: middle;
}
.contactus {
}
.cont-left h3 {
	font-size: 30px;
	font-weight: 600;
	margin: 0px 0px 20px 0px;
	color: #353535;
	font-family: 'Roboto Slab', serif;
}
.cont-left p {
  color: #6d6d6d;
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 15px;
}
.twitbox {
  border: 1px solid #e0e0e0;
  color: #42bff0;
  margin: 118px 0 0;
  padding: 35px;
}
.cont-left p a {
	color: #019dd0;
}
.twitbox span {
	float: left;
	font-size: 50px;
	line-height: 50px;
}
.twi-text {
  font-size: 14px;
  font-style: italic;
  overflow: hidden;
  padding: 0 10px 0 48px;
}
#ContactUStwit .owl-dots {
	position: absolute;
	right: 0;
	text-align: right;
}
#ContactUStwit .owl-dots .owl-dot span {
	margin: 3px;
	background: #00aeef;
}
#ContactUStwit .owl-dots .owl-dot.active span {
	background: #0082ad;
}
.contact-form {
	box-shadow: 0 0 75px #cccccc;
	margin-left: 80px;
	padding: 50px 80px 10px;
	margin-top:24px;
}
.shortcode {
	margin: 50px 0px;
}
.shortcode h3 {
  color: #353535;
  font-family: "Roboto Slab",serif;
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 20px;
}
.shortcode p {
	font-size: 14px;
	color: #6d6d6d;
	margin: 0px 0px 15px 0px;
	font-weight: 300;
}
/*-----------------------Blog-------------------------------*/

.blog-listing {
	width: 100%;
}
.blog-listing ul {
	margin: 0px -10px;
}
.blog-listing ul li {
	float: left;
	padding: 0px 10px;
	width: 33.333%;
	margin: 0px 0px 30px 0px;
	
}
.blog {
	width: 100%;
}
.blog-img {
	width: 100%;
}
.blog-img img {
	width: 100%;
}
.blog-title {
	font-size: 16px;
	font-weight: 400;
	margin: 20px 0px 10px 0px;
	color: #353535;
	font-family: 'Roboto Slab', serif;
}

.blog-title a {
  color: #353535;
}

.polist-text  a {
  color: #353535;
}

.blog-date {
	color: #6d6d6d;
	font-size: 14px;
	margin: 10px 0px 10px 0px;
}
.blog-date span {
	display: inline-block;
	margin-right: 10px;
}
.blog-date span i {
	margin-right: 5px;
}
.blog p {
	color: #6d6d6d;
	font-size: 14px;
}
.blog p a {
	color: #019dd0;
}
.nav-tabs.nav-justified > li > a {
	border: 1px solid #dddddd;
	border-radius: 0;
	font-family: 'Roboto Slab', serif;
	color: #353535;
	font-size: 16px;
}
.nav-tabs.nav-justified > .active > a {
	border: 1px solid #dddddd;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,d5d5d5+100&0+0,0.65+100 */
	background: -moz-linear-gradient(-45deg, rgba(0,0,0,0) 0%, rgba(213,213,213,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(0,0,0,0) 0%, rgba(213,213,213,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(0,0,0,0) 0%, rgba(213,213,213,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6d5d5d5', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.poplist ul li {
	float: left;
	width: 100%;
	padding: 15px;
	border-bottom: solid 1px #d0d0d0;
}
.polistimg {
	float: left;
	border-radius: 50%;
}
.polist-text {
	overflow: hidden;
	padding: 0px 0px 0px 10px;
}
.polist-text h4 {
	font-family: 'Roboto Slab', serif;
	color: #353535;
	font-size: 16px;
	font-weight: 400;
	margin: 0px 0px 10px 0px
}
.polist-text h4 a {
  color: #353535;
}
 
 
 
.polist-text p {
	font-size: 14px;
	color: #6d6d6d;
	margin: 0px;
}
.seeall {
	color: #019dd0;
	font-size: 14px;
	float: right;
	margin: 10px 0px
}
.subscribe {
	border-bottom: solid 1px #d0d0d0;
	margin-bottom: 20px;
}
.subscribe h3 {
	font-family: 'Roboto Slab', serif;
	color: #353535;
	font-size: 24px;
	font-weight: 400;
	margin: 0px 0px 10px 0px
}
.subscribe .form-control {
	box-shadow: none;
	border-radius: 0px;
	height: 37px;
	background: #f1f1f1;
	color: #a7a7a7;
	border: none;
}
.subscribe label {
	color: #6d6d6d;
	font-weight: 300;
	font-size: 16px;
}
.radio label {
	color: #6d6d6d;
	font-weight: 300;
	font-size: 16px;
}
.subscribe .radio {
	padding: 0px 0px 0px 20px;
}
.archiv p {
	color: #6d6d6d;
	font-weight: 300;
	font-size: 16px;
}
.subscribe:last-child {
	border-bottom: medium none;
}
/*-----------------------Blog-------------------------------*/

/*-----------------------Blog----Details---------------------------*/

.blog-details-sect .blog-listing ul li {
	width: 100%;
}
.blog-details-sect .blog-title {
	font-size: 30px;
	font-weight: 600;
	margin: 0px 0 10px;
	text-transform: uppercase;
}
.blog-details-sect .blog-listing {
	padding-right: 90px;
}
.blogDtl-text {
	padding: 50px 0px;
}
.blogDtl-text p {
	font-size: 16px;
	color: #6d6d6d;
	font-weight: 300;
}
.blog-details-sect .blog-date {
	margin: 10px 0 20px;
}
p.spl-text {
	font-size: 20px;
	font-family: 'Roboto Slab', serif;
	border-left: solid 11px #eaeaea;
	padding: 0px 0px 0px 30px;
	color: #8b8b8b;
	font-weight: 600;
}
.tags_ a {
	display: inline-block;
	line-height: 27px;
	border: solid 1px #e5e5e5;
	padding: 0px 10px;
	color: #666;
	border-radius: 2px;
}
.share-posting {
	padding-right: 90px;
}
.shrenf {
	float: right;
}
.shre {
	color: #555;
	float: left;
}
.shrenf a {
	display: inline-block;
	color: #555;
	margin: 0px 0px 0px 20px;
}
.postby {
	background: #f0f0f0 none repeat scroll 0 0;
	border: 1px solid #e3e3e3;
	display: block;
	font-family: roboto slab;
	font-size: 18px;
	font-weight: 400;
	line-height: 36px;
	margin: 35px 0 20px 0px;
	padding: 0 20px;
}
.postby span {
	color: #799800;
}
.postimg-text {
	color: #8b8b8b;
	font-size: 18px;
	font-weight: 300;
	overflow: hidden;
	padding: 0 0 0 50px;
}
.postimg {
	border-radius: 50%;
	float: left;
}
.postby-row.clearfix {
	padding: 0 40px;
	margin-bottom: 40px;
}
.relates-post h5 {
	font-family: roboto slab;
	font-size: 18px;
	font-weight: 400;
	margin: 0px 0px 20px 0px;
}
h4.media-heading {
	font-family: roboto slab;
	font-size: 16px;
}
.blog-details-sect .relates-post .blog-date {
	margin: 10px 0 5px;
}
.relates-post .media-body p {
	color: #6d6d6d;
	font-size: 12px;
}
.relates-post .media-left, .media > .pull-left {
	padding-right: 20px;
	width: 140px;
}
.comments ul li {
	border: 1px solid #d0d0d0;
	display: block;
	float: left;
	padding: 15px 15px 15px 75px;
	position: relative;
	margin: 0px 0px 15px 0px;
}
.commt-img-txt {
	color: #8b8b8b;
	font-size: 18px;
	font-weight: 300;
	overflow: hidden;
	padding: 0 0 0 0px;
}
.commt-img {
	border: 1px solid #d5d5d5;
	border-radius: 50%;
	float: left;
	left: -36px;
	position: absolute;
	top: 24px;
}
.commt-img img {
	width: 70px;
	height: 70px;
}
.cmt-ttl {
	color: #353535;
	font-family: roboto slab;
	font-size: 16px;
	font-weight: 600;
}
.commt-img-txt > p {
	font-size: 14px;
	margin: 0px;
}
.comments {
	padding: 40px 0px 0px 0px;
}
.comments ul {
	padding-left: 80px;
}
.comments ul li.replyr {
	margin-left: 65px;
}
.leavecomment .form-control {
	box-shadow: none;
	border-radius: 0px;
	height: 36px;
	background: #f5f5f5;
	color: #a7a7a7;
	border: none;
}
.leavecomment textarea.form-control {
	height: auto;
	min-height: 185px;
}
.leavecomment label {
	color: #6d6d6d;
	font-weight: 300;
}
.leavecomment .row {
	margin-bottom: 15px;
}
.req {
	display: block;
	text-align: right;
	color: #F00;
}
.grrn-btn {
	border-radius: 25px;
	line-height: 34px;
	text-align: center;
	color: #fff;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	display: block;
	background: #99c000;
}
.grrn-btn:hover {
	background: #81a102;
	color: #fff;
}
.tempsearch {
	position: relative;
}
.top-template-bar .form-control {
	border-radius: 25px;
	height: 34px;
	background: #f1f1f1;
	border: none;
	box-shadow: none;
	padding-right: 30px;
	font-weight:300;
	color: #353535;
}
.tempsearch .tsearch {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	font-size: 16px;
	position: absolute;
	right: 5px;
	top: 6px;
}
.templats-list {
	padding-bottom: 50px;
}
.tico {
	color: #909090;
	left: 10px;
	position: absolute;
	top: 7px;
}
.top-template-bar select.form-control {
	padding: 0px 30px;
}
.top-template-bar .row {
	margin-bottom: 15px;
}
.listGrid {
	text-align: right;
}
.listGrid ul li {
	display: inline-block;
	margin-left: 20px;
}
.listGrid ul li a {
	color: #909090;
	font-size: 20px;
	display: block;
}
.listGrid ul li a:hover {
  color: #b2d234;
}
.tmp-grid-view {
	padding-top: 30px;
}
.tmp-grid-view ul {
	margin: 0px -25px;
}
.tmp-grid-view ul li {
	float: left;
	width: 33.333%;
	padding: 0px 25px;
	margin-bottom: 50px;
}
.tmp-dv {
	position: relative;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.temp-imgs {
}
.temp-imgs {
	padding: 3px;
	position: relative;
}
.shr-edit {
	margin: 20px 0px 10px 0px;
}
.rating {
	margin: 0px 0px 10px 0px;
	color: #d7d7d7;
	font-size: 16px;
}
.temp-imgs img {
	box-shadow: 0 0 5px #cccccc;
	width: 100%;
}
.shr-edit .btn {
	border-radius: 25px;
	border: solid 1px #e4e4e4;
	color: #a6a6a6;
	font-size: 18px;
	height: 36px;
	padding: 6px 20px;
}
.rating .sgrn {
	color: #99c000;
}
.sales {
	font-family: 'Roboto Slab', serif;
}
.temp-capt {
	background-color: rgba(24, 30, 42, 0.9);
	height: 100%;
	opacity: 0;
	overflow: hidden;
	padding: 35px 20px;
	position: absolute;
	text-align: left;
	transform: scale(0);
 -moz- transform: scale(0);
 -ms- transform: scale(0);
 -o- transform: scale(0);
 -webkit- transform: scale(0);
	transition: all 0.5s ease-in 0s;
	-moz-transition: all 0.5s ease-in 0s;
	-webkit-transition: all 0.5s ease-in 0s;
	-ms-transition: all 0.5s ease-in 0s;
	-o-transition: all 0.5s ease-in 0s;
	width: 100%;
}
.temp-imgs:hover .temp-capt {
  opacity: 1;
  transform: scale(1);
   -moz- transform: scale(1);
 -ms- transform: scale(1);
 -o- transform: scale(1);
 -webkit- transform: scale(1);
}
.tct-ttl {
	border-bottom: 1px solid #5997d5;
	font-family: roboto slab;
	font-size: 16px;
	color: #fff;
	padding: 0px 0px 10px 0px;
	margin-bottom: 15px;
}
.temp-capt p {
	font-size: 14px;
	color: #fff;
	margin-bottom: 50px;
}
.try-it-btn {
	background: #99c000 none repeat scroll 0 0;
	border-radius: 25px;
	box-shadow: 0 2px 3px #000000;
	color: #ffffff;
	display: inline-block;
	font-family: "Roboto Slab", serif;
	font-size: 14px;
	line-height: 34px;
	padding: 0 28px;
	text-align: center;
}
.try-it-btn:hover {
	color: #fff;
}
.new {
	position: absolute;
	width: 65px;
	height: 65px;
	right: 0px;
	bottom: 0px;
	font-family: "Roboto Slab", serif;
	display: inline-block;
	border-bottom: 65px solid #c63300;
	border-left: 65px solid transparent;
}
.new > span {
	color: #ffffff;
	font-size: 14px;
	position: absolute;
	right: 12px;
	top: 34px;
	transform: rotate(-48deg);
 -moz- transform: rotate(-48deg);
 -ms- transform: rotate(-48deg);
 -webkit- transform: rotate(-48deg);
 -o- transform: rotate(-48deg);
}
.temp-right {
	width: 100%;
	border: solid 1px #dbdbdb;
	padding: 5px 0px 5px 48px;
	position: relative;
	margin-bottom: 25px;
}
.tr-ico {
	position: absolute;
	left: 13px;
	top: 13px;
	font-size: 18px;
	color: #6d6d6d;
}
.temp-right ul li:first-child {
	color: #107da8;
}
.temp-right ul li:last-child {
	border-bottom: none
}
.temp-right ul li {
	float: left;
	font-family: "Roboto Slab", serif;
	width: 100%;
	font-size: 16px;
	padding: 8px 0px;
	border-bottom: solid 1px #dbdbdb;
	position: relative;
}
.temp-right ul li a {
	display: inline-block;
	color: #353535;
}
/*ul.categories li {
	padding-left: 28px;
}*/
.chkbx > input {
  margin-right: 15px;
  width: auto !important;
}
ul.categories li:before {
	content: none;
	width: 15px;
	height: 15px;
	position: absolute;
	background: #dfdfdf;
	left: 0px;
	top: 12px;
}
ul.categories li:first-child {
	padding-left: 0px;
}
ul.categories li:first-child:before {
	content: '';
	display: none;
}
.right-tempt-sect .seeall {
	color: #c70000;
	font-size: 14px;
	float: right;
	margin: 12px 0px
}
.temp-right.clearfix input {
	border: 1px solid #dfdfdf;
	display: inline-block;
	width: 100px;
}
.temp-right.clearfix span {
	display: inline-block;
	min-width: 50px;
}
.t-prsearch {
	background: #99c000 none repeat scroll 0 0;
	border: medium none;
	border-radius: 25px;
	color: #ffffff;
	min-width: 50px;
	padding: 2px 15px;
	display: inline-block;
	margin-left: 5px;
}
.top-template-bar, .tmp-grid-view, .tmp-list-view {
  padding: 24px 0 0;
}
.tempalte-views {
	padding: 30px 0px 0px 0px;
}
.tmp-list-view .temp-imgs {
	float: left;
	width: 185px;
}
.tmp-list-view ul li {
	border: 1px solid #dfdfdf;
	float: left;
	margin-bottom: 20px;
	padding: 20px;
	width: 100%;
	text-align: left;
	position: relative;
}
.tmp-list-view .tmp-dv {
	overflow: hidden;
	padding: 0 0 0 35px;
	width: auto;
	text-align: left;
}
.tmp-tle {
	float: left;
	min-width: 205px;
	float: left;
	padding: 0px 0px 10px 0px;
	font-family: "Roboto Slab", serif;
	font-size: 16px;
	color: #353535;
	border-bottom: solid 1px #6d6d6d;
	text-align: left;
}
.tmp-list-view .shr-edit {
	float: right;
	margin: 0px;
}
.tmp-dtl-txt {
	color: #6d6d6d;
	font-size: 14px;
	min-height: 100px;
	padding: 15px 0 0;
}
.l-rit {
	float: right;
	text-align: center;
}
.tmp-list-view .try-it-btn {
	float: left;
	 box-shadow: 0 2px 3px #cccccc;
}

.litsbtm.clearfix {
  padding: 40px 50px 0 0;
}

.tmp-list-view { padding-top:30px;}
.loading { text-align: center; padding:30px 0px;}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert {
  /*border: 1px solid transparent;*/
  border-radius: 4px;
  margin-bottom: 0px;
  margin-top:44px;
  padding: 15px;
}

.alert-danger {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}




/*------------------------Cover letter-----------------------------------*/

.coverletter h5 {
	color: #353535;
	font-family: "Roboto Slab", serif;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 22px;
}
.choose-plan {
	padding: 22px 30px 22px 75px;
	border: solid 1px #ababab;
	position: relative;
	margin-bottom: 15px;
}
.choose-plan .try-it-btn {
	float: left;
	box-shadow: 0 2px 3px #cccccc;
	float: right;
}
.rd-bt {
	background: #ff8186 none repeat scroll 0 0;
	border-radius: 25px;
	box-shadow: 0 4px 3px #cccccc;
	display: inline-block;
	height: 33px;
	left: -40px;
	line-height: 33px;
	position: absolute;
	top: 15px;
	width: 80px;
}
.effect-right:hover li:nth-of-type(1) {
	transform: rotateY(-90deg) translate3d(0px, 0px, 7em);
}
.tempsearch {
	display: inline-block;
	position: relative;
}
.Faqs .top-template-bar {
	text-align: right;
}
.faq-panel .panel-default > .panel-heading {
	background-color: #ffffff;
	border-color: rgba(0, 0, 0, 0);
	border-radius: 0;
	padding-left: 0px;
	color: #333333;
}
.faq-panel .panel-group .panel {
	border: medium none;
	border-radius: 4px;
	box-shadow: none;
	margin-bottom: 0;
	border-bottom: solid 1px#dfdfdf;
}
.faq-panel .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: medium none;
}
.faq-panel .panel-heading .accordion-toggle:after {
	font-family: 'FontAwesome';  /* essential for enabling glyphicon */
	content: "\f068";    /* adjust as needed, taken from bootstrap.css */
	float: left;        /* adjust as needed */
	color: #fff;
	font-size: 14px;
	background: #343434;
	height: 22px;
	line-height: 22px;
	text-align: center;
	width: 20px;
	margin-right: 22px;
	margin-top: -3px;
}
.faq-panel .panel-heading .accordion-toggle.collapsed:after {
	/* symbol for "collapsed" panels */
	content: "\f067 ";/* adjust as needed, taken from bootstrap.css */
}
.faq-panel .panel-title a {
	font-size: 16px;
	color: #6d6d6d;
	font-weight: 300;
}
.faq-panel .panel-default > .panel-heading:hover .accordion-toggle::after, .art-data-body .panel-heading a:hover span {
	color: #fff;
	background: #99c000;
}
.faq-panel .panel-title a.active, .art-data-body .panel-heading a.active {
	color: #34baee;
}
.faq-panel .panel-body {
	font-size: 16px;
	color: #6d6d6d;
	font-weight: 300;
}
.p-tags h3 {
	margin: 0px 0px 20px 0px;
	font-size: 18px;
}
.p-tags a {
	display: inline-block;
	line-height: 25px;
	background: #d0d0d0;
	border-radius: 3px;
	font-size: 14px;
	text-align: center;
	min-width: 60px;
	color: #333;
	font-weight: 300;
	margin: 0px 0px 5px 0px;
}
.p-tags {
	padding-bottom: 25px;
}
.faq-panel {
	padding: 20px 40px 0px 40px;
}
.allrecent {
	padding: 24px 0px 0px 0px;
}
.alect-top {
	margin: 0px 0px 30px 0px
}
.alect-top ul li {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
}
.alect-top ul li:last-child {
	padding: 0px;
	margin: 0px;
}
.alect-top ul li a {
	font-size: 16px;
	color: #353535;
	display: inline-block;
	font-weight: 400;
	padding: 0px 10px 0px 0px;
}
.alect-top ul li a.active {
	color: #34baee
}
.alrec ul li {
	float: left;
	width: 100%;
	padding: 10px 0px;
	border-bottom: solid 1px #dfdfdf;
}
.alrec ul li a {
	font-size: 14px;
	color: #353535;
	display: inline-block;
	font-weight: 300;
}
.alrec ul li a.active, .alrec ul li a:hover {
	color: #34baee
}
.sbmt-btn:hover {
	background: #81a102 ;
	color: #fff;
}
/*-----------------------------Job----------------------------------*/
.job-view {
  padding-right: 15px;
}

.job-view ul li {
	border: 1px solid #6d6d6d;
	display: table;
	padding: 20px;
	width: 100%;
}

.job-view ul li + li { margin-top:15px; }
.leftjob {
	float: left;
	width: 75%;
}
.rgftjob {
	overflow: hidden;
	width: 25%;
	text-align: center;
}
.leftjob h4 {
	color: #6d6d6d;
	font-weight: 400;
}
.leftjob h4 a {
	color: #0099d5;
	display: table;
	font-family: "Roboto Slab", serif;
	margin: 0 0 10px;
}
.leftjob p {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 23px;
}
.leftjob > span {
	color: #6d6d6d;
	display: inline-block;
}
.aplyjob {
  background: #99c000 none repeat scroll 0 0;
  border-radius: 25px;
  color: #ffffff;
  display: inline-block;
  font-family: "Roboto Slab",serif;
  font-size: 12px;
  font-weight: 500;
  padding: 8px 15px;
  text-transform: capitalize;
}
.aplyjob:hover, .aplyjob:focus {
	background: #81a102;
	color: #fff;
}

.squer{ width:146px; 
	height:66px; 
	background:#f5f5f5;
	display:inline-block; 
	margin-bottom:50px;}

.job .top-template-bar .row {
  margin-bottom: 35px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-left: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a { color:#0099d5; font-size:16px;}

.jobrt { padding:20px; margin-top:30px;}

.jobrt p {
  color: #0099d5;
  font-size: 16px;
  margin-right: 70px;
}
.jobrt p + p{  color:#6d6d6d;}

.sbmt-btn { font-size:14px;}
.rws-views {
	padding: 00px 0px 60px 0px;
}
.rws-bx {
	padding: 22px;
	border: solid 1px #e3e3e3;
	transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-webkit-transition: all 0.4s linear 0s;
	margin-bottom: 20px;
}
.rws-bx .rws-title {
	font-size: 18px;
	font-weight: 600;
	font-family: "Roboto Slab", serif;
	margin: 0px 0px 15px 0px;
}
.rws-bx p {
	color: #a3a3a3;
	font-size: 16px;
	font-weight: 400;
	margin: 0px 0px 30px 0px;
}
.rwsbtn {
	background: #b1c100 none repeat scroll 0 0;
	border-radius: 25px;
	color: #ffffff;
	display: inline-block;
	font-family: "Roboto Slab", serif;
	font-weight: 400;
	line-height: 38px;
	padding: 0 20px;
	border: solid 4px #f2f2f2;
	font-size: 16px;
	float: right;
}
.rwsbtn:hover, .rwsbtn:focus {
	color: #fff;
	background: #333;
}
.res-downld-by .btn {
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 3px 6px;
  text-align: center;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
}
.res-downld-by > ul {
  text-align: center;
}
.rws-bx:hover {
	box-shadow: 0px 0px 20px #dfdfdf;
	border: 1px solid transparent;
}
p.tp-text {
	color: #a3a3a3;
	font-size: 16px;
	font-weight: 400;
	margin: 30px 0px 30px 0px;
}
.resume-samples-views  {}

.smp-hedr {
	font-family: "Roboto Slab", serif;
	font-size: 18px;
	font-weight: 600;
	margin: 30px 0px 30px 0px
}

.resume-samples-views ul li {
	float: left;
	width: 100%;
	margin: 0px 0px 5px 0px;
}
.resume-samples-views ul li a {
	display: block;
	font-size: 16px;
	background: #f7f7f7;
	padding: 5px 10px; position:relative;
}

.resume-samples-views ul li a:hover{ color:#666;}

.resume-samples-views ul li a:before{
		content:'\f105 '; 
		font-family:FontAwesome;
		float:left; margin:0px 10px 0px 0px;
		font-size:16px;
		color:#999;} 

.resume-samples { padding-bottom:60px;}


.Services-us .container {
  width: 1140px;
}

.howget .container {
  width: 960px;
}
.img-circle {
  width: 100px;
  height: 95px;
}

#frm_forgot_password .form-group:last-child {
  margin-bottom: 0px;
}

#frm_forgot_password .form-group:last-child .sbmt-btn { margin-bottom:0px;}

/*------------------------------------Tool------------------------------------*/

.tool-top-header, .sub-ticket-top-header, .help-desk-top-header {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3e5e9f+0,3e5e9f+35,107da8+68,107da8+100 */
	background: rgb(62,94,159); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(62,94,159,1) 0%, rgba(62,94,159,1) 35%, rgba(16,125,168,1) 68%, rgba(16,125,168,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(62,94,159,1) 0%, rgba(62,94,159,1) 35%, rgba(16,125,168,1) 68%, rgba(16,125,168,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(62,94,159,1) 0%, rgba(62,94,159,1) 35%, rgba(16,125,168,1) 68%, rgba(16,125,168,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e5e9f', endColorstr='#107da8', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	min-height: 50px;
	width: 100%;
}
.tool-section {
	padding: 80px 0px; 
	background:#656565; 
}
.tool-top-header ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.tool-top-header ul li {
	display: inline-block;
}
.tool-top-header ul li a {
	font-size: 14px;
	color: #fff;
	line-height: 50px;
	display: block;
}
.tool-top-header ul.lefttool-menu li {
	margin: 0px 40px 0px 0px;
}

.tool-top-header ul.lefttool-menu li a:hover{ color:#39b8ea; }

.lefttool-menu { float:left;}
.righttool-menu { float:right;}


.tool-top-header ul.righttool-menu li a {
	padding: 0px 15px 0px 15px; 
	font-size:16px;
}

.tool-top-header ul.righttool-menu li { border-left:solid 0px #00a7ee;}

.tool-top-header ul.righttool-menu li a.download i { margin-right:10px;}
.tool-top-header ul.righttool-menu li a.download  { background:#39b8ea;}

/*Wasim 27-Feb-17*/
.user-acc-section, .sub-ticket-section, .help-desk-section, .pg-nt-found-section{
  padding:80px 0;	
}
.user-upld-img-blk {
  background-color: rgb(242, 242, 242);
  min-height: 135px;
  padding: 38px 0 0;
  position: relative;
}
.user-upl-img {
  border-radius: 50%;
  cursor: pointer;
  height: 178px;
  left: 75px;
  margin: 0 0 38px;
  position: absolute;
  transition: all 0.4s linear 0s;
  width: 178px;
  z-index:99;
}
.user-upl-img img {
  border: 9px solid #d6d6d6;
  border-radius: 50%;
  height: 100%;
  width: 100%;
}
.user-upl-img-hover {
  background: rgba(62,94,159,0.70); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(62,94,159,1) 0%, rgba(62,94,159,0.70) 35%, rgba(16,125,168,0.70) 68%, rgba(16,125,168,0.70) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(62,94,159,1) 0%, rgba(62,94,159,0.70) 35%, rgba(16,125,168,0.70) 68%, rgba(16,125,168,0.70) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(62,94,159,0.70) 0%, rgba(62,94,159,0.70) 35%, rgba(16,125,168,0.70) 68%, rgba(16,125,168,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e5e9f', endColorstr='#107da8', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  border-radius: 50%;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 300;
  height: 100%;
  left: 0;
  padding: 70px 0;
  position: absolute;
  text-align: center;
  text-transform: capitalize;
  top: 0;
  transform: scale(0);
  transition: all 0.4s linear 0s;
  width: 100%;
}
.user-upl-img:hover .user-upl-img-hover {
  transform: scale(1);
}
.user-upl-img-hover input[type="file"] {
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.user-upl-img-hover .fa {
  bottom: 65px;
  left: 77px;
  position: absolute;
}
.user-sub-text {
  color: #353535;
  font-size: 16px;
  font-weight: 300;
  padding-top: 56px;
}
.user-sub-text span {
  color: #3763a0;
  font-weight: 500;
}
.user-acc-form-blk {
  margin: 120px auto 0;
  padding-left: 200px;
}
.user-acc-head {
  border-bottom: 1px solid #d8d8d8;
  color: #337ab7;
  font-family: roboto slab;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
}
.user-acc-head span {
  color: #00aaf1;
  cursor: pointer;
  font-size: 13px;
  margin: 0 6px;
  position: absolute;
  right: 0;
}
.user-form-ip .form-control {
  background: #f1f1f1 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: #353535;
  font-weight: 300;
  height: 32px;
}
.user-up-form .row.form-group {
  margin-bottom: 35px;
}
.user-form-ip label {
  color: #6d6d6d;
  font-weight: 500;
}
.user-form-ip label span {
  color: #2d2d2d;
}
.user-upld-img-blk::before, .user-upld-img-blk::after {
  bottom: -65px;
  content: url("../img/shado-img.png");
  opacity: 0.66;
  position: absolute;
  z-index: -1;
}
.user-upld-img-blk::before {
  content: none;
  right: 250px;
}
.user-upld-img-blk::after {
  left: 0;
}
.sub-ticket-top-body, .help-desk-top-body {
  padding: 25px 0;
}
.search-fld .form-control {
  background-color: #F1F1F1;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: #353535;
  font-weight: 300;
  height: 45px;
  padding-right: 40px;
}
.search-fld span {
  font-size: 20px;
  position: absolute;
  right: 22px;
  top: 10px;
}
.btn-ticket-sec span {
  display: inline-block;
}
.btn-ticket-sec .btn {
  background-color: #b2d234;
  border-radius: 50px;
  color: #ffffff;
  font-family: roboto slab;
  font-size: 16px;
  font-weight: bold;
  height: 35px;
  width: 220px;
}
.btn-tikt-exis {
  margin-left: 30px;
}
.sub-tkt-form-tag {
  color: #34baee;
  font-weight: 300;
  margin: 10px 0 0;
  padding: 40px 0;
}
.sub-tkt-form {
  width: 630px;
}
.sub-tkt-ipfld .form-control {
  background-color: #f1f1f1;
  border: medium none;
  box-shadow: none;
  color: #353535;
  font-family: roboto slab;
  font-weight: 300;
  height: 35px;
}
.sub-tkt-ipfld label, .atta-text {
  color: #6d6d6d;
  font-weight: 300;
}
.sub-tkt-ipfld ul {
  margin: 0 -10px;
}
.sub-tkt-ipfld li {
  padding: 0 10px;
  float:left;
}
.btn-pri .btn {
  background-color: #c7c7c7;
  border-radius: 50px;
  font-weight: 500;
  height: 32px;
  width: 115px;
}
.sub-tkt-ipfld textarea {
  min-height: 172px;
}
.attac-block {
  margin-left: 16px;
}
.btn.btn-up-info {
  width: 135px;
}
.atta-file, .atta-text, .fil-limit {
  font-weight: 300;
  padding: 13px 0;
}
.atta-file span {
  background: #dddddd none repeat scroll 0 0;
  border-radius: 50px;
  padding: 4px 14px;
}
.fil-limit {
  color: #34baee;
}
.form-control.cap-text {
  background-color: #9a0101;
  border-radius: 0;
  color: #ffffff;
  height: 50px;
  margin: 7px 0 0;
  width: 240px;
}
.tool-top-header.user-acc ul.righttool-menu li a {
  font-weight: 300;
}
.tool-top-header.user-acc ul.righttool-menu li {
  border-left: medium none;
}
.tool-top-header.user-acc ul.righttool-menu li a:hover, .tool-top-header.user-acc ul.righttool-menu li.active a {
  background-color: #33baef;
}
.tool-top-header.user-acc {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.57) inset;
}
.hd-lft-menu-block {
  padding: 40px 0 0;
}
.hd-lft-menu-block li {
  border-bottom: 1px solid #d0d0d0;
  margin: 0 10px;
}
.hd-lft-menu-block li:last-child {
  border-bottom: medium none;
}
.hd-lft-menu-block li a {
  color: #a5a5a5;
  display: block;
  font-weight: 300;
  padding: 12px 0;
}
.hd-lft-menu-block li a:hover , .hd-lft-menu-block li.active a{
  color: #34baee;
}
.art-data-head {
  color: #107da8;
  font-family: roboto slab;
  font-size: 24px;
  font-weight: bold;
  padding: 40px 0 0;
}
.art-cat {
  color: #107da8;
  font-size: 16px;
  font-weight: 300;
  padding: 10px 0;
}
.art-data-body .panel-heading, .art-data-body .panel-heading a {
  color: #a5a5a5;
  font-weight: 300;
}
.art-data-body .panel-heading a span {
  background: #000000 none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  height: 20px;
  line-height: 21px;
  margin-right: 15px;
  text-align: center;
  width: 20px;
}
.art-data-body .panel-group .panel-heading {
  border-bottom: 1px solid #d0d0d0;
}
.art-data-body .panel-collapse .panel-body {
  font-weight: 300;
  line-height: 2;
}
.art-data-body .panel-heading a.collapsed span .fa::before {
  content: "\f067";
}
.art-data-body .panel-heading a span .fa::before {
  content: "\f068";
}
.art-data-body .panel-group .panel-heading + .panel-collapse > .panel-body, .art-data-body .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: medium none rgba(0, 0, 0, 0) ;
}
.pg-nt-data {
  margin: 0 auto;
  position: relative;
  width: 700px;
}
.pg-nt-txt {
  padding: 60px 0 0;
}
.pg-nt-txt h4 {
  color: #8ad100;
  font-family: roboto slab;
  font-size: 59px;
  font-weight: bold;
}
.pg-nt-txt h2 {
  color: #d1d1d1;
  font-family: helvetica;
  font-size: 200px;
  font-weight: bold;
}
.pg-nt-txt h2 span {
  color: #353535;
  display: block;
  font-family: roboto slab;
  font-size: 32px;
}
.pg-nt-txt p {
  color: #34baee;
  font-size: 18px;
  font-weight: 300;

  padding: 0 0 0 50px;
}
.pg-nt-img {
  position: absolute;
  right: 0;
  top: 190px;
  width: 350px;
}
.pg-nt-img img {
  height: 100%;
  width: 100%;
}
.cmsheader- .container {
  padding: 0;
  width: 960px;
}
.cont-left, .right-tempt-sect {
  padding: 24px 0 0;
}
.btn.btn-default:hover .fa-share-alt {
  color: #99c000;
}
.btn.btn-default:hover .fa-heart-o {
  color: #c70000;
}
.btn.btn-default:hover .fa-pencil {
  color: #000;
}
.rightImg img {
  width: 100%;
}
.imgleft-sec {
  padding-right: 150px;
}
.text-danger {color:red !important;
font-weight:normal !important;}

/*templete 04-March*/
.man-resu-sec .panel-group .panel {
  border: medium none;
  border-radius: 0;
}
.man-resu-sec .panel .panel-heading, .man-resu-sec .panel .panel-body {
  border-top: 0 none !important;
  padding: 0;
}
.man-resu-sec .panel .panel-heading a span {
       background: -moz-linear-gradient(90deg, rgba(57,184,234,1) 0%, rgba(62,94,159,1) 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(62,94,159,1)), color-stop(100%, rgba(57,184,234,1)));
    background: -webkit-linear-gradient(90deg, rgba(57,184,234,1) 0%, rgba(62,94,159,1) 100%);
    background: -o-linear-gradient(90deg, rgba(57,184,234,1) 0%, rgba(62,94,159,1) 100%);
    background: -ms-linear-gradient(90deg, rgba(57,184,234,1) 0%, rgba(62,94,159,1) 100%);
    background: linear-gradient(0deg, rgba(57,184,234,1) 0%, rgba(62,94,159,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3E5E9F', endColorstr='#39B8EA',GradientType=0 );
  color: #39b8ea;
    font-size: 17px;
    height: 53px;
    left: 0;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.4s linear 0s;
    width: 3px;
}
.man-resu-sec .panel .panel-heading a.collapsed span {
  color: #39b8ea;
  width: 3px;
}
.man-resu-sec .panel .panel-heading a:hover span, .man-resu-sec .panel .panel-heading a span {
  color: #ffffff;
  width: 50px;
}
.man-resu-sec .panel .panel-heading a span .fa {
  padding: 0 17px;
}
.man-resu-sec .panel .panel-heading a {
  display: block;
  font-family: roboto slab;
  font-size: 16px;
  padding: 15px 15px 15px 55px;
  position: relative;
}
.man-resu-sec .panel .panel-body li a {
  display: block;
  font-weight: 500;
  padding: 10px 20px;
}
.man-resu-sec .panel .panel-body li a:hover {
  padding-left: 30px;
}
.man-resu-sec .panel .panel-body li {
  border: 1px solid #cbcbcb;
  border-bottom: none;
}
.add-more-mng-res {
  background-color: #36afde;
}
.add-more-mng-res a {
  color: #ffffff;
}
/*.edit-resume-form {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 5px 0 24px rgba(0, 0, 0, 0.75);
  left: 50%;
  margin: 35px 0 0 -275px;
  padding: 20px;
  position: absolute;
  top: 0;
  width: 550px;
}*/
.edit-resume-form {
  background: rgba(0, 0, 0, 0.78) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  margin: 0;
  overflow-y: auto;
  top: 0;
  width: 100%;
}
.edit-resume-form-head {
  border-bottom: 1px solid #cecece;
  color: #353535;
  font-family: roboto slab;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
  padding: 0 0 10px;
}
.form-ip-fld {
  position: relative;
  transition: all 0.4s linear 0s;
}
.form-ip-fld label {
  color: #36afde;
  font-weight: 300;
  left: 0;
  font-size:12px;
  margin: 0;
  position: absolute;
  top: 0px;
  transition: left 0.4s ease 0s;
  width: 100%;
}
.form-ip-fld .form-control {
  box-shadow: none;
  color: #353535;
  font-weight: 300;
  height: 45px;
  padding-top: 20px;
  border-radius:0;
   border:0;
  border-bottom: 1px solid #cecece;
}
.form-ip-fld label.move-ip-lbl {
  font-size: 12px;
  top: 0;
  transition: all 0.4s linear 0s;
}
.btn-res-edit {
  margin: 9px 0 0;
}
.btn-res-edit .btn {
  background-color: #36afde;
  border-radius: 50px;
  color: #ffffff;
  font-weight: 500;
  height: 32px;
  width: auto;
}
.tool-top-header ul.righttool-menu li.download {
  background: #39b8ea none repeat scroll 0 0;
  color: #ffffff;
  font-weight: 500;
  padding: 16px 25px;
  position: relative;
  cursor:pointer;
}
.down-list {
  background-color: #39b8ea;
  height: 90px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 140%;
  transition: all 0.4s linear 0s;
  visibility: hidden;
  width: 280px;
  z-index: 1;
}
.tool-top-header ul.righttool-menu li.download:hover .down-list {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.down-list li {
  float: left;
  width: 70px;
}
.tool-top-header ul.righttool-menu li.download li a {
  display: block;
  padding: 12px 10px;
}
.down-list li img {
  filter: grayscale(100%);
  width: 100%;
}
.tool-top-header ul.righttool-menu li.download ul li {
  border-left: medium none;
}
/*Visual Resume Page 04-March*/
.visual-templats-list .container {
  width: 960px;
}
.tem-view-head h3, .resum-samp-head {
  color: #353535;
  font-family: roboto slab;
  font-weight: bold;
  margin-bottom: 25px;
  font-size:24px;
}
.tem-view-head p, .resum-data-body p, .resum-data-head {
  color: #a5a5a5;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 30px;
}
.resum-data-head, .resum-data-body p {
  margin: 0;
}
.btn-try .try-it-btn {
  margin: 25px 0 0;
}
.vis-tem-data .temp-imgs {
  margin: 20px 0 0;
}
/*20-Mar*/
.tool-top-header {
  left: 0;
  margin-top: 80px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}
.resum-edit-sec {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
 /* height: 1015px;*/
 min-height:300px;
  margin: 70px 0 0;
  position: relative;
  padding:20px;
  background-color:#fff;
}
.man-resu-sec {
  margin: 150px 45px 0 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 24%;
  z-index: 5;
}
/*------------------------------------08.04.2017---------------Harshad CSS--------------------------*/
.subscr-plans {
  padding: 136px 55px 0;
  width: 100%;
}
.h-clr-cng{
	color:#3763a0;
} 
.plan-heading {
  color: #33baef;
  font-family: roboto slab;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
}
.plan-category {
  margin-bottom: 166px;
}
.plan-category li{
	width:20%;
	float:left;
	padding:12px;
}
.plan-category li:first-child {
  padding-left: 0;
}
.plan-category li:last-child {
  padding-right: 0;
}
.plan-list {
  box-shadow: 0 0 8px #e8e8e8;
  padding: 20px 0;
  text-align: center;
  border-bottom:3px solid;
}
.plan-icon {
  background-color: #eceff1;
  border-radius: 50%;
  height: 64px;
  line-height: 64px;
  margin: 0 auto;
  width: 64px;
}
.plan-desc h3 {
  color: #353535;
  font-family: "Roboto Slab",serif;
  font-size: 16px;
  margin: 0;
  padding: 20px 0 26px;
  position:relative;
}
.plan-desc h3::before {
  background-color: #dddddd;
  bottom: 14px;
  content: "";
  height: 1px;
  left: 50%;
  margin-left: -56px;
  position: absolute;
  width: 112px;
}
.plan-desc p {
  color: #6d6d6d;
  font-family: "Roboto Slab",serif;
  font-size: 14px;
  line-height: 26px;
  margin: 0;
}
.plan-btn {
  padding: 26px 0 0px;
}
.plan-btn .btn.btn-plan-start {
  border-radius: 34px;
  color: #ffffff;
  font-size: 16px;
  padding: 5px 24px;
  text-transform: capitalize;
}
/*------------------------------Plan border & btn color---------------------*/
.plan-clr-one{
	border-color:#99c000;
}
.plan-clr-one .plan-btn .btn.btn-plan-start {
	background-color:#99c000;
}
.plan-clr-two{
	border-color:#33baef;
}
.plan-clr-two .plan-btn .btn.btn-plan-start {
	background-color:#33baef;
}
.plan-clr-three{
	border-color:#f25a29;
}
.plan-clr-three .plan-btn .btn.btn-plan-start {
	background-color:#f25a29;
}
.plan-clr-four{
	border-color:#0077b5;
}
.plan-clr-four .plan-btn .btn.btn-plan-start {
	background-color:#0077b5;
}
/*------------------------------Plan Last Div---------------------*/
.plan-list-last {
  padding: 0 0 0 20px;
}
.plan-list-last .plan-desc {
  padding: 50px 0 65px;
}
.plan-list-last p {
  font-family: roboto slab;
  font-size: 13px;
  position: relative;
  padding-left:20px;
}
.plan-list-last p::before {
	position:absolute;
	left:0;
	top:0;
	content:url(../img/right.png);
	background-repeat:no-repeat;
	width:15px;
	height:11px;
}
/*--------------------------------------Rase A Query Section-----------------------------------*/
.online-query {
  background-color: #3862a0;
  padding: 35px 0;
}
.online-query .query-head{
	color:#4ec4f8;
	width:30%;
}
.online-query .query-head h3 {
  color: #ffffff;
  font-family: roboto slab;
  font-size: 30px;
  font-weight:700;
}
.query-bredcrumb {
  padding: 10px 0;
}
.query-bredcrumb li {
  display: inline-block;
  color:#353535;
}
.query-bredcrumb li a, span{
	color:#a5a5a5;
}
.query-help {
  margin: 0 auto;
  width: 75%;
}
.query-help .plan-heading {
  color: #0099d5;
  font-size: 24px;
  font-weight: 700;
  text-transform:none;
}
.query-hlp-block li {
	float:left;
	width:33.33%;
}
.query-hlp-block .media {
  padding: 29px 0;
}
.query-hlp-block{
	border:1px solid #e3e3e3;
	padding:10px 40px;
}
.query-hlp-data{
	width:100%;
}
.query-icon {
  float: left;
}
.query-hlp-block .media .media-left img {
  width: 46px;
}
.query-hlp-block .media .media-body h4.media-heading {
  color: #222222;
  float: left;
  font-family: roboto slab;
  font-size: 16px;
  padding-left: 10px;
}
.or-option {
  color: #ff4e4e;
  font-size: 16px;
  padding: 30px 0;
  text-align: center;
  text-transform: uppercase;
}
.deep-info{
	width:100%;
	padding:7px 0;
	background: -moz-linear-gradient(45deg, rgba(62,94,159,1) 0%, rgba(33,113,164,1) 63%, rgba(16,125,168,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(62,94,159,1)), color-stop(63%, rgba(33,113,164,1)), color-stop(100%, rgba(16,125,168,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(45deg, rgba(62,94,159,1) 0%, rgba(33,113,164,1) 63%, rgba(16,125,168,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(45deg, rgba(62,94,159,1) 0%, rgba(33,113,164,1) 63%, rgba(16,125,168,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(45deg, rgba(62,94,159,1) 0%, rgba(33,113,164,1) 63%, rgba(16,125,168,1) 100%); /* ie10+ */
    background: linear-gradient(45deg, rgba(62,94,159,1) 0%, rgba(33,113,164,1) 63%, rgba(16,125,168,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#107da8', endColorstr='#3e5e9f',GradientType=1 ); /* ie6-9 */ 
}
.deep-info-holder {
  margin: 0 auto;
  text-align: left;
  width: 75%;
}
.deep-info-data{
	width:75%;
	margin:0px auto;
}
.deep-info-head h3 {
  font-family: roboto slab;
  font-size: 30px;
  font-weight: 700;
  color:#ffffff;
}
.deep-info-head h3 span{
	font-family: roboto slab;
	font-size:18px;
	color:#ffffff;
	font-weight:400;
}
.conplaint-box {
  padding: 18px 0;
  position: relative;
  width: 100%;
  text-align:right;
}
.conplaint-box .form-group {
	margin:0px;
}
.conplaint-box .form-control {
  border: 1px solid #ffffff;
  border-radius: 30px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
  font-size: 18px;
  height: 45px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;  
  background-color:transparent;
  color:#ffffff;
  font-weight:300;
}
.conplaint-box::after {
  background-color: #ffffff;
  border-radius: 50%;
  color: #333333;
  content: "";
  font-family: "FontAwesome";
  font-size: 25px;
  font-weight: 300;
  height: 35px;
  line-height: 35px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 23px;
  width: 35px;
  pointer-events: none;
}
.conplaint-box option {
  color: #333333;
}
.head-hold{
	padding:40px 0px;
}
.deep-info-holder .query-head > h3 {
  color: #107da8;
  font-family: roboto slab;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
.h-info-search .input-group{
  background-color: #dddddd;
  border: 1px solid #dddddd;
  border-radius: 30px !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
}
.h-info-search .btn-default {
   background-color: #dddddd;
  border-color: #dddddd;
  border-radius:30px;
  color: #333333;
}
.h-info-search .form-control {
  background-color: #dddddd;
  border: 1px solid #dddddd;
  border-radius: 30px !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
}
.h-faq .panel-title {
  font-family: poppins;
  font-size: 14px;
  font-weight: 400;
}
.h-faq .panel-default .panel-heading {
  background-color: #ffffff;
  border-color: #dddddd;
  color: #a5a5a5;
  padding: 0;
}
.h-faq .panel-default .panel-heading h4 a {
  display: block;
  padding: 10px 30px;
}
.h-faq .panel.panel-default {
  border-left: 0 none;
  border-radius: 0;
  border-right: 0 none;
  border-top: medium none;
  position: relative;
}
.h-faq .panel.panel-default::after {
  background-color: #363636;
  color: #acacac;
  content: "";
  font-family: "FontAwesome";
  height: 20px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 5px;
  width: 20px;
  pointer-events:none;
}
.h-faq .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 0px;
}
.h-faq .panel-body {
  font-family: poppins;
  font-size: 14px;
  color:#a5a5a5;
  padding:5px 30px;
}
.deep-info-holder .social-opt .social li {
  float: left;
}
.social {
  float: left;
  width: 50%;
}
.social a {
  display: block;
  font-size: 20px;
  margin: 0px 5px;
}
.social-opt .links{
	width:50%;
	float:right;
	text-align:right;
}
/*--------------------------------Resume Statistic---------------------------*/
.resume-block .plan-category.resume-statistic {
  margin: 0 0 50px;
}
.plan-category.resume-statistic li {
  float: left;
  padding:12px 38px;
  width: 25%;
}
.plan-category.resume-statistic li:first-child {
  padding-left: 0;
}
.plan-category.resume-statistic li:last-child {
  padding-right: 0;
}
.resume-statistic .plan-list {
  border-bottom: 0 solid;
  box-shadow: 0 0 8px #e8e8e8;
  padding: 10px;
  text-align: center;
}
.plan-category.resume-statistic .plan-icon {
  float: left;
  border-radius:0px;
  height: 52px;
  line-height: 52px;
  width: 52px;
}
.resume-statistic .plan-icon > a {
  color: #ffffff;
  display: block;
  font-size: 28px;
}
.resume-statistic .plan-desc {
  float: left;
  text-align:left;
  padding: 0px 0px 0px 12px;
}
.resume-statistic .plan-desc h3 {
  font-family: "Roboto Slab",serif;
  font-size: 13px;
  margin: 0;
  padding: 0 0 10px;
}
.resume-statistic .plan-desc h3::before {
  content: none;
}
.resume-statistic .plan-desc p {
  color: #353535;
  font-family: "Roboto Slab",serif;
  font-size: 26px;
  line-height: 26px;
  margin: 0;
}
/*--------------------------Resume stastic color setting------------------------*/
.resume-statistic .plan-list.plan-clr-one h3 {
  color: #3b5998;
}
.resume-statistic .plan-list.plan-clr-one .plan-icon {
  background-color: #3b5998;
}
.resume-statistic .plan-list.plan-clr-two h3 {
  color: #dd4b39;
}
.resume-statistic .plan-list.plan-clr-two .plan-icon {
  background-color: #dd4b39;
}
.resume-statistic .plan-list.plan-clr-three h3 {
  color: #007bb5;
}
.resume-statistic .plan-list.plan-clr-three .plan-icon {
  background-color: #007bb5;
}
.resume-statistic .plan-list.plan-clr-four h3 {
  color: #55acee;
}
.resume-statistic .plan-list.plan-clr-four .plan-icon {
  background-color: #55acee;
}
/*--------------------------------/Resume statistic color setting-----------------------------*/
.resume-report {
  background-color: #ffffff;
  box-shadow: 0 0 8px #f2f2f2;
  padding: 20px 0;
  width: 100%;
}
.report-inner {
  margin: 0 auto;
  padding: 0;
  width: 87%;
}
.report-inner .plan-heading > span {
  font-size: 12px;
}
.report-inner .plan-heading{
	float:left;
	width:33.33%;
	text-align:left;
}
.report-inner .plan-heading-btn{
	float:left;
	width:33.33%;
	text-align:center;
}
.report-inner .plan-heading-count {
  float: left;
  position: relative;
  text-align: right;
  width: 33.33%;
}
.plan-heading-btn .input-group span {
  margin: 0 10px;
}
.plan-heading-btn .input-group {
  width: 100%;
}
.plan-heading-btn .input-group span.download-report {
  color: #b2d233;
  font-size: 15px;
  font-weight: 500;
}
.plan-heading-btn .input-group span.view-report{
  color:#33BAF2;
  font-size: 15px;
  font-weight: 500;
}
.plan-heading-count .form-control {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 30px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
  color: #222222;
  float: right;
  font-size: 14px;
  width: 60%;
}
.plan-heading-count::after {
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}
.plan-heading-count::after {
  content: "\f0d7";
  font-family: fontawesome;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 6px;
  width: 30px;
  pointer-events:none;
}
/*-------------------------------------Connect with us page start---------------------------*/
.connect-with-us .query-help {
  padding: 40px 0;
}
.connect-with-us .query-hlp-block {
  border: medium none;
}
.connect-with-us label {
  font-family: poppins;
  font-weight: 100;
}
.connect-with-us input.form-control {
  background-color: #969696;
  border-radius:0px;
  border: 1px solid #969696
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
  color: #000000;
  font-size: 14px;
  padding: 5px 12px;
  width: 100%;
}
.connect-with-us input.form-control::-moz-placeholder {
  color: #000000;
}
.connect-with-us select.form-control {
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  height: 40px;
}
.connect-with-us textarea.form-control {
  background-color: #cccccc;
  border-radius: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  color: #000000;
  height: 150px;
  resize:vertical;
}
.connect-with-us .button-sec .btn {
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 0;
  font-size: 16px;
  margin: 5px;
  padding: 6px 65px;
  color:#ffffff;
  font-family: 'Roboto Slab', serif;
}
.button-sec .btn:first-child {
  margin-left: 0;
}
.button-sec .btn:last-child {
  margin-right: 0;
}
.connect-with-us .button-sec .btn.btn-low{
	background-color:#31c1f0;	
}
.connect-with-us .button-sec .btn.btn-medium{
	background-color:#0cade2;	
}
.connect-with-us .button-sec .btn.btn-high{
	background-color:#0187b3;	
}
.image-load {
  background-color: #ff0000;
  float: left;
  height: 60px;
  width: 40%;
}
.btn.btn-refresh {
  float: left;
  line-height: 26px;
  border-radius:50%;
  background-color:#aaaaaa;
  color:#000000;
  margin:10px 10px;
}
.btn.btn-send-tickit-data {
  background-color: #b2d234;
  border-radius: 30px;
  color: #ffffff;
  width: 40%;
  margin:10px 0px;
}
/*Upload file*/
.select-file-1 {
  margin-bottom: 12px;
  position: relative;
  width: 130px;
}
.select-file-1 input {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 130px;
}
.select-file-1 a{
  background-color: #cccccc;
  border-radius: 30px;
  color: #000000;
  display: block;
  height: 30px;
  padding: 6px;
  text-align: center;
  width: 100%;
}
.file-lmt {
  color: #0cade2;
}
/*------------------------------------Jobs & Career--------------------------*/
.jobs-career .plan-heading-count {
  position: relative;
  width: 50%;
}
.jobs-career .plan-heading-count select {
  float: left;
  width:100%;
}
.jobs-career .plan-heading-count::after {
  right: 5px;	
}
.jobs-career .search-job {
  float: right;
  width: 50%;
}
.jobs-career .search-job .form-control {
  background-color: #F5F5F5;
  border-color: #F5F5F5;
  border-radius: 30px;
  box-shadow: none;
}
.jobs-career-info {
  border: 1px solid #cccccc;
  padding: 34px;
  margin:0px 0px 10px;
}
.jobs-career-info h3 {
  color: #0099d5;
  font-size: 18px;
  font-weight: 400;
  margin:0px;
  position:relative;
}
.jobs-career-info h3 span {
  color: #a5a5a5;
  font-size: 13px;
  font-weight: 100;
}
.job-social{
	position:absolute;
	top:0;
	right:0;
}
.job-social li {
  float: left;
}
.job-social a {
  color: #A3A3A3;
  display: block;
  font-size: 14px;
  margin: 0 4px;
}
.jobs-career .jobs-career-info .job-desp {
  color: #353535;
  font-family: poppins;
  font-size: 16px;
}
.jobs-career .jobs-career-info .job-c-desp {
  color: #353535;
  font-family: poppins;
  font-size: 16px;
  padding: 12px 0;
  line-height:24px;
}
.jobs-career .submit-btn {
  text-align: center;
  padding:50px 0px;
}
.submit-btn .btn.btn-submit {
  border: 1px solid rgba(0, 0, 0, 0);
  background-color:#99c000;
  border-radius: 30px;
  font-size: 18px;
  font-weight: normal;
  padding: 6px 35px;
  color:#ffffff;
}
.related-fld {
  padding: 49px 0 0 100px;
  width: 100%;
  margin:0px 0px 10px 0px;
}
.related-fld-2{
  padding: 0px 0 0 100px;
  margin:10px 0px;
  width: 100%;
}
.daily-quotes{
	border:1px solid #dddddd;
}
.daily-quotes h3 {
  color: #107da8;
  font-family: roboto slab;
  font-size: 16px;
  text-align:center;
  margin:0px;
  padding:10px 0px;
  border-bottom:1px solid #dddddd;
}
.description {
  font-family: roboto slab;
  font-size: 16px;
  padding: 20px 29px;
  text-align: center;
}
.related-fld-2 .daily-quotes h3 {
  padding-left: 30px;
  text-align: left;
}
.related-fld-2 .daily-quotes .description {
  text-align: left;
}
.related-fld-2 .description li{
  border-bottom: 1px solid #dddddd;
  position:relative;
}
.related-fld-2 .description li:last-child {
  border: medium none;
}
.related-fld-2 .description li::after {
  background-color: #dddddd;
  content: "";
  font-family: "FontAwesome";
  height: 20px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 5px;
  width: 20px;
  pointer-event:none;
  cursor:pointer;
}
.related-fld-2 .description li a {
  display: block;
  font-family: roboto slab;
  padding: 5px 0 5px 25px;
  color:#353535;
}
.tag-data .daily-quotes {
  border: medium none;
  border-top:1px solid #dddddd;
  border-bottom:1px solid #dddddd;
  padding:15px 0px;
}
.tag-data .daily-quotes > h3 {
  padding-left: 0;
  border:none;
}
.tag-links {
  padding: 0px;
}
.tags-inline li {
  float: left;
}
.tags-inline a {
  background-color: #dddddd;
  color: #646464;
  display: block;
  font-weight: 300;
  margin: 5px;
  padding: 5px 10px;
  text-decoration: none;
  transition: all 0.4s linear 0s;
}
.tags-inline a:hover{
  background-color:#81bd00;
  color:#ffffff;
}
.subscribe-sec .daily-quotes {
  border: medium none;
}
.subscribe-sec .daily-quotes h3{
	border:none;
	padding-left:0px;
}
.subscribe-sec .description {
  padding: 0;
}
.subscribe-sec .description .form-group li {
	border:none;
}
.subscribe-sec .description .form-group li::after {
  content: none;
}
.subscribe-sec .description .submit-btn {
  padding: 0;
  text-align: center;
}
.blog-sec h4 {
  font-family: roboto slab;
  font-size: 18px;
  padding:10px 0px;
  border-bottom:1px solid #dddddd;
}
.blog-inner {
  padding: 10px 0;
}
.blg-img {
  width: 100%;
}
.blg-img img {
  width: 100%;
}
.blg-desp h3 {
  font-family: roboto slab;
  font-size: 16px;
}
.blg-desp > h3:hover {
  color: #33baef;
}
.date-blg {
  font-size: 12px;
}
.blg-comment {
  font-size: 12px;
}
.blg-info {
  color: #a5a5a5;
  font-size: 13px;
  line-height: 22px;
  padding: 10px 0;
}
.blg-holder {
  border-bottom: 1px solid #dddddd;
}
.cara-ltd {
  float: right;
  margin: 4px 0;
}
/*----------------------------------SEO Page CSS---------------------------*/
.seo-section .user-acc-form-blk {
  margin: 120px auto 0;
  padding: 0 100px 0 200px;
}
.seo-section .seo-form-sec label {
  color: #33baef;
  font-family: roboto slab;
  font-size: 18px;
  vertical-align:middle;
}
.seo-section .seo-form-sec label.on-off-btn {
  vertical-align:middle;
}
.info-input {
  color: #8b8b8b;
  font-family: roboto slab;
  font-size: 12px;
  margin: 10px 12px;
}
.seo-form-sec textarea {
  height: 150px !important;
  resize: vertical;
}
.seo-form-sec .user-form-ip.on-off-button span {
  font-family: roboto slab;
  font-size: 18px;
  margin-right: 10px;
}
/*------------------------Custome Switch Button--------------*/
.on-off-btn {
  background-color: #bdbdbd;
  border-radius: 5px;
  display: inline-block;
  height: 26px;
  line-height: 27px;
  position: relative;
  text-align: center;
  width: 62px;
}
.on-off-btn input {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0px;
  z-index: 1;
  display:none;
}
.toggle-btn {
  bottom: 0;
  color: #000000;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.4s linear 0s;
}
.toggle-btn::before {
  background-color: #000000;
  border-radius: 5px;
  content: "";
  height: 20px;
  left: 0;
  margin: 0 4px;
  position: absolute;
  top: 3px;
  transition: all 0.4s linear 0s;
  width: 26px;
}
.on-off-btn input:checked + .toggle-btn {
  background-color: #2196F3;
  border-radius:5px;
}

.on-off-btn input:focus + .toggle-btn {
  box-shadow: 0 0 1px #2196F3;
  border-radius:5px;
}

.on-off-btn input:checked + .toggle-btn::before {
  -webkit-transform: translateX(28px);
  -ms-transform: translateX(28px);
  transform: translateX(28px);
  border-radius:5px;
}
button.btn.btn-on-off {
  background-color: #95b02c;
  color: #ffffff;
  padding: 4px 15px;
  vertical-align: top;
}
/*---------------------------------Testimonials--------------------------*/
.testimonials-section{
	padding:60px 0px;
	width:100%;
}
.testimonials-slider{
	width:70%;
	position:relative;
	margin:0px auto;
}
.heading-testimonials {
  color: #004560;
  font-family: "Roboto Slab",serif;
  font-size: 30px;
  font-weight: 600;
  margin: 0;
  text-align: center;
  padding-bottom:30px;
}
.heading-testimonials > p {
  font-size: 16px;
  font-weight: 300;
  padding: 15px 0 0;
  color:#000000;
}
.testimonials-slider .owl-carousel {
  display: block;
}

.testimonials-slider .media-left {
  width: 20%;
  border-radius:50%;
  text-align:center;
}
.testimonials-slider .media-left img {
  border-radius: 50%;
  width: 100%;
}
.testimonials-slider h4.media-heading {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color:#009beb;
}
.testimonials-slider h6.sub-heading {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color:#99c000;
}
.testimonials-slider p {
  font-size: 16px;
  font-weight: 300;
  padding: 5px 0 0;
}
/*-----------------Slider Control-------------------*/
.testimonials-slider .owl-prev {
  border-radius: 50% !important;
  font-size: 30px !important;
  height: 50px;
  left: -10%;
  line-height: 50px;
  padding: 0 !important;
  position: absolute;
  top: 28%;
  width: 50px;
  background-color:#99c000 !important;
}
.testimonials-slider .owl-next {
  border-radius: 50% !important;
  font-size: 30px !important;
  height: 50px;
  right: -10%;
  line-height: 50px;
  padding: 0 !important;
  position: absolute;
  top: 28%;
  width: 50px;
  background-color:#99c000 !important;
}
/*---------------------------------/Testimonials--------------------------*/
/*-------------------------Resume History Page Start----------------------*/
.resume-history-cat .active .resume-holder {
  background-color: #b9d44f;
}
.resume-history-cat .active .resume-holder .edit-opt{
  opacity:1;
  visibility:visible;
}
.plan-list.resume-history-block:hover{
  box-shadow:5px 5px 12px #dadada;
  transform:translateY(-5px);
}
.plan-list.resume-history-block:hover .resume-holder{
  background-color:#b9d44f;
}
.plan-list.resume-history-block:hover .resume-holder .edit-opt{
  opacity:1;
  visibility:visible;
}
.resume-history-cat .active .resume-holder .resu-history-icon a {
  color:#ffffff;	
}
.resume-history-cat .active .resume-holder .plan-desc h3 {
  color:#ffffff;	
}
.resume-holder {
  padding: 14px 0 0;
  width: 100%;
  height:auto;
  position:relative;
}
.edit-opt {
  opacity: 0;
  position: absolute;
  right: 5px;
  top: 5px;
  visibility: hidden;
}
.edit-opt a {
  background-color: #ffffff;
  border-radius: 5px;
  display: block;
  height: 25px;
  line-height: 25px;
  text-align: center;
  width: 25px;
}
.drop-edit {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 5px;
  box-shadow: 0 0 8px #717171;
  position: absolute;
  right: 0;
  top: 180%;
  width: 140px;
  z-index: 1;
  opacity:0;
  visibility:hidden;
  transition:all 0.4s linear 0s; -moz-transition:all 0.4s linear 0s; -ms-transition:all 0.4s linear 0s; -o-transition:all 0.4s linear 0s; -webkit-transition:all 0.4s linear 0s;
}
.drop-edit::after {
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid rgba(0, 0, 0, 0);
  border-right: 6px solid rgba(0, 0, 0, 0);
  content: "";
  position: absolute;
  right: 10px;
  top: -6px;
}
/*after click from js*/
.drop-edit.opt-icon{
  opacity: 1;
  top: 125%;
  visibility: visible;
}
/*end after click from js*/
.drop-edit li {
  display: block;
  float: none;
  padding: 0;
  width: 100%;
  border-bottom:1px solid #dddddd;
}
.drop-edit li:last-child {
	border-bottom:0px;
}
.drop-edit a {
  height: 38px;
  padding: 5px 10px;
  text-align: left;
  width: 100%;
  color:#000000;
}
.plan-list.resume-history-block {
  border: 0 none;
  padding:0px;
  transition:all 0.4s linear 0s; -moz-transition:all 0.4s linear 0s; -ms-transition:all 0.4s linear 0s; -o-transition:all 0.4s linear 0s; -webkit-transition:all 0.4s linear 0s;
}
.resume-holder .plan-icon {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  width: 100%;
  transition:all 0.4s linear 0s; -moz-transition:all 0.4s linear 0s; -ms-transition:all 0.4s linear 0s; -o-transition:all 0.4s linear 0s; -webkit-transition:all 0.4s linear 0s;
}
.resume-holder .resu-history-icon a {
  font-size: 80px;
  color:#333333;
}
.resume-holder .plan-desc h3 {
  color: #353535;
  font-size: 18px;
  padding:0px 0px 26px;
}
.resume-history-info .information {
  color: #333333;
}
.resume-holder .plan-desc h3::before {
  content: none;
}
.resume-history-info{
  padding:12px 0px;
}
.resume-history-info li {
  display: block;
  padding: 2px 0 0;
  text-align: center;
  width: 100%;
  font-size:13px;
  color:#a5a5a5;
  font-family: 'Roboto Slab', serif;
}
/*------------------------------------08.04.2017---------------Harshad CSS--------------------------*/
.subscr-plans {
  padding: 56px 55px 0;
  width: 100%;
}
.h-clr-cng{
	color:#3763a0;
}
.plan-heading {
  color: #33baef;
  font-family: roboto slab;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
}
.plan-category {
  margin-bottom: 0;
}
.plan-category li{
	width:25%;
	float:left;
	padding:12px;
}
.plan-category li:first-child {
  padding-left: 0;
}
.plan-category li:last-child {
  padding-right: 0;
}
.plan-list {
  box-shadow: 0 0 8px #e8e8e8;
  padding: 20px 0;
  text-align: center;
  border-bottom:3px solid;
}
.plan-icon {
  background-color: #eceff1;
  border-radius: 50%;
  height: 64px;
  line-height: 64px;
  margin: 0 auto;
  width: 64px;
}
.plan-desc h3 {
  color: #353535;
  font-family: "Roboto Slab",serif;
  font-size: 16px;
  margin: 0;
  padding: 20px 0 26px;
  position:relative;
}
.plan-desc h3::before {
  background-color: #dddddd;
  bottom: 14px;
  content: "";
  height: 1px;
  left: 50%;
  margin-left: -56px;
  position: absolute;
  width: 112px;
}
.plan-desc p {
  color: #6d6d6d;
  font-family: "Roboto Slab",serif;
  font-size: 14px;
  line-height: 26px;
  margin: 0;
}
.plan-btn {
  padding: 26px 0 0px;
}
.plan-btn .btn.btn-plan-start {
  border-radius: 34px;
  color: #ffffff;
  font-size: 16px;
  padding: 5px 24px;
  text-transform: capitalize;
}
/*------------------------------Plan border & btn color---------------------*/
.plan-clr-one{
	border-color:#99c000;
}
.plan-clr-one .plan-btn .btn.btn-plan-start {
	background-color:#99c000;
}
.plan-clr-two{
	border-color:#33baef;
}
.plan-clr-two .plan-btn .btn.btn-plan-start {
	background-color:#33baef;
}
.plan-clr-three{
	border-color:#f25a29;
}
.plan-clr-three .plan-btn .btn.btn-plan-start {
	background-color:#f25a29;
}
.plan-clr-four{
	border-color:#0077b5;
}
.plan-clr-four .plan-btn .btn.btn-plan-start {
	background-color:#0077b5;
}
/*------------------------------Plan Last Div---------------------*/
.plan-list-last {
  padding: 0 0 0 20px;
}
.plan-list-last .plan-desc {
  padding: 50px 0 65px;
}
.plan-list-last p {
  font-family: roboto slab;
  font-size: 13px;
  position: relative;
  padding-left:20px;
}
.plan-list-last p::before {
	position:absolute;
	left:0;
	top:0;
	content:url(../img/right.png);
	background-repeat:no-repeat;
	width:15px;
	height:11px;
}
/*--------------------------------------Rase A Query Section-----------------------------------*/
.online-query {
  background-color: #3862a0;
  padding: 35px 0;
}
.online-query .query-head{
	color:#4ec4f8;
	width:30%;
}
.online-query .query-head h3 {
  color: #ffffff;
  font-family: roboto slab;
  font-size: 30px;
  font-weight:700;
}
.query-bredcrumb {
  padding: 10px 0;
}
.query-bredcrumb li {
  display: inline-block;
  color:#353535;
}
.query-bredcrumb li a, span{
	color:#a5a5a5;
}
.query-help {
  margin: 0 auto;
  width: 75%;
}
.query-help .plan-heading {
  color: #0099d5;
  font-size: 24px;
  font-weight: 700;
  text-transform:none;
}
.query-hlp-block li {
	float:left;
	width:33.33%;
}
.query-hlp-block .media {
  padding: 29px 0;
}
.query-hlp-block{
	border:1px solid #e3e3e3;
	padding:10px 40px;
}
.query-hlp-data{
	width:100%;
}
.query-icon {
  float: left;
}
.query-hlp-block .media .media-left img {
  width: 46px;
}
.query-hlp-block .media .media-body h4.media-heading {
  color: #222222;
  float: left;
  font-family: roboto slab;
  font-size: 16px;
  padding-left: 10px;
}
.or-option {
  color: #ff4e4e;
  font-size: 16px;
  padding: 30px 0;
  text-align: center;
  text-transform: uppercase;
}
.deep-info{
	width:100%;
	padding:7px 0;
	background: -moz-linear-gradient(45deg, rgba(62,94,159,1) 0%, rgba(33,113,164,1) 63%, rgba(16,125,168,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(62,94,159,1)), color-stop(63%, rgba(33,113,164,1)), color-stop(100%, rgba(16,125,168,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(45deg, rgba(62,94,159,1) 0%, rgba(33,113,164,1) 63%, rgba(16,125,168,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(45deg, rgba(62,94,159,1) 0%, rgba(33,113,164,1) 63%, rgba(16,125,168,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(45deg, rgba(62,94,159,1) 0%, rgba(33,113,164,1) 63%, rgba(16,125,168,1) 100%); /* ie10+ */
    background: linear-gradient(45deg, rgba(62,94,159,1) 0%, rgba(33,113,164,1) 63%, rgba(16,125,168,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#107da8', endColorstr='#3e5e9f',GradientType=1 ); /* ie6-9 */ 
}
.deep-info-holder {
  margin: 0 auto;
  text-align: left;
  width: 75%;
}
.deep-info-data{
	width:75%;
	margin:0px auto;
}
.deep-info-head h3 {
  font-family: roboto slab;
  font-size: 30px;
  font-weight: 700;
  color:#ffffff;
}
.deep-info-head h3 span{
	font-family: roboto slab;
	font-size:18px;
	color:#ffffff;
	font-weight:400;
}
.conplaint-box {
  padding: 18px 0;
  position: relative;
  width: 100%;
  text-align:right;
}
.conplaint-box .form-group {
	margin:0px;
}
.conplaint-box .form-control {
  border: 1px solid #ffffff;
  border-radius: 30px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
  font-size: 18px;
  height: 45px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;  
  background-color:transparent;
  color:#ffffff;
  font-weight:300;
}
.conplaint-box::after {
  background-color: #ffffff;
  border-radius: 50%;
  color: #333333;
  content: "";
  font-family: "FontAwesome";
  font-size: 25px;
  font-weight: 300;
  height: 35px;
  line-height: 35px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 23px;
  width: 35px;
  pointer-events: none;
}
.conplaint-box option {
  color: #333333;
}
.head-hold{
	padding:40px 0px;
}
.deep-info-holder .query-head > h3 {
  color: #107da8;
  font-family: roboto slab;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
.h-info-search .input-group{
  background-color: #dddddd;
  border: 1px solid #dddddd;
  border-radius: 30px !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
}
.h-info-search .btn-default {
   background-color: #dddddd;
  border-color: #dddddd;
  border-radius:30px;
  color: #333333;
}
.h-info-search .form-control {
  background-color: #dddddd;
  border: 1px solid #dddddd;
  border-radius: 30px !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
}
.h-faq .panel-title {
  font-family: poppins;
  font-size: 14px;
  font-weight: 400;
}
.h-faq .panel-default .panel-heading {
  background-color: #ffffff;
  border-color: #dddddd;
  color: #a5a5a5;
  padding: 0;
}
.h-faq .panel-default .panel-heading h4 a {
  display: block;
  padding: 10px 30px;
}
.h-faq .panel.panel-default {
  border-left: 0 none;
  border-radius: 0;
  border-right: 0 none;
  border-top: medium none;
  position: relative;
}
.h-faq .panel.panel-default h4 a::after {
  background-color: #363636;
  color: #acacac;
  content: "\f068";
  font-family: "FontAwesome";
  height: 20px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 5px;
  width: 20px;
  pointer-events:none;
}
.h-faq .panel.panel-default h4 a.collapsed::after {
	content: "\f067";
}
.h-faq .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 0px;
}
.h-faq .panel-body {
  font-family: poppins;
  font-size: 14px;
  color:#a5a5a5;
  padding:5px 30px;
}
.deep-info-holder .social-opt .social li {
  float: left;
}
.social {
  float: left;
  width: 50%;
}
.social a {
  display: block;
  font-size: 20px;
  margin: 0px 5px;
}
.social-opt .links{
	width:50%;
	float:right;
	text-align:right;
}
/*--------------------------------Resume Statistic---------------------------*/
.resume-block .plan-category.resume-statistic {
  margin: 0 0 50px;
}
.plan-category.resume-statistic li {
  float: left;
  padding:12px 38px;
  width: 25%;
}
.plan-category.resume-statistic li:first-child {
  padding-left: 0;
}
.plan-category.resume-statistic li:last-child {
  padding-right: 0;
}
.resume-statistic .plan-list {
  border-bottom: 0 solid;
  box-shadow: 0 0 8px #e8e8e8;
  padding: 10px;
  text-align: center;
}
.plan-category.resume-statistic .plan-icon {
  float: left;
  border-radius:0px;
  height: 52px;
  line-height: 52px;
  width: 52px;
}
.resume-statistic .plan-icon > a {
  color: #ffffff;
  display: block;
  font-size: 28px;
}
.resume-statistic .plan-desc {
  float: left;
  text-align:left;
  padding: 0px 0px 0px 12px;
}
.resume-statistic .plan-desc h3 {
  font-family: "Roboto Slab",serif;
  font-size: 13px;
  margin: 0;
  padding: 0 0 10px;
}
.resume-statistic .plan-desc h3::before {
  content: none;
}
.resume-statistic .plan-desc p {
  color: #353535;
  font-family: "Roboto Slab",serif;
  font-size: 26px;
  line-height: 26px;
  margin: 0;
}
/*--------------------------Resume stastic color setting------------------------*/
.resume-statistic .plan-list.plan-clr-one h3 {
  color: #3b5998;
}
.resume-statistic .plan-list.plan-clr-one .plan-icon {
  background-color: #3b5998;
}
.resume-statistic .plan-list.plan-clr-two h3 {
  color: #dd4b39;
}
.resume-statistic .plan-list.plan-clr-two .plan-icon {
  background-color: #dd4b39;
}
.resume-statistic .plan-list.plan-clr-three h3 {
  color: #007bb5;
}
.resume-statistic .plan-list.plan-clr-three .plan-icon {
  background-color: #007bb5;
}
.resume-statistic .plan-list.plan-clr-four h3 {
  color: #55acee;
}
.resume-statistic .plan-list.plan-clr-four .plan-icon {
  background-color: #55acee;
}
/*--------------------------------/Resume statistic color setting-----------------------------*/
.resume-report {
  background-color: #ffffff;
  box-shadow: 0 0 8px #f2f2f2;
  padding: 20px 0;
  width: 100%;
}
.report-inner {
  margin: 0 auto;
  padding: 0;
  width: 87%;
}
.report-inner .plan-heading > span {
  font-size: 12px;
}
.report-inner .plan-heading{
	float:left;
	width:33.33%;
	text-align:left;
}
.report-inner .plan-heading-btn{
	float:left;
	width:33.33%;
	text-align:center;
}
.report-inner .plan-heading-count {
  float: left;
  position: relative;
  text-align: right;
  width: 33.33%;
}
.plan-heading-btn .input-group span {
  margin: 0 10px;
}
.plan-heading-btn .input-group {
  width: 100%;
}
.plan-heading-btn .input-group span.download-report {
  color: #b2d233;
  font-size: 15px;
  font-weight: 500;
}
.plan-heading-btn .input-group span.view-report{
  color:#33BAF2;
  font-size: 15px;
  font-weight: 500;
}
.plan-heading-count .form-control {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 30px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
  color: #222222;
  float: right;
  font-size: 14px;
  width: 60%;
}
.plan-heading-count::after {
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}
.plan-heading-count::after {
  content: "\f0d7";
  font-family: fontawesome;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 6px;
  width: 30px;
  pointer-events:none;
}
/*-------------------------------------Connect with us page start---------------------------*/
.connect-with-us .query-help {
  padding: 40px 0;
}
.connect-with-us .query-hlp-block {
  border: medium none;
}
.connect-with-us label {
  font-family: poppins;
  font-weight: 100;
}
.connect-with-us input.form-control {
  background-color: #969696;
  border-radius:0px;
  border: 1px solid #969696
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
  color: #000000;
  font-size: 14px;
  padding: 5px 12px;
  width: 100%;
}
.connect-with-us input.form-control::-moz-placeholder {
  color: #000000;
}
.connect-with-us select.form-control {
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  height: 40px;
}
.connect-with-us textarea.form-control {
  background-color: #cccccc;
  border-radius: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  color: #000000;
  height: 150px;
  resize:vertical;
}
.connect-with-us .button-sec .btn {
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 0;
  font-size: 16px;
  margin: 5px;
  padding: 6px 65px;
  color:#ffffff;
  font-family: 'Roboto Slab', serif;
}
.button-sec .btn:first-child {
  margin-left: 0;
}
.button-sec .btn:last-child {
  margin-right: 0;
}
.connect-with-us .button-sec .btn.btn-low{
	background-color:#31c1f0;	
}
.connect-with-us .button-sec .btn.btn-medium{
	background-color:#0cade2;	
}
.connect-with-us .button-sec .btn.btn-high{
	background-color:#0187b3;	
}
.image-load {
  background-color: #ff0000;
  float: left;
  height: 60px;
  width: 40%;
}
.btn.btn-refresh {
  float: left;
  line-height: 26px;
  border-radius:50%;
  background-color:#aaaaaa;
  color:#000000;
  margin:10px 10px;
}
.btn.btn-send-tickit-data {
  background-color: #b2d234;
  border-radius: 30px;
  color: #ffffff;
  width: 40%;
  margin:10px 0px;
}
/*Upload file*/
.select-file-1 {
  margin-bottom: 12px;
  position: relative;
  width: 130px;
}
.select-file-1 input {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 130px;
}
.select-file-1 a{
  background-color: #cccccc;
  border-radius: 30px;
  color: #000000;
  display: block;
  height: 30px;
  padding: 6px;
  text-align: center;
  width: 100%;
}
.file-lmt {
  color: #0cade2;
}
/*------------------------------------Jobs & Career--------------------------*/
.jobs-career .plan-heading-count {
  position: relative;
  width: 50%;
}
.jobs-career .plan-heading-count select {
  float: left;
  width:100%;
}
.jobs-career .plan-heading-count::after {
  right: 5px;	
}
.jobs-career .search-job {
  float: right;
  width: 50%;
}
.jobs-career .search-job .form-control {
  background-color: #F5F5F5;
  border-color: #F5F5F5;
  border-radius: 30px;
  box-shadow: none;
}
.jobs-career-info {
  border: 1px solid #cccccc;
  padding: 34px;
  margin:0px 0px 10px;
}
.jobs-career-info h3 {
  color: #0099d5;
  font-size: 18px;
  font-weight: 400;
  margin:0px;
  position:relative;
}
.jobs-career-info h3 span {
  color: #a5a5a5;
  font-size: 13px;
  font-weight: 100;
}
.job-social{
	position:absolute;
	top:0;
	right:0;
}
.job-social li {
  float: left;
}
.job-social a {
  color: #A3A3A3;
  display: block;
  font-size: 14px;
  margin: 0 4px;
}
.jobs-career .jobs-career-info .job-desp {
  color: #353535;
  font-family: poppins;
  font-size: 16px;
}
.jobs-career .jobs-career-info .job-c-desp {
  color: #353535;
  font-family: poppins;
  font-size: 16px;
  padding: 12px 0;
  line-height:24px;
}
.jobs-career .submit-btn {
  text-align: center;
  padding:50px 0px;
}
.submit-btn .btn.btn-submit {
  border: 1px solid rgba(0, 0, 0, 0);
  background-color:#99c000;
  border-radius: 30px;
  font-size: 18px;
  font-weight: normal;
  padding: 6px 35px;
  color:#ffffff;
}
.related-fld {
  padding: 49px 0 0 100px;
  width: 100%;
  margin:0px 0px 10px 0px;
}
.related-fld-2{
  padding: 0px 0 0 100px;
  margin:10px 0px;
  width: 100%;
}
.daily-quotes{
	border:1px solid #dddddd;
}
.daily-quotes h3 {
  color: #107da8;
  font-family: roboto slab;
  font-size: 16px;
  text-align:center;
  margin:0px;
  padding:10px 0px;
  border-bottom:1px solid #dddddd;
}
.description {
  font-family: roboto slab;
  font-size: 16px;
  padding: 20px 29px;
  text-align: center;
}
.related-fld-2 .daily-quotes h3 {
  padding-left: 30px;
  text-align: left;
}
.related-fld-2 .daily-quotes .description {
  text-align: left;
}
.related-fld-2 .description li{
  border-bottom: 1px solid #dddddd;
  position:relative;
}
.related-fld-2 .description li:last-child {
  border: medium none;
}
.related-fld-2 .description li::after {
  background-color: #dddddd;
  content: "";
  font-family: "FontAwesome";
  height: 20px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 5px;
  width: 20px;
  pointer-event:none;
  cursor:pointer;
}
.related-fld-2 .description li a {
  display: block;
  font-family: roboto slab;
  padding: 5px 0 5px 25px;
  color:#353535;
}
.tag-data .daily-quotes {
  border: medium none;
  border-top:1px solid #dddddd;
  border-bottom:1px solid #dddddd;
  padding:15px 0px;
}
.tag-data .daily-quotes > h3 {
  padding-left: 0;
  border:none;
}
.tag-links {
  padding: 0px;
}
.tags-inline li {
  float: left;
}
.tags-inline a {
  background-color: #dddddd;
  color: #646464;
  display: block;
  font-weight: 300;
  margin: 5px;
  padding: 5px 10px;
  text-decoration: none;
  transition: all 0.4s linear 0s;
}
.tags-inline a:hover{
  background-color:#81bd00;
  color:#ffffff;
}
.subscribe-sec .daily-quotes {
  border: medium none;
}
.subscribe-sec .daily-quotes h3{
	border:none;
	padding-left:0px;
}
.subscribe-sec .description {
  padding: 0;
}
.subscribe-sec .description .form-group li {
	border:none;
}
.subscribe-sec .description .form-group li::after {
  content: none;
}
.subscribe-sec .description .submit-btn {
  padding: 0;
  text-align: center;
}
.blog-sec h4 {
  font-family: roboto slab;
  font-size: 18px;
  padding:10px 0px;
  border-bottom:1px solid #dddddd;
}
.blog-inner {
  padding: 10px 0;
}
.blg-img {
  width: 100%;
}
.blg-img img {
  width: 100%;
}
.blg-desp h3 {
  font-family: roboto slab;
  font-size: 16px;
}
.blg-desp > h3:hover {
  color: #33baef;
}
.date-blg {
  font-size: 12px;
}
.blg-comment {
  font-size: 12px;
}
.blg-info {
  color: #a5a5a5;
  font-size: 13px;
  line-height: 22px;
  padding: 10px 0;
}
.blg-holder {
  border-bottom: 1px solid #dddddd;
}
.cara-ltd {
  float: right;
  margin: 4px 0;
}
/*----------------------------------SEO Page CSS---------------------------*/
.seo-section .user-acc-form-blk {
  margin: 120px auto 0;
  padding: 0 100px 0 200px;
}
.seo-section .seo-form-sec label {
  color: #33baef;
  font-family: roboto slab;
  font-size: 18px;
  vertical-align:middle;
}
.seo-section .seo-form-sec label.on-off-btn {
  vertical-align:middle;
}
.info-input {
  color: #8b8b8b;
  font-family: roboto slab;
  font-size: 12px;
  margin: 10px 12px;
}
.seo-form-sec textarea {
  height: 150px !important;
  resize: vertical;
}
.seo-form-sec .user-form-ip.on-off-button span {
  font-family: roboto slab;
  font-size: 18px;
  margin-right: 10px;
}
/*------------------------Custome Switch Button--------------*/
.on-off-btn {
  background-color: #bdbdbd;
  border-radius: 5px;
  display: inline-block;
  height: 26px;
  line-height: 27px;
  position: relative;
  text-align: center;
  width: 62px;
}
.on-off-btn input {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0px;
  z-index: 1;
  display:none;
}
.toggle-btn {
  bottom: 0;
  color: #000000;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.4s linear 0s;
}
.toggle-btn::before {
  background-color: #000000;
  border-radius: 5px;
  content: "";
  height: 20px;
  left: 0;
  margin: 0 4px;
  position: absolute;
  top: 3px;
  transition: all 0.4s linear 0s;
  width: 26px;
}
.on-off-btn input:checked + .toggle-btn {
  background-color: #2196F3;
  border-radius:5px;
}

.on-off-btn input:focus + .toggle-btn {
  box-shadow: 0 0 1px #2196F3;
  border-radius:5px;
}

.on-off-btn input:checked + .toggle-btn::before {
  -webkit-transform: translateX(28px);
  -ms-transform: translateX(28px);
  transform: translateX(28px);
  border-radius:5px;
}
button.btn.btn-on-off {
  background-color: #95b02c;
  color: #ffffff;
  padding: 4px 15px;
  vertical-align: top;
}
/*---------------------------------Testimonials--------------------------*/
.testimonials-section{
	padding:60px 0px;
	width:100%;
}
.testimonials-slider{
	width:70%;
	position:relative;
	margin:0px auto;
}
.heading-testimonials {
  color: #004560;
  font-family: "Roboto Slab",serif;
  font-size: 30px;
  font-weight: 600;
  margin: 0;
  text-align: center;
  padding-bottom:30px;
}
.heading-testimonials > p {
  font-size: 16px;
  font-weight: 300;
  padding: 15px 0 0;
  color:#000000;
}
.testimonials-slider .owl-carousel {
  display: block;
}

.testimonials-slider .media-left {
  width: 20%;
  border-radius:50%;
  text-align:center;
}
.testimonials-slider .media-left img {
  border-radius: 50%;
  width: 100%;
}
.testimonials-slider h4.media-heading {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color:#009beb;
}
.testimonials-slider h6.sub-heading {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color:#99c000;
}
.testimonials-slider p {
  font-size: 16px;
  font-weight: 300;
  padding: 5px 0 0;
}
/*-----------------Slider Control-------------------*/
.testimonials-slider .owl-prev {
  border-radius: 50% !important;
  font-size: 30px !important;
  height: 50px;
  left: -10%;
  line-height: 50px;
  padding: 0 !important;
  position: absolute;
  top: 28%;
  width: 50px;
  background-color:#99c000 !important;
}
.testimonials-slider .owl-next {
  border-radius: 50% !important;
  font-size: 30px !important;
  height: 50px;
  right: -10%;
  line-height: 50px;
  padding: 0 !important;
  position: absolute;
  top: 28%;
  width: 50px;
  background-color:#99c000 !important;
}
/*---------------------------------/Testimonials--------------------------*/
/*-------------------------Resume History Page Start----------------------*/
.resume-history-cat .active .resume-holder {
  background-color: #b9d44f;
}
.resume-history-cat .active .resume-holder .edit-opt{
  opacity:1;
  visibility:visible;
}
.plan-list.resume-history-block:hover{
  box-shadow:5px 5px 12px #dadada;
  transform:translateY(-5px);
}
.plan-list.resume-history-block:hover .resume-holder{
  background-color:#b9d44f;
}
.plan-list.resume-history-block:hover .resume-holder .edit-opt{
  opacity:1;
  visibility:visible;
}
.resume-history-cat .active .resume-holder .resu-history-icon a {
  color:#ffffff;	
}
.resume-history-cat .active .resume-holder .plan-desc h3 {
  color:#ffffff;	
}
.resume-holder {
  padding: 14px 0 0;
  width: 100%;
  height:auto;
  position:relative;
}
.edit-opt {
  opacity: 0;
  position: absolute;
  right: 5px;
  top: 5px;
  visibility: hidden;
}
.edit-opt a {
  background-color: #ffffff;
  border-radius: 5px;
  display: block;
  height: 25px;
  line-height: 25px;
  text-align: center;
  width: 25px;
}
.drop-edit {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 5px;
  box-shadow: 0 0 8px #717171;
  position: absolute;
  right: 0;
  top: 180%;
  width: 140px;
  z-index: 1;
  opacity:0;
  visibility:hidden;
  transition:all 0.4s linear 0s; -moz-transition:all 0.4s linear 0s; -ms-transition:all 0.4s linear 0s; -o-transition:all 0.4s linear 0s; -webkit-transition:all 0.4s linear 0s;
}
.drop-edit::after {
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid rgba(0, 0, 0, 0);
  border-right: 6px solid rgba(0, 0, 0, 0);
  content: "";
  position: absolute;
  right: 10px;
  top: -6px;
}
/*after click from js*/
.drop-edit.opt-icon{
  opacity: 1;
  top: 125%;
  visibility: visible;
}
/*end after click from js*/
.drop-edit li {
  display: block;
  float: none;
  padding: 0;
  width: 100%;
  border-bottom:1px solid #dddddd;
}
.drop-edit li:last-child {
	border-bottom:0px;
}
.drop-edit a {
  height: 38px;
  padding: 5px 10px;
  text-align: left;
  width: 100%;
  color:#000000;
}
.plan-list.resume-history-block {
  border: 0 none;
  padding:0px;
  transition:all 0.4s linear 0s; -moz-transition:all 0.4s linear 0s; -ms-transition:all 0.4s linear 0s; -o-transition:all 0.4s linear 0s; -webkit-transition:all 0.4s linear 0s;
}
.resume-holder .plan-icon {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  width: 100%;
  transition:all 0.4s linear 0s; -moz-transition:all 0.4s linear 0s; -ms-transition:all 0.4s linear 0s; -o-transition:all 0.4s linear 0s; -webkit-transition:all 0.4s linear 0s;
}
.resume-holder .resu-history-icon a {
  font-size: 80px;
  color:#333333;
}
.resume-holder .plan-desc h3 {
  color: #353535;
  font-size: 18px;
  padding:0px 0px 26px;
}
.resume-history-info .information {
  color: #333333;
}
.resume-holder .plan-desc h3::before {
  content: none;
}
.resume-history-info{
  padding:12px 0px;
}
.resume-history-info li {
  display: block;
  padding: 2px 0 0;
  text-align: center;
  width: 100%;
  font-size:13px;
  color:#a5a5a5;
  font-family: 'Roboto Slab', serif;
}
.form-ip-flds {
  line-height: 42px;
  vertical-align: middle;
}
.form-ip-flds button {margin:2px;}
.man-resu-sec .panel .panel-body li span {
    display: block;
    font-weight: 500;
    padding: 10px 20px;
	text-align:left;
	color:#337ab7;
}

/****************** 20-sep wasim ************************/

.user-edit-blk {
  margin: 0 auto;
  width: auto;
}
.user-edit-blk .panel-heading {
  background: #b2d234 none repeat scroll 0 0;
  color: #ffffff;
}
.relative{
  position:relative;	
}
.user-edit-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.user-edit-btn .btn {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 50px;
  color: #000000;
  font-size: 12px;
  height: 27px;
  padding: 0 10px;
}
.user-edit-btn .btn .fa{
  margin:0 6px 0 0;	
}
.user-edit-form .form-control, .form-control {
  background: #f1f1f1 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: #353535;
  height: 45px;
}
.form-control:focus{
	box-shadow: none;
}
.comm-user-head h4 {
  background: #b2d234 none repeat scroll 0 0;
  color: #333333;
  font-size: 13px;
  margin: 0 0 8px;
  padding: 12px 10px;
}
.cust-modal {
  background: rgba(0, 0, 0, 0.76) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transition: all 0.4s linear 0s;
  width: 100%;
  z-index: 999;
  opacity:0;
  visibility:hidden;
}
.user-edit-form-sec {
  background: #ffffff none repeat scroll 0 0;
  margin: 20px auto;

}
.user-edit-form {
  padding: 0 10px;
}
.open-cust-modal .cust-modal {
  opacity: 1;
  visibility: visible;
}
.user-view-form label {
  color: #89959b;
  display: block;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  padding: 5px 0;
}
.cust-table thead th {
  background: #f1f1f1 none repeat scroll 0 0;
  color: #333333;
  font-weight: normal;
  vertical-align: middle;
}
.cust-table thead td {
  vertical-align:middle !important;	
}
.inline-btn span {
  display: inline-block;
}
.inline-btn span .fa{
  display: inline-block;
}
.inline-btn span .fa {
  background: #f4f4f4 none repeat scroll 0 0;
  border-radius: 50px;
  color: #fff;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  width: 25px;
}
.inline-btn span .fa-edit {
  background: #33BAEF none repeat scroll 0 0;
}
.inline-btn span .fa-trash {
  background: #CD2122 none repeat scroll 0 0;
}
.custom_modal {
  background: #fff none repeat scroll 0 0;
  margin: 10px auto;
  padding: 15px;
  width: 700px;
  border-radius: 10px;
}
.cust-select::before {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #e3e3e3;
  color: #333;
  content: "\f107";
  font-family: fontawesome;
  font-size: 20px;
  height: 45px;
  line-height: 45px;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 30px;
}
.panel-body.manage-resum li:first-child {
  border: medium none;
  padding: 12px 10px;
}
.error{color:#F00;}
.user-view-form {
    text-align: left;
}
#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100% !important;
}
.ui-sortable-helper{width:100% !important;}
.wt-35{width:35%;}
.wt-25{width:25%;}
.cust-inp textarea {
	width: 100%;
    min-height: 183px;
    resize: vertical;
}
.panel-default ul{list-style-type:inherit; padding-left: 12px;}

.custom_modal_letter {
    background: #fff none repeat scroll 0 0;
    margin: 10px auto;
    padding: 15px;
    width: 800px;
	border-radius:10px;
}
.custom_modal_letter textarea { min-height: 400px;}
.temp-design-sec {
  margin: 70px 0 0;
  padding: 10px;
}
.temp-design-sec .form-control {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e3e3e3;
}
.temp-design-sec .cust-select::before {
  background: #fff none repeat scroll 0 0;
}
.res-downld-by li {
  display: inline-block;
}
.res-downld-by li .btn {
	background: #333 none repeat scroll 0 0;
	border-radius: 0;
	color: #fff;
	width: 73px;
	height: 45px;
}
.res-downld-by li .btn:hover {
  background: #616161 none repeat scroll 0 0;
}
.custom-resume ul {
  list-style-type: inherit;
  
  padding-left: 14px;
}

.tool-top-header .active {
    background: #36afde;
}
.righttool-menu li:hover{background: #36afde;}
.user-edit-blk {min-height:900px;}
.user-edit-sec {
  position: relative;
}
.loading {
  background: rgba(0, 0, 0, 0.83) none repeat scroll 0 0;
  color: #fff;
  height: 100%;
  left: 0;
  padding-top: 20px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}
#loading1 {
  background: rgba(0, 0, 0, 0.83) none repeat scroll 0 0;
  color: #fff;
  height: 100%;
  left: 0;
  padding-top: 20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.right-menu-icon {
  display: none;
}
.panel-body.manage-height ul {
    max-height: 350px;
    overflow-y: auto;
}
.white-container {
	margin-bottom: 30px;
	padding: 20px 30px;
	-webkit-border-radius: 0 0 3px 3px;
	/*border-radius: 0 0 3px 3px;
	background: #ffffff;*/
	/*-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.1);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,.1);*/
}
.animated-counter {
	position: relative;
	display: block;
	margin: 30px 0 60px 0;
	text-align: center;
}
.animated-counter span {
	position: relative;
	display: block;
	margin-top: 5px;
	margin-bottom: 15px;
	padding-bottom: 20px;
	font-size: 30px;
	line-height: 30px;
}
.animated-counter h3 {
	margin: 0;
	line-height: 1.2em;
}
.animated-counter .fa {
	display: block;
	font-size: 50px;
	line-height: 60px;
	color: #B2D234;
}
.statistics table {
	margin: 30px 0 60px 0;
	max-width: 100%;
	width: 100%;
	background-color: transparent;
}
.statistics h6, .h6 {
    font-size: 16px;
}
.statistics h4, h5, h6 {
  margin-bottom: 15px;
  margin-top: 40px;
}
.statistics table > thead > tr > th {
    border-bottom: 0;
    background: #2aadde;
    vertical-align: bottom;
    color: #ffffff;
}
.statistics table > thead > tr > th:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.statistics table > thead > tr > th:last-child {
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 0px 3px 3px 0px;
}
.statistics table > thead > tr > th, .statistics table > tbody > tr > th, .statistics table > tfoot > tr > th, .statistics table > thead > tr > td, .statistics table > tbody > tr > td, .statistics table > tfoot > tr > td {
    padding: 13px 15px;
    border-bottom: 1px solid #e7e7e7;
    vertical-align: top;
    line-height: 24px;
}
.plan-category i {font-size:22.3px; color:#99c000;}
.plan-category h3 p {font-size:25px; padding:10px;}

#shiva
{
  width: 100px;
	height: 100px;
	/*background: red;*/
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
  float:left;
  /*margin:5px;*/
}
.count
{
  line-height: 100px;
  color:#b2d234;
/*  margin-left:30px;*/
  font-size:25px;
}
#talkbubble {
   width: 120px;
   height: 80px;
  /* background: red;*/
   position: relative;
   -moz-border-radius:    10px;
   -webkit-border-radius: 10px;
   border-radius:         10px;
  float:left;
  margin:20px;
}
#talkbubble:before {
   content:"";
   position: absolute;
   right: 100%;
   top: 26px;
   width: 0;
   height: 0;
   border-top: 13px solid transparent;
   border-right: 26px solid;
   border-bottom: 13px solid transparent;
}

.linker
{
  font-size : 20px;
  font-color: black;
}
.timers {
    font-size: 33px;
}
.resume-resp-blk .user-edit-blk {min-height:auto !important;}
#step-0,#step-1,#step-5,#step-4,#step-3{
    position:fixed !important;
}
.popover-title{background-color:#00a7ee; color:#FFF;}


@media only screen and (max-width: 600px) {
    .cms-text{width:100% !important;}
}

.phrases {

    display: none;
    position: absolute;
    z-index: 9999;
    width: auto;
    margin-top: 41px;
    background: #fafafa;
    margin-left: 0;
    height: 100px;
    left: 1px;
    right: 1px;
    padding: 30px;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0px 2px 2px #e5e5e5;
    text-align: center;
    height: calc(100% - 42px);

}
.closed {
    position: absolute;
    top: 5px;
    right: 5px;
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    line-height: 25px;
    background: #353535;
    color: #fff;
    font-size: 14px;
	cursor:pointer;
}
.searchBlock {
    width:80
	%;
	margin:0px auto;
}
.searchBlock .btn.btn-default {
    height: 45px;
    background: #808080;
    color: #fff;
}
.tagListUl {
    padding: 0px !important;
    text-align: left;
    margin: 15px -15px;
    border-top: 1px solid #e5e5e5;
	max-height:calc(100% - 45px);
	overflow:auto;
}
.tagListUl li {
    list-style-type: none;
    padding: 2px 15px;
    background: #f1f1f1;
	margin-bottom:5px;
	cursor:default;
	transition:all 0.3s ease-in 0s;-moz-transition:all 0.3s ease-in 0s;-ms-transition:all 0.3s ease-in 0s;-o-transition:all 0.3s ease-in 0s;-webkit-transition:all 0.3s ease-in 0s;
}
.tagListUl li:hover {
    background:#565656;
	color:#fff;
}
.setBtn {
    border-radius: 25px;
    font-size: 10px;
    min-width: 70px;
    margin: 0 10px 0 0;
}
.login-section {
padding-top:120px;
}
.cust-log {
	position:relative;
	width:750px;
	margin:0 auto;
	padding:0;
	background:#fff;
	box-shadow: 0 0 10px #ddd;
	border-radius:8px;
}

.cust-log h2 {
	margin:0px;
	padding:15px 20px;
	text-align:center;
	font-size:16px;
	background:#222;
	color:#fff;
	position:relative;
	z-index:2;
	border-radius:8px 8px 0 0;
}
.cust-reg {
	position:relative;
	width:500px;
	margin:0 auto;
	padding:0;
	background:#fff;
	box-shadow: 0 0 10px #ddd;
	border-radius:8px;
	height:600px;
}

.cust-reg h2 {
	margin:0px;
	padding:15px 20px;
	text-align:center;
	font-size:16px;
	background:#222;
	color:#fff;
	position:relative;
	z-index:2;
	border-radius:8px 8px 0 0;
}
.cust-reg #frm_user_login {
    padding: 40px 0px 0px 0px;
}
.left-boxer {
	position:absolute;
	width:222px;
	padding:70px 20px;
	background:#333;
	left:0;
	top:0;
	color:#fff;
	height:100%;
	border-radius:8px 0 0 8px;
}
.left-boxer p {
position:relative;
padding-left:40px;
text-align:left;
margin-bottom:20px;
}
.left-boxer p:after{
position:absolute;
left:0;
top:0;
height:30px;
width:30px;
line-height:30px;
text-align:center;
color:#fff;
background:#111;
border-radius:50%;
font-family:'FontAwesome';
content:'\f00c';
}
.cust-log #frm_user_registration {
padding:20px 20px 20px 250px;
}
.log-fo-cust {
width:85%;
margin:auto;
}
.cust-reg .log-fo-cust {
width:75%;
margin:auto;
}
.log-fo-cust .form-control {
height:40px;
font-weight:300;
border-radius:7px;
border:1px solid #ddd;
background:#fafafa;
box-shadow:none;
}
.cust-for {
	position:relative;
	width:500px;
	margin:0 auto;
	padding:0;
	background:#fff;
	box-shadow: 0 0 10px #ddd;
	border-radius:8px;
	height:300px;
}

.cust-for h2 {
	margin:0px;
	padding:15px 20px;
	text-align:center;
	font-size:16px;
	background:#222;
	color:#fff;
	position:relative;
	z-index:2;
	border-radius:8px 8px 0 0;
}
.cust-for #frm_forgot_password {
padding: 40px 0px 0px 0px;
}

