@import url(//fonts.googleapis.com/css?family=Graduate|Wallpoet|Open+Sans:400italic,600,700,400);

/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
table td
{
    vertical-align: top;
    min-width: 110px;
}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
html
{
    background: url(../images/stripe_gray_diagonal.png);
    background-attachment: fixed;
}
body {
	background:url(../images/content-tail.png) ;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #000;
	line-height: 1.6;
	letter-spacing: 1px;
	width: 99%;
	margin: 0 auto; 
	height: auto;
	max-width: 1500px;
	box-shadow: 0 0 2px #D2C778;
	position: relative;
}
.wrap{
	margin:0 auto;
	width:100%;
}

.header-group {
  background: url("../images/pattern-header-inner.png") repeat-x scroll left 160px / 59px 90px #26455F;
  min-height: 175px;
  position: relative;
  width: 100%;
}

.header_bg {
 /* background:url("../images/blue_abstract_background.jpg") repeat-x scroll 0 -40px / 100% 320px #7AC1E7;*/
  /* background: none repeat scroll 0 0 #021E47;*/
 border-bottom: 1px solid #4376B9;
  min-height: 100px;
  padding-bottom: 5px;
  padding-top: 5px;
  position: relative;
}
.header{
	padding:7px 2% 0;
}
.logo{
	float:left;
}

.logo a
{
    display: block;
    float: left;
    margin-right: 10px;
    position: relative;
    z-index: 9999;
}

.slogan {
  float: left;
}

.slogan > h2 {
  color: #FFFFFF !important;
  margin-bottom: 0 !important;
}

.slogan h1 {
  color: #fff !important;
  margin-top: 0 !important;
  text-transform: lowercase;
}

.logo img {
    width: 90px;
    display: none;
}
.logo-title {
    height: auto !important;
    margin-left: -10px;
    width: auto !important;
}

.heaer-right-group {
  float: right;
color: rgb(255, 255, 255);
text-transform: capitalize;
text-align: right;
font-size: 13px;
}

.heaer-right-group ul
{
    margin: 0;
}

.heaer-right-group ul li
{
    display: block;
}

.heaer-right-group ul li a {
    color: #A2C2DB;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.heaer-right-group ul li a:hover
{
    text-decoration: none;
    color: #FED100;
}

ul li.highlight > a
{
    color: rgb(254, 209, 0) !important;
}

/* start main */
.main{}
.main_text{}

p,ul,ol
{
    margin: 10px 0;
    letter-spacing: 2px;
}

a {
  color: #004C9D;
  cursor: pointer;
  text-decoration: none;
}

a:hover{
  color: #000;
  text-decoration: none;
}

h1,h2,h3
{
    font-weight: 300 !important;
    line-height: 1.5 !important;
    color: #000 !important;
    margin: 10px 0 !important;
    font-style: normal !important;
    letter-spacing: 2.5px;
    font-family: 'open Sans';
    
}

h2{
	font-size: 32px;
}

h2{
	font-size: 25px;
	text-transform: uppercase;
	color: #000;
}

h3 {
  font-size: 20px;
}


/* start span_of_3 */
.main_bg{
    padding: 10px 10px 30px;
    overflow: hidden;
}
.content_top{
    position: relative;
}

/* start footer */
.footer_bg1 {
  /*background: url("../images/blue_abstract_background.jpg") repeat-x scroll 0 -30px / 100% 320px #7AC1E7;*/
  background-color: #26455F;
    margin-top: 95px;
    position: relative;
  margin-top: 3px;
  min-height: 43px;
  padding: 5px 0;
}

.footer_bg1:before {
  background-image: url("../images/pattern-footer.png");
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 59px 15px;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: -15px;
  width: 100%;
  z-index: 0;
}

.footer1{
	padding: 8px 2%;
}
.wrap.footer-slider {
  background: url("../portal-images/top.jpg") repeat-x scroll left top rgba(0, 0, 0, 0);
    position: relative;
    width: 100%;
}


.copy{}

.copy p{
	color: #fff;
    font-size: 11px;
    line-height: 30px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.copy p a{
	color:#fff;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.copy p a:hover{
	color: #FED100;
	text-decoration: none;
}
/* start about */
.top_bg{
	background:  url('../images/slider_bg1.jpg');
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.top{
	padding: 4% 4%;
}

.about{
	display: block;
}
.cont-grid {
	float: left;
	width: 60.3333%;
}
.cont-grid-img{
	margin-left: 3.3333%;
	width: 36.33333%;
	float:left;
}
.cont-grid-img img{
	margin-top: 10px;
}
.cont-grid span{
	font-size: 1.5em;
	text-transform: uppercase;
	color: #777777;
	text-shadow: 0 1px 0 #ffffff;
}
.abt-para p{
	margin-top: 2%;
}
.about-p{
	margin-top:20px;
}
.read_more {
	margin-top: 2%;
}
.btn{
	color: #00BAC6;
	background: #ffffff;
	border: 1px solid #22D5E0;
	display: inline-block;
	text-transform: uppercase;
	padding: 12px 38px;
	font-size: 0.875em;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn:hover {
	background: #00BAC6;
	color: #ffffff;
	text-decoration: none;
}
/* start services */
.ser_btn{
	position: relative;
	margin-top: 12%;
}
.ser_btn1{
	position: absolute;
	bottom: 0;	
	left: 0;
}
.button {
	color: #555555;
	border-top: 1px solid rgb(221, 221, 221);
	display: block;
	text-align:center;
	text-transform: uppercase;
	font-size: 0.875em;
	width: 100%;
	padding:12px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.button:hover {
	background: #00BAC6;
	color: #ffffff;
}
/* start blog */
.blog {
	display: block;
}
.blog_list{
	margin-top: 4%;
}
.blog_list:first-child{
	margin-top: 0%;
}
.blog_list h2{
	font-size: 1.5em;
	text-transform: uppercase;
	color: #000;
	text-shadow: 0 1px 0 #ffffff;
}
.blog_list h5{
	margin-top:8px;
	font-size: 1em;
	text-transform: capitalize;
	color: #000;
	text-shadow: 0 1px 0 #ffffff;
}
.blog_list h5 a{
	color: #00BAC6;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog_list h5 a:hover{
	color: #777777;
}
.blog_para{
	margin: 2% 0;
}
.blog_para p a{
	float: left;
	margin-right: 4%;
}
.blog_para p a img{
	margin-top: 10px;
}
/* start contact */
.contact{
	display: block;
}
.contact h2{
	font-size: 1.5em;
	text-transform: uppercase;
	color: #000;
	text-shadow: 0 1px 0 #ffffff;
}
.map{
	margin: 2% 0;
}
.col{
	display: block;
}
.contact-form{
	position:relative;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span label{
	color: #777777;
	display: block;
	font-size: 0.8725em;
	padding-bottom: 5px;
	text-transform: capitalize;
}
.contact-form input[type="text"],
input[type="password"],
 .contact-form textarea,
input[type="text"],
textarea,select{
	font-family: 'Open Sans', sans-serif;
	background: #FFFFFF;
	border: 1px solid #E7E7E7;
	color: rgba(85, 81, 81, 0.84);
	padding: 8px;
	display: block;
	width: 98% !important;
	margin-bottom: 20px;
	outline: none;
	-webkit-appearance: none;
	text-transform: none;
}

select {
  width: 98%;
}
.contact-form textarea,
textarea{
	resize:none;
	height:120px;		
}
.contact-form input[type="submit"],
input[type="submit"]{
	margin-top:10px;
	font-family: 'Open Sans', sans-serif;
	-webkit-appearance: none;
	cursor:pointer;
	color: #00BAC6;
	background: #ffffff;
	border: 1px solid #22D5E0;
	display: inline-block;
	text-transform: uppercase;
	padding: 12px 15px;
	font-size: 0.875em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact-form input[type="submit"]:hover,
input[type="submit"]:hover{
	background: #00BAC6;
	color: #ffffff;
}

.login{}

.login td
{
    min-width: 120px;
    vertical-align: top;
}

.comment-form {
  border: 1px solid #CCCCCC;
  margin: 25px 0;
  padding: 20px;
}

.comment-form label {
  display: block;
  margin: 10px 0 5px;
}

/* start details */
.details{
	display: block;
}
.details h2{
	font-size: 1.5em;
	text-transform: uppercase;
	color: #000;
	text-shadow: 0 1px 0 #ffffff;
}
.det_pic{
	margin: 2% 0;
}


/*slider group*/
.slider-group {
  height: 377px;
  padding: 10px;
  width: 98%;
}


.floating-text {
 background: #fff;
  border-bottom: 1px solid #CCCCCC;
  box-shadow: 0 0 3px #CCCCCC;
  float: right;
  height: 315px;
  padding: 0 10px 20px 0;
  width: 28%;
  display: none !important;
}

.slider-sidebar {
  height: 250px;
  overflow: hidden;
  padding-bottom: 20px;
}

.floating-text h3{
    background: #aad8f2; /* Old browsers */
    background: -moz-linear-gradient(to right, #021C41 0%, #4498C7 200%) repeat scroll 0 0 #000000;
    background: -webkit-linear-gradient(to right, #021C41 0%, #4498C7 200%) repeat scroll 0 0 #000000;
    background: -webkit-linear-gradient(to right, #021C41 0%, #4498C7 200%) repeat scroll 0 0 #000000;
    background: -o-linear-gradient(to right, #021C41 0%, #4498C7 200%) repeat scroll 0 0 #000000;
    background: -ms-linear-gradient(to right, #021C41 0%, #4498C7 200%) repeat scroll 0 0 #000000;
    background: linear-gradient(to right, #021C41 0%, #4498C7 200%) repeat scroll 0 0 #000000;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#021C41', endColorstr='#4498c7',GradientType=1 );
    font-size: 17px;
    color: #FFFFFF !important;
    font-weight: 100;
    margin: 0 -10px 10px 0 !important;
    padding: 10px 10px;
    text-align: left;
}

.floating-text h3:before{
  content: "::";
  margin-right: 5px;
}

.floating-text h3:after{
  content: "::";
  margin-left: 5px;
}


/*content*/

.left-col {
    background-color: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    border-top: 2px solid #004C9D;
    box-shadow: 0 0 3px #CCCCCC;
    float: left;
    margin-bottom: -5000px;
    padding: 15px 20px 5000px;
    width: 70%;
}

.sidebar {
  background: #fff;
  border-bottom: 1px solid #CCCCCC;
  box-shadow: 0 0 3px #CCCCCC;
  float: right;
  margin-bottom: -5000px;
  padding: 0 15px 5000px;
  width: 23%;
}

.horizontal-news-ticker {
  background: none repeat scroll 0 0 #522632;
  color: #FFFFFF;
  height: 25px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
  padding: 2px;
  width: 100%;
}

.horizontal-news-ticker a {
  color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    margin: 0 7px;
}

.horizontal-news-ticker a:before {
  content: "*";
  margin-right: 6px;
}

.horizontal-news-ticker a:hover{
    color: #FED100;
}

.horizontal-news-ticker span {
  margin-right: 10px;
}

/* liScroll styles */

.horizontal-news-ticker ul {
  margin: 0;
}

#ticker01 > li {
  display: inline-block;
  margin-right: 30px;
}

ul.newsticker span {
margin: 0 10px 0 0;
} 

.right-column {
    background-color: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    box-shadow: 0 0 3px #CCCCCC;
    float: right;
    margin-bottom: -5000px;
    padding: 15px 20px 5000px;
    width: 70%;
}

.center-Column {
    background-color: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    border-top: 2px solid #004C9D;
    box-shadow: 0 0 3px #CCCCCC;
    float: left;
    margin-bottom: -5000px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 0 15px 5000px;
    width: 43%;
}

.Right-sidebar
{
    background: #fff;
    border-bottom: 1px solid #CCCCCC;
    box-shadow: 0 0 3px #CCCCCC;
    float: left;
    margin-bottom: -5000px;
    padding: 0 15px 5000px;
    width: 23%;
}

.left-sidebar
{
    background: #fff;
    border-bottom: 1px solid #CCCCCC;
    box-shadow: 0 0 3px #CCCCCC;
    float: left;
    margin-bottom: -5000px;
    padding: 0 15px 5000px;
    width: 23%;
}


.left-sidebar ul,
.sidebar ul,
.Right-sidebar ul
{
    list-style:none;
}

.left-sidebar ul li,
.sidebar ul li,
.Right-sidebar ul li
{
    background: url("../images/arrow.gif") no-repeat scroll 0 10px / 10px 10px rgba(0, 0, 0, 0);
    line-height: 2;
    padding-left: 20px;
}

.left-sidebar h3,
.sidebar h3,
.Right-sidebar h3
{
  background: #aad8f2; /* Old browsers */
    background: -moz-linear-gradient(to right, #021C41 0%, #4498C7 200%) repeat scroll 0 0 #000000;
    background: -webkit-linear-gradient(to right, #021C41 0%, #4498C7 200%) repeat scroll 0 0 #000000;
    background: -webkit-linear-gradient(to right, #021C41 0%, #4498C7 200%) repeat scroll 0 0 #000000;
    background: -o-linear-gradient(to right, #021C41 0%, #4498C7 200%) repeat scroll 0 0 #000000;
    background: -ms-linear-gradient(to right, #021C41 0%, #4498C7 200%) repeat scroll 0 0 #000000;
    background: linear-gradient(to right, #021C41 0%, #4498C7 200%) repeat scroll 0 0 #000000;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#021C41', endColorstr='#4498c7',GradientType=1 );
  
  color: #FFFFFF !important;
  font-weight: 100;
  margin: 0 -15px 20px !important;
  padding: 10px 15px;
  text-align: left;
}

.left-sidebar h3:before,
.sidebar h3:before,
.Right-sidebar h3:before {
  content: "::";
  margin-right: 5px;
}

.left-sidebar h3:after,
.sidebar h3:after,
.Right-sidebar h3:after {
  content: "::";
  margin-left: 5px;
}


.center-Column ul,
.left-col ul,
.right-column ul
{
    list-style:none;
    padding-left: 20px;
}

.center-Column ul li,
.left-col ul li,
.right-column ul li
{
    background: url("../images/next.png") no-repeat scroll 0 11px / 12px 10px rgba(0, 0, 0, 0);
    line-height: 2;
    padding-left: 25px;
}

.slider-sidebar #news-container
{
    height: 260px !important;
}

.slider-sidebar ul
{
    counter-reset: li;
    font: 15px 'trebuchet MS','lucida sans';
    list-style: none outside none;
    margin-bottom: 4em;
    padding: 0;
    width: 100%;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

#news-container li {
  display: block !important;
    height: 3em !important;
    margin-bottom: 10px !important;
    overflow: hidden;
}

.slider-sidebar ul li a
{
    background: url("../images/stripe_gray_diagonal.png") repeat fixed 0 0 rgba(0, 0, 0, 0);
    border-radius: 0px;
    color: #000;
    cursor: pointer;
    display: block;
    margin-left: 10px;
    padding: 0.4em 0.4em 0.4em 0.8em;
    position: relative;
    text-decoration: none;
    width: 100%;
}

.slider-sidebar ul li a:before
{
    /*background: none repeat scroll 0 0 #FA8072;
    content: counter(li, decimal);
    counter-increment: li;
    font-weight: bold;
    height: 2em;
    left: -2.5em;
    line-height: 2em;
    margin-top: -1em;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 2em;*/
    }

.slider-sidebar ul li a:after
{
    border: 0.5em solid rgba(0, 0, 0, 0);
    content: "";
    left: 0;
    margin-right: 0;
    margin-top: -0.5em;
    position: absolute;
    top: 50%;
 }

.slider-sidebar ul li a:hover
{
    color: #000;
}

.slider-sidebar ul li a:hover:before{}

.slider-sidebar ul li a:hover:after
{
    border-left-color: #FA8072;
    left: -0.5em;
}

.design-by
{
    float: right;
}


.menu-group {
  /*background: none repeat scroll 0 0 #021C41;*/
    min-height: 45px;
    width: 100%;
}

.option {
 /* background: none repeat scroll 0 0 #021E47; #4376B9*/
    float: left;
    height: 45px;
    width: 5%;
    position: relative;
    margin-top: 4px;
}

.trigger {
  background: url("../images/header-tools-toggle.png") repeat scroll 0 1px ;
    color: #021E47;
    cursor: pointer;
    float: left;
    font-weight: bold;
    font-size: 8px;
    height: 20px;
    padding-top: 25px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.option-iten {
  background: none repeat scroll 0 0 #F25549;
border: 1px solid #000000;
box-shadow: 0 0 10px #4376B9;
min-height: 385px;
padding: 10px 2px;
position: absolute;
right: 0;
top: 45px;
width: 295px;
z-index: 9999;
}

.social-bookmarks ul{
  list-style-type: none;
  margin: 0;
  padding: 0 0 5px;
  min-height: 45px;
  text-align: center;
  border-bottom: 1px solid #111111;
}

.social-bookmarks li {
  background-color: #F0EEEE;
  display: inline-block;
  margin-bottom: 2px;
  margin-right: 3px;
}

.social-bookmarks li a {
  display: block;
  height: 40px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  transition: background-position 0.3s ease 0s;
  -moz-transition: background-position 0.3s ease 0s;
  -o-transition: background-position 0.3s ease 0s;
  -webkit-transition: background-position 0.3s ease 0s;
  -ms-transition: background-position 0.3s ease 0s;
  width: 40px;
  overflow: hidden;
}

.social-bookmarks li a:hover {
  background-position: 0 -40px !important;
}

.social-bookmarks li.twitter a {
  background: url("../images/twitter.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.social-bookmarks li.twitter a:hover {
  background-color: #48C4D2;
}

.social-bookmarks li.googleplus a {
  background: url("../images/googleplus.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.social-bookmarks li.googleplus a:hover {
  background-color: #D94A39;
}

.social-bookmarks li.facebook a {
  background: url("../images/facebook.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.social-bookmarks li.facebook a:hover {
  background-color: #3B5998;
}

.social-bookmarks li.linkedin a {
  background: url("../images/linkedin.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.social-bookmarks li.linkedin a:hover {
  background-color: #71B2D0;
}

.social-bookmarks li.youtube a {
  background: url("../images/youtube.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.social-bookmarks li.youtube a:hover {
  background-color: #F45750;
}

.social-bookmarks li.rss a {
  background: url("../images/rss.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.social-bookmarks li.rss a:hover {
  background-color: #3274D1;
}

.horizontal-news-ticker marquee {
  
}

.horizontal-news-ticker .marquee-head {
  background: none repeat scroll 0 0 #4376B9;
font-weight: bold;
height: 27px;
left: 0;
padding: 2px 2px 2px 10px;
position: absolute;
top: 0;
min-width: 80px;
}

#search-form fieldset {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}

#search-form .search-field {
  background: url("../images/search-bg.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #111111;
    float: right;
    height: 34px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 12px;
    width: 100%;
  position: relative;
}

#search-form input {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  color: #646458;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  line-height: 1.25em;
  margin: 0;
  outline: medium none;
  padding: 9px 15px;
  width: 245px;
}

#search-form .search-button {
  background: url("../images/search-icon.png") no-repeat scroll left top rgba(0, 0, 0, 0);
  display: block;
  height: 21px;
  position: absolute;
  right: 7px;
  text-indent: -5000px;
  top: 7px;
  width: 20px;
}

.Featured_Companies > li {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  display: inline-block;
  padding-left: 0 !important;
  text-align: center;
  width: 48%;
}

.required {
  color: #FF0000;
  display: block;
  font-size: 10px;
  margin-bottom: 3px;
}

.cf-ol li
{
    margin-bottom: 10px;
}

.Skills,
.location-srch,
#Experience{
  margin-bottom: 30px;
  max-width: 600px !important;
  width: 100% !important;
}
#Experience.Experience {
  max-width: 600px !important;
}

/*.serach-job {
  background: url("../images/search_jobs_now.png") no-repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0) !important;
  border: medium none !important;
  display: block !important;
  min-height: 50px;
  min-width: 150px;
  padding: 0 !important;
  text-indent: -9999px;
}*/

.job-search {
  margin-bottom: 20px;
  padding: 0;
  width: 100%;
}

.job-search tr {
  background: none repeat scroll 0 0 #91c5d4 !important;
  display: table-cell;
  height: 100%;
  vertical-align: top;
  width: 100%;
}

table.job-search td {
  min-width: 180px;
  padding: 15px;
  vertical-align: top;
}

table.job-search td:first-child {
  background: none repeat scroll 0 0 #66a9bd;
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
  padding-top: 3px;
}

.job-search td input[type="text"] {
  margin-bottom: 0;
  min-height: 35px;
}

table.job-search td {
  min-width: 210px;
  padding: 6px 0 10px;
  text-align: center;
  vertical-align: top;
}

.jobseeker-profile-table{}

.jobseeker-profile-table fieldset > table
{
    width: 90%;
    margin: 0 auto;
}

.jobseeker-profile-table fieldset table input
{
    margin-bottom: 10px;
    width: 90% !important;
}

.jobseeker-profile-table fieldset select{
    margin-bottom: 10px;
    max-width: none !important;
    width: 93% !important;
}

.main_bg.main-container.home-page{}

.main_bg.main-container.home-page table.job-search td:first-child {
  background: none repeat scroll 0 0 #66a9bd;
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
  padding-top: 3px;
  width: 10%;
}

.main_bg.main-container.home-page table.job-search td {
  padding: 10px 15px;
  text-align: center;
  vertical-align: top;
  width: 24%;
  border: none;
}

.main_bg.main-container.home-page .job-search tr {
  background: none repeat scroll 0 0 #91c5d4 !important;
  display: block;
  height: 100%;
  vertical-align: top;
  width: 100%;
}

.main_bg.main-container.home-page table.job-search td:first-child span {
  display: block;
  padding-top: 20px;
  text-align: right;
}

#agree {
  margin: 0;
  max-width: 14px;
  width: 7%;
}

#formn span {
  color: #FF0000 !important;
    font-size: 10px;
    line-height: 25px;
    vertical-align: top;
}

#formn td {
  position: relative;
  vertical-align: top;
}

.marked-mandatory {
  color: #800000;
  font-size: 13px;
  text-align: center;
  width: 30%;
  float: right;
  margin: 7px 0 0  !important;
}

.grey-11 {
  font-size: 9px;
  text-align: center;
}

span.grey-11 {
  display: block;
  font-size: 13px !important;
  line-height: 13px !important;
  margin-bottom: 10px;
  margin-top: 5px;
  text-align: left;
}

.Post-Resume > h3 {
  float: left;
  margin: 0 !important;
  
}

.Post-Resume {
  height: 40px;
  vertical-align: middle;
}

#tab-1 table div,
#tab-2 table div,
#tab-3 table div,
#tab-4 table div,
#tab-5 table div {
  clear: none !important;
  display: block !important;
  height: 30px;
  min-height: 30px;
  padding: 0;
  vertical-align: top !important;
}

.employer-tab table div
{
    height: 60px !important;
  min-height: 30px;
 }
 
.employer-tab.jobseeker-profile-table fieldset table input {
  margin-bottom: 10px;
  min-height: 34px;
  padding: 2px 10px;
  width: 97% !important;
}


.dob select
{
    display: inline-block;
}
.header1 b{
  color: #008000;
  font-family: 'open sans';
  font-size: 15px;
  font-weight: 700;
  margin-right: 10px;
}

.trigger.main-trigger {
  background-color: #FFFFFF;
  border-radius: 25px 25px 0 0;
}

.register-btn
{
    background: url("../images/register-now-button.png") no-repeat scroll center center / 100% 100% rgba(0, 0, 0, 0);
    display: inline-block;
    min-height: 50px;
    min-width: 160px;
    text-indent: -9999px;
}

.login-btn
{
    background: url("../images/login_button_01.jpg") no-repeat scroll center center / 100% 100% rgba(0, 0, 0, 0) !important;
    border: medium none !important;
    display: inline-block !important;
    float: left;
    margin-right: 20px;
    margin-top: 0 !important;
    min-height: 50px;
    min-width: 160px;
    text-indent: -9999px;
}

.header-login{
  animation-name: resize;
  animation-duration: 1s;
  animation-iteration-count: 4;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
.header-login{
font-family:"Times New Roman";
font-size:20px;
position:relative;
-webkit-animation:4s infinite colr ;
-ms-animation:4s infinite colr ;
-moz-animation:4s infinite colr ;
-o-animation:4s infinite colr ;
-mz-animation:4s infinite colr ;
animation:4s infinite colr ;
}
@-webkit-keyframes colr{
0%{color:#FFF;}
25%{color:yellow;}
50%{color:green;}
75%{color:#000;}
100%{color:orange;}
}
@-moz-keyframes colr{
0%{color:#FFF;}
25%{color:yellow;}
50%{color:green;}
75%{color:#000;}
100%{color:orange;}
}
@keyframes colr{
0%{color:#fff;}
25%{color:yellow;}
50%{color:green;}
75%{color:#000;}
100%{color:orange;}
}
@-mz-keyframes colr{
0%{color:#fff;}
25%{color:yellow;}
50%{color:green;}
75%{color:yellow;}
100%{color:orange;}
}
@-ms-keyframes colr{
0%{color:#fff;}
25%{color:yellow;}
50%{color:green;}
75%{color:yellow;}
100%{color:orange;}
}
@-o-keyframes colr{
0%{color:#fff;}
25%{color:yellow;}
50%{color:green;}
75%{color:yellow;}
100%{color:orange;}
}
	
.back-to-top{
    background: url("../images/totop.png") no-repeat scroll 2px 3px rgba(255, 255, 255, 0.9);
    border: medium none;
    bottom: 20px;
    display: none;
    height: 52px;
    overflow: hidden;
    border-radius: 10px;
    position: fixed;
    right: 10px;
    text-decoration: none;
    text-indent: 100%;
    width: 52px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.back-to-top:hover {
    bottom: 32px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
th
{
    text-transform: capitalize;
}

td {
  word-wrap: break-word;
}

table table td:first-child {
  border-left: 1px solid;
}

table table td {
  border-left: 0 none !important;
  min-width: 30px;
  text-align: center;
  padding: 0;
}

.main_bg.main-container .column {
  background: none repeat scroll 0 0 #d5eaf0;
  border: 1px solid #66a9bd;
  border-radius: 5px;
  margin: 20px auto;
  padding: 20px 15px;
}

.ui-datepicker td {
  border: 0 none;
  min-width: 0;
}