/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.5
	Stable tag: 3.4.5
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/
.cust-size{
	font-weight:600 !important;
}
.text-decoration-none a{
	text-decoration:none !important;
	color:#000;
}
.header-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999; 
  background-color: #000;
  z-index: 1000;
}

.full-btn a{
	width:100% !important;
}
.ul.sub-menu{
	background:#000 !important;
}

/* Demo header start */

.demoheader{
	background:#000 !important;
}

input#form-field-field_1c46434 {
    background: transparent;
    padding: 10px 0px 7px 5px;
}
.w-100 a{
	width:100%;
}
.text-white p, .text-white ol, .text-white ul{
	color:#fff;
}
.privacy-policy-main td {
    border: 1px solid #fff;
}
/* Demo header end */
li.noline.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.menu-item-51 {
    border-right: 0px;
}
.home-img img{
  filter: grayscale(100%);
  transition: all 0.4s ease;
}
.home-img:hover img{
  filter: grayscale(0%);
}
body{
  padding: 0px !important;
}
.jobcard-body {
    color: #fff;
    border: 1px solid #CEA855;
    border-radius: 20px;
    padding: 20px;
}
a.job-description-button {
    background: #337ab7;
    padding: 10px;
    width: 100%;
    color: #fff;
    font-size: 18px;
	text-align: center;
}
a.apply-now-button {
    background: #CEA855;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
}
h5.jobcard-title {
    font-size: 24px !important;
    font-weight: 600;
    line-height: 32px;
    margin-top: 10px;
    margin-bottom: 10px;
}
@media screen and (min-width:1200px){
	.demoheader .menu-item-has-children, 
.demoheader .custom-home{
    border-right: 1px solid #fff;
}
	.header-section {
		height:90px;
	}
	.contact-tab span.e-n-tab-title-text {
    width: 180px;
    justify-content: center;
}
}

