@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
:root {
  scroll-behavior: smooth;
  --main-color: #F45C37;
  --secondary-color:#002A54;
  --white-color: #fff;
   --black-color: #222b35;
}
body{font-family:"Inter",sans-serif;color:var(--black-color);font-size:14px; background:#F8FBFD;}
html { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative; min-height: 100%;}
a{color:var(--main-color);text-decoration:none}
a:hover{color:var(--secondary-color);text-decoration:none}
h1,h2,h3,h4,h5,h6{font-family:"Inter",sans-serif}
img{max-width:100%;}
 
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section{padding:60px 0;}
.section-header{text-align:center;padding-bottom:40px}
.section-header h2{font-size:30px;letter-spacing:1px;font-weight:800;margin:0;color:var(--secondary-color);}
.section-header p{margin:10px auto;padding:0;font-size:16px;line-height:24px;color:var(--black-color);max-width:600px}
@media (max-width: 768px) {
  section{padding:40px 0;}
  .section-header{ padding-bottom:20px;}
.section-header h2{ font-size:24px;}
.section-header p{font-size:15px;line-height:24px}
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumb{padding:0px; margin-top:-25px;   } 
.breadcrumb ol{margin:8px 0px 0px 0px; padding:0px;font-size:13px;}
.breadcrumb ol li a{color:var(--secondary-color); }
 
 @media (max-width: 992px) {
 
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/* .bgtop{background: var(--secondary-color); min-height:150px; position: absolute; width:100%; z-index:-1;} */

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header{transition:all .5s;z-index:997;padding:10px 0;background:#fff;box-shadow:0 2px 15px rgb(1 41 112 / 2%); border: 1px solid #eee;}
.header.header-scrolled{background:#fff;padding:10px 0;box-shadow:0 2px 20px rgba(1,41,112,0.1)}
.header .logo{line-height:0}
.header .logo img{max-height:48px;margin-right:6px}
.header .logo span{font-size:30px;font-weight:700;letter-spacing:1px;color:var(--secondary-color);margin-top:3px}
@media screen and (max-width: 768px) {
.header .logo img{ max-height:40px}

}

@media screen and (max-width: 560px) {
.header .logo img{ max-height:37px; margin-right:2px;}

}

@media screen and (max-width:320px) {
.header .logo img{ max-height:30px; margin-right:2px;}

}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
 .navbar{padding:0}
.navbar ul{margin:0;padding:0;display:flex;list-style:none;align-items:center}
.navbar li{position:relative}

.navbar a,.navbar a:focus{display:flex;align-items:center;justify-content:space-between;padding:10px 0 10px 30px;font-size:15px;font-weight:500;color:var(--black-color);white-space:nowrap;transition:.3s}
.navbar a i,.navbar a:focus i{font-size:12px;line-height:0;margin-left:5px}
.navbar a:hover,.navbar .active,.navbar .active:focus,.navbar li:hover>a{color:var(--secondary-color)}
/*.navbar a.getstarted, .navbar a.getstarted:focus{background:var(--main-color);padding:8px 25px;transition:.5s;margin-left:30px;border-radius:50px;color:#fff}
.navbar a.getstarted:hover{color:#fff;background:var(--secondary-color);transition:.5s;}
.navbar a.getstarted:focus:hover{color:#fff;background:var(--secondary-color);transition:.5s;}*/

.navbar ul li a.getstarted {background:var(--main-color);padding:8px 25px;transition:.5s;margin-left:30px;border-radius:50px;color:#fff }
.navbar ul li a:hover.getstarted{color:#fff;background:var(--secondary-color); }

.navbar .dropdown ul{display:block;position:absolute;right:0px;top:calc(100% + 30px);margin:0;padding:10px 0;z-index:99;opacity:0;visibility:hidden;background:#fff;box-shadow:0 0 30px rgba(127,137,161,0.25);transition:.3s;border-radius:4px}
.navbar .dropdown ul li{min-width:160px}
.navbar .dropdown ul a{padding:10px 20px;font-size:15px;text-transform:none;font-weight:600}
.navbar .dropdown ul a i{font-size:12px}
.navbar .dropdown ul a:hover,.navbar .dropdown ul .active:hover,.navbar .dropdown ul li:hover>a{color:var(--main-color)}
.navbar .dropdown:hover>ul{opacity:1;top:100%;visibility:visible}
.navbar .megamenu{position:static}
.navbar .megamenu ul{margin-top:5px;right:0;padding:10px;display:flex}
.navbar .megamenu ul li{flex:1}
.navbar .megamenu ul li a,.navbar .megamenu ul li:hover>a{color:#013289}
.navbar .megamenu ul li a:hover,.navbar .megamenu ul li .active,.navbar .megamenu ul li .active:hover{color:var(--main-color)}
.navbar .dropdown .dropdown ul{top:0;left:calc(100% - 30px);visibility:hidden}
.navbar .dropdown .dropdown:hover>ul{opacity:1;top:0;left:100%;visibility:visible}
@media (max-width: 1366px) {
.navbar .dropdown .dropdown ul{left:-90%}
.navbar .dropdown .dropdown:hover>ul{left:-100%}
}

.mobile-nav-toggle{color:var(--secondary-color);font-size:28px;cursor:pointer;display:none;line-height:0;transition:.5s}
.mobile-nav-toggle.bi-x{color:#fff}
@media (max-width:1023px) {
.mobile-nav-toggle{display:none; }
/* .navbar ul{display:none} */

}


.navbar-mobile{position:fixed;overflow:hidden;top:0;right:0;left:0;bottom:0;background:rgba(33, 33, 33, 0.8);transition:.3s}
.navbar-mobile .mobile-nav-toggle{position:absolute;top:15px;right:15px}
.navbar-mobile ul{display:block;position:absolute;top:0;right:15px;bottom:0;left:0;width:80%;padding:10px 0;border-radius:0;background-color:#fff;overflow-y:auto;transition:.3s}
.navbar-mobile a,.navbar-mobile a:focus{padding:10px 20px;font-size:15px;color:var(--secondary-color)}
.navbar-mobile a:hover,.navbar-mobile .active,.navbar-mobile li:hover>a{color:var(--main-color)}
.navbar-mobile .getstarted,.navbar-mobile .getstarted:focus{margin:15px}
.navbar-mobile .dropdown ul{position:static;display:none;margin:10px 20px;padding:10px 0;z-index:99;opacity:1;visibility:visible;background:#fff;box-shadow:0 0 30px rgba(127,137,161,0.25)}
.navbar-mobile .dropdown ul li{min-width:200px}
.navbar-mobile .dropdown ul a{padding:10px 20px}
.navbar-mobile .dropdown ul a i{font-size:12px}
.navbar-mobile .dropdown ul a:hover,.navbar-mobile .dropdown ul .active:hover,.navbar-mobile .dropdown ul li:hover>a{color:var(--main-color)}
.navbar-mobile .dropdown>.dropdown-active{display:block}
 
::-webkit-scrollbar { width:8px;}
::-webkit-scrollbar-track { box-shadow: inset 0 0 5px #eee;  border-radius: 10px;}
::-webkit-scrollbar-thumb { background: #ddd;  border-radius: 10px;}
::-webkit-scrollbar-thumb:hover { background: #ddd; }
.navbar ul li.getstarted{ padding:8px 25px; margin-left:5px; font-size:15px; color:#fff; border-radius:50px; }
 
@media screen and (max-width: 560px) {
.navbar ul li a.getstarted{ padding: 8px 10px; margin-left:4px; font-size:10px; }
.navbar ul li.getstarted{ padding: 8px 10px; margin-left:4px; font-size:10px; color:#fff; border-radius:50px; } 
.navbar li{ line-height:15px; }
.navbar li b{ display: block;}
} 
@media screen and (max-width:360px) {
 .navb0 ul li a.getstarted{ padding:5px 8px; margin-left:5px; font-size:9px; }
.navbar ul li.getstarted{ padding:5px 8px; margin-left:5px; font-size:9px; color:#fff; border-radius:50px; } 

}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero{width:100%;padding:160px 0px; margin-top:0px; background:url(../img/bg1.jpg) center no-repeat #F8FCFF; background-size: cover;}
.hero h1{margin:0px 0px 15px 0px;font-size:36px;font-weight:800;color:var(--secondary-color); }
.hero h1 span{ color:var(--main-color);}
.hero h5{color:var(--secondary-color);margin:10px 0px 40px 0px;font-size:20px;line-height:28px;padding-right:70px;  }
.searchbox{max-width:920px; margin:0px auto; text-align: center;} 
.search-shadow{ box-shadow:0px 0px 0px 8px rgba(255,255,255,.2); -webkit-box-shadow:0px 0px 0px 8px rgba(255,255,255,.2);}
.hero-search-content { box-shadow: 0px 5px 15px rgba(1, 41, 112, 0.08);  background: #ffffff;  padding:10px; border-radius:100px; position: relative; width: 100%;}
.hero-search-content .form-group {  margin:0;} 
.input-with-icon {  display:flex;  align-items:center;   position:relative;}
.input-with-icon .form-control {  padding-left:38px; border: none !important;  box-shadow:none !important;   font-size: 15px;}
.hero-search-content .fa-icon img { position: absolute;  left:8px; top:14px;}
.hero-search-content .form-control{  height:50px; width:100%;}
.hero-search-content input:focus{border:none !important; box-shadow:none !important;}
.hero-search-content .btn { height:55px; width: 100%;transition:.5s; background:var(--main-color); border-radius: 100px; color:#fff; font-size:16px; font-weight:600;}
.hero-search-content .btn:hover{color:#fff;background:var(--secondary-color);transition:.5s; }
.hero-search-content .nice-select .current{ color:#999999; line-height:40px; }
.hero-search-content .nice-select:focus{border:none !important; box-shadow:none !important;}
.nice-select ul.list {  width: 100%;  z-index: 99;   box-shadow: none;  border: 1px solid #f1f3f7;}
.hero-search-content .nice-select .list {  box-shadow: none;border:1px solid #e6ebf1; height: 200px;   overflow-y: scroll;}
.briod { border-right: 1px solid #e9eef5;}
.nice-select .option{ border-bottom: 1px solid #eee; color:var(--black-color);  }
.nice-select .option.selected{ font-weight: 500;}
.hero-search-content input::placeholder {color:#999999; font-size:15px; font-weight:400;}
.nice-select .option.focus{color:#999999; }
.nice-select:after{  height:8px; width:8px;}

@media (max-width:1024px) {
.hero{height:auto;padding:120px 0 60px; }
}
@media (max-width: 768px) {
.hero{text-align:center; padding:70px 0px ; margin-top:0px;}
.hero-search-content{ border-radius:10px; padding:15px 10px;}
.input-with-icon .form-control{border-radius:0px; border-bottom:1px solid #ddd !important; margin-bottom:15px;}
.hero-search-content input:focus{border-bottom:1px solid #ddd !important; box-shadow:none !important;}
 .hero-search-content .nice-select:focus{border-bottom:1px solid #eee !important; box-shadow:none !important;}
.briod{border:0px;}
.hero h1{font-size:28px;margin:0px 0px 10px 0px;}
.hero h5{font-size:15px;padding:0;margin:0px 0px 20px 0px}  
.hero-search-content .btn{ height:48px;}

}

 
/*--------------------------------------------------------------
# work
--------------------------------------------------------------*/
.work { background-color:#F6FBFF; padding:60px 0px; }
.work .section-header h2 { color:var(--secondary-color);}
.work .section-header p{ color:var(--secondary-color);}
.work .workbox {text-align: center; position: relative;  padding:20px;   transition: 0.3s;   border-radius:10px; margin:0px;   }
.work .workbox .workimg{ display:flex;  align-items:center; justify-content:center;   margin:0px auto;   padding:0px;    transition: 0.3s;    margin-bottom:20px;  }
.work .workbox h3{margin-top:20px; color:var(--secondary-color); font-size:20px; font-weight:600; }
.work .workbox p{   font-size:16px; margin-bottom:5px;  }
.work .arrow-up{ position: absolute;  right:-72px;  top:80px;}

@media (max-width: 768px) {
.work .workbox{ margin:0px;}  
.work .arrow-up{ display:none;}

}
@media (max-width: 1024px) {
  .work .arrow-up img{ width:65%;}
}


/*--------------------------------------------------------------
# Featured Job List
--------------------------------------------------------------*/
.featuredwhitebg{ background:#fff; padding-top:60px !important;}
.featuredJoblist{ padding-bottom:30px; padding-top:0px;  }
.featuredsection .listbox{margin:10px; }
.featuredJoblist .listbox {   background:#fff; padding:25px; box-shadow: 0px 0px 10px rgba(1, 41, 112, 0.08);   transition: 0.3s;   border-radius:10px;  margin-bottom:30px;  overflow: hidden;}
.featuredJoblist .listbox:hover{ box-shadow: 0px 5px 10px rgba(1, 41, 112, 0.20); }
.featuredJoblist .listbox p{ font-size:14px; margin:0px; display:flex;}
.featuredJoblist .listbox p img{ margin-right:5px;}
.featuredJoblist .listbox .company-details{ margin-bottom:15px;}
.featuredJoblist .listbox .company-details a{color:var(--black-color);  }
.featuredJoblist .listbox .company-details a:hover{color:#002A54; text-decoration: underline;}
.featuredJoblist .listbox .company-details  h4{ font-weight:700; font-size:18px; margin:0px;}
.featuredJoblist .listbox .company-details  p{ margin:0px; font-size:16px;}
.featuredJoblist .listbox .list-price { margin:0px 0px 10px 0px;}
.featuredJoblist .listbox .list-price ul{ list-style-type:none; margin:0px; padding:0px;}
.featuredJoblist .listbox .list-price ul li{ display:inline-flex; align-items: center; margin-right:10px;}
.featuredJoblist .listbox .list-price ul li img{ margin-right:5px;}
.featuredJoblist .listbox .daytxt { margin-top:15px; display: flex; justify-content: space-between; align-items:center;   }
.featuredJoblist .listbox .company-logo img { border:1px solid #eee;  margin:0px;  padding:5px;  border-radius:5px;  width:54px;  height:54px;}

/*--------------------------------------------------------------
# companies
--------------------------------------------------------------*/
.find-companies{background:#fff; padding:60px 0px;}
.companiesection{ padding:0px 60px;}
 .companiesSlider li{ text-align: center; border-radius:8px; min-height:80px; background:#fff; margin:10px 20px; box-shadow:0px 0px 10px rgba(1, 41, 112, 0.08); padding:15px 10px; }
 .companiesSlider li img{display:inline;}
  @media all and (max-width:768px) { 
  .companiesection{ padding:0px; }
  
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
body::after { content: ''; display: block; height:60px; }
footer { position:absolute;  bottom: 0;  width: 100%; z-index:99;  }

.footer{background:#000F1E;padding:0px;font-size:14px}
.footer .footer-top{background:#00152E;background-size:contain;border-bottom:1px solid #00152E;padding:60px 0 30px}
@media (max-width: 992px) {
.footer .footer-top{background-position:center bottom}
}
.footer .footer-top .footer-info{margin-bottom:30px}
.footer .footer-top .footer-info .logo{line-height:0;margin-bottom:15px}
.footer .footer-top .footer-info .logo img{max-height:50px;margin-right:6px;margin-bottom:20px;background:#fff;padding:10px;border-radius:5px}
.footer .footer-top .footer-info .logo span{font-size:30px;font-weight:700;letter-spacing:1px;color:var(--secondary-color);margin-top:3px}
.footer .footer-top .footer-info p{font-size:14px;line-height:24px;margin-bottom:0;color:#fff}
.footer .footer-top .social-links a{font-size:20px;display:inline-block;color:#fff;line-height:0;margin-right:10px;transition:.3s}
.footer .footer-top .social-links a:hover{color:#fff}
.footer .footer-top h4{font-size:16px;font-weight:bold;color:#fff;position:relative;padding-bottom:12px}
.footer .footer-top .footer-links{margin-bottom:30px}
.footer .footer-top .footer-links ul{list-style:none;padding:0;margin:0}
.footer .footer-top .footer-links ul i{padding-right:2px;color:#fff;font-size:12px;line-height:0}
.footer .footer-top .footer-links ul li{padding:10px 0;display:flex;align-items:center;transition:.3s}
.footer .footer-top .footer-links ul li:hover{transition:.3s;margin-left:5px}
.footer .footer-top .footer-links ul li:first-child{padding-top:0}
.footer .footer-top .footer-links ul a{color:#fff;transition:.3s;display:inline-block;line-height:1}
.footer .footer-top .footer-links ul a:hover{color:#fff}
.footer .footer-top .footer-contact p{line-height:26px}
.footer .copyright{ justify-content: space-between; text-align:center;padding-top:25px;color:#fff}
.footer .copyright ul{margin-bottom:20px; padding:0px;}
.footer .copyright ul li{list-style-type:none;  padding-right:10px; display: inline; margin-right:10px; border-right: 1px solid #eee; }
.footer .copyright ul li:last-child{border:none;}
.footer .copyright ul li a{ color:#fff; }
.DescriptionText{white-space: nowrap; width: 250px; overflow: hidden; text-overflow: ellipsis;  text-align: left;}
 @media all and (max-width:768px) { 
  .footer .copyright{ display: block; }
  .footer{ padding-bottom:20px;}

}
/*recommendedJob*/
.recommendedJob{ margin-top:0px;}
.recommendedJob .section-header2 { margin-bottom:30px;}
.recommendedJob .section-header2 h2{ text-align: left; font-size:24px; font-weight: 600; margin-top:10px;}
.recommended h2{ font-size:24px;  margin-bottom:25px;  font-weight:700; }
.card-content{padding:0px; border-radius:5px; position:relative;box-shadow: 0px 0px 10px rgba(1, 41, 112, 0.08); margin:0px 0px 25px 0px; background:#fff}
.profile-text h5{font-size:16px;margin:0px;font-weight:600;color:var(--black-color); }
.profile-text p{color:var(--black-color); font-size:15px; margin:0px; }
.leftside h4 {  font-size: 20px; margin:20px 0px 0px 0px; color:var(--black-color);  padding:0px 10px 2px 10px;  text-align: center;  font-weight:700;}
.profileTxt{padding-top:10px; border-top:5px solid var(--secondary-color); border-radius:5px 5px 0px 0px;}
.profileTxt h5{text-align: center; font-size:16px; color:var(--black-color); margin:0px;  padding:5px 0px 5px 0px; }
.profileTxt h3{ margin-bottom:10px !important; margin:0px auto; padding:0px; color:#fff;	width:50px;	height:50px; font-size:20px; background:var(--secondary-color);	border-radius:100px;	text-align: center;	display: flex;   justify-content: center;    align-items: center;}
.leftside p { font-size: 16px;word-break: break-all; color:#666; margin: 0px;  padding: 0px 10px 30px 10px;  text-align: center;}
.leftside p a{ color:#666;}
.leftside ul {list-style:none; margin:0px; padding:0px;}
.leftside ul li a { display: flex;   align-items:center; padding:13px 15px;  border-top: 1px solid #eee;  color: var(--black-color);  font-size: 14px;  font-weight:500;  text-decoration: none;}
.leftside ul li.active a { background:#F1F9FF;    color:var(--black-color);  font-weight: 600;}
.leftside ul li a img{ margin-right:10px; width:18px; height:18px; }
.profile-info h4{ font-family: 'Source Serif Pro', serif !important; font-size:30px; margin:0px; color:var(--secondary-color);  }
.recommendedJob .daytxt{ margin-top:30px !important;}
.recommendedJob .applyNow a{ line-height:0; font-weight:600; font-size:13px; padding:8px 15px;border-radius:50px;transition:.5s;margin-right:10px;color:#fff;border:1px solid var(--main-color);color:var(--main-color); background:#fff;}
.recommendedJob .applyNow a:hover{  border:1px solid var(--main-color);color:#fff; background:var(--main-color);}
.section-header2{ margin-top:15px;}
.searchJobs{ padding:0px;}
.searchJobs .form-control{ padding:14px;}
.searchJobs .btn-primary2{ color:#fff; background:var(--main-color); border:1px solid var(--main-color);}
.searchJobs .btn-primary2:hover{ color:#fff; background:var(--main-color); border:1px solid var(--main-color);}
.job-banner{ background:#fff; padding:20px; border:1px solid #eee; border-radius:10px; box-shadow: 0px 0px 10px rgba(1, 41, 112, 0.08); }
.jobdetails-header h3{ font-size:24px;  margin:5px 0px;  font-weight:700; }
.jobdetails-header h6{ font-size:16px;  margin-bottom:10px; color:var(--black-color);  } 
.jobdetails-header .company-logo{ margin:0px 20px 0px 0px; width:100px; height:100px;   display:flex ; align-items: center; justify-content: center; }
.jobdetails-header .company-logo .logoImage{ width:100px; height:100px; padding:10px; border:1px solid #EEEEEE; border-radius:10px;  }
.jobdetails-header ul.job-info{ list-style-type:none; margin:0px; padding:0px;}
.jobdetails-header ul.job-info li{ display:inline-flex; align-items: center; margin-right:10px; font-size:15px;}
.jobdetails-header ul.job-info li img{ margin-right:5px;} 
.jobdetails-content{background:#fff;  box-shadow: 0px 0px 10px rgba(1, 41, 112, 0.08);  margin:25px 0px;  padding:20px; border:1px solid #eee; border-radius:10px; }
.jobdetails-content h3{  margin:10px 0px; color:var(--black-color); font-size:20px;  font-weight:700; }
.jobdetails-content h4{ font-size:16px; font-weight:700;margin:5px 0px 10px; }
.jobdetails-content h5{margin-bottom:10px;  font-size:16px; font-weight:700; }
.jobdetails-content p{ margin-bottom:20px; line-height:24px;}
.jobdetails-content ul{margin-left:0px;}
.jobdetails-content ul li{ padding-bottom:5px; list-style-type:disc;    font-size:14px}
.jobdetails-content:last-child{ margin-bottom:0px;}
.education p{ margin:0px;}
.company-side{ background: rgb(244,248,252); padding:20px; border-radius:10px; }
.company-side h4{font-size:20px; font-weight:600; color:var(--black-color); margin-bottom:15px; }
.company-side ul{margin:0px; padding:0px;}
.company-side ul li{  display: flex;  align-items: center; justify-content: space-between;  padding:12px 5px;  font-size:14px; color:var(--black-color); border-bottom: 1px solid #e4e8ec;}
.company-side ul li strong{ font-weight:500;  }
.company-side ul li span{ font-weight:600;  }
.jobdetails-header .apply-btn{   margin-top:24px; display: flex;}
.jobdetails-header .apply-btn a{ line-height:0; font-weight:600; font-size:13px; padding:13px 35px;border-radius:50px;transition:.5s;margin-right:20px;color:#fff;border:1px solid var(--secondary-color);color:#fff; background:var(--secondary-color);}
.jobdetails-header .apply-btn a:hover{  border:1px solid var(--secondary-color);color:var(--secondary-color); background:#fff;}
.keySkills ul{ list-style-type:none !important; margin:0px; padding:0px; }
.keySkills ul li{ margin-bottom:8px; list-style-type:none !important; display: inline-block; border:1px solid #cfd5d8; padding:5px 15px; margin-right:6px; border-radius: 50px;  }
.posted ul{margin-top:15px; margin-bottom:0px; padding-left:0px;}
.posted ul li{ list-style-type:none !important; border-right: 1px solid #ddd; margin-top:10px; padding-right:10px;padding-left:10px;  display: inline-flex;  align-items: center;}
.posted ul li:last-child{border:none; }
.posted ul li:first-child{padding-left:0px; }
.apply-btn .save{ font-size:16px;  }
.similarjobs{ margin:35px 0px 0px 0px;}
.similarjobs h4{ font-size:24px;  margin-bottom:20px;   font-weight:700;}
@media all and (max-width:560px) {
  .careers-title{ display: block !important;}
  .jobdetails-header .company-logo{ width:80px; height:80px;}
  .jobdetails-header .company-logo .logoImage{ width:80px; height:80px;}
  .jobdetails-header h3{ font-size:18px;}
  .jobdetails-header .apply-btn a{  padding:12px 25px;}
  .jobdetails-header .apply-btn{ margin-top:0px; z-index:99; position: fixed; left:0px; bottom:0px;background:#fff; padding:20px 15px 15px;justify-content: center;  width:100%;  box-shadow:0px -5px 8px rgba(1, 41, 112, 0.08);}
.posted ul{ margin-top:0px;}
}
 
.verifyyour{ text-align: center;}
.card-register{position:relative;box-shadow:0 4px 10px 0 rgb(55 55 55 / 10%);margin:0px 0px 40px;border-radius:10px;background:#fff}
.card-registerinner{padding:30px;}
.card-registerinner h3{color:var(--black-color);font-size:24px;font-weight:700;margin:0px 0px 20px ;}
.card-registerinner p{font-size:14px; margin:0px 0px 30px 0px; padding: 0px;}
 @media all and (max-width:768px) { 
  .card-registerinner{padding:20px;}
 }


 @media all and (max-width:560px) {
  .card-register{margin:30px 0px 30px; } 
 }


.form-group label{font-size:13px;margin-bottom:2px;color:#49566a;font-weight:500;display:block;line-height:22px} 
.form-control{min-height:44px;border-radius:5px; margin-bottom:2px; font-weight:600;color:var(--black-color);font-size:14px; /*box-shadow:0 1px 2px 0 rgba(141,141,141,0.2);*/border:solid 1px #B3BFCA !important;background-color:#ffffff}
.form-control::placeholder{color:#B3BFCA ;opacity:1;font-size:14px;font-weight:normal}
.form-control:-ms-input-placeholder{color:#B3BFCA }
.form-control::-ms-input-placeholder{color:#B3BFCA }
.form-control:focus{border:solid 1px #999!important;box-shadow:0 1px 2px 0 rgba(141,141,141,0.2)!important;color:#0a0a0d}
.form-group{margin-bottom:25px;position:relative}
.btns{ line-height:0; font-weight:600; font-size:14px; padding:20px 30px;border-radius:50px;transition:.5s;margin-right:10px;color:#fff;border:1px solid var(--main-color);  background:var(--main-color); }
.btns:hover{  transition:.5s; color:#fff;border:1px solid var(--secondary-color);  background:var(--secondary-color); }

a.btns{ line-height:16px; font-weight:600; font-size:14px; padding:12px 30px;border-radius:50px;transition:.5s;margin-right:10px;color:#fff;border:1px solid var(--main-color);  background:var(--main-color); }
a.btns:hover{  transition:.5s; color:#fff;border:1px solid var(--secondary-color);  background:var(--secondary-color); }


.workstatus label{ text-align:left; color:#555; font-weight:400; box-shadow:0 1px 2px 0 rgba(141,141,141,0.2); padding:12px; border:1px solid #ddd; border-radius:10px;}
.workstatus label span{ display: block; font-weight: 600;  }
.workstatus label:hover{ border:1px solid #777 !important; background:#eee; }
 
.register-nav ul li a{ padding:0px;   display: inline-block;}
.registersection{ margin-top:30px;}
.register-card { padding:30px; background:#fff; border-radius:10px; max-width:600px; margin:40px auto; }
.register-card h2{ font-size:22px; font-weight:700;  margin:0;   margin-bottom:5px;}
.register-card h4{ font-size:17px; font-weight:600;   margin-bottom:15px; margin-top:10px;}
.register-card p{ font-size:15px; color:#666;   margin-bottom:30px;}
 
@media all and (max-width:560px) {
.register-card {padding:15px 20px;  margin:10px auto; }

}


#stepindicator{max-width:100%;margin:0 auto;padding-left:4%;}
#stepindicator ol{display:flex;counter-reset:step;padding-left:0; margin-bottom:0px; text-align: center; justify-content: center;}
#stepindicator li{display:flex;flex:1;align-items:center;list-style-type:none;counter-increment:step;position:relative;font-weight:500;font-size:13px;color:#555}
#stepindicator li:before{content:counter(step);display:inline-block;box-sizing:border-box;width:28px;height:28px;line-height:28px;border-radius:50px;margin-right:6px;text-align:center;color:#777;border:1px solid #777;font-size:13px}
#stepindicator li.stepvisited:before{background-color:#009347;border:none;display:block;color:#fff;content:"\F26E";font-family:"bootstrap-icons";font-size:18px}
li.stepvisited {color:#009347!important}
#stepindicator li[aria-current=true]:before{background-color:#002955;border:none;color:#fff}
#stepindicator li[aria-current=true]{color:#002955}
#stepindicator li:not(:last-child):after{content:"";flex:1;border-bottom:2px dashed #ccc;margin:.2rem .7rem 0}
#stepindicator li.stepvisited:after{border-bottom:2px dashed  #3E812F}

@media all and (max-width:768px) {
 #stepindicator{ padding-left: 0px;}
}

@media all and (max-width:480px) {
#stepindicator li span{position:absolute;top:26px;left:-24px;width:72px;text-align:center;line-height:30px;font-size:10px}
#stepindicator{width:100%;padding-bottom:20px;margin-left:0px; padding-left:10%;}
}



 
.select2-container, .select2-container .select2-selection--single  { height:50px !important;}
.select2-container--default .select2-selection--single{ border:none !important;}
.select2-container .select2-selection--single .select2-selection__rendered {  height:50px; border-radius:5px; margin-bottom:2px; font-weight:500;  color: var(--black-color); font-size:14px; /* box-shadow: 0 1px 2px 0 rgba(141, 141, 141, 0.2); */ border: solid 1px #ddd !important;  background-color: #ffffff;}
.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:50px !important;}
.select2-container--default .select2-selection--single .select2-selection__arrow b{top:86% !important;  margin-left: -15px !important; } 
.select2-container--default .select2-selection--multiple{ height: 50px;   border-radius: 5px;  margin-bottom:2px;  font-weight:500;  color:var(--black-color); font-size:15px;    box-shadow: 0 1px 2px 0 rgba(141, 141, 141, 0.2);  border: solid 1px #ddd !important;  background-color:#ffffff;}
.select2-container--default .select2-selection--multiple .select2-selection__choice{ background-color: #fff !important;   border: 1px solid #ccc !important;    margin-left: 8px !important;  margin-top: 8px !important;   padding:1px !important;}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display{ font-size:13px;}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{ background-color: #002955 !important;   color: white;}
.select2-container .select2-search--inline .select2-search__field{ margin-top:10px !important; padding:2px 4px;}
.select2-container--default .select2-selection--multiple .select2-selection__clear{ margin-top:12px;}
.worksection{ margin-top:0px; padding:30px 0px;}
.work-card { max-width:none; }
.form-check-inline{ margin-top:10px;}
.form-check .form-check-input{  border: solid 1px #ccc;   margin-left: -2em;}
.form-check-input{  width:1.5em; height: 1.5em; margin-top:0px;}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{ background:#023367; color:#fff;}
.serving label{ margin-top:8px; font-size:14px; text-align:left; color:#555; font-weight:400; box-shadow:0 1px 2px 0 rgba(141,141,141,0.2); padding:7px 18px !important; border:1px solid #ddd; border-radius:100px;}
.serving label span{ display: block; font-weight: 600;  }
.serving label:hover{ border:1px solid #777 !important; background:#eee; }
.serving ul{ margin:0px; padding:0px;}
.serving ul li{display:inline-flex; margin-right:5px;}
.headtitle{border-radius:5px 5px 0 0; border-bottom: 1px solid #eee; padding:15px 20px;background:#fff}
.headtitle h3{color:var(--black-color);margin:0;padding:0;font-size:17px; font-weight:600;}
.profile-card { padding:20px;  border-radius:5px;  position:relative;   box-shadow:0px 0px 10px rgba(1, 41, 112, 0.08); margin:0px 0px 25px 0px; background: #fff;}
.profile-card .card-content{ box-shadow:none; border:1px solid #eee;}
.profileTop{   margin-top:110px; padding:0px;}
.profCricle{ padding:0px; width:65px;  height:65px; display:flex; align-items:center; justify-content:center; background-color:#002A54; color:#fff; border-radius: 100%; font-size:24px; font-weight:500;  line-height: normal;}
.profileCricle {display:flex;  align-items:center; padding:25px;  margin:5px 0px;}
.proName{ margin-left: 20px;  }
.proName h4{ margin-bottom:0px;   font-size:22px;  line-height: normal; font-weight: 600;}
.proName p{ margin-bottom:0px; margin-top: 5px;  font-size: 15px;  line-height: normal; font-weight:normal;  }
.maincontent{ margin-top:30px;}
.maincontent1{ background:#fff;   box-shadow: 0 6px 12px 0 rgb(0 0 0 / 8%); border-radius:5px; overflow: hidden; margin-bottom:20px;}
.content-txt{padding:20px;position:relative; }
.content-txt h4{ font-size:20px; font-weight:600; margin-bottom: 20px;}
.content-txt p{font-size:14px;margin:0;line-height:20px;color:#666; margin-bottom:4px;}
.content-txt h5{font-size:14px;font-weight:600;color:var(--black-color);margin:3px 0 30px;word-break:break-all}
.activeBtn{background:#1AAA24;border:1px solid #25da31;color:#eaf8eb;height:30px;display:inline-block;padding:3px 15px;margin-left:20px;border-radius:25px;margin-top:3px}
.editBtn{ position:relative;width:100%;display:flex;padding:0 10px;align-items:center;justify-content:center; line-height:20px;  height:auto;border-radius:5px;font-size:15px;font-weight:500;color:var(--main-color);margin-top:-1px}
.editBtn:hover{text-decoration:none;color:var(--main-color); } 
.editBtn i{ font-size:26px; font-weight:900;}
.editBtn img{ margin-right: 10px;}
.editBtn2{ margin-left:10px;}  
.modal-body{padding:25px} 
.modal-header{padding:16px 25px; }
.modal-header h5{  font-weight: 600; }
.skills ul{ margin:0px; padding:0px;}
.skills ul li{ list-style:none;  border:1px solid #ddd; display:inline-block; padding:7px 20px; margin-bottom:10px; margin-right:5px; border-radius:50px; }
.featuredSlider .slick-arrow.slick-disabled { background:  url(../img/arrow-right.svg) no-repeat center center; pointer-events: none;   }
.featuredSlider .slick-arrow { padding: 15px; background:  url(../img/arrow-right.svg) no-repeat center center;  position: absolute; top: 50%; z-index: 111; font-size: 0; margin-top:-60px; border: 0; border-radius: 100px; width:90px; height:90px; cursor: pointer; }
.featuredSlider .slick-arrow:hover { background: url(../img/arrow-hover.svg) no-repeat center center }
.featuredSlider .slick-prev { left: -40px;   transform: rotate(180deg); }
.featuredSlider .slick-next { right: -40px;  } 
.featuredSlider .slick-dots button{border:3px solid #ddd; width:10px;height:10px ; background:#fff; padding:10px; font-size:0; border-radius:50px;transform:scale(.5)}
.featuredSlider .slick-dots{text-align:center;position:absolute;width:100%;bottom:-40px}
.featuredSlider .slick-dots li{text-align:center;display:inline-block;margin:0 -1px}
.featuredSlider .slick-dots li.slick-active button{width:12px; height:12px; border-radius:50px; background:var(--secondary-color); border:4px solid  #fff; box-shadow: 0 0 0 2px var(--secondary-color);}
 @media all and (max-width:1024px) { 
  .featuredsection{ padding:0px 20px; }
}
 @media all and (max-width:768px) { 
  .featuredsection{ padding:0px; }
  .content-txt h5{margin-bottom:25px;}
}

.comingsoon{text-align:center; margin:0px auto; padding:40px 20px 50px; }
.topmodal .modal-dialog { position: fixed;  margin: auto;  height: 100%;  top: 0px;}
.topmodal .modal-content {height: 100%; border-radius:0px;}
.topmodal .modal-header{ padding: 1rem 1.5rem 0.25rem;}
.topmodal .modal-header .btn-close{ margin:10px; transform: translateY(0);}
 @media all and (min-width:1440px) { 
.sticky { position:fixed;  top:69px;  width:100%; z-index: 999; transition:.3s;  background:#fff;  box-shadow: 0px 3px 10px rgba(1, 41, 112, 0.08);  }
.sticky .job-banner{ padding:10px; border-radius:0px; box-shadow:none; border:none; }
.sticky .jobdetails-header .company-logo{ width:60px; height:60px;}
.sticky .jobdetails-header .company-logo .logoImage{ width:60px; height:60px;}
.sticky .jobdetails-header ul.job-info{ display:none;}
.sticky .jobdetails-header h3{ font-size:20px;}
.sticky .jobdetails-header h6{ font-size:14px; margin-bottom:5px; }
.sticky .jobdetails-header .posted{ display:none;  }
 }
 .fixed-top{position:sticky !important; }

.form-control:focus{border:solid 1px #bac8d6;box-shadow:0 1px 2px 0 rgba(202,202,202,0.2);color:#0a0a0d}
label.required::after{content:"*";color:#ee0505fd;margin-left:2px}
.errors{color:#ee0505fd !important; font-size:12px !important; }
.error{color:#ee0505fd !important; font-size:12px !important; }
.errorfield{color:#ee0505fd !important; font-size:12px !important; }
.login-bg{ background: url(../img/login-bg.png) no-repeat bottom; }
.login-img{ margin-top:50px; text-align: center; }
.sign-bg{background: url(../img/login-bg.png) no-repeat center; padding:20px 0px; margin-top:20px; }
.sign-bg .login-img{ margin-top:200px; text-align: center; }
 @media all and (max-width:592px) { 
  .login-img{display:none; }
  .login-bg{ padding-top:0px;}
  .sign-bg{ margin-top:0px; padding:0px 0px 30px;}

}
 

.jobcareers-details{padding-top:0px;}

.CaptchaWrap { position: relative; background:#eee; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius:5px;  border-radius:5px; }
.CaptchaTxtField {   display: block;    box-sizing: border-box;}        
#CaptchaImageCode {   text-align:center; -webkit-border-radius:5px; -moz-border-radius:5px; -ms-border-radius:5px;  border-radius:5px;  margin-top: 0px;  padding: 0px 0;   overflow: hidden;}
.capcode {font-size:28px; padding-left:0px; display: block; -moz-user-select: none; -webkit-user-select: none;  user-select: none; 
  cursor: default; letter-spacing:0px; color: #002A54;    font-style: italic; }
.ReloadBtn { background:url('../img/update-64.png') left top no-repeat; background-size : 100%;  width: 26px;   height: 26px;  border: 0px;    position: absolute;  padding: 0px !important;  bottom:10px;  right : 10px;  outline: none;  cursor: pointer; }  

.avatar-upload{position:relative;max-width:120px;margin:10px auto}
.avatar-upload .avatar-edit{position:absolute;right:5px;z-index:1;bottom:12px}
.avatar-upload .avatar-edit input{display:none}
.avatar-upload .avatar-edit input+label{border-radius:100%;cursor:pointer;font-weight:400;transition:all .2s ease-in-out}
.avatar-upload .avatar-edit input+label:after{position:absolute;top:10px;left:0;right:0;text-align:center;margin:auto}
.avatar-upload .avatar-preview{  border:1px solid #eee;  box-shadow: 0 2px 15px rgb(1 41 112 / 10%);width:115px;height:115px;position:relative;border-radius:100%; padding:4px; }
.avatar-upload .avatar-preview>div{width:100%;height:100%;border-radius:100%;background-size:cover;background-repeat:no-repeat;background-position:center}
.profileBg-upload{position:relative;max-width:100%;margin:0 auto}
.profileBg-upload .profileBg-edit{position:absolute;right:12px;z-index:1;top:10px}
.profileBg-upload .profileBg-edit input{display:none}
.profileBg-upload .profileBg-edit input+label{display:inline-block;width:122px;height:42px;margin:10px;border-radius:8px;box-shadow:0 5px 10px 0 rgba(0,0,0,0.11);background-color:#fff;cursor:pointer;transition:all .2s ease-in-out;font-size:15px;font-weight:300;padding:10px 22px}
.addFile img{float:left;margin-top:4px;width:14px;margin-right:4px}
.profileBg-upload .profileBg-edit input+label:after{position:absolute;top:10px;left:0;right:0;text-align:center;margin:auto}
.profileBg-upload .profileBg-preview{width:100%;height:180px;position:relative}
.profileBg-upload .profileBg-preview>div{width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center;border-radius:8px;background-color:#e6e6e6;border:2px solid #eee}
.avatar-upload .cam{width:28px;}
.progress-bar{ background:#44BC74;border-radius:50px; }
.progressbar {padding:15px 20px 20px; border-top:1px solid #eee; }
.progressbar h5{color:#666666; font-size:14px; }
.progressbar p{ margin:0px; padding:0px 0px 10px 0px; font-weight: 600; font-size:14px;}
.progress{border-radius:50px; height:10px;}
 .addEmployment{ border-bottom:1px solid #eee; margin-bottom:20px;}
.addEmployment h5{ margin-bottom:20px;}
.searchFilter h4{font-size:18px; font-weight: 600; padding:20px; margin:0px; }
.searchFilter .form-check{ margin-bottom:10px; margin-left:8px; }
.searchFilter .accordion-button:not(.collapsed){background:none; box-shadow:none;}
.searchFilter .accordion-button{ font-weight: 600;  font-size:15px; color: var(--black-color);}
.searchFilter .accordion-button:focus{ box-shadow:none;}
.searchFilter .form-check .form-check-input{border:1px solid #B3BFCA;}
.searchFilter .form-check-label{ color:#666; font-size:14px; }
.searchFilter .form-check-input:checked{ background-color:var(--secondary-color);}
.searchFilter .form-check-input{ width:20px; height:20px;}
.searchFilter .form-check-input:focus{box-shadow:none;}
.searchFilter .viewMore a{font-size:13px; font-weight: 600; color:var(--secondary-color);}
.searchFilter .form-check-input:checked[type=checkbox]{ background-size:15px;}
.searchFilter .accordion-header{ border-top:1px solid #eee;}
.searchFilter .accordion-item{ border:none;}
.searchFilter .accordion-body{ padding:5px 20px 20px;}

.range-slider-container {padding:40px 0px 20px 0px;position:relative; margin:0px auto; }
.range-slider-container h3{font-size:16px}
.range-slider-container .rs-value{position:absolute;top:0px;background:#002A54;padding:.25em 1em;color:#fff; border-radius:5px;}
.range-slider-container .rs-value:after{top:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(28,33,38,0);border-top-color:#002A54;border-width:6px;margin-left:-6px}
.range-slider-container .min-max{display:flex;justify-content:space-between;color:#666}
.range-slider-container input[type=range]{    border-radius:20px; -webkit-appearance:none;width:100%;margin:8.5px 0;background:linear-gradient(to right,#eee 0%,#eee 100%); transition:background 450ms ease-in;}
.range-slider-container input[type=range]:focus{outline:none}
.range-slider-container input[type=range]::-webkit-slider-runnable-track{width:100%;height:8px;cursor:pointer;box-shadow:0 0 0 #002A54,0 0 0 #002A54;border-radius:0;border:0 solid #fff}
.range-slider-container input[type=range]::-webkit-slider-thumb{box-shadow:1.5px 1.5px 2.5px rgba(0,0,0,0.5),0 0 1.5px rgba(13,13,13,0.5);border:0 solid #002A54;height:20px;width:20px;border-radius:25px;background:#fff;cursor:pointer;-webkit-appearance:none;margin-top:-8.5px}
.range-slider-container input[type=range]::-moz-range-track{width:100%;height:8px;cursor:pointer;box-shadow:0 0 0 #002A54,0 0 0 #002A54;border-radius:0;border:0 solid #fff}
.range-slider-container input[type=range]::-moz-range-thumb{box-shadow:1.5px 1.5px 2.5px rgba(0,0,0,0.5),0 0 1.5px rgba(13,13,13,0.5);border:0 solid #002A54;height:20px;width:20px;border-radius:25px;background:#fff;cursor:pointer}
.range-slider-container input[type=range]::-ms-track{width:100%;height:8px;cursor:pointer;background:transparent;border-color:transparent;color:transparent}
.range-slider-container input[type=range]::-ms-fill-lower{background:#cacfd0;border:0 solid #fff;border-radius:0;box-shadow:0 0 0 #002A54,0 0 0 #002A54}
.range-slider-container input[type=range]::-ms-fill-upper{border:0 solid #fff;border-radius:0;box-shadow:0 0 0 #002A54,0 0 0 #002A54}
.range-slider-container input[type=range]::-ms-thumb{box-shadow:1.5px 1.5px 2.5px rgba(0,0,0,0.5),0 0 1.5px rgba(13,13,13,0.5);border:0 solid #002A54;height:20px;width:20px;border-radius:25px;background:#fff;cursor:pointer;height:8px}



.overlay{background:#000;position:fixed;left:0;right:0;top:0;bottom:0;z-index:1030}
.search-section{padding:50px 0}
.filter-header{font-weight:700;font-size:30px}
.filter-title{font-weight:700;font-size:20px;padding-bottom:14px;margin-bottom:15px}
 
@media (max-width: 767px) {
.filters-actions{z-index:9999; position:fixed;background:#fff;display:flex;justify-content:center;border:0;bottom:0; left:0;right:0;bottom:0;box-shadow:0 0px 6px rgb(0 0 0 / 20%);-webkit-box-shadow:0 0px 6px rgb(0 0 0 / 20%);-moz-box-shadow:0 0px 6px rgb(0 0 0 / 20%);height:50px}
.filters-actions>div{flex:1;text-align:center}
 
.filters-actions>div>*{display:flex;align-items:center;justify-content:center;width:100%}
.filter-btn,.filter-btn:hover,.filter-btn:focus,.filter-btn:active{padding:14px 20px;height:50px;border:0;position:relative;z-index:1;background:#fff;border-radius:0}
.sort-drop .dropdown-menu{width:100%;left:0;position:fixed!important;transform:translateY(100%)!important;bottom:50px!important;top:auto!important;text-align:center;border-radius:6px 6px 0 0!important;box-shadow:none!important;transition:.3s;display:block;z-index:-11}
.sort-drop .dropdown-menu .dropdown-item{padding:15px 20px!important}
.sort-drop .dropdown-menu .dropdown-item:first-child{border-radius:6px 6px 0 0!important}
.sort-drop.show .dropdown-menu{transform:translateY(0)!important}
.btn.sort-toggle{background-image:none;padding:10px!important;width:100%;border:0;height:50px;position:relative;z-index:1;background:#fff;border-radius:0;font-size:16px;line-height:22px}
.sidebar{position:fixed;transform:translateY(100%);-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-o-transform:translateY(100%);transition:.3s;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;left:0;right:0;bottom:0;top:0;background:#fff}
.sidebar.open{z-index:1032;transform:translateY(0);-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0)}
.sidebar__inner{padding:15px;height:calc(100% - 58px);overflow-y:auto}
.filter-header{height:58px}
.filter-body{padding-right:0}
}

.searchboxtop{width:380px; margin:0px auto; text-align: center;} 
.searchboxtop .hero-search-content .fa-icon img{ right:15px !important; left: auto; top:4px; cursor: pointer; }
.searchboxtop .input-with-icon .form-control{ padding-left:20px;}
.searchboxtop .hero-search-content .form-control{height:30px; min-height: auto;}
.searchboxtop .hero-search-content{padding:5px;  border:1px solid #ddd; box-shadow:none}

.datepicker{padding: .375rem .75rem; }
.section-0{padding:0px;}
.contact-bg{ background:#F2F7FD; padding: 50px 0px 120px; }
.contact-top .location-box{ padding:25px; margin-bottom:20px; height:180px;	background: #fff; box-shadow: 0 3px 12px 0 rgb(0 0 0 / 5%);  border-radius: 5px; width: 100%;}
.contact-top .location-box h4{  color:var(--secondary-color); font-size:16px; margin: 0px;}
.contact-top .location-box h6{ color:#666; font-size:16px; margin-top:20px; font-weight: 500;}
.contact-top .location-box img{ width:35px; height:35px;}
.contactus{ margin-top:-100px; background:#fff; border-radius:10px; padding:30px 40px; box-shadow: 0 3px 12px 0 rgb(0 0 0 / 5%);} 
 @media (max-width:1024px) {
.contact-bg{  padding:50px 0px 100px 0px; }	
.contactus{padding:20px;}
}

.toggle-password{position: absolute; right:18px; top:18px;  z-index:99; cursor:pointer;}
.line{ border-top:1px solid #ddd; margin:15px 0px 30px; width:100%; text-align: center;}
.toggle-password-candidate{position: absolute; right:18px; top:40px;  z-index:99; cursor:pointer;}
 
.btnsback{ line-height:0; font-weight:600; font-size:14px; padding:20px 30px;border-radius:50px;transition:.5s;margin-right:10px;color:#fff;border:1px solid var(--main-color);color:var(--main-color);   }
a.btnsback:hover{ border:1px solid var(--main-color);background:var(--main-color); color:var(--white-color);}
.generateAIclicks{ float:right; margin-bottom:30px;}
 
.btn-process{font-size:14px;background-color:var(--secondary-color);box-shadow:0 5px 5px 2px rgba(37,110,255,0.10);border:none;outline:none;display:flex;align-items:center;justify-content:end;padding:8px 20px;border-radius:100px;color:#fff;cursor:pointer;margin-top:10px}
.btn-ring{display:none}
.btn-ring:after{content:"";display:block;width:16px;height:16px;margin:0 5px;border-radius:50%;border:3px solid #fff;border-color:#fff transparent;animation:ring 1.2s linear infinite}
@keyframes ring {
0%{transform:rotate(0deg)}
100%{transform:rotate(360deg)}
}

#skillsContainerParent{ margin-bottom:30px;}
.skillsContainer .btn-primary{float:right;  margin-left:10px; border-radius:100px; background:var(--secondary-color); padding:4px; border:1px solid var(--secondary-color); font-size:18px; font-weight:600; line-height:18px; width:36px; height:36px; }
.skillsContainer .btn-danger{float:right; border-radius:100px; background:var(--white-color); border:1px solid var(--secondary-color); color:var(--secondary-color); font-size:18px; font-weight:600; line-height:18px; width:36px; height:36px;}

#workContainerParent{ margin-bottom:30px;}
.workContainer .btn-primary{float:right; margin-left:10px; border-radius:100px; background:var(--secondary-color); padding:4px; border:1px solid var(--secondary-color); font-size:18px; font-weight:600; line-height:18px; width:36px; height:36px; }
.workContainer .btn-danger{float:right; border-radius:100px; background:var(--white-color); border:1px solid var(--secondary-color); color:var(--secondary-color); font-size:18px; font-weight:600; line-height:18px; width:36px; height:36px;}
 
input[type=file] { max-width: 100%;  display: block;  height:40px;  min-height:40px !important;  font-size:13px;}
input[type=file]::file-selector-button { margin-right:10px; border:none;  border-right:1px solid #d0d9e1 ;  background:#d0d9e1 ; color:var(--black-color) !important;  padding: 10px 20px; border-radius:5px 0px 0px 5px;  color: #fff;  cursor: pointer;  height:40px; min-height:40px !important;}
input[type=file]:hover::file-selector-button:hover { background:var(--secondary-color);}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button { background:#d0d9e1;}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button { background:#d0d9e1;}
.nextback{background: #f2f7fb;  margin:10px -30px -30px; border-radius:0px  0px 5px 5px;  padding:20px 30px;}


 @media (max-width:560px) {
.nextback{ margin:10px -20px -15px;  padding:20px;}

}
 
.downloadResume h4{ font-weight:500; margin:25px 0px 15px 0px; font-size:14px; }
.downloadResume h4 a{ color:#fff;  background:var(--secondary-color); border-radius:100px; padding:10px 25px}
.downloadResume span{ font-size:13px; text-align:center; padding-left:8%}
.downloadResume h5{font-weight:500;  font-size:13px; color:#49566a; margin:15px 0px 2px; }
.downloadResume a{font-weight: 600;  color:var(--secondary-color);}
.cvUpload{   margin-top:32px;}
.cvUpload .btns{padding:10px 15px;}

 @media (max-width:560px) {
.cvUpload{   margin-top:0px; margin-bottom:20px;}
}

.popovers{   padding:0px 20px;}
ul.popovers{ margin:0px; padding:0px;}
 ul.popovers li{ list-style-type:none; margin:0px; font-weight:400;}
ul.popovers li.password{ font-weight: 500;}

.stickyregister { padding:12px 0px; left:0px; padding-left:5%;  position:fixed;  top:69px;  width:100%; z-index: 999; transition:.3s;  background:#fff;  box-shadow: 0px 3px 10px rgba(1, 41, 112, 0.08);  }
#stepindicator ol{ max-width:800px; margin:0px auto; text-align: center;  }
 #stepindicator.stickyregister ol{ max-width:740px; margin:0px auto; text-align: center;  }

 @media (max-width:560px) {
.stickyregister { padding:15px 0px; left:0px; padding-left:5%;   position:fixed;  top:55px;  width:100%; z-index: 999; transition:.3s;  background:#fff;  box-shadow: 0px 3px 10px rgba(1, 41, 112, 0.08);  }
#stepindicator.stickyregister ol{ padding-bottom:15px; padding-left:0%;}  
 
}

.datepicker td, .datepicker th{padding:4px;}

.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  /*overrides*/
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}
#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}