.bg-danger p {
  margin: 0;
  color: #fff;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
}

.bg-danger {
  background-color: red;
  padding: 10px;
}

header {
  display: none;
}

@font-face {
  font-family: Work Sans;
  src: url(../fonts/WorkSans-Regular.ttf);
}

@font-face {
  font-family: Josefin Sans;
  src: url(../fonts/JosefinSans-Medium.ttf);
}

body {
  margin: 0;
}

p {
  font: 400 17px/30px "Josefin Sans", sans-serif;
  margin: 0 0 40px 0;
  color: #000;
}

.form-page-content .form-group label {
  font: 400 17px/30px "Josefin Sans", sans-serif;
  color: #000;
}

.privacy-policy-text h2 {
  font: 600 28px/42px "Josefin Sans", sans-serif;
  margin: 0 0 20px 0;
  color: #111;
  position: relative;
  text-transform: uppercase;
}

.privacy-policy-text h3 {
  font: 400 27px/24px "Josefin Sans", sans-serif;
  margin: 0 0 20px 0;
  color: #111;
  position: relative;
}

.privacy-policy-text p {
  margin: 0 0 26px 0;
  line-height: 29px;
}

.privacy-policy-text p a {
  color: #5f0135;
  font-weight: 400;
  text-decoration: none;
}

.privacy-policy-text p a:hover {
  color: #000;
}

.privacy-policy-text ul li p {
  margin: 0 0 16px 0;
}

.overflow {
  overflow: hidden;
}

.inner-page .product-wrapper {
  padding: 0 0 30px 0;
  margin: 0;
}

.login-btn .mobile-display {
  display: none;
}

.inner-page #product-section {
  padding: 0 0 30px 0;
}

.form-page-content .form-group .form-control {
  font: 400 15px/30px "Josefin Sans", sans-serif;
  outline: none;
  box-shadow: none;
  border: 1px solid #ced4da;
}

.form-page-content form button {
  background: #5f0135;
  font: 600 15px/17px "Josefin Sans", sans-serif;
  border: none;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  margin: 0 0 30px 0;
}

.form-page-content form button:hover,
.form-page-content form button:active,
.form-page-content form button:focus {
  background: #5f0135 !important;
  color: #fff !important;
  box-shadow: none !important;
}

.form-page-content .form-group .form-control,
.form-page-content .form-group .form-control::placeholder {
  color: #6c6c6c;
}

.breadcrumb {
  padding: 55px 15px !important;
  text-align: center;
  margin: 0 0 60px 0 !important;
}

.commen-contect-pare p a {
  color: #000;
  text-decoration: none;
}

.commen-contect-pare p {
  margin: 0 0 10px 0;
}

.contect-address p a:hover {
  color: #5f0135;
}

.inner-page .full-header {
  background: #000;
  z-index: 1;
  position: relative;
}

.breadcrumb-head h3 {
  font: 600 40px/52px "Josefin Sans", sans-serif;
  margin: 0;
  color: #111;
  position: relative;
  text-transform: uppercase;
}

.breadcrumb-head h3 a {
  text-decoration: none;
  color: #111;
}

.breadcrumb-head h3 a.active {
  color: #5f0135;
}

.youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  /* Use 75% for 4:3 videos */
  height: 0;
  max-width: 100%;
  background: #000;
  /*margin: 5px;*/
}

.youtube-player iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}

.youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  transition: 0.4s all;
}

.youtube-player img:hover {
  -webkit-filter: brightness(75%);
}

.youtube-player .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url("//i.imgur.com/TxzC70f.png") no-repeat;
  cursor: pointer;
}

/*login Dropdown End*/

.login-btn button {
  background: #fff;
  font: 600 15px/17px "Josefin Sans", sans-serif;
  border: none;
  border-radius: 50px;
  color: #5f0135;
  padding: 12px 50px 10px !important;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
.login-btn form {
  position: absolute;
  width: 270px;
  padding: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  right: 0;
  top: 10px;
  color: #000;
  border-radius: 5px;
  z-index: 1;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.1);
}

.login-btn form input {
  width: 100%;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #000 !important;
  font-family: Josefin Sans;
  font-size: 17px;
  font-weight: 400;
  padding: 10px 0 10px 38px;
  box-shadow: none;
  margin: 0 0 10px 0;
}

.login-btn .form-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.login-btn .form-group a {
  font: 500 13px/17px "Josefin Sans", sans-serif;
  color: #1c2f7a;
  text-decoration: none;
  background: none !important;
}

.login-btn .form-group a:hover {
  color: #5f0135;
}

.login-btn form input:focus {
  box-shadow: none;
  outline: none;
}

.cust-checkmain {
  display: flex;
  align-items: center;
  justify-content: left;
  font: 500 15px/17px "Josefin Sans", sans-serif;
}

.remember-pass .cust-checkmain input {
  width: auto !important;
  margin: 0 5px 0 0 !important;
  border-bottom: 0 !important;
}

.login-btn form input.submit-btn {
  padding: 7px;
  background: #5f0135;
  color: #fff;
  cursor: pointer;
  border-bottom: none !important;
  border-radius: 5px;
  transition: all 0.5s;
}

.input-form i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  right: auto;
  z-index: 1;
  height: 15px;
  margin: auto;
  color: #757575;
  font-size: 20px;
}

.input-form {
  position: relative;
}

.login-btn form input.submit-btn:hover {
  background: #000;
  color: #fff;
}

.login-btn button:hover {
  background: #5f0135;
  color: #fff;
}

.login-btn .login-ul-custom {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  background: #ccc;
  transform-origin: top;
  transform: perspective(1000px) rotateX(-90deg);
  transition: 0.5s;
}

.login-btn .login-ul-custom.active {
  transform: perspective(1000px) rotateX(0deg);
}

.login-btn .login-ul-custom li {
  list-style: none;
}

.login-btn .login-ul-custom li a {
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  background: #262626;
  color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}

.login-btn .login-ul-custom li a:hover {
  background: #0d7ad0;
}

/*login Dropdown End*/

/*cursor-dot Start*/

.cursor-dot,
.cursor-dot-outline {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.cursor-dot {
  width: 8px;
  height: 8px;
  background-color: #5f0135;
  z-index: 999;
}

.cursor-dot-outline {
  width: 26px;
  height: 21px;
  background: url(../images/curser.png);
  z-index: 999;
}

#wowslider-container1.ws_gestures {
  cursor: initial !important;
  overflow: hidden;
}

/*cursor-dot End*/

/*popop Start*/

.Click-here {
  cursor: pointer;
  background-image: linear-gradient(190deg, #f83600 0%, #fee140 100%);
  color: #fff;
  width: 180px;
  text-align: center;
  font-size: 16px;
  padding: 18px 0;
  margin: 0 auto;
  transition: background-image 3s ease-in-out;
}

.Click-here:hover {
  transition: background-image 3s ease-in-out;
  background-image: linear-gradient(90deg, #fee140 0%, #f83600 100%);
}

.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}

.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 880px;
  margin: 30px auto;
  max-width: 97%;
}

.popop-img {
  padding: 0 0 30px 0;
}

.popop-img a {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.popop-img a img {
  transition: all 0.5s;
}

.popop-img a:hover img {
  transform: scale(1.2);
}

.padding-remove {
  padding: 0;
}

.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
}

.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}

.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.97);
  z-index: 99;
}

.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}

.close-btn {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}

@media screen and (min-width: 800px) {
  .custom-model-main:before {
    content: "";
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-right: -0px;
    height: 100%;
  }
}

@media screen and (max-width: 799px) {
  .custom-model-inner {
    margin-top: 45px;
  }
}

/*popop End*/

/*header Start*/

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 0;
}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .mobile-nav-wrap {
    /* display: none; */
  }
}

.main-body #header {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.inner-page .header-wrapper {
  padding: 0;
}

.mobile-header-nav {
  background-color: rgba(0, 0, 0, 0.97);
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  padding: 300px 0;
  height: 100vh;
}

.logo {
  z-index: 100;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 295px;
}

.mobile-header-nav li a,
.header-menu .dropbtn {
  color: white;
  display: block;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font: 400 40px/55px "Josefin Sans", sans-serif;
  background: none;
  border: none;
  width: 100%;
  cursor: pointer;
  outline: none;
}

.header-menu .dropdown-content a {
  font-family: "Josefin Sans";
}

.mobile-header-nav li a:hover,
.header-menu .dropbtn:hover {
  color: #7b7b7b;
}

.hamburger-menu {
  display: inline-block;
  height: 100px;
  padding: 35px 25px;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  position: relative;
}

.hamburger-menu:hover {
  cursor: pointer;
}

.hamburger-menu .menu-item {
  background: #fff;
  display: block;
  height: 2px;
  margin: 0 0 10px;
  transition: all 0.3s ease-in-out;
  width: 40px;
}

.hamburger-menu.open .menu-item {
  margin: 0 0 5px;
}

.hamburger-menu.open .menu-item:first-child {
  transform: rotate(45deg);
  transform-origin: 10px;
}

.hamburger-menu.open .menu-item:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.open .menu-item:nth-child(3) {
  transform: rotate(-45deg);
  transform-origin: 8px;
}

.header-menu .dropdown {
  position: relative;
  display: block;
}

.header-menu .dropdown-content {
  display: none;
  position: static;
  background-color: none;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.header-menu .dropdown-content a {
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 17px;
  padding: 0;
  line-height: 32px;
  text-transform: uppercase;
}

.header-menu .show {
  display: block;
}

.full-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: inline-block;
  background: #000;
  z-index: 99999999;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  animation: slide-down 0.7s;
}

.fixed .login-btn a:hover {
  background: #000;
}

.fixed .header-wrapper {
  padding: 0;
}

@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

/*header End*/

/*slider Start*/

/*#wowslider-container1.ws_gestures {
	cursor: url(../images/curser.png) , move;
}*/

#wowslider-container1 .ws_images,
#wowslider-container1,
#wowslider-container1 .ws_images > div > img {
  max-width: 100%;
  height: 100vh;
  max-height: 100vh;
}

#wowslider-container1.ws_gestures {
}

#wowslider-container1 a.ws_prev,
#wowslider-container1 a.ws_next {
  display: none;
}

#wowslider-container1 a.ws_next > span,
#wowslider-container1 a.ws_prev > span {
  background: #5f0135;
  transition: all 0.5s;
}

#wowslider-container1 a.ws_next > span:hover,
#wowslider-container1 a.ws_prev > span:hover {
  background: #000;
}

#wowslider-container1 .ws-title,
#wowslider-container1 .ws_playpause {
  display: none !important;
}

.demo a {
  z-index: 2;
  display: inline-block;
  position: relative;
  color: #111;
  font: 500 16px/32px "Josefin Sans", Helvetica, sans-serif;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: opacity 0.3s;
}

#wowslider-container1 {
  position: relative;
}

.demo {
  text-align: center;
}

.demo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 100;
}

.demo.demo-scroll {
  bottom: 100px;
}

.demo small {
  display: block;
  color: #fff;
  font: 600 15px/32px "Josefin Sans", Helvetica, sans-serif;
  text-transform: uppercase;
}

.demo a span {
  text-align: center;
  width: 30px;
  margin: 0 auto;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 30px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.demo a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  box-sizing: border-box;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
}

@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.slider-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;
  text-align: center;
  margin: auto;
}

.slider-content h6 {
  font: 500 15px/30px "Josefin Sans", sans-serif;
  margin: 0 0 10px 0;
  color: #fff;
  text-transform: uppercase;
  animation: animatetop 10s linear infinite;
  transform: translatey(-50px);
}

@keyframes animatetop {
  0% {
    transform: translatey(-50px);
    opacity: 0;
  }
  100% {
    transform: translatey(0);
    opacity: 1;
  }
}

.slider-content h1 {
  font: 500 80px/82px "Josefin Sans", sans-serif;
  margin: 0 0 10px 0;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.slider-content h1 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #fff, #fff, #000);
  background-repeat: no-repeat;
  background-size: 80%;
  animation: animate 14s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}

/*slider Start*/

.commen-head h4 {
  font: 400 48px/62px "Josefin Sans", sans-serif;
  margin: 0 0 50px 0;
  color: #111;
  position: relative;
}

.commen-head h4::after {
  width: 80px;
  height: 4px;
  content: "";
  background: #5f0135;
  position: absolute;
  left: 0;
  right: auto;
  bottom: -12px;
  z-index: -1;
}

.commen-pare p {
  font: 400 17px/30px "Josefin Sans", sans-serif;
  margin: 0 0 40px 0;
  color: #000;
}

.commen-btn a {
  font: 400 20px/30px "Josefin Sans", sans-serif;
  margin: 0;
  color: #5f0135;
  text-decoration: none;
  letter-spacing: 1px;
  transition: all 0.5s;
}

#goToTop {
  position: fixed;
  bottom: 70px;
  right: 40px;
  z-index: 2;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 30px;
  background: #5f0135;
  color: #fff;
  cursor: pointer;
  display: none;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  overflow: hidden;
  animation: bounce 3s ease-out infinite;
  border: 2px solid #5f0135;
}

#goToTop::after {
  border-radius: 5px;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 0px;
  width: 100%;
  z-index: -1;
  content: "";
  color: #fff;
  background: #fff;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#goToTop i {
  color: #fff;
  font-size: 25px;
  line-height: 46px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}

#goToTop:hover::after {
  bottom: 0%;
  top: auto;
  height: 100%;
  color: #111;
}

#goToTop:hover i {
  color: #000;
}

.commen-btn a:hover {
  letter-spacing: 2px;
}

.commen-row-align {
  align-items: center;
}

.commen-btn a img {
  margin: 0 5px 0 0;
}

#about-us {
  padding: 125px 0;
  padding-top: 100px;
}

#about-us .about-us-img-wrapper {
  display: flex;
  align-items: start;
  margin: 0 -198px 0 0;
  overflow: hidden;
}

#about-us .about-us-img {
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

#about-us .about-us-img img {
  transition: all 0.5s;
}

#about-us .about-us-img:hover img {
  transform: scale(1.2);
}

#about-us .about-us-img-wrapper .top-margin {
  margin: 40px 0 0 0;
}

#about-us .about-us-img01 {
  transform: translatey(0px);
  animation: topbottom 3s ease-in-out infinite;
  animation-iteration-count: 1;
}
.footer-logo a img {
  max-width: 98px;
}
@keyframes topbottom {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}

#about-us .about-us-img02 {
  transform: translatey(0px);
  animation: topbottom02 3s ease-in-out infinite;
  animation-iteration-count: 1;
}

@keyframes topbottom02 {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(40px);
  }
  100% {
    transform: translatey(0px);
  }
}

/*video-section Start*/

#video-section,
#about-us,
#product-section,
#testimonial,
#gallery,
#about-us-body {
  overflow: hidden;
}

#video-section .video-img {
  margin: 0 0 0 -213px;
  position: relative;
  z-index: 1;
}

#video-section .video-content {
  padding: 0 0 0 40px;
}

#video-section .video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  opacity: 1;
  transition: all 0.5s;
}

#video-section .video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

#video-section .video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  transition: all 200ms;
}

#video-section .video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}

.video-play-button {
  opacity: 1;
}

#video-section .video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

#video-section .video-play-button span {
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 14px solid #5f0135;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  margin: 10px 8px;
  display: inline-block;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

#video-section .video-play-button:after,
.video-play-button span {
  display: inline-block;
}

#video-section .video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
}

#video-section .video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

#video-section .video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff !important;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

#video-section .video-overlay-close:hover {
  color: #fa183d;
}

#video-section .video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

/*video-section End*/

/*product-section Start*/

#product-section {
  padding: 110px 0 190px 0;
}

#product-section .product-name {
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 30px;
  text-align: center;
  -moz-transform: translatey(60px);
  -webkit-transform: translatey(60px);
  -o-transform: translatey(60px);
  -ms-transform: translatey(60px);
  transform: translatey(60px);
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  transition: all 0.5s;
}

#product-section .product-img-section:hover .product-name {
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
  -o-transform: translatey(0);
  -ms-transform: translatey(0);
  transform: translatey(0);
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}

#product-section .product-img-section .product-name:hover a {
  color: #fff;
}

.product-link {
  text-decoration: none;
}

#product-section .product-img-section .product-name:hover {
  background: #5f0135;
  color: #fff;
}

#product-section .product-name {
  color: #000;
  display: block;
  text-decoration: none;
  padding: 16px 16px 14px;
  font: 400 20px/28px "Josefin Sans", sans-serif;
  /* color: #000; */
  margin: 0;
  transition: all 0.5s;
  text-transform: uppercase;
}

#product-section .product-icon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 100px;
  width: 100px;
  display: inline-block;
  border-radius: 50%;
  background: #5f0135;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  padding: 0;
}

#product-section .product-img-section {
  position: relative;
  overflow: hidden;
}

#product-section .product-img-section:hover .product-icon {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}

#product-section .product-icon span {
  font: 200 90px/100px "Josefin Sans", sans-serif;
}

#product-section .product-img-section .product-icon:hover {
  background: #fff;
  color: #000;
}

/*product-section End*/

/*testimonial Start*/

#testimonial .testi-img {
  display: inline-block;
  overflow: hidden;
  position: relative;
  margin: 0 -210px 0 0;
}

.testimonial-container {
  padding: 0px;
  float: right;
}

#testimonial .testimonial-carosale .testimonial-text {
  z-index: 1;
  background: #fff;
  position: relative;
}

#testimonial .testi-desc p,
.testi-name h6 {
  font: 400 20px/32px "Josefin Sans", sans-serif;
  color: #000;
  margin: 0;
}

#testimonial .testi-name h6 {
  margin: 20px 0 0 0;
}

#testimonial .testi-name span {
  font: 400 16px/17px "Josefin Sans", sans-serif;
  color: #000;
  margin: 5px 0 0 0;
  display: inline-block;
}

#testimonial .testimonial-wrapper {
  position: relative;
}

#testimonial .tsti-top-img {
  max-width: 70%;
  display: inline-block;
}

#testimonial .tsti-top-img img {
  -webkit-animation-name: spin;
  -webkit-animation-duration: 4000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 4000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 4000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@-ms-keyframes spin {
  from {
    -ms-transform: rotatey(0deg);
  }
  to {
    -ms-transform: rotatey(360deg);
  }
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotatey(0deg);
  }
  to {
    -moz-transform: rotatey(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotatey(0deg);
  }
  to {
    -webkit-transform: rotatey(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotatey(0deg);
  }
  to {
    transform: rotatey(360deg);
  }
}

#testimonial {
  position: relative;
}

#testimonial .testimonial-wrapper {
  text-align: left;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  /* width: 60%; */
  animation: 1s ease 0s normal none 1 fadeInleft;
  -webkit-animation: 1s ease 0s normal none 1 fadeInleft;
  -moz-animation: 1s ease 0s normal none 1 fadeInleft;
  -o-animation: 1s ease 0s normal none 1 fadeInleft;
  opacity: 1;
  position: absolute;
  right: -120px;
  top: 0;
  width: 80%;
}

#testimonial .testimonial-content .testimonial-carosale .testimonial-text {
  padding: 20px 20px 20px 0;
  background: #fff;
}

#testimonial .owl-nav {
  margin: 40px 0 0 0;
}

#testimonial .owl-prev {
  background-image: url(../images/prev.png);
  background-repeat: no-repeat;
  font-size: 0;
  width: 27px;
  height: 14px;
  outline: none;
  margin: 0 20px 0 0;
  transition: all 0.5s;
}

#gallery a,
#gallery .slick-track > div,
.slick-slide > div,
.slick-slide {
  display: inline-block !important;
}
#gallery .slick-slide img {
  max-width: 302px;
}
.slick-slide {
  width: auto !important;
}

#testimonial .owl-prev:hover {
  /*background-image: url(../images/prev-h.png);*/
  opacity: 0.8;
}

#testimonial .owl-next {
  background-image: url(../images/next.png);
  background-repeat: no-repeat;
  font-size: 0;
  width: 27px;
  height: 14px;
  outline: none;
  transition: all 0.5s;
}

#testimonial .owl-next:hover {
  /*background-image: url(../images/next-h.png);*/
  opacity: 0.8;
}

/*testimonial End*/

/* brand Start*/

.brand-flex .brand-img {
  position: relative;
}

.brand-flex .brand-img img {
  transition: all 0.5s;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  display: inline-block;
}

.brand-flex .brand-img img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
}

.brand-flex {
  display: flex;
  align-content: center;
  justify-content: space-between;
}

/*.brand-flex .brand-img::after {
	content: "";
	width: 10px;
	height: 10px;
	background: #000;
	position: absolute;
	right: -15px;
	left: auto;
	border-radius: 50%;
	margin: auto;
	top: 0;
	bottom: 0;
}
.brand-flex .brand-img:last-child::after{
	display: none;
}*/

.brand-section {
  margin: 125px 0;
}

/* brand End*/

/* gallery Start*/

#gallery .slick-track > div {
  padding: 0 20px;
}

#gallery .slick-track {
  display: flex;
  align-items: center;
}

#gallery {
  margin: 0 0 -175px 0;
  z-index: 1;
}

/* gallery End*/

.field-required::after {
  display: none;
}

/* footer Start*/

.footer-address-flex {
  display: flex;
  align-items: start;
  padding: 0;
}

.footer {
  background: #000 url(../images/footer-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

.footer-logo {
  margin: 0 0 60px 0;
  text-align: left;
}
.beyond-brilliance-logo {
  text-align: right;
}
.beyond-brilliance-logo img {
  max-width: 250px;
}

.footer-address h6,
.footer-head h6,
.social-left-icon h6 {
  font: 700 15px/30px "Josefin Sans", Helvetica, sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 15px 0;
}

.footer-address .form-group input {
  background: none;
  border: 1px solid #fff;
  border-radius: 50px;
  font: 500 15px/24px "Josefin Sans", Helvetica, sans-serif;
  color: #fff;
  box-shadow: none;
  padding: 12px 160px 12px 30px;
}

.social-left-icon h6 {
  margin: 0 30px 0 0;
}

.social-left-icon {
  display: flex;
  align-items: center;
  margin: 40px 0 50px 0;
  justify-content: center;
}

.footer-address form {
  position: relative;
}

.footer-address .form-group input:active,
.footer-address .form-group input:focus {
  border-color: #fff;
}

.footer-address .form-group input::placeholder {
  color: #fff;
}

.footer-address p {
  color: #fff;
  margin: 0 0 10px 0;
}

.footer-ul ul li a,
.footer-address p a {
  font: 400 15px/35px "Josefin Sans", Helvetica, sans-serif;
  color: #fff !important;
  text-decoration: none;
  transition: all 0.5s;
}

.footer-ul ul li a:hover,
.footer-address p a:hover {
  color: #aaa !important;
}

.footer-ul ul li {
  list-style: none;
  position: relative;
  padding-left: 15px;
}

.footer-ul ul li:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 12px;
  background: url(../images/arrow02.png);
  background-position: center;
  background-size: 7px px;
  left: 0;
  top: 10px;
}
.footer-address .form-group {
  margin: 0;
}

.footer-address {
  width: 100%;
}

.footer-ul ul li img {
  margin: 0 10px 0 0;
  vertical-align: baseline;
}

.footer-form {
  background: #cbcfce;
  padding: 58px 70px;
  width: 50%;
  display: inline-block;
  position: absolute;
  right: 0;
  left: auto;
  top: auto;
  bottom: 0;
  height: min-content;
}

.footer-row {
  align-items: end;
}

.footer-bottom {
  padding: 33px 0;
  text-align: center;
}

.footer-left {
  margin: 0 0 40px 0;
}

.footer-bottom-flex p,
.footer-bottom-flex p a {
  font: 400 15px/24px "Josefin Sans", Helvetica, sans-serif;
  color: #fff;
  margin: 0;
  text-decoration: none;
  transition: all 0.5s;
}

.footer-bottom-flex p a:hover {
  color: #aaa;
}

.footer-social-icon a {
  margin: 0 15px 0 0;
}

.footer-social-icon a i {
  color: #fff;
  font-size: 20px;
  transition: all 0.5s;
}

.footer-social-icon a:hover i {
  color: #aaa;
}

.position-col {
  position: static;
  padding: 0;
}

.about-us-page {
  margin: 0 0 40px 0;
  overflow: hidden;
  display: inline-block;
}

.about-us-page:hover img {
  transform: scale(1.1);
}

.about-us-page img {
  transform: all 0.5s;
  transition: all 0.5s;
}

.footer {
  position: relative;
  padding: 222px 0 0 0;
}

.inner-page .footer {
  padding: 22px 0 0 0;
}

.form-check-btn {
  position: absolute;
  right: 6px;
  top: 6px;
  bottom: 6px;
  margin: auto;
}

.form-check-btn input {
  border: none;
  background: #fff;
  font: 400 20px/24px "Josefin Sans", sans-serif;
  padding: 7px 30px;
  border-radius: 50px;
  -transition: all 0.5s;
  font-weight: initial;
}

.form-check-btn input:hover {
  background: #5f0135;
  cursor: pointer;
  color: #fff;
}

.form-check-btn input:active {
  color: #fff;
}

.footer-ul ul {
  margin: 0;
  padding: 0;
}

/* footer End*/

/* Internal Start*/
.internal-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 0 310px; */
  text-align: center;
  margin: 0 0 70px 0;
}
.internal-flex:last-child {
  margin: 0;
}
.internal-wrapper a {
  display: inline-block;
  border-radius: 15px;
  border: 2px solid #570e34;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.internal-wrapper a img {
  border-radius: 15px;
  padding: 30px;
  background: #fff;
}
.internal-wrapper {
  position: relative;
  margin: 0 30px;
  width: 250px;
}
.internal-page {
  display: flex;
  align-items: center;
  background: #e9e5e5;
  padding: 50px 0 70px;
  height: 100vh;
}
.internal-wrapper h2 {
  font: 400 22px/40px "Josefin Sans", sans-serif;
  position: absolute;
  left: 15px;
  right: 15px;
  margin: 0 auto;
  background: #570e34;
  padding: 12px 12px 9px;
  border-radius: 12px;
  color: #fff;
  top: auto;
  bottom: -32px;
  transition: all 0.5s;
}
.internal-wrapper:hover h2 {
  background: #111;
}
/* Internal End*/

@media (max-width: 1750px) {
  #about-us .about-us-img-wrapper {
    margin: 0 -58px 0 0;
  }
  #video-section .video-img {
    margin: 0 0 0 -113px;
  }
  #testimonial .testimonial-wrapper {
    right: 0;
  }
  #wowslider-container1 .ws_images,
  #wowslider-container1,
  #wowslider-container1 .ws_images > div > img {
    height: 100%;
    height: auto;
  }
  .mobile-header-nav {
    padding: 170px 0 40px 0;
  }
}

@media (max-width: 1550px) {
  #video-section .video-img {
    -margin: 0 0 0 -75px;
    margin: 0 0 0 -1px;
  }
  #about-us .about-us-img-wrapper {
    margin: 0 -25px 0 0;
  }
}

@media (min-width: 1200px) and (max-width: 1450px) {
  #testimonial .testi-desc p,
  .testi-name h6 {
    font-size: 17px;
  }
  .footer-address-flex {
    padding: 0 45px;
  }
}

@media (max-width: 1300px) {
  #about-us .about-us-img-wrapper {
    margin: 0;
  }
  #video-section .video-img {
    margin: 0;
  }
}
@media (max-width: 1399px) {
  /*.internal-flex{
        padding: 0 220px;
    }*/
  /* .internal-wrapper{
     width: 290px;
    }*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-address-flex {
    padding: 0;
  }
  #testimonial .testimonial-wrapper {
    right: 0px;
  }
}

@media (max-width: 1199px) {
  .brand-section {
    margin: 65px 0;
  }
  /* .internal-flex {
        padding: 0 160px;
    }*/
  .internal-wrapper {
    width: 25%;
    margin: 0 30px 80px;
  }
  .internal-wrapper h2 {
    font-size: 19px;
    line-height: 35px;
    bottom: -26px;
  }
  .internal-flex {
    margin: 0;
  }
  .commen-head h4::after {
    bottom: -5px;
  }
  #product-section .product-icon span {
    font-size: 50px;
    line-height: 60px;
  }
  #product-section .product-icon {
    height: 60px;
    width: 60px;
  }
  .commen-head h4 {
    font-size: 40px;
    line-height: 42px;
    margin: 0 0 30px 0;
  }
  .brand-flex .brand-img {
    padding: 20px;
  }
  #gallery {
    margin: 0 0 -55px 0;
  }
  .footer {
    padding: 100px 0 0 0;
  }
  #about-us {
    padding: 75px 0;
    padding-top: 150px;
    margin-top: -25px;
  }
  #testimonial .testi-desc p,
  .testi-name h6 {
    font-size: 17px;
  }
  #testimonial .testimonial-content .testimonial-carosale .testimonial-text {
    padding: 30px 30px 30px 0;
  }
  #product-section {
    padding: 70px 0;
  }
  #video-section .video-content {
    padding: 0;
  }
  #wowslider-container1 img {
    width: 60%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #product-section .product-name {
    left: 15px;
    right: 15px;
  }
  #product-section .product-name {
    font-size: 21px;
  }
  .slider-content h1 {
    font-size: 40px;
    line-height: 52px;
  }
  .commen-pare p {
    font-size: 13px;
    line-height: 25px;
    margin: 0 0 10px 0;
  }
  #testimonial .tsti-top-img {
    width: 175px;
  }
  .internal-wrapper h2 {
    font-size: 16px;
    line-height: 24px;
    bottom: -19px;
    left: 15px;
    right: 15px;
  }
}

@media (max-width: 1080px) {
  .login-btn .desktop-display {
    display: none;
  }
  .login-btn .mobile-display {
    display: inline-block;
  }
  .login-ul-custom {
    display: none;
  }
  .login-btn a.mobile-display {
    background: #fff;
    font: 600 15px/17px "Josefin Sans", sans-serif;
    border: none;
    border-radius: 50px;
    color: #5f0135;
    padding: 10px 20px 10px !important;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
    outline: none;
  }
}

@media (max-width: 991px) {
  .internal-page {
    height: auto;
  }
  .footer {
    background-size: cover;
  }
  .internal-wrapper {
    width: 25%;
  }
  .internal-flex {
    padding: 0;
  }
  .logo {
    width: 225px;
    top: 13px;
  }
  .internal-wrapper a img {
    padding: 15px;
  }
  .hamburger-menu {
    height: 80px;
    padding: 25px 25px;
  }
  .header-wrapper {
    padding: 0 !important;
  }
  .footer-address h6,
  .footer-head h6,
  .social-left-icon h6 {
    margin: 0 0 5px 0;
  }
  .social-left-icon h6 {
    margin: 0 30px 0 0;
  }
  .footer-link {
    margin: 10px 0 20px;
  }
  .header-wrapper,
  .fixed .header-wrapper,
  .inner-page .header-wrapper {
    padding: 35px 0;
  }
  .mobile-header-nav li a,
  .header-menu .dropbtn {
    font-size: 40px;
    line-height: 55px;
  }
  .footer-address-flex {
    padding: 0;
  }
  .footer-left {
    margin: 0;
  }
  .brand-section {
    margin: 35px 0;
  }
}

@media (max-width: 767px) {
  .br {
    display: none !important;
  }
  .internal-wrapper {
    width: auto;
    margin: 0 0 80px 0;
  }
  .internal-wrapper h2 {
    font-size: 24px;
    line-height: 35px;
  }
  .wow h1 {
    font-size: 24px;
  }
  .ws_images h1 {
    font-size: 24px !important;
  }
  .form-check-btn {
    right: 6px;
    top: 6px;
    bottom: 6px;
    margin: auto;
  }
  .privacy-policy-text h2 {
    font-size: 19px;
    line-height: 32px;
    margin: 0 0 10px 0;
  }
  .privacy-policy-text h3 {
    font-size: 22px;
    line-height: 24px;
  }
  .demo.demo-scroll {
    display: none;
  }
  .logo img {
    width: 90%;
  }
  #goToTop {
    display: none !important;
    position: fixed;
    bottom: 5px;
    right: 17px;
  }
  #about-us {
    padding: 35px 0;
    margin-top: 0;
    padding-top: 35px;
  }
  #wowslider-container1 img {
    width: 100px;
  }
  .login-btn a.mobile-display {
    background: #fff;
    font: 600 15px/17px "Josefin Sans", sans-serif;
    border: none;
    border-radius: 50px;
    color: #5f0135;
    padding: 10px 20px 10px !important;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
    outline: none;
  }
  /*#product-section .commen-head h4::after{
		margin: auto;
		right: 0;
	}*/
  .header-wrapper,
  .fixed .header-wrapper,
  .inner-page .header-wrapper {
    padding: 20px 0;
  }
  .breadcrumb {
    padding: 25px 15px !important;
    margin: 0 0 20px 0 !important;
  }
  .breadcrumb-head h3 {
    font-size: 25px;
    line-height: 35px;
  }
  .slider-content h1 {
    font-size: 34px;
    line-height: 44px;
  }
  .main-body #header {
    position: static;
    background: #000;
    z-index: 999;
    position: relative;
  }
  .demo small {
    line-height: 22px;
  }
  .fixed {
    position: relative !important;
  }
  .logo {
    width: 175px;
    top: 20px;
  }
  .login-btn button {
    padding: 12px 30px 10px !important;
  }
  .mobile-header-nav {
    padding: 110px 0;
  }
  .commen-pare p {
    margin: 0 0 15px 0;
  }
  .about-us-content {
    margin: 0 0 30px 0;
  }
  #video-section .video-img {
    margin: 0 0 30px 0;
  }
  #product-section {
    padding: 30px 0;
  }
  /*#product-section{
		text-align: center;
	}*/
  .product-wrapper {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 30px 0;
  }
  .brand-flex .brand-img {
    padding: 8px;
  }
  #testimonial .tsti-top-img {
    width: 120px;
  }
  #testimonial .owl-nav {
    margin: 20px 0 0 0;
  }
  #gallery .slick-track > div {
    padding: 0 10px;
  }
  .testimonial-container {
    height: 288px;
    background-position: top;
    float: none;
    background-size: cover;
  }
  #testimonial .testimonial-wrapper {
    position: static;
    text-align: center;
    padding: 30px 0 0 0;
    background: #fff;
    margin: 30px auto auto;
  }
  #testimonial .testimonial-content .testimonial-carosale .testimonial-text {
    padding: 0;
  }
  #product-section .product-name {
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
    -o-transform: translatey(0);
    -ms-transform: translatey(0);
    transform: translatey(0);
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
  }
  #product-section .product-icon {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
  }
}
@media (max-width: 768px) {
  .internal-page {
    padding: 100px 0 70px 0;
  }
}
@media (max-width: 575px) {
  #video-section .video-overlay iframe {
    width: 300px;
    height: 170px;
  }
  .internal-wrapper {
    width: 60%;
    margin: 0 auto 55px;
  }
  .internal-flex {
    display: block;
  }
}

@media (max-width: 543px) {
  .demo {
    bottom: 10px;
  }
}

@media (max-width: 480px) {
  .testimonial-container {
    height: 280px;
  }
  .internal-wrapper {
    width: 80%;
    margin: 0 auto 55px;
  }
  .privacy-policy-text {
    text-align: center;
  }
  .privacy-policy-text ul li p {
    text-align: left;
  }
  .slider-content h6 {
    font-size: 12px;
    line-height: 17px;
  }
  .slider-content {
    top: 30px;
  }
  .ws_images h1 {
    font-size: 24px !important;
    margin: 0;
    line-height: 34px !important;
  }
  .inner-page #product-section .product-name {
    font-size: 14px;
  }
  /*.commen-head h4{
    	text-align: center;
    }*/
  /*.commen-contect-pare {
			text-align: center;
		}*/
  .social-left-icon {
    margin: 0 0 30px 0;
  }
  /* .commen-head h4::after{
				margin: auto;
				right: 0;
			}*/
  .custom-model-wrap {
    padding: 15px;
  }
  #gallery {
    margin: 0 0 -25px 0;
  }
  #product-section .product-name {
    font-size: 19px;
    line-height: 24px;
  }
  .footer {
    padding: 50px 0 0 0;
  }
  @keyframes animatetop {
    0% {
      transform: translatey(-20px);
      opacity: 0;
    }
    100% {
      transform: translatey(0);
      opacity: 1;
    }
  }
  .popop-img {
    padding: 0 0 15px;
  }
  .padding-remove {
    padding: 0;
  }
  #gallery .slick-track > div {
    padding: 0 3px;
  }
  .demo a span {
    height: 30px;
    width: 19px;
  }
  .brand-flex .brand-img {
    padding: 4px;
  }
  .footer-logo {
    margin: 0 0 30px 0;
  }
  #about-us .about-us-img-wrapper .top-margin {
    margin: 20px 0 0 0;
  }
  .hamburger-menu {
    padding: 22px 5px;
    height: 65px;
  }
  .login-btn button {
    padding: 12px 20px 10px !important;
  }
  /*.about-us-content, #video-section .video-content{
		text-align: center;
	}*/
  .header-menu .dropdown-content a {
    line-height: 33px;
    font-size: 18px;
  }
  @keyframes topbottom {
    0% {
      transform: translatey(0px);
    }
    50% {
      transform: translatey(-20px);
    }
    100% {
      transform: translatey(0px);
    }
  }
  @keyframes topbottom02 {
    0% {
      transform: translatey(0px);
    }
    50% {
      transform: translatey(20px);
    }
    100% {
      transform: translatey(0px);
    }
  }
}

@media (max-width: 360px) {
  .footer-bottom-flex p,
  .footer-bottom-flex p a {
    font-size: 13px;
  }
  .internal-wrapper {
    width: 90%;
  }
  #goToTop {
    width: 40px;
    height: 40px;
    bottom: 10px;
    right: 10px;
  }
  #goToTop i {
    font-size: 18px;
    line-height: 37px;
  }
  .logo {
    width: 140px;
    left: -40px;
  }
  #testimonial .testi-desc p,
  .testi-name h6 {
    font-size: 15px;
  }
  #testimonial .testi-name span {
    font-size: 13px;
  }
  .product-wrapper {
    margin: 0 0 20px 0;
  }
  .footer-bottom {
    padding: 13px 0;
  }
  .form-check-btn input {
    padding: 7px 20px;
  }
  .slider-content h6 {
    margin: 10px 0 0 0;
    line-height: 20px;
  }
  .footer-address .form-group input {
    padding: 12px 140px 12px 20px;
    font-size: 13px;
  }
  .slider-content h1 {
    font-size: 30px;
    line-height: 33px;
  }
}

.ctct-gdpr-text {
  display: none;
}

.ctct-form-footer {
  display: none;
}

div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
  background: none !important;
  height: 47px !important;
  border: 1px solid #fff !important;
  border-radius: 50px !important;
  font: 500 15px/24px "Josefin Sans", Helvetica, sans-serif;
  color: #fff !important;
  box-shadow: none;
  padding: 12px 160px 12px 30px;
  position: relative;
}

div.ctct-form-embed div.ctct-form-defaults {
  color: #fff !important;
  background: none !important;
  border-radius: 5px;
  padding: 0px !important;
  font: 500 15px/24px "Josefin Sans", Helvetica, sans-serif !important;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

div.ctct-form-embed form.ctct-form-custom label.ctct-form-label {
  color: #fff !important;
}

.ctct-form-embed.form_1 .ctct-form-custom .ctct-form-button {
  border: none;
  position: absolute;
  right: 0px;
  float: right;
  width: auto;
  margin-top: -67px !important;
  margin-right: 5px !important;
  color: #000 !important;
  background: #fff !important;
  font: 400 15px/24px "Josefin Sans", sans-serif;
  padding: 7px 12px !important;
  border-radius: 50px !important;
  -transition: all 0.5s !important;
  font-weight: initial !important;
}

.ctct-form-embed.form_1 .ctct-form-defaults .ctct-form-header {
  color: #ffffff !important;
}

div.ctct-form-embed div.ctct-form-defaults p.ctct-form-text {
  color: #fff !important;
}
.input-form img {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
}
#press-section {
  padding-top: 100px;
}
.press-release h3 {
  font: 400 28px/40px "Josefin Sans", sans-serif;
  margin: 0 0 10px 0;
  color: #5f0135;
}
.press-release p.datepart {
  font: 400 17px/30px "Josefin Sans", sans-serif;
  margin: 0 0 20px 0;
  color: #a8a2a2;
}
.press-release p {
  margin: 0 0 20px 0;
}
.press-release a {
  font: 600 16px/24px "Josefin Sans", sans-serif;
  margin: 0 0 10px 0;
  color: #5f0135;
}
.press-release a:hover {
  text-decoration: none;
  color: #5f0135;
}

@media (max-width: 992px) {
  .footer-logo {
    margin: 0 0 20px 0;
  }
  .footer-logo a img {
    max-width: 85px;
  }
  .social-left-icon {
    margin: 15px 0 15px 0;
    justify-content: left;
  }
  .beyond-brilliance-logo {
    text-align: left;
    margin-bottom: 30px;
  }
  .beyond-brilliance-logo img {
    max-width: 160px;
  }
}
