
html {
  overflow-y: auto;
  margin: 0 !important;
  margin-top: 0 !important;
}
div#wpadminbar {
  display: none;
}
.slick-prev:focus, .slick-next:focus{
  background: #ffffff !important;
}
/* .aos-animate{
  display: none;;
} */
#slider .owl-carousel .owl-item img{
  width: 100% !important;
}
header,section,footer {
  /* background: #ffffff; */
  z-index: 0
}
header#masthead {
  z-index: 2;
  position: relative;
}
button.owl-dot {
  border-radius: 50%;
}
.owl-nav button {
  z-index: 3;
  cursor: pointer !important;
}
.task-inner .main-task-inner-wrapper:nth-child(1).aos-animate{
  animation-name: fade-right !important;
  visibility: visible;
  animation-duration: 0s;
  transition-delay: 0s !important;
}
.task-inner .main-task-inner-wrapper img.arrow-img:nth-child(2){
  visibility: visible;
  animation-duration: 2s;
  transition-delay: 1s !important;
}
.task-inner .main-task-inner-wrapper:nth-child(2).aos-animate{
  -webkit-animation-name: fade-up;
  animation-name: fade-up !important;
  visibility: visible;
  animation-duration: 2s;
  transition-delay: 2s !important;
}
.task-inner .main-task-inner-wrapper:nth-child(3).aos-animate{
  -webkit-animation-name: fade-down;
  animation-name: fade-down !important;
  visibility: visible;
  animation-duration: 3s;
  transition-delay: 3s !important;
}

@-webkit-keyframes shine {
  from {-webkit-mask-position: 150%; } to {-webkit-mask-position: -50%; }
}
/* ------------------ Testimonials ----------------  */

#testimonials .testimonials-head{
  text-align: center;
  margin-bottom: 0rem;
}
#testimonials .testimonials-head h3{
  letter-spacing: 0px;
}
#blog .blog-head h3
{
  letter-spacing: 0px;
}
.blog-share{
  float: right;
  cursor: pointer;
}
.blog-share i{
  font-size: 24px;
  color: #4bcdfc;
}
.blog-share{
  border: 1px solid transparent;
  padding: 5px 10px 5px 10px;
  border-radius: 8px 0px;
  margin-top: -10px;
}
.blog-share:hover{
  border: 1px solid #4bcdfc;
}
.blog-share-icon {
  margin-top: 7em;
  margin-left: -10em;
  margin-bottom: -2em;
}
.blog-share-icon a {
  margin-right: 5px;
  background-color: var(--heading-text-color);
  padding: 8px;
  border-radius: 5px 0px;
}
.blog-share-icon a:hover {
  background-color: #4bcdfc;
  color: var(--heading-text-color);
}
.blog-comments i {
  color: #4bcdfc;
}
.blog-comments span{
  font-size: 13px;
}
.blog-contents:hover {
  background-size: cover;
}
#blog .owl-carousel .owl-dot, #our-clients .owl-carousel .owl-dot {
  padding: 4px;
  padding: 5px;
  border: none;
  margin-right: 9px;
  background-color: #d9d9d9;
}
.shortcode_text{
  margin-top: 3%;
  color: #9d9d9e;
}
.owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
}
button.owl-next.disabled, button.owl-prev.disabled {
  background: #bbb;
}


/* My Custom Css */

/* Heading And Sub Heading */
.Celebrities-heading h2,.blog-heading h2,h2.testi-heading,h2.insta-heading,.bs-heading h2,.tp-heading h2{
  font-family: Raleway;
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
  text-align: center;
  color: #000000;
  padding: 0;
  text-transform: uppercase;
}
.Celebrities-heading,.blog-heading,.testi-head,h2.insta-heading,.bs-heading,.tp-heading{
  padding-bottom: 40px;
}
.btn-1 {
  font-family: Raleway;
  font-size: 16px;
  font-weight: 600;
  line-height: 12px;
  text-align: left;
  width: 100%;
  max-width: 180px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  position: relative;
  background: #E30045;
  transition: 0.3s ease-in-out;
  border-radius: 2px;
  border: 1px solid transparent
}
.btn-1:hover {
  border-color: #E30045;
  color: #E30045;
  background: transparent !important;
}
.btn-2 {
  font-family: Raleway;
  font-size: 16px;
  font-weight: 600;
  line-height: 12px;
  text-align: left;
  width: 100%;
  max-width: 180px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  position: relative;
  background: #000000;
  transition: 0.3s ease-in-out;
  border-radius: 2px;
  border: 1px solid transparent
}
.btn-2:hover {
  border-color: #000000;
  color: #000000;
  background: transparent !important;
}

/* Slider */
section#banner {
  padding-top: 0;
}
img.bl-mbl-img {
  display: none;
}
.banner-inner-wrapper {
  position: relative;
}
.banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%)
}
h1.banner-heading {
  font-family: Raleway;
  font-size: 64px;
  font-weight: 700;
  line-height: 59px;
  text-align: center;
  color: #ffffff;
}
h5.banner-subheading {
  font-family: Raleway;
  font-size: 40px;
  font-weight: 700;
  line-height: 59px;
  text-align: center;
  color: #ffffff;
}
a.banner-btn {
  margin: 35px auto 0;
}
.banner-btn:hover {
  border-color: #ffffff;
  color: #ffffff
}

/* Image With text */
.iwt-inner-wrapper .row {
  align-items: center;
}
.iwt-img {
  text-align: center;
}
h5.iwt-sub-title {
  font-family: Raleway;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  color: #000000;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 5px;
}
h2.iwt-title {
  font-family: Raleway;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #000000;
  padding: 30px 0 30px;
  width: 100%;
  max-width: 80%;
}
p.iwt-text {
  font-family: Cabin;
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #686868;
  width: 100%;
  max-width: 94%;
  margin: 0;
}

/* Categories */
.c-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 7px;
}
.c-contents {
  position: relative;
}
.c-text {
  position: absolute;
  bottom: 20px;
  left: 15px;
}
a.c-title {
  font-family: Cabin;
  font-size: 24px;
  font-weight: 700;
  line-height: 18px;
  text-align: left;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 12px;
}
a.c-title i {
  font-size: 24px;
}

/* Tab Product */
.tp-wrapper {
  display: none;
}
.tp-wrapper.active {
  display: block;
}
.tp-pills {
  justify-content: center;
  padding-bottom: 30px;
  gap: 85px;
  align-items: center;
}
li.tp-item .tp-link {
  font-family: Raleway;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #888888;
  padding: 5px 15px
}
li.tp-item .tp-link.active {
  color: #000000;
  font-weight: 600;
  border: 1px solid #000000;
  border-radius: 0;
  padding: 5px 15px;
}
.product-gallery img {
  width: 100%
}
.tp-product {
  position: relative;
  margin: 0 20px;
}
.tp-sale-tag .sale-perc {
  font-family: 'Cabin';
  font-size: 12px;
  font-weight: 400;
  line-height: 10px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #ffffff;
  width: 65px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff0000;
  position: absolute;
  top: 0;
  left: 0;
}
.tp-text {
  text-align: center;
}
h3.tp-title {
  padding: 5px 0 10px;
}
h3.tp-title a {
  font-family: Cabin;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #000000;
}
.tp-price .product-price {
  font-family: Cabin;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #808080 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  border: none !important;
}
.tp-price .product-price del span {
  color: #808080 !important
}
.tp-price .product-price ins span {
  color: #ff0000 !important
}
.tp-slide .slick-prev:before {
  content: '\f060';
}
.tp-slide .slick-next:before {
  content: '\f061';
}
.tp-slide .slick-prev:before,.tp-slide .slick-next:before {
  border: 2px solid #000000;
  font-size: 16px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #000000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1
}
.tp-slide .slick-prev.slick-disabled:before, .tp-slide .slick-next.slick-disabled:before {
  opacity: .75;
}
.tp-slide .slick-prev {
  left: 41px;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
.tp-slide .slick-next {
  right: 55px;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
.tp-sale-tag a {
  font-family: Cabin;
  font-size: 12px;
  font-weight: 400;
  line-height: 10px;
  text-align: left;
  color: #ffffff;
  width: 40px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  background: #00A849;
  text-transform: uppercase;
}
a.tp-btn {
  margin: 40px auto 0;
}
.tp-hover {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #E30045;
  width: 100%;
  max-width: 45px;
  height: 95px;
  padding: 0 5px;
  position: absolute;
  top: 0;
  right: 10px;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.tp-detail-wrap:hover .tp-hover {
  opacity: 1;
}
.tp-hover .yith-wcqv-button, .tp-hover .product_type_simple {
  font-size: 0;
  color: transparent;
  padding: 5px 0;
  width: 100%;
  text-align: center;
}
.tp-hover .product_type_simple:before {
  content: '\f290';
  font-size: 22px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #ffffff;
}
.tp-hover .yith-wcqv-button:before {
  content: '\f06e';
  font-size: 22px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #ffffff;
}
.tp-hover .yith-wcqv-button {
  border-bottom: 1px solid #ffffff;
}
.tp-product:hover .tp-hover {
  opacity: 1;
}

/* Video */
section#Video {
  padding-bottom: 0
}
.v-video {
  position: relative;
}
.v-video img {
  height: 636px;
  width: 100%;
  object-fit: cover;
  position: relative;
}
.video-text h2 {
  font-family: Cabin;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  text-align: left;
  color: #ffffff;
  width: 100%;
  max-width: 70%;
  padding: 0 0 25px;
}
.video-text {
  position: absolute;
  bottom: 40px;
  left: 50px;
}
.video-btn:hover {
  border-color: #ffffff;
  color: #ffffff
}

/* Brand */
#brand {
  padding-top: 0;
}
.brand-wrapper {
  padding: 20px 0;
}
.brand-inner-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

/* Banner 2 */
.banner-2-div {
  position: relative;
}
.banner-2-inner-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.bt-2,.bt-1 {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.bt-2 h5 {
  font-family: Raleway;
  font-size: 24px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #ffffff;
}
.bt-2 h2 {
  font-family: Raleway;
  font-size: 40px;
  font-weight: 600;
  line-height: 53px;
  text-align: left;
  color: #ffffff;
  width: 100%;
  max-width: 70%;
  padding: 30px 0 40px;
}
.bt-2 a {
  font-family: Raleway;
  font-size: 16px;
  font-weight: 600;
  line-height: 12px;
  text-align: left;
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.bt-1 h2 {
  font-family: Raleway;
  font-size: 40px;
  font-weight: 600;
  line-height: 53px;
  text-align: left;
  color: #000000;
  padding: 0;
  width: 100%;
  max-width: 70%;
}
.bt-1 p {
  font-family: Cabin;
  font-size: 16px;
  font-weight: 400;
  line-height: 31px;
  text-align: left;
  color: #000000;
  width: 100%;
  max-width: 70%;
  padding: 30px 0 40px;
  margin: 0
}
.bt-1 a {
  font-family: Raleway;
  font-size: 16px;
  font-weight: 600;
  line-height: 12px;
  text-align: left;
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 5px;
}

/* Celebrities */
.Celebrities-heading h2 {
  padding-bottom: 30px;
}
.Celebrities-heading p {
  font-family: Cabin;
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #686868;
  margin: 0;
}
.Celebrities-div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}
.Celebrities-detail img {
  width: 100%;
}
.Celebrities-detail h5 {
  font-family: Raleway;
  font-size: 16px;
  font-weight: 300;
  line-height: 10px;
  text-align: left;
  color: #979797;
  padding: 15px 0;
}
.Celebrities-detail h3 {
  font-family: Raleway;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  color: #000000;
}

/* Two Column */
.tcs-upper .row,.tcs-down .row {
  align-items: center;
}
.tcs-down {
  padding-top: 80px;
}
.tcs-upper-img{
  text-align: right;
}
.tcs-down-text {
  padding-left: 35px;
}
.tcs-upper-video {
  width: 100%;
  max-width: 96%;
  margin: 0 0 0 auto;
  display: flex;
}
.tcs-down-video {
  width: 100%;
  max-width: 96%;
}
.tcs-upper-img,.tcs-down-img {
  width: 100%;
  max-width: 95%;
}
.tcs-upper-text h2,.tcs-down-text h2 {
  font-family: Raleway;
  font-size: 40px;
  font-weight: 800;
  line-height: 40px;
  text-align: left;
  color: #000000;
  padding-bottom: 50px;
  position: relative;
}
.tcs-upper-text h2:after,.tcs-down-text h2:after {
  content: '';
  width: 100%;
  height: 2px;
  max-width: 110px;
  background: #d1d1d1;
  position: absolute;
  bottom: 0;
  left: 0;
}
.tcs-upper-text p,.tcs-down-text p {
  font-family: Cabin;
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
  color: #686868;
  padding: 40px 0 60px;
  margin: 0;
  width: 100%;
  max-width: 96%;
}

/* Deal */
h5.deal-subheading {
  font-family: Raleway;
  font-size: 16px;
  font-weight: 400;
  line-height: 12px;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
}
h2.deal-heading {
  font-family: Raleway;
  font-size: 40px;
  font-weight: 600;
  line-height: 34px;
  text-align: center;
  color: #000000;
  padding: 40px 0 30px;
}
p.deal-text {
  font-family: Cabin;
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  text-align: center;
  color: #686868;
  margin: 0;
  width: 100%;
  max-width: 90%;
}
a.deal-btn {
  font-family: Raleway;
  font-size: 16px;
  font-weight: 600;
  line-height: 12px;
  text-align: center;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.textDiv_Days,.textDiv_Hours,.textDiv_Minutes,.textDiv_Seconds {
  background: #000000;
  top: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  gap: 20px;
  border-radius: 4px;
  width: 100% !important;
  max-width: 80px !important;
  height: 100px;
}
.wpcdt-timer-wrap {
  height: 100px !important;
  margin: 0 !important;
}
.wpcdt-timer-72 .wpcdt-clock {
  max-width: 400px !important;
}
.textDiv_Days span,.textDiv_Hours span,.textDiv_Minutes span,.textDiv_Seconds span {
  font-family: Cabin !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  text-align: center !important;
  color: #ffffff;
  margin: 0 !important;
}
.textDiv_Days h4,.textDiv_Hours h4,.textDiv_Minutes h4,.textDiv_Seconds h4 {
  font-family: Raleway !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 12px !important;
  text-align: center !important;
  color: #ffffff;
}
.deal-counter {
  padding: 30px 0 45px;
}
.deal-inner-wrapper {
  position: relative;
}
.deal-text-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.time_circles {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  gap: 10px;
  max-width: 641px !important;
  margin: 0 auto;
}
.time_circles canvas {
  display: none !important
}
.bs-price .product-price del span {
  color: #808080 !important;
}
.bs-price .product-price ins span {
  color: #ff0000 !important;
}

/* Best Seller */
.bs-product {
  position: relative;
}
.bs-img-div .product-gallery img {
  width: 100%;
}
.bs-sale-tag .sale-perc {
  font-family: 'Cabin';
  font-size: 12px;
  font-weight: 400;
  line-height: 10px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #ffffff;
  width: 65px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff0000;
  position: absolute;
  top: 0;
  left: 0;
}
.bs-text-div {
  text-align: center;
}
.bs-price .product-price {
  justify-content: center;
}
h3.bs-title a {
  font-family: Cabin;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #000000;
}
h3.bs-title {
  padding: 5px 0 10px;
}
.bs-price .product-price {
  font-family: Cabin;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #000000;
  display: flex;
  gap: 15px;
  border: none !important;
}
a.bs-btn {
  margin: 40px auto 0;
}
.bs-product {
  margin: 0 20px
}
.bs-inner-wrapper .slick-prev:before {
  content: '\f060';
}
.bs-inner-wrapper .slick-next:before {
  content: '\f061';
}
.bs-inner-wrapper .slick-prev:before, .bs-inner-wrapper .slick-next:before {
  border: 2px solid #000000;
  font-size: 16px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #000000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.bs-inner-wrapper .slick-prev {
  left: 45px;
  z-index: 1
}
.bs-inner-wrapper .slick-next {
  right: 52px;
}
.bs-hover {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #E30045;
  width: 100%;
  max-width: 45px;
  height: 95px;
  padding: 0 5px;
  position: absolute;
  top: 0;
  right: 10px;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.bs-detail-wrap:hover .bs-hover {
  opacity: 1;
}
.bs-hover .yith-wcqv-button, .bs-hover .product_type_simple {
  font-size: 0;
  color: transparent;
  padding: 5px 0;
  width: 100%;
  text-align: center;
}
.bs-hover .product_type_simple:before {
  content: '\f290';
  font-size: 22px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #ffffff;
}
.bs-hover .yith-wcqv-button:before {
  content: '\f06e';
  font-size: 22px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #ffffff;
}
.bs-hover .yith-wcqv-button {
  border-bottom: 1px solid #ffffff;
}
.bs-product:hover .bs-hover {
  opacity: 1;
}
div#yith-quick-view-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
#yith-quick-view-content button.single_add_to_cart_button.button.alt {
  margin: 0 20px !important;
}
#yith-quick-view-content .product {
  display: flex;
  align-items: center;
}

/* Image With Text 2 */
.iwt-2-inner-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
}
.iwt-2-img-wrap {
  background: #000000;
  padding: 40px 0;
  text-align: center;
}
.iwt-2-text-wrap {
  padding-left: 75px;
}
.iwt-2-t h5 {
  font-family: Raleway;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #000000;
}
h3.iwt-2-title {
  font-family: Raleway;
  font-size: 40px;
  font-weight: 700;
  line-height: 58px;
  text-align: left;
  color: #000000;
  text-transform: uppercase;
  padding: 20px 0 25px;
  width: 100%;
  max-width: 44%;
}
p.iwt-2-text {
  font-family: Cabin;
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
  color: #686868;
  width: 100%;
  max-width: 93%;
}
.iwt-t1 {
  margin-bottom: 20px;
}
.iwt-t2 {
  margin: 0;
}
a.iwt-2-btn {
  margin-top: 50px;
}

/* Blog */
.blog-content-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 64px;
}
.blog-img img {
  width: 100%;
}
.blog-head {
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  padding: 20px 0 15px;
}
.blog-information {
  padding-top: 15px;
}
h4.blog-date {
  font-family: Cabin;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.44px;
  text-align: left;
  color: #5f5f5f;
  padding: 0;
}
.blog-title {
  font-family: Raleway;
  font-size: 17px;
  font-weight: 600;
  line-height: 19.96px;
  text-align: left;
  padding: 15px 0 20px;
}
a.blog-read-btn {
  font-family: Raleway;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.78px;
  text-align: left;
  color: #5f5f5f;
  text-decoration: underline;
  text-underline-offset: 5px;
}
a.blog-btn.btn-1 {
  margin: 35px auto 0;
}
.blog-info:nth-child(2):after {
  content: '';
  width: 112%;
  height: 109%;
  position: absolute;
  left: -32px;
  top: -20px;
  border-left: 1px solid #E1E1E1;
  border-right: 1px solid #E1E1E1;
}
.blog-info:nth-child(2) {
  position: relative;
}

/* Testimonial */
.testi-wrap {
  position: relative;
}
img.quote-img {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}
p.testi-subheading {
  margin: 0;
  padding-bottom: 30px;
}
.testi-head {
  padding-bottom: 50px;
}
.testi-img.slick-active .testi-text-div {
  display: none;
}
.testi-img.slick-current .testi-text-div {
  display: block;
}
.testi-text-div {
  padding-top: 20px;
}
h4.testi-title {
  font-family: Raleway;
  font-size: 20px;
  font-weight: 600;
  line-height: 14px;
  text-align: left;
  color: #000000;
  padding: 0 0 20px;
}
p.testi-customer-designation {
  font-family: Raleway;
  font-size: 20px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  color: #7c7c7c;
  margin: 0;
}
.testimonial-text p {
  font-family: Cabin;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #686868;
}
.testi-img {
  position: relative;
}
.testi-img:before {
  content: '';
  width: 120px;
  height: 120px;
  background: #ffffff94;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  transition: 0.3s ease;
}
.testi-img.slick-current:before {
  display: none;
}
.testi-nav {
  display: flex;
  align-items: center;
  grid-gap: 20px
}
.testi-nav i {
  font-size: 18px !important;
  padding: 10px;
  border: 1px solid #C7C7C7;
  color: #5A5A5A !important;
  cursor: pointer;
}
.timg-div {
  position: relative;
}
.timg-div i {
  font-size: 16px !important;
  color: #ffffff !important;
  background: #FAB915;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 75px;
}
.testi-img.slick-current .timg-div i {
  display: flex;
}
.testi-img .timg-div i {
  display: none;
}
.testi-img-slide .slick-next,.testi-img-slide .slick-prev {
  display: none !important;
}

/* Instagram */
a.insta-btn.btn-1 {
  margin: 30px auto 0;
}
