/*Header Css Margin*/
.meta-header {margin-top: 10px;}
/*Top bar Menu color*/
.fl-node-59a9c7d30371d > .fl-row-content-wrap {
background-color: #000 !important;
}
body.sticky-header-type-over.sticky-header .sticky-header-state-reset .header-background { 
	background-color: #ffffff !important;
}
#mega-menu-wrap-menu-header #mega-menu-menu-header > li.mega-menu-item > a.mega-menu-link {
	color: #000000 !important;
}
#button .field-wrap input[type=button] {
background: #000 !important;
color: #fff !important;
}
.has-background .meta-header-inside {
	max-height: 112px !important;
}
.layout-one-row-left {
	padding-top: 30px !important;
}

ul#menu-talisman-services li{
	background-color: #f9f9f9!important;
padding: 14px 24px!important;
font-size: 16px!important;
color: #001040!important;
margin-bottom: 3px!important;
border-left: 4px solid #eeeeee!important;
}
.vamtam-testimonials-slider {
	margin-bottom: 20px !important;
}
/* Employee login button css */
.login-button {
      background-color: #ffcc01;
      -webkit-border-radius: 5px;
      border-radius: 5px !important;
      border: none;
      color: #eeeeee;
      cursor: pointer;
      display: inline-block;
      font-family: sans-serif; 
      font-size: 20px;
	    padding-left: 5px !important;
      text-align: center;
      text-decoration: none;
      }
@keyframes glowing {
      0% { background-color: 
	 #ffcd1a; box-shadow: 0 0 5px #ffcd1a; }
      50% { background-color:  #f6f6f6; box-shadow: 0 0 5px  #000;}
      100% { background-color: #ffc740; box-shadow: 0 0 5px #ffc740; }
      }
      .login-button {
      animation: glowing 1300ms infinite;
      }

/*Current opening page css*/
ul.job_listings li.job_listing a div.position h3, ul.job_listings li.job_listing a div.position .company {
	color: #000;
	font-weight: 600;
	font-family: poppins;
}
/*Mega Menu Css*/
#mega-menu-wrap-menu-header #mega-menu-menu-header > li.mega-menu-flyout ul.mega-sub-menu {
	width: 300px !important;
}
.mega-menu-link{
	font-size: 17px !important;
}

/*Our history page timeline css*/
* {
  position: relative;
}

.timeline {
	padding: 40px 0px;
	width: 80%;
	margin-left: 10%;
	margin-bottom: 40px;
}

.timeline-heading {
	color: #000;
}

.timeline:before {
	content: "";
	position: absolute;
	top: 40px;
	left: 65px;
	width: 3px;
	height: calc(100% - 80px);
	background: #000;
}

.timeline .column {
	margin: 40px 40px 40px 120px;
}

.timeline .column .title h1 {
	font-size: 120px;
	color: #ffcc016e;
	font-family: serif;
	letter-spacing: 3px;
}

.timeline .column .title h1:before {
	content: "";
	position: absolute;
	left: -63px;
	top: 86px;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 3px solid #000;
}

.timeline .column .title h2 {
	margin-top: -90px;
	font-size: 33px;
}

.timeline .column .description p {
	font-weight: 500;
	line-height: 20px;
	margin-left: 20px;
	margin-top: 10px;
}

.timeline .column .description {
	border-left: 1px solid #000;
}

.main {
	width: 80%;
	margin-left: 10%;
	margin-top: 80px;
}

.main h1 {
	font-size: 80px;
	line-height: 60px;
}

.main p {
	font-size: 13px;
	line-height: 20px;
	font-family: serif;
	text-align: right;
}
/*Mega Menu Logo CSS*/
.alternative-logo,.normal-logo {
	max-height: 130px !important;
  height: 130px !important;
	max-width:220px !important;
	width:220px !important;
}

/*Job Decription page Css*/
.single_job_listing .meta {
	font-weight: 500;
}
.single_job_listing .meta li { color: #000;}

.single_job_listing .company .tagline {
	font-style: normal;
	color: #000;
	font-weight: 500;
}
.single-post-wrapper .mejs-container, .single-post-wrapper p {
	font-weight: 500;
}

/*Job posting css*/
#main-content {
	background-color: #f9f9f9 !important;
}
.post-article {
	background-color: #f9f9f9;
	padding: 20px;
	border: 2px solid #eee;
}

#header-slider-container {
	overflow: hidden;
}
.accent5 {
	color: #fff;
}

/*Job appliaction Css*/
.meta-top {
	margin-bottom: 30px;
}
.meta-header-inside .page-header  h1 {color: #fff !important;}

/*Css For Apply Job Form*/
.pum-theme-17859 .pum-container, .pum-theme-lightbox .pum-container
	{
    border: 1px solid #eee;
    box-shadow: none;
    background-color: rgba( 255, 255, 255, 1.00 );
}
.header {
	margin-bottom: .7em;
}
.choose-your-file {
  border: 1px solid var(--vamtam-accent-color-4);
  padding: 20px 8px;
}
.label {
	font-size: 14px;
}
ul.job_listings li.job_listing.job_position_featured a {
	background: #f9f9f9;
}
.search_jobs {
	background: #f9f9f9;
}
input[type=submit] {
	box-shadow: none;
}
/*This style will apply to all Contact Form 7 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],.wpcf7 input[type=tel],.wpcf7 select,
.wpcf7 textarea, .wpcf7 input[type=number] {
    outline:none;
    display:block;
    width:100%;
    padding:15px 8px;
    color:#3F3F3F;
    font-family:'Droid Sans', Tahoma, Arial, Verdana sans-serif;
    font-size:14px;
    /*border-radius*/
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    /*transition*/
    -webkit-transition:background 0.2s linear, box-shadow 0.6s linear;
    -moz-transition:background 0.2s linear, box-shadow 0.6s linear;
    -o-transition:background 0.2s linear, box-shadow 0.6s linear;
    transition:background 0.2s linear, box-shadow 0.6s linear;
}
.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] { 
width:50%;
margin: 30px 0px 0px 0px;
text-align:center;
text-transform:uppercase;
}

div#wpcf7-f201-p203-o1{ 
background-color: #fbefde;
border: 1px solid #f28f27;
padding:20px;
}
#wpcf7-f201-p203-o1 input[type="text"],
#wpcf7-f201-p203-o1 input[type="email"],
#wpcf7-f201-p203-o1 textarea {
background:#725f4c;
color:#FFF;
font-family:lora, "Open Sans", sans-serif; 
font-style:italic;    
}
#wpcf7-f201-p203-o1 input[type="submit"],
#wpcf7-f201-p203-o1 input[type="button"] { 
background-color:#725f4c;
width:100%;
text-align:center;
text-transform:uppercase;
}
/*Contact us page Appointment form css*/
#wpcf7-f17434-p11419-o1 {
    position: relative;
    width: 100%;
    z-index: 100;
    padding: 15px  30px !important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
/*Service sider bar quick contact form css*/
#custom_html-2 {
	padding: 25px;
  background-color: #f9f9f9
}
div.wpcf7:after {
    margin:10px;
    position: absolute;
    content :" ";
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
}

 input[type=submit] {
    cursor:pointer;
    background:none;
    border: 1px solid #ffcb05;
    font-family:'Alice', serif;
    color:#000000;
	  background-color: #ffcb05;
    font-size:18px;
    padding:10px 4px;
    border-radius: 0px;
}
input[type=submit]:hover {
    border: 1px solid #ffcb05;
    font-family:'Alice', serif;
    color:#ffcb05;
    font-size:18px;
    padding:10px 4px;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
}
input[type=submit]:active, input[type=submit]:focus {
    position:relative;
    top:1px;
    color:#515151;
    background: rgb(234, 234, 234);
    background: -moz-linear-gradient(top, rgba(234, 234, 234, 1) 0%, rgba(242, 242, 242, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(234, 234, 234, 1)), color-stop(100%, rgba(242, 242, 242, 1)));
    background: -webkit-linear-gradient(top, rgba(234, 234, 234, 1) 0%, rgba(242, 242, 242, 1) 100%);
    background: -o-linear-gradient(top, rgba(234, 234, 234, 1) 0%, rgba(242, 242, 242, 1) 100%);
    background: -ms-linear-gradient(top, rgba(234, 234, 234, 1) 0%, rgba(242, 242, 242, 1) 100%);
    background: linear-gradient(top, rgba(234, 234, 234, 1) 0%, rgba(242, 242, 242, 1) 100%);
    -webkit-box-shadow:0px -1px 1px #FFF inset, 0 0 0px 5px #E0E0E0;
    -moz-box-shadow:0px -1px 1px #FFF inset, 0 0 0px 5px #E0E0E0;
    box-shadow:0px -1px 1px #FFF inset, 0 0 0px 5px #E0E0E0;
}
	
/*footer-sales-marketing-css*/
	.footer-sales-marketing-css	{
		line-height: 1.5rem;
	}
@media (min-width: 300px) and (max-width: 480px) {
	.alternative-logo,.normal-logo {
	max-height: 85px !important;
  height: 85px !important;
	max-width:100px !important;
	width:100px !important;
}  
}
/* @media (min-width: 481px) and (max-width: 768px) {
	.alternative-logo,.normal-logo {
	max-height: 85px !important;
  height: 85px !important;
	max-width:100px !important;
	width:100px !important;
}  
} */


/*	
@media (min-width: 768px) {
	#rev_slider_65_1_wrapper {
		height: 500px;
		
	}
	.page-header h1 {
		font-size: 35px;
	}
}
@media (min-width: 481px) and (max-width: 768px) {
	.loop-wrapper .post-article {
		width: 94% !important;
	}
  .page-header h1 {
		font-size: 20px;
	}
}
@media (min-width: 320px) and (max-width: 480px) {
	.loop-wrapper .post-article {
		width: 80% !important;
	}
	.page-header h1 {
		font-size: 20px;
	}
}
*/

@media only screen and (max-width: 700px) 
{
	
body.responsive-layout .fl-module-vamtam-numbers .fl-number-after-text, body.responsive-layout .fl-module-vamtam-numbers .fl-number-before-text 
	{
		font-size: 18px!important;
	}
}

@media only screen and (max-width: 900px) 
{
.responsive-layout header.main-header .logo-wrapper .logo img {
max-height: 57px!important;
	}
}

.responsive-layout header.main-header .logo-wrapper .mobile-logo-additions .header-search
{
	display: none;
}

body, p,  h1, h2, h3, h4, h5, h6 
{
	word-wrap: normal;
 -moz-hyphens: none !important;
-ms-hyphens: none !important;
-webkit-hyphens: none !important;
 hyphens: none !important;
}

blockquote.simple h3.quote-summary
{
	text-align: justify!important;
}
#scroll-to-top {
  position: fixed;
  z-index: 200;
  opacity: 0;
  bottom: 10px;
  right: 20px;
  width: 46px;
  height: 46px;
  line-height: 44px;
  font-size: 40px !important;
  font-family: theme !important;
  margin-left: 0;
  background: rgba(var(--vamtam-accent-color-1-rgb),0);
  text-shadow: none;
  color: #ffcc01!important;
  border-radius: var(--vamtam-border-radius-oval);
  transition: opacity .3s ease-out,background .3s ease-out,border-color .3s ease-out,transform .3s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: scale3d(0,0,0);
  text-align: center;
  cursor: pointer;
}
#scroll-to-top:hover {
  background: var(--vamtam-accent-color-1);
  color: var(--vamtam-accent-color-1-hc) !important;
}


