@charset "UTF-8";
@font-face {
  font-family: burford;
  src: url("../fonts/Burford/BurfordRusticBookLight.otf");
}

@font-face {
  font-family: roboto-regular;
  src: url("../fonts/Roboto/Roboto-Regular.ttf");
}

@font-face {
  font-family: retroking;
  src: url("../fonts/Retroking.ttf");
}

* {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  overflow-x: inherit;
}

body {
  background-color: #ffefd3;
  font-family: 'roboto-regular', sans-serif;
}

.navigation {
  height: 70px;
  background: #fff;
}

.nav-container {
  max-width: 100%;
  margin: 0 30px;
}

#store .inner-image1 img {
  position: absolute;
  width: 60%;
  left: 0;
  z-index: -1;
}

.brand {
  position: absolute;
  float: left;
  line-height: 70px;
  text-transform: uppercase;
  font-size: 1.4em;
}

.brand a > img {
  width: 110px;
  vertical-align: middle;
}

.brand a,
.brand a:visited {
  color: #0c0c0c;
  text-decoration: none;
}

.abt-title {
  margin-bottom: 20px;
}

.abt-title span {
  font-family: retroking;
}

nav {
  float: right;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  float: left;
  position: relative;
}

nav ul li a {
  display: block;
  padding: 10px 20px 0 20px;
  line-height: 50px;
  background: #fff;
  color: #124C60;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
}

nav ul li a::before {
  -webkit-transition: 300ms;
  transition: 300ms;
  height: 5px;
  content: "";
  position: absolute;
  background-color: #e4194b;
  width: 0%;
  bottom: 0px;
}

nav ul li a:hover::before {
  width: 70%;
}

nav ul li a:not(:only-child):after {
  padding-left: 4px;
  content: ' â–¾';
}

nav ul li ul li {
  min-width: 190px;
}

nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

.bubbly-button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #ff0081;
  color: #fff;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s;
  transition: -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s, -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s;
}

.bubbly-button:focus {
  outline: 0;
}

.bubbly-button:before, .bubbly-button:after {
  position: absolute;
  content: '';
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: -1000;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
}

.bubbly-button:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, transparent 20%, #ff0081 20%, transparent 30%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, transparent 10%, #ff0081 15%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}

.bubbly-button:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, transparent 10%, #ff0081 15%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}

.bubbly-button:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  background-color: #e60074;
  -webkit-box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2);
          box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2);
}

.bubbly-button.animate:before {
  display: block;
  -webkit-animation: topBubbles ease-in-out 0.75s forwards;
          animation: topBubbles ease-in-out 0.75s forwards;
}

.bubbly-button.animate:after {
  display: block;
  -webkit-animation: bottomBubbles ease-in-out 0.75s forwards;
          animation: bottomBubbles ease-in-out 0.75s forwards;
}

@-webkit-keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%,  0% 0%,  0% 0%,  0% 0%,  0% 0%;
  }
}

@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%,  0% 0%,  0% 0%,  0% 0%,  0% 0%;
  }
}

@-webkit-keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%,  0% 0%,  0% 0%,  0% 0%,  0% 0%;
  }
}

@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%,  0% 0%,  0% 0%,  0% 0%,  0% 0%;
  }
}

.nav-dropdown {
  display: none;
  position: absolute;
  z-index: 1;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.nav-mobile {
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
  background: transparent;
  height: 70px;
  width: 70px;
}

.tube_riht_mobile {
  display: none;
}

.tube_left_mobile {
  display: none;
}

.tube_riht_center_mobile {
  display: none;
}

.tube_riht_bottom_mobile {
  display: none;
}

.tube_left_bottom_mobile {
  display: none;
}

.head1 {
  font-size: 1.5em !important;
}

/*Start about us page*/
.tude_start_div {
  width: 60%;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 60em) {
  .tude_start_div {
    width: 90%;
    margin: auto;
    text-align: center;
  }
  .tude_start_div .tube_riht_bottom_mobile {
    display: block !important;
    position: absolute;
    top: 65%;
    right: 0px;
    width: 40px;
  }
}

.tude_start_div p {
  display: block;
  text-align: center;
  line-height: 1.5;
  margin: 30px 0px;
  color: #022531;
  font-weight: 500;
  font-size: 17px;
}

@media screen and (max-width: 60em) {
  .founder-section .w-100 .last_bottom-mob {
    top: -400px;
  }
}

.founder-section .founder {
  width: 60%;
  margin: auto;
  background: #e4194b;
  color: #fff;
  padding: 84px;
  text-align: center;
  margin-bottom: 100px;
  margin-top: 50px;
  border-radius: 10px;
}

@media screen and (max-width: 60em) {
  .founder-section .founder {
    width: 90%;
    padding: 84px 40px;
  }
}

.founder-section .founder .w-100 .last_bottom-top {
  position: absolute;
  right: 0px;
  top: -85px;
  right: -85px;
  width: 230px;
}

@media screen and (max-width: 60em) {
  .founder-section .founder .w-100 .last_bottom-top {
    right: -40px;
  }
}

.founder-section .founder .w-100 .last_bottom-right {
  position: absolute;
  right: 0px;
  top: -40px;
  right: -125px;
  width: 110px;
}

@media screen and (max-width: 60em) {
  .founder-section .founder .w-100 .last_bottom-right {
    top: -25px;
    right: -50px;
    width: 51px;
  }
}

.founder-section .founder .w-100 .last_bottom-middle {
  position: absolute;
  right: 0px;
  bottom: -85px;
  left: 0px;
  width: 230px;
}

.founder-section .founder .fo-content {
  font-size: 34px;
  font-family: "burford", sans-serif !important;
}

@media screen and (max-width: 60em) {
  .founder-section .founder .fo-content {
    font-size: 25px;
  }
}

.founder-section .founder .fo-name {
  margin-top: 50px;
}

/*End about us page*/
#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #e4194b;
  position: absolute;
  display: block;
  content: '';
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
  top: -10px;
}

#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle.active span {
  background-color: transparent;
}

#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}

#nav-toggle.active span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#nav-toggle.active span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (min-width: 799px) {
  .nav-list {
    display: block !important;
  }
}

.page-head {
  background: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  position: fixed;
  top: 0;
  width: 375px;
}

/**
   * Ticker
   */
.marquee-container {
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 35px;
  position: relative;
  cursor: pointer;
  margin: 0 auto;
  background: #e4194b;
}

.marquee-containermarquee, .marquee-container *[class^="marquee"] {
  white-space: nowrap;
}

.content {
  margin: 0;
}

.marque-content li {
  color: #fff;
  height: 35px;
  position: absolute;
  list-style-type: none;
}

.content h1 {
  font-size: 0.9em;
  margin: 0 0 0 0;
  vertical-align: bottom;
  padding-right: 80px;
}

.abt-title {
  font-size: 1.5em !important;
  letter-spacing: 2px;
  padding-right: 0px !important;
}

.marque-content img {
  width: 30px;
  padding: 3px 40px 0 35px;
}

.page-head__ticker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: Bold;
  height: 36px;
  line-height: 1;
  padding: 0 12px;
  text-transform: uppercase;
  background: #e4194b;
  color: #fff;
}

.tryme {
  float: right;
  height: 70px;
  padding-left: 20px;
  line-height: 70px;
  text-transform: uppercase;
  font-size: 1.4em;
}

.tryme > button {
  padding: 10px;
  border-radius: 25px;
  width: auto;
  color: #fff;
  background: #e4194b;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 20px;
  max-width: 480px;
  min-height: 40px;
  min-width: 0px;
  overflow: hidden;
  padding: 0px;
  padding-right: 0px;
  padding-left: 0px;
  padding-left: 20px;
  padding-right: 20px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
}

/* Hero */
.contact-us {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(../image/banner-4.jpeg) !important;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../image/banner-4.jpeg) !important;
}

.product-us {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(../image/Banner-3.jpeg) !important;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../image/Banner-3.jpeg) !important;
}

.about-us {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(../image/Banner-2.jpeg) !important;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../image/Banner-2.jpeg) !important;
}

.franchise {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(../image/franchise.jpeg) !important;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../image/franchise.jpeg) !important;
}

.location {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(../image/location.png) !important;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../image/location.png) !important;
}

.hero {
  width: 100%;
  height: 640px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(../image/Banner-1.jpeg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../image/Banner-1.jpeg);
  background-size: cover;
  color: #fff;
  background-position: center bottom;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 50px;
}

.hero .inner-image1 .bannerimage-left {
  position: absolute;
  top: 0px;
  width: 15%;
  left: 0;
}

@media screen and (max-width: 60em) {
  .hero .inner-image1 .bannerimage-left {
    width: 25%;
  }
}

.hero .inner-image1 .bannerimage-right {
  position: absolute;
  top: 0px;
  width: 15%;
  right: 0;
}

@media screen and (max-width: 60em) {
  .hero .inner-image1 .bannerimage-right {
    width: 25%;
  }
}

.hero .inner-image2 img {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
}

.inner-image2::after {
  position: absolute;
  content: '';
  width: 9em;
  height: 9em;
  bottom: 4em;
  left: 2em;
  background-image: url(../image/Asset46.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation: floating infinite linear;
          animation: floating infinite linear;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

#hero-cta {
  position: absolute;
  bottom: 50px;
}

.heading-color {
  color: #000000 !important;
}

.heading {
  font-size: 80px;
  color: #e4194b;
  font-weight: bold;
  line-height: 1;
  margin-left: 13%;
  margin-top: -10%;
  font-family: "burford", sans-serif !important;
  line-height: 0.8;
}

.loc-mr {
  margin-top: -20% !important;
}

.product-padding {
  margin-top: -15% !important;
}

/* FOOTER */
.content {
  margin: 0 auto;
  padding: 50px 0px;
  line-height: 140%;
}

.content-width {
  width: 90%;
}

footer {
  background-color: #124C60;
  color: #fff;
}

footer .content-width {
  padding: 50px 0px 50px 0px;
  border-bottom: 2px solid #fff;
}

footer .inner-image1 {
  right: 0em;
  position: absolute;
  margin-top: -60px;
  z-index: -1;
}

footer .inner-image1 img {
  width: 120px;
}

footer .inner-image p {
  text-align: center;
  margin-top: 30px;
}

footer .inner-image img {
  width: 200px;
  margin-top: -20px;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  color: #19B5FE;
  text-decoration: none;
}

footer .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  -ms-flex-preferred-size: 250px;
      flex-basis: 250px;
  padding-right: 50px;
}

.footer-item .footer-con li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 2.3;
}

.footer-item .footer-con li a img {
  width: 25px;
  margin-right: 14px;
}

.footer-item a .footer-logo {
  width: 170px;
  padding-bottom: 10px;
}

.footer-item h4 {
  padding-top: 15px;
}

.footer-item:first-child {
  width: 400px;
}

.footer-item h2 {
  text-align: left;
  margin: 0px 0px 25px 0px;
}

.footer-item h2::after {
  background-color: #ebebeb;
  content: " ";
  width: 50px;
  margin-left: 0px;
}

.footer-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
  padding: 0px;
}

.footer-item ul li {
  list-style: none;
  margin-bottom: 5px;
  font-size: 14px;
}

footer .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 10px;
  padding: 0px;
}

footer .social ul li {
  list-style: none;
  margin-right: 10px;
}

footer .social ul li a {
  color: #ebebeb;
  font-size: 16px;
}

footer .meta-content {
  font-size: 14px;
  text-align: center;
}

footer .meta-content a {
  color: #19B5FE;
}

#about {
  position: relative;
}

#about .inner-image1 img {
  position: absolute;
  top: -26px;
  width: 100%;
  left: 0;
}

#about .mob-bg {
  display: none;
}

.content-width-about {
  width: 80%;
  position: relative;
}

.content {
  margin: 0 auto;
  padding: 5px 0px;
  line-height: 140%;
}

.container {
  width: 1000px;
  margin: 30px auto;
  display: -ms-grid;
  display: grid;
  width: 90%;
  -ms-grid-rows: (minmax(150px, min-content))[1];
      grid-template-rows: repeat(1, minmax(150px, -webkit-min-content));
      grid-template-rows: repeat(1, minmax(150px, min-content));
  -ms-grid-columns: (100px)[auto-fill];
      grid-template-columns: repeat(auto-fill, 100px);
  -ms-grid-columns: (100px)[auto-fit];
      grid-template-columns: repeat(auto-fit, 100px);
  -ms-grid-columns: (minmax(200px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  background: #e4194b;
  border-radius: 10px;
}

@media screen and (max-width: 60em) {
  .container {
    background: transparent;
  }
}

.container .item {
  color: white;
  font-family: "roboto-regular", sans-serif;
  font-size: 17px;
  background-color: #e4194b;
  line-height: 2;
  font-weight: 500;
  line-height: 2;
}

.container .item--1 {
  background-color: #fff;
  border-radius: 8px 0px 0px 8px;
  background-position: top center;
  background-size: cover;
}

.container .item--1::before {
  position: absolute;
  content: '';
  width: 9em;
  height: 9em;
  left: 16em;
  background-image: url(../image/about-us-section-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: -1em;
}

.container .item--1::after {
  position: absolute;
  content: '';
  width: 7em;
  height: 7em;
  left: -1em;
  background-image: url(../image/about-left-icon-bottom.png);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0em;
}

.container .item--5 {
  background-color: #fff;
  border-radius: 8px 0px 0px 8px;
  background-position: top center;
  background-size: cover;
}

@media screen and (max-width: 60em) {
  .container .item--5 {
    border-radius: 8px;
  }
}

.container .item--5::after {
  position: absolute;
  content: '';
  width: 7em;
  height: 7em;
  left: -1em;
  background-image: url(../image/about-us-section-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0em;
}

.container .item--2 {
  background-color: #e4194b;
  border-radius: 0px 8px 8px 0px;
  margin: auto;
}

.container .item--2::before {
  position: absolute;
  content: '';
  width: 7em;
  height: 7em;
  right: -1em;
  background-image: url(../image/about-us-top-section.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: -1em;
}

@media screen and (max-width: 600px) {
  .container .item--2::before {
    top: 0em;
    width: 6em;
    height: 6em;
    right: 1em;
  }
}

.container .item--2 .about-content {
  padding: 76px 70px;
  font-size: 16px;
}

.container .item--6 {
  background-color: #e4194b;
  border-radius: 0px 8px 8px 0px;
  margin: auto;
}

.container .item--6::before {
  position: absolute;
  content: '';
  width: 7em;
  height: 7em;
  right: -4em;
  background-image: url(../image/Asset43.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: -3em;
}

@media screen and (max-width: 60em) {
  .container .item--6::before {
    width: 4em;
    height: 4em;
    top: -1em;
    right: 1em;
  }
}

.container .item--6 .about-content {
  padding: 76px 70px;
}

.container .item--6 .about-content h1 {
  font-size: 35px;
  line-height: 1;
  font-family: "burford", sans-serif !important;
  margin-bottom: 10px;
  text-align: center;
  padding-right: 0px;
}

@media screen and (max-width: 600px) {
  .container .item--6 .about-content h1 {
    font-size: 35px;
    line-height: 1;
    font-family: "burford", sans-serif !important;
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 60em) {
  .container .item--6 .about-content h1 {
    font-size: 35px;
    line-height: 1;
    font-family: "burford", sans-serif !important;
    margin-bottom: 70px;
  }
}

.container .item--3 {
  background-color: transparent;
  margin: 0px 40px 0px 0px;
  /*Contact form*/
}

.container .item--3 .head1 {
  margin-bottom: 30px;
  line-height: 1.3;
}

.container .item--3 .head1 span {
  color: #e4194b;
}

.container .item--3 .col-3 {
  float: left;
  width: 100%;
  margin: 8px 0%;
  position: relative;
}

.container .item--3 input[type="text"] {
  font: 15px/24px "roboto-regular", sans-serif;
  color: #ccc;
  width: 100%;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 1px;
  border-readius: 50%;
}

.container .item--3 select {
  font: 15px/24px "roboto-regular", sans-serif;
  color: #ccc;
  width: 100%;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 1px;
  border-readius: 50%;
}

.container .item--3 button, .container .item--3 textarea {
  font: 15px/24px "roboto-regular", sans-serif;
  color: #ccc;
  width: 100%;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 1px;
  border-readius: 50%;
}

.container .item--3 .sendmessage {
  font: 15px/24px "roboto-regular", sans-serif;
  background: #e4194b;
  color: #fff;
  padding: 8px;
  margin-bottom: 50px;
}

.container .item--3 .effect-9 {
  border: 1px solid #ccc;
  padding: 7px 14px 9px;
}

.container .item--4 h1 {
  margin-bottom: 30px;
}

.container .item--4 .contact-content .main-contact {
  margin-bottom: 40px;
  display: -ms-grid;
  display: grid;
  display: grid;
  -ms-grid-columns: auto auto auto;
      grid-template-columns: auto auto auto;
}

.container .item--4 .contact-content .main-contact .comp-name {
  color: #e4194b;
  font-weight: bold;
}

.container .item--4 .contact-content .main-contact .comp-address {
  font-size: 14px;
  margin-right: 30px;
}

@media only screen and (max-width: 60em) {
  .container .item--4 .contact-content .main-contact {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .container .item--4 .contact-content .main-contact .contact-box {
    margin-bottom: 40px;
  }
}

.container .item--4 .contact-content .contact-info li {
  list-style: none;
  margin-bottom: 5px;
  font-size: 14px;
}

.container .item--4 .contact-content .contact-info li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  text-decoration: none;
}

.container .item--4 .contact-content .contact-info li a img {
  margin-right: 12px;
}

.container .item--4::before {
  position: absolute;
  content: '';
  width: 7em;
  height: 7em;
  right: -6em;
  background-image: url(../image/about-us-top-section.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: -5em;
}

.tude_heading .title-img-before {
  position: absolute;
  width: 55px;
  top: 0em;
  left: 26em;
}

@media only screen and (max-width: 60em) {
  .tude_heading .title-img-before {
    width: 23px;
    top: 0em;
    left: 5.4em;
    display: none;
  }
}

.tude_heading .title-img-after {
  position: absolute;
  width: 40px;
  top: 1em;
  right: 27em;
}

@media only screen and (max-width: 60em) {
  .tude_heading .title-img-after {
    right: 6em;
    width: 20px;
    top: 0em;
    display: none;
  }
}

.tude_heading p {
  margin: auto;
  margin-top: 50px;
  font-family: retroking;
  color: #124c60;
  font-size: 80px;
}

.tude_heading p span {
  font-family: "roboto-regular", sans-serif;
}

@media only screen and (max-width: 60em) {
  .tude_heading p {
    margin-top: 10px;
    font-size: 30px;
  }
}

#tude_love {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 70px;
}

#tude_love .bg-vector {
  position: relative;
}

#tude_love .bg-vector img {
  position: absolute;
  right: 140px;
  width: 550px;
  margin-top: 1.5em;
}

.tude_love_div {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: auto;
}

.mt-100 {
  padding-top: 100px;
}

.product_detail_div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  width: 100%;
  margin: auto;
}

.product_div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
  width: 80%;
  margin: auto;
}

.w-100 {
  width: 100%;
  position: relative;
}

.w-100 .footer-leftalign {
  width: 15em;
  left: 0px;
  margin-bottom: -4px;
}

@media only screen and (max-width: 60em) {
  .w-100 .footer-leftalign {
    width: 8em;
  }
}

.w-100 .footer-rightalign {
  width: 15em;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

@media only screen and (max-width: 60em) {
  .w-100 .footer-rightalign {
    width: 8em;
  }
}

.w-100 .tube_about-bottom {
  position: absolute;
  left: 0px;
  height: 500px;
  top: 250px;
}

.w-100 .last_bottom {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 70%;
  z-index: -1;
}

.w-100 .tube_right2 {
  position: absolute;
  right: 0px;
  bottom: 100px;
}

.w-100 .tube_store_right2 {
  position: absolute;
  right: 0px;
  bottom: 100px;
  height: 300px;
}

.w-100 .tube_pd_right2 {
  position: absolute;
  right: 0px;
  bottom: 50px;
  height: 450px;
  z-index: -1;
}

.w-100 .tube_left {
  position: absolute;
  left: -50px;
  height: 500px;
  top: 40%;
  z-index: 1;
}

.w-100 .tube_store_left {
  position: absolute;
  left: 0px;
  height: 100px;
  bottom: 20%;
}

.w-100 .about_tube_left {
  position: absolute;
  height: 200px;
  top: 40%;
}

.w-100 .tube_right {
  position: absolute;
  right: 0px;
  height: 500px;
}

.w-100 .tube_store_right {
  position: absolute;
  right: 0px;
  height: 200px;
}

.w-100 .tube-about-content-bottom {
  position: absolute;
  right: -72px;
  height: 76px;
}

.product_card .product_img {
  width: 100%;
}

.product_card .product_name {
  color: #124c60;
  text-transform: uppercase;
}

.product_card .product_desc {
  margin: 0px 0px 20px 0px;
  color: #ffa562;
  letter-spacing: 0px;
  font-size: 15px;
}

.product_btn {
  background-color: #124c60;
  color: #fff;
  border-radius: 20px;
  padding: 5px 20px;
  text-decoration: none;
  margin-top: 20px;
  z-index: 1000;
}

.product_btn:hover {
  background-color: #e4194b;
  color: #fff;
  border-radius: 20px;
  padding: 5px 20px;
  text-decoration: none;
  margin-top: 20px;
}

.last_section {
  width: 80%;
  margin: auto;
}

.last_section1 {
  width: 65%;
  margin: auto;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.d-flex .icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.d-flex .icon-list span {
  margin: 0px 10px;
}

.d-flex .icon-img-fluid {
  width: 100px;
}

.d-flex .icon_name {
  color: #124c60;
  font-weight: 500;
  font-size: 20px;
}

.mt-3 {
  margin-top: 50px;
}

.bottom_heading {
  font-size: 35px;
  color: #124c60;
  margin: 105px 0px 20px auto;
  font-family: retroking;
}

.bottom_heading span {
  font-family: "roboto-regular", sans-serif;
}

@media screen and (max-width: 60em) {
  .bottom_heading {
    margin: 60px 0px 20px auto;
  }
}

.bottom_btn {
  background: #124c60;
  color: #fff;
  border-radius: 20px;
  padding: 8px 20px;
  text-decoration: none;
  font-size: 14px;
}

.bottom_btn:hover {
  background: #e4194b;
}

@media screen and (min-width: 1600px) {
  .hero {
    height: 800px;
  }
}

@media only screen and (max-width: 1024px) {
  .product_div {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .features {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer h2 {
    font-size: 140%;
  }
  #why-content .meta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.product_detail_div {
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.product_detail_div .product_card img {
  margin: 10px;
}

.product_detail_div .card-contents {
  margin: 150px 150px 100px 0px;
  text-align: left;
}

.product_detail_div p {
  color: #124c60;
  margin: 15px 0px 25px 0px;
}

@media only screen and (max-width: 799px) {
  .product_detail_div {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 0px;
  }
  .product_detail_div .product_card img {
    margin: 10px;
  }
  .product_detail_div .card-contents {
    margin: 20px;
    text-align: center;
  }
  .product_detail_div p {
    margin: 15px 10px 25px 10px;
  }
  .product_detail_div h1 {
    font-size: 25px !important;
  }
  .product_detail_div h3 {
    font-size: 16px !important;
  }
  .tryme {
    float: right;
    height: 51px;
    padding-left: 20px;
    line-height: 46px;
    text-transform: uppercase;
    font-size: 1.4em;
    margin-top: 70px;
    background: #ffefd3;
    z-index: 1000;
  }
  .icon-img-fluid {
    width: 40px !important;
  }
  .d-flex .icon-list {
    display: -ms-grid !important;
    display: grid !important;
  }
  .icon_name {
    font-size: 14px !important;
  }
  .bottom_heading {
    font-size: 17px !important;
  }
  .last_section {
    width: 100%;
  }
  .relative {
    position: relative;
  }
  .tube_riht_mobile {
    display: block !important;
    position: absolute;
    right: 0px;
    width: 60px;
    top: -80px;
  }
  .tube_left_mobile {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0px;
    width: 60px;
  }
  .tube_riht_center_mobile {
    display: block !important;
    position: absolute;
    top: 35%;
    right: 0px;
    width: 40px;
  }
  .tube_riht_bottom_mobile {
    display: block !important;
    position: absolute;
    top: 65%;
    right: 0px;
    width: 30px;
  }
  .tube_left_bottom_mobile {
    display: block !important;
    position: absolute;
    top: 70%;
    left: 0px;
    width: 40px;
  }
  .mobile_none {
    display: none;
  }
  .tube_right2 {
    display: none;
  }
  .tude_heading h1 {
    width: 220px !important;
  }
  .brand {
    left: 35%;
  }
  .nav-container {
    margin: 0px 10px !important;
  }
  .nav-mobile {
    display: block;
  }
  .product_div {
    -ms-grid-columns: 1fr 1fr !important;
        grid-template-columns: 1fr 1fr !important;
    width: 100% !important;
  }
  nav {
    width: 100%;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  nav ul li a:hover::before {
    width: 20%;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }
  .nav-dropdown {
    position: static;
  }
}

@media only screen and (max-width: 768px) {
  .footer-item {
    padding-right: 20px;
  }
  .tryme > button {
    min-height: 28px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }
  .last_bottom-mob {
    top: -100px;
  }
  .mt-100 {
    padding-top: 0px;
  }
  .product_card .product_name {
    font-size: 11px;
  }
  .product_card .product_desc {
    font-size: 10px;
  }
  .product_div {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .logo {
    width: 160px;
  }
  .links {
    display: none;
  }
  #sidebar-menu-btn {
    display: inline;
  }
  #contact-form {
    width: 80%;
  }
  .footer-item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-top: 25px;
  }
}

.last_bottom-mob {
  display: none;
}

.prodct_store_desc {
  color: #124c60 !important;
}

@media only screen and (max-width: 60em) {
  .w-100 .tube_store_right {
    position: absolute;
    right: 0px;
    height: 100px;
  }
  .w-100 .tube_store_right2 {
    height: 200px;
  }
  .w-100 .tube_store_left {
    height: 70px;
  }
  .product_div {
    grid-gap: 40px 0px !important;
  }
  .container .item--1::after {
    background-image: url(../image/Asset23.svg);
    bottom: 7em;
    height: 10em;
    left: -3.5em;
  }
  .tude_love_div {
    margin-top: 60px;
  }
  .bg-vector img {
    display: none;
  }
  .tube_right {
    display: none;
  }
  .last_bottom {
    display: none;
  }
  .last_bottom-mob {
    display: block;
    position: absolute;
    z-index: -1;
    top: -80px;
    width: 100%;
  }
  .w-100 .tube_about-bottom {
    height: 230px;
    top: 440px;
  }
  .w-100 .tube-about-content-bottom {
    right: -10px;
    border-radius: 8px;
  }
  .container .item {
    font-size: 15px;
  }
  .container .item--1::before {
    width: 6em;
    height: 6em;
    left: 0em;
    top: 8em;
  }
  .w-100 .tube_left {
    position: absolute;
    left: -26px;
    height: 238px;
    top: 24%;
  }
  .item--1, .item--5 {
    background-color: #fff;
    border-radius: 8px;
    background-position: top center;
    background-size: cover;
    width: 70%;
    margin: auto;
    height: 200px;
    z-index: 1;
  }
  .container .item--6, .container .item--2 {
    margin-top: -130px;
    border-radius: 8px;
    font-size: 13px;
    width: 100%;
    font-weight: 500;
  }
  .container .item--6 .about-content,
  .container .item--2 .about-content {
    padding: 150px 10px 75px 10px;
    text-align: center;
    font-size: 14px;
  }
  .content {
    padding: 4px 0px;
  }
  #about .inner-image1 .mob-bg {
    display: block;
  }
  #about .inner-image1 .des-bg {
    display: none;
  }
  .content-width-about {
    width: 100%;
  }
  .product_div {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  header {
    padding: 5px 0px;
  }
  .content-width {
    width: 90%;
  }
  #contact-form {
    width: 100%;
  }
  .hero {
    height: 270px;
  }
  .inner-image2::after {
    width: 6em;
    height: 6em;
    bottom: -1em;
    display:none;
  }
  #about .inner-image1 img {
    top: -5px;
  }
  .heading {
    font-size: 34px;
    margin-left: -8%;
    margin-top: -12%;
  }
  .heading-color {
    color: #000000 !important;
  }
  .feature {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .meta > a {
    text-align: center;
    margin-left: 0px;
    margin-bottom: 10px;
  }
  footer h2 {
    font-size: 110%;
  }
}
/*# sourceMappingURL=style.css.map */