* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}

body {
  color: #333;
  line-height: 1.3;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden !important;
}

.relative-product {
  position: relative;
  overflow: hidden;
}



.vlines {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.vlines span {
  display: block;
  float: left;
  width: 20%;
  height: 100%;
  border-right: 1px solid #eee;
  opacity: .6;
}

.curve {
  position: absolute;
  z-index: 7;
}

.curve.curve-center:after {
  border-left: 50vw solid transparent;
}

.curve.curve-center:before {
  border-right: 50vw solid transparent;
}

.curve.curve-center.curve-top:after {
  border-left: 50vw solid transparent;
}

.curve.curve-center.curve-top:before {
  border-right: 50vw solid transparent;
}

.curve.curve-bottom {
  left: 0;
  bottom: -1px;
  width: 100%;
}

.curve.curve-bottom:after,
.curve.curve-bottom:before {
  bottom: 0;
}

.curve.curve-top {
  left: 0;
  top: -1px;
  width: 100%;
}

.curve.curve-top:after,
.curve.curve-top:before {
  top: 0;
  border-top: 50px solid #fff;
  border-bottom: 0;
}

.curve.curve-top:after {
  border-left: 70vw solid transparent;
}

.curve.curve-top:before {
  border-right: 30vw solid transparent;
}

.curve.curve-gray-b:after,
.curve.curve-gray-b:before {
  border-bottom: 50px solid #f9f9f9;
}

.curve.curve-gray-t:after,
.curve.curve-gray-t:before {
  border-top: 50px solid #f9f9f9;
}

.curve:after,
.curve:before {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 50px solid #fff;
  position: absolute;
}

.curve:after {
  right: 0;
  border-left: 30vw solid transparent;
}

.curve:before {
  left: 0;
  border-right: 70vw solid transparent;
}

section .container {
  position: relative;
  z-index: 3 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}

p {
  font-size: 15px;
  font-weight: 300;
  color: #100e0e;
  line-height: 1.8;
  margin: 0;
}

img {
  width: 100%;
  height: auto;
}

ul {
  margin-bottom: 0;
}

span,
a,
a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.section-padding {
  padding: 80px 0;
}

.section-head {
  margin-bottom: 80px;
  padding-bottom: 20px;
  position: relative;
}

.rts-gallery-area .pagination a {
  background-color: #c13a45;
  padding: 10px 12px;
  color: #fff;
  margin-right: 6px;
}


/* .section-head::after {
  content: '';
  width: 40px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 20px);
  background: #bf101e;
} */

.section-head h6 {
  font-size: 13px;
  font-weight: 400;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #777;
  margin-bottom: 10px;
}

.section-head h4 {
  font-size: 35px;
  font-weight: 600;
  text-transform: uppercase;

}

.half-padding {
  padding: 120px 5%;
}

.bg-gray {
  background: #e3e1e1;
}

.o-hidden {
  overflow: hidden;
}

.ontop {
  position: relative;
  z-index: 4;
}

.position-re {
  position: relative;
}

.full-width {
  width: 100% !important;
}

.lg-line-height {
  line-height: 1.5;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 4;
}

.bg-img .section-head h6 {
  color: #ccc;
}

.bg-fixed {
  background-attachment: fixed;
}


.banner {
  position: relative;
  overflow: hidden;
}


.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 15px;
  display: inline-block;
  margin-left: 87px;
}

.owl-theme .owl-dots {
  text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  background: #696969;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #bf101e;
}

a.butn.butn-bg.butn-transparent span {
  color: #000;
}

a.butn.butn-transparent {
  background-color: transparent !important;
  border: 1px solid #bf101e;
}

.slider-fade .owl-theme .owl-dots span {
  border-radius: 0;
}


.owl-theme .owl-nav [class*=owl-] {
  background: transparent;
  color: #555;
  font-size: 18px;
  margin: 0 15px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #bf101e;
}


.owl-carousel .owl-nav .owl-prev:hover::after {
  color: #888;
}


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

  .series-slider .owl-prev,
  .series-slider .owl-next,
  .applicable-slider .owl-prev,
  .applicable-slider .owl-next {

    right: 0px !important;
  }

  .series-slider .owl-next,
  .applicable-slider .owl-next {

    left: 0px !important;
  }

}




/* ----------------------------------------------------------------
     [ End Basics ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 02 Start Buttons ]
-----------------------------------------------------------------*/
.butn {
  padding: 14px 35px;
  background: #fff;
  border: 1px solid transparent;
  position: relative;
  z-index: 3;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  outline: none !important;
  overflow: hidden;
}

.butn span {
  position: relative;
  z-index: 2;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.butn-transparent:after {

  transition-delay: 0s;
  background: #fff !important;

  opacity: 1;
}

a.butn.butn-bg.butn-transparent:hover span {

  color: #fff;
}

.butn-transparent::before,
.butn-transparent::after {

  content: '';
  width: 0;
  height: 100%;
  background: #bf101e !important;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  z-index: 1;
  opacity: .4;
}

.butn-transparent:hover::before,
.butn-transparent:hover::after {
  width: 100%;
}

.butn:before,
.butn:after {
  content: '';
  width: 0;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  z-index: 1;
  opacity: .4;
}

.butn:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background: #fff;
  opacity: 1;
}

.butn:hover:before,
.butn:hover:after {
  width: 100%;
  z-index: -1;
}

.butn:hover:after {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.butn:hover span {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.butn-bg {
  background: #bf101e;
  border-color: #bf101e;
  color: #fff;
}

.butn-bg:hover span {
  color: #bf101e;
}

.butn-light {
  background: #fff;
}

.butn-light:before,
.butn-light:after {
  background: #bf101e;
}

.butn-light:hover span {
  color: #fff;
}

.butn-light span {
  color: #bf101e;
}

.butn-bord {
  background: transparent;
  border: 1px solid #bf101e;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.butn-bord:before,
.butn-bord:after {
  background: #bf101e;
}

.butn-bord:hover {
  border-color: #bf101e;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.butn-bord:hover span {
  color: #fff;
}

.radius {
  border-radius: 30px;
}

/* ----------------------------------------------------------------
     [ End Buttons ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 03 Start Navbar ]
-----------------------------------------------------------------*/

.logo {

  width: 100%;
  max-width: 209px;
}

/* ----------------------------------------------------------------
     [ End Navbar ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 04 Start Header ]
-----------------------------------------------------------------*/
.header {
  position: relative;
  z-index: 6;
}

.header .container {
  position: relative;
  z-index: 6;
}

.header .caption .o-hidden {
  display: inline-block;
}

.header .caption h1 {
  font-size: 140px;
  font-weight: 800;
  letter-spacing: 1px;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.header .caption h6 {
  color: #eee;
  font-size: 18px;
  font-weight: 400;
  margin: 15px 0;
  letter-spacing: 20px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.header .caption .butn {
  margin-top: 30px;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.slider-fade .caption h4 {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 20px;
  margin-bottom: 15px;
}

.slider-fade .caption h1 {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  text-align: left;
}

.content-benner p:nth-child(1) {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 18px;
}


.slider-fade .caption p {
  font-size: 16px;
  margin-top: 20px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  text-align: left;
}

.slider-fade .owl-item {

  position: relative;
}

.slider-fade .item {
  position: relative;

}


.content-benner {
  max-width: 500px;
  margin-left: auto;
}


.slider-fade .item .caption {
  z-index: 9;
}

.slider-fade .owl-theme .owl-dots {
  position: absolute;
  bottom: 5vh;
  width: 100%;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* ----------------------------------------------------------------
     [ End Header ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 05 Start Hero ]
-----------------------------------------------------------------*/
.hero .intro span {
  font-size: 13px;
  font-weight: 500;
  color: #bf101e;
  text-transform: uppercase;
  word-spacing: 2px;
  margin-bottom: 10px;
}

.hero .intro h3 {
  font-weight: 500;
  line-height: 1.7;
  padding: 0 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.hero .item {
  padding: 50px 30px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  border-bottom: 4px solid transparent;
  background: #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
  text-align: center;
}

.hero .item:hover {
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.2);
  border-color: #bf101e;
}

.hero .item .icon {
  font-size: 40px;
  color: #bf101e;
  margin-bottom: 30px;
}

.hero .item h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.hero .active {
  border-color: #bf101e;
}

/* ----------------------------------------------------------------
     [ End Hero ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 06 Start Numbers ]
-----------------------------------------------------------------*/
.numbers .text h3 {
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.5;
}

.numbers .text p {
  font-size: 14px;
  font-weight: 300;
  padding: 0 30px;
}

.numbers .icon {
  font-size: 40px;
  margin-bottom: 30px;
  color: #bf101e;
}

.numbers h3 {
  font-size: 40px;
  margin-bottom: 15px;
}

.numbers p {
  font-weight: 500;
}

/* ----------------------------------------------------------------
     [ End Numbers ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 07 Start Services ]
-----------------------------------------------------------------*/
.services .item {
  padding: 50px 25px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  background: #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.services .item:hover {
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.2);
}

.services .item .icon {
  float: left;
  font-size: 40px;
  color: #bf101e;
  margin-bottom: 30px;
}

.services .item .cont {
  margin-left: 70px;
}

.services .item h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

/* ----------------------------------------------------------------
     [ End Services ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 08 Start Portfolio ]
-----------------------------------------------------------------*/
.portfolio .filtering .filter {
  display: inline-block;
  margin-bottom: 20px;
}

.portfolio .filtering span {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 5px;
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid transparent;
  cursor: pointer;
}

.portfolio .filtering .active {
  background-color: #bf101e;
  color: #fff;
}

.portfolio .items {
  width: 33.333333%;
  padding: 0 10px;
  margin-top: 20px;
}

.portfolio .items.width2 {
  width: 25%;
}

.portfolio .item-img {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.portfolio .item-img:hover .item-img-overlay:after {
  width: 90%;
}

.portfolio .item-img:hover .item-img-overlay .icon {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

.portfolio .item-img:hover .item-img-overlay p,
.portfolio .item-img:hover .item-img-overlay h6 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

.portfolio .item-img:hover .item-img-overlay h6 {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.portfolio .item-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
  z-index: 3;
  overflow: hidden;
}

.portfolio .item-img-overlay:after {
  content: '';
  width: 0;
  height: 90%;
  background: rgba(255, 255, 255, 0.98);
  position: absolute;
  top: 5%;
  left: 5%;
  -webkit-transition: all .4s;
  transition: all .4s;
  z-index: -1;
}

.portfolio .item-img-overlay .icon {
  position: absolute;
  right: 15%;
  top: 15%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #bf101e;
  text-align: center;
  font-size: 20px;
  color: #bf101e;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 0;
  visibility: hidden;
}

.portfolio .item-img-overlay .des {
  position: absolute;
  bottom: 15%;
  left: 15%;
  overflow: hidden;
}

.portfolio .item-img-overlay p {
  color: #bf101e;
  font-weight: 400;
  font-size: 13px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all .4s;
  transition: all .4s;
}

.portfolio .item-img-overlay h6 {
  margin-top: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all .4s;
  transition: all .4s;
}

.portfolio.column3 .items {
  width: 33.33333333%;
  padding: 0 10px;
  margin-top: 20px;
}

.portfolio.column3 .items.width2 {
  width: 25%;
}

/* ----------------------------------------------------------------
     [ End Portfolio ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 09 Start Team ]
-----------------------------------------------------------------*/
.team .item {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.team .info {
  color: #000;
  position: relative;
  width: 100%;
  transition: all .4s;
  padding: 18px 0px;
}

.team .info h6 {
  font-size: 20px;
  text-transform: capitalize;

}

.team .info span {
  font-weight: 600;
  color: #bf101e;
}

.team .info .social a {
  font-size: 12px;
  margin: 20px 15px 0;
}

.team .skills .skill-item {
  margin-bottom: 70px;
}

.team .skills .skill-item:last-of-type {
  margin-bottom: 0;
}

.team .skills .sub-title {
  margin-bottom: 10px;
  color: #bf101e;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.team .skills h3 {
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}

.team .skills h6 {
  color: #222;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.team .skills .skill-progress {
  height: 10px;
  background-color: #f7f7f7;
  position: relative;
}

.team .skills .skill-progress .progres {
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  background-color: #bf101e;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.team .skills .skill-progress .progres:after {
  content: attr(data-value);
  padding: 2px 4px;
  background: #bf101e;
  color: #fff;
  position: absolute;
  right: 0;
  top: -30px;
  font-size: 10px;
  border-radius: 2px;
}

.team .skills .skill-progress .progres:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid #bf101e;
  border-left: 10px solid transparent;
  position: absolute;
  right: 0;
  top: -15px;
}

.tracking-two {
  padding: 45px 0px;
  background-color: #1f1f25;
  position: relative;
  overflow: hidden;
}



/* ----------------------------------------------------------------
     [ End Team ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 10 Start Testimonials ]
-----------------------------------------------------------------*/
.testimonials .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.testimonials .client-area {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
}

.testimonials .client-area .img {
  display: inline-block;
  position: relative;
}

.testimonials .client-area .author {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 10px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.testimonials .client-area .icon {
  position: absolute;
  top: 30px;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  color: #bf101e;
  font-size: 25px;
}

.testimonials .cont {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 300px);
  flex: 0 0 calc(100% - 300px);
}

.testimonials h6 {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 25px;
}

.testimonials h6 span {
  font-size: 12px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
  letter-spacing: 1px;
  color: #bf101e;
  margin-left: 20px;
}

.testimonials p {
  color: #eee;
  font-size: 20px;
  font-style: italic;
  opacity: .9;
}

.testimonials .owl-carousel {
  overflow: hidden;
}

.testimonials .owl-theme .owl-dots {
  text-align: center;
  width: 100%;
}

/* ----------------------------------------------------------------
     [ End Testimonials ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 11 Start Price ]
-----------------------------------------------------------------*/
.price .item {
  padding: 50px 0;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.price .value h3 {
  display: inline-block;
  font-size: 70px;
  font-weight: 700;
  position: relative;
  margin-bottom: 5px;
}

.price .value h3 span {
  color: #ddd;
  font-size: 20px;
  position: absolute;
  top: 10px;
  left: -15px;
}

.price .value .per {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  color: #999;
  margin-bottom: 30px;
}

.price .type {
  margin-bottom: 50px;
}

.price .type h5 {
  font-weight: 700;
  color: #444;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.price .features {
  margin-bottom: 20px;
  overflow: hidden;
}

.price .features li {
  color: #999;
  font-size: 14px;
  margin-bottom: 20px;
}

.price .features .del {
  opacity: .5;
}

.price .butn {
  border-radius: 30px;
  padding: 14px 40px;
}

.price .active {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  margin-top: -20px;
  z-index: 3;
}

.price .active .value {
  color: #bf101e;
}

/* ----------------------------------------------------------------
     [ End Price ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 12 Start Blog ]
-----------------------------------------------------------------*/
.blog .owl-item {
  padding: 0px 15px 30px;
}

.blog .item {

  overflow: hidden;
}

.blog .item .post-img {
  position: relative;
}

.blog .item .post-img .tag {
  position: absolute;
  top: 30px;
  left: 30px;
  padding: 5px 10px;
  border-radius: 10px;
  background-color: #bf101e;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
}

.blog .item .cont {
  padding: 50px 30px;
}

.blog .item .cont h6 {
  font-weight: 800;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.blog .item .cont p {
  font-size: 14px;
}

.blog .item .info {
  font-size: 11px;
  font-weight: 600;
  color: #999;
  margin-bottom: 10px;
}

.blog .item .info a {
  margin-right: 10px;
}

.blog .item .info a:last-child {
  margin-right: 0;
}

.blog .item .more {
  font-size: 13px;
  font-weight: bold;
  color: #bf101e;
  margin-top: 20px;
}

.blog .item .more:hover {
  color: #bf101e;
}

.blog .item .more:hover i {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.blog .item .more i {
  font-size: 10px;
  -webkit-transform: translateX(-15px);
  transform: translateX(-15px);
  opacity: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}

/* ----------------------------------------------------------------
     [ End Blog ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 13 Start Clients Brand ]
-----------------------------------------------------------------*/
.clients .client-logo {
  padding: 0 50px;
  margin-bottom: 50px;
  opacity: .7;
}

.clients .client-logo:hover {
  opacity: 1;
}

/* ----------------------------------------------------------------
     [ End Clients Brand ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 14 Start Contact ]
-----------------------------------------------------------------*/
.contact-info .info {
  text-align: center;
  margin-bottom: 50px;
}

.contact-info .info .icon {
  font-size: 30px;
  margin-bottom: 30px;
}

.contact-info .info p {
  font-size: 14px;
}

.contact-info form {
  margin-top: 30px;
  text-align: center;
}

.contact-info form input {
  color: #fff;
  width: 100%;
  padding: 10px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 15px;
}

.contact-info form button {
  padding: 14px 40px;
  background: #fff;
  border: 0;
  cursor: pointer;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.contact-info form button:hover {
  color: #fff;
  background: #bf101e;
}

.contact .form input,
.contact .form textarea {
  width: 100%;
  padding: 15px 0;
  border: 0;
  border-bottom: 1px solid #ccc;
  background-color: transparent;
}

.contact .form input:focus,
.contact .form textarea:focus {
  border-color: #bf101e;
}

.contact .form textarea {
  padding: 15px;
  height: 180px;
  max-height: 180px;
  max-width: 100%;
}

#tabs-nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  justify-content: center;
}

.tab-content {
  padding-top: 33px;
}

.header.slider-fade {
  position: relative;

}

.nav-tab {
  border-bottom: 1px solid #bbabab;
  padding-bottom: 30px;
}



#tabs-nav li a {
  background-color: #c13a45;
  padding: 10px 15px;
  margin-right: 5px;
  color: #fff;
  border-radius: 17px;
  font-size: 15px;
}

.single-blog-style1 .text-holder {
  position: relative;
  display: block;
  background: #ffffff;
  border-top: none;
  text-align: center;
  padding: 15px 0;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-blog-style1 .img-holder {
  position: relative;
  display: block;
}

.single-blog-style1 .img-holder img {
  width: 100%;
  transform: scale(1.0);
  transition: all 200ms linear;
}

.single-blog-style1:hover .img-holder img {
  transform: scale(1.1);
}

.single-blog-style1 {
  position: relative;
  overflow: hidden;
}

.first-img {

  height: 393px;
}

.product-aserice .banner-text {
  height: 417px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}



.single-blog-style1 {
  background-color: #fff;
}

.blog-title {
  font-size: 25px;
  margin-bottom: 14px;
}

a.btn-two {
  border-radius: 99px;
  background-color: #161212;
  padding: 10px 15px;
  color: #fff;
}

.bottom-box {
  padding: 5px 0px;
}

.text-holder p:nth-child(1) {
  font-weight: 500;
  color: #3c3636;
  font-size: 15px;
  margin-bottom: 9px;
}

.text-holder p:nth-child(2) {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}

.product-wraper {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 10px;
}








/* ----------------------------------------------------------------
     [ End Contact ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 15 Start Footer ]
-----------------------------------------------------------------*/

.second-row {
  padding: 41px 0px 0;
}


footer .social a:hover {
  background: #bf101e;
}

footer p {
  color: #eee;
  font-weight: 400;
  font-size: 15px;
  text-transform: capitalize;

}

.footer-two {
  padding: 60px 0 50px;
  background: #000;
  background-position: center center;
  background-size: contain;
}

footer.footer-one {
  background-color: #202020;
}

.client-footer-logo {
  padding-bottom: 0px;
  border-bottom: 1px solid #ddd;
}

.widget-footer h2 {
  color: #fff;
  font-size: 1.25em !important;
  margin-bottom: 20px;
  font-weight: 700;
}


footer p,
footer ul,
footer ol {
  margin-bottom: 0;
}

.footer-ul li {
  margin-bottom: 10px;
}

.footer-ul li a {
  color: #fff;
}

.contact-footer {
  position: relative;
  padding-left: 50px;
  padding-right: 0px;
  color: #fff;
}

.contact-footer i {
  position: absolute;
  left: 0;
  color: #FFF;
  top: 5px;
  background: #363636;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}

.logo-second img {
  width: 100%;
  max-width: 243px;
}

.logo-first img {
  width: 100%;
  max-width: 243px;
}

.footer-copy {
  padding: 12px 0px;
  border-top: none;
  background: #282828;
  color: #fff;
}

.social li a {
  width: 35px;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  margin-right: 5px;
  border-radius: 2px;
  margin-top: 20px;
}

.social li a {
  background-color: #fff !important;
  padding: 9px 9px;
  margin-top: 0px;
  color: #000;
}

.footer-copy a {
  color: #fff;
}

.footer-one h6 {
  font-size: 21px;
  margin-top: 20px;
  margin-bottom: 12px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #fff;
}

/* ----------------------------------------------------------------
     [ End Footer ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
 	 [ 16 Responsive ]
-----------------------------------------------------------------*/


.tooltip-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 100%;
}


.tooltip-text p {
  color: #333232;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.wrapper-product img {
  position: relative;
}

.tooltip-container .tooltip-text {
  visibility: hidden;
  width: 350px;
  background-color: #333;
  background: linear-gradient(3deg, #f4f4f4fa, #f4f4f4e9);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: center;
  transition: all 0.3s ease;
  padding: 8px 30px;
  border-radius: 20px;
  z-index: 1;
  position: absolute;
  opacity: 0;
  transition: all .5s;
  transform: scale(0);
}

.wrapper-product {
  position: relative;
  display: block;
  width: 100%;

}

.tooltip-container:hover .tooltip-text {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.tooltip-first {
  top: -429px;
  left: -138px;
}

.first-dot {
  left: 224px;
  top: -166px;
}


.tooltip-second {
  top: -637px;
  left: 110px;
}

.second-dot {
  top: -350px;
  left: 370px;
}

.tooltip-third {
  top: -508px;
  right: 386px;
}

.third-dot {
  top: -242px;
  right: 576px;
}

.four-dot {
  right: 484px;
  top: -303px;
}

.tooltip-four {
  top: -547px;
  right: 300px;
}

.five-dot {
  right: 512px;
  top: -288px;
}

.tooltip-five {
  right: 317px;
  top: -532px;
}

.six-dot {
  right: 257px;
  top: -352px;
}

.tooltip-six {
  right: -131px;
  top: -607px;
}


.tooltip-text h3 {
  color: #302828;
  font-size: 22px;
  margin-bottom: 13px;
}

.tool-img img {
  max-width: 198px;
}


.single-blog-style1 a {
  width: 100%;
}


.tooltip-text:before,
.tooltip-text:after {
  content: "";
  background: linear-gradient(to top, rgb(148, 148, 148), rgb(144, 144, 144));
  width: 10px;
  border-radius: 0 100px 100px 0;
  position: absolute;
  top: 110px;
  bottom: 35px;
  left: 0;
}

.tooltip-text:after {
  border-radius: 100px 0 0 100px;
  left: auto;
  right: 0;
}


.advertise-area {
  position: relative;
  padding: 84px 0 0;
  width: 100%;
}

.video-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  border-radius: 5px;
  margin-top: 59px;
  z-index: 100;
}

.quality-box.last-quality::before {
  display: none;
}


.video-wrapper .play-btn {
  display: inline-block;
  padding: 0;
  height: 75px;
  width: 75px;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #c23e48;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.top-text {
  position: relative;
  width: 100%;
}

span.dot {
  width: 15px;
  height: 15px;
  background-color: #c91a27;
  border-radius: 50%;
  position: absolute
}


.video-wrapper a.play-btn.popup-youtube::after {

  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #d30010;
  border-radius: 50px;
  animation: ripple-wave 1s linear infinite;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.5s ease-in-out;
  z-index: 11;
}



.dot::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #d30010;
  border-radius: 50px;
  animation: ripple-wave 1s linear infinite;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.5s ease-in-out;
  z-index: 11;
}

@keyframes ripple-wave {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

.project-one-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.project-one-wrapper::before {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 0;
  height: 10px;
  width: 100%;
  background: linear-gradient(#753396, #0a69b3);
  z-index: 0;
  z-index: 5;
  transition: 0.6s;
}

.project-one-wrapper .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s;
  z-index: 5;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.project-one-wrapper .content i {
  width: 50px;
  height: 50px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  border-radius: 50%;
}

.project-one-wrapper:hover::after {
  opacity: 1;
}

.project-one-wrapper:hover .content {
  opacity: 1;
}










@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

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

  .second-dot {
    top: -283px;
    left: 294px;
  }

  .owl-theme .owl-nav [class*=owl-] {

    margin: 0 0px;
  }

  .series-slider .owl-next,
  .applicable-slider .owl-next {
    right: inherit;
    left: -5px;
  }

  .series-slider .owl-prev,
  .series-slider .owl-next,
  .applicable-slider .owl-prev,
  .applicable-slider .owl-next {

    right: 0;
  }

  .series-slider .owl-next,
  .applicable-slider .owl-next {
    right: inherit;
    left: 0;
  }

  .product-slider .owl-nav .owl-prev,
  .relative-product .owl-nav .owl-prev {
    left: inherit !important;
    right: 0px !important;
  }

  .product-slider .owl-nav .owl-prev,
  .product-slider .owl-nav .owl-next,
  .related-slider .owl-nav .owl-prev,
  .related-slider .owl-nav .owl-next {

    left: 0px !important;
    opacity: 0;
  }



  .breadcum-banner.product-bredcum .containers {

    left: 0 !important;
  }


  #tabs-nav li {
    margin-bottom: 15px;
  }


  .six-dot {
    right: 203px;
    top: -297px;
  }

  .first-dot {
    left: 178px;
    top: -124px;
  }

  .five-dot {
    right: 410px;
    top: -251px;
  }

  .third-dot {
    top: -206px;
    right: 458px;
  }



  .content-benner {
    max-width: 408px;
    margin-left: auto;
  }

  #tabs-nav li a {
    padding: 10px 24px;
    margin-right: 6px;
    color: #fff;

  }

  .certificat-sec {
    padding: 50px 0px !important;
  }

  .featured-section {
    padding: 0px 0px 0 !important;
  }

  .about-section {
    padding: 0px 0px 45px !important;
  }







}


@media screen and (max-width: 991px) {
  .mb-md50 {
    margin-bottom: 50px;
  }

  .mb-md30 {
    margin-bottom: 30px;
  }

  .mb-md0 {
    margin-bottom: 0;
  }

  .hide-md {
    display: none !important;
  }

  .bg-fixed {
    background-attachment: scroll !important;
  }

  .text-right {
    text-align: left !important;
  }

  .navbar .navbar-collapse {
    max-height: 340px;
    overflow: auto;
    background: #111;
    text-align: center;
    padding: 10px 0;
  }

  .navbar .nav-link:after {
    display: none;
  }

  .nav-scroll {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-scroll .navbar-collapse .nav-link {
    color: #fff !important;
  }

  .nav-scroll .navbar-collapse .active {
    color: #bf101e !important;
  }

  .header {
    min-height: 100vh;
    background-attachment: scroll !important;
    background-position: 50% 0% !important;
  }

  .header .caption h1 {
    font-size: 60px;
    line-height: 1.4;
  }

  .header .caption h6 {
    letter-spacing: 5px;
  }

  .about .skills h3 {
    font-size: 32px;
  }

  .portfolio .items {
    width: 50% !important;
  }

  .testimonials .client-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
  }

  .testimonials .client-area .author {
    width: 180px;
    height: 180px;
  }

  .testimonials .cont {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 220px);
    flex: 0 0 calc(100% - 220px);
  }

  .blog .item .post-img {
    height: 220px;
  }
}

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

  span.dot {
    width: 9px;
    height: 9px;
    background-color: #c91a27;
    border-radius: 50%;
    position: absolute;
  }

  .product-text h2 {
    margin-bottom: 10px !important;
    font-size: 18px;
    text-align: center;
  }


  .six-dot {
    right: 111px;
    top: -211px;
  }

  .four-dot {
    right: 216px;
    top: -172px;
  }

  .five-dot {
    right: 230px;
    top: -178px;
  }

  .first-dot {
    left: 106px;
    top: -82px;
  }

  .second-dot {
    top: -168px;
    left: 167px;
  }

  .third-dot {
    top: -136px;
    right: 255px;
  }


  .mb-sm50 {
    margin-bottom: 50px;
  }

  .series-slider .series-item {

    flex-wrap: wrap !important;
  }

  .quality-content-box {
    margin-top: -36px !important;
    margin-bottom: 30px !important;
  }

  .quality-box::before {
    content: "";
    width: 100% !important;
    height: 1px !important;
    bottom: -20px !important;

  }

  .content-box {
    padding: 34px 25px !important;
  }






  .quality-box {

    margin-bottom: 35px;
  }


  .series-item .left-img {
    width: 100% !important;
  }

  .series-item .right-text {
    width: 100% !important;
  }

  .mb-80 {
    margin-bottom: 15px !important;
  }


  #tabs-nav li {
    margin-bottom: 14px;
  }

  #tabs-nav {
    column-count: 3;
    display: block;
  }

  .content-benner {
    max-width: 100%;
    padding: 0px 15px;
  }

  .section-padding {
    padding: 45px 0;
  }

  .section-head {
    margin-bottom: 30px;
  }

  #tabs-nav li a {
    padding: 10px 15px;
    margin-right: 5px;
    color: #fff;
    font-size: 15px;
  }

  .mb-sm30 {
    margin-bottom: 30px;
  }

  .vlines span {
    width: 35%;
  }

  .butn {
    padding: 12px 20px;
    margin-left: 2px;
    margin-right: 2px;
  }

  .section-head h4 {
    font-size: 28px;
  }

  .header .caption h1 {
    font-size: 50px;
    line-height: 1.4;
  }

  .hero .intro h3,
  .numbers .text h3 {
    padding: 0;
    font-size: 25px;
  }

  .numbers .text p {
    padding: 0;
  }

  .portfolio .items {
    width: 100% !important;
  }

  .testimonials .item {
    display: block;
    text-align: center;
  }

  .testimonials .client-area {
    display: block;
    margin-bottom: 30px;
  }

  .clients .client-logo {
    padding: 0;
  }
}


@media screen and (max-width:576px) {
  #tabs-nav {
    column-count: 2;
  }

  .cerificat-text h2 {
    margin-bottom: 17px;
    font-size: 20px;
  }

  .cerificat-text {
    position: relative;
    margin-bottom: 0px !important;
  }

  .contact-us {
    position: relative;
    margin-top: 0px !important;
  }

  .product-header-text.section-head.col-lg-12 h3 {
    font-size: 20px;
  }

  .product-header-text {
    text-align: center;
  }

  .section-head::after {

    display: none !important;
  }

  .product-slider {
    padding: 20px 0 0px 0 !important;
  }

  .product-header-text h3 {
    font-size: 20px;
  }

  .contact-icon i {
    font-size: 25px !important;
    margin-bottom: 15px;
  }

  .contact-us h2 {

    font-size: 20px !important;
  }

  .contact-box {
    margin-bottom: 11px;
  }

  .contact-wrapper {
    padding: 24px !important;
  }

  .contact-wrapper {

    box-shadow: initial !important;
    margin-bottom: 25px !important;
  }



  .cerificat-text {
    position: relative;
    margin-bottom: 0;
  }


  .about-section.about-us-inner-sec {
    padding-bottom: 0 !important;
  }

  .last-child-quality .quality-box.last-quality {
    margin-bottom: 0;
  }

  .about-us .section-head {
    margin: 15px 0 10px 0 !important;
  }

  .section-head h4 {
    font-size: 20px !important;
  }

  .about-content h2 {
    margin-bottom: 17px;
    font-size: 20px;
  }


  .product-box {

    height: auto !important;
  }

  .product-text p {
    padding: 0 8px;
  }

  .intro.text-center h3,
  .ghaph-content h3,
  .heading-text h4 {
    font-size: 20px;
  }

  .product-wraper {
    grid-template-columns: repeat(1, auto);
    gap: 10px;
  }

  .series-slider .owl-prev,
  .series-slider .owl-next,
  .applicable-slider .owl-prev,
  .applicable-slider .owl-next {
    right: 0 !important;
  }

  .series-slider .owl-next,
  .applicable-slider .owl-next {
    left: 0px !important;
  }

  .series-slider .owl-dots {
    bottom: -30px !important;
  }

  .button-cta-round {
    margin-left: inherit !important;
  }

  .rs-cta-area {
    padding: 20px 0px !important;
  }

  .heading-text {
    margin-top: 15px;
  }






}



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

  .six-dot {
    right: 99px;
    top: -197px;
  }

  .first-dot {
    left: 86px;
    top: -68px;
  }

  .four-dot {
    right: 187px;
    top: -161px;
  }

  .third-dot {
    top: -127px;
    right: 223px;
  }



  .five-dot {
    right: 219px;
    top: -167px;
  }

  .five-dot {
    right: 199px;
    top: -169px;
  }

  .second-dot {
    top: -149px;
    left: 146px;
  }

  .header .caption h1 {
    font-size: 25px;
    line-height: 1.4;
  }

  .header .caption h6 {
    font-family: inherit;
    font-size: 14px;
    letter-spacing: 1px;
  }

  .hero .intro h3 {
    font-size: 15px;
  }

  .numbers .text h3 {
    font-size: 20px;
  }

  .portfolio .filtering span {
    margin: 0;
    padding: 8px 15px;
  }

  .testimonials .client-area .author {
    width: 180px;
    height: 180px;
  }
}





/*# sourceMappingURL=style.css.map */



.blog .owl-item {
  padding: 0px !important;
}

.blog.section-padding {
  padding-top: 50px !important;
}


/*about us*/
.quality-box {
  position: relative;
  padding: 0 15px;
}

.quality-box::before {
  content: "";
  background-color: #ebe8e8;
  width: 1px;
  height: 90px;
  position: absolute;
  right: 0;
}

.quality-box::before:last-child {
  display: none;
}

.quality-content-box {
  margin-top: -88px;
  margin-bottom: 45px;
}

.content-box {
  background-color: #fff;
  padding: 58px 50px;
  width: 100%;
  z-index: 1;
  position: relative;
  box-shadow: 0px 1px 5px #e1dedecc;
}

.quality-box h5 {
  margin-bottom: 12px;
}

.about-us {
  position: relative;
  overflow: hidden;
}

.featured-section {
  position: relative;
  padding: 50px 0px;
}


.about-us .img-inner {
  position: relative;
  transform: scale(1);
  transition: 1s;
  overflow: hidden;
}

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

.featured-section .row {
  max-width: 962px;
  margin: 0 auto;
}

.featured-box {
  position: relative;
  display: flex;
  gap: 15px;
  margin-bottom: 24px;
}

.featured-box .featured-icon {
  width: 100%;
  max-width: 53px;
}


.featured-content h5 {
  margin-bottom: 7px;
}

.featured-content p {
  color: #000;
  line-height: 27px;
}

.certificat-sec {
  padding: 234px 0px;
  position: relative;
}

.cerificat-text {
  position: relative;
  margin-bottom: 109px;
}

.cerificat-text h2 {
  margin-bottom: 17px;
  color: #fff;
}

.cerificat-text p {
  color: #fff;
}


.about-section {
  padding: 45px 0px;
}

.about-content h2 {
  margin-bottom: 17px;
}

.ctc {
  background-color: #000;
  position: relative;
  margin-bottom: 50px;
}

.ctc-content h2 {
  color: #fff;
  margin-bottom: 20px;
}

.ctc-content p {
  color: #fff;
  margin-bottom: 14px;
}

.contact-us {
  position: relative;
  margin-top: -88px;
}

.contact-wrapper {
  background-color: #fff;
  padding: 55px;
  text-align: center;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
  margin-bottom: 40px;
}

.contact-wrapper:hover {


  box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .22);

}


.contact-us h2 {
  text-align: center;
  margin-bottom: 19px;
}

.contact-us p {
  margin-bottom: 45px;
  color: #000;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
}

.contact-icon i {
  font-size: 45px;
  color: #787777;
  margin-bottom: 15px;
}

.mb-0 {
  margin-bottom: 0;

}

.pb-0 {

  padding-bottom: 0;
}

.contact-box a {
  font-size: 16px;
  font-weight: 500;
}

.contact-form input,
.contact-form textarea {
  border-radius: 24px;
  padding: 11px 17px;
}

.breadcum-banner {
  position: relative;
  overflow: hidden;
}

.breadcum-banner .containers {
  display: flex;
  align-items: end;
  position: absolute;
  bottom: 45px;
  left: 50%;
  justify-content: flex-start;
  transform: translate(-50%, 0px);

}

.breadcum-banner h3 {
  color: #fff;
  margin-bottom: 21px;
}

.breadcum-list {
  margin: 0;
  padding: 0;
}

.breadcum-list li {
  color: #fff;
  display: inline-block;
  padding-right: 21px;
  position: relative;
}

.breadcum-list li:first-child::before {
  content: "/";
  right: 4px;
  position: absolute;
  color: #d3d0d0;
  transform: rotate(10deg);
}


.banner-big {
  position: relative;
}

.banner-big .banner-text {
  max-width: 350px;
  position: absolute;
  top: 50px;
  background-color: #ffffffc2;
  padding: 35px;
  left: 69px;
  backdrop-filter: blur(30px);
  backdrop-filter: blur(10px);
}

.banner-big img {
  position: relative;
}


.banner-text h3 {
  margin-bottom: 12px;
  font-size: 27px;
}

.banner-text p {
  color: #000;
  line-height: 26px;
  margin-bottom: 12px;
}

.banner-text a {
  font-size: 15px;
}

.back-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.product-box img {
  width: 100%;
  display: block;
  transition: opacity 0.3s ease;
}

.product-box:hover .back-image {
  opacity: 1;
}

.product-box:hover .front-image {
  opacity: 0;
}

.product-box {
  position: relative;
  overflow: hidden;
  background-color: #fafafa;
  padding: 16px 26px;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  height: 346px;
}

.product-content h3 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 13px;
}

.product-button {
  text-align: center;
  padding: 10px 0px;
}

.product-button {
  border: 1px solid #b7b4b4;
  padding: 7px 15px;
  text-align: center;
  width: fit-content;
  margin: 9px auto;
}

.product-box .bdgat {
  background-color: #535353;
  color: #fff;
  padding: 8px 16px;
  font-size: 16px;
  position: absolute;
  top: 17px;
}





.product-slider:hover .owl-nav .owl-next,
.product-slider:hover .owl-nav .owl-prev,
.related-slider:hover .owl-nav .owl-next,
.related-slider:hover .owl-nav .owl-prev {
  opacity: 1;
}




.product-slider .owl-nav .owl-prev,
.product-slider .owl-nav .owl-next,
.related-slider .owl-nav .owl-prev,
.related-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -59px;
  opacity: 0;
}


.product-sec {
  position: relative;
}

.product-slider {
  padding: 70px 0;
}

.product-slider .owl-nav .owl-prev,
.relative-product .owl-nav .owl-prev {
  left: inherit;
  right: -59px;
}



.breadcum-banner.product-bredcum .containers {
  align-items: center;
  top: 50%;
  left: 35px;
  width: 100%;
  transform: translateY(-50%);
}

.product-bredcum .product-text {
  background-color: #ffffffc2;
  padding: 20px;
  backdrop-filter: blur(10px);
  min-width: 445px;
}

.product-text h2 {
  margin-bottom: 18px;
}

.product-text p {
  margin-bottom: 20px;
}



.series-wrapper {
  position: relative;
}



.series-slider .series-item {
  display: flex;
  gap: 25px;
  position: relative;

}

.series-item .left-img {
  width: 70%;
  float: left;
}

.text-bg {
  background-color: #2a354b;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}

.text-bg {
  background-color: #2a354b;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}

.right-text p {
  padding: 0 20px;
  color: #fff;
}

.right-text h2 {
  color: #fff;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 20px;
}


.series-item .right-text {
  width: 40%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.series-slider .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 74px;
}

.series-slider .owl-dots span,
.applicable-slider .owl-dots span {
  width: 12px !important;
  height: 12px !important;
  border-radius: 0 !important;
}

.series-slider .owl-prev,
.series-slider .owl-next,
.applicable-slider .owl-prev,
.applicable-slider .owl-next {
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 45px;
  background-color: #fff;
  height: 45px;
  border: 1px solid #a1a1a1;
  display: flex !important;
  align-items: center;
  justify-content: center;
  right: -65px;
}

.series-slider .owl-next,
.applicable-slider .owl-next {
  right: inherit;
  left: -65px;
}

.produt-detail {
  position: relative;
  overflow: hidden;
  transition: all 200ms linear;
  box-shadow: 0px 0px 9px 1px #ebebeb;
}

.produt-detail:hover img {
  transform: scale(1.1);
  transition: all 200ms linear;
}

.produt-detail img {
  width: 100%;
  transform: scale(1.0);
  transition: all 200ms linear;
}

.rs-cta-area {
  background-color: #1f1f25;
  padding: 50px 0px;
  position: relative;
}

.button-cta-round {
  margin-left: auto;
  border-radius: 26px;
}

.cta-content p {
  color: #fff;
  font-size: 17px;
  line-height: 31px;
}


.table-wrapper table {
  border-collapse: collapse;
  width: 100%;
}


.applicable-slider .item {
  background-color: #fff;
}




.table-wrapper td,
th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 11px;
  font-size: 16px;
}


.table-wrapper tr:nth-child(even) {
  background-color: #dddddd;
}

.bdgat {
  display: none;
}

.table-responsive th {
  background-color: #c13a45;
  text-align: center;
  color: #fff;
  padding: 14px 15px;
}

.applicable-item h5 {
  color: #000;
  padding: 20px 0px;
  text-align: center;
}

.applicable {
  background-color: #2a354b;
}

.applicable p {
  color: #fff;
}

.applicable h3 {
  color: #fff;
}

.applicable .container-fluid {
  max-width: 1465px;
  margin: 0 auto;
}

h3.tracking-two__title.text-white {
  font-size: 50px;
}

.about-us-sec .section-head,
.about-us-inner-sec .section-head,
.product-sec .section-head {
  margin-bottom: 20px !important;
}

.about-wrapper .about-us {
  padding-bottom: 30px;
}

.about-wrapper .about-us p {
  padding: 20px 0px;
}

.about-us-inner-sec {
  padding-top: 50px !important;
}

.cstm-points-ul {
  padding: 15px 0;
}

.cstm-points-ul li {
  margin: 3px 0px;
  color: #999;
}

.cstm-points-ul li i {
  font-size: 15px;
  margin-right: 5px;
}

.product-slider {
  padding: 20px 0 70px 0;
}

.product-header-text {
  text-transform: capitalize;
}

.product-header-text::after {
  left: calc(3% - 20px) !important;
  width: 60px !important;
}

.product-sec .product-content p {
  text-align: center;
}

.product-sec .product-content p.highlighted {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}

.breadcum-banner.product-bredcum .containers.gallery-sec {
  left: 50% !important;
  color: #fff;
}

#tabs-nav li.active a {
  background: #000;
}

@media screen and (max-width: 767px) {
  body {
    padding-bottom: 50px;
  }

  .banner .owl-dots {
    margin-left: 0 !important;
  }

  .banner .button-div .butn {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 30px;
  }

  .header {
    min-height: 90vh;
  }

  #tabs-nav {
    column-count: 1;
  }

  #tabs-nav li a {
    padding: 15px 15px;
    margin: 0px 10px;
    color: #fff;
    font-size: 15px;
    width: 80%;
    border-radius: 8px;
  }

  .single-blog-style1 .img-holder .inner .first-img {
    height: auto !important;
  }

  .single-blog-style1 {
    margin: 12px 8px;
  }

  .about-us-sec .section-head {
    margin-bottom: 0px !important;
  }

  .about-us .img-inner {
    margin-top: 35px !important;
  }

  .advertise-area {
    padding: 20px 0 0;
    background-size: 650px !important;
  }

  .section-padding {
    padding: 25px 0;
  }

  h3.tracking-two__title.text-white {
    font-size: 30px;
}

.hero.section-padding .item {
  padding: 25px 10px;
}

.client-footer-logo {
    padding-bottom: 0px;
    border-bottom: none;
    text-align: center;
}

.logo-first img {
    width: 100%;
    max-width: 280px;
}

.logo-second {
  justify-content: center;
}
}