@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.css');
@import url(css/ma5-menu.min.css);
@import url(css/responsive.css);
@import url(css/animate.css);

* {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

:root {
  --theme-color: #c3964e;
  --dark-color: #1c1f26;
  --anim-menu-btn-size: 38px;
  --anim-menu-btn-icon-size: 28px;
  --anim-menu-btn-icon-stroke: 1.5px;
  --fs-search-btn-size: 3em;
  --fs-search-border-bottom-width: 2px;
}

/*Custom CSS*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 30px;
  margin: 0px;
  padding: 0px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
}

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

li {
  padding: 0px;
  margin: 0px;
  font-size: 15px;
  font-family: "Playfair Display", serif;
}

a {
  font-size: 16px;
  font-family: "Playfair Display", serif;
}

a:hover {
  text-decoration: none;
}

p {
  font-size: 16px;
  padding: 0px;
  margin: 0px;
  font-family: "Playfair Display", serif;
}

body {
  padding: 0px;
  margin: 0px;
  box-sizing: content-box;
}

span {
  padding: 0px;
  margin: 0px;
  font-family: "Playfair Display", serif;
}

button {
  font-family: "Playfair Display", serif;
  font-size: 16px;
}

input {
  font-family: "Playfair Display", serif;
  font-size: 16px;
}

textarea {
  font-family: "Playfair Display", serif;
  font-size: 16px;
}

marquee {
  font-family: "Playfair Display", serif;
}

b {
  font-family: "Playfair Display", serif;
}

/*Start*/

/*Whatsapp-popup*/
#whatsapp .wtsapp:focus {
  border: none;
  outline: none;
}

#whatsapp .wtsapp {
  position: fixed;
  transition: all .5s ease;
  background: #25d366;
  display: block;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  /* margin: 0; */
  border-radius: 50px;
  border-right: none;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  bottom: 111px;
  left: 20px;
  border: 0;
  z-index: 999;
  width: 50px;
  height: 50px;
  line-height: 48px;
}

#whatsapp .wtsapp:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #25d366;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

@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;
  }
}

.mobile-three-item {
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  bottom: 0;
  width: 100%;
}

.mobile-three-item li {
  display: inline-block;
  margin-right: 0;
  width: 32%;
}

.mobile-three-item li:nth-child(1) {
  background-color: #000;
}

.mobile-three-item li:nth-child(2) {
  background-color: #64b161;
}

.mobile-three-item li:last-child {
  background: #b22222;
}

.mobile-three-item li a {
  color: #fff;
}

.mobile-btn-animation {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 30%;
  color: white;
  text-align: center;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 2.5%;
  z-index: 1000;
  background-color: #000;
}

.mobile-btn-animation a {
  color: white;
}

#mobile-call-container a {
  width: 100%;
  min-width: 100%;
}

/*Call Me*/
.phone_lefts-side {
  position: relative;
}

.phone_lefts-side a {
  position: fixed;
  bottom: 180px;
  color: white;
  animation: topBottom 4s infinite;
  z-index: 999;
  left: 20px;
  background: #000;
  color: white;
  padding: 10px 16px;
  border-radius: 50%;
  font-size: 20px;
  animation: bounce 4s infinite alternate;
}

.glow {
  font-size: 80px;
  color: #fff;
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #f3fffd, 0 0 20px #f3fffd, 0 0 30px #f3fffd, 0 0 40px #f3fffd, 0 0 50px #f3fffd, 0 0 60px #f3fffd, 0 0 70px #f3fffd;
  }

  to {
    text-shadow: 0 0 20px #f3fffd, 0 0 30px #f3fffd, 0 0 40px #f3fffd, 0 0 50px #016098, 0 0 60px #f3fffd, 0 0 70px #f3fffd, 0 0 80px #f3fffd;
  }
}

@keyframes glow {
  from {
    text-shadow: 0 0 10px #f3fffd, 0 0 20px #f3fffd, 0 0 30px #f3fffd, 0 0 40px #f3fffd, 0 0 50px #f3fffd, 0 0 60px #f3fffd, 0 0 70px #f3fffd;
  }

  to {
    text-shadow: 0 0 20px #f3fffd, 0 0 30px #f3fffd, 0 0 40px #f3fffd, 0 0 50px #016098, 0 0 60px #f3fffd, 0 0 70px #f3fffd, 0 0 80px #f3fffd;
  }
}

.bounce {
  animation: bounce 965 1.6s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }

  12.5% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }

  62.5% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0);
  }
}

/* Send Enquire */
.enquiry {
  position: fixed;
  z-index: 1000;
  bottom: 45px;
  left: 20px;
  height: 50px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.enquiry i {
  float: left;
  z-index: 999;
  position: absolute;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background: #b22222;
  transition: 0.5s;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
}

.enquiry strong {
  background-color: #0680ce;
  line-height: 28px;
  color: #000;
  padding: 10px 20px;
  border-radius: 0 30px 30px 0;
  height: 45px;
  float: left;
  font-size: 15px;
  margin-top: 3px;
  margin-left: 35px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}

.enquiry i:hover {
  color: #fff;
  background-image: var(--gradient-color);
}

.enquiry strong:hover {
  color: #000;
  background: #eee;
}

div#exampleModal .modal-dialog {
  width: 100% !important;
}

/* Modal Form*/
.modal-content {
  border-radius: 0;
}

.close {
  float: right;
  font-size: 23px;
  font-weight: 600;
  line-height: 2;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: .7;
}

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  opacity: .9;
}

.send_p {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 20px;
  font-family: 'Philosopher';
}

.modal-body input[type="text"],
.modal-body select,
.modal-body input[type="number"] {
  width: 100%;
  padding: 5px 12px;
  border-radius: 0px;
}

.modal-body textarea {
  width: 100%;
  height: 120px;
  padding: 5px 12px;
  border-radius: 0px;
}

.modal-body select {
  width: 100%;
}

.pac-container {
  z-index: 100000;
}

.g-recaptcha {
  transform: scale(0.80);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0
}

.modal_btn {
  width: auto;
  background: #000;
  padding: 8px 25px;
  border: none;
  color: #fff;
  cursor: pointer;
  transition: 0.5s;
}

.modal_btn:hover,
.modal_btn:focus {
  background: #e31c25;
  color: #fff;
}

.form-group textarea {
  height: 100px;
}

/*button.close {    position: relative;    left: 88%;}*/
/*button.close {display: block;  text-align: center; width: 100%; font-size: 22px; line-height: 45px;}*/
span.modal-title {
  display: block;
  text-align: center;
  width: 100%;
}

span#exampleModalLabel {
  line-height: 42px !important;
  font-size: 25px !important;
}

.modal-header {
  background: #b22222;
}

.single-line marquee {
  color: #e31c25;
}

/*.row-design ul{display: flex;}*/
.middle-set ul li {
  margin-right: 20px;
}

.middle-set ul li:last-child a {
  background: #b22222;
  padding: 10px 30px;
  transition: 0.5s;
}

.middle-set ul li:last-child a:hover {
  background: #000;
}

.middle-set ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
}

.middle-set-2 .fa-facebook-f {
  color: #365f97;
}

.middle-set-2 .fa-x-twitter {
  color: #000;
}

.middle-set-2 .fa-instagram {
  color: #f72565;
}

.middle-set-2 .fa-linkedin-in {
  color: #0079b1;
}

.middle-set-2 .fa-youtube {
  color: #ff081b;
}

.middle-set-2 .fa-pinterest-p {
  color: #dc0832;
}

.middle-set-2 .fa-tumblr {
  color: #3a6073;
}

select.goog-te-combo {
  padding: 5px 13px;
  font-family: "Philosopher", sans-serif;
  border: 1px solid #ccc;
  color: #363636;
  color: #818181;
}

select.goog-te-combo:focus {
  outline: none;
}

body {
  top: 0 !important;
}

iframe#\:1\.container {
  display: none !important;
}

/*main {    margin-top: -40px;}*/
.dropdown li {
  list-style-type: none;
}

a.VIpgJd-ZVi9od-l4eHX-hSRGPd {
  display: none !important;
}

iframe#\:1\.container {
  display: none important;
}

select.goog-te-combo {
  line-height: 1 !important;
  height: 36px !important;
}

.middle-set ul li:first-child img {
  position: relative;
  top: -38px;
  left: 162px;
}

.translate.mobile_hide {
  margin-top: 10px;
}

.email-and-phone ul li a {
  color: #000;
  font-family: 'Philosopher';
}

a.font-change {
  font-size: 17px;
  font-family: 'Philosopher';
}

.fennec-mobile-nav .navbar-nav {
  overflow-y: auto;
  height: 428px;
}

.fennec-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding: 0;
}

.fennec-nav .navbar .navbar-nav .nav-item a {
  color: #000;
  text-transform: capitalize;
  padding: 20px 15px;
  position: relative;
  z-index: 1;
  margin: 0;
  font-weight: 500;
}

.fennec-nav .navbar .navbar-nav .nav-item a:hover::before,
.fennec-nav .navbar .navbar-nav .nav-item a:focus::before,
.fennec-nav .navbar .navbar-nav .nav-item a.active::before {
  opacity: 1;
  visibility: visible;
}

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #000;
  position: absolute;
  border: none;
  top: 80px;
  left: 0;
  width: 250px;
  z-index: 99;
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-top: 15px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 15px;

}

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  text-transform: capitalize;
  padding: 5px 15px;
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a::before {
  display: none;
}

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #fff;
}

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover::after,
.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus::after,
.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a::first-child {
  margin-top: 0;
}

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 220px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 220px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.fennec-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  margin-top: 0;
}

.navbar {
  padding: 0px;
}



.middl-img img {
  width: 75px;
  height: 75px;
  padding: 17px;
  background-color: #b22222;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
  transition: 0.6s all;


}


.middle-content span {
  display: block;
}

.middle-content p {
  font-size: 22px;
  color: #b22222;
  align-items: center;
  display: flex;
  justify-content: center;
}

.white-app-design {
  background: url(img/bg-img.jpg);
  background-position: center;
  background-size: cover;
}

.whiteapplesale_content p {
  margin-bottom: 20px;
  text-align: justify;
}

.whiteapplesale_img img {
  height: 616px;
  object-fit: cover;
}

.about-btn-design a {
  background: #b22222;
  padding: 12px 30px;
  transition: 0.5s;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.about-btn-design a:hover {
  background: #000;
}

/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: #000;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-radial-out:hover,
.hvr-radial-out:focus,
.hvr-radial-out:active {
  color: white;
}

.hvr-radial-out:hover:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

.top-header {
  background: #000;
}

.collections .title {
  text-align: center;
}

/*.collections_design:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 20px;
    top: 0;
    bottom: 20px;
    border: 1px solid red;
    z-index: 2;
}*/

.content-design {
  position: absolute;
  top: 50px;
  left: 15%;
}

.content-design span {
  font-size: 20px;
  display: block;
  /*    text-shadow: 1px 0px 3px black;*/
  /* margin-bottom: 11px; */
}

.btn-design a {
  background: #b22222;
  padding: 5px 12px;
  font-size: 13px;
  display: inline-grid;
  text-align: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.content-design p {
  margin-bottom: 10px;
  font-size: 15px;
}

.btn-design a {
  color: #fff;
}

/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.effect-oscar {
  background: #000;
}

/*figure.effect-oscar img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}*/

figure.effect-oscar figcaption {
  /*  padding: 3em;*/
  background-color: rgba(58, 52, 42, 0.7);
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: '';
}

figure.effect-oscar h2 {
  margin: 20% 0 10px 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

figure.effect-oscar:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-oscar:hover figcaption {
  background-color: rgba(58, 52, 42, 0);
}

figure.effect-oscar:hover img {
  opacity: 0.5;
}

.video-call {
  background: url(img/bg.jpg) repeat;
}

.video-side-content span {
  font-size: 20px;
  display: block;
  color: #b22222;
  line-height: 25px;
  margin-bottom: 12px;
}

.video-side-content p {
  font-size: 30px;
}

.denim-jeans .title h4 {
  color: #b22222;
}


.box-item {
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}

.box-item:before {
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  transform: skew(-45deg) scaleX(0);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.box-item:hover:before {
  transform: skew(-45deg) scaleX(1);
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.box-item img {
  width: 100%;
  transform: scale(1);
  transition: all 0.3s ease 0s;
}

.box-item:hover img {
  transform: scale(1.2);
  filter: grayscale(0.7) blur(2px);
}

.box-item .box-content-item {
  color: #fff;
  text-align: center;
  width: 100%;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) scale(0);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transition: all 0.6s ease;
}

.box-item:hover .box-content-item {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%) scale(1);
  transition-delay: 0.2s;
}

.box-item .title {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
  margin: 0 0 7px;
}

.box-item .post {
  font-size: 16px;
  font-style: italic;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin-bottom: 13px;
  display: block;
}

.box-item .icon {
  padding: 0;
  margin: 0;
  list-style: none;
}

.box-item .icon li {
  margin: 0 4px;
  display: inline-block;
}

.box-item .icon li a {
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 35px;
  height: 35px;
  width: 35px;
  border: 2px solid #fff;
  border-radius: 0 0 50% 50%;
  display: block;
  transition: all 0.3s;
}

.box-item .icon li a:hover {
  background: #000;
  box-shadow: 0 0 10px #fff;
}

.box-item .icon li a i {
  font-size: 12px;
  position: relative;
  top: -5px;
}

@media only screen and (max-width:990px) {
  .box {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width:479px) {
  .box .title {
    font-size: 20px;
  }
}

.title-design span {
  font-size: 20px;
  display: block;
}

.title-design i {
  font-size: 13px;
  color: #ffa54a;
}

.title-design a {
  color: #000;
  font-size: 17px;
}

.image-design {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-image-design {
  position: absolute;
  top: 0px;
  /*  bottom: 100%;*/
  left: 0;
  right: 0;
  background-color: #000000ab;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.images-effects-design:hover .overlay-image-design {
  bottom: 0;
  height: 76%;
}

.text-design {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

#toTop {
  position: fixed;
  bottom: 45px;
  right: 25px;
  cursor: pointer;
  transition: 0.5s;
  z-index: 9999;
}

.quality-control {
  padding: 50px 0px;
  background: url(img/banner-design.png);
}

.quality-control .title {
  text-align: center;
  margin-bottom: 50px;
}

.quality-control .title h4 {
  margin-bottom: 10px;
}

.qty-con:hover {
  box-shadow: 10px 0 20px rgba(0, 0, 0, 0.19), 6px 0 6px rgba(0, 0, 0, 0.23);
}

.qty-con {
  position: relative;
  background: #b22222;
  height: 135px;
  width: 135px;
  border-radius: 5px;
  /*    transform: rotate(-45deg);*/
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  transition: color 0.25s;
}

.qty-con::before {
  content: "";
  left: 8px;
  top: 8px;
  right: 8px;
  position: absolute;
  /*    z-index: -1;*/
  bottom: 8px;
  border-radius: 5px;
  outline: 1px dashed transparent;
  outline-offset: -1px;
  background: linear-gradient(90deg, #fff 50%, transparent 0) repeat-x, linear-gradient(90deg, #fff 50%, transparent 0) repeat-x, linear-gradient(0deg, #fff 50%, transparent 0) repeat-y, linear-gradient(0deg, #fff 50%, transparent 0) repeat-y;
  animation: linearGradientMove 0.3s infinite linear;
  background-size: 4px 1px, 4px 1px, 1px 4px, 1px 4px;
  background-position: 0 0, 0 100%, 0 0, 100% 0;
}

.ic-bx img {
  transition: 0.3s;
  width: 50px;
  margin: 0px auto 5px;
}


.qty-con .qty-bx {
  /*    transform: rotate(45deg);*/
  padding: 0 20px;
}

.qty-bx .tt {
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  font-family: "Playfair Display", serif;
  line-height: 15px;
  margin-top: 6px;
}


.sticky {
  position: sticky;
  top: 0;
  z-index: 999;
}

.sticky.fixed {
  filter: blur(10px) brightness(.8) contrast(1.2) saturate(1.5) hue-rotate(10deg);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  filter: none;
}

.footer-btn a {
  background: #b22222;
  padding: 10px 30px;
}

.widget-design span {
  font-size: 20px;
}

ul.liks-design li a {
  font-size: 15px;
  color: #333;
}


ul.liks-design li {
  line-height: 35px;
  border-bottom: 1px dashed #ccc;
}

.contact-bx ul {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.contact-bx {
  display: flex;
  align-items: center;
}

.contact-bx img {
  max-width: 25px;
  margin-right: 10px;
}

.btn-pdf a {
  background: #b22222;
  padding: 10px 30px;
}

.copy-right {
  background: #000;
}

.strip-type {
  background: #b22222;
}

.strip-design-1 img {
  float: left;
  margin-top: 8px;
}

.strip-design-1 span {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.strip-design-1 img {
  filter: brightness(0) invert(1);
}

ul.flat-one li a {
  font-size: 13px;
}

ul.flat-one li:first-child a {
  background: #000;
}

ul.flat-one li:last-child a {
  background: #25d366;
  color: #000;
}

ul.flat-one li a {
  padding: 8px 10px;
}

ul.flat-one li a:focus {
  outline: none;
}

.plain-text_design span {
  font-size: 25px;
}

.plain-text_design p {
  position: relative;
  z-index: 9;
  line-height: 27px;
}

.form-side input {
  border: 1px solid red;
  padding-left: 15px;
  margin-bottom: 15px;
  height: 45px;
}

.form-side input:focus {
  outline: none;
}

.form-side textarea {
  height: 100px;
  border: 1px solid red;
  padding-left: 15px;
  margin-bottom: 15px;
}

.form-side textarea:focus {
  outline: none;
}




.cta-main-wrapper-inner {
  background: #000;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 12px;
}

.cta-main-wrapper-inner .inner-information {
  max-width: 780px;
  margin-left: auto;
  padding: 85px;
  position: relative;
  z-index: 10;
}

.accordion {
  background-color: #b22222;
  border: 1px dashed #000;
  color: #444;
  cursor: pointer;
  padding: 10px 15px;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
}

.active-faqs,
.accordion:hover {
  background-color: #000;
}

.accordion:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.form-and-faqs {
  background: url(img/bg-img2.jpg) no-repeat;
  background-size: cover;
}

.form-side button {
  width: 100%;
  border: none;
  padding: 10px 0;
  background: #b22222;
}

.accordian-faqs p {
  font-size: 16px;
  text-align: justify;
  margin-bottom: 12px;
}

.last-child p {
  line-height: 22px;
  padding-bottom: 15px;
}

.video_gallery .vd_bx {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 16px;
  border: 1px solid #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 0px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  margin-bottom: 35px;
}

.video_gallery .video-play-icon {
  width: 50px;
  height: 50px;
  line-height: 48px;
}

.video_gallery .video-play-icon {
  width: 50px;
  height: 50px;
  line-height: 48px;
}

.video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 50px;
  height: 50px;
  /*    border-radius: 80px;*/
  text-align: center;
  line-height: 50px;
  color: #fff;
  display: block;
  margin: auto;
  transition: all .5s;
  background: #b22222;
  box-shadow: 0 0 0 0 rgba(110, 39, 37, .5);
  -webkit-animation: wave 1.25s infinite cubic-bezier(.66, 0, 0, 1);
  -moz-animation: wave 1.25s infinite cubic-bezier(.66, 0, 0, 1);
  -ms-animation: wave 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: wave 1.25s infinite cubic-bezier(.66, 0, 0, 1);



}

a.video-play-icon:hover {
  color: black;
}

@-webkit-keyframes wave {
  to {
    box-shadow: 0 0 0 45px rgba(213, 142, 144, 0)
  }
}

@-moz-keyframes wave {
  to {
    box-shadow: 0 0 0 45px rgba(213, 142, 144, 0)
  }
}

@-ms-keyframes wave {
  to {
    box-shadow: 0 0 0 45px rgba(213, 142, 144, 0)
  }
}

@keyframes wave {
  to {
    box-shadow: 0 0 0 45px rgba(213, 142, 144, 0)
  }
}

.category-wise_box img {
  mix-blend-mode: multiply;
  object-fit: cover;
  transition: 0.5s;
}

.category-wise_box img:hover {
  filter: grayscale(1);
}

.aspect {
  aspect-ratio: 4 / 5;
}

.rounded-full {
  border-radius: 9999px;
}

.isolate {
  isolation: isolate;
}

.category-wise_box a {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #000;
  margin-top: 5px;
}

.testimonial-img-type img {
  height: 12rem;
  object-fit: cover;
  filter: grayscale(1);
  transition: 0.5s;
}

.testimonial-img-type img:hover {
  filter: grayscale(0);
}

.testimonial-box {
  min-height: 235px;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  border: 2px solid #ccc;
}

.testimonial-text {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}

.testimonial-author {
  font-size: 14px;
  color: #666;
  font-weight: bold;
}

.plain-text_design span {
  font-size: 20px;
}

.testimonial {
  background: #f1f1f1 url(img/bg-img3.jpg);
  background-attachment: fixed;
  background-size: cover;
}

.item-men-shirts ul li:last-child a {
  background: #000;
}

footer {
  background: #f5f5f5;
}

.slide-design h4 {
  padding-left: 25px;
}

.slide-design p {
  padding-left: 25px;
}

.content-center {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.kids-ware-design {
  height: 75vh;
}

.btn-explore a {
  background: #b22222;
  padding: 7px 20px;
}

.accordian-faqs ul {
  column-count: 3;
  padding-left: 15px;
}

.accordian-faqs ul li {
  list-style-type: disc;
  font-size: 16px;
}

.distributor_inner {
  background: url(img/distributorship.jpg) no-repeat;
  background-size: cover;
}

.sitemap_inner {
  background: url(img/sitemap.jpg) no-repeat;
  background-size: cover;
}

.braedcumb {
  padding: 75px 0;
}

/*.input-side {    margin-bottom: 22px; }*/

.input-side input {
  background: #fff;
  padding-left: 35px;
  height: 42px;
  border: none;
}

.input-side select {
  background: #fff;
  padding-left: 35px;
  height: 42px;
  border: none;
  font-family: "Playfair Display", serif;
}

.input-side textarea {
  height: 100px;
  padding-left: 35px;
  background: #efefef;
  border: 0px;
  padding-top: 10px;
  resize: none;
}

.input-side textarea:focus {
  outline: none;
}

.input-side input:focus {
  outline: none;
}

.input-side select:focus {
  outline: none;
}

.button-dealers button {
  background: #000;
  border: none;
  padding: 10px 30px;
  border: 2px dashed #fff;
}


img.icon-1 {
  position: relative;
  top: 30px;
  z-index: 99;
  left: 15px;
}

img.icon-2 {
  position: relative;
  top: 30px;
  z-index: 99;
  left: 15px;
}

img.icon-3 {
  position: relative;
  top: 30px;
  z-index: 99;
  left: 15px;
}

img.icon-4 {
  position: relative;
  top: 30px;
  z-index: 99;
  left: 15px;
}

img.icon-5 {
  position: relative;
  top: 30px;
  z-index: 99;
  left: 15px;
}

img.icon-6 {
  position: relative;
  top: 30px;
  z-index: 99;
  left: 15px;
}

img.icon-7 {
  position: relative;
  top: 30px;
  z-index: 99;
  left: 15px;
}

img.icon-8 {
  position: relative;
  top: 30px;
  z-index: 99;
  left: 15px;
}

img.icon-9 {
  position: relative;
  top: 30px;
  z-index: 99;
  left: 15px;
}

.cotton-img {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  opacity: 0.2;
}

.cotton-img img {
  position: relative;
  width: 45%;
  top: 0;
}

img.cotton-setup {
  position: absolute;
  bottom: 10px;
  width: 18%;
}

.color-site {
  background: #b22222;
}

.skin-color {
  background: #000;
}

.white-wrap .form {
  background: #000;
  padding: 1px 20px 1px 20px;
  position: relative;
}

.white-wrap .form input:focus {
  outline: none;
}

.white-wrap .form textarea:focus {
  outline: none;
}

.inputBox button {
  font-size: 14px;
  color: #000;
  padding: 10px 0px;
  background: #b22222;
}

.inputBox input {
  height: 35px;
}

.white-wrap h2 {
  font-size: 22px;
}

.our_presence {
  background: url(img/our-presence.jpg) no-repeat;
  background-size: cover;
}

ul.coloring li a {
  background: #b22222;
  padding: 15px;
  color: #fff;
  font-size: 18px;
}

.full-width-type h3 {
  color: #fff;
  margin: 0px;
  padding-top: 10px;
  text-align: center;
  padding-bottom: 10px;
}

.full-width-type {
  background-color: #000;
  margin-top: 20px;
  width: 100%;
  margin-left: 0;
  margin-bottom: 20px;
}

.sitema-links-item h2 {
  font-size: 20px;
}

.parent-divison h3 {
  font-size: 20px;
}



/*2.11 Blog*/

.blog-area {
  padding: 80px 0;
}

.blog-area-head {
  margin: 0 0 52px;
}


.single-blog .blog-img {
  position: relative;
  border: 1px solid #ccc;

}



.single-blog .blog-img .bi-content {
  background: rgba(7, 14, 19, 0.8) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  padding: 10px 28px;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-blog:hover .blog-img .bi-content {
  background: rgba(178, 34, 34, 0.9) none repeat scroll 0 0;
}

.single-blog .blog-img .bi-content .bi-content-date {
  color: #fff;
  float: left;
  font-size: 16px;
  line-height: 20px;
}

.single-blog .blog-img .bi-content .bi-content-date i {
  margin-right: 14px;
}

.single-blog .blog-img .bi-content .bi-content-like-comment {
  float: right;
}

.single-blog .blog-img .bi-content .bi-content-like-comment>span {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  margin-left: 20px;
}

.single-blog .blog-img .bi-content .bi-content-like-comment>span i {
  margin-right: 14px;
}

.single-blog .blog-content {
  margin: 0px 0 23px;
  overflow: hidden;
}

.single-blog .blog-content .bc-title {
  color: #070e13;
  font-size: 17px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 28px;
  margin: 0 0 7px;
  margin-bottom: 15px;
  display: block;
}

.single-blog .blog-content .bc-text {
  color: #070e13;
  line-height: 24px;
  font-size: 15px;
  margin: 0 0 17px;
}

.single-blog .blog-content .bc-more {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  display: block;
  text-align: center;
  background: #b22222;
  padding: 8px 22px;
  margin-top: 25px;
  display: inline-block;
}

.single-blog .blog-content .bc-more:hover {
  color: #fff;
}

.single-blog .blog-meta {
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  padding: 4px 20px;
}

.single-blog .blog-meta .bm-title {
  color: #070e13;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
}

.single-blog .blog-meta .bm-social {
  display: inline-block;
  list-style: outside none none;
  padding: 0;
}

.single-blog .blog-meta .bm-social li {
  display: inline-block;
}

.single-blog .blog-meta .bm-social li a {
  color: #070e13;
  display: block;
  margin-right: 10px;
}

.single-blog .blog-meta .bm-social li a:hover {
  color: #b22222;
}

.blog-single {
  margin-bottom: 30px;
}

.bs-img {
  margin: 0 0 26px;
}

.bs-title {
  color: #070e13;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 28px;
  margin: 0 0 18px;
}

.bs-meta .bi-content-date {
  margin-right: 100px;
}

.bs-meta p {
  color: #070e13;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
}

.bs-text {
  color: #070e13;
  line-height: 24px;
}

.bs-text {
  color: #070e13;
  line-height: 24px;
  text-align: justify;
  margin-top: 20px;
}

.widget-search input[type="text"] {
  background: #f0f0f0 none repeat scroll 0 0;
  border: 0 none;
  color: #888888;
  font-size: 12px;
  height: 40px;
  letter-spacing: 0;
  padding: 0 20px;
  width: 100%;
  font-size: 15px;
}

.widget-search input[type="text"]:focus {
  outline: none;
}

.widget-search button {
  border: 0 none;
  color: #b58a60;
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 5px;
}

.fa-search:before {
  content: "\f002";
}

.widget-title {
  color: #070e13;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 45px;
  position: relative;
  text-transform: capitalize;

}

.widget-title::before {
  background: #b22222 none repeat scroll 0 0;
  bottom: -10px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 40px;
}

ul.widget-categories-list li a {
  color: #000;
  line-height: 32px;
}

.widget-post-list li a .wpl-content .wpl-content-title {
  color: #373636;
  display: block;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22px;
}

.widget-post-list li a .wpl-content .wpl-content-date {
  color: #747474;
  display: block;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 26px;
}

.widget-post-list li a .wpl-content .wpl-content-more {
  color: #b22222;
  display: block;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 26px;
  text-transform: capitalize;
}

.widget-post-list li a .wpl-img {
  display: inline-block;
  float: left;
  width: 70px;
}

.widget-post-list li {
  margin: 0 0 19px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 15px;
}

.widget-post-list li:last-child {
  border: none;
}

.widget-post-list li a {
  display: block;
  overflow: hidden;
}

.widget-post-list li a .wpl-content {
  display: inline-block;
  padding-left: 20px;
  width: 78%;
}

ul.widget-categories-list li {
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 10px;
}

.product-details_content h2 {
  font-size: 20px;
  margin-bottom: 12px;
}

.product-details_content h3 {
  font-size: 20px;
  margin-bottom: 12px;
  margin-top: 12px;
}

.product-details_content h4 {
  font-size: 20px;
  margin-bottom: 12px;
  margin-top: 12px;
}

.product-details_content h5 {
  font-size: 20px;
  margin-bottom: 12px;
  margin-top: 12px;
}

.product-details_content h6 {
  font-size: 20px;
  margin-bottom: 12px;
  margin-top: 12px;
}

.product-details_content p {
  text-align: justify;
}

.product-details_content ul li {
  list-style-type: disc;
  margin-bottom: 15px;
}

.product-details_content ul {
  padding-left: 15px;
}

ul.two-btn li a {
  background: #b22222;
  padding: 8px 29px;
}

ul.two-btn li:last-child a {
  background: #25d366;
}

.form-design {
  background: url(img/form-design.jpg) no-repeat;
}

.form-input-design input {
  height: 40px;
  border: none;
  padding-left: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #b22222;
}

.form-input-design textarea {
  border: none;
  height: 100px;
  padding-left: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #b22222;
}

.form-input-design input:focus {
  outline: none;
}

.form-input-design textarea:focus {
  outline: none;
}

.btn-design button {
  width: 100%;
  padding: 8px 0;
  border: none;
  color: red;
}

.btn-design button {
  background: #b22222;
}

.form-middle {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: 1.5px solid hsla(0, 0%, 100%, .24);
  background: hsla(0, 0%, 100%, .1);
}

.form-middle h4 {
  font-size: 25px;
}





.slider-container {
  height: 25rem;
  width: 100vw;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  position: relative;

}

.slider-title {
  position: absolute;
  top: 0;
  font-size: 20px;
}

.left-arrow,
.right-arrow {
  height: 100%;
  width: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-content {
  height: 100%;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  overflow: hidden;
  position: relative;
  perspective: 100px;
}

.slider-content-background {
  height: 100%;
  width: 102%;
  position: absolute;
  top: 0;
  left: -1%;
  z-index: 3;
}

.slider-content .slide {
  position: absolute;
  left: 50%;
  height: 24rem;
  max-height: 400px;
  width: 14rem;
  min-width: 270px;
  background: #999;
  /*   border: 1px solid; */
  border-radius: 25px;
  left: 50%;
  z-index: 0;
  /*   opacity: 0; */
  transform: translate(-50%, 0) rotateY(0deg) scale(1, 1);
  transform-style: preserve-3d;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, left 0.5s ease-in-out,
    z-index 0s 0.25s ease-in-out, box-shadow 0.5s ease-in-out, filter 0.5s ease-in-out;
}

.slide.position-1 {
  left: 20% !important;
  z-index: 1 !important;
  transform: translate(-50%, 0) rotateY(-2deg) scale(0.8, 0.8) !important;
  opacity: 1 !important;
  box-shadow: 0px 0.4rem 1.6rem rgba(0, 0, 0, 0.1) !important;
  filter: blur(5px);

}

.slide.position-2 {
  left: 35% !important;
  z-index: 2 !important;
  transform: translate(-50%, 0) rotateY(-1deg) scale(0.9, 0.9) !important;
  opacity: 1 !important;
  box-shadow: 0px 0.4rem 1.6rem rgba(0, 0, 0, 0.3) !important;
  filter: blur(2px);


}

.slide.position-3 {
  left: 50% !important;
  z-index: 4 !important;
  transform: translate(-50%, 0) rotateY(0deg) scale(1, 1) !important;
  opacity: 1 !important;
  box-shadow: 0px 0.4rem 1.6rem rgba(0, 0, 0, 0.5) !important;
  cursor: pointer;
  filter: blur(0px);
}

.slide.position-3:hover {
  box-shadow: 0px 0rem 1.8rem rgba(0, 0, 0, 0.7) !important;
  transform: translate(-50%, 0) rotateY(0deg) scale(1.05, 1.05) !important;
}

.slide.position-4 {
  left: 65% !important;
  z-index: 2 !important;
  transform: translate(-50%, 0) rotateY(1deg) scale(0.9, 0.9) !important;
  opacity: 1 !important;
  box-shadow: 0px 0.4rem 1.6rem rgba(0, 0, 0, 0.3) !important;
  filter: blur(2px);

  /*   animation: center-animation 1s 1s linear 1 forwards; */
}

/* @keyframes center-animation{ */
/*   0%{
    left: 70% !important;
    transform: translate(-50%, 0) rotateY(1deg) scale(0.9, 0.9) !important;
  }
  50%{
    left: 75% !important;
    transform: translate(-50%, 0) rotateY(-2deg) scale(1.1, 1.1) !important;
  }
  100%{
    left: 50% !important;
    transform: translate(-50%, 0) rotateY(0deg) scale(1, 1) !important;
  }
} */
.slide.position-5 {
  left: 80% !important;
  z-index: 1 !important;
  transform: translate(-50%, 0) rotateY(2deg) scale(0.8, 0.8) !important;
  opacity: 1 !important;
  box-shadow: 0px 0.4rem 1.6rem rgba(0, 0, 0, 0.1) !important;
  filter: blur(5px);


}

.slide.position-none {
  left: 50%;
  z-index: 0;
  transform: translate(-50%, 0) rotateY(0deg) scale(0.7, 0.7);
  opacity: 1;
  box-shadow: 0px 0.4rem 1.6rem rgba(0, 0, 0, 0);
}

.slider-container i {
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 50%;
}

.slider-container .left-arrow:hover i,
.slider-container .right-arrow:hover i {
  background: rgba(178, 34, 34, 0.9);
  color: #fff;
}


.slider-content .slide .card-sections .upper-section,
.slider-content .slide .card-button {
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

.slider-content .slide.position-3 .card-sections .upper-section,
.slider-content .slide.position-3 .card-button {
  opacity: 1;
  transition: opacity 0.6s ease-in-out;
}

.slide>* {
  color: white;
  font-family: 'Inter';
  font-size: 90%;
  letter-spacing: -0.001em;
}

.media,
.card-sections {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
}

.media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.media img {
  position: absolute;
  height: 30rem;
}

.card-sections {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}

.upper-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.lower-section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.card-sections .lower-section .card-button {
  border: 0.5px solid #fff;
  width: 35%;
  padding: 0.5rem;
  border-radius: 2rem;
  font-size: 60%;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
}

.upper-section .wishlist,
.upper-section .cart {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}

.upper-section .cart:hover {
  color: rgb(252, 163, 60);
  background: rgba(0, 0, 0, 0.4);
}

.upper-section .wishlist:hover {
  color: rgb(244, 129, 129);
  background: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width:620px) {

  .slide.position-1,
  .slide.position-5 {
    opacity: 0.5 !important;
  }

  .slide.position-2,
  .slide.position-4 {
    opacity: 0.95 !important;
  }
}

@media screen and (max-width: 445px) {

  .slide.position-1,
  .slide.position-5 {
    opacity: 0 !important;
  }

  .slide.position-2,
  .slide.position-4 {
    opacity: 0.5 !important;
  }
}

@media screen and (max-width: 415px) {
  .slide {
    /*    opacity: 0 !important;*/
    box-shadow: none !important;
  }

  .slide.position-3 {
    box-shadow: none !important;
    opacity: 1 !important;
  }

  .slide.position-1,
  .slide.position-2 {
    left: -50% !important;
    transform: translate(-50%, 0) rotateY(0deg) scale(0.7, 0.7) !important;
  }

  .slide.position-4,
  .slide.position-5 {
    left: 150% !important;
    transform: translate(-50%, 0) rotateY(0deg) scale(0.7, 0.7) !important;
  }
}

.img-side {
  margin-top: 45px;
}

.our-gallery {
  background: #b22222;
  background: url(img/bg-gallery.jpg);
  background-attachment: fixed;
  background-size: cover;
}


.small {
  font-size: 11px;
  color: #999;
  display: block;
  margin-top: -10px
}

.cont {
  text-align: center;
}

.page-head {
  padding: 60px 0;
  text-align: center;
}

.page-head .lead {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 50px;
  margin-top: 0;
}

.btn {
  -moz-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
}

.btn-lg {
  border-radius: 2px;
  font-size: 18px;
  line-height: 1.33333;
  padding: 10px 16px;
}

.btn-primary:hover {
  background-color: #fff;
  color: #152836;
}

.btn-primary {
  background-color: #152836;
  border-color: #0e1a24;
  color: #ffffff;
}

.btn-primary {
  border-color: #eeeeee;
  color: #eeeeee;
  transition: color 0.1s ease 0s, background-color 0.15s ease 0s;
}

.page-head h1 {
  font-size: 42px;
  margin: 0 0 20px;
  color: #FFF;
  position: relative;
  display: inline-block;
}

.page-head h1 .version {
  bottom: 0;
  color: #ddd;
  font-size: 11px;
  font-style: italic;
  position: absolute;
  width: 58px;
  right: -58px;
}

.demo-gallery>ul {
  margin-bottom: 0;
  padding-left: 15px;
}

.demo-gallery>ul>li {
  margin-bottom: 15px;
  width: 22%;
  display: inline-block;
  margin-right: 15px;
  list-style: outside none none;
}

.demo-gallery>ul>li a {
  border: 3px solid #FFF;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}

.demo-gallery>ul>li a>img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery>ul>li a:hover>img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery>ul>li a:hover .demo-gallery-poster>img {
  opacity: 1;
}

.demo-gallery>ul>li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery>ul>li a .demo-gallery-poster>img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery>ul>li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery>a>img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery .justified-gallery>a:hover>img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster>img {
  opacity: 1;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster>img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}

.demo-gallery.dark>ul>li a {
  border: 3px solid #04070a;
}

.boxes-design span {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.under-bg-white p {
  font-size: 14px;
}

.under-bg-white {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  min-height: 275px;
}

.what-we-do {
  background: #b22222;
}


.tab {
  padding-top: 50px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  line-height: 1.5;
  font-weight: 300;
  color: #888;
  -webkit-font-smoothing: antialiased;
}

.tabs {
  position: relative;
  overflow: hidden;
  margin: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}

.tabs li {
  float: left;
  line-height: 38px;
  overflow: hidden;
  border-right: 1px solid #ccc;
  padding: 0;
  position: relative;
}

.tabs li:last-child {
  border: none;
}

.tabs a {
  background-color: #eff0f2;
  border-bottom: 1px solid #fff;
  color: #000;
  font-weight: 500;
  display: block;
  letter-spacing: 0;
  outline: none;
  padding: 0 20px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: 2px solid #000;
}

.tabs_item {
  display: none;
  padding: 30px 0;
}

.tabs_item h4 {
  font-weight: bold;
  color: blue;
  font-size: 20px;
}

.tabs_item img {
  width: 200px;
  float: left;
  margin-right: 30px;
}

.tabs_item:first-child {
  display: block;
}

.current a {
  color: #fff;
  background: #000;
}

.tab_content {
  background: #891919;
}

.form-dealer {
  background: #9b1515;
  padding: 22px;
}



.horizontal-timeline {
  opacity: 0;
  width: 100%;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.horizontal-timeline ol {
  margin: 0;
  padding: 0;
  width: 100%;
}

/* Never visible - this is used in jQuery to check the current MQ */
.horizontal-timeline::before {
  content: 'desktop';
  display: none;
}

.horizontal-timeline.loaded {
  opacity: 1;
  margin: 0 !important;
}

.horizontal-timeline .touch-enabled {
  cursor: grab;
}

/* Timeline */
.horizontal-timeline .timeline {
  position: relative;
  height: auto;
  margin: 0 auto;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.horizontal-timeline .events-wrapper {
  position: relative;
  /* Fixed up a bug where if the date display was split into two lines 
    half of the top was cut off (Changed the height to accommodate) */
  height: 80px;
  overflow: hidden;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.horizontal-timeline .events {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 13%;
  height: 5px;
  /* width will be set using JavaScript */
  background: #000;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}

/* Filling line */
.horizontal-timeline .filling-line {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #002bff;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

/* Event dates on the timeline */
.horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  text-decoration: none;
  padding-bottom: 15px;
  color: #000;
  /* Fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  user-select: none;
}

/* Dots for the event dates on the timeline */
.horizontal-timeline .events a::after {
  content: '';
  position: absolute;
  left: 40%;
  bottom: -3px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #000;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}

/* Stop mouse pointer events on a selected event */
.horizontal-timeline .events a.selected {
  pointer-events: none;
}

.horizontal-timeline .events a.selected::after,
.horizontal-timeline .events a.older-event::after {
  background-color: #002bff;
}

.horizontal-timeline .events a:hover {
  text-decoration: underline;
}

/* Navigation */
.timeline-navigation {
  position: relative;
  top: 3px;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  z-index: 2;
}

.timeline-navigation#leftNav {
  left: 1px;
}

.timeline-navigation#rightNav {
  right: 1px;
}

.timeline-navigation a {
  display: inline;
  text-decoration: none;
  color: #000;
}

.timeline-navigation a:hover {
  color: #002bff;
  border-color: #002bff;
}

/* Inactive */
.timeline-navigation a.inactive {
  cursor: not-allowed;
  border-color: #d3d3d3;
  color: #d3d3d3;
}

/* Autoplay Pause/Play button */
.timeline-navigation#pausePlay {
  width: 100%;
  top: -10px;
  text-align: center;
}

/* Event content */
.horizontal-timeline .events-content {
  position: relative;
  margin: 2em 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: height 0.4s 0.2s;
  -moz-transition: height 0.4s 0.2s;
  transition: height 0.4s 0.2s;
}

/* Autoplay progress bar */
.horizontal-timeline .events-content .progressBarWrapper {
  position: absolute;
  width: 100%;
  height: 4px;
  margin-top: -4px;
  padding: 0 20px;
}

.horizontal-timeline .events-content .progressBar {
  width: 0%;
  max-width: 100%;
  height: inherit;
  background: #002bff;
}

.horizontal-timeline .events-content li[data-horizontal-timeline],
/* data-date deprecated as of v2.0.5.alpha.3 */
.horizontal-timeline .events-content li[data-date] {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  margin: auto;
  padding: 10px;
  background: #ccc;
  border-radius: 20px;
  opacity: 0;

  font-size: 16pt;
  text-align: center;

  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */

  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  transition: opacity 1s;
}

/* The selected events content */
.horizontal-timeline .events-content li[data-horizontal-timeline].selected,
/* data-date deprecated as of v2.0.5.alpha.3 */
.horizontal-timeline .events-content li[data-date].selected {
  position: relative;
  z-index: 2;
  opacity: 1;
}

/* Event content animations */
.horizontal-timeline .events-content li.enter-right,
.horizontal-timeline .events-content li.exit-right {
  -webkit-animation-name: timeline-enter-right;
  -moz-animation-name: timeline-enter-right;
  animation-name: timeline-enter-right;
}

.horizontal-timeline .events-content li.enter-left,
.horizontal-timeline .events-content li.exit-left {
  -webkit-animation-name: timeline-enter-left;
  -moz-animation-name: timeline-enter-left;
  animation-name: timeline-enter-left;
}

.horizontal-timeline .events-content li.exit-right,
.horizontal-timeline .events-content li.exit-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}

/* Speed */
.horizontal-timeline .events-content li.animationSpeed {
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
}

@-webkit-keyframes timeline-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}

@-moz-keyframes timeline-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}

@keyframes timeline-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes timeline-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}

@-moz-keyframes timeline-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}

@keyframes timeline-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@media only screen and (min-width: 1100px) {
  .horizontal-timeline {
    margin: 6em auto;
  }
}

@media only screen and (min-width: 501px) and (max-width: 1100px) {

  /* Never visible - this is used in jQuery to check the current MQ */
  .horizontal-timeline::before {
    content: 'tablet';
  }
}

@media only screen and (max-width: 500px) {

  /* Never visible - this is used in jQuery to check the current MQ */
  .horizontal-timeline::before {
    content: 'mobile';
  }
}

@media only screen and (max-width: 1100px) {
  .horizontal-timeline .timeline {
    padding-bottom: 40px !important;
  }

  .timeline-navigation#leftNav {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .timeline-navigation#rightNav {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .timeline-navigation#leftNav,
  .timeline-navigation#rightNav {
    display: -ms-flexbox !important;
    display: flex !important;
    top: -5px !important;
  }

  .timeline-navigation#pausePlay {
    top: 20px !important;
  }
}

.process-box {
  background: #fff;
  padding: 10px;
  border-radius: 15px;
  position: relative;
  box-shadow: 2px 2px 7px 0 #00000057;
}

.process-left:after {
  content: "";
  border-top: 15px solid #ffffff;
  border-bottom: 15px solid #ffffff;
  border-left: 15px solid #ffffff;
  border-right: 15px solid #ffffff;
  display: inline-grid;
  position: absolute;
  right: -15px;
  top: 42%;
  transform: rotate(45deg);
  box-shadow: 3px -2px 3px 0px #00000036;
  z-index: 1;
}

.process-right:after {
  content: "";
  border-top: 15px solid #ffffff00;
  border-bottom: 15px solid #ffffff;
  border-left: 15px solid #ffffff;
  border-right: 15px solid #ffffff00;
  display: inline-grid;
  position: absolute;
  left: -15px;
  top: 42%;
  transform: rotate(45deg);
  box-shadow: -1px 1px 3px 0px #0000001a;
  z-index: 1;
}

.process-step {
  background: #b22222;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  color: #fff;
  height: 100%;
  padding-top: 8px;
  position: relative;
  top: -26px;
  border-radius: 0px 0px 10px 10px;
  box-shadow: -6px 8px 0px 0px #00000014;
}

.process-point-right {
  background: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 8px solid #000;
  box-shadow: 0 0 0px 4px #5c5c5c;
  margin: auto 0;
  position: absolute;
  bottom: 56px;
  left: -63px;
}

.process-point-right:before {
  content: "";
  height: 144px;
  width: 11px;
  background: #5c5c5c;
  display: inline-grid;
  transform: rotate(36deg);
  position: relative;
  left: -50px;
  top: -0px;
}

.process-point-left {
  background: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 8px solid #000;
  box-shadow: 0 0 0px 4px #5c5c5c;
  margin: auto 0;
  position: absolute;
  bottom: 55px;
  right: -63px;
}

.process-point-left:before {
  content: "";
  height: 144px;
  width: 11px;
  background: #5c5c5c;
  display: inline-grid;
  transform: rotate(-38deg);
  position: relative;
  left: 50px;
  top: 0px;

}

.process-last:before {
  display: none;
}

.process-box p {
  z-index: 9;
  position: relative;
  line-height: 20px;
}

.process-step p {
  font-size: 20px;
}

.process-step h2 {
  font-size: 39px;
}

.process-step:after {
  content: "";
  border-top: 8px solid #04889800;
  border-bottom: 8px solid #891919;
  border-left: 8px solid #04889800;
  border-right: 8px solid #891919;
  display: inline-grid;
  position: absolute;
  left: -16px;
  top: 0;
}

.process-step:before {
  content: "";
  border-top: 8px solid #ff000000;
  border-bottom: 8px solid #891919;
  border-left: 8px solid #891919;
  border-right: 8px solid #ff000000;
  display: inline-grid;
  position: absolute;
  right: -16px;
  top: 0;
}

.process-line-l {
  background: #f1f1f1;
  height: 4px;
  position: absolute;
  width: 136px;
  right: -153px;
  top: 64px;
  z-index: 9;
}

.process-line-r {
  background: #f1f1f1;
  height: 4px;
  position: absolute;
  width: 136px;
  left: -153px;
  top: 65px;
  z-index: 9;
}

.content-writing h5 {
  font-size: 18px;
  margin-bottom: 12px;
  line-height: 27px;
}

.about-bg {
  background: url(img/about-bg-cover.jpg);
  background-size: cover;
}

/*____our-story
=========================*/

.our-story .our-story-detail {
  padding: 15px 0px;
}

.our-story .row {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}

.our-story .row:nth-child(odd) {
  text-align: left;
}

.our-story .row:nth-child(even) {
  text-align: right;
}

.our-story .row:nth-child(even) [class*="col-"] {
  float: right
}

.our-story .row:nth-child(odd) .our-story-detail {
  margin-left: 50px;
  background-color: #b22222;
  color: #fff;
  padding: 30px;
}

.our-story .row:nth-child(odd) .our-story-detail h4 {
  color: #fff;
}

.our-story .row:nth-child(even) .our-story-detail {
  margin-right: 50px;
  background-color: #b22222;
  color: #222;
  padding: 30px;
}

.our-story .row:nth-child(even) .our-story-detail h4 {
  color: #222;
}


.our-story .row:nth-child(odd) .our-story-pic {
  margin-right: 50px;
}

.our-story .row:nth-child(even) .our-story-pic {
  margin-left: 50px;
}


/*| line=====================*/

.our-story {
  position: relative;
  z-index: 0;
}

.our-story:after {
  left: 50%;
  top: 0px;
}

.our-story .row:last-child:nth-child(even) .our-story-pic:after {
  height: 100%;
}


/*_ line=====================*/

.our-story .row:nth-child(odd) .our-story-pic-block:before,
.our-story .row:nth-child(even) .our-story-pic-block:before {
  content: "";
  position: absolute;
  height: 100px;
  width: 2px;
  background-color: #000;
  top: 0px;
  z-index: -1;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

.our-story .row:nth-child(odd) .our-story-pic-block:before {
  right: 50px;
}

.our-story .row:nth-child(even) .our-story-pic-block:before {
  left: 50px;
}


/* line circle O=================*/

.our-story .row:nth-child(odd) .our-story-pic-block:after,
.our-story .row:nth-child(even) .our-story-pic-block:after {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  border: 2px solid #000;
  background-color: #000;
  z-index: 3;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-border-radius: 50%;
}

.our-story .row:nth-child(odd) .our-story-pic-block:after {
  right: -15px;
  top: 35px;
}

.our-story .row:nth-child(even) .our-story-pic-block:after {
  left: -15px;
  top: 35px;
}

@media only screen and (max-width:767px) {
  .our-story .row:nth-child(even) [class*="col-"] {
    float: left;
  }

  .our-story .row:nth-child(odd) .our-story-pic {
    margin-right: 0px;
    margin-left: 50px
  }

  .our-story .row:nth-child(even) .our-story-detail {
    margin-right: 0px;
    margin-left: 50px;
  }

  .our-story .row:nth-child(even) {
    text-align: left;
  }

  .our-story:after {
    left: 20px;
  }

  .our-story .row:nth-child(odd) .our-story-pic-block:after {
    left: 20px;
    right: auto;
  }

  .our-story .row:nth-child(even) .our-story-pic-block:after {
    left: 20px;
  }

  .our-story .row:nth-child(odd) .our-story-pic-block:before {
    left: 80px;
  }

  .our-story .row:nth-child(even) .our-story-pic-block:before {
    right: auto;
    left: 80px;
  }
}

.our-story-detail h4 {
  margin-bottom: 15px;
}

.our-story-detail p {
  text-align: justify;
}

.content-sets {
  position: absolute;
  bottom: -245px;
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 35px;
  width: 85%;
  margin: 0px auto;
  left: 45px;
}

.shahnawaz {
  padding-bottom: 230px;

}

.content-sets small {
  font-family: "Playfair Display", serif;
  color: #b22222;
  font-style: italic;
  margin-bottom: 15px;
  display: block;
}


.content-sets span {
  font-size: 22px;
  display: block;
}

.about-us-page {
  background: url(img/Web_Slider_06_1_1.webp) no-repeat;
  background-size: cover;

}


.our-team-section {
  position: relative;
  padding: 50px 0 40px;
}

.our-team-section .auto-container {
  position: relative;
}

.our-team-section .grey-bg {
  position: absolute;
  width: 33.333%;
  top: -110px;
  bottom: -80px;
}

.our-team-section .grey-bg:before {
  position: absolute;
  content: '';
  /* ff3.6+ */
  /* safari4+,chrome */
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(180deg, rgba(244, 244, 244, 1) 0%, rgba(249, 249, 249, 1) 18%, rgba(255, 255, 255, 1) 39%);
  /* opera 11.10+ */
  /* ie10+ */
  background: -webkit-gradient(linear, right top, left top, from(rgba(244, 244, 244, 1)), color-stop(18%, rgba(249, 249, 249, 1)), color-stop(39%, rgba(255, 255, 255, 1)));
  background: -o-linear-gradient(right, rgba(244, 244, 244, 1) 0%, rgba(249, 249, 249, 1) 18%, rgba(255, 255, 255, 1) 39%);
  background: linear-gradient(270deg, rgba(244, 244, 244, 1) 0%, rgba(249, 249, 249, 1) 18%, rgba(255, 255, 255, 1) 39%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=1);
  /* ie6-9 */
  right: 33px;
  top: 0;
  height: 100%;
  width: 200%;
}

.team-block-one .inner-box {
  position: relative;
  padding-left: 56px;
  padding-top: 60px;
  margin-bottom: 45px;
}

.team-block-one .inner-box:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 110px;
  height: 110px;
  border: 1px solid #e7e7e7;
}

.team-block-one .social-icon {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 110px;
  top: 22px;
  left: 56px;
}

.team-block-one .social-icon:before {
  position: absolute;
  content: '';
  left: 0;
  top: 10px;
  height: 1px;
  width: 100px;
  background: var(--theme-color);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}

.team-block-one .inner-box:hover .social-icon:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.team-block-one .social-icon li {
  margin: 0 10px;
}

.team-block-one .social-icon a {
  color: #9c9c9c;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  display: inline-block;
  opacity: 0;
  visibility: hidden;
}

.team-block-one .social-icon a:hover {
  color: var(--theme-color);
}

.team-block-one .inner-box:hover .social-icon a {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.team-block-one .social-icon li:nth-child(even) a {
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

.team-block-one .image {
  position: relative;
  /*    margin-bottom: 25px;*/
}

.team-block-one .image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  -webkit-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

.team-block-one .inner-box:hover .image:before {
  height: 100%;
}

.team-block-one .image img {
  width: 100%;
}

.team-block-one .designation {
  position: absolute;
  -webkit-transform: rotate(-90deg) translateX(-50%) translateY(-50%);
  -ms-transform: rotate(-90deg) translateX(-50%) translateY(-50%);
  transform: rotate(-90deg) translateX(-50%) translateY(-50%);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  left: 23px;
  top: 50%;
  color: #888888;
  font-size: 14px;
  font-family: var(--font-family-oswald);
  text-transform: uppercase;
  letter-spacing: 2px;
}

.team-block-one .designation:before {
  position: absolute;
  content: '';
  right: -110px;
  top: 12px;
  width: 100px;
  height: 1px;
  background: #b22222;
}

.team-block-one .author-title {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  background: #fff;
  padding: 10px 0px;
  text-transform: capitalize;
}

.author-title a {
  color: #333;
  font-size: 18px;
}

.chatgpt {
  position: relative;
  top: 58px;
}

/* Overlay style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(153, 204, 51, 0.9);
}

/* Overlay closing cross */
.overlay .overlay-close {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  background: url(img/cross.png) no-repeat center center;
  text-indent: 200%;
  color: transparent;
  outline: none;
  z-index: 100;
}

/* Menu style */
.overlay nav {
  text-align: center;
  position: relative;
  top: 50%;
  height: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative;
}

.overlay ul li {
  display: block;
  height: 20%;
  height: calc(100% / 5);
  min-height: 54px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.overlay ul li a {
  font-size: 54px;
  font-weight: 300;
  display: block;
  color: #fff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
  color: #f0f0f0;
}

/* Effects */
.overlay-genie {
  background: transparent;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.2s, visibility 0s 0.6s;
  transition: opacity 0.3s 0.2s, visibility 0s 0.6s;
}

.overlay-genie.open {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.overlay-genie svg {
  position: absolute;
  top: 0;
  left: 0;
}

.overlay-genie .overlay-path {
  fill: rgba(153, 204, 51, 0.9);
}

.overlay-genie nav {
  opacity: 0;
  -webkit-transform: scale(0.8) translateY(-48%);
  transform: scale(0.8) translateY(-48%);
  -webkit-transition: opacity 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
}

.overlay-genie .overlay-close {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.overlay-genie.open nav,
.overlay-genie.open .overlay-close {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.overlay-genie.open nav {
  -webkit-transform: scale(1) translateY(-50%);
  transform: scale(1) translateY(-50%);
}

.overlay-genie.close nav,
.overlay-genie.close .overlay-close {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px;
  }

  .overlay ul li {
    min-height: 34px;
  }
}

.mobile-menu {
  display: none;
}

.modal-md ul {
  text-align: center;
}

.modal-md ul li:first-child a {
  background: #b22222;
}

.modal-md ul li:last-child a {
  background: #000;
}

.modal-md a {
  color: #fff;
  padding: 10px 45px;
}

.story-container {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  margin: 20px;
  position: relative;
}

.slider-wrapper {
  display: flex;
  animation: infinite-scroll 30s linear infinite;
}

@keyframes infinite-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.person-story {
  width: 100px;
  height: 100px;
  margin: 10px;
  border-radius: 50px;
  overflow: hidden;
  border: 3px solid #001b48;
  cursor: pointer;
  transition: transform 0.3s;
  padding: 2px;
  flex-shrink: 0;
}

.person-story:hover {
  transform: scale(1.1);
  border: 3px solid #001b48;
}

.person-story img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1050;
}

.popup-content {
  position: relative;
  max-width: 600px;
  width: 100%;
  text-align: center;
}

.progress-bar-container {
  display: flex;
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  padding: 0 10px;
  gap: 5px;
}

.progress-bar {
  flex-grow: 1;
  height: 4px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  overflow: hidden;
}

.progress-bar-inner {
  height: 100%;
  background: #eccccc;
  width: 0;
  transition: width 3s linear;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 9;
}

.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 20px;
  z-index: 1050;
}

.nav-btn.left {
  left: 10px;
}

.nav-btn.right {
  right: 10px;
}

.popup-content video {
  width: 100%;
  border-radius: 10px;
  cursor: pointer;
  height: 100vh;
  background: #00000040;
}



.faq-section {
  max-width: 100%;
  margin: auto;
}

.faq-item {
  border-bottom: 1px dashed #fff;
  padding: 12px 10px;
  cursor: pointer;
  background: #b22222;
}

.faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Playfair Display", serif;
}

.faq-header h3 {
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.faq-number {
  color: #fff;
  margin-right: 10px;
  font-weight: bold;
  font-size: 20px;
}

.faq-answer {
  margin-top: 15px;
  display: none;
  color: #000;
  font-size: 15px;
  line-height: 1.6;
}

.arrow {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.arrow.active {
  transform: rotate(90deg);
}

.faq-header {
  font-size: 18px;
}

.faq-header div {
  color: #fff;
}

.faq-item p {
  font-size: 14px;
  color: #fff;
  text-align: justify;
  padding-left: 15px;
  padding-right: 15px;
}

.faq-item ul li {
  color: #fff;
  list-style-type: disc;
  font-size: 14px;
}

.faq-item ul {
  column-count: 2;
  padding-left: 30px;
  margin-top: 12px;
}


.faqs-design_img img {
  height: 271px;
  object-fit: cover;
}

.slide-item-gallery img {
  margin-bottom: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.carousel-indicators {
  bottom: 0px;
}

div#homepopupenquiry-form span {
  font-family: 'Philosopher';
}


/*---------------------------------------
    32. Contact Section CSS
---------------------------------------*/
.rs-contact.style1 .form-part {
  padding: 60px 60px 60px 75px;
}

.rs-contact.style1 .contact-form .common-control input,
.rs-contact.style1 .contact-form .common-control textarea {
  background: #f1f6fc;
  width: 100%;
  padding: 10px 18px;
  border: none;
  outline: none;
  border-radius: 0;
  color: #363636;
  font-size: 16px;
}

.rs-contact.style1 .contact-form .common-control input {
  height: 48px;
}

.rs-contact.style1 .contact-form .common-control textarea {
  height: 120px;
}

.rs-contact.style1 .contact-form .common-control ::placeholder {
  color: #a19e9e;
}

.rs-contact.style1 .contact-info {
  background: #106eea;
  height: 100%;
  color: #ffffff;
  padding: 50px;
  font-size: 16px;
}

.rs-contact.style1 .contact-info .title {
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 34px;
}

.rs-contact.style1 .contact-info .info-wrap {
  display: flex;
}

.rs-contact.style1 .contact-info .info-wrap .icon-part {
  margin-right: 25px;
}

.rs-contact.style1 .contact-info .info-wrap .icon-part i {
  font-size: 40px;
  line-height: 40px;
}

.rs-contact.style1 .contact-info .info-wrap .icon-part i:before {
  font-size: 40px;
  line-height: 40px;
}

.rs-contact.style1 .contact-info .info-wrap .content-part h4 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 5px;
}

.rs-contact.style1 .contact-info .info-wrap .content-part p {
  margin: 0;
}

.rs-contact.style1 .contact-info .info-wrap .content-part a {
  color: #ffffff;
}

.rs-contact.style1 .contact-info .info-wrap .content-part a:hover {
  opacity: 0.8;
}

.rs-contact.style1.red-mode .contact-form .common-control input,
.rs-contact.style1.red-mode .contact-form .common-control textarea {
  background: #ffffff;
}

.rs-contact.style1.red-mode .contact-form .common-control ::placeholder {
  color: #a19e9e;
}

.rs-contact.style1.red-mode .contact-info {
  background: #ec4c6f;
}

.rs-contact.style2 .form-part {

  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.rs-contact.style2 .contact-form .common-control input,
.rs-contact.style2 .contact-form .common-control textarea {
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.15);
  background-color: rgba(255, 255, 255, 0.18);
  width: 100%;
  padding: 20px;
  border: none;
  outline: none;
  border-radius: 0;
  color: #F2F2F2;
  font-size: 16px;
}

.rs-contact.style2 .contact-form .common-control input {
  height: 48px;
}

.rs-contact.style2 .contact-form .common-control textarea {
  height: 120px;
}

.rs-contact.style2 .contact-form .common-control ::placeholder {
  color: #a19e9e;
}

.rs-contact.style2 .g-map iframe {
  width: 100%;
  height: 715px;
  border: none;
  filter: grayscale(100%);
  display: inherit;
}

.rs-contact.style3 .contact-form input,
.rs-contact.style3 .contact-form textarea {
  background-color: #f3f5fa;
  width: 100%;
  border: none;
  outline: none;
  padding: 20px;
  border-radius: 0;
  color: #000;
  font-size: 16px;
}

.rs-contact.style3 .contact-form button {
  width: 100%;
  padding: 16px 30px;
  border: none;
  outline: none;
  border-radius: 3px;
  font-weight: 500;
  font-size: 16px;
  background: #d83030;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}

.rs-contact.style3 .contact-form button:hover {
  background: #da3d3d;
}

.rs-contact.style3 .contact-form textarea {
  display: inherit;
  height: 120px;
}

.rs-contact.style3 .contact-form ::placeholder {
  color: #685050;
  opacity: 1;
}

.rs-contact.style3 .address-wrap .address-part {
  display: flex;
}

.rs-contact.style3 .address-wrap .address-part .icon-part {
  margin-right: 20px;
  margin-top: 6px;
}

.rs-contact.style3 .address-wrap .address-part .icon-part i {
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 100%;
  text-align: center;
  background: #d83030;
  color: #ffffff;
}

.rs-contact.style3 .address-wrap .address-part .content-part .label {
  display: block;
  color: #999999;
  font-weight: 600;
}

.rs-contact.style3 .address-wrap .address-part .content-part .desc {
  color: #363636;
}

.rs-contact.style3 .address-wrap .address-part .content-part a {
  color: #363636;
}

.rs-contact.style3 .address-wrap .address-part .content-part a:hover {
  color: #d83030;
}

.rs-contact.style3 .g-map iframe {
  width: 100%;
  height: 540px;
  border: none;
  filter: grayscale(100%);
  display: inherit;
}

.rs-contact.inner .content-info-part .info-item {
  background: #fff0f0;
  padding: 50px 30px 37px;
  text-align: center;
  min-height: 295px;
}

.rs-contact.inner .content-info-part .info-item .icon-part {
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 100%;
  margin: 0 auto 25px;
  text-align: center;
  background: #b22222;
  position: relative;
}

.rs-contact.inner .content-info-part .info-item .icon-part i {
  font-size: 22px;
  color: #106eea;
  line-height: 0;
  margin-top: 36px;
  position: relative;
  z-index: 1;
}

.rs-contact.inner .content-info-part .info-item .icon-part i.fa-map-o {
  font-size: 65px;
  margin: 0;
}

.rs-contact.inner .content-info-part .info-item .icon-part:after {
  background: #000;
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  animation: pulse-border 1.5s ease-out infinite;
  transition: all 0.3s ease;
}

.rs-contact.inner .content-info-part .info-item .content-part {
  font-size: 18px;
}

.rs-contact.inner .content-info-part .info-item .content-part .title {
  color: #363636;
  margin-bottom: 12px;
  font-size: 18px;
}

.rs-contact.inner .content-info-part .info-item .content-part a {
  color: #363636;
  font-family: 'Philosopher';
}

.rs-contact.inner .content-info-part .info-item .content-part a:hover {
  color: #106eea;
}

.rs-contact.inner .content-info-part .info-item .content-part p {
  margin: 0;
}

.rs-contact.inner .content-info-part .info-item:hover .icon-part:after {
  background: #b22222;
}

.rs-contact.inner .contact-form-part form {
  background: url(img/right-bg2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 72px 70px 94px;
}

.rs-contact.inner .contact-form-part form input,
.rs-contact.inner .contact-form-part form textarea {
  width: 100%;
  border: none;
  outline: none;
  margin-bottom: 30px;
  color: #000;
  background: #fff;
  font-size: 16px;
  padding: 11px 20px;
}

.rs-contact.inner .contact-form-part form textarea {
  display: inherit;
  height: 100px;
}

.rs-contact.inner .contact-form-part form button {
  background: #000;
  color: #fff;
  border: none;
  padding: 10px 30px;

  font-weight: 400;
}

.rs-contact.inner .contact-form-part form button:hover {
  background: #555;
  color: #ffffff;
}

.rs-contact.inner .contact-form-part form ::-webkit-input-placeholder {
  color: #000;
}

.rs-contact.inner .contact-form-part form :-ms-input-placeholder {
  color: #000;
}

.rs-contact.inner .contact-form-part form ::placeholder {
  color: #000;
}

.rs-contact.inner .contact-form-part .custom1 {
  -ms-flex: 45.965%;
  flex: 45.965%;
  max-width: 45.965%;
}

.rs-contact.inner .contact-form-part .custom2 {
  -ms-flex: 54.035%;
  flex: 54.035%;
  flex: 54.035%;
  max-width: 54.035%;
}

.rs-contact.inner .contact-form-part .img-part {
  height: 100%;
  background: url(img/left-img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.rs-contact.inner .g-map {
  padding: 0 10px 10px;
}

.g-map iframe {
  width: 100%;
  height: 300px;
  border: none;
  filter: grayscale(100%);
  display: inherit;
  transition: 0.5s;
}

.g-map iframe:hover {
  filter: grayscale(0);
}

.g-map.modify iframe {
  filter: unset;
}

.contact_inner {

  background: url(img/contact-bg.jpg) no-repeat;
  background-size: cover;

}

.whiteapplesale_content a {
  color: #000;
  text-decoration: underline;
  font-style: italic;
  font-weight: 700;
}

.product-details_content p {
  margin-bottom: 12px;
}

.blog-img img {
  height: 300px;
  object-fit: contain;
}

.blog-single h2 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.blog-single h3 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.blog-single h4 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.blog-single h5 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.blog-single h6 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.blog-single ul {
  padding-left: 15px;
}

.blog-single ul li {
  margin-bottom: 15px;
  list-style-type: disc;
}

.bs-img img {
  height: 300px;
  object-fit: contain;
  border: 1px solid #ccc;
}

div#carouselExampleFade {
  box-shadow: none !important;
}

div#carouselExampleFade .slide.position-3:hover {
  transform: none !important;
}

.blog-content {
  background: #f1f1f1;
  padding: 12px;
  min-height: 465px;
}

.content-writing p {
  height: 48px;
  overflow-y: scroll;
}

.content-sets {
  height: 300px;
  overflow-y: scroll;
}

.youtube-channel iframe {
  width: 100%;
  height: 500px;
}

.plain-text iframe {
  width: 100%;
  height: 300px;
}

.video-frame iframe {
  border: none;
}

.video-concept iframe {
  width: 100%;
  height: 500px;
  border: none;
}

.single-line {
  text-align: center;
}

img.button-set {
  position: absolute;
  top: 22px;
  right: 18px;
}

.middle-set ul li:first-child a {
  background: #000;
  display: block;
  padding: 10px 30px;
  transition: 0.5s;
}

div#popupenquirymodel span {
  display: block;
  text-align: center;
  font-size: 25px;
  margin-top: 20px;
}

div#popupenquirymodel ul li:first-child a {
  background: #b22222;
  padding: 10px 30px;
  color: #fff;
  font-size: 25px;
}

div#popupenquirymodel ul li:last-child a {
  background: #000;
  padding: 10px 30px;
  color: #fff;
  font-size: 25px;
}

@keyframes blink {

  0%,
  100% {
    background-color: #b22222;
  }

  50% {
    background-color: #000;
  }
}

#blinking-button {
  background-color: #8EDDBE;
  color: white;
  animation: blink 1s linear infinite;
}




/* client-logos */

.border-right {
  border-right: 1px solid #dee2e6;
}

.brand-side-image img {
  height: 90vh;
  object-fit: cover;
  width: auto;
}

.brand-head {
  position: absolute;
  padding: 1rem;
  width: fit-content;
  text-align: center;
  align-items: center;
  justify-self: anchor-center;
}

.border-1 {
  border: 1px solid #dee2e6;
}

.brand {
  text-align: center;
}

.border-right-0 {
  border-right: none;
}

.brand img {
  width: 150px;
  height: auto;
}


.brand-head {
  position: absolute;
  padding: 1rem;
  width: fit-content;
  text-align: center;
  align-items: center;
  justify-self: anchor-center;
}



img.border.w-100 {
  height: 259px;
  object-fit: cover;
}




.brand-head {
  position: absolute;
  padding: 1rem;
  width: fit-content;
  text-align: center;
  align-items: center;
  justify-self: anchor-center;
  background-color: white;
  z-index: 99;
}


.border-right {
  border-right: 1px solid #dee2e6;
}

.brand-side-image img {
  height: 90vh;
  object-fit: cover;
  width: auto;
}

.brand-head {
  position: absolute;
  padding: 1rem;
  width: fit-content;
  text-align: center;
  align-items: center;
  justify-self: anchor-center;
}

.border-1 {
  border: 1px solid #dee2e6;
}

.brand {
  text-align: center;
}

.border-right-0 {
  border-right: none;
}

.brand img {
  width: 200px;
  height: 70px;
}

.brand img:hover {
  filter: grayscale(1);
}

figure.effect-oscar img.w-100 {
  height: 300px;
  object-fit: cover;
}

.content-design {
  position: absolute;
  top: 30%;
  left: 15%;
}

.content-design span {
  font-size: 30px;
}




.circle-slider {
  height: 61vh;
  background: #0c0c0c;
}

.circleSwiper,
.circleSwiper .swiper-slide {
  height: 100%;
}

.circleSwiper .swiper-slide {
  position: relative;
  overflow: hidden;
}

.circle-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  clip-path: circle(0% at 50% 50%);
  transition: clip-path 1.4s ease;
}

.swiper-slide-active .circle-bg {
  clip-path: circle(100% at 50% 50%);
}


@media screen and (max-width: 480px) {
  .circle-slider {
    height: 22vh;
  }
}



@media screen and (min-width: 481px) and (max-width: 768px) {
  .circle-slider {
    height: 41vh;
  }
}


@media screen and (min-width: 769px) and (max-width: 1024px) {
  .circle-slider {
    height: 50vh;
  }
}


.circle-content {
  position: absolute;
  z-index: 2;
  bottom: 12%;
  left: 10%;
  color: #fff;
  opacity: 0;
  transform: translateY(40px);
  transition: 0.8s ease 0.6s;
}

.swiper-slide-active .circle-content {
  opacity: 1;
  transform: translateY(0);
}

.circle-content h2 {
  font-size: clamp(32px, 6vw, 64px);
  margin-bottom: 10px;
}

.circle-content p {
  font-size: clamp(14px, 3vw, 18px);
  opacity: 0.85;
}

.swiper-pagination-bullet {
  background: #fff;
}



.model-girl {
  background: url(img/model1.png);
  background-attachment: fixed;
  height: 100vh;
}

.model-girl-text {
  position: absolute;
  top: 45%;
  color: white;
  left: 15%;
  font-size: 3rem;
}

.merger {
  background: url(img/merger-bg.png) center / cover no-repeat;
  height: 100vh;
  align-content: center;
}

.merger-para {
  background-color: #b22222;
  width: 45%;
  color: white;
}

.merger-para:hover {
  box-shadow: 10px 0 20px rgba(0, 0, 0, 0.19), 6px 0 6px rgba(0, 0, 0, 0.23);
}


/* testi */
* {
  margin: 0;
  padding: 0;
}

:root {
  --mon: "Montserrat", sans-serif;
  --blue: #8a6bff;
  --darkblue: #0a0a36;
}

.sec-title {
  margin-bottom: 50px;
  padding-bottom: 15px;
  position: relative;
}

.sec-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 3px;
  background: #000;
}

.sec-title p {
  font-size: 18px;
  line-height: 28px;
}

.testimonial-area {
  /* background: var(--blue); */
  position: relative;
  z-index: 2;
  padding: 50px 0;
}

.testimonial-area .owl-carousel {
  overflow: hidden;
  padding: 0 20px;
  margin: 0px -40px;
  padding-right: 40px;
}

.testimonial-area .owl-stage-outer {
  padding: 30px 50px;
  margin-left: -34px;
  width: calc(100% + 100px);
}

.testimonial-area img {
  filter: invert(1);
  width: 50px;
}

.single-testimonial {
  border: 7px solid #000000ff;
  text-align: center;
  border-radius: 45px;
  position: relative;
  z-index: 2;
}

.single-testimonial p {
  color: #000000ff;
  font-size: 15px;
  line-height: 24px;
  padding: 50px;
  padding-bottom: 30px;
  position: relative;
  z-index: 3;
}

.single-testimonial::before {
  content: "";
  position: absolute;
  left: -35px;
  top: -35px;
  background: url(https://cdn-icons-png.flaticon.com/512/4338/4338294.png) no-repeat white;
  background-size: 60%;
  width: 126px;
  height: 100px;
  transform: rotate(180deg);
  background-position: 34px 15px;
}

.single-testimonial::after {
  content: "";
  position: absolute;
  right: -35px;
  bottom: -34px;
  background: url(https://cdn-icons-png.flaticon.com/512/4338/4338294.png) no-repeat white;
  background-size: 60%;
  width: 126px;
  height: 100px;
  background-position: 34px 19px;
}

.round {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.round-1::before {
  content: "";
  position: absolute;
  left: 88px;
  top: -7px;
  width: 50px;
  height: 7px;
  background: #000000ff;
  border-radius: 30px;
}

.round-1::after {
  content: "";
  position: absolute;
  left: -7px;
  top: 62px;
  width: 7px;
  height: 50px;
  background: #000000ff;
  border-radius: 30px;
}

.round-2::before {
  content: "";
  position: absolute;
  right: 87px;
  bottom: -7px;
  width: 50px;
  height: 7px;
  background: #000000ff;
  border-radius: 30px;
  z-index: 1;
}

.round-2::after {
  content: "";
  position: absolute;
  right: -7px;
  bottom: 62px;
  width: 7px;
  height: 50px;
  background: #000000ff;
  border-radius: 30px;
  z-index: 1;
}

.client-video {
  padding-right: 15px;
}

.client-info {
  position: relative;
  z-index: 3;
}

.client-info a {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  font-size: 22px;
}

.client-info {
  text-align: center;
  padding-bottom: 50px;
}

.client-info h6 {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  color: #000000ff;
}

.client-info span {
  display: inline-block;
  color: #000000ff;
  font-size: 12px;
}

.sec-title.white-title h2 {
  color: #000000ff;
}

.swiper {
  padding-bottom: 60px;
}

.swiper-slide {
  height: auto;
}

@media screen and (max-width: 480px) {
  .merger-para {
    width: 100%;
  }
}




*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --hot-one: hsl(0, 96%, 49%);
  --hot-two: hsl(0, 89%, 30%);
  --new-one: hsl(75, 88%, 42%);
  --new-two: hsl(78, 89%, 35%);
  --pop-one: hsl(207, 69%, 50%);
  --pop-two: hsl(212, 67%, 36%);
  --spo-one: hsl(38, 96%, 49%);
  --spo-two: hsl(34, 89%, 30%);
  --box-shadow: hsl(0, 0%, 0%);
  --white: hsl(0, 0%, 100%);
}

.container-2 {
  margin: 0 auto;
  width: calc(100vw - 2rem);
  padding: 1rem;
  display: grid;
  place-content: center;
  grid-template-columns: repeat(auto-fit, minmax(15.625rem, 15.625rem));
  grid-template-rows: auto;
  gap: 1rem;
}

.card {
  position: relative;
  background-color: white;
  color: black;
  filter: drop-shadow(0.125rem 0.125rem 0.125rem #888888);
}

.card>img {
  /* position: absolute; */
  display: block;
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
}

.ribbon {
  position: absolute;
  right: -0.313rem;
  top: -0.313rem;
  z-index: 1;
  overflow: hidden;
  width: 4.688rem;
  height: 4.688rem;
  text-align: right;
}

.ribbon span {
  font-size: 0.625rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.25rem;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 6.25rem;
  display: block;
  position: absolute;
  top: 1.188rem;
  right: -1.313rem;
}

.ribbon-hot span {
  color: var(--white);
  background: var(--hot-one);
  background: linear-gradient(var(--hot-one) 0%, var(--hot-two) 100%);
  box-shadow: 0 0.188rem 0.625rem -0.313rem var(--box-shadow);
}

.ribbon-new span {
  color: var(--white);
  background: var(--new-one);
  background: linear-gradient(var(--new-one) 0%, var(--new-two) 100%);
  box-shadow: 0 0.188rem 0.625rem -0.313rem var(--box-shadow);
}

.ribbon-pop span {
  color: var(--white);
  background: var(--pop-one);
  background: linear-gradient(var(--pop-one) 0%, var(--pop-two) 100%);
  box-shadow: 0 0.188rem 0.625rem -0.313rem var(--box-shadow);
}

.ribbon-spo span {
  color: var(--white);
  background: var(--spo-one);
  background: linear-gradient(var(--spo-one) 0%, var(--spo-two) 100%);
  box-shadow: 0 0.188rem 0.625rem -0.313rem var(--box-shadow);
}

.ribbon span::before {
  content: "";
  position: absolute;
  left: 0rem;
  top: 100%;
  z-index: -1;
}

.ribbon span::after {
  content: "";
  position: absolute;
  right: 0rem;
  top: 100%;
  z-index: -1;
}

.ribbon-hot span::before {
  border-left: 0.188rem solid var(--hot-two);
  border-right: 0.188rem solid transparent;
  border-bottom: 0.188rem solid transparent;
  border-top: 0.188rem solid var(--hot-two);
}

.ribbon-hot span::after {
  border-left: 0.188rem solid transparent;
  border-right: 0.188rem solid var(--hot-two);
  border-bottom: 0.188rem solid transparent;
  border-top: 0.188rem solid var(--hot-two);
}

.ribbon-new span::before {
  border-left: 0.188rem solid var(--new-two);
  border-right: 0.188rem solid transparent;
  border-bottom: 0.188rem solid transparent;
  border-top: 0.188rem solid var(--new-two);
}

.ribbon-new span::after {
  border-left: 0.188rem solid transparent;
  border-right: 0.188rem solid var(--new-two);
  border-bottom: 0.188rem solid transparent;
  border-top: 0.188rem solid var(--new-two);
}

.ribbon-pop span::before {
  border-left: 0.188rem solid var(--pop-two);
  border-right: 0.188rem solid transparent;
  border-bottom: 0.188rem solid transparent;
  border-top: 0.188rem solid var(--pop-two);
}

.ribbon-pop span::after {
  border-left: 0.188rem solid transparent;
  border-right: 0.188rem solid var(--pop-two);
  border-bottom: 0.188rem solid transparent;
  border-top: 0.188rem solid var(--pop-two);
}

.ribbon-spo span::before {
  border-left: 0.188rem solid var(--spo-two);
  border-right: 0.188rem solid transparent;
  border-bottom: 0.188rem solid transparent;
  border-top: 0.188rem solid var(--spo-two);
}

.ribbon-spo span::after {
  border-left: 0.188rem solid transparent;
  border-right: 0.188rem solid var(--spo-two);
  border-bottom: 0.188rem solid transparent;
  border-top: 0.188rem solid var(--spo-two);
}

.toptop {
  background: #b22222;
  padding: 10px;
  color: white;
}


@media screen and (max-width: 480px) {

  body,
  html {
    overflow-x: hidden;
  }

  .model-girl {
    background-size: cover;
    background-position: center;
  }

  .brand {
    text-align: center;
    width: -webkit-fill-available;
    justify-self: center;
    border: 0;
  }

  .merger {
    height: auto;
  }

  .col-lg-6.border-right.p-lg-5.pt-0.wow.fadeInLeft.animated {
    border-right: 0 !important;
  }

  .abbb img {
    object-fit: fill;
    width: 100%;
    margin-top: 20px;
  }

  .why-choose-us .col-lg-5 img.img-fluid {
    margin-bottom: 20px;
  }

  .col-lg-6.p-0.align-content-center {
    padding: 25px !important;
  }

  .model-girl-text {
    left: 0%;
  }
}

@media screen and (min-width: 568px) and (max-width: 768px) {
  .merger-para {
    width: 75%;
  }

  .col-lg-6.border-right.p-lg-5.pt-0.wow.fadeInLeft.animated {
    border-right: 0 !important;
  }

  .brand-side-image.p-lg-5 {
    text-align: center;
  }

  .col-lg-6.p-0.align-content-center {
    padding: 25px !important;
  }

  .abbb img {
    margin-top: 20px;
  }

  .brand-head {
    padding: 0.5rem;
  }
}

.breadcrumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

.col-xl-12.col-lg-12.col-md-12.col-sm-12.col-xs-12.braedcumb_inner {
  z-index: 9;
}

.breadcrumb * {
  position: relative;
  z-index: 2;
}