* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Raleway', sans-serif;
  color: #333333;
}

:root {
  --primary-color: #E12948;
  --secondary-color: #3C3C3C;
  --white: #ffffff;
  --grey: #5f5950;
  --grey-bg: #f7f7f7;
  --grey-border: #dadada;
  --tbig-size: 75px;
  --big-size: 45px;
  --mid-size: 30px;
  --small-size: 25px;
  --std-size: 16px;
  --little-size: 14px;
}

.btn-primary {
  background-color: var(--primary-color);
  border: none;
  font-size: 17px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 500;
}

.btn-primary:hover {
  background-color: var(--secondary-color);
}
.iconbox {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.form-control{
    box-shadow: 0 0 0 10px hsla(0,0%,100%,0), 0 0 0 11px rgba(234,85,111,0);
    font-weight: 400;
    font-size: 14px;
    transition: all .5s ease-out;

}
.job-overview, .job-spotlight {
  background-color: #fdfdfd;
  border: 1px solid #e2e2e2;
  padding: 20px;
}
.job-overview ul li:first-child {
  margin-top: 5px;
}
.job-overview ul li i.fa.fa-map-marker {
  font-size: 18px;
}

.job-overview ul li div {
  margin-left: 25px;
}
.job-overview ul li {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.job-overview ul li span {
  display: block;
  margin-top: 3px;
  line-height: 23px;
}
.job-overview a.button {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	margin: 20px 0 0 0;
}
.job-overview ul li i {
 color:#333;
 margin-top: 3px;
}
.form-control:focus{
  outline: none;
  box-shadow: 0 0 0 0 #fff, 0 0 0 1px #ea556f;
  border-color: transparent;
}
.banner {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  background-image: url("../images/banner.jpg");
  margin: 0;
  background-size: cover;
  background-position: top right;
}

#navbar_top {
  background-color: transparent;
  position: absolute;
  width: 100%;
  left: auto;
  right: auto;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 9;
}

.fixed-top {
  top: -40px;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  z-index: 999;
  position: -webkit-sticky !important;
  position: sticky !important;
  background-color: rgba(21, 23, 25, 0.8) !important;
}

/* Header Styles
---------------------------------*/
#header.sticky {
  position: fixed;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #121212d1;
  background: #ffffffd1;
  -webkit-box-shadow: 8px 20px 40px #0000001f;
          box-shadow: 8px 20px 40px #0000001f;
}

.logo {
  width: 90px;
  height: 88px;
  background-size: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#header.sticky .logo {
  width: 70px;
  height: 69px;
  background-size: 100%;
}

#header.sticky .main-nav {
  margin: 18px 0 0px;
}

.main-nav-outer {
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar-nav a {
  color: #5f5950 !important;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
  color: #333;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 2px solid;
  border-color: transparent;
  margin: 0px 10px;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: var(--primary-color) !important;
  border-bottom: 2px solid #E12948;
}

.banner_text {
  margin: 0px 0px 0px 0px;
  top: 30vh;
  position: relative;
}

.btn {
  line-height: 1.8;
}

.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #e12948;
  border-color: #e12948;
}

.btn_line {
  background-color: transparent;
  color: #333333;
  border: 1px solid #333;
}
.icon.hh img {
  height: auto;
  width: 50px;
}
.icon.hh{
padding: 30px;
min-height: 290px;
margin-bottom: 30px;
border: 1px solid #dadada;
-webkit-transition: -webkit-transform .2s;
transition: -webkit-transform .2s;
transition: transform .2s;
transition: transform .2s, -webkit-transform .2s;
}
.icon.hh h5 {
  font-size: 16px;
  margin-top: 10px;
}
@media (min-width: 1200px) {
  
  .banner_text h2 {
    font-size: 4rem;
    font-weight: 700;
  }
  .banner_text p {
    font-size: 1.5rem;
  }
}


.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #e12948;
  border-color: #e12948;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#successful_restaurants {
  margin: 0px 0px 0px 0px;
  padding: 50px 0px 10px 0px;
}

#successful_restaurants h4 {
  text-align: center;
}

marquee > a, marquee > a:hover {
  color: #000;
  text-decoration: none;
}

.productbox {
  width: 250px;
  height: auto;
  background-color: #ffffff;
  padding: 10px;
  margin: 15px 15px;
  background-color: #fff;
  border: solid 1px #D3D3D3;
  -webkit-transition: all .20s ease-in-out;
  transition: all .20s ease-in-out;
}

.productbox img {
  width: 100%;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

#why_choose_us {
  background-image: url(../images/gr_bg_top.png), url(../images/gr_bg_bottom.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
  background-size: 100%, 100%;
  background-color: #f8f8f8;
  min-height: 500px;
  padding: 100px 0 50px 0px;
}
img.dine {
  height: auto;
  width: 50px;
}
.iconbox img {
  width: 100px;
  height: 100px;
  padding: 20px;
  margin-right: 10px;
  background: #f2f2f2;
  border-radius: 10px;
}
.dine_in_text h1 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.white_card {
  background-color: white;
  padding: 30px;
  min-height: 290px;
  margin-bottom: 30px;
  border: 1px solid #dadada;
  border-radius: 5px;
}

.transparent_card {
  padding: 30px;
  min-height: 290px;
  margin-bottom: 30px;
  border: 1px solid #dadada;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.icon.hh:hover {
  background: white;
  border-color: transparent;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0px 20px 30px #00000038;
          box-shadow: 0px 20px 30px #00000038;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

h5 {
  font-weight: 700;
}

#why_choose_us .transparent_card p {
  margin-bottom: 0;
}

#why_choose_us .transparent_card h5 {
  font-size: 16px;
}
.jj {
  display: inline-block;
}
#dine-in {
  padding: 100px 0 100px 0;
  background: url(../images/din-in-bg.png) center left no-repeat;
  background-size: 42%;
  min-height: 800px;
}
ol, ul {
  padding-left: 18px;
}
a.btn.apply {
  background: #e12948;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
section#why_choose_us\ job {
  padding: 50px;
}

.white_card h2 {
  border-bottom: 1px solid #00000096;
  display: initial;
}
.dine_in_text {
  margin-top: 50px;
}
footer.footer {
  padding: 30px;
}
img.icon.jj:hover{
  transform: scale(1.3);
  transition: .8s;
}
select.form-control.nat {
  width: 60px !important;
  margin-right: 3px;
}
.fname {
  margin-left: 22px;
}
label {
  width: 43% !important;
}
.groupAll {
  margin-left: -22px;
}
.bdate-block.dura {
  display: flex;
  justify-content: space-between;
  height: 50px;
}
select.mounth.durat {
  margin-right: 6px;
}
.cvfull.duration label {
  margin-left: 20px;
}
.job.jj:hover{
  transform: scale(1.1);
  transition: .8s;
}
.job.jj {
  height: auto;
  box-shadow: 0 0 6px #00000086;
  padding: 13px;
  transition: .8s;
}
.requirements ul li {
  list-style: disc;
}
.responsibilities ul li {
  list-style: disc;
}
.gro bold {
  font-weight: 700;
}
.to {
  margin: 0 5px;
}
img.icon.jj {
  height: auto;
    width: 30px;
    margin-bottom: 10px;
    padding: 3px;
    border-radius: 3px;
    box-shadow: 0 0 5px #0000004d;
    transition: .8s;
}
img.icon.inter {
  height: auto;
  width: 20px;
  margin-bottom: 4px;
}
.dine-mob-img {
  display: none;
  width: 100%;
}
.pay img{
  height: auto;
  width: 50px;
  margin: 0 0 10px 0;
}
#home_Takeaway_sec {
  background-image: url(../images/home_Takeaway_sec.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #f8f8f8;
  min-height: 500px;
  padding: 140px 0px;
  margin-bottom: 70px;
}
.account-details, .personal-details{
  display: block;
}
#home_Takeaway_sec .white_card {
  background-color: #fffffff0;
  text-align: center;
  padding: 50px 150px;
}
form.details {
  box-shadow: 0 0 10px #00000047;
  padding: 24px;
  background: #fff;
  border-radius: 3px;
}
legend {
  margin: 10px 0 10px 0;
}
.pay {
  border: 1px solid #dadada;
  padding: 15px;
  height: 135px;
}
#home_Takeaway_sec .white_card p {
  font-size: 16px;
  font-weight: 600;
}
.cvfull{
  width: 100%!important;
}
.cvfull label {
  width: 117px !important;
}
#home_Takeaway_sec .white_card ul {
  list-style: none;
  padding: 0px 0px;
  max-width: 0px 0px;
  text-align: left;
  margin-top: 10px;
}
ul {
  list-style: none;
}
.ex img {
  width: 20px;
  height: 16px;
  object-fit: contain;
  margin-right: 10px;
}
.job.jj {
  height: 184;
}
.job.jj span {
  color: white;
}
#home_Takeaway_sec .white_card ul li {
  padding: 0px 0px;
  max-width: 0px 0px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  background: url(../images/tick.png) no-repeat left top 5px;
  padding-left: 30px;
}

footer {
  background-image: url(../images/gr_bg_top.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  background-color: #f8f8f8;
  min-height: auto;
  padding: 0px 0px 0px 0px;
}
.pay:hover {
  background: white;
  border-color: transparent;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 0px 20px 30px #00000038;
  box-shadow: 0px 20px 30px #00000038;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}
footer ul {
  list-style: none;
  padding: 0px 0px;
  margin: 15px 0px 0px 0px;
}

footer ul li {
  list-style: none;
  padding: 0px 0px;
  margin: 0px 0px 10px 0px;
}

footer ul li a {
  color: var(--secondary-color);
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
}

footer ul li a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

.copyright {
  font-size: 14px;
  float: right;
}
#klm{
  width:auto!important;
  margin-right: 10px;
}
.form-group{
  margin-left: 100px;
}
.footer_logo {
  float: left;
}
.defines.img img {
  height: 100%;
  width: 100%;
}
.white {
  background: #ffffffdb;
  padding: 30px;
  margin-right: 20px;
}
section.scope {
  padding: 120px;
  margin: 100px 0 0 0;
}
.slid {
  padding: 100px 0 0 0;
}
.defines.img img {
  
  border-radius: 7px;
}
section.job {
  height: 70vh;
}
.job{
  height: 60vh;
}
.job-details {
  padding: 50px 0 100px 0;
  background: #e3e3e391;
}
.gro h2 {
  font-size: 20px;
}
.responsibilities h2 {
  font-size: 20px;
}
.requirements h2{
  font-size: 20px;
}
.main-block {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  }
  form {
  width: 100%;
  padding: 20px;
  }
  fieldset {
  border: none;
  border-top: 1px solid #e12e4d;
  }
  .account-details, .personal-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  }
  .account-details >div, .personal-details >div >div {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  }
  .account-details >div, .personal-details >div, input, label {
  width: 100%;
  }
  label {
  padding: 0 5px;
  text-align: right;
  vertical-align: middle;
  }
  input {
  padding: 5px;
  vertical-align: middle;
  }
  .checkbox {
  margin-bottom: 10px;
  }
  select, .children, .gender, .bdate-block {
  width: calc(100% + 26px);
  padding: 5px 0;
  }
  select {
  background: transparent;
  }
  .gender input {
  width: auto;
  } 
  .gender label {
  padding: 0 5px 0 0;
  } 
  .bdate-block {
  display: flex;
  justify-content: space-between;
  }
  .birthdate select.day {
  width: 70px;
  margin-right: 5px;
  height: 30px;
  }
  .birthdate select.mounth {
  width: 70px;
  margin-right: 5px;
  height: 30px;
  }
  .birthdate select.year {
    width: 70px;
    margin-right: 5px;
    height: 30px;
    }
  .birthdate input {
  width: 70px;
  vertical-align: unset;
  }
  .checkbox input, .children input {
  width: auto;
  margin: -2px 10px 0 0;
  }
  .checkbox a {
  color: #e12e4d;
  }
  .checkbox a:hover {
  color: #82b534;
  }
  .submitBtn {
  width: 100%;
  padding: 10px 0;
  margin: 10px auto;
  border-radius: 5px; 
  border: none;
  background: #e12e4d; 
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  }
  .bnc img{
    filter: invert(1);
  }
 
  .job-details li {
    padding: 10px 0;
}

  form, input, select, p { 
  padding: 0;
  margin: 0;
  outline: none;
 
  color: #666;
  }
  h1 {
  margin: 0;
  font-weight: 400;
  }
  h3 {
  margin: 12px 0;
  color: #e12e4d;
  }
.main-block{
  padding: 50px 0 50px 0;
  background: #e3e3e391;
}


/*# sourceMappingURL=style.css.map */