@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");

/* GLOBAL STYLES */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body {
  background: #fff;
  font-family: "Lato", sans-serif;
  color: #707070;
  font-weight: 400;
  font-size: 1.3;
  line-height: 18px;
  letter-spacing: 0.5px;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #020202;
  font-family: "Lora", serif;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0px;
}

p {
  font-size: 16px;
  color: #707070;
  line-height: 1.3;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.5px;
  margin-top: 10px;
}

b,
strong {
  font-weight: 700;
}

a {
  color: #0a2233;
}

a:hover {
  color: #ff6e00;
}

a,
a:hover,
a:focus,
button,
button:hover {
  outline: 0;
  text-decoration: none;
  transition: 0.4s;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*=======================*/
.phone .btn-ph {
  width: 180px;
  background: #004aad;
  text-align: center;
  height: 45px;
  display: flex;
  align-items: center;
}
header {
  background-color: #f4f4f4 !important;
  border-bottom: 1px solid #eee;
}

.btn-ph .fa {
  background: #ffffff;
  width: 40px;
  display: block;
  line-height: 45px;
  color: #004aad;
  font-size: 24px;
}

.btn-ph span {
  color: #fff;
  width: 140px;
}
header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.nav_box {
  display: flex;
  margin: auto;
}
.navbar-nav {
  display: flex;
  margin: auto;
  column-gap: 30px;
}
.navbar {
  width: 100%;
  padding: 0px;
}
.navbar-brand {
  text-align: center;
}
.navbar .nav-link {
  padding: 0 12px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
}
.container-fluid {
  width: 100% !important;
}
.navbar-collapse.show {
  background: #004aad;
  margin-top: 15px;
}
.navbar-collapse.show .nav-item {
  padding: 10px 0;
  border-bottom: 1px solid #fff;
}
.navbar-collapse.show .nav-item .nav-link {
  color: #fff;
  text-align: center;
  padding: 0 !important;
}
.navbar-toggler {
  padding: 5px 8px !important;
}
.header-sticky .container-fluid {
  padding: 10px 60px;
}
/*=============================*/
.ptb {
  padding: 60px 0;
}
/*=================================*/
.logo {
  display: inline-block;
}

.logo img {
  max-width: 120px;
}
/*=================================*/
.img_mask {
  background: url(assets-qsr/mask-img.png);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  padding: 160px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sales_img {
  background: url(assets-qsr/qsr-banner.jpg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}
.banner .col-md-6 {
  padding: 0px;
}
.img_mask .content_box {
  max-width: 80%;
}
.img_mask .content_box h1 {
  font-size: 35px;
}
/*=================================*/
.ctr_box {
  text-align: center;
  /*    max-width: 920px;*/
  margin: auto;
}
.cm_btn .cm {
  background: #004aad;
  display: inline-block;
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 48px;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  transition: 0.5s ease all;
}
.cm_btn .cm:hover {
  background: #000;
  transition: 0.5s ease all;
}
.cm_btn {
  margin: 20px 0;
  text-align: center;
}
.map_linkbox {
  display: flex;
  justify-content: center;
  column-gap: 20px;
}
.cont_b {
  display: flex;
  flex-direction: column;
}
.cont_b span {
  width: 100%;
  text-align: center;
  line-height: 28px;
}
.inlink_box {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}
.cont_b span:first-child {
  color: #000;
  font-size: 25px;
  font-family: "Lora", sans-serif;
  font-weight: 500;
}
.cont_b span:last-child {
  color: #707070;
}
.img_box {
  display: block;
  width: 70%;
  margin: auto;
}
.map_linkbox {
  margin: 80px 0;
}
/*=================================*/
.effort_boxes {
  padding: 60px 0 0;
}
.effort_sec .ctr_box {
  max-width: 700px;
}
.effort_sec {
  border-top: 1px solid #707070;
  padding-top: 60px;
  overflow: hidden;
  position: relative;
}
.effort_boxes {
  position: relative;
}
.effort_boxes:before {
  content: "";
  position: absolute;
  height: calc(100% - 260px);
  top: 170px;
  left: 270px;
  width: 252px;
  background: url(assets-qsr/effortless-path.png) no-repeat;
  background-size: auto 100%;
  z-index: 9;
}
.box {
  display: flex;
  padding: 30px 0;
  min-height: 200px;
}
.odd_box {
  background: #f3f3f3;
}
.col-box {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 80px;
}
.img_first {
  display: flex;
  justify-content: center;
}
.step_box p {
  width: 55px;
  height: 55px;
  border-radius: 50px;
  background: #004aad;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0px;
  box-shadow: 0px 3px 6px #00000029;
  border: 3px solid #ffffff;
  position: relative;
  z-index: 99;
}
.content_col {
  padding-right: 45px;
}
.step_box p span {
  color: #fff;
  line-height: 1.2;
  font-size: 14px;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-family: "Lora", sans-serif;
}
.content_eff h3 {
  font-size: 28px;
  color: #004aad;
  line-height: 1.2;
}

.content_eff p span {
  display: block;
}
.content_eff p a {
  color: #000;
  font-weight: 600;
}
.content_eff p a:hover {
  color: #004aad;
}
.img_first img {
  width: 100px;
}

.even_box .img_col {
  flex-direction: row-reverse;
  justify-content: center;
  padding-left: 70px;
}
.odd_box .img_col {
  padding-right: 70px;
}
.odd_box {
  position: relative;
}
.odd_box:before {
  background: #f3f3f3;
  content: "";
  position: absolute;
  width: calc(100vw - 15px);
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  z-index: -1;
  transform: translateX(-50%);
}
/*=================================*/
.benefits_sec {
  padding: 60px 0 30px;
}
.benefits_box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 40px;
  column-gap: 20px;
  margin: 40px 0;
}

.benefits_box .inner_box {
  width: calc(33.33% - 20px);
}

.benefits_box .box_item {
  box-shadow: 0px 5px 10px #00000029;
  border: 1px solid #707070;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  transition: 0.5s ease all;
  text-align: center;
  padding: 0 10px;
}
.benefits_box .box_item:hover {
  background: #004aad;
  transition: 0.5s ease all;
}

.benefits_box .box_item:hover p {
  color: #fff;
}

.benefits_box .box_item p {
  margin: 0px;
}
/*===================================*/

.radio_boxes {
  display: flex;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 20px;
  padding: 25px 0;
}
.radio_boxes .form-check {
  width: calc(50% - 10px);
  display: flex;
  column-gap: 20px;
  padding-left: 0px;
  justify-content: center;
  align-items: center;
}
.form-check .form-check-label {
  width: 50%;
}
.radio_boxes .box-w input {
  opacity: 0;
  position: absolute;
  width: 100%;
  border-radius: 0px !important;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.radio_boxes .box-w {
  position: relative;
  border: 1px solid #707070;
  border-radius: 2px;
  width: 12%;
  height: 25px;
}
.radio_boxes .box-w label {
  width: 100%;
  text-align: center;
  cursor: pointer;
  height: 23px;
}
.radio_boxes .box-w label span {
  display: block;
  line-height: 23px;
}
.radio_boxes .box-w label input:checked + span {
  background: #004aad;
  color: #fff;
  display: block;
  height: 100%;
}
.form-check-label {
  color: #000;
  font-size: 20px;
  line-height: 1.3;
  font-family: "Lora", sans-serif;
  position: relative;
}
.form-check-label:before {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  background: #004aad;
  left: -25px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.form_box {
  margin: 40px auto;
  position: relative;
}
/*.form_box .alert-success {
    position: absolute;
    top: -60px;
    right: 0;
}*/
.apply_btn .cm {
  border: none;
}
.form_parent {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  margin: 40px 0 0;
  row-gap: 15px;
}
.clw {
  width: calc(50% - 8px);
}
.clf {
  width: 100%;
}
.form_parent input {
  background: #dfdfdf;
  text-align: center;
}
.form_parent ::placeholder {
  color: #000;
}

/*===================================*/
.footer_sev .clg {
  background: #004aad;
}
.footer_sev .van_img {
  background: url(assets-qsr/van-images.jpg);
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
}
.footer_sev .content_box {
  width: 80%;
  margin: auto;
  padding: 80px 0;
}
.footer_sev .content_box h3 {
  color: #fff;
  max-width: 400px;
  font-size: 40px;
  line-height: 46px;
}
.footer_sev .time_table {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin: 20px 0 30px;
}
.footer_sev .time_table span {
  color: #fff;
}
.footer_sev .time_table span a {
  color: #fff;
}
.footer_sev .form_box input,
.form_box textarea {
  background: transparent;
}
.footer_sev .form_box ::placeholder {
  color: #fff;
  font-weight: 600;
}
.footer_sev .sub_btn {
  width: 150px;
  color: #004aad;
  min-height: 50px;
  border: none;
  border-radius: 5px;
  font-weight: 500;
  font-size: 18px;
}
.footer_sev .sub_btn:hover {
  background: #000;
  color: #fff;
}
.footer_sev .time_table .fa {
  margin-right: 10px;
}
/*===================================*/
.mob-block {
  display: none;
}
@media (max-width: 1400px) {
  .effort_boxes:before {
    top: 170px;
    left: 235px;
    width: 270px;
  }
}
@media (max-width: 1200px) {
  .even_box .img_col {
    flex-direction: row;
    justify-content: center;
    padding-left: 0px;
  }
  .odd_box .img_col {
    padding-right: 0px;
  }
  .effort_boxes:before {
    display: none;
  }
}
@media (max-width: 991px) {
  .radio_boxes .box-w {
    width: 15%;
  }
  .form-check-label {
    font-size: 14px;
  }
  .header-sticky .container-fluid {
    padding: 10px 30px;
  }
  .navbar-nav {
    column-gap: 15px;
  }
}
@media (max-width: 767px) {
  .benefits_box .inner_box {
    width: calc(50% - 20px);
  }
  .radio_boxes {
    flex-direction: column;
  }

  .radio_boxes .form-check {
    width: 100%;
    justify-content: space-between;
  }
  .col-box {
    justify-content: flex-start;
    column-gap: 25px;
  }

  .even_box .img_col {
    padding-right: 0px;
    justify-content: flex-end;
  }
  .ctr_box {
    max-width: 100%;
  }
  .inlink_box {
    margin-bottom: 40px;
  }

  .map_linkbox {
    flex-wrap: wrap;
    margin: 40px auto;
  }
  .footer_sev .content_box h3,
  .effort_sec .ctr_box {
    max-width: 100%;
  }
  .img_mask {
    padding: 60px 0;
  }
  .effort_sec .img_col {
    width: 40%;
  }

  .effort_sec .content_col {
    width: 60%;
  }
  .ctr_box h2 {
    margin-bottom: 10px;
  }
  .content_col {
    padding-right: 0px;
  }
  .img_first img {
    max-width: 90px;
  }
  .header-sticky .container-fluid {
    padding: 10px 20px;
  }
  .phone .btn-ph {
    width: 150px;
    height: 40px;
  }
  .btn-ph .fa {
    line-height: 40px;
  }
  .navbar-toggler-icon {
    width: 1em !important;
    height: 1em !important;
  }
  .phone .btn-ph {
    margin: 5px auto;
    border: 1px solid #fff;
  }
  .header-sticky .container-fluid {
    padding: 10px;
  }
  .nav_box {
    position: relative;
  }
  .phone {
    position: absolute;
    right: 65px;
    top: 45px;
    transform: translateY(-50%);
  }
  .mob-none {
    display: none;
  }
  .mob-block {
    display: none;
  }
  .locations_sec .ctr_box {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .box {
    flex-direction: column;
    row-gap: 25px;
  }

  .effort_sec .img_col,
  .effort_sec .content_col {
    width: 100%;
  }
  .footer_sev .content_box,
  .img_mask .content_box {
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    padding: 40px 0;
  }
  .even_box .img_col {
    padding-right: 0;
    justify-content: flex-start;
    flex-direction: row;
  }
}
@media (max-width: 480px) {
  .benefits_box .inner_box,
  .clw {
    width: 100%;
  }
  .form-check .form-check-label {
    width: 60%;
  }
  .form_parent {
    row-gap: 0px;
  }
  .radio_boxes .form-check {
    padding-left: 20px;
  }
  .phone {
    position: absolute;
    right: 55px;
  }
  .phone .btn-ph {
    width: 120px;
    height: 30px;
    border: 1px solid #004aad;
    padding: 1px;
    border-radius: 2px;
  }
  .btn-ph .fa {
    line-height: 25px;
    font-size: 16px;
  }
  .btn-ph span {
    font-size: 12px;
  }
}
/*============== Book A Training =================*/
.book_training_sec {
  padding: 0px 0 30px;
}
.training_box {
  margin: 40px 0 50px;
}
.training_box {
  display: flex;
  column-gap: 15px;
}
.training_box .inner_box {
  flex-grow: 1;
  text-align: center;
}
.training_box .inner_box .box_item {
  background: #004aad;
  height: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.training_box .inner_box .box_item p {
  margin: 0;
}
.training_box .inner_box .box_item p a {
  color: #fff;
  line-height: 1.4;
  margin: 0px;
  font-weight: 600;
  display: block;
}
/*=========== video box ===============*/
.video_sec_home {
  padding: 40px 0 20px;
  background: #f3f3f3;
}
.video_sec_home .content_box p {
  text-align: center;
  line-height: 1.5;
  font-size: 20px;
  color: #000;
  margin-bottom: 50px;
}
.video_sec_home .video_inn_box video {
  aspect-ratio: 16/9;
  width: 100%;
}
.video_inn_box {
  position: relative;
}
.video_inn_box:before {
  content: "";
  background: url("video/video_thumb.png") no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.video_inn_box.overlay_hide:before {
  display: none;
}
.Video_box .playButton {
  position: absolute;
  z-index: 111;
  width: 80px;
  height: 80px;
  cursor: pointer;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video_sec_home .video_inn_box video::-webkit-media-controls-panel {
  display: none !important;
  opacity: 1 !important;
}
/*=========== video box ===============*/
@media (max-width: 991px) {
  .training_box {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .training_box .inner_box {
    width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .training_box {
    flex-direction: column;
  }
  .training_box .inner_box {
    width: calc(100%);
  }
}
/*===========================*/
.footer_sev .btn_training .sub_btn {
  width: 200px;
  color: #004aad;
  background: #fff;
  min-height: 50px;
  border: none;
  border-radius: 5px;
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
}
.footer_sev .btn_training .sub_btn:hover {
  background: #000;
  color: #fff;
}
#contact_us_form .form-control {
  color: #fff !important;
}
#contact_us_form textarea.form-control:focus {
  background: transparent !important;
}
/*=======================*/
.footer_sev .form_box .form-select {
  background: transparent;
  color: #fff;
  font-weight: 600;
  position: relative;
}
.footer_sev .form_box option {
  color: #000;
}
.footer_sev .chevron {
  position: relative;
}

.footer_sev .chevron .fa-chevron-down {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
@media (min-width: 1900px) {
  #contact_us_form .form_box {
    max-width: 70%;
    margin: 40px 0;
  }
  .banner .img_mask .content_box {
    max-width: 70%;
  }
  .banner .container-fluid,
  .banner .container-fluid .row {
    height: 60vh;
  }
}
/*=========== 15-June ==============*/
#reqirements {
  padding-top: 60px;
  border-top: 1px solid;
}
.alert-success {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.9;
  z-index: 9999;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.alert-success .alert_inner_box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 23px;
  line-height: 1.3;
  font-weight: 600;
  padding: 20px;
  background: #fff !important;
  border-radius: 10px;
}

span.office-timing {
  margin-bottom: 10px;
}
.whatsapp-numbr img {
  width: 100%;
  max-width: 220px;
}

.content_box .time_table a {
  text-decoration: underline;
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
  display: inline-block;
  margin-left: 20px;
}
/* =================== Location Sec =================== */
.locations_sec {
  /* display: none !important; */
  padding-bottom: 30px;
}
.locations_sec .ctr_box {
  max-width: 75%;
}

.locations_sec .effort_boxes {
  padding-top: 20px;
}

.locations_sec .effort_boxes::before {
  display: none;
}

.locations_sec .effort_boxes .content_col {
  padding-right: 0px;
  justify-content: start;
}
.locations_sec .effort_boxes .content_col .icon_date_loc p {
  margin: 0px;
}
.locations_sec .effort_boxes .content_col .icon_date_loc {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

.locations_sec .effort_boxes .content_col .icon_date_loc a {
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
}
.locations_sec .effort_boxes .img_first img {
  width: 145px;
}
