/*
Theme Name: Agtech
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 4.0.1
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 5.6
License: 
License URI: 
Text Domain: 
Tags: 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
 */


/* Career Page Sub Tabs Start */

.nav-tabs .career_sub_tabs.active {
  	color: #fff;
  	background-color: #DA2227;
	border: 1px solid #fff;
	padding: 0px 25px;
	border-radius: 0px;
	margin-bottom: 15px;
}
.nav-tabs .career_sub_tabs {
  	color: #000;
  	background-color: #ECECEC;
	border: 1px solid #fff;
	padding: 0px 25px;
	border-radius: 0px;
	margin-bottom: 15px;
}
.nav-tabs {
  border-bottom: 0px solid !important;
}

/* Career Page Sub Tabs End */

.ct-main-menu > li > a:hover {
	color: #006866 !important;
}