@import url("https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i|Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
/**text-decoration**/
.clearfix:before, .clearfix:after {
  content: '';
  display: table; }

.clearfix:after {
  clear: both; }

/**font-size**/
/**position**/
/**float**/
/**width**/
/**height**/
/**display**/
/**align**/
/**color**/
/**font-weight**/
/**padding**/
/**margin**/
/**text-transform**/
/**top**/
/**left**/
/**right**/
/**bottom**/
/**z-index**/
/**line-height**/
/**transition**/
/**transform**/
/**others**/
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box; }

body {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  background-color: #ffffff;
  color: #291813;
  font-weight: 400; }

a {
  text-decoration: none; }

li {
  list-style: none; }

.clearfix:before, .clearfix:after {
  content: '';
  display: table; }

.clearfix:after {
  clear: both; }

.wrapper {
  width: 100%;
  margin: 0 auto; }

.container {
  max-width: 1170px; }
  @media only screen and (max-width: 991px) {
    .container {
      padding-left: 24px;
      padding-right: 24px; } }
  @media only screen and (max-width: 767px) {
    .container {
      padding-left: 15px;
      padding-right: 15px; } }

/********** header **********/
.header {
  padding-top: 44px;
  background: #ffc43b; }
  @media only screen and (max-width: 991px) {
    .header {
      padding-top: 24px;
      border-bottom: 2px solid rgba(48, 29, 23, 0.1); } }

.header_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid rgba(48, 29, 23, 0.1);
  padding-bottom: 19px; }
  @media only screen and (max-width: 991px) {
    .header_main {
      border: 0px; } }

.header.sticky {
  background: #ffc43b;
  position: fixed;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 0;
  z-index: 99;
  padding: 24px 0px 21px;
  border: 0px; }
  @media only screen and (max-width: 991px) {
    .header.sticky {
      padding: 20px 0px; } }

.header.sticky .login_btn a {
  background: #ffffff; }

.header.sticky .header_main {
  border: 0px;
  padding-bottom: 0px; }

.header.inn_header {
  padding-top: 40px;
  background: #ffc43b;
  border: 0px; }
  @media only screen and (max-width: 991px) {
    .header.inn_header {
      padding-top: 21px; } }

.header.inn_header .header_main {
  padding-bottom: 40px; }
  @media only screen and (max-width: 991px) {
    .header.inn_header .header_main {
      padding-bottom: 21px; } }

.header.inn_header .nav_bg ul li:before {
  bottom: -48px; }

.header.inn_header.sticky .nav_bg ul li::before {
  bottom: -30px; }

.header.inn_header.sticky .header_main {
  padding-bottom: 0px; }

.header.inn_header.sticky {
  background: #ffc43b; }
  @media only screen and (max-width: 991px) {
    .header.inn_header.sticky {
      padding: 18px 0px; } }

.header.inn_header .login_btn a {
  background-color: rgba(48, 29, 23, 0.07); }

.header.inn_header.sticky .login_btn a {
  background-color: rgba(48, 29, 23, 0.07); }

.header.inn_header .header_main {
  border: 0px; }

.header.inn_header1 {
  background: #F5F5F0; }

.logo {
  display: inline-block;
  vertical-align: middle;
  width: 170px; }
  @media only screen and (max-width: 767px) {
    .logo {
      max-width: 170px; } }

.logo a {
  display: block; }

.logo img {
  width: 100%; }

.nav_bg {
  display: inline-block;
  vertical-align: middle; }

.nav_bg nav ul {
  margin: 0px; }
  .nav_bg nav ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 700;
    margin-right: 33px;
    position: relative; }
    .nav_bg nav ul li:last-child {
      margin: 0px; }
    .nav_bg nav ul li a {
      display: block;
      color: #301D17;
      text-decoration: none; }
      .nav_bg nav ul li a:hover {
        color: #B32323; }
      @media only screen and (max-width: 991px) {
        .nav_bg nav ul li a {
          position: relative; }
          .nav_bg nav ul li a:before {
            position: absolute;
            left: 0px;
            right: 0px;
            bottom: 0px;
            content: "";
            background: #B32323;
            height: 2px;
            width: 0;
            margin: 0 auto;
            transition: all ease 250ms;
            -webkit-transition: all ease 250ms; } }
    @media only screen and (max-width: 991px) {
      .nav_bg nav ul li {
        display: block;
        margin-right: 0px;
        font-size: 24px; } }

.nav_bg ul li:before {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -30px;
  content: "";
  background: #B32323;
  height: 2px;
  width: 0;
  margin: 0 auto;
  transition: all ease 250ms;
  -webkit-transition: all ease 250ms; }
  @media only screen and (max-width: 991px) {
    .nav_bg ul li:before {
      bottom: 0px;
      display: none; } }

.nav_bg ul li:hover:before {
  width: 100%; }
  @media only screen and (max-width: 991px) {
    .nav_bg ul li:hover:before {
      width: 0px; } }

.nav_bg ul li.current-menu-item:before, .nav_right ul li.current-menu-item:before {
  width: 100%; }

.nav_bg ul li.current-menu-item a:before, .nav_right ul li.current-menu-item a:before {
  width: 100%; }

.nav_bg ul li.current-menu-item a {
  color: #bb2827; }

.nav_right ul li.current-menu-item a {
  color: #bb2827;
  opacity: 1; }

.nav_bg nav ul.menu_btm {
  display: none; }

.nav_bg nav .single_robot {
  display: none; }

.nav_right {
  display: inline-block;
  vertical-align: middle; }

.nav_right ul {
  display: inline-block;
  vertical-align: middle;
  margin: 0px; }
  @media only screen and (max-width: 991px) {
    .nav_right ul {
      display: none; } }
  .nav_right ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 700;
    margin-right: 13px;
    position: relative; }
    .nav_right ul li a {
      display: block;
      color: #301D17;
      opacity: 0.5;
      text-decoration: none; }
      .nav_right ul li a:hover {
        color: #B32323;
        opacity: 1; }

.nav_right ul li:before {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -30px;
  content: "";
  background: #B32323;
  height: 2px;
  width: 0;
  margin: 0 auto;
  transition: all ease 250ms;
  -webkit-transition: all ease 250ms; }
  @media only screen and (max-width: 991px) {
    .nav_right ul li:before {
      bottom: 0px;
      display: none; } }

.inn_header .nav_right ul li:before {
  bottom: -49px; }

.sticky .nav_right ul li:before {
  bottom: -31px; }

.sticky .nav_right ul li a {
  color: #301D17;
  opacity: 0.5; }

.sticky .nav_right ul li a:hover {
  color: #bb2827;
  opacity: 1; }

.nav_right ul li:hover:before {
  width: 100%; }
  @media only screen and (max-width: 991px) {
    .nav_right ul li:hover:before {
      width: 0px; } }

.login_btn {
  display: inline-block;
  vertical-align: middle; }

.login_btn a {
  display: inline-block;
  padding: 8px 16px;
  background-color: rgba(48, 29, 23, 0.07);
  border-radius: 19px;
  font-size: 16px;
  color: #301D17;
  font-weight: 700;
  text-decoration: none; }
  @media only screen and (max-width: 479px) {
    .login_btn a {
      padding: 7px 14px; } }
  .login_btn a:hover {
    background: rgba(255, 255, 255, 0.5); }
  .login_btn a img {
    margin-right: 3px; }

/***********sub_menu_styling***************/
.sub-menu {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 225px;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  padding-top: 15px;
  z-index: 9; }

.sub-menu ul {
  left: 100%;
  top: 0; }

nav ul li > ul.sub-menu:before {
  content: '';
  position: absolute;
  top: 26px;
  left: 10px;
  border-bottom: 16px solid #ffffff;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent; }

.sub-menu li ul.sub-menu {
  padding-top: 0px;
  padding-left: 18px; }

.sub-menu li ul.sub-menu:before {
  content: '';
  position: absolute;
  top: 12px;
  left: -7px;
  border-right: 16px solid #ffffff;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent; }

nav > ul > li > ul > li {
  float: none;
  display: block;
  margin: 0;
  padding: 4px 10px; }

.nav_bg ul li ul li:last-child {
  padding-right: 20px; }

nav > ul > li > ul > li:first-child:hover:before {
  display: none; }

nav > ul > li > ul > li a:hover {
  color: #2b3d76; }

nav > ul > li > ul > li a {
  color: #4d4d4d;
  text-transform: capitalize;
  text-decoration: none;
  font-size: 16px;
  line-height: 28px; }

nav > ul > li > ul > li a:after {
  display: none; }

nav ul li ul {
  position: relative; }

.nav_bg ul li ul li {
  text-align: left;
  padding: 6px 20px;
  background: #ffffff;
  display: block; }

.topmenu > ul {
  margin-left: 0px;
  padding-bottom: 10px; }

/* Menu-Icon  starts */
.nav-icon {
  display: none;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 9;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 13px;
  left: 15px;
  border-radius: 4px; }

.nav-icon span {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  opacity: 1;
  left: 0px;
  background: url("../assets/images/menu.svg") no-repeat;
  background-size: cover; }

.nav-icon.open span {
  background: url("../assets/images/x.svg") no-repeat;
  background-size: cover; }

@media only screen and (max-width: 991px) {
  .logo {
    width: auto;
    max-width: 180px;
    position: relative;
    z-index: 9;
    padding: 0px;
    margin-left: 50px; }
  .logo img {
    width: 100%; }
  /***********toggle_menu_start***************/
  .nav-icon {
    display: block; }
  .nav-icon.open {
    z-index: 99999;
    top: 13px;
    left: 15px; }
  .nav-icon.open:before {
    display: none; }
  .nav_bg {
    position: absolute;
    left: 0px;
    top: 0;
    border: 0; }
  .open .header nav {
    display: block;
    padding: 60px 75px; }
  .header nav {
    display: none;
    left: 0px;
    right: 0px;
    float: none;
    z-index: 9;
    padding: 40px 15px;
    background: #ffc43b;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    transition: all ease-in-out 0.5s;
    z-index: 9999;
    overflow: auto; }
  nav ul {
    width: 100%;
    max-width: 100%;
    display: block;
    justify-content: normal; }
  nav ul li {
    display: block;
    float: none;
    padding: 10px 0px;
    margin: 0;
    font-size: 24px;
    text-align: left; }
  .arrow {
    color: #0a0028; }
  .arrow:hover, .arrow.active {
    color: #0a0028; }
  .nav_bg nav > ul > li a {
    display: inline-block;
    font-size: 24px;
    line-height: 30px;
    position: relative;
    z-index: 999999;
    margin-right: 27px; }
  .nav_bg nav ul li a:after, .nav_bg nav ul li ul:before {
    display: none; }
  .nav_bg nav > ul > li > ul > li {
    border: none;
    padding: 0px;
    padding: 10px 15px; }
  .nav_bg nav > ul > li > ul > li:after {
    display: none; }
  .nav_bg nav ul {
    margin: 0px; }
  .sub-menu {
    width: 100%;
    display: block; }
  .sub-menu ul {
    border: 0px; }
  .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    display: none;
    transition: none;
    -o-transition: none;
    -webkit-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    background: none; }
  nav ul {
    float: none;
    display: block; }
  .nav_bg nav > ul > li > ul > li a {
    font-size: 20px;
    color: #0a0028; }
  .click_menu {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 10px;
    cursor: pointer;
    top: 20px;
    border-style: solid;
    transform: rotate(45deg);
    border-width: 0 3px 3px 0;
    padding: 3px;
    background-position: right;
    z-index: 999; }
  .open2 > .click_menu {
    transform: rotate(-135deg);
    top: 26px;
    background-position: left; }
  ul.topmenu li .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    left: 0px; }
  ul.topmenu li .sub-menu {
    opacity: 1;
    z-index: 99;
    transition: all 0.3s; }
  ul.topmenu li .sub-menu li {
    display: block;
    text-align: left;
    width: 100%;
    padding: 6px 15px; }
  ul.topmenu li.open2 > ul.sub-menu {
    display: block;
    transition: all 0.3s; }
  .topmenu ul {
    margin-left: 0px;
    display: none; }
  .nav_bg nav ul.menu_btm {
    position: absolute;
    bottom: 115px;
    left: 75px;
    width: 80%;
    display: block; }
  .open .header nav .single_robot {
    position: absolute;
    bottom: 0px;
    left: 94px;
    width: 189px;
    display: block;
    margin: inherit; }
  .open .header nav .single_robot img {
    height: 125px;
    object-fit: cover;
    width: 100%;
    object-position: top; } }

@media only screen and (min-width: 768px) {
  nav ul li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    display: block !important; } }

/********** banner_sec **********/
.banner_sec {
  padding: 80px 0px;
  background: #ffc43b;
  position: relative;
  margin-bottom: 70px; }
  @media only screen and (max-width: 767px) {
    .banner_sec {
      margin-bottom: 0px;
      padding-bottom: 0px;
      overflow: hidden; } }
  @media only screen and (max-width: 479px) {
    .banner_sec {
      padding-top: 37px; } }
  .banner_sec:before {
    content: '';
    position: absolute;
    width: 395px;
    height: 77px;
    background: url("../assets/images/btm_img.png") no-repeat;
    bottom: -70px;
    left: 0px;
    right: 0px;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .banner_sec:before {
        display: none; } }

.inn_banner:before {
  background: url("../assets/images/btm_img1.png") no-repeat;
  left: 0; }

.banner_sec.inn_banner {
  background: #F5F5F0;
  padding-top: 98px; }
  @media only screen and (max-width: 1179px) {
    .banner_sec.inn_banner {
      padding-bottom: 40px; } }
  @media only screen and (max-width: 991px) {
    .banner_sec.inn_banner {
      padding-top: 78px; } }
  @media only screen and (max-width: 767px) {
    .banner_sec.inn_banner {
      padding-top: 40px;
      padding-bottom: 0px; } }

.banner_main {
  width: 83%;
  margin: 0 auto; }
  @media only screen and (max-width: 1179px) {
    .banner_main {
      width: 100%; } }

.inn_banner .banner_main {
  padding-bottom: 80px; }
  @media only screen and (max-width: 1179px) {
    .inn_banner .banner_main {
      padding-bottom: 80px; } }
  @media only screen and (max-width: 991px) {
    .inn_banner .banner_main {
      padding-bottom: 140px; } }

.banner_left {
  width: 61%;
  display: inline-block;
  vertical-align: bottom; }
  @media only screen and (max-width: 991px) {
    .banner_left {
      width: 64%; } }
  @media only screen and (max-width: 767px) {
    .banner_left {
      width: 100%; } }

.inn_banner .banner_left {
  width: 62%; }
  @media only screen and (max-width: 1179px) {
    .inn_banner .banner_left {
      width: 62%; } }
  @media only screen and (max-width: 991px) {
    .inn_banner .banner_left {
      width: 72%; } }
  @media only screen and (max-width: 767px) {
    .inn_banner .banner_left {
      width: 85%; } }
  @media only screen and (max-width: 479px) {
    .inn_banner .banner_left {
      width: 100%; } }

.banner_left h1 {
  font-size: 72px;
  line-height: 72px;
  font-weight: 800;
  letter-spacing: -0.25px;
  color: #301D17;
  margin-bottom: 31px; }
  @media only screen and (max-width: 991px) {
    .banner_left h1 {
      font-size: 64px; } }
  @media only screen and (max-width: 767px) {
    .banner_left h1 {
      font-size: 48px;
      line-height: 50px; } }
  @media only screen and (max-width: 479px) {
    .banner_left h1 {
      font-size: 48px;
      line-height: 46px; } }

@media only screen and (max-width: 479px) {
  .inn_banner .banner_left h1 {
    font-size: 40px; } }

.banner_left p {
  font-size: 20px;
  color: #000000;
  margin: 0px;
  line-height: 1.6; }

.banner_right {
  width: 32%;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 55px; }
  @media only screen and (max-width: 1179px) {
    .banner_right {
      margin-left: 25px; } }
  @media only screen and (max-width: 991px) {
    .banner_right {
      margin-left: 0px; } }
  @media only screen and (max-width: 767px) {
    .banner_right {
      width: 200px;
      height: 100px;
      text-align: right;
      display: block;
      margin-left: auto;
      position: relative;
      left: 75px; } }

.inn_banner .banner_right {
  width: 37%;
  margin-left: -25px; }
  @media only screen and (max-width: 1179px) {
    .inn_banner .banner_right {
      width: 40%;
      margin-left: -29px; } }
  @media only screen and (max-width: 991px) {
    .inn_banner .banner_right {
      width: 30%;
      margin: 0px;
      position: absolute;
      right: 170px;
      top: 152px; } }
  @media only screen and (max-width: 767px) {
    .inn_banner .banner_right {
      left: auto;
      top: auto;
      bottom: 55px;
      height: 130px;
      width: 309px;
      right: -45px; } }
  @media only screen and (max-width: 479px) {
    .inn_banner .banner_right {
      right: -45px; } }

@media only screen and (max-width: 767px) {
  .banner_right img {
    width: 200px;
    height: 160px; } }

.bann_btm_main {
  margin-top: 29px; }

.bann_btm {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px; }
  @media only screen and (max-width: 479px) {
    .bann_btm {
      display: block;
      margin: 0px; } }

.bann_btm a {
  width: 100%;
  padding: 1.4rem 2.5rem;
  margin-top: 34px;
  background: #ffc53d;
  border: none;
  border-radius: 50px;
  font-size: 1.25rem;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  cursor: pointer;
  outline: none;
  transition: all 0.1s ease-in-out;
  color: #291813;
  background: white;
  padding: 0.7rem 1.6rem;
  text-decoration: none;
  display: inline-block;
  margin-top: 0px; }
  .bann_btm a:hover {
    background: #ffce5c; }
  @media only screen and (max-width: 479px) {
    .bann_btm a {
      text-align: center;
      width: auto; } }
  .bann_btm a:hover {
    background: #ffce5c; }

.inn_banner .bann_btm a {
  background: #ffc53d;
  padding: 0.7rem 2rem; }
  @media only screen and (max-width: 479px) {
    .inn_banner .bann_btm a {
      width: 100%;
      padding: 0.7rem 1rem; } }
  .inn_banner .bann_btm a em {
    font-style: normal; }

.bann_btm a:active {
  background: #ffbf29; }

.bann_btm a svg {
  position: relative;
  transition: transform 0.2s ease-in-out;
  margin-left: 0.75rem; }

.bann_btm a:hover svg {
  transform: translateX(5px); }

.bann_btm_1 ul li.red_txt a {
  color: #B32323;
  text-decoration: none;
  font-weight: 700; }

.bann_btm_1 ul li.red_txt a:hover {
  color: #000000; }

.bann_btm_1 {
  display: inline-block;
  vertical-align: middle; }
  @media only screen and (max-width: 479px) {
    .bann_btm_1 {
      width: 256px; } }

.bann_btm_1 ul {
  margin: 0px; }
  @media only screen and (max-width: 479px) {
    .bann_btm_1 ul {
      text-align: center;
      margin-top: 10px; } }
  .bann_btm_1 ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #000000;
    margin-right: 12px; }

.down-arrow {
  position: absolute;
  bottom: -54px;
  left: 50%;
  width: 48px;
  height: 48px;
  z-index: 9;
  margin: 0 auto;
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #ffffff;
  border-radius: 50%;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0px 4px 11px -4px #b5b0b0; }
  @media only screen and (max-width: 767px) {
    .down-arrow {
      display: none; } }

.down-arrow a {
  display: block;
  text-align: center;
  width: 48px;
  height: 48px;
  line-height: 48px; }

.down-arrow img {
  transform: rotateZ(90deg); }

/********** modal **********/
.modal-dialog {
  max-width: 590px;
  border-radius: 0; }
  @media only screen and (max-width: 767px) {
    .modal-dialog {
      margin: 0px; } }

.modal-content {
  padding: 25px 0px; }

.modal-header {
  padding: 0px;
  border: 0px;
  padding-bottom: 18px;
  position: relative; }

.modal-body {
  padding: 0px; }

.modal-header h4 {
  font-size: 24px;
  font-weight: 700;
  color: #301D17; }

.form-sec label {
  font-size: 16px;
  font-weight: 700;
  color: #291813;
  display: block;
  margin-bottom: 0.5rem; }

.close {
  opacity: 1; }

.modal-header .close {
  width: 48px;
  height: 48px;
  line-height: 0;
  border: solid 2px #E8E8E1;
  background-color: #ffffff;
  padding: 5px;
  outline: none;
  border-radius: 50%;
  margin: -0.3rem -2rem -1rem auto; }
  @media only screen and (max-width: 767px) {
    .modal-header .close {
      margin: -0.3rem -0.5rem -1rem auto; } }

/********** modal-end **********/
.form-sec input {
  height: 52px;
  border-radius: 6px;
  border: 2px solid #E8E8E1;
  background-color: #ffffff;
  width: 100%;
  padding: 0px 15px;
  font-size: 16px; }

.form-sec input::-webkit-input-placeholder, .form-sec textarea::-webkit-input-placeholder {
  color: rgba(42, 25, 19, 0.5); }

.form-sec input:-moz-placeholder, .form-sec textarea:-moz-placeholder {
  color: rgba(42, 25, 19, 0.5); }

.form-sec input::-moz-placeholder, .form-sec textarea::-moz-placeholder {
  color: rgba(42, 25, 19, 0.5); }

.form-sec input:-ms-input-placeholder, .form-sec textarea:-ms-textarea-placeholder {
  color: rgba(42, 25, 19, 0.5); }

.form-sec p {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #291813;
  position: relative;
  width: 180px;
  margin: 0 auto; }
  /*
  .form-sec p:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
    height: 2px;
    background: #E8E8E1; }
  .form-sec p:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
    height: 2px;
    background: #E8E8E1; }
    */

.filepond--drop-label {
  color: #291813; }

.filepond--drop-label label {
  font-size: 1rem; }

.filepond--panel-root {
  background-color: white;
  border: 2px solid #E1E1D8;
  border-style: dashed;
  border-radius: 8px; }

.form-sec button {
  width: 100%;
  padding: 1.4rem 2.5rem;
  margin-top: 34px;
  background: #ffc53d;
  border: none;
  border-radius: 50px;
  font-size: 1.25rem;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  cursor: pointer;
  outline: none;
  transition: all 0.1s ease-in-out;
  color: #291813;
  background: #ffc53d; }
  .form-sec button:hover {
    background: #ffce5c; }
  @media only screen and (max-width: 767px) {
    .form-sec button {
      padding: 0.7rem 1rem; } }
  .form-sec button:hover {
    background: #ffce5c; }

.form-sec button:active {
  background: #ffbf29; }

.form-sec button svg {
  position: relative;
  transition: transform 0.2s ease-in-out;
  margin-left: 0.7rem; }

.form-sec button:hover svg {
  transform: translateX(5px); }

.form_buton {
  margin-top: 20px; }

/********** baked_sec **********/
.baked_sec {
  padding: 64px 0px 80px;
  position: relative; }
  @media only screen and (max-width: 991px) {
    .baked_sec {
      padding-bottom: 30px; } }
  @media only screen and (max-width: 767px) {
    .baked_sec {
      text-align: left;
      padding-bottom: 0px; } }

@media only screen and (max-width: 767px) {
  .baked_sec .head_h3 {
    text-align: left; } }

@media only screen and (max-width: 767px) {
  .baked_sec .head_h3 h3:before {
    right: auto; } }

.baked_sec:after {
  position: absolute;
  right: 0px;
  width: 550px;
  height: 525px;
  bottom: -65px;
  content: '';
  background: url("../assets/images/spot.svg") no-repeat; }
  @media only screen and (max-width: 991px) {
    .baked_sec:after {
      width: 230px;
      z-index: -1; } }
  @media only screen and (max-width: 767px) {
    .baked_sec:after {
      width: 130px; } }

.head_h1 {
  text-align: center; }

.head_h1 h1 {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #301D17;
  margin: 0px;
  position: relative;
  padding-bottom: 16px; }
  @media only screen and (max-width: 767px) {
    .head_h1 h1 {
      font-size: 36px; } }
  .head_h1 h1:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0;
    margin: 0 auto;
    width: 88px;
    height: 2px;
    background: #E8E8E1; }

.head_h3 {
  text-align: center; }

.head_h3 h3 {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #301D17;
  margin: 0px;
  position: relative;
  padding-bottom: 16px; }
  @media only screen and (max-width: 767px) {
    .head_h3 h3 {
      font-size: 36px; } }
  .head_h3 h3:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0;
    margin: 0 auto;
    width: 88px;
    height: 2px;
    background: #E8E8E1; }

.baked_sec_main {
  padding: 30px 0px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .baked_sec_main {
      padding-bottom: 0px; } }

.baked_sec_main ul li {
  display: block; }

.baked_sec_1 {
  width: 100%; }

.baked_img {
  display: inline-block;
  vertical-align: middle;
  width: 56px; }
  @media only screen and (max-width: 767px) {
    .baked_img {
      display: none; } }

.baked_txt {
  display: inline-block;
  vertical-align: middle;
  width: 81%;
  padding-left: 14px; }
  @media only screen and (max-width: 1179px) {
    .baked_txt {
      width: 79.6%; } }
  @media only screen and (max-width: 767px) {
    .baked_txt {
      padding-left: 0px;
      width: 100%;
      padding-bottom: 15px; } }

.baked_txt h4 {
  font-size: 20px;
  font-weight: 700;
  color: #291813; }
  @media only screen and (max-width: 767px) {
    .baked_txt h4 {
      margin-bottom: 3px; } }

.baked_txt p {
  font-size: 16px;
  color: #291813; }

.baked_sec_2 {
  padding-top: 10px;
  background: #F5F5F0;
  position: relative;
  z-index: 9; }

.baked_sec_2 img {
  width: 100%;
  border-radius: 0px 0px 10px 10px;
  height: auto; }

.resp-vtabs li.resp-tab-active {
  background: #F5F5F0;
  border-radius: 10px;
  border: 0;
  margin: 0px !important; }

.resp-vtabs .resp-tabs-list li {
  padding: 18px 15px 15px 25px !important; }
  @media only screen and (max-width: 1179px) {
    .resp-vtabs .resp-tabs-list li {
      padding: 18px 15px 15px 15px !important; } }
  @media only screen and (max-width: 991px) {
    .resp-vtabs .resp-tabs-list li {
      width: 49%;
      float: left; } }

.resp-vtabs .resp-tabs-list li:hover {
  background: #F5F5F0;
  border-radius: 10px; }

.resp-vtabs ul.resp-tabs-list {
  width: 32.5%; }
  @media only screen and (max-width: 1179px) {
    .resp-vtabs ul.resp-tabs-list {
      width: 34%; } }
  @media only screen and (max-width: 991px) {
    .resp-vtabs ul.resp-tabs-list {
      width: 100%; } }

.resp-vtabs .resp-tabs-container {
  width: 65.3%;
  margin-left: 25px;
  background: #F5F5F0; }
  @media only screen and (max-width: 1179px) {
    .resp-vtabs .resp-tabs-container {
      width: 63.3%; } }
  @media only screen and (max-width: 991px) {
    .resp-vtabs .resp-tabs-container {
      width: 100%;
      margin-left: 0px;
      margin-top: 15px; } }

.resp-tab-content {
  padding: 0px; }

.robot_intro {
  position: absolute;
  bottom: -38px;
  left: 317px;
  z-index: 9; }
  @media only screen and (max-width: 991px) {
    .robot_intro {
      display: none; } }

/********** work_sec **********/
.work_sec {
  padding: 92px 0px 38px; }
  @media only screen and (max-width: 991px) {
    .work_sec {
      padding-top: 30px; } }

@media only screen and (max-width: 767px) {
  .work_sec .head_h3 {
    text-align: left; } }

@media only screen and (max-width: 767px) {
  .work_sec .head_h3 h3:before {
    right: auto; } }

.work_main {
  padding: 57px 0px; }
  @media only screen and (max-width: 991px) {
    .work_main {
      padding-top: 35px; } }
  @media only screen and (max-width: 767px) {
    .work_main {
      padding-bottom: 20px; } }

@media only screen and (max-width: 767px) {
  .work_sec_1 {
    padding-bottom: 40px; } }

.work_txt_1 {
  display: inline-block;
  vertical-align: top;
  width: 51px; }
  @media only screen and (max-width: 991px) {
    .work_txt_1 {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .work_txt_1 {
      width: 20%; } }

.work_txt_1 h3 {
  font-size: 110px;
  font-weight: 500;
  color: #deded1;
  font-family: "Rubik", sans-serif;
  margin: 0;
  line-height: 1.09; }
  @media only screen and (max-width: 767px) {
    .work_txt_1 h3 {
      line-height: 90px; } }

.work_txt_2 {
  display: inline-block;
  vertical-align: top;
  width: 84%;
  padding-left: 32px; }
  @media only screen and (max-width: 1179px) {
    .work_txt_2 {
      width: 81%;
      padding-left: 25px; } }
  @media only screen and (max-width: 991px) {
    .work_txt_2 {
      width: 100%;
      padding-left: 0px; } }
  @media only screen and (max-width: 767px) {
    .work_txt_2 {
      width: 79%;
      padding-left: 20px; } }
  @media only screen and (max-width: 479px) {
    .work_txt_2 {
      width: 78%; } }

.work_txt_2 h4 {
  font-size: 23px;
  font-weight: 700;
  color: #b32323;
  margin-bottom: 10px; }
  @media only screen and (max-width: 767px) {
    .work_txt_2 h4 {
      font-size: 24px; } }

.work_txt_2 p {
  font-size: 16px;
  color: #291813;
  padding-right: 5px;
  font-weight: 400; }

.work_img {
  text-align: center;
  margin-top: 5px; }
  @media only screen and (max-width: 1179px) {
    .work_img img {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .work_img img {
      width: auto;
      padding-left: 95px;
      padding-top: 5px; } }
  @media only screen and (max-width: 479px) {
    .work_img img {
      width: 100%; } }

.detail_btn {
  text-align: center;
  margin-top: 47px; }

button {
  background: transparent;
  border-radius: 50px;
  border: 2px solid #e0e0da;
  font-size: 1.25rem;
  color: #291813;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  padding: 0.7rem 8.5rem;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  outline: none; }
  button:hover {
    background: #ffce5c; }
  @media only screen and (max-width: 767px) {
    button {
      padding: 0.7rem 5.5rem;
      width: 100%; } }
  @media only screen and (max-width: 479px) {
    button {
      padding: 0.7rem 0.5rem;
      text-align: center; } }

button:active {
  background: #ffbf29; }

button svg {
  position: relative;
  transition: transform 0.2s ease-in-out;
  margin-left: 0.7rem; }

button:hover svg {
  transform: translateX(5px); }

/********** pricing_sec **********/
.pricing_sec {
  padding-bottom: 50px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .pricing_sec {
      padding-bottom: 60px; } }
  .pricing_sec:before {
    position: absolute;
    left: 0px;
    top: -27px;
    content: '';
    width: 385px;
    height: 250px;
    background: url(../assets/images/dots.svg) no-repeat; }
    @media only screen and (max-width: 767px) {
      .pricing_sec:before {
        display: none; } }

.pricing_sec .head_h1 p {
  font-size: 24px;
  text-align: center;
  color: #000000;
  padding-top: 22px; }

.pricing_sec .head_h3 p {
  font-size: 24px;
  text-align: center;
  color: #000000;
  padding-top: 22px; }

.price_main {
  padding: 51px 43px 40px;
  border-radius: 16px;
  border: 2px solid #E8E8E1;
  background-color: rgba(255, 255, 255, 0.8);
  width: 83%;
  margin: 0 auto;
  margin-top: 21px;
  position: relative; }
  @media only screen and (max-width: 1179px) {
    .price_main {
      width: 88%; } }
  @media only screen and (max-width: 991px) {
    .price_main {
      width: 100%;
      padding: 40px 25px; } }
  @media only screen and (max-width: 767px) {
    .price_main {
      padding: 40px 20px; } }
  @media only screen and (max-width: 479px) {
    .price_main {
      padding: 40px 10px; } }

.price_1 h3 {
  font-family: "Rubik", sans-serif;
  font-size: 160px;
  font-weight: 700;
  line-height: 0.75;
  letter-spacing: -3.5px;
  color: #291813;
  margin-bottom: 3px; }
  @media only screen and (max-width: 767px) {
    .price_1 h3 {
      font-size: 80px; } }

.price_1 {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  padding-left: 41px;
  padding-right: 25px;
  padding-top: 5px; }
  @media only screen and (max-width: 991px) {
    .price_1 {
      padding-left: 0px; } }
  @media only screen and (max-width: 767px) {
    .price_1 {
      width: 100%;
      padding: 0px;
      text-align: center; } }

.price_1 h3 sub {
  font-size: 72px;
  bottom: 0px; }
  @media only screen and (max-width: 767px) {
    .price_1 h3 sub {
      font-size: 48px; } }

.price_1 h4 {
  font-size: 40px;
  font-weight: 700;
  color: #301D17;
  padding-left: 38px; }
  @media only screen and (max-width: 767px) {
    .price_1 h4 {
      font-size: 24px;
      padding-left: 0px;
      text-align: center; } }

.price_2 {
  display: inline-block;
  vertical-align: top;
  width: 59%;
  padding-left: 50px; }
  @media only screen and (max-width: 991px) {
    .price_2 {
      padding-left: 25px; } }
  @media only screen and (max-width: 767px) {
    .price_2 {
      display: block;
      width: 100%;
      padding: 0px;
      padding-top: 29px; } }

.price_2 ul {
  padding-left: 9px; }
  @media only screen and (max-width: 479px) {
    .price_2 ul {
      padding-left: 0px; } }
  .price_2 ul li {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    padding-bottom: 20px;
    position: relative;
    padding-left: 43px; }
    .price_2 ul li:last-child {
      padding-bottom: 0px; }
    .price_2 ul li:before {
      position: absolute;
      left: 0px;
      width: 26px;
      height: 26px;
      top: 0;
      content: '';
      background: url("../assets/images/pricing-check.svg") no-repeat; }

.price_2 p {
  font-size: 18px;
  font-weight: 700;
  padding-left: 50px;
  color: #b32323; }

.price_2 p a {
  color: #b32323;
  text-decoration: none; }

.price_2 button {
  width: 100%;
  padding: 1.4rem 2.5rem;
  margin-top: 34px;
  background: #ffc53d;
  border: none;
  border-radius: 50px;
  font-size: 1.25rem;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  cursor: pointer;
  outline: none;
  transition: all 0.1s ease-in-out;
  color: #291813; }
  .price_2 button:hover {
    background: #ffce5c; }
  @media only screen and (max-width: 479px) {
    .price_2 button {
      padding: 1.3rem 1.2rem; } }

.price_2 button em {
  font-style: normal; }
  @media only screen and (max-width: 767px) {
    .price_2 button em {
      display: none; } }

.robot_price {
  position: absolute;
  bottom: -26px;
  left: 139px; }
  @media only screen and (max-width: 991px) {
    .robot_price {
      left: 60px; } }
  @media only screen and (max-width: 767px) {
    .robot_price {
      display: none; } }

.price_para {
  width: 83%;
  margin: 0 auto;
  padding-top: 49px; }
  @media only screen and (max-width: 991px) {
    .price_para {
      width: 100%; } }

.price_para p {
  color: rgba(0, 0, 0, 0.35);
  font-size: 16px;
  padding-bottom: 15px; }

/********** testimonial_sec **********/
.testimonial_sec {
  background: #f7f7f3;
  padding: 90px 0px 60px;
  position: relative;
  margin-bottom: 50px;
  margin-top: 30px; }
  @media only screen and (max-width: 767px) {
    .testimonial_sec {
      padding: 45px 0px;
      margin-bottom: 0px; } }
  .testimonial_sec:before {
    content: '';
    position: absolute;
    left: 0px;
    width: 100%;
    height: 60px;
    top: -60px;
    background: url(../assets/images/module-top-bgr.png) no-repeat;
    background-size: cover;
    background-position: right; }
    @media only screen and (max-width: 767px) {
      .testimonial_sec:before {
        background-position: center; } }
  .testimonial_sec:after {
    content: '';
    position: absolute;
    left: 0px;
    width: 100%;
    height: 60px;
    object-fit: cover;
    bottom: -58px;
    background: url(../assets/images/module-btm-bgr.png) no-repeat;
    background-size: cover;
    background-position: left; }
    @media only screen and (max-width: 767px) {
      .testimonial_sec:after {
        background-position: center; } }

.testimonial_img {
  border-radius: 16px;
  background-color: #ffffff;
  padding: 27px; }
  @media only screen and (max-width: 767px) {
    .testimonial_img {
      display: none; } }
  .testimonial_img img {
    width: 100%; }

.testimonial_main {
  width: 75%;
  margin: 0 auto; }
  @media only screen and (max-width: 1179px) {
    .testimonial_main {
      width: 89%; } }
  @media only screen and (max-width: 991px) {
    .testimonial_main {
      width: 100%; } }

.testimonial_txt h3 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #291813;
  line-height: 1; }
  @media only screen and (max-width: 767px) {
    .testimonial_txt h3 {
      font-size: 36px; } }

.testimonial_txt h3 span {
  position: relative;
  z-index: 9;
  display: inline-block; }
  .testimonial_txt h3 span:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 24px;
    background: #ffc43b;
    z-index: -1; }
    @media only screen and (max-width: 767px) {
      .testimonial_txt h3 span:after {
        height: 18px;
        bottom: 0px; } }

.testimonial_txt p {
  font-size: 18px;
  line-height: 24px;
  color: #000000; }

.testimonial_txt p strong {
  display: block;
  font-weight: 700; }

.testimonial_txt p a {
  color: #000000;
  text-decoration: none;
  position: relative;
  display: inline-block; }
  .testimonial_txt p a:before {
    content: '';
    position: absolute;
    left: 0px;
    width: 100%;
    height: 1px;
    background: #000000;
    bottom: 1px; }

.testimonial_btn {
  margin-top: 50px; }

.testimonial_btn button {
  padding: 0.7rem 3.2rem; }
  @media only screen and (max-width: 767px) {
    .testimonial_btn button {
      display: block;
      width: 100%; } }
  @media only screen and (max-width: 479px) {
    .testimonial_btn button {
      padding: 0.7rem 1.2rem; } }

/********** client_logo **********/
.client_logo {
  padding: 54px 0px 44px; }

.client_logo ul {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media only screen and (max-width: 991px) {
    .client_logo ul {
      margin: 0px;
      display: block; } }
  @media only screen and (max-width: 767px) {
    .client_logo ul {
      text-align: center; } }
  @media only screen and (max-width: 991px) {
    .client_logo ul li {
      display: inline-block;
      margin-right: 22px;
      width: 17%; } }
  @media only screen and (max-width: 767px) {
    .client_logo ul li {
      width: 25%; } }
  @media only screen and (max-width: 479px) {
    .client_logo ul li {
      margin-right: 20px;
      padding-bottom: 10px; } }
  .client_logo ul li a {
    display: block; }
  @media only screen and (max-width: 991px) {
    .client_logo ul li img {
      width: 100%; } }

/********** get_sec **********/
.get_sec {
  position: relative;
  padding-bottom: 60px; }
  .get_sec:before {
    position: absolute;
    right: 0px;
    width: 790px;
    height: 500px;
    top: -27px;
    content: '';
    background: url(../assets/images/dots1.png) no-repeat; }
    @media only screen and (max-width: 991px) {
      .get_sec:before {
        width: 450px;
        height: 480px;
        top: 171px; } }
    @media only screen and (max-width: 767px) {
      .get_sec:before {
        display: none; } }

.get_form {
  width: 560px;
  margin: 0 auto;
  padding-top: 33px; }
  @media only screen and (max-width: 767px) {
    .get_form {
      width: 100%; } }

.get_form p {
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  color: #000000; }

.get_form_sec {
  border-radius: 16px;
  border: 2px solid #E8E8E1;
  background-color: #ffffff;
  padding: 49px 64px;
  margin-top: 24px; }
  @media only screen and (max-width: 767px) {
    .get_form_sec {
      border: none;
      padding: 0px; } }

.get_form_sec label {
  font-size: 16px;
  font-weight: 700;
  color: #291813;
  display: block; }

.get_form_sec input {
  height: 52px;
  border-radius: 6px;
  border: 2px solid #E8E8E1;
  background-color: #ffffff; }

.get_form_sec p {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #291813;
  position: relative;
  width: 180px;
  margin: 0 auto; }
  .get_form_sec p:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
    height: 2px;
    background: #E8E8E1; }
  .get_form_sec p:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
    height: 2px;
    background: #E8E8E1; }

.get_form_sec button {
  width: 100%;
  padding: 1.4rem 2.5rem;
  margin-top: 34px;
  background: #ffc53d;
  border: none;
  border-radius: 50px;
  font-size: 1.25rem;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  cursor: pointer;
  outline: none;
  transition: all 0.1s ease-in-out;
  color: #291813;
  padding: 1.4rem 6.5rem; }
  .get_form_sec button:hover {
    background: #ffce5c; }
  @media only screen and (max-width: 479px) {
    .get_form_sec button {
      padding: 1.4rem 1.5rem; } }

/********** reseller_sec **********/
.reseller_sec {
  padding: 0px 0px 55px;
  position: relative; }
  .reseller_sec:before {
    position: absolute;
    left: 0px;
    width: 530px;
    height: 530px;
    top: -180px;
    content: '';
    background: url(../assets/images/mask.svg) no-repeat; }
    @media only screen and (max-width: 991px) {
      .reseller_sec:before {
        background-position: right;
        width: 250px; } }
    @media only screen and (max-width: 767px) {
      .reseller_sec:before {
        width: 150px; } }

.reseller_1 {
  padding-top: 45px; }
  @media only screen and (max-width: 1179px) {
    .reseller_1 {
      padding-top: 0; } }
  @media only screen and (max-width: 991px) {
    .reseller_1 {
      text-align: center;
      width: 65%;
      margin: 0 auto;
      margin-bottom: 30px; } }
  @media only screen and (max-width: 767px) {
    .reseller_1 {
      width: 100%; } }

.reseller_1 .head_h3 {
  text-align: left; }
  @media only screen and (max-width: 991px) {
    .reseller_1 .head_h3 {
      text-align: center; } }
  .reseller_1 .head_h3:before {
    right: auto; }
    @media only screen and (max-width: 991px) {
      .reseller_1 .head_h3:before {
        right: 0px; } }

.reseller_1 h4 {
  font-size: 24px;
  color: #000000;
  padding-top: 23px;
  padding-bottom: 17px; }

.reseller_1 p {
  font-size: 20px;
  color: #000000; }

.reseller_1 button {
  padding: 0.7rem 2.4rem;
  margin-top: 25px; }

.reseller_2 img {
  width: 100%; }

/********** footer **********/
.footer {
  background: #232323; }

.footer_top {
  padding: 59px 0px; }
  @media only screen and (max-width: 767px) {
    .footer_top {
      overflow: hidden;
      padding-bottom: 110px; } }

.footer_1 ul li a {
  font-size: 16px;
  line-height: 1.75;
  color: #ffffff;
  text-decoration: none; }
  .footer_1 ul li a:hover {
    color: #ffc43b; }

.footer_1 ul.menu_left {
  width: 50%;
  float: left;
  margin: 0px; }

.footer_1 ul.menu_right {
  width: 50%;
  float: left;
  margin: 0px;
  padding-left: 15px; }

@media only screen and (max-width: 991px) {
  .footer_2 {
    width: 220px; } }

@media only screen and (max-width: 767px) {
  .footer_2 {
    width: 100%; } }

@media only screen and (max-width: 479px) {
  .footer_2 {
    padding-top: 30px; } }

.footer_2 h5 {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff; }

.footer_2 p {
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff; }

.footer_2 i {
  display: block; }

.footer_2 a {
  color: #ffc43b;
  text-decoration: none; }

@media only screen and (max-width: 991px) {
  .footer_3 {
    margin-top: 40px; } }

.footer_3 h3 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  color: #ffffff; }
  @media only screen and (max-width: 1179px) {
    .footer_3 h3 {
      font-size: 31px; } }
  @media only screen and (max-width: 479px) {
    .footer_3 h3 {
      font-size: 24px;
      text-align: center; } }

.foot_btn_main {
  margin: 19px 0px; }

.foot_btn {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px; }
  @media only screen and (max-width: 1179px) {
    .foot_btn {
      margin-right: 5px; } }
  @media only screen and (max-width: 479px) {
    .foot_btn {
      margin: 0px;
      display: block; } }

.foot_btn a {
  background: transparent;
  border-radius: 50px;
  border: 2px solid #ffc43c;
  font-size: 1.25rem;
  color: #ffffff;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  padding: 0.6rem 1.5rem;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  outline: none;
  text-decoration: none;
  display: inline-block; }
  .foot_btn a:hover {
    background: #ffce5c; }
  @media only screen and (max-width: 1179px) {
    .foot_btn a {
      padding: 0.6rem 0.97rem;
      font-size: 1.2rem; } }
  @media only screen and (max-width: 479px) {
    .foot_btn a {
      width: 100%;
      text-align: center; } }

button:active {
  background: #ffbf29; }

.foot_btn a svg {
  position: relative;
  transition: transform 0.2s ease-in-out;
  margin-left: 0.75rem; }

.foot_btn a:hover svg {
  transform: translateX(5px); }

.foot_btn_1 {
  display: inline-block;
  vertical-align: middle; }
  @media only screen and (max-width: 479px) {
    .foot_btn_1 {
      width: 100%;
      text-align: center;
      padding-top: 10px; } }
  .foot_btn_1 ul {
    margin: 0px; }
  .foot_btn_1 li {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #ffffff;
    margin-right: 12px; }
    .foot_btn_1 li:last-child {
      margin-right: 0px; }
    @media only screen and (max-width: 1179px) {
      .foot_btn_1 li {
        margin-right: 5px; } }

.foot_btn_1 ul li.red_txt a {
  color: #ffc43b;
  text-decoration: none;
  font-weight: 700; }

.foot_btn_1 ul li.red_txt a:hover {
  color: #ffffff; }

@media only screen and (max-width: 991px) {
  .footer_para {
    display: inline-block;
    vertical-align: top;
    width: 56%; } }

@media only screen and (max-width: 767px) {
  .footer_para {
    width: 100%;
    text-align: center; } }

.foot_sell {
  margin-top: 42px; }
  @media only screen and (max-width: 991px) {
    .foot_sell {
      display: inline-block;
      vertical-align: top;
      margin: 0px;
      margin-left: 14px; } }
  @media only screen and (max-width: 767px) {
    .foot_sell {
      margin-left: 0px;
      text-align: center;
      display: block; } }
  @media only screen and (max-width: 479px) {
    .foot_sell {
      width: 290px;
      margin: 0 auto; } }

.foot_sell a {
  display: inline-block;
  text-decoration: none;
  background: #676767;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 8px;
  padding: 11px 24px;
  position: relative; }
  @media only screen and (max-width: 479px) {
    .foot_sell a {
      padding: 11px 15px;
      display: block; } }
  .foot_sell a:before {
    content: '';
    position: absolute;
    bottom: -11px;
    right: 28px;
    margin: 0 auto;
    width: 14px;
    border-top: 12px solid #676767;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent; }
    @media only screen and (max-width: 767px) {
      .foot_sell a:before {
        left: 0;
        right: 0;
        margin: 0 auto; } }

.footer_logo {
  width: 111px; }
  @media only screen and (max-width: 767px) {
    .footer_logo {
      margin: 0 auto;
      padding-bottom: 12px; } }

.footer_logo a {
  display: block; }

.footer_logo img {
  width: 100%; }

.footer_btm {
  padding: 46px 0px;
  background: #3a3938; }

.footer_btm1 {
  width: 80%;
  margin: 0 auto; }
  @media only screen and (max-width: 1179px) {
    .footer_btm1 {
      width: 100%; } }
  @media only screen and (max-width: 991px) {
    .footer_btm1 {
      text-align: right; } }
  @media only screen and (max-width: 767px) {
    .footer_btm1 {
      text-align: center; } }

.footer_btm1 p {
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle; }
  @media only screen and (max-width: 767px) {
    .footer_btm1 p {
      display: block; } }

.footer_btm1 ul {
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  padding-left: 10px; }
  @media only screen and (max-width: 767px) {
    .footer_btm1 ul {
      display: block; } }
  .footer_btm1 ul li {
    display: inline-block;
    vertical-align: middle; }
  .footer_btm1 ul a {
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    text-decoration: underline;
    position: relative;
    margin-right: 10px; }
    .footer_btm1 ul a:hover {
      color: #ffc43b; }
    .footer_btm1 ul a:before {
      content: '';
      position: absolute;
      right: -8px;
      width: 1px;
      height: 15px;
      top: 2px;
      background: #ffffff; }

.footer_btm1 ul li:last-child a:before {
  display: none; }

.footer-main {
  position: relative; }

.single_robot {
  position: absolute;
  right: 70px;
  bottom: -154px; }
  @media only screen and (max-width: 1179px) {
    .single_robot {
      right: 20px;
      bottom: -170px; } }
  @media only screen and (max-width: 991px) {
    .single_robot {
      top: auto;
      bottom: -100px;
      right: 30px; } }
  @media only screen and (max-width: 767px) {
    .single_robot {
      bottom: -200px;
      right: 0px;
      left: 0px;
      text-align: center;
      margin: 0 auto; } }

/********** header_fancybox **********/
.form-group {
  margin-bottom: 10px; }

.filepond--file-action-button.filepond--file-action-button svg {
  margin-left: 0px; }

.filepond--file-action-button.filepond--file-action-button:hover svg {
  transform: inherit; }

.fancybox-button--close {
  width: 48px;
  height: 48px;
  border: solid 2px #E8E8E1;
  background-color: #ffffff;
  padding: 0;
  line-height: 51px; }

.fancybox-button svg {
  margin-left: 0px; }

.fancybox-button:hover svg {
  transform: inherit;
  color: #000000; }

.fancybox-grey .fancybox-slide--iframe .fancybox-content {
  max-width: 590px !important;
  height: 650px !important;
  margin: 0;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  position: relative; }

.fancybox-content {
  padding: 15px 44px; }

.fancybox-content iframe {
  width: 100%;
  height: 100%;
  border: 0;
  outline: none; }

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  width: 590px;
  height: 705px;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
      width: 100%; } }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 67px;
  top: 0;
  width: 48px;
  height: 48px;
  line-height: 0;
  border: solid 2px #E8E8E1;
  background-color: #ffffff;
  padding: 5px;
  outline: none;
  border-radius: 50%;
  margin: 1.9rem -3rem -1rem auto; }
  @media only screen and (max-width: 479px) {
    .fancybox-slide--html .fancybox-close-small {
      right: 55px; } }

.fancybox-button svg {
  background: url("../assets/images/x.svg") no-repeat;
  background-position: center; }

.fancybox-button svg path {
  fill: #000; }

.fade:not(.show) {
  opacity: 1; }

/********** main_sec **********/
.main_sec {
  margin-top: 75px; }
  @media only screen and (max-width: 991px) {
    .main_sec {
      margin-top: 38px; } }
  @media only screen and (max-width: 767px) {
    .main_sec {
      margin-top: 30px; } }

.inn_testimonial {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .inn_testimonial {
      padding-bottom: 60px; } }
  @media only screen and (max-width: 767px) {
    .inn_testimonial {
      padding-bottom: 0px; } }
  .inn_testimonial:before {
    position: absolute;
    left: 0px;
    width: 385px;
    height: 250px;
    top: 55px;
    content: '';
    background: url(../assets/images/dots.svg) no-repeat; }
    @media only screen and (max-width: 991px) {
      .inn_testimonial:before {
        display: none; } }

.inn_testimonial .testimonial_main {
  width: 85%; }
  @media only screen and (max-width: 991px) {
    .inn_testimonial .testimonial_main {
      width: 90%; } }
  @media only screen and (max-width: 767px) {
    .inn_testimonial .testimonial_main {
      width: 100%; } }

.testimonial_head {
  padding-bottom: 30px; }

.inn_testimonial .testimonial_img {
  background: #F5F5F0;
  padding: 50px 30px 45px;
  margin-right: 10px;
  height: 246px;
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 1321px) {
    .inn_testimonial .testimonial_img {
      margin-right: 0px;
      height: 230px; } }
	  
.testimonial_head .head_h1 p {
  font-size: 24px;
  text-align: center;
  color: #000000;
  padding-top: 22px; }

.testimonial_head .head_h3 p {
  font-size: 24px;
  text-align: center;
  color: #000000;
  padding-top: 22px; }

.inn_testimonial .testimonial_1 {
  padding: 55px 35px;
  border-radius: 16px;
  border: solid 2px #E8E8E1;
  background-color: rgba(255, 255, 255, 0.8);
  margin-bottom: 40px; }
  @media only screen and (max-width: 1321px) {
    .inn_testimonial .testimonial_1 {
      padding: 55px 25px; } }
  @media only screen and (max-width: 991px) {
    .inn_testimonial .testimonial_1 {
      padding: 55px 26px; } }
  @media only screen and (max-width: 767px) {
    .inn_testimonial .testimonial_1 {
      padding: 24px 24px; } }

.inn_testimonial .testimonial_txt h3 {
  font-size: 36px; }
  @media only screen and (max-width: 767px) {
    .inn_testimonial .testimonial_txt h3 {
      font-size: 24px; } }

.inn_testimonial .testimonial_txt p {
  padding-bottom: 16px; }

@media only screen and (max-width: 991px) {
  .testimonial_1 .col-md-4 {
    display: none; } }

@media only screen and (max-width: 991px) {
  .testimonial_1 .col-md-8 {
    max-width: 100%;
    flex: 100%; } }

.inn_testimonial .testimonial_img img {
  position: relative;
  z-index: 9; }

.inn_testimonial .testimonial_img.inn_test_img {
  position: relative;
  overflow: hidden; }
  .inn_testimonial .testimonial_img.inn_test_img:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 130px;
    background: #a63f5b; }
    @media only screen and (max-width: 1321px) {
      .inn_testimonial .testimonial_img.inn_test_img:before {
        height: 122px; } }
  .inn_testimonial .testimonial_img.inn_test_img:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 100%;
    height: 116px;
    background: #f4f1e2; }
    @media only screen and (max-width: 1321px) {
      .inn_testimonial .testimonial_img.inn_test_img:after {
        height: 109px; } }

/********** restaurant_logo **********/
.restaurant_logo {
  padding: 30px 0px 70px; }
  @media only screen and (max-width: 767px) {
    .restaurant_logo {
      padding-bottom: 50px; } }

.restaurant_logo h3 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  color: #291813; }
  @media only screen and (max-width: 767px) {
    .restaurant_logo h3 {
      font-size: 24px; } }

.restaurant_logo p {
  font-size: 24px;
  text-align: center;
  color: #000000; }
  @media only screen and (max-width: 767px) {
    .restaurant_logo p {
      font-size: 20px; } }

.restaurant_logo ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px;
  margin-top: 32px;
  padding: 0px 15px; }
  @media only screen and (max-width: 991px) {
    .restaurant_logo ul {
      display: block;
      text-align: center;
      padding: 0px; } }
  @media only screen and (max-width: 767px) {
    .restaurant_logo ul {
      display: flex;
      flex-wrap: wrap;
      text-align: center; } }
  @media only screen and (max-width: 991px) {
    .restaurant_logo ul li {
      display: inline-block;
      margin-right: 23px;
      width: 13.5%; } }
  @media only screen and (max-width: 767px) {
    .restaurant_logo ul li {
      width: 26%;
      margin-right: 0px; } }
  .restaurant_logo ul li a {
    display: block; }
  @media only screen and (max-width: 991px) {
    .restaurant_logo ul li img {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .restaurant_logo ul li img {
      width: auto;
      margin-bottom: 10px; } }
  @media only screen and (max-width: 479px) {
    .restaurant_logo ul li img {
      width: 100%; } }
  @media only screen and (max-width: 991px) {
    .restaurant_logo ul li:last-child {
      margin-right: 0px; } }

/********** like_sec **********/
.like_sec {
  padding: 30px 0px 70px;
  position: relative; }
  .like_sec:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0;
    width: 741px;
    height: 2px;
    top: 0px;
    margin: 0 auto;
    background: #dbdbc8; }
    @media only screen and (max-width: 991px) {
      .like_sec:before {
        width: 95%; } }

.like_head h3 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  color: #291813; }
  @media only screen and (max-width: 767px) {
    .like_head h3 {
      font-size: 24px; } }

.like_head p {
  font-size: 24px;
  text-align: center;
  color: #000000; }
  @media only screen and (max-width: 767px) {
    .like_head p {
      font-size: 20px; } }

.like_sec_main {
  margin-top: 29px;
  text-align: center; }

.like_btm {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px; }
  @media only screen and (max-width: 479px) {
    .like_btm {
      display: block;
      margin: 0px; } }

.like_btm a {
  width: 100%;
  padding: 1.4rem 2.5rem;
  margin-top: 34px;
  background: #ffc53d;
  border: none;
  border-radius: 50px;
  font-size: 1.25rem;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  cursor: pointer;
  outline: none;
  transition: all 0.1s ease-in-out;
  color: #291813;
  background: #ffc43b;
  padding: 0.8rem 1.6rem;
  text-decoration: none;
  display: inline-block;
  margin-top: 0px; }
  .like_btm a:hover {
    background: #ffce5c; }
  @media only screen and (max-width: 479px) {
    .like_btm a {
      display: block;
      text-align: center; } }
  .like_btm a:hover {
    background: #ffce5c; }

.like_btm a:active {
  background: #ffbf29; }

.like_btm a svg {
  position: relative;
  transition: transform 0.2s ease-in-out;
  margin-left: 0.75rem; }

.like_btm a:hover svg {
  transform: translateX(5px); }

.like_btm_1 ul li.red_txt a {
  color: #B32323;
  text-decoration: none;
  font-weight: 700; }

.like_btm_1 ul li.red_txt a:hover {
  color: #000000; }

.like_btm_1 {
  display: inline-block;
  vertical-align: middle; }
  @media only screen and (max-width: 479px) {
    .like_btm_1 {
      display: block; } }

.like_btm_1 ul {
  margin: 0px; }
  @media only screen and (max-width: 479px) {
    .like_btm_1 ul {
      text-align: center;
      margin-top: 10px; } }
  .like_btm_1 ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #000000;
    margin-right: 12px; }

/********** contact_sec **********/
.contact_sec {
  padding-bottom: 98px;
  position: relative; }
  .contact_sec:before {
    position: absolute;
    left: 0px;
    width: 530px;
    height: 530px;
    bottom: 65px;
    content: '';
    background: url(../assets/images/mask.svg) no-repeat; }
    @media only screen and (max-width: 479px) {
      .contact_sec:before {
        width: 315px;
        bottom: auto;
        top: 125px;
        background-position: right; } }

.contact_sec .head_h1 p {
  font-size: 24px;
  text-align: center;
  color: #000000;
  padding-top: 22px; }

.contact_sec .head_h3 p {
  font-size: 24px;
  text-align: center;
  color: #000000;
  padding-top: 22px; }

.contact_main {
  margin-top: 48px; }

.contact_1 {
  border-radius: 8px;
  border: 2px solid #E8E8E1;
  background: #ffffff;
  padding: 32px 38px; }
  @media only screen and (max-width: 991px) {
    .contact_1 {
      padding: 30px 30px; } }
  @media only screen and (max-width: 767px) {
    .contact_1 {
      padding: 30px 22px; } }

.contact_1 img {
  margin-bottom: 24px; }

.contact_1 h3 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.38px;
  color: #301D17; }

.contact_1 p {
  font-size: 18px;
  color: #301D17;
  padding-bottom: 22px; }

.contact_mail {
  border-radius: 8px;
  border: 2px solid #F8B61D;
  padding: 15px; }

.contact_mail p {
  padding: 0px; }

.contact_fax {
  border-radius: 8px;
  border: 2px solid #F8B61D;
  padding: 6px 15px;
  margin: 8px 0px 15px; }

.contact_fax img {
  margin-bottom: 0px;
  margin-right: 8px; }

.contact_fax p {
  padding: 0px; }

.contact_fax p a {
  color: #301D17;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none; }

@media only screen and (max-width: 991px) {
  .contact_faq {
    margin-top: 24px; } }

.contact_faq a {
  color: #B32323;
  text-decoration: none; }

@media only screen and (max-width: 991px) {
  .contact_main .col-sm-4 {
    width: 50%;
    flex: 50%;
    max-width: 50%; } }

@media only screen and (max-width: 767px) {
  .contact_main .col-sm-4 {
    width: 100%;
    flex: 100%;
    max-width: 100%;
    margin-bottom: 24px; } }

@media only screen and (max-width: 991px) {
  .contact_main .col-sm-12 {
    width: 100%;
    flex: 100%;
    max-width: 100%; } }

@media only screen and (max-width: 991px) {
  .contact_faq img {
    display: inline-block;
    vertical-align: middle;
    margin: 0px; } }

@media only screen and (max-width: 767px) {
  .contact_faq img {
    display: block;
    margin-bottom: 24px; } }

@media only screen and (max-width: 991px) {
  .contact_faq h3 {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    margin-left: 25px; } }

@media only screen and (max-width: 767px) {
  .contact_faq h3 {
    display: block;
    margin-left: 0px;
    margin-bottom: 0.5rem; } }

@media only screen and (max-width: 991px) {
  .contact_suport_1 {
    display: inline-block;
    vertical-align: top;
    width: 40%; } }

@media only screen and (max-width: 767px) {
  .contact_suport_1 {
    display: block;
    width: 100%; } }

@media only screen and (max-width: 991px) {
  .contact_suport_2 {
    display: inline-block;
    vertical-align: top;
    width: 59%; } }

@media only screen and (max-width: 767px) {
  .contact_suport_2 {
    display: block;
    width: 100%; } }

/********** inn_pricing **********/
.inn_pricing:before {
  display: none; }

.inn_pricing .price_2 h3 {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  padding-left: 9px;
  margin: 20px 0px; }
  @media only screen and (max-width: 767px) {
    .inn_pricing .price_2 h3 {
      padding-left: 0px;
      margin-top: 25px; } }

.inn_pricing .robot_price {
  position: relative;
  left: 0;
  bottom: 0;
  text-align: center;
  margin-top: 30px; }

/********** faq_sec **********/
.faq_sec {
  background: #F5F5F0;
  padding: 30px 0px;
  position: relative;
  margin-bottom: 90px;
  margin-top: 30px; }
  @media only screen and (max-width: 767px) {
    .faq_sec {
      padding: 45px 0px; } }
  .faq_sec:before {
    content: '';
    position: absolute;
    left: 0px;
    width: 100%;
    height: 60px;
    top: -60px;
    background: url(../assets/images/module-top-bgr.png) no-repeat;
    background-size: cover;
    background-position: right; }
    @media only screen and (max-width: 767px) {
      .faq_sec:before {
        background-position: center; } }
  .faq_sec:after {
    content: '';
    position: absolute;
    left: 0px;
    width: 100%;
    height: 60px;
    object-fit: cover;
    bottom: -58px;
    background: url(../assets/images/module-btm-bgr.png) no-repeat;
    background-size: cover;
    background-position: left; }
    @media only screen and (max-width: 767px) {
      .faq_sec:after {
        background-position: center; } }

.faq_sec .container {
  position: relative; }

.faq_main:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #dbdbc8;
  bottom: 85px; }

.faq_main {
  width: 86%;
  margin: 0 auto; }
  @media only screen and (max-width: 991px) {
    .faq_main {
      width: 100%; } }

.faq_head {
  margin-bottom: 45px; }

.faq_head h3 {
  font-size: 36px;
  line-height: 0.89;
  color: #000000;
  position: relative;
  margin: 0px; }
  @media only screen and (max-width: 767px) {
    .faq_head h3 {
      font-size: 24px;
      line-height: 28px; } }
  .faq_head h3:before {
    content: '';
    position: absolute;
    left: 0px;
    width: 664px;
    height: 2px;
    background: #F8B61D;
    bottom: -15px; }
    @media only screen and (max-width: 767px) {
      .faq_head h3:before {
        width: 100%; } }
    @media only screen and (max-width: 479px) {
      .faq_head h3:before {
        width: 100%; } }

.faq_1 {
  padding-bottom: 30px; }

.faq_1 h3 {
  color: #000000;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .faq_1 h3 {
      cursor: pointer;
      padding-left: 50px; }
      .faq_1 h3:before {
        content: '';
        top: -6px;
        left: 0px;
        background: #ffffff;
        border-radius: 50%;
        position: absolute;
        background-image: url(../assets/images/chevron.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 14px;
        width: 40px;
        height: 40px;
        border: solid 2px #E8E8E1; } }

.faq_1.active h3:before {
  background: #b32323;
  background-image: url(../assets/images/arrow_hover.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  width: 40px;
  height: 40px; }

.faq_1 p {
  color: #000000;
  font-size: 18px; }

.faq_1 p a {
  color: #B32323;
  font-size: 18px; }

.faq_left {
  padding-right: 6px; }
  @media only screen and (max-width: 767px) {
    .faq_left {
      padding-right: 0px; } }

.faq_right {
  padding-left: 6px; }
  @media only screen and (max-width: 767px) {
    .faq_right {
      padding-left: 0px;
      display: none; } }

.faq_btn {
  text-align: center;
  margin-top: 30px; }

.faq_main button {
  padding: 0.7rem 4rem; }
  @media only screen and (max-width: 767px) {
    .faq_main button {
      padding: 0.7rem 1rem; } }

.faq_left .faq_right {
  display: none; }
  @media only screen and (max-width: 767px) {
    .faq_left .faq_right {
      display: block; } }

.faq_1 ul {
  padding: 10px 0px; }
  .faq_1 ul li {
    font-size: 18px;
    color: #000000;
    padding-bottom: 15px;
    position: relative;
    padding-left: 30px; }
    .faq_1 ul li:before {
      content: '';
      position: absolute;
      width: 14px;
      height: 14px;
      opacity: 0.1;
      background-color: #301D17;
      top: 7px;
      left: 0;
      border-radius: 50%; }
    .faq_1 ul li:last-child {
      padding-bottom: 0px; }

.inn_faq .faq_main:before {
  display: none; }

.inn_work_sec {
  padding: 64px 0px 20px;
  position: relative; }
  .inn_work_sec:after {
    position: absolute;
    right: 0px;
    width: 442px;
    height: 430px;
    bottom: -145px;
    content: '';
    background: url(../assets/images/mask1.svg) no-repeat;
    z-index: -1; }
    @media only screen and (max-width: 991px) {
      .inn_work_sec:after {
        width: 300px;
        bottom: 0px; } }

.inn_work_sec .work_main ul li {
  width: 19%;
  float: left;
  margin-right: 14px; }

.inn_work_sec .work_main ul li:last-child {
  margin-right: 0px; }

.inn_work_sec .work_main ul li .work_txt_1 {
  width: 100%; }

.inn_work_sec .work_main ul li .work_txt_2 p a {
  color: #B32323;
  text-decoration: none; }

.inn_work_sec .work_main ul li .work_txt_2 {
  padding-left: 0px;
  width: 100%; }

.get_form_sec .form-control {
  z-index: 6;
  position: relative;
  background: transparent; }

.get_form_sec .arrow-ico select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.get_form_sec .arrow-ico {
  position: relative; }

.get_form_sec .arrow-ico:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 10px;
  background-image: url(../assets/images/down-arrow.png);
  top: 51px;
  right: 15px;
  z-index: 5; }

.get_form_sec select {
  height: 52px;
  border-radius: 6px;
  border: 2px solid #E8E8E1;
  background-color: #ffffff; }

/********** benefit_sec **********/
.benefit_sec {
  padding-bottom: 70px;
  position: relative; }
  .benefit_sec:before {
    position: absolute;
    left: 0px;
    width: 385px;
    height: 250px;
    top: 55px;
    content: '';
    background: url(../assets/images/dots.svg) no-repeat; }
    @media only screen and (max-width: 767px) {
      .benefit_sec:before {
        display: none; } }

.benefit_sec .head_h3 p {
  font-size: 24px;
  text-align: center;
  color: #000000;
  padding-top: 22px; }

.benefit_main {
  width: 78%;
  margin: 0 auto;
  margin-top: 40px;
  border-radius: 16px;
  border: 2px solid #E8E8E1;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px 55px;
  position: relative; }
  @media only screen and (max-width: 991px) {
    .benefit_main {
      width: 100%;
      padding: 32px; } }
  @media only screen and (max-width: 767px) {
    .benefit_main {
      padding: 32px 20px; } }

.benefit_main h4 {
  font-size: 23px;
  font-weight: 700;
  color: #b32323; }

.benefit_restaurant {
  padding: 24px 0px; }
  @media only screen and (max-width: 767px) {
    .benefit_restaurant {
      padding: 0px; } }

.benefit_active {
  border-bottom: 2px solid #E8E8E1;
  padding-bottom: 10px; }
  @media only screen and (max-width: 767px) {
    .benefit_active {
      display: none;
      padding: 0px; } }

.benefit_active ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px; }

.benefit_active ul li {
  font-size: 18px;
  font-weight: 700;
  color: #000000; }

.benefit_revenue {
  border-bottom: 2px solid #E8E8E1;
  padding: 15px 0px; }

.benefit_revenue ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px; }
  @media only screen and (max-width: 767px) {
    .benefit_revenue ul {
      display: block; } }

.benefit_revenue ul li p {
  font-size: 16px;
  text-align: left;
  color: #000000; }

.benefit_revenue ul li p.mob_p {
  display: none; }
  @media only screen and (max-width: 767px) {
    .benefit_revenue ul li p.mob_p {
      display: block; } }

.benefit_revenue ul li {
  font-size: 18px;
  text-align: right; }
  @media only screen and (max-width: 767px) {
    .benefit_revenue ul li {
      display: block;
      text-align: left;
      padding: 5px 0px; } }

.benefit_revenue ul li em {
  font-style: normal; }

/********** additional_sec **********/
.additional_sec {
  padding-top: 10px; }
  @media only screen and (max-width: 767px) {
    .additional_sec {
      padding-top: 30px; } }

.additional_sec ul li {
  display: block;
  margin-bottom: 18px;
  font-size: 18px;
  position: relative;
  padding-left: 43px; }
  .additional_sec ul li:last-child {
    margin-bottom: 0px; }
  .additional_sec ul li:before {
    position: absolute;
    left: 0px;
    width: 26px;
    height: 26px;
    top: 0;
    content: '';
    background: url("../assets/images/pricing-check.svg") no-repeat; }

.additional_sec h3 {
  font-size: 23px;
  font-weight: 700;
  color: #301D17; }

.additional_sec p {
  font-size: 18px;
  color: #000000; }

/********** benefit_sec price_para **********/
.benefit_sec .price_para {
  width: 78%;
  padding-top: 15px; }
  @media only screen and (max-width: 991px) {
    .benefit_sec .price_para {
      margin: inherit; } }

.benefit_sec .price_para p {
  width: 63%; }
  @media only screen and (max-width: 991px) {
    .benefit_sec .price_para p {
      width: 75%; } }
  @media only screen and (max-width: 767px) {
    .benefit_sec .price_para p {
      width: 60%; } }

.benefit_sec .robot_price {
  position: absolute;
  bottom: -71px;
  left: auto;
  right: 38px;
  display: block; }
  @media only screen and (max-width: 767px) {
    .benefit_sec .robot_price {
      bottom: -150px;
      right: 0;
      width: 146px; } }
  @media only screen and (max-width: 767px) {
    .benefit_sec .robot_price img {
      width: 100%; } }

/********** feature_sec **********/
.feature_sec {
  position: relative; }
  .feature_sec:before {
    position: absolute;
    left: 0px;
    width: 530px;
    height: 530px;
    top: 350px;
    content: '';
    background: url(../assets/images/mask.svg) no-repeat; }
    @media only screen and (max-width: 991px) {
      .feature_sec:before {
        display: none; } }

.feature_main {
  width: 85%;
  margin: 0 auto; }
  @media only screen and (max-width: 1179px) {
    .feature_main {
      width: 90%; } }
  @media only screen and (max-width: 991px) {
    .feature_main {
      width: 100%; } }

.feature_head {
  padding-bottom: 30px; }
  
 .feature_head .head_h1 p {
  font-size: 24px;
  text-align: center;
  color: #000000;
  padding-top: 22px; }

.feature_head .head_h3 p {
  font-size: 24px;
  text-align: center;
  color: #000000;
  padding-top: 22px; }

.feature_1 {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  margin-top: 40px; }
  @media only screen and (max-width: 767px) {
    .feature_1 {
      margin-top: 0px; } }

.feature_img {
  border: 2px solid #E8E8E1;
  border-radius: 8px; }
  .feature_img img {
    width: 100%; }

.feature_txt {
  padding-left: 30px; }
  @media only screen and (max-width: 991px) {
    .feature_txt {
      padding-left: 0px;
      padding-top: 20px; } }

.feature_1 h3 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.38px;
  color: #301D17; }

.feature_1 ul {
  padding: 25px 0px;
  margin: 0px; }
  .feature_1 ul li {
    display: block;
    margin-bottom: 24px;
    position: relative;
    padding-left: 43px;
    font-size: 18px;
    color: #000000; }
    .feature_1 ul li:last-child {
      margin-bottom: 0px; }
    .feature_1 ul li:before {
      position: absolute;
      left: 0px;
      width: 26px;
      height: 26px;
      top: 0;
      content: '';
      background: url("../assets/images/pricing-check.svg") no-repeat; }
  @media only screen and (max-width: 767px) {
    .feature_1 ul {
      padding-bottom: 0px; } }

.feature_txt p {
  font-size: 20px;
  color: #000000; }

.feature_txt a {
  width: 100%;
  padding: 1.4rem 2.5rem;
  margin-top: 34px;
  background: #ffc53d;
  border: none;
  border-radius: 50px;
  font-size: 1.25rem;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  cursor: pointer;
  outline: none;
  transition: all 0.1s ease-in-out;
  color: #291813;
  background: #ffc43b;
  padding: 0.8rem 2.6rem;
  text-decoration: none;
  display: inline-block;
  width: auto;
  margin-top: 0px; }
  .feature_txt a:hover {
    background: #ffce5c; }
  @media only screen and (max-width: 767px) {
    .feature_txt a {
      margin-top: 25px; } }
  @media only screen and (max-width: 479px) {
    .feature_txt a {
      display: block;
      text-align: center; } }
  .feature_txt a:hover {
    background: #ffce5c; }

.order-md-1 .feature_txt {
  padding-left: 0px;
  padding-right: 30px; }

.security_sec .feature_img {
  border: 0px; }
  @media only screen and (max-width: 991px) {
    .security_sec .feature_img {
      border: 2px solid #E8E8E1; } }

.security_sec .feature_img img {
  display: none; }
  @media only screen and (max-width: 991px) {
    .security_sec .feature_img img {
      display: block; } }

.security_sec {
  align-items: flex-start; }

.security_sec .feature_txt {
  margin-top: 43px; }
  @media only screen and (max-width: 991px) {
    .security_sec .feature_txt {
      margin-top: 0px;
      padding-top: 0px; } }

@media only screen and (max-width: 991px) {
  .security_sec .feature_txt ul {
    padding-top: 0px; } }

@media only screen and (max-width: 991px) {
  .security_sec .feature_img_txt {
    padding-top: 20px; } }

.like_sec_2:before {
  width: 1140px;
  top: 0; }
  @media only screen and (max-width: 1179px) {
    .like_sec_2:before {
      width: 95%; } }

.inn_logo {
  padding: 30px 0px 40px; }
  @media only screen and (max-width: 991px) {
    .inn_logo {
      display: none; } }

.inn_logo ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px; }

.inn_logo ul li {
  list-style: none;
  margin: 0px;
  padding-left: 0px; }

.inn_logo ul li:before {
  display: none; }

.inn_logo ul li a {
  display: block; }

/********** frequently_sec **********/
.frequently_head {
  padding-bottom: 30px; }

.frequently_nav ul {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 991px) {
    .frequently_nav ul {
      flex-wrap: wrap;
      justify-content: flex-start; } }
  @media only screen and (max-width: 767px) {
    .frequently_nav ul {
      justify-content: space-between;
      display: block;
      margin-bottom: 0px; } }

.frequently_nav ul li {
  border-radius: 8px;
  border: 2px solid #E8E8E1;
  background-color: rgba(255, 255, 255, 0.8);
  width: 163px;
  min-height: 168px; }
  @media only screen and (max-width: 1179px) {
    .frequently_nav ul li {
      margin-right: 15px; } }
  @media only screen and (max-width: 991px) {
    .frequently_nav ul li {
      margin: 0 5px;
      margin-bottom: 15px;
      width: 176px; } }
  @media only screen and (max-width: 767px) {
    .frequently_nav ul li {
      width: 48%;
      float: left;
      margin: 0px 0px 15px; } }
  @media only screen and (max-width: 479px) {
    .frequently_nav ul li {
      min-height: 185px; } }

@media only screen and (max-width: 767px) {
  .frequently_nav ul li:nth-child(even) {
    margin-right: 0px;
    float: right; } }

@media only screen and (max-width: 1179px) {
  .frequently_nav ul li:last-child {
    margin-right: 0px; } }

@media only screen and (max-width: 991px) {
  .frequently_nav ul li:last-child {
    margin-right: 15px; } }

@media only screen and (max-width: 767px) {
  .frequently_nav ul li:last-child {
    margin-right: 0px; } }

.frequently_nav ul li a {
  padding: 25px 15px;
  display: block;
  text-decoration: none;
  text-align: center; }
  @media only screen and (max-width: 1179px) {
    .frequently_nav ul li a {
      padding: 25px 12px; } }

.frequently_nav ul li a img {
  display: block;
  margin: 0 auto; }

.frequently_nav ul li a em {
  display: block;
  font-size: 16px;
  color: #000000;
  font-style: normal;
  line-height: 20px;
  padding-top: 15px; }

.frequently_nav {
  padding-top: 20px; }

.frequently_main {
  width: 81%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 50px; }
  @media only screen and (max-width: 1179px) {
    .frequently_main {
      width: 85%; } }
  @media only screen and (max-width: 991px) {
    .frequently_main {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .frequently_main {
      padding-top: 20px; } }

.frequently_1 {
  width: 29%;
  float: left; }
  @media only screen and (max-width: 767px) {
    .frequently_1 {
      display: none; } }

.frequently_1.is_stuck {
  top: 130px !important; }

.frequently_1 ul li {
  font-size: 16px;
  color: #000000; }

.frequently_1 ul li a {
  color: #000000;
  text-decoration: none;
  border-radius: 50px;
  background-color: transparent;
  display: block;
  padding: 14px 18px 14px 36px;
  position: relative; }

.frequently_1 ul li a:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 20px;
  width: 12px;
  height: 12px;
  background: #e0e0da;
  border-radius: 50%; }

.frequently_1 ul li.active a {
  background-color: #F5F5F0; }

.frequently_1 ul li.active a:before {
  background: #ffc43c; }

.frequently_1 ul li a.active {
  background-color: #F5F5F0; }

.frequently_1 ul li a.active:before {
  background: #ffc43c; }

.frequently_2 {
  width: 70%;
  float: left;
  padding-left: 32px; }
  @media only screen and (max-width: 767px) {
    .frequently_2 {
      width: 100%;
      padding-left: 0px;
      padding-top: 0px; } }

.ask_head {
  border-bottom: 2px solid #f8b61d;
  margin-bottom: 24px; }

.ask_head h3 {
  font-size: 36px;
  color: #000000; }

.question_txt {
  border-top: 2px solid #dbdbc8;
  padding-top: 16px; }

.question_txt p {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  color: #291813; }

.question_txt p a {
  color: #b32323;
  font-weight: 700;
  text-decoration: none; }

/********** how_work **********/
.how_work {
  position: relative; }
  .how_work:before {
    position: absolute;
    right: 0px;
    width: 550px;
    height: 527px;
    top: 950px;
    content: '';
    background: url(../assets/images/spot.svg) no-repeat; }
    @media only screen and (max-width: 991px) {
      .how_work:before {
        width: 263px;
        background-position: left; } }
  .how_work:after {
    position: absolute;
    left: 0px;
    width: 530px;
    height: 530px;
    bottom: 590px;
    content: '';
    background: url(../assets/images/mask.svg) no-repeat; }
    @media only screen and (max-width: 991px) {
      .how_work:after {
        width: 263px;
        bottom: 100px;
        background-position: right; } }

.how_work_head {
  padding-bottom: 30px;
  position: relative; }
  .how_work_head:before {
    position: absolute;
    left: 0px;
    width: 530px;
    height: 530px;
    top: 155px;
    content: '';
    background: url(../assets/images/mask.svg) no-repeat; }
    @media only screen and (max-width: 991px) {
      .how_work_head:before {
        width: 263px;
        background-position: right; } }

.menu_box {
  border-radius: 8px;
  border: 2px solid #E8E8E1;
  padding: 55px 95px 40px;
  position: relative;
  background: #ffffff;
  z-index: 9;
  width: 83%;
  margin: 0 auto;
  margin-top: 45px;
  margin-bottom: 60px; }
  .menu_box:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 4px;
    margin: 0 auto;
    height: 75px;
    bottom: -77px;
    background: url(../assets/images/line.png) repeat-y; }
  @media only screen and (max-width: 991px) {
    .menu_box {
      padding: 50px 40px 40px;
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .menu_box {
      padding: 45px 0px 0px;
      margin-bottom: 30px; } }

.place_order:after {
  display: none; }

.menu_box h3 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.38px;
  color: #301D17; }
  @media only screen and (max-width: 767px) {
    .menu_box h3 {
      font-size: 24px;
      margin-bottom: 15px; } }

.menu_box p {
  font-size: 20px;
  color: #301D17; }

.menu_box.send_menu {
  padding: 55px 35px 40px 85px; }
  @media only screen and (max-width: 991px) {
    .menu_box.send_menu {
      padding: 50px 40px 40px; } }
  @media only screen and (max-width: 767px) {
    .menu_box.send_menu {
      padding: 45px 0px 0px; } }

.menu_box.promote_order {
  padding: 55px 35px 40px 85px;
  position: relative; }
  @media only screen and (max-width: 991px) {
    .menu_box.promote_order {
      padding: 50px 40px 40px; } }
  @media only screen and (max-width: 767px) {
    .menu_box.promote_order {
      padding: 45px 0px 0px; } }

.send_menu_1 {
  display: inline-block;
  width: 58%;
  vertical-align: top; }
  @media only screen and (max-width: 991px) {
    .send_menu_1 {
      width: 57%; } }
  @media only screen and (max-width: 767px) {
    .send_menu_1 {
      width: 100%;
      padding: 0px 24px 15px; } }

.send_menu_2 {
  display: inline-block;
  width: 41%;
  vertical-align: top;
  text-align: right; }
  @media only screen and (max-width: 991px) {
    .send_menu_2 {
      width: 42%; } }
  @media only screen and (max-width: 767px) {
    .send_menu_2 {
      width: 100%;
      text-align: center;
      padding-bottom: 25px; } }
  .send_menu_2 img {
    width: 311px; }

.num {
  width: 64px;
  height: 64px;
  line-height: 64px;
  background: #b32323;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: -32px;
  left: 0;
  right: 0; }

.num em {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.38px;
  color: #ffffff;
  font-style: normal; }

.setup_order_head {
  padding-bottom: 15px; }
  @media only screen and (max-width: 767px) {
    .setup_order_head {
      padding: 0px 24px 30px; } }

.setup-slider {
  border-radius: 8px;
  border: 2px solid #E8E8E1;
  padding-top: 20px;
  background: #F5F5F0; }
  @media only screen and (max-width: 767px) {
    .setup-slider {
      border: 0px;
      border-radius: 0px; } }

.setup-sec-1 img {
  width: 100%; }

.setup-slider .slick-prev:before {
  content: '';
  position: absolute;
  width: 48px;
  height: 48px;
  border: solid 2px #E8E8E1;
  background: url(../assets/images/arrow.svg) #ffffff;
  background-position: center;
  top: 50%;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%) rotate(180deg);
  z-index: 999;
  left: 0px;
  opacity: 1;
  border-radius: 50%; }
  @media only screen and (max-width: 767px) {
    .setup-slider .slick-prev:before {
      left: 60px; } }

.setup-slider .slick-next:before {
  content: '';
  position: absolute;
  width: 48px;
  height: 48px;
  border: solid 2px #E8E8E1;
  background: url(../assets/images/arrow.svg) #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  z-index: 999;
  opacity: 1;
  right: 0px;
  transform: translateY(-50%);
  border-radius: 50%; }
  @media only screen and (max-width: 767px) {
    .setup-slider .slick-next:before {
      right: 40px; } }

.setup-slider .slick-prev {
  z-index: 99;
  left: -40px; }
  @media only screen and (max-width: 991px) {
    .setup-slider .slick-prev {
      left: 0px; } }
  @media only screen and (max-width: 767px) {
    .setup-slider .slick-prev {
      top: 0; } }

.setup-slider .slick-next {
  right: -65px; }
  @media only screen and (max-width: 991px) {
    .setup-slider .slick-next {
      right: -25px; } }
  @media only screen and (max-width: 767px) {
    .setup-slider .slick-next {
      top: 0;
      right: 0px; } }

.setup-slider .slick-dots {
  bottom: auto;
  top: -5px;
  left: 5px;
  text-align: left; }

.setup-slider .slick-dots li {
  width: 8px;
  height: 8px; }
  @media only screen and (max-width: 767px) {
    .setup-slider .slick-dots li {
      width: 6px;
      height: 6px;
      margin: 0 2px; } }

.setup-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  background: #e3e3d3; }
  @media only screen and (max-width: 767px) {
    .setup-slider .slick-dots li button {
      width: 6px;
      height: 6px;
      background: transparent;
      padding: 2px; } }

.setup-slider .slick-dots li button:before {
  width: 8px;
  height: 8px;
  background: #e3e3d3;
  border: 0px; }
  @media only screen and (max-width: 767px) {
    .setup-slider .slick-dots li button:before {
      width: 6px;
      height: 6px; } }

.check_demo {
  text-align: center;
  padding: 10px 0px 60px;
  position: relative;
  overflow: hidden; }
  .check_demo:after {
    position: absolute;
    right: 0px;
    width: 550px;
    height: 210px;
    bottom: -20px;
    content: '';
    background: url(../assets/images/spot.svg) no-repeat;
    z-index: -1; }

.check_demo h3 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.38px;
  color: #301D17; }
  @media only screen and (max-width: 767px) {
    .check_demo h3 {
      font-size: 24px; } }

.check_demo p {
  font-size: 16px;
  text-align: center;
  color: #291813;
  width: 432px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .check_demo p {
      width: 100%; } }

.check_demo a {
  width: 100%;
  padding: 1.4rem 2.5rem;
  margin-top: 34px;
  background: #ffc53d;
  border: none;
  border-radius: 50px;
  font-size: 1.25rem;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  cursor: pointer;
  outline: none;
  transition: all 0.1s ease-in-out;
  color: #291813;
  background: #ffc43b;
  padding: 0.8rem 2.6rem;
  text-decoration: none;
  display: inline-block;
  width: auto;
  margin-top: 24px; }
  .check_demo a:hover {
    background: #ffce5c; }

.check_demo a svg {
  position: relative;
  transition: transform 0.2s ease-in-out;
  margin-left: 0.75rem; }

.check_demo a:hover svg {
  transform: translateX(5px); }

/********** content_sec **********/
.content_sec {
  position: relative; }
  .content_sec:before {
    position: absolute;
    left: 0px;
    width: 385px;
    height: 250px;
    top: 55px;
    content: '';
    background: url(../assets/images/dots.svg) no-repeat; }
    @media only screen and (max-width: 767px) {
      .content_sec:before {
        display: none; } }

.content_main {
  width: 83%;
  margin: 0 auto; }
  @media only screen and (max-width: 991px) {
    .content_main {
      width: 100%; } }

.content_head {
  padding-bottom: 48px; }
  
  .content_head .head_h1 p {
  font-size: 24px;
  text-align: center;
  color: #000000;
  padding-top: 22px; }

.content_head .head_h3 p {
  font-size: 24px;
  text-align: center;
  color: #000000;
  padding-top: 22px; }

.content_para {
  padding-bottom: 49px; }
  @media only screen and (max-width: 767px) {
    .content_para {
      padding-bottom: 20px; } }

.content_para p {
  font-size: 18px;
  color: #000000; }

.content_para_1 {
  width: 50%;
  float: left;
  padding-right: 15px; }
  @media only screen and (max-width: 767px) {
    .content_para_1 {
      width: 100%;
      padding-right: 0px;
      padding-bottom: 16px; } }

.content_para_2 {
  width: 50%;
  float: right;
  padding-left: 15px; }
  @media only screen and (max-width: 767px) {
    .content_para_2 {
      width: 100%;
      padding-left: 0px; } }

.sample_sub {
  width: 80%;
  padding: 30px 0px 20px; }
  @media only screen and (max-width: 991px) {
    .sample_sub {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .sample_sub {
      padding: 10px 0px; } }

.sample_sub h3 {
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 25px; }

.sample_sub h4 {
  font-size: 24px;
  font-weight: normal;
  color: #000000;
  padding-bottom: 15px; }

.sample_sub p {
  font-size: 16px;
  color: #000000; }

.sample_style {
  padding: 30px 0px;
  width: 70%; }
  @media only screen and (max-width: 767px) {
    .sample_style {
      width: 100%; } }

.sample_style h3 {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase; }

.sample_style ul {
  padding-left: 30px; }
  .sample_style ul li {
    font-size: 18px;
    color: #000000;
    margin-bottom: 10px;
    list-style: disc; }

/********** content_table **********/
.content_table {
  padding: 20px 0px; }

.table-sec-1 {
  padding-bottom: 10px;
  border-bottom: 2px solid #E8E8E1; }
  @media only screen and (max-width: 767px) {
    .table-sec-1 {
      display: none; } }

.table-sec-1 ul {
  margin-bottom: 0px;
  text-align: right; }
  .table-sec-1 ul li {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #000000;
    display: inline-block;
    width: 24.5%; }
    @media only screen and (max-width: 991px) {
      .table-sec-1 ul li {
        width: 32.9%; } }

.table_accordian h4 {
  display: none;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  border-bottom: 2px solid #E8E8E1;
  margin: 0;
  padding: 15px 0px 10px 28px;
  position: relative;
  cursor: pointer; }
  @media only screen and (max-width: 991px) {
    .table_accordian h4 {
      display: block; } }
  .table_accordian h4:before {
    content: '';
    top: 14px;
    left: 0px;
    background: rgba(232, 232, 225, 0.5);
    border-radius: 50%;
    position: absolute;
    background-image: url(../assets/images/chevron.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    width: 20px;
    height: 20px;
    border: solid 2px #E8E8E1;
    transform: rotate(90deg); }

.table-sec-2, .table-sec-3 {
  padding: 15px 0px;
  border-bottom: 2px solid #E8E8E1; }
  @media only screen and (max-width: 767px) {
    .table-sec-2, .table-sec-3 {
      border: none;
      padding-bottom: 5px; } }

.table_wrap {
  display: none; }

.table_accordian ul li.active .table_wrap {
  display: block; }

.table_wrap ul {
  margin-bottom: 0px; }
  .table_wrap ul li {
    font-size: 18px;
    text-align: center;
    color: #000000;
    display: inline-block;
    width: 24.5%; }
    @media only screen and (max-width: 991px) {
      .table_wrap ul li {
        width: 32.9%; } }
    @media only screen and (max-width: 767px) {
      .table_wrap ul li {
        width: 100%;
        display: block;
        text-align: left;
        padding-bottom: 8px; } }
  .table_wrap ul em {
    font-size: 16px;
    font-style: normal;
    color: #000000;
    display: block;
    text-align: left; }
    @media only screen and (max-width: 991px) {
      .table_wrap ul em {
        text-align: center; } }
    @media only screen and (max-width: 767px) {
      .table_wrap ul em {
        text-align: left;
        font-weight: 700; } }

@media only screen and (max-width: 991px) {
  .table_wrap ul li:nth-child(1) {
    padding-bottom: 10px;
    display: block;
    text-align: center;
    width: 100%; } }

@media only screen and (max-width: 767px) {
  .table_wrap ul li:nth-child(1) {
    border-bottom: 2px solid #E8E8E1;
    padding-bottom: 5px;
    margin-bottom: 10px; } }

.table_wrap ul li:nth-child(1):before {
  display: none; }

.table_wrap ul li:before {
  content: attr(data-th);
  width: 7em;
  display: none;
  font-size: 16px;
  color: #000000;
  margin-right: 10px; }
  @media only screen and (max-width: 767px) {
    .table_wrap ul li:before {
      display: inline-block; } }

.content_table .table_accordian ul li .table_wrap {
  display: block; }
  @media only screen and (max-width: 991px) {
    .content_table .table_accordian ul li .table_wrap {
      display: none; } }

.content_table .table_accordian ul li.active .table_wrap {
  display: block; }

.table_accordian > ul > li {
  display: block; }

/********** other_sec **********/
.other_sec {
  position: relative;
  margin-bottom: 70px; }
  .other_sec:before {
    position: absolute;
    left: 0px;
    width: 385px;
    height: 250px;
    top: 55px;
    content: '';
    background: url(../assets/images/dots.svg) no-repeat; }
    @media only screen and (max-width: 767px) {
      .other_sec:before {
        display: none; } }

.other_table {
  border-radius: 16px;
  border: 2px solid #E8E8E1;
  background: rgba(255, 255, 255, 0.8);
  padding: 32px; }
  @media only screen and (max-width: 767px) {
    .other_table {
      padding: 16px; } }

.other_table .table_accordian ul li h4 {
  display: block;
  cursor: pointer; }
  @media only screen and (max-width: 767px) {
    .other_table .table_accordian ul li h4 {
      margin: 0px 8px; } }

/********** laptop **********/
@media only screen and (max-width: 1179px) {
  .inn_work_sec .work_main ul li .work_txt_2 p {
    word-break: break-word; }
  .inn_work_sec .work_main ul li {
    width: 18.3%;
    margin-right: 20px; }
  .banner_sec.inn_banner .col-md-12 {
    overflow: inherit; }
  .inn_banner .container {
    overflow: hidden; } }

/********** tablet **********/
@media only screen and (max-width: 991px) {
  .banner_sec .col-md-12 {
    overflow: hidden; }
  .resp-vtabs .resp-tabs-list li:nth-child(even) {
    margin-left: 14px !important; }
  .price_2 ul li br {
    display: none; }
  .client_logo ul li:last-child {
    margin-right: 0px; }
  .reseller_sec .col-md-5, .footer_top .col-md-5 {
    width: 100%;
    flex: 100%;
    max-width: 100%; }
  .reseller_sec .col-md-7 {
    width: 100%;
    flex: 100%;
    max-width: 100%; }
  .footer_top .col-md-4, .footer_top .col-md-3 {
    width: 50%;
    flex: 50%;
    max-width: 50%; }
  .inn_work_sec .work_main ul li {
    width: 30%;
    margin-bottom: 20px; }
  .inn_logo ul li {
    width: 16.5%; }
  .testimonial_sec .container, .feature_sec .container {
    padding: 0px 9px; }
  .table-sec-1 ul li:nth-child(1) {
    display: none; } }

/********** small-mobile **********/
@media only screen and (max-width: 767px) {
  .baked_sec_main .resp-tab-content, .resp-arrow {
    display: none; }
  .resp-tab-content {
    display: block !important;
    background: #ffffff !important;
    margin-bottom: 32px; }
  h2.resp-accordion:first-child, h2.resp-accordion {
    border: 0px !important;
    background: #ffffff !important;
    padding: 0; }
  h2.resp-tab-active {
    background: #ffffff !important;
    padding: 0 !important; }
  .resp-vtabs .resp-tabs-container {
    background: #ffffff; }
  .faq_1 p {
    display: none;
    transition: all 0.15s; }
  .faq_1 ul {
    display: none;
    transition: all 0.15s; }
  .faq_1.active p {
    display: block;
    padding: 10px 0px 10px 0px; }
  .faq_1.active ul {
    display: block;
    padding: 10px 0px 10px 50px; }
  .p-m-0 {
    padding: 0px; }
  .inn_banner .banner_right img {
    width: 100%;
    height: 300px; }
  .inn_work_sec .work_main ul li {
    width: 100%;
    margin-right: 0;
    text-align: center; }
  .benefit_revenue ul li p.mob_head {
    border-bottom: solid 2px #E8E8E1;
    padding-bottom: 5px; }
  .inn_banner .bann_btm a em {
    display: none;
    font-style: normal; }
  .get_form_sec .filepond--drop-label.filepond--drop-label label {
    font-size: 0px; }
  .table_wrap ul li:last-child {
    padding-bottom: 0px; }
  .table_wrap {
    margin: 0px 9px; }
  .open .header nav {
    padding-right: 30px; } }

/********** extra-small **********/
@media only screen and (max-width: 479px) {
  .logo {
    max-width: 140px;
    margin-left: 40px; }
  .nav-icon {
    top: 9px;
    left: 15px; }
  .nav-icon.open {
    top: 9px;
    left: 15px; }
  .testimonial_main .col-md-8 {
    padding: 0px; }
  .footer_top .col-md-4, .footer_top .col-md-3 {
    width: 100%;
    flex: 100%;
    max-width: 100%; }
  .nav_bg nav ul.menu_btm {
    width: 75%; }
  .fancybox-slide {
    padding: 40px 10px; }
  .fancybox-grey .fancybox-slide--iframe .fancybox-content {
    max-width: 100% !important;
    width: 100% !important; }
  .modal-content {
    width: 100%; }
  .fancybox-content {
    padding: 15px 15px; }
  .open .header nav .single_robot {
    left: 0px;
    right: 0;
    margin: 0 auto; }
  .open .header nav {
    padding-left: 50px; }
  .nav_bg nav ul.menu_btm {
    left: 50px; } }

@media only screen and (max-height: 850px) {
  .fancybox-content {
    overflow: auto; } }

@media only screen and (min-width: 991px) {
  .order-md-2 {
    order: 2; } }

.get_form_sec .filepond--drop-label label:before {
  content: '';
  background: url("../assets/images/upload.png") no-repeat;
  background-position: center;
  display: none;
  height: 25px; }
  @media only screen and (max-width: 767px) {
    .get_form_sec .filepond--drop-label label:before {
      display: block; } }

.get_form_sec .filepond--drop-label label:after {
  content: 'Tap here to upload';
  font-size: 16px;
  font-weight: 700;
  color: #291813;
  display: none;
  padding-top: 5px; }
  @media only screen and (max-width: 767px) {
    .get_form_sec .filepond--drop-label label:after {
      display: block; } }

button:focus, .button:active {
  outline: none !important;
  box-shadow: none;
}

.fancybox-close-custom {
  position: absolute;
  right: 45px;
  top: -10px;
}

.fancy-modal-custom {
  padding-right: 80px !important;
}