/*=========
Font load
===========*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");

@font-face {
  font-family: "Segoe Print V1";
  src: url("../fonts/c455d94eee43dc4ceeb83c0c0fd0d4c8.eot");
  src: url("../fonts/c455d94eee43dc4ceeb83c0c0fd0d4c8.eot?#iefix") format("embedded-opentype"), url("../fonts/c455d94eee43dc4ceeb83c0c0fd0d4c8.woff2") format("woff2"), url("../fonts/c455d94eee43dc4ceeb83c0c0fd0d4c8.woff") format("woff"), url("../fonts/c455d94eee43dc4ceeb83c0c0fd0d4c8.ttf") format("truetype"), url("../fonts/c455d94eee43dc4ceeb83c0c0fd0d4c8.svg#Segoe Print V1") format("svg");
}

/*=========
Color Code
===========*/
:root {
  --font: "DM Sans", sans-serif;
  --primary-color: #e3002a;
  --primary-color-rgb: 49, 115, 221;
  --secondary-color: #FECE58;
  --secondary-color-rgb: 254, 206, 88;
  --tertiary-color: #e615af;
  --tertiary-color-rgb: rgba(230, 21, 175, 1.0);
  --color-black: #222;
  --color-white: #fff;
}

/*global area*/
/*----------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.5;
  font-family: var(--font);
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  /* color: var(--color-black); */
  margin: 0;
  line-height: 1.2;
  font-family: var(--font);
}

.scrollup {
  width: 55px;
  right: 20px;
  z-index: 5;
  height: 55px;
  bottom: 50px;
  display: none;
  position: fixed;
  border-radius: 100%;
  line-height: 55px;
  background-color: #e3002a;
}

.scrollup i {
  color: #fff;
}

.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5,
.headline h6 {
  margin: 0;
  font-weight: normal;
  font-family: "Poppins";
}

.pr-text-in_item2,
.pr-text-in_item3 {
  display: block;
}

.pr-text-in_item1,
.pr-text-in_item2 {
  overflow: hidden;
}

.pr-text-in_item2,
.pr-text-in_item3 {
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.pr-text-in_item2 {
  -webkit-transform: translate3d(-100.5%, 0, 0);
  transform: translate3d(-100.5%, 0, 0);
}

.pr-text-in_item3 {
  padding-bottom: 6px;
  -webkit-transform: translate3d(100.1%, 0, 0);
  transform: translate3d(100.1%, 0, 0);
}

.pr-text-in.is_shown .pr-text-in_item2,
.pr-text-in.is_shown .pr-text-in_item3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.yuvin-section-title .sub-title,
.yuvin-section-title-2 .sub-title {
  font-size: 18px;
  font-weight: 500;
  color: #02aaf9;
  font-family: "Segoe Print V1";
}

.yuvin-section-title h2,
.yuvin-section-title h1,
.yuvin-section-title-2 h2,
.yuvin-section-title-2 h1 {
  color: #101010;
  font-size: 42px;
  font-weight: 700;
  padding: 5px 0px;
}

.yuvin-section-title h2 b,
.yuvin-section-title h1 b,
.yuvin-section-title-2 h2 b,
.yuvin-section-title-2 h1 b {
  color: #02aaf9;
  position: relative;
  font-weight: 700;
  display: inline-block;
}

.yuvin-section-title h2 b:before,
.yuvin-section-title h1 b:before,
.yuvin-section-title-2 h2 b:before,
.yuvin-section-title-2 h1 b:before {
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  bottom: -4px;
  position: absolute;
  background-color: #02aaf9;
}

.yuvin-section-title p,
.yuvin-section-title-2 p {
  padding-top: 30px;
  line-height: 1.875;
}

.yuvin-section-title-2 {
  max-width: 560px;
}

.yuvin-section-title-2 .sub-title {
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins";
}

.yuvin-section-title-2 h2 {
  padding-bottom: 0;
}

.yuvin-section-title-2 p {
  padding-top: 15px;
}

.yuvin-section-title-2.text-center {
  margin: 0 auto;
}

@-webkit-keyframes btn_shine {
  100% {
    left: 200%;
  }
}

@keyframes btn_shine {
  100% {
    left: 200%;
  }
}

.slider-inner-item {
  padding: 0px 15px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.top-position {
  top: -35px;
  margin-bottom: -35px;
}

.page-section-padding {
  padding: 120px 0px;
}

.yuvin-pagination {
  margin-top: 35px;
}

.yuvin-pagination li a {
  width: 45px;
  height: 45px;
  color: #101010;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #dcdcdc;
}

.yuvin-pagination li a:hover,
.yuvin-pagination li a.active {
  color: #02aaf9;
  border: 2px solid #02aaf9;
}

.top-sticky-sidebar {
  top: 100px;
  position: sticky;
}

@-webkit-keyframes Zooming {
  0% {
    -webkit-transform: scale(0.8);
    opacity: 0.5;
  }

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

@keyframes Zooming {
  0% {
    -webkit-transform: scale(0.8);
    opacity: 0.5;
  }

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

.yuvin-error-text {
  padding-top: 40px;
  padding-left: 30px;
}

.yuvin-error-text h3 {
  color: #101010;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 25px;
}

.yuvin-error-text p {
  padding-bottom: 30px;
}

.yuvin-section-title-3 .subtitle {
  font-weight: 600;
  display: inline-block;
  color: #02aaf9;
  padding-left: 35px;
  font-family: "Poppins";
  position: relative;
}

.yuvin-section-title-3 .subtitle:before {
  top: 0;
  left: 0;
  line-height: 0;
  color: #ffcd05;
  font-size: 30px;
  content: "...";
  position: absolute;
}

.yuvin-section-title-3 .subtitle:after {
  left: 0;
  bottom: 7px;
  width: 22px;
  height: 3px;
  content: "";
  position: absolute;
  border-radius: 10px;
  background-color: #ffcd05;
}

.yuvin-section-title-3 h2 {
  color: #000000;
  font-size: 42px;
  font-weight: 700;
  padding-top: 20px;
  line-height: 1.238;
}

.yuvin-section-title-3 p {
  padding-top: 25px;
  line-height: 1.625;
}

.yuvin-section-title-3.text-center {
  margin: 0 auto;
  max-width: 610px;
}

@-webkit-keyframes btn_shine {
  100% {
    left: 200%;
  }
}

@keyframes btn_shine {
  100% {
    left: 200%;
  }
}

.yuvin-btn-3 a {
  color: #fff;
  width: 200px;
  height: 60px;
  overflow: hidden;
  font-weight: 600;
  position: relative;
  border-radius: 5px;
  background-color: #02aaf9;
}

.yuvin-btn-3 a:before,
.yuvin-btn-3 a:after {
  right: 20px;
  content: "";
  width: 20px;
  bottom: -5px;
  height: 20px;
  position: absolute;
  background-repeat: no-repeat;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  background-image: url(../img/img-5/shape/btn-sh1.png);
}

.yuvin-btn-3 a:after {
  right: 34px;
  bottom: -7px;
  background-image: url(../img/img-5/shape/btn-sh2.png);
}

.yuvin-btn-3 a span {
  width: 100%;
  z-index: 1;
  height: 100%;
  display: block;
  line-height: 60px;
  position: relative;
  text-align: center;
}

.yuvin-btn-3 a span:after {
  content: "";
  position: absolute;
  top: 0;
  left: -200%;
  width: 200%;
  height: 100%;
  -webkit-transform: skewX(-20deg);
  -khtml-transform: skewX(-20deg);
  transform: skewX(-20deg);
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.4)), to(transparent));
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
  z-index: -1;
}

.yuvin-btn-3 a span:hover:after {
  -webkit-animation: btn_shine 1.2s ease;
  animation: btn_shine 1.2s ease;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.yuvin-btn-3 a:hover:before {
  right: 38px;
}

.yuvin-btn-3 a:hover:after {
  right: 20px;
}

/*---------------------------------------------------- */
/*--
    - Margin & Padding
-----------------------------------------*/
/*-- Margin Top --*/
.mt-none-5 {
  margin-top: -5px;
}

.mt-none-10 {
  margin-top: -10px;
}

.mt-none-15 {
  margin-top: -15px;
}

.mt-none-20 {
  margin-top: -20px;
}

.mt-none-25 {
  margin-top: -25px;
}

.mt-none-30 {
  margin-top: -30px;
}

.mt-none-35 {
  margin-top: -35px;
}

.mt-none-40 {
  margin-top: -40px;
}

.mt-none-45 {
  margin-top: -45px;
}

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

.mt-none-55 {
  margin-top: -55px;
}

.mt-none-60 {
  margin-top: -60px;
}

.mt-none-65 {
  margin-top: -65px;
}

.mt-none-70 {
  margin-top: -70px;
}

.mt-none-75 {
  margin-top: -75px;
}

.mt-none-80 {
  margin-top: -80px;
}

.mt-none-85 {
  margin-top: -85px;
}

.mt-none-90 {
  margin-top: -90px;
}

.mt-none-95 {
  margin-top: -95px;
}

.mt-none-100 {
  margin-top: -100px;
}

/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

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

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

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

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

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

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

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

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

/*-- Margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

/*-- Margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

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

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/
.yuvin-header-section {
  z-index: 10;
  position: relative;
}

.yuvin-header-section .sticky-brand-logo {
  display: none;
  width: 145px;
}

.yuvin-header-section .dropdown {
  position: relative;
}

.yuvin-header-section .dropdown:hover .dropdown-menu {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.yuvin-header-section .dropdown:hover:after {
  color: #02aaf9;
}

.yuvin-header-section .dropdown:after {
  top: 2px;
  color: #e3002a;
  right: -14px;
  content: "+";
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.yuvin-header-section .dropdown li:after {
  top: 8px;
  right: 15px;
}

.yuvin-header-section .dropdown-menu {
  left: 0;
  top: 44px;
  z-index: 100;
  margin: 0px;
  padding: 0px;
  height: auto;
  min-width: 250px;
  display: block;
  border: none;
  border-radius: 0;
  position: absolute;
  padding: 20px 0px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  background-color: #fff;
  background-clip: inherit;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: center top 0;
  transform-origin: center top 0;
  -webkit-box-shadow: 0 13px 18px -8px rgba(0, 0, 0, 0.15), 0 29px 45px 4px rgba(0, 0, 0, 0.08), 0 11px 55px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0 13px 18px -8px rgba(0, 0, 0, 0.15), 0 29px 45px 4px rgba(0, 0, 0, 0.08), 0 11px 55px 10px rgba(0, 0, 0, 0.07);
}

.yuvin-header-section .dropdown-menu .dropdown-menu {
  top: 20px;
  opacity: 0;
  left: 250px;
}

.yuvin-header-section .dropdown-menu .dropdown-menu a {
  font-size: 12px;
  font-weight: 600;
  color: #1a2428;
}

.yuvin-header-section .dropdown-menu .dropdown-menu a:hover {
  color: #02aaf9;
}

.yuvin-header-section .dropdown-menu .dropdown-menu a:before {
  display: none;
}

.yuvin-header-section .dropdown-menu li {
  display: block;
  margin: 0 !important;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.yuvin-header-section .dropdown-menu li:last-child {
  border-bottom: none;
}

.yuvin-header-section .dropdown-menu li:after {
  display: none;
}

.yuvin-header-section .dropdown-menu li:hover .dropdown-menu {
  top: 0;
  opacity: 1;
}

.yuvin-header-section .dropdown-menu a {
  width: 100%;
  display: block;
  position: relative;
  padding: 10px 20px 10px !important;
  color: #1a2428 !important;
  font-weight: 600 !important;
  font-size: 14px !important;
}

.yuvin-header-section .dropdown-menu a:before {
  display: none;
}

.yuvin-header-section .dropdown-menu a:after {
  display: none;
}

.yuvin-header-section .dropdown-menu a:hover {
  color: #02aaf9 !important;
  margin-left: 10px;
}

.yuvin-header-section .dropdown-menu a:hover:before {
  width: 10px;
}

.yuvin-header-top-wrap {
  background-color: #000e58;
}

.yuvin-header-top-wrap .top-info {
  color: #fff;
  font-weight: 500;
}

.yuvin-header-top-wrap .top-info li {
  margin-right: 50px;
  position: relative;
}

.yuvin-header-top-wrap .top-info li:before {
  top: 0;
  width: 2px;
  content: "";
  right: -28px;
  height: 20px;
  position: absolute;
  background-color: #003571;
}

.yuvin-header-top-wrap .top-info li:last-child {
  margin-right: 0;
}

.yuvin-header-top-wrap .top-info li:last-child:before {
  display: none;
}

.yuvin-header-top-wrap .top-info i {
  color: #02aaf9;
  margin-right: 10px;
}

.yuvin-header-top-wrap .top-social-btn .top-social a {
  color: #fff;
  margin-left: 20px;
}

.yuvin-header-top-wrap .top-social-btn .top-social a:hover {
  color: #02aaf9;
}

.yuvin-header-top-wrap .top-social-btn .top-btn {
  margin-left: 25px;
}

.yuvin-header-top-wrap .top-social-btn .top-btn a {
  color: #fff;
  height: 50px;
  width: 130px;
  font-size: 14px;
  font-weight: 500;
  background-color: #02aaf9;
}

.yuvin-header-logo-cta-content {
  padding: 5px 0px;
}

.yuvin-header-logo-cta-content .brand-logo {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 40px;
}

.yuvin-header-logo-cta-content .brand-logo img {

  width: 100px;
}

.yuvin-header-logo-cta-content .header-cta-wrapper {
  width: 70%;
}

.yuvin-header-logo-cta-content .header-info-item {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.yuvin-header-logo-cta-content .header-info-item:last-child {
  margin-right: 0;
  padding-left: 0;
}

.yuvin-header-logo-cta-content .header-info-item label {
  color: #101010;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
}

.yuvin-header-logo-cta-content .header-info-item .hd-item-icon {
  margin-right: 10px;
}

.yuvin-header-logo-cta-content .header-info-item .hd-item-icon i {
  line-height: 1;
  font-size: 50px;
  color: #e3002a;
}

.yuvin-header-logo-cta-content .header-info-item .hd-item-meta span {
  color: #101010;
  display: block;
  font-size: 14px;
  font-weight: 400;
}

.header-navigation-content {
  padding: 20px 30px;
  border-radius: 5px;
  background-color: #000e58;
}

.header-navigation-content .navbar-nav {
  display: inherit;
}

.header-navigation-content .main-navigation li {
  margin-right: 60px;
}

.header-navigation-content .main-navigation li a {
  color: #fff;
  font-weight: 500;
  padding-bottom: 20px;
}

.header-navigation-content .main-navigation li:hover a {
  color: #02aaf9;
}

.header-cart-btn-search button {
  padding: 0;
  color: #fff;
  border: none;
  margin-left: 40px;
  position: relative;
  background-color: transparent;
}

.header-cart-btn-search .h-cart-btn button {
  position: relative;
}

.header-cart-btn-search .h-cart-btn button:before {
  top: 2px;
  left: -20px;
  width: 1px;
  content: "";
  height: 20px;
  position: absolute;
  background-color: #fff;
}

.header-style-two {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  padding-top: 40px;
}

.yuvin-header-content-2 {
  padding: 0px 115px;
}

.yuvin-header-content-2 .dropdown:hover:after {
  color: #fff;
}

.yuvin-header-content-2 .navbar-nav {
  display: inherit;
}

.yuvin-header-content-2 .main-navigation li {
  margin-left: 60px;
}

.yuvin-header-content-2 .main-navigation li a {
  color: #fff;
  font-weight: 500;
  padding-bottom: 20px;
}

.yuvin-header-content-2 .header-cta-btn {
  margin-left: 70px;
}

.yuvin-header-content-2 .header-cta-btn .cta-number a {
  font-size: 18px;
  font-weight: 600;
  color: #02aaf9;
}

.yuvin-header-content-2 .header-cta-btn .cta-btn {
  margin-left: 50px;
}

.yuvin-header-content-2 .header-cta-btn .cta-btn a {
  color: #fff;
  width: 200px;
  height: 60px;
  font-weight: 500;
  border-radius: 5px;
  background-color: #02aaf9;
}

.yuvin-header-content-2 .header-cta-btn .cta-btn a:hover {
  color: #02aaf9;
  background-color: #fff;
}

.yuvin-header-section.sticky-on {
  top: 0;
  width: 100%;
  z-index: 20;
  position: fixed;
  padding: 10px 0px;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  background-color: #000e58;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

.yuvin-header-section.sticky-on .dropdown-menu {
  top: 48px;
}

.yuvin-header-section.sticky-on .yuvin-header-top-wrap,
.yuvin-header-section.sticky-on .yuvin-header-logo-cta {
  display: none;
}

.yuvin-header-section.sticky-on .sticky-brand-logo {
  display: block;
  width: 50%
}

.yuvin-header-section.sticky-on .sticky-brand-logo img {

  width: 60%
}

.yuvin-header-section.sticky-on .header-navigation-content {
  padding: 5px 0;
  background-color: #000e58;
}

.yuvin-header-section.sticky-on.header-style-two {
  padding: 10px 0px;
  background-color: #000e58;
}

.yuvin-header-section.sticky-on.header-style-two .dropdown-menu {
  top: 51px;
}

@media (max-width: 767px) {}



/*Mobile area*/
/*----------------------------------------------------*/
.mobile_logo {
  top: 10px;
  left: 15px;
  display: none;
  position: absolute;
}

.mobile_menu_content {
  top: 0px;
  bottom: 0;
  left: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 310px;
  overflow-y: scroll;
  background-color: #fff;
  padding: 20px 35px 35px 35px;
  -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.mobile_menu_content .mobile-main-navigation {
  width: 100%;
}

.mobile_menu_content .mobile-main-navigation .navbar-nav {
  width: 100%;
}

.mobile_menu_content .dropdown:after {
  display: none;
}

.mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  -webkit-transform: none !important;
  transform: none !important;
}

.mobile_menu_content .mobile-main-navigation .navbar-nav li {
  width: 100%;
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.mobile_menu_content .mobile-main-navigation .navbar-nav li a {
  padding: 0;
  width: 100%;
  color: #101010;
  display: block;
  font-weight: 600;
  font-size: 14px;
  font-family: "Poppins";
  text-transform: uppercase;
  padding: 10px 30px 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.mobile_menu_content .m-brand-logo {
  width: 120px;
  margin: 50px auto;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_content {
  left: 0px;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on {
  overflow: hidden;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}

.mobile_menu_button {
  left: 15px;
  top: 20px;
  z-index: 5;
  color: #fff;
  display: none;
  font-size: 24px;
  cursor: pointer;
  line-height: 38px;
  position: absolute;
  text-align: right;
}

.mobile_menu .mobile-main-navigation .navbar-nav li a:after {
  display: none;
}

.mobile_menu .mobile-main-navigation .dropdown>.dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  background-color: transparent;
}

.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  padding: 0 10px;
  line-height: 1;
}

.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li:hover {
  background-color: transparent;
}

.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a {
  color: #101010 !important;
}

.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a:hover {
  color: #02aaf9;
  background-color: transparent;
}

.mobile_menu .dropdown {
  position: relative;
}

.mobile_menu .dropdown .dropdown-btn {
  color: #9397a7;
  position: absolute;
  top: 3px;
  right: 0;
  height: 30px;
  padding: 5px 10px;
}

.mobile_menu .dropdown .dropdown-btn.toggle-open {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile_menu .mobile_menu_close {
  color: #d60606;
  cursor: pointer;
  top: 25px;
  right: 25px;
  font-size: 20px;
  position: absolute;
}

.mobile_menu_contact i {
  font-size: 26px;
  margin-right: 5px;
}






/*---------------------------------------------------- */
/*Breadcrumb area*/
/*----------------------------------------------------*/
.breadcrumb-content {
  padding: 180px 0px;
}

.breadcrumb-content h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  padding-bottom: 15px;
}

.breadcrumb-content li {
  color: #fff;
  position: relative;
  margin-right: 25px;
}

.breadcrumb-content li:after {
  top: 0;
  color: #fff;
  right: -20px;
  content: "\f105";
  font-weight: 900;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  font-family: "Font Awesome 5 Pro";
}

.breadcrumb-content li:last-child {
  margin-right: 0;
}

.breadcrumb-content li:last-child:after {
  display: none;
}

.breadcrumb_overlay::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0E3D4B;
  content: "";
  opacity: 0.5;
}


/*---------------------------------------------------- */
/* backtoup */
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 40px;
  height: 35px;
  width: 35px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px rgba(255, 170, 0, 0.08);
  box-shadow: inset 0 0 0 2px rgba(255, 170, 0, 0.08);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
}

.progress-wrap::after {
  position: absolute;
  content: "\f176";
  font-family: "Font Awesome 5 Pro";
  text-align: center;
  line-height: 35px;
  font-size: 15px;
  color: var(--color-yellow);
  left: 0;
  top: 0;
  height: 35px;
  width: 35px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--color-yellow);
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/*---------------------------------------------------- */
/*----------------------------------------*/
/*  18. preloder
/*----------------------------------------*/
.preloder_part {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  background-color: var(--color-white);
}

.spinner {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  left: 0;
  right: 0;
  top: 48%;
  position: absolute;
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 2s infinite linear;
  z-index: 99999;
}

.dot1,
.dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: var(--color-yellow);
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-bounce {

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

  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {

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

  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/*---------------------------------------------------- */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
}

@-webkit-keyframes down {
  0% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }

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

  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@keyframes down {
  0% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }

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

  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

.pos-rel {
  position: relative;
}

.mxw_1350 {
  max-width: 1350px;
}

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

.thm-btn {
  font-size: 16px;
  padding: 20px 38px;
  z-index: 1;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  background: var(--color-primary);
  line-height: 1.3;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  position: relative;
  font-weight: 500;
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  .thm-btn {
    padding: 17px 28px;
  }
}

.thm-btn:hover .btn-wrap span:nth-child(1) {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}

.thm-btn:hover .btn-wrap span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.thm-btn .btn-wrap {
  position: relative;
  overflow: hidden;
  display: block;
}

.thm-btn .btn-wrap span {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.thm-btn .btn-wrap span:nth-child(1) {
  display: block;
  position: relative;
}

.thm-btn .btn-wrap span:nth-child(2) {
  position: absolute;
  top: 100%;
  display: block;
}

.thm-btn--transparent {
  background-color: transparent;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border: 1px solid var(--color-black);
}

.thm-btn--transparent:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.thm-btn--transparent:hover .btn-wrap span {
  color: var(--color-white);
}

.thm-btn--transparent .btn-wrap span {
  color: var(--color-black);
}

.thm-btn__icon {
  padding-right: 56px;
}

.thm-btn__icon i {
  position: absolute;
  top: 54%;
  right: 32px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.thm-btn__icon:hover i {
  right: 30px;
}

.thm-btn.br-0 {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.btns a {
  margin-right: 30px;
  margin-top: 20px;
}

.btns a:last-child {
  margin-right: 0;
}

@media (max-width: 991px) {
  .btns a {
    margin-right: 20px;
  }
}

dl,
ol,
ul {
  margin: 0;
  padding: 0;
}


/*---------------------------------------------------- */
/*Global area*/
/*----------------------------------------------------*/
/*=========
Font load
===========*/
@font-face {
  font-family: "Segoe Print V1";
  src: url("../fonts/c455d94eee43dc4ceeb83c0c0fd0d4c8.eot");
  src: url("../fonts/c455d94eee43dc4ceeb83c0c0fd0d4c8.eot?#iefix") format("embedded-opentype"), url("../fonts/c455d94eee43dc4ceeb83c0c0fd0d4c8.woff2") format("woff2"), url("../fonts/c455d94eee43dc4ceeb83c0c0fd0d4c8.woff") format("woff"), url("../fonts/c455d94eee43dc4ceeb83c0c0fd0d4c8.ttf") format("truetype"), url("../fonts/c455d94eee43dc4ceeb83c0c0fd0d4c8.svg#Segoe Print V1") format("svg");
}

/*=========
Color Code
===========*/
/*---------------------------------------------------- */
/*Banner area*/
/*Header area*/
/*----------------------------------------------------*/
.yuvin-header-section.header-style-three {
  z-index: 10;
  position: relative;
}

.yuvin-header-section.header-style-three .sticky-brand-logo {
  display: none;
  width: 145px;
  padding-left: 35px
}

.yuvin-header-section.header-style-three .dropdown {
  position: relative;
}

.yuvin-header-section.header-style-three .dropdown:hover .dropdown-menu {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.yuvin-header-section.header-style-three .dropdown:hover:after {
  color: #e3002a;
}

.yuvin-header-section.header-style-three .dropdown li:after {
  top: 8px;
  right: 15px;
}

.yuvin-header-section.header-style-three .dropdown-menu {
  left: 0;
  top: 47px;
  z-index: 100;
  margin: 0px;
  padding: 0px;
  height: auto;
  min-width: 250px;
  display: block;
  border: none;
  border-radius: 0;
  position: absolute;
  padding: 20px 0px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  background-color: #fff;
  background-clip: inherit;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: center top 0;
  transform-origin: center top 0;
  -webkit-box-shadow: 0 13px 18px -8px rgba(0, 0, 0, 0.15), 0 29px 45px 4px rgba(0, 0, 0, 0.08), 0 11px 55px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0 13px 18px -8px rgba(0, 0, 0, 0.15), 0 29px 45px 4px rgba(0, 0, 0, 0.08), 0 11px 55px 10px rgba(0, 0, 0, 0.07);
}

.yuvin-header-section.header-style-three .dropdown-menu .dropdown-menu {
  top: 20px;
  opacity: 0;
  left: 250px;
}

.yuvin-header-section.header-style-three .dropdown-menu .dropdown-menu a {
  font-size: 12px;
  font-weight: 600;
  color: #1a2428;
}

.yuvin-header-section.header-style-three .dropdown-menu .dropdown-menu a:hover {
  color: #e3002a;
}

.yuvin-header-section.header-style-three .dropdown-menu .dropdown-menu a:before {
  display: none;
}

.yuvin-header-section.header-style-three .dropdown-menu li {
  display: block;
  margin: 0 !important;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.yuvin-header-section.header-style-three .dropdown-menu li:last-child {
  border-bottom: none;
}

.yuvin-header-section.header-style-three .dropdown-menu li:after {
  display: none;
}

.yuvin-header-section.header-style-three .dropdown-menu li:hover .dropdown-menu {
  top: 0;
  opacity: 1;
}

.yuvin-header-section.header-style-three .dropdown-menu a {
  width: 100%;
  display: block;
  position: relative;
  padding: 10px 20px 10px !important;
  color: #1a2428 !important;
  font-weight: 600 !important;
  font-size: 14px !important;
}

.yuvin-header-section.header-style-three .dropdown-menu a:before {
  display: none;
}

.yuvin-header-section.header-style-three .dropdown-menu a:after {
  display: none;
}

.yuvin-header-section.header-style-three .dropdown-menu a:hover {
  color: #e3002a !important;
  margin-left: 10px;
}

.yuvin-header-section.header-style-three .dropdown-menu a:hover:before {
  width: 10px;
}

.yuvin-header-section.header-style-three .yuvin-header-logo-cta-content {
  /* padding: 27px 0px; */
}

.yuvin-header-section.header-style-three .yuvin-header-logo-cta-content .brand-logo {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.yuvin-header-section.header-style-three .yuvin-header-logo-cta-content .header-cta-wrapper {
  width: 70%;
}

.yuvin-header-section.header-style-three .yuvin-header-logo-cta-content .header-info-item {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.yuvin-header-section.header-style-three .yuvin-header-logo-cta-content .header-info-item:last-child {
  margin-right: 0;
  padding-left: 0;
}

.yuvin-header-section.header-style-three .yuvin-header-logo-cta-content .header-info-item label {
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
}

.yuvin-header-section.header-style-three .yuvin-header-logo-cta-content .header-info-item .hd-item-icon {
  margin-right: 15px;
}

.yuvin-header-section.header-style-three .yuvin-header-logo-cta-content .header-info-item .hd-item-icon i {
  line-height: 1;
  font-size: 50px;
  color: #e3002a;
}

.yuvin-header-section.header-style-three .yuvin-header-logo-cta-content .header-info-item .hd-item-meta span {
  color: #000000;
  display: block;
  font-size: 14px;
  font-weight: 400;
}

.yuvin-header-section.header-style-three .header-navigation-content-wrapper {
  /* background-color: #e3002a; */
  background-color: #e3002a;
}

.yuvin-header-section.header-style-three .header-navigation-content {
  padding: 0px 0px 0px 30px;
  background-color: transparent;
}

.yuvin-header-section.header-style-three .header-navigation-content .navbar-nav {
  display: inherit;
}

.yuvin-header-section.header-style-three .header-navigation-content .main-navigation li {
  margin-right: 55px;
}

.yuvin-header-section.header-style-three .header-navigation-content .main-navigation li a {
  color: #fff;
  font-weight: 500;
  padding-bottom: 20px;
}

.header-cart-btn-search button {
  padding: 0;
  color: #fff;
  border: none;
  margin-left: 40px;
  position: relative;
  background-color: transparent;
}

.header-cart-btn-search .h-cart-btn button {
  position: relative;
}

.header-cart-btn-search .h-cart-btn button:before {
  top: 2px;
  left: -20px;
  width: 1px;
  content: "";
  height: 20px;
  position: absolute;
  background-color: #fff;
}

.header-cart-btn-search .h-cta-btn {
  margin-left: 30px;
}

.header-cart-btn-search .h-cta-btn a {
  color: #000;
  width: 200px;
  height: 70px;
  font-weight: 500;
  background-color: #ffcd05;
}

.header-cart-btn-search .h-cta-btn a:hover {
  background-color: #fff;
}

.header-style-two {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  padding-top: 40px;
}

.yuvin-header-content-2 {
  padding: 0px 115px;
}

.yuvin-header-content-2 .dropdown:hover:after {
  color: #fff;
}

.yuvin-header-content-2 .navbar-nav {
  display: inherit;
}

.yuvin-header-content-2 .main-navigation li {
  margin-left: 60px;
}

.yuvin-header-content-2 .main-navigation li a {
  color: #fff;
  font-weight: 500;
  padding-bottom: 20px;
}

.yuvin-header-content-2 .header-cta-btn {
  margin-left: 70px;
}

.yuvin-header-content-2 .header-cta-btn .cta-number a {
  font-size: 18px;
  font-weight: 600;
  color: #e3002a;
}

.yuvin-header-content-2 .header-cta-btn .cta-btn {
  margin-left: 50px;
}

.yuvin-header-content-2 .header-cta-btn .cta-btn a {
  color: #fff;
  width: 200px;
  height: 60px;
  font-weight: 500;
  border-radius: 5px;
  background-color: #e3002a;
}

.yuvin-header-content-2 .header-cta-btn .cta-btn a:hover {
  color: #e3002a;
  background-color: #fff;
}

.yuvin-header-section.header-style-three.sticky-on {
  top: 0;
  width: 100%;
  z-index: 20;
  padding: 0;
  position: fixed;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  background-color: #fff;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

.yuvin-header-section.header-style-three.sticky-on .dropdown:after {
  color: #000;
}

.yuvin-header-section.header-style-three.sticky-on .dropdown-menu {
  top: 45px;
}

.yuvin-header-section.header-style-three.sticky-on .yuvin-header-top-wrap,
.yuvin-header-section.header-style-three.sticky-on .yuvin-header-logo-cta {
  display: none;
}

.yuvin-header-section.header-style-three.sticky-on .sticky-brand-logo {
  display: block;
}

.yuvin-header-section.header-style-three.sticky-on .header-navigation-content .main-navigation li {
  margin-right: 35px;
}

.yuvin-header-section.header-style-three.sticky-on .header-navigation-content-wrapper {
  background-color: #fff;
}

.yuvin-header-section.header-style-three.sticky-on .header-navigation-content .main-navigation li a {
  color: #000;
}

.yuvin-header-section.header-style-three.sticky-on .header-cart-btn-search .h-cta-btn a:hover {
  color: #fff;
  background-color: #e3002a;
}

.yuvin-header-section.header-style-three.sticky-on .header-cart-btn-search button {
  color: #000;
}

.yuvin-header-section.header-style-three.sticky-on .header-cart-btn-search .h-cart-btn button:before {
  background-color: #000;
}

.yuvin-header-section.header-style-three.sticky-on .header-navigation-content {
  padding-left: 0;
}



/*Mobile area*/
/*----------------------------------------------------*/
.yuvin-header-section.header-style-three .mobile_logo {
  top: 10px;
  left: 15px;
  display: none;
  position: absolute;
}

.yuvin-header-section.header-style-three .mobile_menu_content {
  top: 0px;
  bottom: 0;
  left: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 310px;
  overflow-y: scroll;
  background-color: #fff;
  padding: 20px 35px 35px 35px;
  -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.yuvin-header-section.header-style-three .mobile_menu_content .mobile-main-navigation {
  width: 100%;
}

.yuvin-header-section.header-style-three .mobile_menu_content .mobile-main-navigation .navbar-nav {
  width: 100%;
}

.yuvin-header-section.header-style-three .mobile_menu_content .dropdown:after {
  display: none;
}

.yuvin-header-section.header-style-three .mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  -webkit-transform: none !important;
  transform: none !important;
}

.yuvin-header-section.header-style-three .mobile_menu_content .mobile-main-navigation .navbar-nav li {
  width: 100%;
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.yuvin-header-section.header-style-three .mobile_menu_content .mobile-main-navigation .navbar-nav li a {
  padding: 0;
  width: 100%;
  color: #000000;
  display: block;
  font-weight: 600;
  font-size: 14px;
  font-family: "Poppins";
  text-transform: uppercase;
  padding: 10px 30px 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.yuvin-header-section.header-style-three .mobile_menu_content .m-brand-logo {
  width: 120px;
  margin: 30px auto;
}

.yuvin-header-section.header-style-three .mobile_menu_wrap.mobile_menu_on .mobile_menu_content {
  left: 0px;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.yuvin-header-section.header-style-three .mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.yuvin-header-section.header-style-three .mobile_menu_overlay_on {
  overflow: hidden;
}

.yuvin-header-section.header-style-three .mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}

.yuvin-header-section.header-style-three .mobile_menu_button {
  right: 35px;
  top: 28px;
  z-index: 5;
  color: #000;
  display: none;
  font-size: 24px;
  cursor: pointer;
  line-height: 38px;
  position: absolute;
  text-align: right;
}

.yuvin-header-section.header-style-three .mobile_menu .mobile-main-navigation .navbar-nav li a:after {
  display: none;
}

.yuvin-header-section.header-style-three .mobile_menu .mobile-main-navigation .dropdown>.dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.yuvin-header-section.header-style-three .mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  background-color: transparent;
}

.yuvin-header-section.header-style-three .mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  padding: 0 10px;
  line-height: 1;
}

.yuvin-header-section.header-style-three .mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li:hover {
  background-color: transparent;
}

.yuvin-header-section.header-style-three .mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a {
  color: #000000 !important;
}

.yuvin-header-section.header-style-three .mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a:hover {
  color: #e3002a;
  background-color: transparent;
}

.yuvin-header-section.header-style-three .mobile_menu .dropdown {
  position: relative;
}

.yuvin-header-section.header-style-three .mobile_menu .dropdown .dropdown-btn {
  color: #9397a7;
  position: absolute;
  top: 3px;
  right: 0;
  height: 30px;
  padding: 5px 10px;
}

.yuvin-header-section.header-style-three .mobile_menu .dropdown .dropdown-btn.toggle-open {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.yuvin-header-section.header-style-three .mobile_menu .mobile_menu_close {
  color: #d60606;
  cursor: pointer;
  top: 25px;
  right: 25px;
  font-size: 20px;
  position: absolute;
}



/*---------------------------------------------------- */
/*Footer area*/
/*----------------------------------------------------*/
.yuvin-footer-section-3 {
  padding: 100px 0px 20px 0px;
  /* background: #f0f0f0; */
  background-image:
    linear-gradient(50deg,
      rgba(255, 255, 255, 1) 70%,
      rgba(255, 0, 0, 0) 100%, transparent),
    url('../img/footer-bg1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

.yuvin-footer-widget-3 .widget-title {
  color: #222;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 50px;
}

.yuvin-footer-widget-3 .logo-widget .footer-logo {
  margin-bottom: 25px;
}

.yuvin-footer-widget-3 .logo-widget .footer-logo img {
  width: 120px;
}

.yuvin-footer-widget-3 .logo-widget p {
  color: #222;
  max-width: 320px;
  line-height: 1.5;
}

.yuvin-footer-widget-3 .logo-widget .footer-app-btn {
  margin-top: 30px;
}

.yuvin-footer-widget-3 .logo-widget .footer-app-btn a {
  margin-right: 10px;
  display: inline-block;
}

.yuvin-footer-widget-3 .logo-widget .footer-app-btn a:last-child {
  margin-right: 0;
}

.yuvin-footer-widget-3 .logo-widget .footer-app-btn a:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.yuvin-footer-widget-3 .menu-widget li {
  margin-bottom: 10px;
}

.yuvin-footer-widget-3 .menu-widget li a {
  color: #222;
  padding-left: 16px;
  position: relative;
}

.yuvin-footer-widget-3 .menu-widget li a:before {
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 100%;
  position: absolute;
  background-color: #ffcd05;
}

.yuvin-footer-widget-3 .menu-widget li a:hover {
  color: #ffcd05;
  padding-left: 25px;
}

.yuvin-footer-widget-3 .contact-cta-item li {
  margin-bottom: 15px;
}

.yuvin-footer-widget-3 .contact-cta-item li img {
  float: left;
  margin-right: 10px;
}

.yuvin-footer-widget-3 .contact-cta-item li span {
  color: #222;
  display: block;
  overflow: hidden;
}

.yuvin-footer-widget-3 .newsleter-widget {
  padding-left: 50px;
}

.yuvin-footer-widget-3 .newsleter-widget .footer-social div {
  display: inline-block;
  padding: 12px 20px;
  text-align: center;
}

.yuvin-footer-widget-3 .newsleter-widget .footer-social .facebook {
  background: #316FF6;
}

.yuvin-footer-widget-3 .newsleter-widget .footer-social .twitter {
  background: #000;
}

.yuvin-footer-widget-3 .newsleter-widget .footer-social .instagram {
  background: #fb6b15;
}

.yuvin-footer-widget-3 .newsleter-widget .footer-social a {
  color: #fff;
  /* margin-right: 15px; */
}

.yuvin-footer-widget-3 .newsleter-widget .footer-social a:hover {
  color: #ffcd05;
}

.yuvin-footer-widget-3 .newsleter-form input {
  width: 100%;
  height: 50px;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 20px;
  border: 1px solid #fff;
  background-color: #fff;
}

.yuvin-footer-widget-3 .newsleter-form input::-webkit-input-placeholder {
  color: #555555;
}

.yuvin-footer-widget-3 .newsleter-form input::-moz-placeholder {
  color: #555555;
}

.yuvin-footer-widget-3 .newsleter-form input:-ms-input-placeholder {
  color: #555555;
}

.yuvin-footer-widget-3 .newsleter-form input::-ms-input-placeholder {
  color: #555555;
}

.yuvin-footer-widget-3 .newsleter-form input::placeholder {
  color: #555555;
}

.yuvin-footer-widget-3 .newsleter-form button {
  width: 100%;
  color: #000;
  height: 50px;
  border: none;
  font-weight: 500;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: #ffcd05;
}

.yuvin-footer-widget-3 .newsleter-form button:hover {
  color: #e3002a;
  background-color: #fff;
}

.yuvin-copyright-wrap {
  color: #fff;
  margin-top: 100px;
  padding: 20px 0px;
  background-color: rgba(0, 0, 0, 0.5);
}

.yuvin-copyright-wrap span {
  text-decoration: underline;
}

/*---------------------------------------------------- */
/*Responsive area*/
/*----------------------------------------------------*/
@media screen and (max-width: 1500px) {
  .yuvin-banner-section-3 .yuvin-banner-img-wrapper-3 {
    right: -300px;
  }

  .yuvin-service-content-3 .ser3_left_arrow {
    left: -50px;
  }

  .yuvin-service-content-3 .ser3_right_arrow {
    right: -50px;
  }
}

@media screen and (max-width: 1280px) {
  .yuvin-service-content-3 .ser3_left_arrow {
    left: -20px;
  }

  .yuvin-service-content-3 .ser3_right_arrow {
    right: -20px;
  }
}

@media screen and (max-width: 1100px) {
  .header-navigation-content .main-navigation li {
    margin-right: 35px;
  }

  .header-navigation-content {
    padding-left: 0;
  }

  .yuvin-header-section.sticky-on .header-navigation-content .main-navigation li {
    margin-right: 20px;
  }

  .header-cart-btn-search .h-cta-btn a {
    width: 170px;
    font-size: 14px;
  }

  .header-cart-btn-search button {
    margin-left: 20px;
  }

  .header-cart-btn-search .h-cart-btn button:before {
    left: -10px;
  }

  .banner-text-3 h1 {
    font-size: 60px;
  }

  .yuvin-banner-section-3 .yuvin-banner-img-wrapper-3 {
    right: -470px;
  }

  .yuvin-banner-content-3 {
    padding: 130px 0px 150px;
  }

  .yuvin-service-content-3 .carousel_nav button {
    height: 40px;
    width: 40px;
    margin: 0px 8px;
    position: static;
    display: inline-block;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .yuvin-service-content-3 .carousel_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .yuvin-more-service-btn-3 {
    margin-top: 40px;
  }

  .yuvin-why-choose-feature-wrap-3:before,
  .yuvin-why-choose-feature-wrap-3:after {
    display: none;
  }

  .yuvin-service-item-3,
  .yuvin-project-item-3,
  .yuvin-blog-item-3 {
    margin: 0 auto;
    max-width: 370px;
  }

  .yuvin-blog-item-3 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .yuvin-banner-section-3 .yuvin-banner-img-wrapper-3 {
    display: none;
  }

  .yuvin-header-logo-cta {
    display: none;
  }

  .yuvin-header-section .sticky-brand-logo img {
    /* display: block; */
    width: 60%;
  }

  .header-cart-btn-search .h-cta-btn {
    display: none;
  }

  .yuvin-header-section.header-style-three .header-navigation-content-wrapper {
    padding: 50px 0px;
  }

  .yuvin-header-section.header-style-three .header-navigation-content .main-navigation {
    display: none;
  }

  .yuvin-header-section.header-style-three .mobile_menu_button {
    display: block;
  }

  .banner-text-3 {
    margin: 0 auto;
    text-align: center;
  }

  .banner-text-3 .yuvin-btn-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .estimate-form-wrap input,
  .estimate-form-wrap select,
  .estimate-form-wrap button {
    margin-bottom: 15px;
  }

  .yuvin-about-img-3,
  .yuvin-about-text-area-3,
  .yuvin-why-choose-text-wrap-3,
  .yuvin-why-choose-img-3,
  .yuvin-faq-img-3,
  .yuvin-faq-text-wrapper-3,
  .clenfix-testi-img-wrap-3,
  .yuvin-testimonial-text-wrap-3 {
    margin: 0 auto;
    max-width: 570px;
  }

  .yuvin-about-text-area-3,
  .yuvin-faq-text-wrapper-3,
  .yuvin-testimonial-text-wrap-3 {
    margin-top: 50px;
  }

  .yuvin-why-choose-section-3 .yuvin-wc-sidebg,
  .yuvin-faq-section-3 .yuvin-fq-sidebg {
    display: none;
  }

  .yuvin-fun-fact-item-3 {
    margin-bottom: 40px;
  }

  .yuvin-faq-text-wrapper-3 {
    padding-left: 0;
  }

  .yuvin-project-top-content-3,
  .yuvin-blog-top-content-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .clnix-project-title-text-3 {
    margin-top: 30px;
  }

  .yuvin-testimonial-section-3 {
    padding-bottom: 80px;
  }

  .yuvin-price-item-3 {
    margin-bottom: 40px;
  }

  .yuvin-footer-widget-3 .newsleter-widget {
    padding-left: 0;
  }

  .yuvin-footer-widget-3 .logo-widget p {
    max-width: 100%;
  }

  .yuvin-price-item-3 {
    margin: 0 auto;
    max-width: 370px;
    margin-bottom: 40px;
  }

  .yuvin-about-text-area-3 {
    padding-left: 0;
  }

  .yuvin-about-section-3 .yuvin-bg-shape,
  .yuvin-why-choose-section-3 .yuvin-wc-sidebg2,
  .yuvin-faq-section-3 .yuvin-fq-sidebg2 {
    display: none;
  }

  .yuvin-header-section.header-style-three .header-navigation-content-wrapper {
    background-color: #fff;
  }

  .yuvin-header-section.header-style-three .header-cart-btn-search button {
    color: #000;
  }

  .yuvin-header-section.header-style-three .header-cart-btn-search .h-cart-btn button:before {
    background-color: #000;
  }

  .yuvin-header-section.header-style-three .header-navigation-content {
    padding-left: 0;
  }

  .yuvin-header-section.header-style-three .sticky-brand-logo {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .yuvin-footer-widget-3 .widget-title {
    padding-bottom: 20px;
  }

  .yuvin-footer-widget-3 {
    margin-bottom: 40px;
  }

  .yuvin-how-work-item-3 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 480px) {
  .banner-text-3 h1 {
    font-size: 40px;
  }

  .yuvin-btn-3 a {
    height: 50px;
    width: 180px;
  }

  .yuvin-btn-3 a span {
    line-height: 50px;
  }

  .yuvin-section-title-3 h2 {
    font-size: 28px;
  }

  .yuvin-about-text-wrap-3 .yuvin-about-feature-list-3,
  .about-cta-btn-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .yuvin-about-text-wrap-3 .yuvin-about-feature-list-3 .inner-img {
    margin-bottom: 30px;
  }

  .yuvin-about-text-wrap-3 .yuvin-about-cta-btn-grp {
    margin-top: 30px;
  }

  .yuvin-about-text-wrap-3 .yuvin-about-cta-btn-grp .about-cta {
    margin-top: 20px;
  }

  .yuvin-about-section-3 {
    padding: 100px 0px 60px;
  }

  .yuvin-service-section-3,
  .yuvin-why-choose-section-3,
  .yuvin-how-work-section-3,
  .yuvin-project-section,
  .yuvin-price-section-3,
  .yuvin-blog-section-3 {
    padding: 60px 0px;
  }

  .yuvin-why-choose-text-wrap-3 {
    padding-top: 0;
  }

  .yuvin-why-choose-inner-item-3 {
    width: 100%;
    margin-bottom: 30px;
  }

  .yuvin-why-choose-img-3 {
    margin-top: 50px;
  }

  .yuvin-fun-fact-item-3 h3 {
    font-size: 30px;
  }

  .yuvin-fun-fact-item-3 {
    -webkit-box-pack: inherit !important;
    -ms-flex-pack: inherit !important;
    justify-content: inherit !important;
  }

  .yuvin-fun-fact-section-3 {
    padding: 60px 0px 20px;
  }

  .yuvin-faq-section-3 {
    padding: 80px 0px 60px;
  }

  .yuvin-footer-section-3 {
    padding-top: 60px;
  }

  .yuvin-copyright-wrap {
    margin-top: 20px;
  }

  .yuvin-service-content-3 .ser3_left_arrow,
  .yuvin-service-content-3 .ser3_right_arrow {
    opacity: 1;
  }
}

/*---------------------------------------------------- */
/*footer area*/
/*----------------------------------------------------*/
.yuvin-footer-section-1 {
  padding: 100px 0px 50px;
}

.yuvin-footer-widget .widget-title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 50px;
}

.yuvin-footer-widget .logo-widget .footer-logo {
  margin-bottom: 40px;
}

.yuvin-footer-widget .logo-widget .footer-logo img {
  width: 100px !important;
}

.yuvin-footer-widget .logo-widget p {
  color: #fff;
  max-width: 280px;
  line-height: 1.875;
}

.yuvin-footer-widget .logo-widget .footer-app-btn {
  margin-top: 35px;
}

.yuvin-footer-widget .logo-widget .footer-app-btn a {
  margin-right: 10px;
  display: inline-block;
}

.yuvin-footer-widget .logo-widget .footer-app-btn a:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.yuvin-footer-widget .menu-widget li {
  margin-bottom: 20px;
}

.yuvin-footer-widget .menu-widget li a {
  color: #fff;
}

.yuvin-footer-widget .menu-widget li a:hover {
  padding-left: 5px;
  color: #e3002a;
}

.yuvin-footer-widget .newsleter-widget {
  padding-left: 50px;
}

.yuvin-footer-widget .newsleter-widget .footer-social {
  margin-top: 30px;
}

.yuvin-footer-widget .newsleter-widget .footer-social a {
  color: #fff;
  margin-right: 15px;
}

.yuvin-footer-widget .newsleter-widget .footer-social a:hover {
  color: #e3002a;
}

.yuvin-footer-widget .newsleter-form input {
  width: 100%;
  height: 50px;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 30px;
  border: 1px solid #fff;
  background-color: transparent;
}

.yuvin-footer-widget .newsleter-form input::-webkit-input-placeholder {
  color: #fff;
}

.yuvin-footer-widget .newsleter-form input::-moz-placeholder {
  color: #fff;
}

.yuvin-footer-widget .newsleter-form input:-ms-input-placeholder {
  color: #fff;
}

.yuvin-footer-widget .newsleter-form input::-ms-input-placeholder {
  color: #fff;
}

.yuvin-footer-widget .newsleter-form input::placeholder {
  color: #fff;
}

.yuvin-footer-widget .newsleter-form button {
  width: 100%;
  color: #fff;
  height: 50px;
  border: none;
  font-weight: 500;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: #e3002a;
}

.yuvin-footer-widget .newsleter-form button:hover {
  color: #e3002a;
  background-color: #fff;
}

.yuvin-copyright-wrap {
  color: #fff;
  margin-top: 50px;
}




/*---------------------------------------------------- */
/*Responsive area*/
/*----------------------------------------------------*/
@media screen and (max-width: 1500px) {
  .yuvin-header-content-2 {
    padding: 0px 30px;
  }

  .yuvin-header-content-2 .main-navigation li {
    margin-left: 40px;
  }

  .yuvin-header-content-2 .header-cta-btn .cta-btn {
    margin-left: 30px;
  }

  .header-style-two .mobile_menu_button {
    top: 35px;
    left: auto;
    right: 15px;
  }

  .header-style-two .yuvin-header-content-2 {
    padding: 0px 15px;
  }
}

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

  .yuvin-header-content-2 .header-cta-btn .cta-number {
    display: none;
  }

  .yuvin-header-content-2 .header-cta-btn {
    margin-left: 15px;
  }

  .yuvin-header-content-2 .main-navigation li {
    margin-left: 30px;
  }
}

@media screen and (max-width: 991px) {
  .yuvin-header-top-wrap {
    display: none;
  }

  .yuvin-header-logo-cta {
    display: none;
  }

  .top-position {
    top: 0;
    margin: 0;
  }

  .header-navigation-content-wrapper {
    position: relative;
    background-color: #000e58;
  }

  .yuvin-header-section .sticky-brand-logo {
    left: 0;
    /* right: 0; */
    top: 50%;
    /* margin: 0 auto;
    display: block; */
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .header-navigation-content {
    padding: 25px 0px;
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: end !important;
  }

  .main-navigation {
    display: none;
  }

  .yuvin-header-section.sticky-on {
    padding: 15px 0px;
  }

  .yuvin-header-section.sticky-on .mobile_menu_button {
    top: 35px;
  }

  .mobile_menu_button {
    display: block;
  }


  .yuvin-footer-widget .newsleter-widget {
    padding-left: 0;
  }

  .yuvin-footer-widget .widget-title {
    padding-bottom: 30px;
  }

  .yuvin-footer-widget .logo-widget .footer-logo {
    margin-bottom: 20px;
    width: 100px;
  }

  .yuvin-footer-widget {
    margin-bottom: 30px;
  }

  .yuvin-header-content-2 .header-cta-btn {
    display: none !important;
  }


  .yuvin-header-section.header-style-two.sticky-on .mobile_menu_button {
    top: 20px;
  }

}

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

  .breadcrumb-content {
    padding: 100px 0px;
  }

  .breadcrumb-content h2 {
    font-size: 30px;
  }


}

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

@media screen and (max-width: 380px) {
  .header-style-two {
    padding-top: 25px;
  }

}

/*---------------------------------------------------- */








.hero-slider {
  width: 100%;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
  /* margin-top: -32px; */
}

@media (max-width: 991px) {
  .hero-slider {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 300px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;

}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {

  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform: translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform: translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background: #fff;
  transition: all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {

  .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
    /*     display: none; */
  }
}

.swiper-pagination {
  text-align: left;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 50px;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px;

  }
}

/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style {
  height: 500px;
  transition: all .4s ease;
}

@media (max-width: 991px) {
  .hero-style {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .hero-style {
    height: 250px;
  }
}

@media screen and (min-width: 992px) {
  .hero-style .container {
    padding-top: 95px;
  }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 650px;
  margin-left: 100px;
}

.hero-style .slide-title h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 20px;
  text-transform: capitalize;
  transition: all .4s ease;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 32px;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 30px;
    margin: 0 0 35px;
  }

  .hero-style .slide-title,
  .hero-style .slide-text,
  .hero-style .slide-btns {
    max-width: 650px;
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 18px;
    margin: 0 0 30px;
  }

  .hero-style .slide-title,
  .hero-style .slide-text,
  .hero-style .slide-btns {
    max-width: 250px;
  }
}

.hero-style .slide-text p {
  opacity: 1;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 40px;
  transition: all .4s ease;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 30px;
    display: none;
  }
}

.hero-style .slide-btns>a:first-child {
  margin-right: 10px;
}


.custom-btn {
  padding: 8px 20px;
  background: #fb6b15;
  border-radius: 10px;
  color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;

}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
  position: absolute;
  width: 30px;

  height: 30px;

  /* top: 50%;
  transform: translateY(-50%); */
}

.swiper-button-next {
  right: 25px;


}

.swiper-button-next::after {
  background: url('../../assets/img/icon/right.png') no-repeat center/contain;
  /* transform: rotate(90deg); */
  border-radius: 50%;
}

.swiper-button-prev {
  left: 25px;

}

.swiper-button-prev::after {
  background: url('../../assets/img/icon/left.png') no-repeat center/contain;
  /* transform: rotate(270deg); */
  border-radius: 50%;
}

.swiper-slide img {
  width: 100%;
  height: auto;
}



.images-deco-1 .d-img-1,
.images-deco-1 .d-img-2,
.images-deco-1 .d-img-3 {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

.images-deco-1 .d-img-1 {
  /* position: relative; */
  z-index: 1;
  width: 100%;
  /* margin: 5%; */
  /* margin-top: 5%;
  margin-left: 5%; */
}

.images-deco-1 .d-img-2 {
  width: 30%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 20px;
  border: 3px solid #fff;
}

.images-deco-1 .d-img-3 {
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: -50px;
  right: 0;
  margin: 5%;
  background: #e3002a;
}

.bg-dark-1 {
  background-color: #1D1D1F !important
}

.bg-light-1 {
  background-color: #fff !important
}

.subtitle .s2 {

  background: rgba(255, 255, 255, .1);
}

.subtitle {
  background: #e3002a;
  color: #fff;
  display: inline-block;
  margin-right: 20px;
  padding: 5px 20px;
}

.subtitle.s2 i {
  margin-right: 10px;
}

.subtitle.s2 span:first-child {
  padding-left: 0;
}

.about p {
  color: #000000;
}




/*----------------------------------------*/
/*  00. Feature CSS START
/*----------------------------------------*/
.brand__area-2 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -40px;
}

.brand__area-3 {
  position: relative;
  z-index: 4;
  margin-bottom: -130px;
}


.brand__image-item {
  padding: 45px 20px;
  text-align: center;
  position: relative;
  height: 160px;
}

.brand__image-item img {
  /* width:150px;
  height:80px; */
  filter: grayscale(100%);
}

.brand__image-item:hover img {
  filter: grayscale(0%);
}

.brand__image-item-br {
  border-right: 1px solid #e5e5e5;
}

.brand__image-item-bb {
  border-bottom: 1px solid #e5e5e5;
}

.brand__image-item-ab {
  /* position: absolute; */
  /* top: 0; */
  /* background: #e3002a; */
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  /* visibility: hidden; */
  opacity: 0;
  transition: 0.3s;
}

.brand__image-item-ab img {
  position: relative;
  z-index: 1;
  /* top: 80%; */
  /* transform: translateY(-80%); */
  filter: grayscale(100%);
  transition: 0.3s;
  opacity: 0.5;
}

.brand__image-item:hover .brand__image-item-ab {
  /* visibility: visible; */
  /* opacity: 1; */
}

.brand__image-item:hover .brand__image-item-ab img {
  /* top: 50%;
  transform: translateY(-50%); */
}

.brand__image-item-3 img {
  filter: grayscale(100%);
  opacity: 0.5;
  transition: 0.3s;
}

.brand__image-item-3:hover img {
  opacity: 1;
  filter: grayscale(0%);
}

.brand__wrapper {
  background: var(--tp-common-white);
  border-radius: 6px;
  box-shadow: 3px 16px 23px 15px rgba(0, 0, 0, 0.04);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-border .row [class*=col-]:nth-child(3) .brand__image-item {
    border-right: 0;
  }

  .brand-border .row [class*=col-]:nth-child(4) .brand__image-item {
    border-right: 1px solid #e5e5e5;
  }

  .brand-border .row [class*=col-]:nth-child(5) .brand__image-item {
    border-bottom: 1px solid #e5e5e5;
  }

  .brand-border .row [class*=col-]:nth-child(6) .brand__image-item {
    border-right: 0;
    border-bottom: 1px solid #e5e5e5;
  }

  .brand-border .row [class*=col-]:nth-child(8) .brand__image-item {
    border-right: 1px solid #e5e5e5;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .brand-border .row [class*=col-]:nth-child(2) .brand__image-item {
    border-right: 0;
  }

  .brand-border .row [class*=col-]:nth-child(5) .brand__image-item {
    border-bottom: 1px solid #e5e5e5;
  }

  .brand-border .row [class*=col-]:nth-child(6) .brand__image-item {
    border-right: 0;
    border-bottom: 1px solid #e5e5e5;
  }
}

@media (max-width: 575px) {
  .brand-border .row [class*=col-]:nth-child(1) .brand__image-item {
    border-right: 0;
  }

  .brand-border .row [class*=col-]:nth-child(4) .brand__image-item {
    border-right: 1px solid #e5e5e5;
  }

  .brand-border .row [class*=col-]:nth-child(5) .brand__image-item {
    border-bottom: 1px solid #e5e5e5;
  }

  .brand-border .row [class*=col-]:nth-child(6) .brand__image-item {
    border-bottom: 1px solid #e5e5e5;
  }

  .brand-border .row [class*=col-]:nth-child(7) .brand__image-item {
    border-bottom: 1px solid #e5e5e5;
  }
}

.sales {
  background: #f5f5f5;
}

.de-item {
  border: solid 0px rgba(var(--primary-color-rgb), 0);
  position: relative;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  overflow: hidden;
}

.de-item .d-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* background: -moz-linear-gradient(0deg, rgba(var(--primary-color-rgb),.6) 20%, rgba(var(--primary-color-rgb),.2) 50%);
  background: -webkit-linear-gradient(0deg, rgba(var(--primary-color-rgb),.6) 20%, rgba(var(--primary-color-rgb),.2) 50%);
  background: linear-gradient(0deg, rgba(var(--primary-color-rgb),.6) 20%, rgba(var(--primary-color-rgb),.2) 50%); */
}

.de-item .d-overlay .d-text {
  position: absolute;
  bottom: -10px;
  padding: 10px 20px 20px 20px;
  width: 100%;
  background: #e3002a;
  transition: all 0.3s;
  border-top: 3px solid #fff;
}

@media (max-width: 767px) {
  .de-item .d-overlay .d-text {
    padding: 5px 10px 10px 10px;
    border-top: 2px solid #fff;

  }
}

.de-item .d-overlay .d-text .btn-main {
  margin-top: 10px;
  opacity: 0;
}

.de-item:hover .d-overlay .d-text {
  bottom: 0;
}

.de-item:hover .d-overlay .d-text .btn-main {
  opacity: 1;
}

.de-item .price {
  color: #ffffff;
  font-weight: bold;
  background: rgba(var(--primary-color-rgb), .5);
  margin-left: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 0 5px;
}

.de-item .d-overlay .d-text h4 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .de-item .d-overlay .d-text h4 {
    font-size: 15px;
    margin-bottom: 5px;
  }
}

.de-item .d-overlay .d-text p {
  margin-bottom: 0;
  color: var(--dark-body-font-color);
}

.de-item .d-overlay .d-label {
  position: absolute;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 12px;
  top: 20px;
  right: 20px;
  padding: 0px 12px;
  color: #ffffff;
  font-weight: 500;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: rgba(255, 255, 255, .15);
}

.de-item:hover img {
  transform: scale(1.05);
  transition: all ease 0.5s;
}

.de-item hr {
  margin: 10px 0;
  opacity: .5;
  border-color: #ffffff;
}


.team-section {
  background: #f5f5f5;
}


.single-team-style-1 {
  position: relative;
  top: 0;
  transition: top ease 0.5s;
  background-color: #fff;
  /* box-shadow: 0px 10px 60px rgba(167, 167, 167, 0.25); */
  box-shadow:
    0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048),
    0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072),
    0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12);
  border-radius: 40px;
  margin-top: 30px;
}

.single-team-style-1:hover {
  top: -10px;
}

.single-team-style-1 .team-image img {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  border-bottom: 10px solid #e3002a;
}

.single-team-style-1 .team-content {
  padding: 30px 0;
}

.single-team-style-1 .team-content h4 {
  position: relative;
  font-size: 20px;
  text-align: center;
}

.single-team-style-1.it-single-team-style .team-image img {
  border-radius: 0;
}

.single-team-style-1.it-single-team-style .team-image .icon-list {
  bottom: 18%;
}

.single-team-style-1.it-single-team-style .team-content {
  box-shadow: 0px 10px 60px rgba(167, 167, 167, 0.25);
  padding: 25px 20px;
  margin: -60px 25px;
  position: relative;
  z-index: 9;
  background: #fff;
}

.single-team-style-1.it-single-team-style .team-content h3::before {
  display: none;
}

.single-team-style-1.it-single-team-style .team-content p {
  margin-top: 5px;
}

.single-team-style-1.it-single-team-style .team-content.it-team-content {
  padding: 0;
  margin: 0;
  box-shadow: none;
}

.single-team-style-1.it-single-team-style .team-content.it-team-content p {
  margin-bottom: 25px;
}

.single-team-style-1.it-single-team-style.active .team-image .icon-list {
  opacity: 1;
}

.single-team-style-1.it-single-team-style.active .team-image .icon-list ul li {
  transform: scaleX(1) !important;
}

.single-team-active-1 .team-image .icon-list {
  opacity: 1;
}

.single-team-active-1 .team-image .icon-list ul li {
  transform: scaleX(1) !important;
}

.team-section-2 {
  padding-bottom: 190px;
}



.testimonials {
  background: #f0f0f0;
}

.testimonial-wrapper {
  position: relative;
  z-index: 1;
}

.testimonial-wrapper .testimonial-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  right: 0;
  top: 0;
}

@media (max-width: 1199px) {
  .testimonial-wrapper .testimonial-bg {
    width: 30%;
  }
}

@media (max-width: 991px) {
  .testimonial-wrapper .testimonial-bg {
    background-image: inherit;
    background: #e3002a;
    opacity: .2;
  }
}

.testimonial-wrapper .owl-dots .owl-dot {
  border-width: 3px;
  border-color: transparent;
  border-style: solid;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: inline-block;
  line-height: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  margin: 0px 5px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.testimonial-wrapper .owl-dots .owl-dot:hover,
.testimonial-wrapper .owl-dots .owl-dot.active {
  border-color: #e3002a;
}

.testimonial-wrapper .owl-dots .owl-dot:hover span,
.testimonial-wrapper .owl-dots .owl-dot.active span {
  background-color: #e3002a;
}

.testimonial-wrapper .owl-dots .owl-dot span {
  background-color: #dae9f9;
  margin: 0;
  line-height: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  margin-left: -5px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.single-testimonial {
  /* width: 50%; */

}

.single-testimonial .icon {
  font-size: 100px;
  color: #e3002a;
  line-height: 1;
}

@media (max-width: 991px) {
  .single-testimonial .icon {
    font-size: 80px;
  }
}

@media (max-width: 767px) {
  .single-testimonial .icon {
    font-size: 60px;
  }
}

.single-testimonial h2 {
  font-weight: 400 !important;
  font-style: italic;
  font-size: 18px;
  line-height: 140%;
}

@media (max-width: 767px) {
  .single-testimonial h2 {
    font-size: 26px;
    letter-spacing: -2px;
  }
}

@media (max-width: 375px) {
  .single-testimonial h2 {
    font-size: 24px;
    font-style: normal;
  }
}

.single-testimonial .client-info {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.testimonial-carousel-active {
  width: 60%;
  display: block;
  margin: 0 auto;
}

.testimonials .testimonial-user-icon {
  width: 80px;
  height: 80px;
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 10px;
}

.testimonials .testimonial-user-icon i {
  font-size: 40px;
  color: var(--color-white);
}

@media (max-width: 767px) {
  .single-testimonial .client-info .client-img {
    margin-right: 20px;
  }

  .testimonial-carousel-active {
    width: 100%;
  }
}

.single-testimonial .client-info .client-bio {
  overflow: auto;
}

.single-testimonial .client-info .client-bio h3 {
  font-size: 25px;
}

.single-testimonial .client-info .client-bio p {
  color: #e3002a;
  font-weight: 500;
}


.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}



.want-service {
  background-image:
    linear-gradient(50deg,
      rgba(240, 23, 19, 0.6) 50%,
      rgba(255, 0, 0, 0) 70%, transparent),
    url('../img/workspace-1.jpg');
  background-size: cover;
  width: 100%;
  height: 400px;

  color: #fff !important;
}

.want-service .want-service-content {
  width: 50%;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .want-service {

    height: auto;

  }

  .want-service .want-service-content {
    width: 80%;
    margin-top: 20px;
  }
}


/*==================================================
 <-- yuvin Button Css-->
===================================================*/

.yuvin-btn a {
  display: inline-block;
  text-decoration: none;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  background: #ffcd05;
  padding: 10px 20px;
  border-radius: 3px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: .5s;
}

.yuvin-btn a:hover {
  color: #fff;
  /* background: #e3002a; */
}

.yuvin-btn a::before {
  position: absolute;
  content: "";
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  background: #e3002a;
  content: "";
  top: 110%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}

.yuvin-btn a:hover::before {
  top: -40%;
}

.yuvin-btn a i {
  margin-left: 4px;
  font-size: 17px;
}

/* contact us */
.contact__left-item {
  background: #e3002a;
  padding: 50px;
}

.contact__left-item ul li {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.contact__left-item ul li h3 {
  font-size: 22px;
}

.contact__left-item ul li i {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  background-color: #fff;
  display: block;
  position: relative;
}

.contact__left-item ul li i::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  border: 1px dashed var(--primary-color);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contact__left-item .social a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  background-color: var(--white);
  color: var(--secondary-color);
  margin-right: 5px;
}

.contact__left-item .social a:hover {
  /* color: var(--primary-color); */
}

.contact__right-item {
  padding-left: 50px;
}

@media (max-width: 991px) {
  .contact__right-item {
    padding-left: 0;
  }
}

.contact__form form .nice-select {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  border: none;
  background-color: var(--sub-bg);
  margin-bottom: 30px;
  padding: 18px 20px;
  height: 70px;
  border-radius: 5px;
}

.contact__form form .nice-select .list {
  width: 100%;
}

.contact__form form label {
  font-family: var(--quicksand);
  color: var(--heading-color);
  margin-bottom: 5px;
  font-weight: 700;
}

.contact__form form input,
.contact__form form textarea {
  width: 100%;
  padding: 12px 20px;
  background-color: var(--sub-bg);
  border-radius: 4px;
  margin-bottom: 20px;
  border: 1px solid #999;
}

.contact__form form textarea {
  height: 150px;
}

.contact__map {
  margin-bottom: -10px;
}

.contact__map iframe {
  width: 100%;
  height: 600px;
}



/* breadcrumb */
.breadcrumb-wrapper {
  padding: 130px 0;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.breadcrumb-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: #000;
}

@media (max-width: 1199px) {
  .breadcrumb-wrapper {
    padding: 150px 0;
    overflow: hidden;
  }
}

@media (max-width: 991px) {
  .breadcrumb-wrapper {
    padding: 120px 0;
  }
}

@media (max-width: 575px) {
  .breadcrumb-wrapper {
    padding: 70px 0;
  }
}

.breadcrumb-wrapper .page-heading {
  position: relative;
}

.breadcrumb-wrapper .page-heading h1 {
  color: #fff;
  font-size: 60px;
}

@media (max-width: 991px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 48px;
  }
}

@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 32px;
  }
}

.breadcrumb-wrapper .page-heading h1 span {
  font-size: 60px;
  font-weight: 400;
}

@media (max-width: 991px) {
  .breadcrumb-wrapper .page-heading h1 span {
    font-size: 48px;
  }
}

@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading h1 span {
    font-size: 32px;
  }
}

.breadcrumb-wrapper .page-heading .breadcrumb-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; */
  gap: 15px;
}

@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  list-style-type: none;
}

@media (max-width: 991px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-items li {
    font-size: 19px;
  }
}

@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-items li {
    font-size: 18px;
  }
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li a {
  color: #ff0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li a:hover {
  color: var(--theme);
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li i {
  font-weight: 400;
  font-size: 20px;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items .text {
  text-decoration: underline;
}





.counter__bg {
  position: relative;
  z-index: 1;
  background: #ffcd05;
  margin-bottom: 10px;
}

.counter__wrapper {
  padding: 22px 0;
  /* padding-left: 40px; */
}

.counter__item {
  position: relative;
  border-right: 1px solid #222;
}

@media (max-width: 767px) {
  .counter__item {
    margin-top: 30px;
  }
}

.counter__item h3 {
  font-size: 34px;
  color: #222;
  margin-bottom: 15px;
}

.counter__item p {
  color: #222;
  font-size: 16px;
  margin-bottom: 0;
}

.counter__item img {
  position: absolute;
  top: 0;
  right: -20px;
}

@media (max-width: 767px) {
  .counter__video>h3 {
    margin-top: 20px;
  }
}

.brand-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  background: #f0f0f0;
}


/* industries */
.industries {
  background: #fff;
}

.industries .industry {
  border: 1px solid #ddd;
  padding: 10px;
}

/* why-us */
.why-us {
  background: #f0f0f0;
}

.why-us .why-us-info h5 {
  font-weight: 600;
  color: #444;
  font-size: 18px;
}

.why-us .why-us-info img {
  width: 60px;
  height: 60px;
  background: #ffcd05;
  margin-right: 10px;
  padding: 10px;
  border-radius: 10px;
}

.why-us p {
  padding: 0;
  margin: 0;
  color: #777;
}

.why-us .images-deco-1 img {
  width: 95%;
  height: 350px;
}

.about-area {
  background: #f5f5f5;
}