/**
============================= Common section =======================**/
#top_header_two h5#logo { text-align: center; margin-bottom: 0; margin-top: 0;}
#top_header_two h4#user_sec { text-align: right; margin:22px 0 0 60px; vertical-align: top; position: relative; z-index: 999;}
#top_header_two h4#user_sec img {width:30px; height:30px;}
.login-label {color:#000; font-size: 18px; font-family: 'Muli', sans-serif;}
.login-label:hover, .login-label:visited {color:#000; text-decoration: none;}
.login-label span { padding: 10px; }
.dropbtn { display: inline-block;  cursor: pointer; margin-top: 15px;}
.bar1, .bar2, .bar3 { width: 35px; height: 5px; background-color: #be2026; margin: 6px 0; transition: 0.4s;}
.change .bar1 { -webkit-transform: rotate(-45deg) translate(-9px, 6px);  transform: rotate(-45deg) translate(-9px, 6px);}
.change .bar2 {opacity: 0;}
.change .bar3 { -webkit-transform: rotate(45deg) translate(-8px, -8px); transform: rotate(45deg) translate(-8px, -8px);}

.dropbtn { color: white; font-size: 16px; border: none; cursor: pointer;}
.dropdown { position: relative; display: inline-block; margin: 0 30px 0 60px; z-index:9999999;}
.dropdown-content { display: none; position: absolute; background-color: #be2026; min-width: 230px; overflow: auto; right: 0;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 999;}
.dropdown-content a { color: #fff; font-size:18px; padding: 12px 16px; text-decoration: none; display: block; text-align: center;}
.dropdown a:hover {background-color: #d23036;}
.show {display: block;}

.top_right_sec { float: right; }
.job_menu { display: inline-block;}
.job_menu ul li { list-style: none; float: left; padding: 0 12px; border-right: 2px solid #000; line-height: 12px; }
.job_menu ul li:last-child { border-right:none;}
.job_menu ul li a { font-family: 'Muli', sans-serif; font-size: 18px; font-weight: 600; color: #000; text-decoration: none; }
.job_menu ul li a:hover { color: #d40c0c; }
#user_sec { display: inline-block; }


/**=========================== 23/01/19 Section  ===========================**/
/*h4#user_sec { position: relative; z-index: 999; }*/
#an_account { display: none; background: #fff;  position: absolute; right: 0; top:0;z-index: 999; margin-top: 55px; }
#an_account:before { position: absolute; top:-1px; content: ''; right:123px; padding: 16px;
    background: url( ../images/top_arrow.png) no-repeat bottom center; }
.fir_acc_sec {padding: 40px 70px 0px 40px;}
.sec_acc_sec {padding: 10px 70px 50px 40px; background: #f1f1f1; margin-top: 20px;}
#an_account h5 {font-family: 'Muli', sans-serif; font-size: 24px; line-height: 30px; color: #0b0b0b; margin-top: 15px;}
#an_account ul { margin-bottom: 15px; }
#an_account ul li { list-style: none; color: #5f5c5c; font-size: 18px; line-height: 25px; margin-bottom: 10px;
    background: url( ../images/arrow_right.png) no-repeat left 7px; padding-left: 20px; }
#an_account a.acc_login { text-align: center;height: 51px; line-height: 51px; background: #c60f13;  color: #fff; font-size: 21px;
    font-family: 'Muli', sans-serif; display: block; width: 100%; border-radius: 5px; margin-bottom: 25px; text-decoration: none; }
#an_account a { color:#c60f13; font-size: 16px; line-height: 25px; }
#an_account a.acc_login:hover { background: #000; }
#an_account a.acc_creat { text-align: center; height: 51px; line-height: 51px; border: 1px solid #c60f13;  color: #c60f13; font-size: 21px;
    font-family: 'Muli', sans-serif; display: block; width: 100%; border-radius: 5px; background: #fff;  text-decoration: none; margin-bottom:8px;}
#an_account a.acc_creat:hover { color: #fff; background: #c60f13; }
#an_account button.close {
	width: 16px;
	height: 16px;
	background: url("../images/icon-modal-close.svg") no-repeat 0 0;
	background-size: 12px;
	top: 16px;
	opacity: 1;
	position: absolute;
	right: 10px;
}

#search_inner_sec { padding: 25px 0; border-top: 1px solid #c60f13; border-bottom: 1px solid #c60f13; }
#search_new { text-align: center; margin: 0 auto;}
#search_new input[type="text"] { background: #fff;  font-size: 20px; font-weight: 600;  border: none;  font-family: 'Muli', sans-serif;
    padding: 0 10px; height: 70px;  margin-right: 10px; outline: none;width: 30%;}
#search_new input.name_sec {  width: 40% ; background: #fff no-repeat 13px 20px; padding: 10px 10px 10px 60px;}
#search_new input[type="submit"] { height: 50px; line-height: 50px; text-align: center; width: 30%; background: #c60f13;
    color: #fff; font-size: 18px; text-transform: uppercase; font-family: 'Muli', sans-serif;  border: none; vertical-align: top;}
.autocomplete {
	/*the container must be positioned relative:*/
	position: relative;
	display: inline-block;
	width:30%;
	margin-right:15px;
}
.autocomplete-items {
	position: absolute;
	border: 1px solid #d4d4d4;
	border-bottom: none;
	border-top: none;
	z-index: 99;
	/*position the autocomplete items to be the same width as the container:*/
	top: 100%;
	left: 0;
	right: 0;
    text-align: left;
}
.autocomplete-items div {
	padding: 10px;
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
	/*when hovering an item:*/
	background-color: #e9e9e9;
}
.autocomplete-active {
	/*when navigating through the items using the arrow keys:*/
	background-color: DodgerBlue !important;
	color: #ffffff;
}

/**
============================= 05-Nov-2021 section =======================**/
#banner_sec_take.last-n {
    background: url(../images/banner-take.jpg) no-repeat center top;
    background-size: cover;
    padding: 50px 0 35px 0;
    margin-bottom: 30px;
}


/**
============================= Four Icon section =======================**/
.section_img { margin: 0 -15px;}
.section_inner { float: right;width: 555px; padding: 130px 40px 130px 0;}
.section_inner ul { margin-bottom: 40px;}
.section_inner ul li { list-style: none; padding-bottom: 40px; margin-bottom: 35px; border-bottom: 1px solid #d4d4d4; font-size: 18px; line-height: 24px; color: #004b2e;}
.section_inner ul li i { margin-right: 40px; font-size: 45px; color: #d40c0c;}
.section_inner ul li a {  font-size: 24px; display: inline-block; color: #151515; text-decoration: none; border-radius: 25px;
    font-family: 'Montserrat', sans-serif; font-weight: 600;}
.section_inner ul li a:hover { color: #d40c0c; }


/**
============================= Box section =======================**/


/**
============================= Box section =======================**/

#footer_top { background: #e8e8e8; text-align: center; }
.footer_top_inner { padding:65px 100px; }
#footer_top h3 {font-size: 24px; font-weight: 800; line-height: 40px; color: #d40c0c; margin-bottom: 45px;  }
#footer_top ul li { list-style: none;  display: inline-block; padding-right: 7px;  margin-right: 7px; border-right: 1px solid #413e3e;
    line-height: 10px;  }
#footer_top ul li:last-child { border-right:none;}
#footer_top ul li a {  font-size: 14px; color: #413e3e; line-height: 8px; font-family: 'Muli', sans-serif;}


#footer_middle { background: #d40c0c; padding: 90px 0 30px 0; }
.footer_inner h5 { font-size: 18px; line-height: 24px; font-family: 'Montserrat', sans-serif; font-weight: 600; margin-bottom: 30px; color: #fff;  }
.footer_inner ul li { list-style: none; margin-bottom: 15px;  }
.footer_inner ul li i { color: #fff; font-size: 18px; padding-right: 20px; }
.footer_inner ul li a { color: #fff; font-size: 16px;  font-family: 'Muli', sans-serif; line-height: 20px; text-decoration: none;}
.footer_inner ul li a:hover { color: #000; }

.copy_sec { border-top: 1px solid #ea8686; padding-top: 30px; margin-top: 30px; }
.copy_sec p { color: #fff; text-align: center; font-size: 13px; font-weight: 300;font-family: 'Muli', sans-serif; margin-bottom: 0;  }
#search_inner_sec { padding: 25px 0;/* border-top: 1px solid #c60f13; */border-bottom: 1px solid #c60f13; margin-bottom:45px;}

#search_inner_sec #search_new input[type="text"] { background: #fff;  font-size: 13px;  font-family: 'latoregular';
    border: 1px solid #c60f13; padding: 0 10px; height: 50px;  margin-right: 10px; outline: none;width: 32%;}
#search_inner_sec #search_new input[type="submit"] { height: 50px; line-height: 50px; text-align: center; width: 30%; background: #c60f13;
    color: #fff; font-size: 18px; text-transform: uppercase; font-family: 'latoregular';  border: none; vertical-align: top;}
/*#search_inner_sec #search_new .autocomplete, */#search_new #GooglePlaceSearch {width:100%}
#search_inner_sec #search_new .autocomplete input[type="text"] {width:100%}
#search_new {margin-left: 10px;}
#search_new label, .refine-search__block label {
    font-weight: normal;
    margin-top: 15px;
    margin-left: 5px;
}

.sortedLabel {text-align: right;}
.sortedBlock {float:right; }
#sortedBy{display: inline-block; margin-top: 10px;}
#sortedBy li {list-style: none; display: inline-block; margin-left:2px; cursor: pointer;}
#sortedBy li.selectedSort {color: #c60f13;}
#sortedBy li:first-child:after {content:'|'; margin-left: 5px;}

#quick_cauta_form input[type="checkbox"] {
    transform: scale(2);
    margin: 15px;
}
#quick_cauta_form .autocomplete {width: 100%}

/**
============================= Take Career section 21-dec-2020 =======================**/
#top_header_take { /*padding: 10px 0;*/ }
#top_header_take h5#logo { /*width: 60%;*/ /*float: left;*/ margin: 10px 0 0 0;}
.search-link a { color: #0006; text-decoration: none;}
.search-link a:hover { color: #d40c0c; }
.search-link {background: url(../images/search-box.png) no-repeat left center; padding: 10px 2px 10px 45px;margin-top: 19px; }

#top_header_take h4#user_sec { text-align: right; margin:22px 0 0 60px; vertical-align: top; position: relative; z-index: 999;}
#top_header_take h4#user_sec img {width:30px; height:30px;}


#banner_sec_take { background: url(../images/banner-take.png) no-repeat center top; background-size: cover; padding: 188px 0 0 0; margin-bottom: 100px;}
.banner_conts { margin-bottom: 100px;}
.banner_conts h3 { font-size: 88px; font-family: 'Roboto', sans-serif; line-height:80px; color: #be2026; font-weight: 300; }
.banner_conts h5 { font-size: 44px; font-family: 'Roboto', sans-serif; line-height:50px; color: #2e2a2a; font-weight: 300; }
.banner_conts h5 span { color: #be2026;}

#search_new.search-take { background: #000000b8; padding: 36px; border-radius: 0 250px 250px 0;}
#search_new.search-take input[type="submit"] { width: 15%; font-size: 18px; color: #fff;font-family: 'Muli', sans-serif; text-transform:capitalize;height: 58px; border-radius: 50px;}
#search_new.search-take input.name_sec { width: 40%; margin-right: 10px; background: #fff url(../images/search-icon-take.png) no-repeat 13px 15px; height: 58px;
    font-size: 18px; color: #acacac;font-family: 'Muli', sans-serif; font-weight: 300; padding: 10px 10px 10px 50px;border-radius: 50px; float:left;}
#search_new.search-take input.map-sec { width: 100%; margin-right: 10px; background: #fff url(../images/map-icon-take.png) no-repeat 13px 15px; height: 58px;
    padding: 10px 10px 10px 40px; font-size: 18px; color: #acacac;font-family: 'Muli', sans-serif;font-weight: 300;border-radius: 50px;}

.fm-box .footer_inner h5 {font-family: 'Muli', sans-serif; font-weight: 700; font-size: 20px;}
.fm-box .footer_inner ul li {  margin-bottom: 24px;}

.footer-bot-sec  .copy_sec p { text-align: left; font-size: 14px;}
.footer-bot-sec .copy_sec { border: none; padding-top: 0; margin-top: 0;}
.footer-bot-sec ul.lb-sec li { list-style: none; color: #fff; display: inline-block; padding-right: 7px; margin-right: 7px; border-right: 1px solid #fff; line-height: 14px;}
.footer-bot-sec ul.lb-sec li a { font-size: 14px; color: #fff;    list-style: none;}
.footer-bot-sec ul.lb-sec li:last-child { border: none;}
.footer-bot-sec ul.lr-sec { text-align: right;}
.footer-bot-sec ul.lr-sec li { list-style: none; color: #fff; display: inline-block; padding-left: 7px;}
.footer-bot-sec ul.lr-sec li a { color: #fff; font-size: 18px;}
/*************** 05- Nov ************/
/**
============================= 05-Nov-2021 section =======================**/
#banner_sec_take.last-n {
    background: url(../images/banner-take.jpg) no-repeat center top;
    background-size: cover;
    padding: 50px 0 85px 0;
    margin-bottom: 0px;
}
.job-se-sec { background: #dbdbdb;}
.job-se-outer { background: #f0f0f0; padding: 150px 0;}
.job-al-inner h2 {margin-top: 100px; color: #000000; font-size: 70px; font-weight: 500;font-family: 'Muli', sans-serif;line-height: 60px;
    margin-bottom: 50px;margin-bottom: 50px; text-transform: uppercase; }
.btn-red {display: flex; }
.btn-red.cen { text-align: center;display: flex; justify-content: center;  margin-top: 40px;}
.btn-red.black a { background: #000; }
.btn-red a { background: #be2026; color: #fff; font-size: 16px; font-weight:600; color: #fff; text-transform: uppercase;
    padding: 20px 30px; border-radius: 50px; font-family: 'Muli', sans-serif;}
.set-up-sec { padding: 15px 50px 50px 50px; background: #fff; margin-top: -120px; margin-bottom: -120px;}
.set-inner h4 {color: #be2026;font-family: 'Muli', sans-serif; font-weight:600; font-size: 40px; line-height:40px; margin-bottom: 25px;}
.set-inner img { margin-bottom: 25px;height: auto;max-width: 100%;}
.set-inner p {font-size: 18px; color: #1e1e1e; line-height: 26px;font-family: 'Muli', sans-serif; font-weight:600; }

.red-se-sec { padding: 30px 0 30px 0;}
.red-se-sec h2 {color: #000000; font-size: 60px; font-weight: 500;font-family: 'Muli', sans-serif;line-height: 60px;
    margin-bottom: 50px;margin-bottom: 10px; padding-bottom: 10px; text-transform: uppercase; }
.hire-img-sec { margin-top: -100px;}
.red-hire-sec { background: #f0f3f6; padding-bottom: 60px;}
.red-hire-sec ul { margin-top: 50px;     }
.red-hire-sec ul li { list-style: none;  border-bottom: 1px solid #ccc;margin-bottom: 20px; padding-bottom: 20px;}
.hire-three-outer { display: flex; }
.hir-img { width: 150px;   margin-right: 20px;}
.hire-txt h5 { color: #d40c0c; font-size: 22px; font-weight: 700;font-family: 'Muli', sans-serif;line-height: 36px;margin-bottom: 10px; }
.hire-txt p {font-size: 16px; color: #1e1e1e; line-height: 26px;font-family: 'Muli', sans-serif; font-weight:600; }


.con-se-sec { padding: 80px 0; background: url(../images/carien_new_37.jpg) no-repeat right top;    background-size: cover;}
.con-se-sec h2 {color: #fff; font-size: 50px; font-weight: 500;font-family: 'Muli', sans-serif;line-height: 60px;
    margin-bottom: 50px;}

.adb-se-sec { margin-top: 50px; }
.ad-cont { padding: 60px;background: #f5f2f2; margin-top: 30px; margin-bottom: 20px;    box-shadow: 2px 2px 9px 2px #ccc;
    margin-left: -100px; border-radius: 10px; position: relative; z-index: 99;}
.ad-cont h3 {color: #d40c0c; font-size: 30px; font-weight: 700;font-family: 'Muli', sans-serif;line-height: 36px;margin-bottom: 40px;}
.ad-cont p {font-size: 16px; color: #1e1e1e; line-height: 26px;font-family: 'Muli', sans-serif; font-weight:600;margin-bottom: 60px;}
.ad-cont h5 {font-size: 22px; color: #000; line-height: 40px;font-family: 'Muli', sans-serif; font-weight:700;margin-bottom: 20px;}

.ad-cont.lef {margin-right: -100px; margin-left: 0px;}

#banner_sec_takes { position: relative;}
#search_new.search-take.n-se { position:absolute; top: -130px; left:0; width: 80%;}
#search_new.search-take.n-se .autocomplete {width:40%; float:left;}
#search_new.search-take.n-se .autocomplete #GooglePlaceSearchautocomplete-list {background: #fff;border-radius: 25px; margin-top:-10px;}
#search_new.search-take.n-se .autocomplete #GooglePlaceSearchautocomplete-list div {margin: 10px; font-size: 16px}


.black_shade {
    padding-top: 1%;
    cursor: pointer;
}
.germany_jobs{
    background: url(../images/germany_jobs.jpg) no-repeat  center / cover;
    height: 200px;
}
.france_jobs{
    background: url(../images/france_jobs.jpg) no-repeat  center / cover;
    height: 200px;
}
.italy_jobs{
    background: url(../images/italy_jobs.jpg) no-repeat  center / cover;
    height: 200px;
}
.spain_jobs{
    background: url(../images/spain_jobs.jpg) no-repeat  center / cover;
    height: 200px;
}
.romania_jobs{
    background: url(../images/romania_jobs.jpg) no-repeat  center / cover;
    height: 200px;
}
.netherlands_jobs{
    background: url(../images/netherlands_jobs.jpg) no-repeat  center / cover;
    height: 200px;
}
.belgium_jobs{
    background: url(../images/belgium_jobs.jpg) no-repeat  center / cover;
    height: 200px;
}
.czech_republic_jobs{
    background: url(../images/czech_republic_jobs.jpg) no-repeat  center / cover;
    height: 200px;
}
.poland_jobs{
     background: url(../images/poland_jobs.jpg) no-repeat  center / cover;
     height: 200px;
 }
.greece_jobs{
    background: url(../images/greece_jobs.jpg) no-repeat  center / cover;
    height: 200px;
}
.portugal_jobs{
    background: url(../images/portugal_jobs.jpg) no-repeat  center / cover;
    height: 200px;
}
.sweden_jobs{
    background: url(../images/sweden_jobs.jpg) no-repeat  center / cover;
    height: 200px;
}
.grey_bg { background: rgba(0, 0, 0, 0.74); }
.white_bg {
    background: rgba(255, 255, 255, 0.19);
    overflow: hidden;
}
.container_center { width: 100%;float: left;background: url(../images/bg.jpg) no-repeat;
    background-size: 100%; }
.search_h2 { font-weight: 500;text-align: center;background: #c60f13;color: #fff;width: 100%;margin: 0;
    padding: 2% 0; /*font-family:Raleway;*/}

.column_fa_wrapper { margin: 5% auto; position: relative;}
.column_fa_wrapper i { border: 3px solid #fff;color: #fff;padding: 10%;border-radius: 50%;
    background:#c60f13 ; }
.col_fa_inner { position: absolute;width: 100%;top: 0px;z-index: 99; }
.column_fa_wrapper p { text-indent: 0;font-weight: bold;padding: 0; }
.column_fa_wrapper p:hover i{ border: 3px solid #c60f13;color: #c60f13;background:#fff;transition: all 1s; }

.content_container { margin: 2% 0 0 0; }
.content_container .min_margin { margin-top: 10px; }

.content_inner {
    position: relative;
    overflow: hidden;
}
.content_inner p { text-indent: 0; }
.content_inner h4 {font-weight: bold;color: #c60f13; /*font-family:century gothic;*/ }
.ext_column { text-align: right; display: block;float: left;
    width: 96%; padding: 0 2% 5px 2%; }
.ref_btn:hover { color: #c60f13;transition: all 1s; }

.mid_container { width: 100%;float: left;background: url(../images/mid_bg.jpg) no-repeat;
    background-size: cover; }
.mid_container h1 { color: #fff; } .mid_container span { color: #c60f13; }
.mid_container p { color: #fff;text-align: center; display: block; float: left; margin: 5px 0 10px; text-indent: 30px; width: 96%;}
.mid_container h1.white_span { font-size:28px; text-align: center; padding:10px; background-color: rgba(0,0,0,0.74);margin: 20% auto;}
.mid_container h1.white_span a{display: block;color: #fff}
.mid_container h4 { color:#c60f13;background: #fff;padding: 10px 7px;font-weight: bold; }

.column_inner_mod {
    padding: 5px;
}
.column_inner
{
    width: 100%;display: block;float: left; padding: 5px;
}
.txt-center { text-align:center; } /* text align class */
.float-rt { float:right; } #float-rt { float: right; } /* float right in class and Id */
.float-lt { float:left; } #float-lt { float: left; } /* float left in class and Id */
.clear { clear:both; } /* clear float */
.margin_1 { margin: 1% auto; } .margin_2 { margin: 2% auto; }

.btnmain { display: block;padding: 5px 0 ;margin: 0;width: auto;max-width: 100%;cursor: pointer;
    color: #fff;border: none;text-align: center; }

.ref_btn { font-size: 14px; color:#000 }

#quick_cauta_form fieldset { display: block;width: 100%; border: none;margin: 0;padding: 0; }
#quick_cauta_form label { float: left;display:block;width: 95%;/*font-family: Raleway;*/
    font-size: 16px;color: #fff;margin: 5px 0 5px 0;outline: none;text-align: center; font-weight: normal; white-space: nowrap; }
#quick_cauta_form input[type="submit"] {
    background-color: #C60F13;
}

#quick_cauta_form input,
#quick_cauta_form select,
#quick_cauta_form button {
    float: left;
    display:block;
    /*width: 95%;*/
    /*font-family: Calibri;*/
    border: 1px solid #A99F9F;
    font-size: 16px;
    margin: 10px 0 5px 0;
    outline: none;
    font-weight: normal;
    line-height: normal;
    text-align:center;
}
#quick_cauta_form input::-moz-placeholder {
    font-weight: normal;
    text-align:center;
    /*font-family: Calibri;*/
    color: #000;
}

#quick_cauta_form label { padding: 10px 0; } #quick_cauta_form textarea { min-height: 80px; }
.float-rt li a {color:#C60F13;}

.success_btn { width: 100%;background: #C60F13;padding: 8px 0;font-size: 20px; /*Century Gothic*/;
    text-transform: uppercase;margin: 15px 0; }

ul.menu-log {width: 65%; float: left; margin-top: 30px; }
ul.menu-log li { list-style: none; margin: 0 15px; display: inline-block; vertical-align: middle;}
#top_header_take h5#logo.new-logo { width: auto; margin-right: 25px; margin-bottom:0;}
ul.menu-log li a {font-family: 'Muli', sans-serif;font-size: 18px;font-weight: 600;color: #000; text-decoration: none; position: relative;}
ul.menu-log li a:hover, ul.menu-log li.active a { color: #d40c0c;}
ul.menu-log li a:hover:before, ul.menu-log li.active a:before { content: '';position: absolute; bottom: -26px; border-bottom: 2px solid #be2026; width: 30px;right: 50%;
    top: 50%;left: 50%; transform: translate(-50%, -50%); }
.top_right_sec .job-log { display: inline-block; margin-top: 16px;  float: left;}
.top_right_sec .dropdown { margin: 0 30px 0 30px;}
.top_right_sec .job_menu { display: inline-block; margin-top: 30px; margin-right: 26px;float: left;}
/*.top_right_sec .job-log  h4 {color: #676767;}*/

.emp_navbar { min-height:inherit; border:none; margin:0; background: #363636; border-radius: 0;}
.emp_navbar ul {}
.emp_navbar ul li { position:relative;}
.emp_navbar ul li a { padding:0 22px; color:#b4b4b4; height:47px; line-height:47px; font-family: 'Muli', sans-serif;font-size:16px; font-weight: 600;}
.emp_navbar ul li a:hover, .emp_navbar ul li a:focus, .emp_navbar ul li:hover > a, .emp_navbar ul li.active a { background:transparent; color:#fff;}
.emp_navbar ul ul li a:hover, .emp_navbar ul ul li a:focus, .emp_navbar ul ul li:hover > a { background:#fff; color:#be2026;}
.emp_navbar ul ul { display:none;}
.emp_navbar ul li:hover ul { position: absolute;left:0;top:47px;list-style:none;display:block;z-index:2;}
.emp_navbar ul ul li a {font-size:14px;white-space:nowrap;text-decoration:none;background: #f2f2f2;border-bottom:1px solid #fff;border-top:1px solid #e0e0e0;
    display:block;color: #be2026;}
#bs-navbar {padding:0;}
.car-overview { margin: 20px 35px; background-color: #f8f8f8; border: 1px solid #ebebeb; padding: 25px 25px 65px 25px; margin-bottom: 45px; }
.car-overview ul { text-align: right; }
.car-overview ul li { list-style: none; display: inline-block; }
.car-overview input[type="date"] { border: 1px solid #ebebeb; height: 50px; border-radius: 5px;padding: 0 10px; }
.car-overview label { font-size: 16px; font-weight: 400; font-family: 'Muli', sans-serif; line-height: 20px;}
.car-overview input[type="submit"] { border: 1px solid #ebebeb; height: 50px; background-color:#be2026; color: #fff; border-radius: 5px;line-height: 50px;
    padding: 0 20px;  font-size: 16px; font-weight: 400; font-family: 'Muli', sans-serif; line-height: 20px;}
.car-overview h4 { color: #1d1e1e; }

.car-overview-cont { margin: 20px 25px;  }
.port-fair-show, .port-saf-show, .port-sop-show { display: none;}

@media (min-width: 992px) and (max-width: 1200px) {

    #search_new.search-take.n-se { width: 90%;}
    .job-al-inner h2 {  font-size: 60px; margin-bottom: 50px;}
    .red-se-sec h2 { font-size: 50px; line-height: 50px;}
    .btn-red a { font-size: 15px;}
    .con-se-sec h2 { font-size: 44px;}
    .ad-cont { padding: 40px;}
}


@media (min-width: 768px) and (max-width: 991px) {
    #search_new.search-take.n-se { width: 100%;}
    .job-al-inner h2 {  font-size: 50px; margin-bottom: 40px;}
    .red-se-sec h2 { font-size: 40px; line-height: 50px;}
    .btn-red a { font-size: 15px;}
    .con-se-sec h2 { font-size: 35px;}
    .ad-cont { padding: 36px;}
    #search_new.search-take { padding: 22px;}
    .set-up-sec { padding: 30px; margin-top: -80px; margin-bottom: -80px;}
    .set-inner h4 { font-size: 30px; line-height: 36px; margin-bottom: 19px;}
    .set-inner p { font-size: 16px;}
    .job-se-outer {padding: 150px 0;}
    .con-se-sec {  background: url(../images/carien_new_37.jpg) no-repeat center top;padding: 60px 0;}
    .ad-cont p { margin-bottom: 36px;}
    .ad-cont h3 {font-size: 25px;margin-bottom: 28px;}
}

@media  (max-width: 767px) {
    #search_new.search-take.n-se { width: 100%;}
    .job-al-inner h2 {  font-size: 38px; margin-bottom: 40px;}
    .red-se-sec h2 { font-size: 40px; line-height: 50px;}
    .btn-red a { font-size: 15px;}
    .con-se-sec h2 { font-size: 35px;line-height: 48px;margin-bottom: 23px;}
    .ad-cont { padding: 36px;}
    #search_new.search-take { padding: 22px;}
    .set-up-sec { padding: 30px; margin-top: -80px; margin-bottom: -80px;}
    .set-inner h4 { font-size: 25px; line-height: 36px; margin-bottom: 19px;}
    .set-inner p { font-size: 16px;}
    .job-se-outer {padding: 150px 0;}
    .con-se-sec {  background: url(../images/carien_new_37.jpg) no-repeat left top;padding: 60px 0;text-align: center;}
    .ad-cont p { margin-bottom: 36px;}
    .ad-cont h3 {font-size: 25px;margin-bottom: 28px;}
    .ad-cont.lef { margin-right: 0;  margin-left: 0px;margin-bottom: -50px;}
    .ad-cont {margin-left: 0;margin-top: -50px;    text-align: center;}
    /*#brow-job-sec { padding-bottom: 40px;}*/
    #search_new.search-take { border-radius:0;}
    .job-al-inner h2 { margin-top: 33px;}
    .red-se-sec { padding: 55px 0 20px 0;}
    .hire-img-sec { margin-top: 0;}
    .btn-red { display: flex; justify-content: center;}
}

@media  (max-width: 481px) {
    .banner_conts h3 { font-size: 36px;  line-height: 42px;}
    .job-al-inner h2 { font-size: 30px; margin-bottom: 40px;}
    .red-se-sec h2 { font-size: 27px; line-height: 40px; }
    .red-se-sec { padding: 55px 0 0px 0;}
    .con-se-sec h2 { font-size: 30px; line-height: 40px; margin-bottom: 19px;}
    .ad-cont h3 { font-size: 22px;  margin-bottom: 13px;}
    .ad-cont {padding: 25px;}
    .btn-red a {
        font-size: 14px;
        padding: 15px 30px;}
}

@media (min-width: 1200px) and (max-width: 1399px) {
    /*.job_menu ul li a { font-size: 17px;}*/

}

@media (min-width: 992px) and (max-width: 1199px) {
    .dropdown { margin: 0 30px 0 30px;}
    /*.job_menu ul li { padding: 0 10px;}
    .job_menu ul li a { font-size: 14px;}*/
    .banner_conts h3 {font-size: 46px;line-height: 54px;}
    .banner_conts h5 { font-size: 36px; line-height: 43px;}
    /*h2.key-title { font-size: 60px; line-height: 72px;}
    h2.key-title { margin-bottom: 32px;}*/
    /*.key-con-sec h3 { font-size: 27px; line-height: 34px; margin-bottom: 10px;}*/
    /*#key-job-sek { margin-bottom: 70px;}*/
    /*.key-con-sec.pr { padding-right: 50px; padding-left: 15px;}*/
    #banner_sec_take { margin-bottom: 60px;}
    /*.brow_cont a { padding: 20px 36px; font-size: 20px;}*/
    /*#con-stud-sec h2 { font-size: 44px; line-height: 54px;}
    #con-stud-sec a { padding: 25px 40px; font-size: 24px;}*/
    /*.job-three-box .three_box_cont h3 { margin-bottom: 17px; font-size: 24px;}
    .job-three-box .three_box_cont h5 { margin-bottom: 20px; padding-bottom: 20px;}
    .job-three-box .three_box_cont a { padding-bottom: 20px;}
    .job-three-box .three_box_cont { padding-top: 0; padding-left: 20px;}
    .job-three-box .three_box_cont.txt_right { padding-top: 0; padding-right: 30px;}*/
    .footer_inner ul li a { font-size: 14px;}
    .fm-box .footer_inner ul li { margin-bottom: 20px;}
    .footer-bot-sec ul.lb-sec li a { font-size: 11px;}
    .footer-bot-sec .copy_sec p { text-align: left; font-size: 12px;}
    #footer_middle { padding: 70px 0 30px 0;}}

@media (min-width: 768px) and (max-width: 991px) {
    #top_header_take .top_right_sec { margin-top: 0;}
    .dropdown { margin: 0 30px 0 30px;}
    /*.job_menu ul li { padding: 0 10px;}*/
    /*#top_header_take .search-box { margin-top: 4px;}*/
    /*#top_header_take .job_menu ul li a { font-size: 13px;}*/
    .banner_conts h3 {font-size: 58px; line-height: 60px;}
    #search_new.search-take input[type="submit"] { width: 15%; font-size: 16px;}
    .banner_conts h5 { font-size: 30px; line-height: 36px;}
    /*h2.key-title { font-size: 50px; line-height: 62px;}
    h2.key-title { margin-bottom: 32px;}*/
    /*.key-con-sec.pl { padding-left: 10px; padding-right: 10px;}
    .key-con-sec p {font-size: 16px; line-height: 24px; margin-bottom: 24px;}
    .key-con-sec a {font-size: 18px;padding: 15px 45px;}
    .key-con-sec h3 { font-size: 24px; line-height: 32px; margin-bottom: 10px;}*/
    /*.brow_cont { padding: 30px 10px;}
    .brow_cont h3 { font-size: 33px; line-height: 45px; margin-bottom: 25px;}
    .brow_cont h5 { font-size: 21px; line-height: 29px; margin-bottom: 25px;}*/
    /*#key-job-sek { margin-bottom: 70px;}*/
    /*.key-con-sec.pr { padding-right: 10px; padding-left: 15px;}*/
    #banner_sec_take { margin-bottom: 60px;}
    /*.brow_cont a { padding: 14px 32px; font-size: 17px;}*/
    /*#con-stud-sec h2 { font-size: 32px; line-height: 45px;}
    #con-stud-sec a { padding: 20px 34px; font-size: 18px;}*/
    /*.job-three-box .three_box_cont h3 { margin-bottom: 12px; font-size: 18px; line-height: 26px;}*/
    .fm-box .footer_inner h5 { font-size: 17px; margin-bottom: 17px;}
    /*.three_box_cont p { margin-bottom: 10px; font-size: 16px;}
    .job-three-box .three_box_cont a {font-size: 17px;}
    .job-three-box .three_box_cont h5 { margin-bottom: 12px; padding-bottom: 12px;font-size: 18px;}
    .job-three-box .three_box_cont a { padding-bottom: 12px;}
    .job-three-box .three_box_cont { padding-top: 0; padding-left: 10px;}
    .job-three-box .three_box_cont.txt_right { padding-top: 0; padding-right: 30px;}*/
    .footer_inner ul li a { font-size: 14px;}
    .fm-box .footer_inner ul li { margin-bottom: 14px;}
    .footer-bot-sec ul.lb-sec li a { font-size: 9px;}
    .footer-bot-sec .copy_sec p { text-align: left; font-size: 10px;}
    #footer_middle { padding: 70px 0 30px 0;}
    /*#brow-job-sec { padding-bottom: 40px;}*/
    .footer-bot-sec ul.lr-sec li { padding-left: 5px;}
    .footer-bot-sec ul.lb-sec li {padding-right: 3px; margin-right: 3px;}

}

@media  (max-width: 768px) {
    /*#top_header_take .job_menu { display: inline-block;}
    #top_header_take .top_right_sec { margin-top: 0; text-align: center;}
    .dropdown { margin: 0 30px 0 30px;}
    .job_menu ul li { padding: 0 10px;}*/
    #top_header_take .search-box { margin-top: 18px;}
   /* #top_header_take .job_menu ul li a { font-size: 13px;}*/
    .banner_conts h3 {font-size: 58px; line-height: 60px;}
    #search_new.search-take input.name_sec {width: 100%;}
    #search_new.search-take input.map-sec { width: 100%;}
    #search_new.search-take input[type="submit"] { width: 55%; font-size: 16px;}
    img.wid-f { margin: 20px 0;}
    .footer-bot-sec ul.lr-sec { text-align: center;}
    .footer-bot-sec {text-align: center;}
    .footer-bot-sec .copy_sec p { text-align: center;}
    .banner_conts h5 { font-size: 30px; line-height: 36px;}
    /*h2.key-title { font-size: 50px; line-height: 62px;}
    h2.key-title { margin-bottom: 32px;}*/
    /*.key-con-sec.pl { padding-left: 10px; padding-right: 10px;}
    .key-con-sec p {font-size: 16px; line-height: 24px; margin-bottom: 24px;}
    .key-con-sec a {font-size: 18px;padding: 15px 45px;}
    .key-con-sec h3 { font-size: 24px; line-height: 32px; margin-bottom: 10px;}*/
    /*.brow_cont { padding: 30px 10px;}
    .brow_cont h3 { font-size: 33px; line-height: 45px; margin-bottom: 25px;}
    .brow_cont h5 { font-size: 21px; line-height: 29px; margin-bottom: 25px;}*/
    /*#key-job-sek { margin-bottom: 70px;}*/
    /*.key-con-sec.pr { padding-right: 10px; padding-left: 15px;}*/
    #banner_sec_take { margin-bottom: 60px;}
    /*.brow_cont a { padding: 14px 32px; font-size: 17px;}*/
    /*#con-stud-sec h2 { font-size: 32px; line-height: 45px;}
    #con-stud-sec a { padding: 20px 34px; font-size: 18px;}*/
    /*.job-three-box .three_box_cont h3 { margin-bottom: 12px; font-size: 18px; line-height: 26px;}*/
    .fm-box .footer_inner h5 { font-size: 17px; margin-bottom: 17px;}
    /*.three_box_cont p { margin-bottom: 10px; font-size: 16px;}
    .job-three-box .three_box_cont a {font-size: 17px;}
    .job-three-box .three_box_cont h5 { margin-bottom: 12px; padding-bottom: 12px;font-size: 18px;}
    .job-three-box .three_box_cont a { padding-bottom: 12px;}
    .job-three-box .three_box_cont { padding-top: 0; padding-left: 10px;}
    .job-three-box .three_box_cont.txt_right { padding-top: 0; padding-right: 30px;}*/
    .footer_inner ul li a { font-size: 14px;}
    .fm-box .footer_inner ul li { margin-bottom: 14px;}
    .footer-bot-sec ul.lb-sec li a { font-size: 9px;}
    .footer-bot-sec .copy_sec p { text-align: left; font-size: 10px;}
    #footer_middle { padding: 70px 0 30px 0;}
    /*#brow-job-sec { padding-bottom: 40px;}*/
    .footer-bot-sec ul.lr-sec li { padding-left: 5px;}
    .footer-bot-sec ul.lb-sec li {padding-right: 3px; margin-right: 3px;}
    .footer-bot-sec .copy_sec p {text-align: center;}
}

@media  (max-width: 481px) {
    /*#top_header_take .search-box { display: none;}*/
    /*#top_header_take h5#logo { width: 100%; float: none; margin-bottom: 9px; text-align: center;}
    .job_menu ul li.log-sp { border-right: 0; margin-right: 0;}
    .top_right_sec .dropdown { text-align: center; margin: 0 auto; width: 100%;}*/
    #banner_sec_take { background: url(../images/banner-take.png) no-repeat center top; padding: 104px 0 65px 0;}
    #banner_sec_take { margin-bottom: 40px;}
    /*h2.key-title {  font-size: 32px; line-height: 43px; margin-bottom: 17px;}*/
    /*img.line-img { margin-bottom: 16px;}*/
    /*.brow_cont h3 { font-size: 28px; line-height: 38px; margin-bottom: 13px;}
    .brow_cont h5 { font-size: 18px; line-height: 24px;  margin-bottom: 18px;}
    .brow_cont a { padding: 14px 32px; font-size: 15px;}*/
    /*#con-stud-sec h2 { font-size: 24px; line-height: 33px;}
    #con-stud-sec { padding: 32px 0 36px 0; margin-bottom: 40px;}
    #con-stud-sec a { padding: 18px 31px; font-size: 16px;}*/
    /*.three_box_img img { margin-bottom: 20px;}*/
}

/************* End Take 21 dec-2020 ***************/


@media (min-width: 992px) and (max-width: 1199px) {
    .fir_acc_sec {padding: 40px 50px 0 40px;}
    .sec_acc_sec {padding: 10px 50px 50px 40px; }
    /*.section_inner_right { width: 444px;}*/
    /*.section_inner_left { width: 444px; }*/
    #banner_sec_take {padding-top: 100px;}
    #top_header_two h4#user_sec {margin-left: 0;}
}

@media (min-width: 768px) and (max-width: 991px) {
    .fir_acc_sec { padding: 30px 20px 0 20px;}
    .sec_acc_sec { padding: 30px 20px 30px 20px; }
    #an_account ul li { font-size: 16px; line-height: 24px;}
    .dropdown {  margin: 0 30px 0 50px;}
    #banner_sec_take {padding-top: 80px;}
    #search_new.search-take input.name_sec {width: 100%;}
    #search_new .autocomplete {width:100%; margin-top:20px;}
    #search_new.search-take input[type="submit"] {width: 100%; margin-top:20px;}

    /*.section_inner_right { width: 355px; padding: 40px 20px 40px 0;}*/
    /*.section_cont h3 { font-size: 31px;  line-height: 43px;}*/
    /*.job_cont { padding: 35px;}*/
    /*.job_cont h3 { font-size: 35px; line-height: 46px;  margin-bottom: 32px;}*/
    .footer_top_inner { padding: 65px 00px; }
    #footer_middle { padding: 50px 0 30px 0;}
    .footer_inner h5 { font-size: 16px; line-height: 20px; margin-bottom: 20px;}
    .footer_inner ul li i {  font-size: 16px; padding-right: 5px;}
    .footer_inner ul li a { font-size: 14px;}
}

@media  (max-width: 992px) {
    /*.top_right_sec {float:none; display: block;}
    .job_menu {width:60%;}*/
    /*.key_table {display: block; margin-bottom: 20px;}*/
}

@media  (max-width: 768px) {
    /*.job_menu {width:100%;}*/
    .fir_acc_sec { padding: 30px 20px 0px 20px;    /*width: 266px;*/}
    .sec_acc_sec { padding: 30px 20px 30px 20px; }
    #an_account ul li { font-size: 16px; line-height: 24px;}
    /*.section_inner_right { width: 100%; padding: 20px;    border-bottom: 1px solid #ccc; text-align: center;}*/
    /*.section_inner_left { width: 100%;     padding: 20px; text-align: center;}*/
    .top_right_sec .job_menu {  display: none;}
    #top_header_two { padding: 10px 0;}
    /*.job_menu ul li {  padding: 0 7px; float: none; display: inline-block;}
    .dropdown {  margin: 0 10px 0 10px; !*float: right;*!}
    #top_header_two h4#user_sec { text-align: right;  margin: 12px 0 0 10px;}*/
    #an_account {left: 0; width: 100%;top: 0px;}
    #an_account:before { display:none;/*top: -24px; left: 13px; content: '';  right: inherit; padding: 16px;*/}
    #top_header_two { padding: 10px 0 24px;}
    /*#top_header_take h4#user_sec{ margin-left: 0;}*/
    #banner_sec_take {padding-top: 50px;}
    .banner_conts h3 {  font-size: 60px;}
    #search_new.search-take input.name_sec {width: 100%;}
    #search_new.search-take.n-se .autocomplete {width:100%; margin-top:20px;}
    #search_new.search-take input[type="submit"] {width: 100%; margin-top:20px;}
    /*.section1_img, .section3_img, .section5_img { margin-bottom: 20px; }*/
    /*.section_cont h3 { font-size: 36px; line-height: 42px; margin-bottom: 23px;}*/
    /*#job_search_sec { padding: 50px 0; margin-top: 40px; margin-bottom: 50px;}*/
    /*.job_cont { padding: 20px;}
    .job_cont h3 { margin-bottom: 24px; }*/
    /*.three_box_cont.txt_right {padding:30px; text-align: left;}
    .three_box_cont {padding: 30px;}*/
    /*.three_box_outer .table_container {margin-bottom:0;}*/
    .footer_top_inner { padding: 29px 0;	}
    #footer_middle { padding: 30px 0 30px 0;}
    /*.table_container {display: block;}
    .table_container > div {display: inline-block;width: 100%;}*/
    /*.section_inner {float: none; padding:40px;}*/
    /*.leftDiv {height:500px;}*/
    /*.three_box_img {height:400px;}*/
    #top_header_two h4#user_sec img {width:39px; height: 39px;}
}

@media  (max-width: 481px) {
    #banner_sec_take {padding-top: 30px;}
    .banner_conts h3 {  font-size: 70px;}
    /*.section_cont h3 { font-size: 30px; line-height: 36px;}*/
    /*.job_cont h3 { font-size: 32px;margin-bottom: 16px; line-height: 45px;}
    .job_cont h5 { font-size: 21px; line-height: 30px; margin-bottom: 27px;}*/
}




@media (min-width: 992px) and (max-width: 1024px) {

    /*#top_header_take h5#logo.new-logo { width: auto; margin-right: 15px;     margin-top: 4px;}
    #top_header_take h5#logo.new-logo a img { width: 200px;}*/
    ul.menu-log li { margin: 0 10px;}
    ul.menu-log li a { font-size: 14px;}
    /*.top_right_sec .job_menu { display: inline-block; margin-top: 30px; margin-right: 16px;}*/
    ul.menu-log { margin-top: 24px;}
    .car-overview input[type="date"] { width: 180px;}

}

@media (min-width: 768px) and (max-width: 992px) {

    ul.menu-log { width: 100%; margin-top: 6px;}
    ul.menu-log li a { font-size: 16px;}
    /*.dropbtn { margin-top: 3px;}*/
    .car-overview h4 { font-size: 16px;}
    .car-overview ul li { width: 100%; margin-bottom: 5px;}



}
@media(max-width:767px){
    ul.menu-log {    width: 100%; margin-top: 6px; margin: 0 auto; text-align: center;}
    ul.menu-log li a { font-size: 14px;}
    /*.dropbtn { margin-top: 3px;}*/
    .car-overview h4 {font-size: 21px; text-align: center;}
    .car-overview ul li { width: 100%; margin-bottom: 5px;}
    .car-overview ul { text-align: center;}
   /* #top_header_take .top_right_sec .dropdown {text-align: center; margin: 0 auto; width: 25%;}*/
    .car-overview { margin: 20px 15px;}
    .navbar-header a.navbar-brand { color: #fff;}
    .navbar-header button.navbar-toggle span.icon-bar { background:#fff; }
    .navbar ul li:hover ul { position: static;}
}

@media(max-width:481px){
    /*#top_header_take h5#logo.new-logo a img { width: 210px;}*/
    .car-overview { margin: 20px 15px;padding: 25px 15px 65px 15px;}
    .car-overview label { width: 100%;}
}
