.menu {
  width: 100%;
  background: #f0f0f0;
}

#btnb {
  background: #10617a;
}

.menulist ul {
  margin-bottom: 0px !important;
}

.menulist ul li {
  float: left;
  margin-right: 20px;
  list-style: none;
  margin-top: 0px;
}

.menulist ul li a {
  padding: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #10617a;
}

.dnone {
  display: none;
}

.banner a {
  color: #fff;
  text-decoration: none;
}

.banner a:hover {
  color: #fff;
  text-decoration: none;
}

.banner {
  height: auto;
  padding: 20px 0px;
  display: block;
}

.banner h1 {
  padding-top: 100px;
  color: #1e449b;
}

.banner h3 {
  color: #616161;
  color: #10617a;
}

/********************** .headingtitle{background:#ffe9e9;} *************/

[data-aos^="fade"][data-aos^="fade"].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos][data-aos][data-aos-easing="ease-in-out"],
body[data-aos-easing="ease-in-out"] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 600ms;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}

.section-header p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: var(--secondary);
  text-transform: uppercase;
}

.section-header h1 {
  font-size: 2em;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: var(--primary);
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos^="fade"][data-aos^="fade"].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

.w-300-h-300 {
  width: 300px;
  height: 300px;
}

.main {
  box-sizing: border-box;
  display: inline-grid;
  grid-auto-columns: auto;
  grid-template-rows: auto;
  position: relative;
  height: inherit;
  width: inherit;
}

.values .box h3 {
  font-size: 1.3em;
  color: #cf3636;
  font-weight: 700;
  margin-bottom: 18px;
}

section {
  padding: 15px 0;
  overflow: hidden;
}

.features img {
  width: 100%;
}

.box {
  background: #ffffff;
  padding: 12px;
  box-shadow: 5px 10px 8px #888888;
}

.box:hover {
  background: #ffffff;
  padding: 12px;
  box-shadow: 2.5px 5px 4px #888888;
}

.box2 {
  display: flex;
  margin-bottom: 30px;
}

.box2 .inner {
  width: 600px;
  height: 100px;
  line-height: 100px;
  font-size: 4em;
  font-family: sans-serif;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
}

.box2 .inner:first-child {
  background-color: #cf3636;
  color: darkred;
  transform-origin: right;
  transform: perspective(100px) rotateY(-15deg);
}

.box2 .inner:last-child {
  background-color: lightcoral;
  color: antiquewhite;
  transform-origin: left;
  transform: perspective(100px) rotateY(15deg);
}

.box2 .inner span {
  position: absolute;
  animation: marquee 5s linear infinite;
}

.box2 .inner:first-child span {
  animation-delay: 2.5s;
  left: -100%;
}

@keyframes marquee {
  from {
    left: 100%;
  }

  to {
    left: -100%;
  }
}

/***************3D Text*************************/

.text {
  text-transform: uppercase;
  font-family: verdana;
  font-size: 1.5em;
  font-weight: 700;
  color: #1bd4db;
  text-shadow: 1px 1px 1px #00a5ab, 1px 2px 1px #00a5ab, 1px 3px 1px #00a5ab,
    1px 4px 1px #00a5ab, 1px 5px 1px #00a5ab, 1px 6px 1px #00a5ab,
    1px 18px 6px rgba(16, 16, 16, 0.4), 1px 22px 10px rgba(16, 16, 16, 0.2),
    1px 25px 35px rgba(16, 16, 16, 0.2), 1px 30px 60px rgba(16, 16, 16, 0.4);
}

.textsmall {
  text-transform: uppercase;
  font-family: verdana;
  font-size: 25px;
  font-weight: 700;
  color: blue;
  text-shadow: 1px 1px 1px #7788ff, 1px 2px 1px #7788ff, 1px 3px 1px #7788ff,
    1px 4px 1px #7788ff, 1px 8px 4px rgba(16, 16, 16, 0.4),
    1px 12px 8px rgba(16, 16, 16, 0.2), 1px 16px 16px rgba(16, 16, 16, 0.2),
    1px 20px 32px rgba(16, 16, 16, 0.4);
}

#text3d {
  color: #70869d;
  letter-spacing: 0.15em;
  text-shadow: -1px -1px 1px #efede3, 0px 1px 0 #2e2e2e, 0px 2px 0 #2c2c2c,
    0px 3px 0 #2a2a2a, 0px 4px 0 #282828, 0px 5px 0 #262626, 0px 6px 0 #242424,
    2px 20px 5px rgba(0, 0, 0, 0.9), 5px 23px 5px rgba(0, 0, 0, 0.3),
    8px 27px 8px rgba(0, 0, 0, 0.5), 8px 28px 35px rgba(0, 0, 0, 0.9);
}

.featurelist h3 {
  margin-top: 15px;
}

.featurelist ul {
  margin-top: 30px;
}

.featurelist ul li {
  list-style: none;
  margin-top: 10px;
}

.featurelist ul li i {
  color: blue;
}

/******************* Footer ****************************/

footer {
  padding: 50px 25px;
  background: #f4f4f4;
}

footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

footer ul > li {
  padding: 4px;
  color: #c5cae9;
}

footer ul > li:hover {
  color: #957bda;
  cursor: pointer;
}

footer hr {
  border-width: 3px;
}

.card {
  padding: 2% 7%;
}

.social > i {
  padding: 1%;
  font-size: 15px;
}

.social > i:hover {
  color: #957bda;
  cursor: pointer;
}

.policy > div {
  padding: 4px;
}

.heading {
  font-family: "Titillium Web", sans-serif;
  color: black;
}

.divider {
  border-top: 2px solid;
}

footer .footer-text img {
  width: 250px;
  margin-bottom: 40px;
}

.title5 h1 {
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
  font-size: 3rem;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
  position: relative;
  color: #000;
}

.title5 {
  width: 100%;
}

.title5 h1:before {
  content: attr(data-text);
  position: absolute;
  background: linear-gradient(
    #f70000,
    #f89200,
    #f8f501,
    #038f00,
    #0168f8,
    #a200f7
  );
  -webkit-background-clip: text;
  color: transparent;
  background-size: 100% 90%;
  line-height: 0.9;
  clip-path: ellipse(120px 120px at -2.54% -9.25%);
  animation: swing 5s infinite;
  animation-direction: alternate;
  text-align: center;
  display: block;
}

@keyframes swing {
  0% {
    -webkit-clip-path: ellipse(60px 60px at -2.54% -9.25%);
    clip-path: ellipse(60px 60px at -2.54% -9.25%);
  }
  50% {
    -webkit-clip-path: ellipse(60px 60px at 49.66% 64.36%);
    clip-path: ellipse(60px 60px at 49.66% 64.36%);
  }
  100% {
    -webkit-clip-path: ellipse(60px 60px at 102.62% -1.61%);
    clip-path: ellipse(60px 60px at 102.62% -1.61%);
  }
}

/************************Pricing Table**********************************/

h1.demo-title {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #2a293e;
  letter-spacing: 2px;
}

h1.demo-title a {
  font-size: 16px;
  font-weight: 300;
}

.pricing-table {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  background: #ffffff;
}

.pricing-table .ptable-item {
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .pricing-table .ptable-item {
    width: 33.33%;
  }
}

@media (max-width: 768px) {
  .pricing-table .ptable-item {
    width: 50%;
  }
}

@media (max-width: 576px) {
  .pricing-table .ptable-item {
    width: 100%;
  }
}

.pricing-table .ptable-single {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.pricing-table .ptable-header,
.pricing-table .ptable-body,
.pricing-table .ptable-footer {
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.pricing-table .ptable-status,
.pricing-table .ptable-title,
.pricing-table .ptable-price,
.pricing-table .ptable-description,
.pricing-table .ptable-action {
  position: relative;
  width: 100%;
  text-align: center;
}

.pricing-table .ptable-single {
  background: #f6f8fa;
}

.pricing-table .ptable-single:hover {
  box-shadow: 0 0 10px #999999;
}

.pricing-table .ptable-header {
  margin: 0 30px;
  padding: 30px 0 44px 0;
  width: auto;
  background: #2a293e;
}

.pricing-table .ptable-header::before,
.pricing-table .ptable-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 100px solid #f6f8fa;
}

.pricing-table .ptable-header::before {
  right: 50%;
  border-right: 250px solid transparent;
}

.pricing-table .ptable-header::after {
  left: 50%;
  border-left: 250px solid transparent;
}

.pricing-table .ptable-item.featured-item .ptable-header {
  background: #ff6f61;
}

.pricing-table .ptable-status {
  margin-top: -30px;
}

.pricing-table .ptable-status span {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
  padding: 5px 0;
  text-align: center;
  color: #ff6f61;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  background: #2a293e;
}

.pricing-table .ptable-status span::before,
.pricing-table .ptable-status span::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 10px solid #ff6f61;
}

.pricing-table .ptable-status span::before {
  right: 50%;
  border-right: 25px solid transparent;
}

.pricing-table .ptable-status span::after {
  left: 50%;
  border-left: 25px solid transparent;
}

.pricing-table .ptable-title h2 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 2px;
}

.pricing-table .ptable-price h2 {
  margin: 0;
  color: #ffffff;
  font-size: 45px;
  font-weight: 700;
  margin-left: 15px;
}

.pricing-table .ptable-price h2 small {
  position: absolute;
  font-size: 18px;
  font-weight: 300;
  margin-top: 16px;
  margin-left: -15px;
}

.pricing-table .ptable-price h2 span {
  margin-left: 3px;
  font-size: 16px;
  font-weight: 300;
}

.pricing-table .ptable-body {
  padding: 20px 0;
}

.pricing-table .ptable-description ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-table .ptable-description ul li {
  color: #2a293e;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 7px;
  border-bottom: 1px solid #dedede;
}

.pricing-table .ptable-description ul li:last-child {
  border: none;
}

.pricing-table .ptable-footer {
  padding-bottom: 30px;
}

.pricing-table .ptable-action a {
  display: inline-block;
  padding: 10px 20px;
  color: #ff6f61;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
  background: #2a293e;
}

.pricing-table .ptable-action a:hover {
  color: #2a293e;
  background: #ff6f61;
}

.pricing-table .ptable-item.featured-item .ptable-action a {
  color: #2a293e;
  background: #ff6f61;
}

.pricing-table .ptable-item.featured-item .ptable-action a:hover {
  color: #ff6f61;
  background: #2a293e;
}

/**************page title****************/
.pagetitle {
  width: 100%;
}

section.pagetitle {
  background: #bfbfbf;
}

section.pagetitle h1 {
  text-align: center;
  margin: 0 auto;
}

/***************login***********************/
.loginfrm {
  width: 100%;
}

#signin {
  margin: 0px auto;
  width: 40%;
  background: #444444;
  box-shadow: 0 0 64px rgba(0, 0, 0, 0.5);
  padding: 100px;
  position: relative;
  overflow: hidden;
}

#signin .form-title {
  font: 500 16px/1 "Roboto", sans-serif;
  color: #ebebeb;
  text-align: center;
  margin: 35px 0;
}

#signin .input-field {
  position: relative;
  height: 50px;
  margin: 35px 0;
  transition: all 300ms;
}

#signin .input-field i {
  position: absolute;
  bottom: 28px;
  left: 15px;
  color: #bbbbbb;
  height: 0;
  visibility: hidden;
  font-size: 100%;
  transition: height 250ms;
}

#signin .input-field label {
  width: 100%;
  height: 100%;
  position: absolute;
  margin-top: 20px;
  left: 4px;
  font: 400 16px/1 "Roboto", sans-serif;
  color: #fff;
  opacity: 1;
  transition: all 300ms;
}

#signin .input-field input {
  height: 4px;
  font: 500 16px/1 "Roboto", sans-serif;
  padding: 0 20px 0 50px;
  border: none;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
  color: #606060;
  border-radius: 6px;
  outline: 0;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 300ms;
}

#signin .forgot-pw {
  font: 600 14px/1 "Roboto", sans-serif;
  color: #e54949;
  text-decoration: none;
  float: right;
  margin: 0 0 25px 0;
  display: block;
}

#signin button.login {
  min-height: 60px;
  font: 500 16px/1 "Roboto", sans-serif;
  width: 100%;
  padding: 20px;
  display: block;
  background: #cf3636;
  color: #fff;
  border: none;
  outline: 0;
  cursor: pointer;
  position: absolute;
  left: 0;
  bottom: 0;
}

#signin .check {
  width: 100%;
  height: 100%;
  background: #324192;
  position: absolute;
  top: 100%;
  left: 0;
  text-align: center;
  visibility: hidden;
  transition: all 1s;
}

#signin .check.in {
  visibility: visible;
  top: 0;
}

#signin .check i {
  color: #fff;
  font-size: 64px;
  line-height: 7.4;
}

#signin .input-field input:focus {
  color: #333;
}

#signin .input-field input:focus,
#signin .input-field input.not-empty {
  height: auto;
  padding: 14px 20px 14px 50px;
}

#signin .input-field input:focus + i,
#signin .input-field input.not-empty + i {
  font-size: 24px;
  bottom: 26px;
  height: 10px;
  visibility: visible;
}

#signin .input-field input:focus + i + label,
#signin .input-field input.not-empty + i + label {
  font-size: 12px;
  margin-top: -15px;
  opacity: 0.7;
  animation: label 300ms 1;
}

@keyframes label {
  0% {
    margin-top: -15px;
  }
  50% {
    margin-top: -25px;
  }
  100% {
    margin-top: -15px;
  }
}

#gif {
  width: 50%;
}

#gif a img {
  max-width: 100%;
  box-shadow: 0 0 64px rgba(0, 0, 0, 0.5);
}

/********************* Contact **************************/

.contact-block {
  text-align: center;
  border: 5px solid #eef2f6;
  padding: 50px 25px;
}

.contact-block i {
  font-size: 50px;
  margin-bottom: 15px;
  display: inline-block;
  color: #cf3636;
}

.contact-form-wrap .form-group {
  margin-bottom: 20px;
}

.contact-form-wrap .form-group .form-control {
  height: 60px;
  border: 1px solid #eef2f6;
  box-shadow: none;
  width: 100%;
  background: #f4f9fc;
}

.contact-form-wrap .form-group-2 textarea {
  height: auto;
  border: 1px solid #eef2f6;
  box-shadow: none;
  background: #f4f9fc;
  width: 100%;
}

/*
.btn-main:hover {
background: #e12454;
border-color: #e12454;
color: #fff;
}
.btn-main{
background: #e12454;
border-color: #e12454;
color: #fff;
}
.btn{
display: inline-block;
font-size: 14px;
font-size: 0.8125rem;
font-weight: 700;
letter-spacing: .5px;
padding: 0.75rem 2rem;
font-family: "Exo", sans-serif;
text-transform: uppercase;
border-radius: 5px;
border: 2px solid transparent;
transition: all .35s ease;
}
*/

.mobilemenu {
  display: none;
  width: 100%;
}

.menupart1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menupart1 .openbtm {
  float: right;
}

.logom {
  width: 85%;
  float: left;
}

.btnmob {
  width: 15%;
  float: left;
}

@media only screen and (max-width: 991px) {
  .mobilemenu {
    display: block !important;
  }

  .desktopmenu {
    display: none !important;
  }

  .title5 h1 {
    font-family: "Teko", sans-serif;
    text-transform: uppercase;
    font-size: 20px;
  }

  .text {
    text-transform: uppercase;
    font-family: verdana;
    font-size: 1em;
  }

  .banner h1 {
    padding-top: 39px;
    color: #1e449b;
  }

  .banner h3 {
    color: #616161;
    color: #10617a;
    font-size: 24px;
  }

  .bnrmobile {
    display: none;
  }

  .banner {
    height: auto;
    display: block;
    padding-bottom: 65px;
  }

  .mobilebottommenu {
    display: block;
  }
}

.sidepanel {
  height: 100%; /* Specify a height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0;
  left: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding: 12px 10px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
}

/* The sidepanel links */
.sidepanel a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidepanel a:hover {
  color: #f1f1f1;
  text-decoration: none;
}

/* Position and style the close button (top right corner) */

.main {
  width: 100%; /* Add a bottom margin to avoid content overlay */
}

.mobilebottommenu {
  width: 100%;
  height: 60px;
  position: fixed;
  bottom: 0;
  background: #555555;
}

.mobilebottommenu .menu1 {
  width: 40px;
  margin: 3% 7%;
  float: left;
}

.menu1 a {
  font-size: 20px;
  color: #ffffff !important;
  padding: 5px 15px;
  background: #cf3636;
  margin-top: 5px;
}

.menu1 a:hover {
  background-color: #444;
}

.col-md-3.justify-content-md-end.btnm {
  right: -13px !important;
}

div#menupart1 {
  left: -13px !important;
}

/*******************product card************************/
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
}

.fleft {
  float: left;
}

.allbrand {
  width: 100%;
  padding: 25px 20px;
  margin: 10px;

  font-size: 25px;
  color: #fff;
  text-align: center;
}

.allcompany {
  width: 100%;
  padding: 25px 20px;
  margin: 10px;
  background: #10617a;
  font-size: 25px;
  color: #fff;
  text-align: center;
}

/********************** Cart Sidebar/**************************/

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left 0.5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

/* Product details */

.product_name {
  font-size: 36px;
  font-weight: 500;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}

.product_details_content label {
  position: relative;
  display: block;
  margin-top: 2px;
  font-size: 18px;
  line-height: 1.8;
}

.quantity-btn {
  height: 30px;
  width: 30px;
  border: 0;
  border-radius: 5px;
  background: #fff;
  font-weight: 700;
}

.increment {
  background: #4caf50;
  color: #fff;
}

.decreament {
  background: #f44336;
  color: #fff;
}

.quantity-input {
  border: 0;
  border-radius: 5px;
  height: 30px;
  width: 30px;
  text-align: center;
}

/* end product details */
