@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,500&display=swap');
body {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  float: left;
  width: 100%;
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
}
html {}
ul {
  padding: 0px;
  margin: 0px;
}
ul, li {
  display: block;
}
a, button {
  font-family: 'Montserrat', sans-serif;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  text-decoration: none;
  transition: all 275ms ease-in-out;
}
a, ul, li, i, {
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  text-decoration: none;
  transition: all 275ms ease-in-out;
  font-family: 'Montserrat', sans-serif;
}
* {
  box-sizing: border-box;
}
input, select {
  padding: 7px 11px 7px 22px;
  border-radius: 2px;
  background: #fff;
  border: 1px #ececec solid;
  transition: all 275ms ease-in-out;
}
textarea {
  padding: 7px 11px 7px 22px;
  border-radius: 13px;
  background: #f5f5f5;
  border: 1px #ececec solid;
  transition: all 275ms ease-in-out;
}
input:focus, textarea:focus {
  transition: all 275ms ease-in-out;
}
button:focus {
  outline: none;
  outline: 0px auto -webkit-focus-ring-color;
  transition: all 275ms ease-in-out;
}
button:hover, a:hover {
  text-decoration: none;
  cursor: pointer;
  transition: all 275ms ease-in-out;
}
select {
  background: url(../img/select-arrow.png) no-repeat right #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position-x: 89%;
  transition: all 275ms ease-in-out;
}
a:focus {
  text-decoration: none;
  transition: all 275ms ease-in-out;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  font-family: 'Montserrat', sans-serif;
}
p {
  float: left;
  width: 100%;
  line-height: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 16px;
}
strong, b {
  font-weight: 700;
}
.restbeef_header_wrapper {
  max-height: 100vh;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  position: relative;
  float: left;
  width: 100%;
}
.restbeef_header_wrapper:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.0);
}
/*.header-menu {
    position: relative;
    z-index: 99;
}*/
.header-menu {
  position: absolute;
  z-index: 99;
  width: 100%;
}
.header-menu .navbar {
  padding: 25px 65px 25px 65px;
}
.hedder-fixed {
  background: #fff;
  position: fixed;
  top: 0px;
  width: 100%;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
  transition: all 275ms ease-in-out;
}
.logo-black {
  display: none;
}
.hedder-fixed .logo-black {
  display: block;
}
.hedder-fixed .logo-white {
  display: none;
}
.hedder-fixed .navbar-nav .nav-link {
  color: #000;
}
/*
.customize-btn {
    background: #fff;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    border-radius: 2px;
    display: inline-flex;
    padding: 11px 54px 11px 15px;
    border: solid 1px #D8D8D8;
    position: relative;
    box-shadow: none;
}
.customize-btn span {
    padding: 9px 18px;
    border-left: solid 1px #D8D8D8;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.customize-btn:hover{ background: #FF963D; border: solid 1px #FF963D;  color: #fff;}
.customize-btn:hover span{ border-left: solid 1px #F6770B; color: #fff;}
.customize-btn:hover span svg{ color: #fff; }
*/
.restbeef_header_title {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 4%;
  transform: translate(0%, -40%);
  text-align: left;
  color: #fff;
  width: 34%;
}
.restbeef_header_title h1 {
  color: #ffffff;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  margin: 0;
}
.up_title {
  font-size: 58px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.5px;
  line-height: 61px;
  margin-bottom: 25px;
  float: left;
}
.banner-navtiontion {
  background: #2a2a2a;
  background: -moz-linear-gradient(top, #2a2a2a 0%, #383838 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #2a2a2a 0%, #383838 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #2a2a2a 0%, #383838 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a2a2a', endColorstr='#383838', GradientType=0);
  /* IE6-9 */
  border-radius: 4px;
  height: 92px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 15px;
}
.listing-banner {
  display: inline-flex;
  width: 100%;
  position: relative;
}
.listing-banner ul {
  list-style: none;
  width: 100%;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 15px;
}
.listing-banner ul li {
  display: inline-flex;
  text-align: left;
  align-items: center;
  justify-content: left;
  height: 92px;
  border-right: solid 1px #2A2929;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 300;
  padding: 0px 42px;
}
.listing-banner ul li:last-child {
  border: none;
}
/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
  border-radius: 0px;
  display: inline-flex;
  padding: 11px 60px 11px 20px;
  border: solid 1px transparent;
  position: relative;
  box-shadow: none;
  background: #fff;
  border: solid 1px #D8D8D8;
}
.hvr-sweep-to-right span {
  padding: 9px 18px;
  border-left: solid 1px #D8D8D8;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  display: flex;
  background: #fff;
  border-radius: 0px;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
  color: #fff;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.about {
  float: left;
  width: 100%;
  background: #000;
  padding: 100px 0;
}
.services {
  float: left;
  width: 100%;
  padding: 100px 0;
}
.left-text-about {
  position: relative;
  float: left;
  position: relative;
  width: 85%;
  padding-left: 50px;
  border-left: solid 1px #5A5A5A;
  padding-top: 15px;
  padding-bottom: 15px;
}
.left-text-about span {
  font-size: 14px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-bottom: 30px;
  display: block;
  font-weight: 300;
}
.heading-page {
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 49px;
  color: #fff;
  padding-bottom: 30px;
}
.heading-page:before {
  position: absolute;
  width: 3px;
  background: #fff;
  height: 143.5px;
  left: -2px;
  content: "";
  border-radius: 2px;
}
.page-text {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 28px;
  padding-bottom: 40px;
  margin: 0px;
  color: #fff;
}
.boxing-box {
  float: left;
  display: inline-flex;
  width: 100%;
}
.img-right {
  float: right;
  width: 52%;
  text-align: center;
  margin-left: 5%;
}
.img-right img {
  margin: auto;
}
.restaurants-servi {
  position: relative;
  float: left;
  position: relative;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  margin-bottom: 100px;
}
.res-web1 {
  display: inline-flex;
  width: 100%;
}
.servi-wi {
  width: 75%;
}
.heading-page-black {
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 0.3px;
  line-height: 49px;
  color: #000;
  padding-bottom: 40px;
}
.page-text-black {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 28px;
  padding-bottom: 40px;
  margin: 0px;
  color: #000;
}
.read-more.hvr-sweep-to-right {
  background: #fff;
  color: #000;
  border: solid 1px #000000;
  border-radius: 0px;
}
.read-more.hvr-sweep-to-right span {
  border-left: solid 1px #000000;
}
.read-more.hvr-sweep-to-right:before {
  background: #000;
  color: #fff;
}
.read-more.hvr-sweep-to-right:hover span {
  background: #fff;
}
.read-more.hvr-sweep-to-right:hover, .read-more.hvr-sweep-to-right:focus, .read-more.hvr-sweep-to-right:active {
  color: #fff;
}
.ask-restaurant {
  background: #000;
  float: left;
  padding: 60px 0;
  width: 100%;
}
.it-win-win, .services {
  float: left;
  padding: 60px 0;
  width: 100%;
}
.grid-view-benfits {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 45px;
  text-align: left;
  margin-top: 0px;
}
.grid-view-benfits .benfits-outer {
  min-height: 110px;
}
.benfits-outer p {
  /* font-size: 14px; */
  margin: 0;
  line-height: 19px;
  font-weight: 400;
  text-transform: uppercase;
}
.grid-view-benfits .benfits-outer h4 {
  color: #000;
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 0.3px;
  padding-bottom: 16px;
  border-bottom: solid 1px #636363;
  margin-bottom: 16px;
  position: relative;
}
.grid-view-benfits .benfits-outer h4:before {
  position: absolute;
  width: 30px;
  height: 3px;
  bottom: -2px;
  content: "";
  background: #000;
}
.services .left-text-about {
  padding-bottom: 0px;
}
.services .left-text-about span {
  color: #000;
}
.services .heading-page {
  color: #000;
  margin: 0px;
  padding: 0px;
}
.services .heading-page:before {
  position: absolute;
  width: 3px;
  background: #000000;
  height: 99px;
  left: -2px;
  content: "";
  border-radius: 2px;
}
.services-box-grid {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 45px;
  text-align: left;
  margin-top: 40px;
  padding-left: 45px;
}
.box-img {
  float: left;
  width: 100%;
  position: relative;
  transition: all 0.3s ease 0s;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}
.box-img:hover::before {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 0px;
  border: solid 1px #fff;
  content: "";
  height: 93%;
  width: 92%;
  transition: all 0.3s ease 0s;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}
.box-img img {
  /*max-height: 210px;*/
  border-radius: 6px 6px 0px 0px;
}
.box-heading {
  float: left;
  width: 100%;
  background: #000;
  border-radius: 0px 0px 6px 6px;
  padding: 10px 25px;
  height: 82px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  position: relative;
}
.services-box-outer {
  float: left;
  width: 100%;
}
.box-heading p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin: 0px;
}
.box-heading svg {
  position: absolute;
  bottom: 15px;
  right: 25px;
}
.our-partners {
  background: #000;
  padding: 100px 0;
  float: left;
  width: 100%;
}
.our-partners .heading-page:before {
  height: 93.5px;
}
/*.boxing-box {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 45px;
    text-align: left;
}*/
.boxing-box {
  float: left;
  width: 100%;
  display: inline-flex;
  grid-gap: 45px;
  text-align: left;
}
.partners-logos {
  float: left;
  width: 100%;
  display: grid;
  /*grid-template-columns: repeat(2, 1fr);*/
  grid-gap: 30px;
  text-align: left;
}
/*.partners-logos-outer {
    padding: 10px;
    float: left;
    width: 50%;
    display: block;
    min-height: 200px;
    border: solid 1px  transparent;
    transition: all 275ms ease-in-out;

}*/
.partners-logos-outer {
  padding: 10px;
  float: left;
  width: 50%;
  display: inline-flex;
  min-height: 200px;
  border: solid 1px transparent;
  transition: all 275ms ease-in-out;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.partners-logos-outer:hover {
  border: solid 1px #212121;
}
.img-logo {
  min-height: 120px;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.img-logo img {
  max-height: 90px;
}
.img-logo-textt {
  letter-spacing: 0.16em;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  min-height: 40px;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.img-logo-textt p {
  margin: 0px;
  font-size: 14px;
  line-height: 23px;
}
.ft-top {
  background: url(../img/footer-img.png) no-repeat center;
  background-attachment: fixed;
  background-size: 100%;
  padding: 60px 0;
  float: left;
  width: 100%;
}
.get-in-touch {
  background: #fff;
  float: left;
  width: 100%;
  padding: 60px;
  border-radius: 8px;
}
.form-custome .form-group {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 65px;
  float: left;
}
.form-custome .form-inline .form-control {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.form-custome .form-group label {
  position: absolute;
  left: 0;
  font-size: 14px;
  letter-spacing: 0.5px;
  top: -20px;
  color: #000000;
  font-weight: 400;
}
.form-custome .form-control {
  padding-left: 0px;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: solid 1px;
  border-radius: 0px;
  border-color: rgba(99, 99, 99, 0.2);
  line-height: 42px;
}
.form-custome .form-control:focus {
  box-shadow: none;
  border-color: rgba(255, 150, 61, 1);
}
.form-control::focus + label {
  top: 0px;
  color: #FF963D;
}
.form-heading .heading-page-black {}
.form-custome .form-inline {
  float: left;
  width: 100%;
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  text-align: left;
}
.form-custome .form-inline .form-group {
  width: 100%;
  float: left;
}
.lz-label {
  position: absolute;
  left: 25%;
  top: 10px;
  font-size: 18px;
  font-weight: 200;
  color: #cecece;
  transition: all 0.5s ease;
  pointer-events: none;
}
.form-custome input[type="text"]:focus ~ .lz-label {
  display: block;
  color: #FF963D;
  top: -20px;
  font-size: 14px;
}
.form-custome input[type="number"]:focus ~ .lz-label {
  display: block;
  color: #FF963D;
  top: -20px;
  font-size: 14px;
}
.form-custome input[type="email"]:focus ~ .lz-label {
  display: block;
  color: #FF963D;
  top: -20px;
  font-size: 14px;
}
.form-custome input[type="textarea"]:focus ~ .lz-label {
  display: block;
  color: #FF963D;
  top: -20px;
  font-size: 14px;
}
.form-custome input {
  outline: none;
  border: 0;
  border-bottom: 1px solid #cecece;
  height: 40px;
  width: 100%;
  padding: 0px;
}
.form-custome input.text-are {
  outline: none;
  border: 0;
  border-bottom: 1px solid #cecece;
  width: 100%;
  padding: 0px;
  border-radius: 0px;
  background: none;
}
.form-custome textarea:focus, .form-custome input:focus {
  border-color: rgba(255, 150, 61, 1);
}
.form-custome .hvr-sweep-to-right {
  float: right;
}
.ft-second-row {
  float: left;
  width: 100%;
  padding: 80px 40px 0 40px;
  border-bottom: solid 1px rgba(90, 90, 90, 0.37);
  margin-bottom: 20px;
}
.footer-last {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.f-logo {
  float: left;
  width: 100%;
  padding-bottom: 40px;
}
.link-contact {
  float: left;
  width: 100%;
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  text-align: left;
}
.link-contact ul {
  list-style: none;
  font-family: 'Montserrat', sans-serif;
}
.link-contact ul li {
  line-height: 30px;
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}
.link-contact ul li a {
  color: #000;
  border-bottom: solid 1px transparent;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
}
.link-contact ul li a:hover {
  color: #FF963D;
  border-bottom: solid 1px #FF963D;
}
.heading-ft {
  font-size: 20px;
  font-weight: 600;
  color: #262626;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.6px;
  margin-bottom: 24px;
}
.footer-last {
  float: left;
  padding-left: 30px;
  width: 100%;
}
.footer-last p {
  margin-bottom: 14px;
  font-weight: 500;
  font-size: 14px;
}
.footer-last .form-group {
  margin-bottom: 25px;
}
.socail-icon {
  float: left;
  padding-bottom: 0px;
}
.socail-icon ul {
  list-style: none;
}
.socail-icon ul li {
  display: inline-block;
  padding-right: 18px;
}
.socail-icon ul li a {
  fill: #000;
  color: #000;
}
.socail-icon ul li a svg {}
.black-icon {
  color: red;
}
.socail-icon ul li a:hover svg {
  color: #000;
}
.copyright-text {
  margin-bottom: 0px;
  padding: 0px;
  text-align: center;
  font-size: 14px;
}
.inner_header_wrapper {
  float: left;
  width: 100%;
}
.logo-white-iiner {
  display: none;
}
.logo-black-inner {
  width: 160px;
}
.inner-page .navbar-nav .nav-link {
  color: #000;
}
.inner-page .navbar-nav .nav-link:hover {
  border-bottom: 2px solid #F25D12;
  color: #F25D12;
}
.inner-page .navbar-nav .nav-link.active {
  color: #fff;
  border-bottom: 2px solid #F25D12;
  color: #F25D12;
}
.about-time-is-money {
  float: left;
  width: 100%;
  padding: 60px 0;
  border-bottom: solid 1px #f1f1f1;
  margin-bottom: 100px;
}
.text-ineer {
  padding: 0 250px;
  float: left;
  width: 100%;
  text-align: center;
}
.heading-inner {
  font-size: 58px;
  font-weight: 500;
  margin-bottom: 30px;
}
.text-ineer p {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 30px;
}
.inner-page .services .left-text-about {
  width: 70%;
}
.inner-page .heading-page {
  padding-bottom: 30px;
}
.left-text-img img {
  border-radius: 25px;
}
.map-canada {
  background: url(../img/canada-map.png) no-repeat top;
  float: left;
  width: 100%;
  border: none;
}
.heading-inner-bold {
  font-size: 58px;
  font-weight: 800;
  margin-bottom: 30px;
  font-family: 'Montserrat', sans-serif;
  color: #000;
}
.text-ineer-adevrt p.bold-text {
  /* font-weight: 600; */
  padding: 0 250px;
  line-height: 24px;
}
.row-box {
  float: left;
  width: 100%;
  list-style: none;
  text-align: center;
  padding-top: 25px;
}
.row-box li {
  list-style: none;
  display: inline-block;
  text-align: center;
  /* float: left; */
  /* width: 100%; */
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.tetx-qut {
  float: left;
  width: 100%;
}
.text-ineer-adevrt p.undered {
  font-size: 100px;
  font-weight: 800;
  line-height: 74px;
  color: #000;
}
.text-ineer-adevrt {
  float: left;
  width: 100%;
  text-align: center;
}
p.small-text {
  font-size: 18px;
  font-weight: 700;
}
.s50 {
  font-size: 50px;
  font-weight: 800;
}
.boxes-inner {
  background: #000;
  padding: 100px 0;
  float: left;
  width: 100%;
}
.box-grid {
  float: left;
  width: 100%;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 60px;
}
.box-grid-outer {
  float: left;
  width: 100%;
  border: solid 1px #707070;
  border-radius: 25px;
  padding: 80px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
.grid-start {
  float: left;
  width: 100%;
}
.grid-start h2 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.grid-start h2:before {
  position: absolute;
  left: 0;
  background: #707070;
  width: 20%;
  bottom: 0;
  content: "";
  height: 1px;
}
p.av150 {
  letter-spacing: 2.5px;
  color: #fff;
  line-height: 28px;
  padding-bottom: 20px;
}
p.text-grid {
  font-size: 16px;
  color: #fff;
  letter-spacing: 1.3px;
  line-height: 24px;
  font-weight: 300;
  padding-bottom: 20px;
}
.box-grid-outer .hvr-sweep-to-right:before {
  background: #FF963D;
}
.The-value {
  float: left;
  padding: 60px 0;
  width: 100%;
}
.The-value p {
  text-align: center;
  line-height: 24px;
  padding-bottom: 45px;
}
.navbar-toggler-icon {
  width: 35px;
  height: 35px;
  background-color: #fff;
  background-size: 61%;
  border: solid 1px #ccc;
}
.navbar-collapse.collapse.show .navbar-nav .nav-link {
  color: #000;
}
.ask-restaurant .left-text-about {
  width: 100%;
}
.nav-close {
  width: 25px;
  height: 25px;
  float: right;
  position: relative;
}
.nav-close svg {
  width: 18px;
  position: absolute;
  right: 0px;
}
.click-mnenu .navbar-nav .nav-link {
  color: #000;
}
.nav-close {
  display: none;
}
.get-form .close {
  position: absolute;
  right: 15px;
  top: 15px;
}
.get-form .close svg {
  width: 18px;
}
.get-form .modal-body {
  position: relative;
  padding: 0px;
}
.get-form .get-in-touch {
  padding: 15px 15px;
}
.get-form .modal-dialog {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.modal-footer {
  border: none;
  padding-top: 0;
  margin-top: -15px;
}
.alfabetBox {
  display: none;
}
.btn-radio {
  float: left;
  width: 100%;
}
.form-group-radio-btn {
  float: left;
  width: 100%;
}
.form-custome input[type="radio"] {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.btn-radio label {
  align-items: center;
  justify-content: center;
  text-align: center;
  display: inline-flex;
  margin-right: 15px;
  margin-bottom: 35px;
  font-weight: 300;
}
span.radio-label {
  float: left;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 20px;
}
.Advertiser, .Restaurant {
  display: none;
}
.Advertiser.active1 {
  display: block;
}
.Restaurant.active {
  display: block;
}
.Advertiser, .Restaurant {
  float: left;
  width: 100%;
  clear: both;
}
.form-custome .form-group-radio-btn .form-group {
  margin-bottom: 65px;
}
.form-group select {
  background: url(../img/dropdown-svgrepo-com.svg) no-repeat right #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position-x: 100%;
  transition: all 275ms ease-in-out;
  display: block;
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
  outline: none;
  padding-left: 5px;
}
.form-custome .form-group label.select-box {
  position: relative;
  top: 0;
}
.text-newsleeter {
  float: left;
  width: 100%;
  font-size: 16px;
  display: none;
}
.text-newsleeter p {
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
  padding-bottom: 45px;
}
button.drop-down-arrow {
  background: none;
  border: none;
}
.text-newsleeter p {
  padding-bottom: 34px;
}
.grid-box-ask {
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 45px;
  display: grid;
}
.grid-box-ask .left-text-about {
  width: 100%;
}
.grid-box-ask .res-web1 {
  display: flex;
  width: 100%;
  padding-left: 15px;
}
.grid-box-ask .res-web1 .servi-wi {
  width: 100%;
}
.grid-box-ask .grid-view-benfits .benfits-outer h4 {
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 0.3px;
  padding-bottom: 16px;
  border-bottom: solid 1px #636363;
  margin-bottom: 16px;
  position: relative;
}
.grid-box-ask .grid-view-benfits .benfits-outer h4:before {
  background: #fff;
}
.grid-box-ask .benfits-outer p {
  color: #fff;
}
.grid-box-ask .heading-page-black {
  color: #fff;
}
.read-more {
  color: #fff;
  float: right;
  padding: 10px 0 0;
}
.read-more:hover {
  color: #F25D12;
}
a.read-more {
  color: #fff;
}
.new-box.box-heading {
  display: block;
  height: auto;
}
.new-box.box-heading p {
  display: inline-flex;
  width: auto;
  margin-bottom: 0px;
  line-height: 25px;
}
.my-text {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0px;
  width: 100%;
  padding-bottom: 15px;
  float: left;
}
.my-text {
  display: block;
}
.innner-banner {
  float: left;
  width: 100%;
  min-height: 640px;
}
.inner-paege-banner {
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 45px;
  display: grid;
  align-items: center;
  justify-content: center;
  min-height: 530px;
  /* max-height: 100vh; */
  padding: 40px 0;
}
.inner-paege-banner .text-lfet-banner {
  padding: 0 0vh 0 10vh;
  color: #fff;
}
.inner-paege-banner .right-img {
  padding: 5vh 10vh 5vh 0vh;
}
.new-white {
  display: none;
}
.logo-black-new {
  display: block;
}
.innner-banner .navbar-nav .nav-link {
  color: #000;
}
.innner-banner .up_title {
  color: #000;
}
.innner-banner .up_title {
  font-size: 42px;
  text-transform: capitalize;
  font-weight: 800;
  letter-spacing: 0.5px;
  line-height: 49px;
  margin-bottom: 25px;
  float: left;
}
.inner-paege-banner p {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.footer-last .form-check {
  margin-top: -20px;
  padding-bottom: 20px;
}
.form-check-label {
  font-size: 12px;
  font-weight: 600;
}
.footer-last p {
  font-size: 12px;
  font-weight: 500;
}
.footer-last p span {
  display: block;
  padding: 10px 0 0 0;
  color: red;
}
.slider-view .grid-view-benfits {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 45px;
  text-align: left;
  margin-top: 0px;
}
.owl-dots {
  display: block;
}
.owl-dots .owl-dot {
  background: none;
  border: solid 1px #fff;
  width: 14px;
  height: 14px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 275ms ease-in-out;
  border-radius: 100%;
  margin-right: 5px;
  float: left;
}
.owl-dots .owl-dot.active {
  background: #fff;
}
.slider-vbox .heading-page-black {
  color: #fff;
}
.slider-vbox .benfits-outer {
  min-height: 110px;
}
.slider-vbox .benfits-outer h4 {
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 0.3px;
  padding-bottom: 16px;
  border-bottom: solid 1px #636363;
  margin-bottom: 16px;
  position: relative;
}
.slider-vbox .benfits-outer h4:before {
  position: absolute;
  width: 30px;
  height: 3px;
  bottom: -2px;
  content: "";
  background: #fff;
}
.slider-vbox .servi-wi {
  width: 65%;
  margin-left: 155px;
}
.slider-vbox .benfits-outer p {
  color: #fff;
}
.win-win-slder-outer {
  text-align: left;
}
a.drop-down-arrow {
  margin: -5px;
}
div#multiCollapseExample1 {
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
.text-lfet-banner p {
  margin-bottom: 25px;
}
.logo-white {
  width: 166px;
}
.logo-black-new {
  width: 166px;
}
.Subscribing {
  padding: 0 60px;
}
.sub-about {
  margin-top: -80px;
}
.slider-banner {
  position: relative;
  float: left;
}
.b-slider-outeer {
  position: absolute;
}
.b-slider-outeer img {
  width: 250px;
  transform: rotate(-2deg);
}
.faq-tab {
  float: left;
  width: 100%;
  padding: 60px 0;
  background: #f9f9f9;
}
.clear-heading {
  float: left;
  width: 100%;
  padding-bottom: 30px;
}
.clear-heading .heading-page {
  color: #000;
  font-weight: 500;
  padding-bottom: 0px;
}
.faq-here .card-header {
  padding: 0;
  margin-bottom: 0;
  background: none;
  border-radius: 0px;
  border: none;
}
.faq-here .card {
  border-radius: 0px;
  margin-bottom: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  background: none;
}
.faq-here button.btn {
  padding: 0.55rem 1.95rem 0.55rem 0rem;
  color: #000;
  font-size: 15px;
  text-decoration: none;
  text-transform: capitalize;
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.btn.btn-link img {
  transform: rotate(180deg);
  /* Equal to rotateZ(45deg) */
}
.btn.btn-link.collapsed img {
  transform: rotate(0deg);
}
.faq-here button.btn img {
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  height: 41px;
  background: none;
  padding: 12px;
}
.faq-here .card-body {
  float: left;
  width: 100%;
  background: #f9f9f9;
  padding: 15px 0px 15px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.faq-here .card-body .page-text-black {
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  padding: 0px;
  letter-spacing: 0px;
}
.faq-here .card-body .page-text-black span {
  font-weight: 400;
  display: block;
  font-size: 24px;
  padding: 10px 0;
  text-transform: capitalize;
}
.faq-here .card-body .page-text-black a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.clear-heading .heading-page:before {
  display: none;
}
div#myTabContent {
  float: left;
  width: 100%;
  padding: 15px 0px;
  text-align: center;
}
div#myTabContent p {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  color: #000;
  line-height: 22px;
  font-weight: 400;
}
.tabing-page {
  float: left;
  width: 100%;
  padding: 60px 0;
  background: #f9f9f9;
}
.tabing-page .heading-page {
  color: #000;
  text-align: center;
}
.tabing-page .nav-tabs {
  border: none;
  display: inline-block;
  text-align: center;
  width: 100%;
}
.nav-tabs .nav-item {
  margin-bottom: 0px;
  display: inline-block;
  font-size: 15px;
  letter-spacing: -0.5px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 275ms ease-in-out;
  border-bottom: solid 1px #ccc;
  position: relative;
}
.tabing-page .nav-tabs .nav-link {
  border-bottom: solid 2px transparent;
  padding: 15px 8px;
  margin: 0 0px;
  color: #323232;
}
.tabing-page .nav-tabs .nav-link.active, .tabing-page .nav-tabs .nav-item.show .nav-link {
  font-weight: 500;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  text-decoration: none;
  transition: all 275ms ease-in-out;
  background: none;
  border-bottom: solid 2px #000;
  color: #000;
}
.slider-banner {
  background: #000;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -11;
  height: 100vh;
}
.slider-banner .owl-dots {
  display: none;
}
.slider-banner img {
  /* max-height: 660px; */
  width: 100%;
  object-fit: cover;
}
.besae-did .benfits-outer h4 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.3px;
  padding-bottom: 16px;
  border-bottom: solid 1px #636363;
  margin-bottom: 16px;
  position: relative;
  text-transform: uppercase;
}
.besae-did .benfits-outer p {
  font-size: 16px;
  margin: 0;
  line-height: 21px;
  font-weight: 400;
  text-transform: capitalize;
}
.ads-page {
  background: #000 url(../img/opne.jpg) right no-repeat;
  background-attachment: fixed;
  height: 267px;
  float: left;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: 519px 25px;
}
.inner-page .header-menu {
  position: relative;
}
..faq-tab {
  display: none;
}
.restuants-page .faq-tab {
  display: block;
}
.ads-page {}
.ads-page .heading-page {
  text-transform: uppercase;
  font-size: 70px;
  font-weight: 900;
  letter-spacing: 2px;
  padding: 0px;
  margin-bottom: 10px;
}
.ads-page .heading-page:before {
  display: none;
}
.ads-page {
  color: #fff;
  font-size: 20px;
}
.innner-banner .header-menu {
  position: relative;
}
.banner-bullet {
  position: relative;
  width: 100%;
  float: left;
}
.card {
  border: none;
  clear: both;
}
.collapse {
  transition: .8s transform ease-in-out;
}
.The-value img {
  max-width: 95%;
}
.logos-slide {
  float: left;
  width: 100%;
  text-align: center;
  padding: 30px 0;
}
.brand-collection-logos {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0px;
  padding-bottom: 25px;
}
.marquee-track {
  width: 100%;
  overflow: hidden;
}
.marquee {
  float: left;
  width: 100%;
  grid-gap: 0 30px;
  margin-top: 45px;
  margin-bottom: 45px;
}
.marquee-second {
  float: left;
  width: 100%;
  margin-bottom: 45px;
}
.marquee-track .marquee {
  align-items: center;
}
.brand-collection-logos .logos {
  /* height: 72px; */
  width: 100%;
  max-width: 100%;
}
.marquee-track .marquee img {
  object-fit: contain;
}
.marquee-track .marquee > * {
  flex: 0 0 auto;
}
.logos-slide h2 {
  font-size: 38px;
  padding-bottom: 25px;
  text-transform: capitalize;
}
.marquee-outer {
  position: relative;
  align-items: center;
  justify-content: center;
  height: 100px;
  display: inline-flex;
  text-align: center;
  float: left;
  width: 100%;
  overflow: hidden;
  padding: 15px;
}
.partners-slider-home .owl-dots {
  display: none;
}
.text-ineer-local p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
  color: #000;
}
.term-conadions {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
}
.term-conadions p.b2 {
  font-weight: 500;
}
ul.term-list {
  float: left;
  width: 100%;
  display: block;
  padding-bottom: 15px;
  padding-left: 5px;
}
ul.term-list li {
  line-height: 24px;
  padding-bottom: 15px;
  position: relative;
  padding-left: 35px;
  font-weight: 500;
}
ul.term-list li span {
  font-weight: 500;
  padding-right: 15px;
  text-transform: uppercase;
  position: absolute;
  left: 0;
}
.heading-page-inner {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 49px;
  color: #000;
  padding-bottom: 10px;
  float: left;
  width: 100%;
}
.text-ineer-local p.bld {
  font-weight: 500;
  text-transform: lowercase;
}
.banner-inner {
  float: left;
  width: 100%;
  background: url("../img/inner-banner.jpg") no-repeat;
  height: 780px;
  background-attachment: fixed;
  background-size: cover;
  max-width: 100%;
}
.challenge {
  float: left;
  width: 100%;
  background: #f3f3f3;
  padding-top: 60px;
}
.heading-new-inner {
  float: left;
  width: 100%;
  text-align: center;
  padding-bottom: 45px;
}
.heading-new-inner h2 {
  text-align: center;
  font-size: 36px;
  color: #000;
  font-weight: 700;
}
.heading-new-inner span {
  font-weight: 300;
  font-size: 28px;
  display: block;
}
.inner-page-new.about-time-is-money {
  margin-bottom: 0px;
}
.restaurants-chllenge {
  position: relative;
  padding-left: 20px;
  border-left: solid 1px #5A5A5A;
  float: left;
  width: 100%;
  margin-bottom: 35px;
}
.restaurants-chllenge:before {
  position: absolute;
  width: 3px;
  background: #000000;
  height: 18px;
  left: -2px;
  content: "";
  border-radius: 2px;
  top: 0
}
.main-parhg {
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  text-align: justify;
}
.main-parhg span {
  font-weight: 700;
}
.owner-img {
  text-align: center;
}
.inner-page-f .faq-tab {
  float: left;
  width: 100%;
  padding: 60px 0;
  background: #fff;
}
.inner-page-f .faq-here .card-body {
  float: left;
  width: 100%;
  background: #fff;
  padding: 15px 0px 15px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.resutrant-page .text-ineer {
  padding: 0 20px;
  float: left;
  width: 100%;
  text-align: center;
}
.resutrant-page .header-menu .navbar {
  padding: 25px 65px 25px 65px;
  width: 100%;
  display: flex;
  text-align: center;
}
.resutrant-page .header-menu {
  z-index: 99;
  width: 100%;
}
.resutrant-page .navbar-toggler {
  display: none;
}
.ft-2heading {
  font-size: 22px;
  font-weight: 600;
  color: #262626;
  text-transform: uppercase;
  margin-bottom: 0px;
  height: 50px;
}
.country-name {
  font-size: 20px;
  color: #262626;
  font-weight: 500;
  display: inline-flex;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.country-name span {
  width: 30px;
  margin-left: 10px;
  border-left: solid 1px #ccc;
  padding-left: 10px;
  line-height: 20px;
}
img.icon-f-mail {
  width: 18px;
  margin-right: 5px;
  opacity: 0.7;
}
img.icon-f-phone, .icon-f-loaction- {
  width: 23px;
  margin-right: 5px;
}
.mle-50 {
  margin-left: -20px;
}
.social-android {
  float: left;
  width: 100%;
  display: inline-flex;
  padding: 0 40px 20px 40px;
  border-bottom: solid 1px rgba(90, 90, 90, 0.37);
  margin-bottom: 15px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.ft-heading-new {
  font-size: 14px;
  text-transform: uppercase;
  color: #262626;
  font-weight: 500;
  padding-right: 15px;
}
.follow-us {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 15px;
  border-right: solid 1px transparent;
  margin-right: 15px;
}
.follow-us.boder-none {
  border: none;
}
.follow-us img.icon-with {
  width: 35px;
}
.follow-us.boder-none .socail-icon ul li {
  padding-right: 4px;
}
.copyright {
  float: left;
  width: 100%;
  padding: 10px 40px 12px 40px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
  font-weight: 400;
}
.copyright .copyright-text a {
  color: #262626;
  font-weight: 500;
  border-right: solid 1px #262626;
  padding-right: 10px;
  margin-right: 10px;
}
.now-in-india {
  padding: 6px 14px;
  border: solid 1px #fff;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  margin-left: 5px;
}
.now-in-india:hover {
  color: #fff;
}
.hedder-fixed .now-in-india {
  padding: 6px 14px;
  border: solid 1px #000;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  margin-left: 5px;
}
.hedder-fixed .now-in-india:hover {
  border: solid 1px #000;
  color: #fff;
  background: #000;
}
.landing-banner {
  float: left;
  width: 100%;
  background: #000 url("../img/landing-banner.jpg") no-repeat center;
  min-height: 763px;
  max-height: 100vh;
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  text-align: left;
  color: #fff;
}
.lading-page .navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  display: block;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
}
.leading-banner-text {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 4%;
  transform: translate(0%, -50%);
  text-align: left;
  color: #fff;
  width: 50%;
}
.heading-landing {
  font-size: 58px;
  font-weight: 600;
  line-height: 68px;
  text-transform: capitalize;
}
.leading-banner-text p {
  font-size: 22px;
  color: #fff;
  padding: 10px 0;
  line-height: 26px;
}
.map-landing {
  background: url(../img/lamding-bg.png) no-repeat center;
  float: left;
  width: 100%;
  border: none;
  ba
}
.lading-text-p {
  line-height: 24px;
  padding: 0 50px;
}
.lading-page .about-time-is-money {
  float: left;
  width: 100%;
  padding: 60px 0 0 0;
  border-bottom: none;
  margin-bottom: 100px;
}
.process-box-grid {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 60px;
  text-align: left;
  margin-top: 100px;
}
.grow-box {
  position: relative;
  width: 100%;
  border-radius: 8px;
  border: solid 1px #c7c7c7;
  min-height: 128px;
  justify-content: center;
  align-items: center;
  text-align: left;
  display: flex;
  padding-left: 70px;
  margin-left: 30px;
  margin-bottom: 35px;
}
.icon-grow {
  width: 84px;
  height: 84px;
  justify-content: center;
  align-items: center;
  text-align: left;
  display: flex;
  border-radius: 100%;
  border: solid 1px #c7c7c7;
  float: left;
  position: absolute;
  left: -40px;
  background: #fff;
}
.grow-text {
  padding-right: 50px;
}
.grow-text h3 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  padding-bottom: 6px;
}
.grow-text p {
  line-height: 24px;
  margin: 0px;
  padding: 0px;
}
.img-right-viw {
  margin-top: -50px;
}
.btn-center {
  text-align: center;
  float: left;
  width: 100%
}
.benefits {
  float: left;
  width: 100%;
  text-align: center;
  background: #000;
  padding: 60px 0 90px 0;
}
.headin-leanding {
  flex: left;
  width: 100%;
}
.headin-leanding h2 {
  font-weight: 300;
  color: #fff;
  font-size: 1.222em;
  line-height: 47px;
  padding-bottom: 50px;
}
.headin-leanding h2 span {
  display: block;
  font-size: 2.444em;
  font-weight: 400;
  text-transform: uppercase;
}
.benefits-grid {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  text-align: left;
  margin-top: 30px;
}
.benefits-grid-outer h2 {
  font-size: 18px;
  padding-bottom: 4px;
  font-weight: 600;
  color: #fff;
}
.benefits-grid-outer {
  float: left;
  width: 100%;
  min-height: 90px;
  border-radius: 4px;
  border: solid 1px #d9d9d9;
  display: flex;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.text-bene {
  float: left;
  width: 100%;
  padding: 15px 35px;
}
.text-bene p {
  padding: 0px;
  margin: 0px;
}
.expert {
  float: left;
  width: 100%;
  background: #161616;
  padding: 60px 0;
  color: #fff;
}
.expert h2 {
  font-size: 58px;
  font-weight: 600;
  padding-bottom: 15px;
}
.expert p {
  padding: 0 150px;
  line-height: 24px;
  padding-bottom: 15px;
}
.expert span {
  border: solid 1px #fff;
  color: #fff;
  padding: 10px 20px;
  font-size: 22px;
}
.benefits .box-grid {
  margin-top:
}
/*.faq-tab{ display: none;}*/
.lading-page-form {}
.lading-page-form .get-in-touch {
  padding: 0px;
}
.lading-page-form .close {
  position: absolute;
  right: 0px;
  top: 0;
  font-size: 45px;
  opacity: 1;
  width: 55px;
  height: 55px;
  border-left: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  color: #00;
  font-weight: 300;
}
.lading-page .logos-slide {
  padding-bottom: 0px;
}
.lading-page .copyright {
  background: #f1f1f1;
}
.lading-page .marquee {
  margin-bottom: 0px;
}
.elevate-btn {
  padding-top: 50px;
}
.advertisers .faq-tab {
  display: block;
}
.lading-page-form .get-in-touch {
  padding: 0px;
  background: none;
}
.lading-page-form .heading-page-black {
  font-size: 34px;
}
.lading-page-form .faq-tab {
  display: block;
}
.act-now.expert h2 {
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 15px;
}
.act-now.expert p {
  padding: 0 250px;
  line-height: 24px;
  padding-bottom: 15px;
}
.res-tab-faq.faq-tab {}
.tabing-page {
  float: left;
  width: 100%;
  padding: 60px 0;
  background: #fff;
}
.thankyou-page {
  float: left;
  width: 100%;
  text-align: center;
  padding: 10vh 0;
  height: 89vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.thankyou-page h2 {
  font-size: 4.5em;
  font-weight: 600;
  padding: 15px 0;
}
.thankyou-page p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}
.thankyou-page span {
  display: block;
}
.call-mail {
  display: grid;
  float: left;
  width: 100%;
  padding: 20px 0 0 0;
  border-top: solid 1px #d6d6d6;
  margin-top: 50px;
  text-align: center;
  grid-template-columns: repeat(3, 1fr);
}
.call-us-now {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-right: solid 1px #d6d6d6;
  margin-right: 30px;
}
.call-us-now p {
  font-size: 28px;
  line-height: 26px;
  font-weight: 500;
  padding: 0px 0 0 15px;
  margin: 0px;
  text-align: left;
}
.call-us-now span {
  width: 50px;
}
.call-us-now span img {
  width: 100%;
}
.mail-quote {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-right: solid 1px #d6d6d6;
  margin-right: 30px;
}
.mail-quote span {
  width: 35px;
}
.mail-quote span img {
  width: 100%;
}
.mail-quote a {
  padding-left: 15px;
  font-weight: 500;
}
.banner-view {
  background: url("../img/digital-banner.jpg") no-repeat top;
  width: 100%;
  height: 655px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
}
.banner-view h2 {
  font-size: 61px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 12px;
}
.banner-view p {
  font-size: 28px;
  color: #fff;
}
.banner-text {
  padding-left: 55px;
}
.digital_marketing .hedder-fixed .logo-white-iiner {
  display: block;
  width: 160px;
}
.digital_marketing .hedder-fixed .logo-black-inner {
  display: none;
}
.digital_marketing_introduction {
  padding: 30px 0 60px 0;
  float: left;
  width: 100%;
}
.introduction {
  padding: 0 160px;
  text-align: center;
  float: left;
  width: 100%;
}
.introduction h2 {
  font-size: 58px;
  color: #080808;
  font-weight: 700;
  padding-bottom: 10px;
}
.introduction p {
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}
.digital-m {
  float: left;
  width: 100%;
  background: #000;
  min-height: 480px;
  display: inline-flex;
  margin: 60px 0 0 0;
}
.img-left {
  float: left;
  width: 100%;
}
.text-digital {
  float: left;
  width: 100%;
  min-height: 480px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  padding: 0 60px;
  color: #fff;
}
.text-digital .text-view h2 {
  font-size: 55px;
  color: #fff;
  font-weight: 700;
  line-height: 58px;
  padding-bottom: 18px;
}
.text-digital .text-view p {
  font-size: 20px;
  line-height: 32px;
}
.channels-grid {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 45px;
  text-align: left;
  margin-top: 0px;
}
.channels-outer {
  position: relative;
  border: solid #707070 1px;
  border-radius: 15px;
  float: left;
  width: 100%;
  min-height: 325px;
  margin-bottom: 35px;
}
.Channels .introduction h2 {
  padding-bottom: 35px;
}
.outer-text {
  padding: 0px 40px;
  min-height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.icon {
  float: left;
  width: 112px;
  height: 112px;
  background: #fff;
  border: solid #707070 1px;
  border-radius: 100px;
  position: absolute;
  left: 30px;
  top: -50px;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: inline-flex;
}
.channels-view h2 {
  font-size: 26px;
  color: #030303;
  margin-bottom: 15px;
  font-weight: 600;
}
.channels-view h2 span {
  color: #6c6c6c;
  display: block;
  font-size: 20px;
}
.channels-view p {
  font-size: 20px;
  line-height: 28px;
  color: #030303;
  margin: 0px;
  font-weight: 500;
}
.Channels .introduction {
  margin-bottom: 50px;
}
.maerketing-img {
  margin: -100px 0 0 0;
}
.growing-business {
  background: url("../img/business-bg.png") no-repeat top;
  float: left;
  width: 100%;
  height: 955px;
  padding-top: 230px;
}
.grwoing h3 {
  font-size: 42px;
  font-weight: 300;
}
.growing-grid {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 45px;
  text-align: left;
  margin-top: 0px;
}
.grwoing-outer {
  float: left;
  width: 100%;
  padding: 30px 0 0 0;
  border-bottom: solid 1px #c3c2c2;
  min-height: 250px;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.grwoing-outer h4 {
  font-size: 26px;
  padding-bottom: 18px;
}
.grwoing-outer p {
  padding: 0px;
  margin: 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.goal {
  display: inline-flex;
  float: left;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 25px 0 0 0;
}
.text-grow {
  padding: 0 45px;
}
.read h2 {
  font-size: 39px;
  color: #000;
  padding-bottom: 25px;
}
.read h2 span {
  font-weight: 700;
}
.read p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  width: 88%;
}
.btn-box {
  float: left;
  width: 100%;
  padding: 15px 0;
}
.btn-here {
  background: #000;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  padding: 10px 25px;
  font-weight: 600;
  min-height: 63px;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: inline-flex;
  border: solid 2px rgba(0, 0, 0, 0.0)
}
.btn-here:hover {
  border: solid 2px rgba(0, 0, 0, 1);
  color: #000;
  background: none;
}
.btn-contact {
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: solid 2px rgba(0, 0, 0, 1);
  margin-left: 10px;
  padding-bottom: 7px;
  font-weight: 600;
}
.btn-contact:hover {
  border-bottom: solid 2px rgba(20, 70, 255, 1);
  color: #1446ff;
}
.digital-merkting-page {
  background: #fff;
  float: left;
  width: 100%;
  border: solid 1px #d1d1d1;
  border-radius: 10px;
  padding: 0px;
  margin-bottom: 100px;
}
.digital-merkting-page .heading-page-black {
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 0.3px;
  line-height: 49px;
  color: #000;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.digital_marketing .digital-merkting-page .form-custome .form-group label {
  position: absolute;
  left: 0;
  font-size: 18px;
  letter-spacing: 0.5px;
  top: -20px;
  color: #000000;
  font-weight: 400;
}
.digital_marketing .digital-merkting-page .form-custome .form-group input[type="text"]:focus ~ .lz-label, .digital_marketing .digital-merkting-page .form-custome .form-group input[type="number"]:focus ~ .lz-label {
  display: block;
  color: #FF963D;
  top: -20px;
  font-size: 14px;
}
.img-grwo {
  width: 58%;
}
.contac-digital {
  float: left;
  width: 100%;
  clear: both;
}
.form-custome .btn-center .hvr-sweep-to-right {
  float: none;
}
.sultion-banner {
  background: #f2f2f2 url("../img/sultion-banner.png") no-repeat top;
  width: 100%;
  height: 754px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: 100% auto;
}
.sultion-banner h2 {
  font-size: 48px;
  color: #000;
  font-weight: 700;
  padding-bottom: 12px;
  text-transform: uppercase;
}
.sultion-banner h2 span {
  font-weight: 300;
}
.sultion-banner p {
  font-size: 28px;
  color: #fff;
}
.banner-text {
  padding-left: 55px;
}
.soultion-logo {
  width: 185px;
}
.navbar-nav .newlink .nav-link {
  color: #000;
}
.elavte-page {
  background: url("../img/elevate-bg.png") no-repeat top;
  height: 672px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
}
.elavte {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.elavte-outer {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.elavte-text {
  float: left;
  width: 100%;
  padding-right: 10em;
}
.elavte-text h3 {
  font-size: 2em;
  color: #fff;
  margin-bottom: 25px;
}
.elavte-text h3 span {
  font-weight: 300;
  display: block;
  font-size: 1.1em;
}
.elavte-icon {
  width: 100%;
  float: left;
}
.elavte-text p {
  line-height: 28px;
  color: #fff;
  font-size: 20px;
}
.offerings {
  float: left;
  width: 100%;
  padding-top: 60px;
  text-align: center;
}
.elavte-heading {
  float: left;
  width: 100%;
}
.elavte-heading h2 {
  text-align: center;
  color: #000;
  font-size: 2.8em;
  font-weight: 700;
  padding-bottom: 60px;
}
.offerng-list {
  float: left;
  width: 100%;
  border-bottom: solid 1px #d9d9d9;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.offering-grid {
  float: left;
  width: 100%;
}
.offering-outer {
  float: left;
  width: 100%;
  min-height: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.offering-icon, .offering-service {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  text-align: left;
}
.service-off {
  float: left;
  width: 100%;
  padding-left: 30px;
}
.service-off h3 {
  font-size: 1.9em;
  position: relative;
  color: #000;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 25px
}
.service-off h3:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #ff9f9f;
  width: 26px;
  content: "";
}
.service-off h4 {
  font-size: 1.2em;
  color: #000;
  font-weight: 500;
  padding-bottom: 10px;
}
.service-off p {
  color: #323232;
  font-size: 1.1em;
  line-height: 29px;
  margin: 0px;
  padding-bottom: 15px;
  font-weight: 400;
}
.why-choose-us {
  float: left;
  width: 100%;
  position: relative;
  padding: 50px 0px;
  text-align: center;
}
.why-choose-us:before {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 224px;
  content: "";
  background: #ececec;
  position: absolute;
}
.why-choose-us h2 {
  color: #080808;
  font-size: 3.3em;
  font-weight: 700;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.choose-us-grid {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  text-align: left;
  margin-top: 0px;
}
.choose-us-outer {
  position: relative;
  background: #fff;
  border-radius: 15px;
  border: solid 1px #bebebe;
  min-height: 211px;
  display: flex;
  justify-content: center;
  align-items: center;
	transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  text-decoration: none;
 
}

.choose-us-outer:hover{
	box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.3);
	border-color: #000000;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}

.choose-us-outer:hover .icon{
	background: #000;
}
.text-choose-us h3 {
  font-size: 1.1em;
  font-weight: 600;
  color: #000;
	padding-bottom: 8px;
}
.text-choose-us p {
  color: #323232;
  font-size: 16px;
  font-weight: 400;
	line-height: 19px;
}
.text-choose-us {
  padding: 50px 30px 0;
}

.brand-r{
	
	float: left;
	width: 100%;
}

.brand-r h2{
	
	font-weight: 700;
	color: #101010;
	font-size: 3em;
}

.brand-r h2 span{
	font-weight: 300;
}

.brand-r p {
	padding: 15px 10em;
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

.restaurant-brand{
	
	padding-bottom: 55px;
}

.navbar-nav .nav-link{
	
	font-size: 18px;
}

.marketing-slution .header-menu img.logo-black-inner{
	
	display: none;
}

.marketing-slution .header-menu img.logo-white-iiner{
	
	display: block;
	width: 185px;
}

.marketing-slution .navbar-nav .nav-link{
	
	color: #000;
}



.banner-resturants{
	
	float: left;
	width: 100%;
	background: url("../img/banner-res.jpg") no-repeat top;
	min-height: 755px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: left;
	padding-left: 0px;
	background-size: cover;
}

.ca .banner-resturants{
	
	float: left;
	width: 100%;
	background: url("../img/banner-ca.jpg") no-repeat top;
	min-height: 755px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: left;
	padding-left: 0px;
	background-size: cover;
}

.resturnat-text {
	float: left;
	width: 40%;
}


.resturnat-text h2{
	font-size: 3.6em;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase
}

.resturnat-text p{
	
	color: #fff;
	font-size: 1.5em;
	font-weight: 500;
	line-height: 29px;
	margin: 0px;
	padding: 12px 0 0 0;
}


.india-marketing .header-menu {
	position: relative;
	z-index: 99;
	width: 100%;
}

.india-marketing .header-menu.hedder-fixed{
	
	position: fixed;
}


.industry{
	
	float: left;
	width: 100%;
	background: #f1f1f1;
	padding-bottom: 65px;
	margin-bottom: 65px;
	
}

.top-heading{
	
	padding: 45px 0;
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

.top-heading h4{
	
	font-size: 1.8em;
	line-height: 32px;
	
}

.top-heading h4 span{
	
 display: block;
	font-weight: 300;
	font-size: 22px;
	padding-bottom: 4px;
}

.unit-chlennge {
	position: relative;
	width: 100%;
	/* display: inline-flex; 
	justify-content: center;
	align-items: center;*/
}

.unit-body {
	float: left;
	width: 100%;
	padding-right: 100px;
	text-align: right;
}

.box-icon-classic-count {
    font-size: 60px;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 600;
    color: rgba(21, 21, 21, 0.2);
    line-height: 1;
}

.unit-left{
	
	position: absolute;
	right: 0;
}


.box-icon-classic-title{
	
	font-weight: 500;
	padding-bottom: 12px;
}

.box-icon-classic-text {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #3c3c3c;
	line-height: 20px;
	font-weight: 400;
}

.icon-t {
	float: left;
	width: 100%;
	text-align: center;
	padding: 0 0 0 0px;
}
.c-icon{
	
	border: solid 1px #c9c9c9;
	width: 223px;
	height: 223px;
	
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
}

.right-view .unit-body {
	float: left;
	width: 100%;
	padding-left: 100px;
	text-align: left;
	padding-right: 0;
}

.right-view .unit-left {
	position: absolute;
	left: 0;
}


.Full-view .unit-chlennge {
	
	 width: 40%;
	margin: auto;
	padding: 35px 0 0 0;
		
	
}

.Full-view .unit-body {
	float: left;
	width: 100%;
	padding-right: 0;
	text-align: center;
}

.Full-view .unit-left {
	position: relative;
	right: 0;
	text-align: center;
}

.impact{
	
	float: left;
	width: 100%;
}

.impact-grid{
	
	 float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 45px;
  text-align: left;
  
}

.impact-outer{
	
	float: left;
	width: 100%;
	min-height:501px;
	justify-content: center;
	align-items: center;
	display: inline-flex;
}

.grey-bg {
	float: left;
	min-height: 501px;
	text-align: center;
	padding: 95px 45px 5px 45px;
	border-radius: 25px;
	background: #f1f1f1;
	border: solid 1px #b6b6b6;
}

.grey-bg p{
	
	font-size: 22px;
	color: #1e1e1e;
	line-height: 32px;
	text-align: left;
}

.footfall {
	display: inline-flex;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.icon-impat {
	width: auto;
	float: left;
}

.foot-text {
	width: 100%;
	padding-left: 35px;
}


.foot-text h4{
	
	color: #1e1e1e;
	font-size: 22px;
	padding-bottom: 8px;
}

.foot-text p{
	
	font-size: 16px;
	color: #3c3c3c;
	line-height: 21px;
	font-weight: 400;
}


.second .foot-text{
	
	padding-left: 0;
	padding-right: 35px;
}

.bg-texxt{
	
	float: left;
	background: #000;
	padding: 30px;
	min-height: 200px;
	justify-content: center;
	align-items: center;
	display: flex;
	width: 100%;
	margin: 50px 0 0 0;
}

.bg-texxt p{
	
	margin: 0px;
	padding: 0px;
	font-size: 32px;
	font-weight: 800;
	font-style: italic;
	color: #fff;
	line-height: 37px;
	text-align: center;
}


.testimonal{
	 float: left;
	width: 100%; 
	padding: 50px 0 0 0;
	text-align: center
}

.testimonal h2.testi{
	
	
	font-weight: 500;
    letter-spacing: .15em;
	color: #151515;
	font-size: 3em;
	
	padding-bottom: 25px;
	
}

.testimonal-r-slider-outer{
	
	float: left;
	width: 100%;
	display: inline-flex;
}

.t-full{
	
	float: left;
	width: 100%;
}

.t-full, .test-p {
	float: left;
	width: 100%;
	padding: 0 5em;
}


.item-view {
	/* width: 87px; */
	margin: auto;
	float: left;
	width: 100%;
	text-align: center;
}
.quote-minimal-figure{
	display: inline-block;
	padding-bottom: 8px;
}

.quote-minimal-text {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	margin: 0px;
	padding-bottom: 45px;
}

.quote-minimal-author {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
   
    color: #151515;
}

.quote-minimal-status {
    font-style: italic;
    letter-spacing: .025em;
    color: #3190ff;
}

.quote-minimal-figure img {
    border-radius: 50%;
}

.read-section{
	
	float: left;
	width: 100%;
	background: #ececec;
	padding: 30px 0;
	text-align: center;
	margin-bottom: 65px;
}

.read-section p{
	
	margin: 0px;
	padding: 0px;
	font-size: 39px;
	font-weight: 800;
	line-height: 49px;
	
}

.read-section p span{
	display: block;
	font-weight: 300;
}

