.banner-header {

	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9;
	border-bottom: 1px solid #a0a0a0db;
	padding: 10px 0px;
}

.banner-header nav {
	padding: 10px 25px;
	margin: 0px;
	background-color: transparent !important;
	box-shadow: none !important;
	/* position: fixed; */
height: auto !important;
}

.banner-header nav .contact-detail {
	padding: 10px 0px 0px 10px;
	margin: 0px;
	width: max-content;
}

.banner-header nav .contact-detail li {
	padding: 0px 8px 0px 0px;
	margin: 0px;
	line-height: 24px !important;
	float: left;
}


.banner-header nav .contact-detail li a {
	padding: 0px;
	margin: 0px;
	display: block;
	font-size: 14px;
}

.banner-header nav .contact-detail li a i {
	padding: 0px 2px 0px 0px;
	margin: 0px;
	font-size: 14px;
	height: auto !important;
}

.banner-header nav ul a:hover {
	background-color: rgba(0, 0, 0, 0);
}

.header-logo {
	padding: 0px;
	margin: 0px auto;
	/* width:max-content; */
}

.header-logo a {
	padding: 0px;
	margin: 0px auto;
	width: 160px;
	display: block;
	line-height: 0px !important
}

.header-logo a img {
	padding: 0px;
	margin: auto;
	width: 100%;
}

.header-quote {
	padding:0px;
	margin: 0px;
}

.header-quote a {
	padding: 8px 15px;
	margin: 0px;
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	border-radius: 30px;
}

.header-quote a i {
	padding: 0px 5px 0px 0px;
	font-size: 17px;
	line-height: 24px !important;
	height: auto !important;
}

/* .head-center {
	position: absolute;
	left: 43%;

} */

/* Menu */
.header-menu {
	padding: 0px 0px 0px 20px;
	margin: 0px;
	float: right;
	line-height: 40px;
}

.header-menu a {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	display: block;
}
.open-btn{
	background: #000;
    color: #fff;
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 24px !important;
}

.banner-img {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.banner-img img {
	padding: 0px;
	margin: 0px;
	width: 100%;
	position: relative;
}

.banner-opacity {
	width: 100%;
	position: absolute;
	height: 100%;
	opacity: .6;
	top: 0px;
}

.header-overlay {
	height: 0%;
	width: 25%;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.9);
	overflow-y: hidden;
	/* transition: 0.5s; */
}

.header-overlay-content {
	position: relative;
	width: 100%;
	margin: 10% 0px 0px;
}

.header-overlay-content li {
	padding: 0px;
	margin: 0px;
	float: none !important;
}

.header-overlay-content li a {
	padding: 10px 10px 10px 15px;
	text-decoration: none;
	font-size: 16px;
	line-height: 24px !important;
	display: block;
	transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	}

.header-overlay-content li.active a i{
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.header-overlay-content li:hover,
.overlay-content li:focus {
	background-color: #9f9f9f;
	color: #000;
}

.header-overlay .closebtn {
	position: absolute;
	top: auto;
	right: 19px;
	font-size: 30px;
}
/* 
.drop-submenu {
position: relative;
}

.drop-submenu::before {
position: absolute;
right: 20px;
font-family: FontAwesome;
content: "\f054";
font-size: 16px;
color:#fff;
display:inline-block;
} */
.drop-submenu i {
	font-size: 16px;
	height:auto;
	padding: 0px;
	margin:0px;
	}
.dropdown-container {
	background-color: #262626;
	padding: 0px;

}

.dropdown-container li {
	float: none !important;
	padding: 0px;
	margin: 0px;
}

.dropdown-container li a {
	display: block;
	font-size: 16px;
	margin: 0px;
	padding: 10px 10px 10px 35px;
	line-height: 24px !important;
}
#search {
    border: none!important;
    height: 15px;
    position: absolute;
    top: -7px;
    left: 30px;
    padding: 10px;
}	
.mic-search {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-top: 13px;
    padding-right: 20px;
    font-size: 20px !important;
    cursor: pointer;
}
.collapsible
{
border:none !important;
}
.collapsible-header
{
	/* background-color: transparent !important; */
	border:none !important;
}
.collapsible-body
{
	border:none !important;
}


@media (min-width:280px) and (max-width:399px) {

	#banner-header .banner-content-detail {
		right: 10%;
	}

	.header-overlay {
		width: 80%;
	}
}

@media (min-width:400px) and (max-width:767px) {
	.header-overlay-content {

		margin-top: 20%;

	}

	.header-overlay {
		width: 44%;
	}

}

@media (min-width:280px) and (max-width:767px) {
	.contact-detail{
		display: none;
	}
	.hamb-search-show input[type="search"] {
	font-size: 20px
	}
	.hamb-search a span{
		display: none;
	}
	#banner-header .owl-item img {
		height: 100vh;
		object-fit: cover;
	}

	.head-center {
		left: 5%;
	}

	.contact-detail {
		display: none;
	}

	.header-logo {
		float: left;
	}

	.header-logo a {
		padding: 0px;
		width:135px;
	}

	.header-quote {
		display: none;
	}
	.header-logo a{
		width: 100px;
	}
}
.header-3 .dropdown-container{
	display:none;
}
@media (min-width:768px) and (max-width:1023px) {
	
	.hamb-search-show input[type="search"] {
		font-size: 24px
		}
	.header-overlay {
		width: 43%;
		min-height: auto;
		max-height: 600px;
		overflow-y: scroll;
	}
	.contact-detail{
		display: none;
	}
	.header-quote{
		display: none;
	}
	.header-logo a{
		margin: 0px;
		width:100px;
	}
}

@media (min-width:1024px) and (max-width:1199px) {
	.header-logo a{
		width: 100px;
	}
	.contact-detail{
		display: none;
	}
	.header-overlay {
		width: 35%;
	}
}

/* new banner content position*/

@media (min-width:1200px) and (max-width:4000px) {
	.position-top-left {
		top: 15%!important;
	
	}

	.position-top-center {
		top:15%!important;
	
	}

	.position-top-right {
		top: 15%!important;
	
	}

	.position-center-left {
		top: 32%!important;
	
	}

	.position-center-center {
		top: 32%!important;
	
	}

	.position-center-right {
		top: 32%!important;
	
	}

	

	header+section, header+footer,header+article {
		padding-top: 8% !important;
	}
}

@media (min-width:280px) and (max-width:399px) {
	header+section, header+footer,header+article {
		padding-top: 22% !important;
	}
	.hamb-search a{
		padding: 5px;
		font-size: 12px;
	}
}

@media (min-width:400px) and (max-width:767px) {
	header+section, header+footer,header+article {
		padding-top: 12% !important;
	}
}

@media (min-width:768px) and (max-width:1023px) {
	header+section, header+footer,header+article {
		padding-top: 12% !important;
	}
}

@media (min-width:1024px) and (max-width:1199px) {
	header+section, header+footer,header+article {
		padding-top: 11% !important;
	}
}



  .hamb-search-show {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	/* background-color: rgba(0, 0, 0, 0.95) ; */
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
	opacity: 0;
  }
  .hamb-search{
	 padding-top: 3px;
  }
  .hamb-search a{
	padding: 7px;
    margin: 0px;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
	border-radius: 50%;
	
}
.hamb-search a i{
	padding: 0px 4px;
    margin: 0px;
    height: auto;
    font-size: 16px;
  }
  .hamb-search-show input[type="search"] {
	position: absolute;
	top: 50%;
	width: 90%;
	color: #fff;
	background: rgba(0, 0, 0, 0);
	font-size: 26px;
	font-weight: 300;
	text-align: center;
	border-bottom: 2px solid #fff;
	/* border: 0px; */
	margin: 0px auto;
	margin-top: -51px;
	padding-left: 30px;
	padding-right: 30px;
	outline: none;
	box-sizing: border-box;
  }
   
  .hamb-search-show input[type="search"]:not(.browser-default):focus:not([readonly]){
    border-bottom: 2px solid #fff;;
-webkit-box-shadow: 0 1px 0 0 transparent;
box-shadow: 0 1px 0 0 transparent;
}
  .hamb-search-show .search-btn {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
    background-color: #fff;
    border: black;
    padding: 8px 18px;
    font-size: 16px;
	font-weight: 600;
	cursor: pointer;
  }
  .hamb-search-show .search-btn i{
	padding: 0px 0px 0px 5px;
	margin: 0px;
	height: auto;
	font-size: 16px;
  }
  .hamb-search-show .search-btn:focus{
	background-color: #fff !important;
  }
  .hamb-search-show form{
	  width: 90%;
	  margin: auto
  }
  .hamb-search-show .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #000;
    background-color: #fff;
    opacity: 1;
    padding: 5px 10px 10px;
    font-size: 27px;
    line-height: 20px;
    border: none;
    outline: none;
    cursor: pointer;
  }
  .hamb-search-show.open {
	-webkit-transform: translate(0px, 0px) scale(1, 1);
	-moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1);
	opacity: 1;
  }


/*search Details*/

.career_search_result
{
	padding:20px;
	margin:0px;
}
.career_search_result .serch_head_img
{
	padding:0px;
	margin:0px 0px 30px;
	position:relative;
}
.career_search_result .serch_head_img img
{
	padding:0px;
	margin:0px;
	position:relative;
	width: 100%;
}
.career_search_result .serch_head_img h3
{
padding: 10px 15px;
margin: 0px;
position: absolute;
bottom: 20%;
font-size: 25px;
left: 0%;
background: rgba(255, 255, 255, 0.8);
font-weight: 300;
letter-spacing: 2px;
border-radius: 0px 5px 5px 0px;
}
.career_result_list
{
	padding:0px;
	margin:0px;
}
.career_result_list li
{
padding: 15px;
margin: 15px 0px 0px;
list-style: none !important;
}
.career_result_list li:nth-of-type(1)
{
	margin:0px;
}
.career_result_list li .result_list 
{
	padding:10px 0px;
	margin:0px;
	width:5%;
}
.career_result_list li .result_list h4
{
padding: 0px;
margin: 0px;
text-align: center;
font-size: 25px;
font-weight: 600;
}

.career_result_list li .result_list_details 
{
padding: 0px 15px;
margin: 0px;
width: 95%;
border-left: 2px dashed #ccc;
}
.career_result_list li .result_list_details span
{
padding: 0px;
margin: 0px 0px 10px;
font-size: 14px;
letter-spacing: 3px;
display: table;
width: 100%;
}
.career_result_list li .result_list_details a
{
	padding:0px;
	margin:0px;
	display: block;
}
.result_list_details a h3
{
padding: 0px 0px 10px;
margin: 0px;
font-size: 22px;
letter-spacing: 2px;
font-weight: 400;
}
.result_list_details a p
{
padding: 0px;
margin: 0px;
line-height: 24px;
font-size: 14px;
}

@media (min-width:280px) and (max-width:399px) {
}
@media (min-width:400px) and (max-width:767px) {
}
@media (min-width:280px) and (max-width:767px) {
	.career_search_result
	{
		padding:10px;
	}
	.career_search_result .serch_head_img
	{
		    margin: 0px 0px 15px;
	}
	.career_search_result .serch_head_img h3
	{
		    letter-spacing: 1px;
			font-size: 14px;
			    bottom:6%;
				    line-height: 20px;
					    border-radius: 0px;
	}
	.career_result_list li .result_list
	{
		    width: 15%;
	}
	.career_result_list li .result_list h4
	{
		font-size: 20px;
	}
	.career_result_list li .result_list_details
	{
		    width: 85%;
	}
	.career_result_list li .result_list_details span
	{
		    font-size: 12px;
	}
	.result_list_details a h3
	{
	font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 24px;
	}
	.result_list_details a p
	{
		    font-size: 13px;
	}
		
	
}
@media (min-width:768px) and (max-width:1023px) {
}
@media (min-width:1024px) and (max-width:1199px) {
}
@media (min-width:768px) and (max-width:1199px) {
	.career_result_list li .result_list
	{
		    width: 10%;
	}
	.career_result_list li .result_list_details
	{
		    width: 90%;
	}
	.career_search_result .serch_head_img h3
	{
		    font-size: 17px;
	}
	.result_list_details a h3
	{
	font-size: 20px;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 24px;
	}
}