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 */
.gallery-heading h2,.service-heading h2,.team-heading h2,.award-heading h2,.cu-heading h2,.fp-heading h2,.pp-heading h2,.blog-heading h2,.brand-heading h2,.testi-heading,.insta-heading {
  font-family: Mulish;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #000000;
  padding: 0;
  text-transform: uppercase;
}
.gallery-heading p,.team-heading p,.cu-heading p {
  font-family: Mulish;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #000000;
  width: 100%;
  max-width: 78%;
  margin: 0 auto;
}
.gallery-heading,.service-heading,.team-heading,.award-heading,.cu-heading,.fp-heading,.pp-heading,.blog-heading,.brand-heading,.testi-heading,.insta-heading {
  padding-bottom: 40px;
}

/* Button style */
.btn-1 {
  font-family: Mulish;
  font-size: 14px;
  font-weight: 500;
  line-height: 10px;
  letter-spacing: 0.15em;
  text-align: center;
  color: #ffffff;
  width: 100%;
  max-width: 220px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.btn-1:before {
  content: '';
  width: 100%;
  max-width: 60px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s ease-in;
  transform-origin: left;
}
.btn-1:after {
  content: '';
  width: 100%;
  max-width: 60px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s ease-in;
  transform-origin: right;
}
.btn-1:hover:before,.btn-1:hover:after {
  max-width: 100%;
}
.btn-2 {
  font-family: Mulish;
  font-size: 14px;
  font-weight: 500;
  line-height: 10px;
  letter-spacing: 0.15em;
  text-align: center;
  color: #000000;
  width: 100%;
  max-width: 220px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-transform: uppercase;
}
.btn-2:before {
  content: '';
  width: 100%;
  max-width: 60px;
  height: 1px;
  background: #000000;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s ease-in;
  transform-origin: left;
}
.btn-2:after {
  content: '';
  width: 100%;
  max-width: 60px;
  height: 1px;
  background: #000000;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s ease-in;
  transform-origin: right;
}
.btn-2:hover:before,.btn-2:hover:after {
  max-width: 100%;
}

/* Slider */
.slider-slide {
  position: relative;
}
img.slider-mbl-img {
  display: none !important;
}
.slider-contant {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.slider-slide {
  position: relative;
}
.slider-slide:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.20;
  position: absolute;
  top: 0;
  left: 0;
}
.slider-head {
  font-family: Cormorant Garamond;
  font-size: 180px;
  font-weight: 600;
  line-height: 200px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0
}
h5.slider-subheading {
  font-family: Cormorant Garamond;
  font-size: 48px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #ffffffff;
  text-transform: uppercase;
}
.slider-btn {
  margin: 40px auto 0;
}
.slider-inner-wrapper {
  margin-bottom: 0 !important;
}
.slider-inner-wrapper .slick-dots {
  bottom: 30px;
  left: 25px;
  text-align: left;
  width: 100%;
  max-width: 50%;
}
.slider-inner-wrapper .slick-dots li {
  width: 50px;
  height: 10px;
  border-radius: 10px;
  border: 1px solid #ffffff;
}
.slider-inner-wrapper .slick-dots li button {
  width: 50px;
  height: 10px;
  padding: 0;
  border-radius: 10px;
}
.slider-inner-wrapper .slick-dots li button:before {
  width: 100%;
  height: 100%;
  background: #ffffff;
  font-size: 0;
  opacity: 0
}
.slider-inner-wrapper .slick-dots li.slick-active button:before {
  opacity: 1;
  background: #ffffff;
  color: transparent
}

/* Text Slider */
section#text-slider {
  padding-top: 0;
}
.ts-inner-wrapper {
  padding: 40px 0;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}
.ts-inner-wrapper h4 {
  margin: 0 20px; /* Adjust the spacing as needed */
}
.ts-wrapper {
  border-bottom: 1px solid #C1C1C1;
}
.ts-inner-wrapper h4 {
  font-family: Mulish;
  font-size: 44px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: -0.07em;
  text-align: left;
  color: #000000;
  padding: 0
}
.ts-icon {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  width: 25px;
  height: 35px;
  color: transparent;
  background: #4BC600;
}

/* About */
.about-inner-wrap .row {
  align-items: center;
}
.about-text {
  padding-left: 25px;
}
.about-text h4 {
  font-family: Mulish;
  font-size: 32px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-align: left;
  padding: 0;
}
.about-text p {
  font-family: Mulish;
  font-size: 20px;
  font-weight: 400;
  line-height: 37px;
  letter-spacing: 0.05em;
  text-align: justify;
  color: #000000;
  margin: 0;
  padding: 35px 0;
  width: 100%;
  max-width: 93%;
}

/* Categories */
.c-headings h2 {
  font-family: Bebas Neue;
  font-size: 195px;
  font-weight: 400;
  line-height: 161px;
  text-align: center;
  padding: 0;
  color: #8484840F;
}
.c-box {
  display: grid;
  grid-template-areas: 'a b b c'
                       'd d e f';
  grid-gap: 30px;
}
.c-contents {
  position: relative;
}
.c-contents:nth-child(1) {
  grid-area: a;
}
.c-contents:nth-child(2) {
  grid-area: b;
}
.c-contents:nth-child(3) {
  grid-area: c;
}
.c-contents:nth-child(4) {
  grid-area: d;
}
.c-contents:nth-child(5) {
  grid-area: e;
}
.c-contents:nth-child(6) {
  grid-area: f;
}
a.c-title {
  font-family: Mulish;
  font-size: 20px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #ffffff;
  position: absolute;
  bottom: 17px;
  left: 17px;
  text-transform: uppercase;
}
.c-text {
  position: absolute;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  background: #00000080;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s ease-in
}
.c-image,.c-image img {
  width: 100%;
  height: 100%;
}
.c-contents:hover .c-text {
  opacity: 1
}

/* Gallery */
.gallery-heading h2 {
  padding-bottom: 40px;
}
.gallery-inner-wrapper {
  display: grid;
  grid-template-areas: 'a a b'
                       'a a c';
  grid-gap: 10px;
}
.gallery-content {
  position: relative;
}
.gallery-content:nth-child(1){
  grid-area: a
}
.gallery-content:nth-child(2){
  grid-area: b
}
.gallery-content:nth-child(3){
  grid-area: c
}
.gallery-img,.gallery-img img {
  height: 100%;
}
.gallery-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 36px);
  height: calc(100% - 36px);
  background: #A4A4A466;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s ease-in;
  cursor: pointer
}
.gallery-content:hover .gallery-hover {
  opacity: 1
}
.gallery-hover i {
  color: #ffffff !important;
  font-size: 40px !important
}
.img-gallery {
  width: 100%;
  height: 100%;
  background: #00000080;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
  align-items: center;
  justify-content: center;
}
.img-gall {
  max-width: 800px;
  width: 100%;
  height: 500px;
  background: #d9d9d9;
  border: 1px solid #000000;
  position: relative;
}
.c-gall {
  background: #D9D9D94D;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-inline: auto;
  overflow: hidden;
  padding-top: 0px;
}
.custom-gallery {
  display: flex;
  white-space: nowrap;
  transition: all .3s;
}
.gi-left-arrow,.gi-right-arrow {
  position: absolute;
  top: 55%;
  transform: translateY(-55%);
  width: 40px;
  height: 40px;
  background: #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.gi-left-arrow {
  left: 5px;
  z-index: 9
}
.gi-right-arrow {
  right: 5px;
  z-index: 9
}
.gi-left-arrow i,.gi-right-arrow i {
  font-size: 20px !important;
  color: #ffffff !important;
}
.gi-close {
  text-align: center;
  width: 50px;
  height: 50px;
  margin: 0 0 0 auto;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: -50px;
  right: -50px;
}
.gi-close i {
  color: #ffffff !important;
  font-size: 28px !important;
}
.custom-gallery img {
  display: inline-block;
  width: 100%; /* Same as containerWidth1 in JS */
  height: 500px;
  object-fit: cover;
}
.gall-btn {
  margin: 40px auto 0;
}

/* Service */
.service-content .container {
  display: grid;
  grid-template-columns: 25% 75%;
  align-items: center;
}
.service-content:nth-child(odd) {
  background: #F9F9F9;
  padding-top: 30px;
}
.service-content:nth-child(even) {
  background: #141414;
}
.service-content:nth-child(even) .container {
  direction: rtl;
}
.service-text-wrap {
  padding-left: 30px;
}
h3.service-title {
  font-family: Bebas Neue;
  font-size: 128px;
  font-weight: 400;
  line-height: 45px;
  text-align: left;
  color: #6B6B6B14;
  padding: 0;
}
h4.service-subtitle {
  font-family: Mulish;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #000000;
  padding: 0;
}
h6.service-topics {
  font-family: Cormorant Garamond;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #000000;
  padding: 30px 0 40px;
}
.service-text {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.service-text p {
  font-family: Mulish;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #000000;
  width: 100%;
  max-width: 87%;
  text-transform: capitalize;
  margin: 0
}
.service-btn {
  margin: 30px auto 0 0;
}
.service-content:nth-child(even) h3.service-title {
  color: #FFFFFF14;
}
.service-content:nth-child(even) h4.service-subtitle,.service-content:nth-child(even) h6.service-topics,.service-content:nth-child(even) .service-text p,.service-content:nth-child(even) .service-btn{
  color: #ffffff;
}
.service-content:nth-child(even) .service-btn:before,.service-content:nth-child(even) .service-btn:after {
  background: #ffffff
}
.service-content:nth-child(even) .service-text {
  flex-direction: row-reverse
}

/* Team */
.team-heading h2 {
  padding-bottom: 40px;
}
.team-img img {
  filter: grayscale(1);
}
.team-inner-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.team-content {
  transition: all 3s ease-in;
  position: relative;
}
.team-content:hover .team-img img {
  filter: none;
}
.team-title h3 {
  font-family: Mulish;
  font-size: 16px;
  font-weight: 800;
  line-height: 12px;
  text-align: center;
  color: #ffffff;
  padding-bottom: 15px
}
.team-social a i {
  font-size: 18px;
  color: #ffffff;
}
.team-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.team-text-wrap {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}

/* Image With Text */
.iwt-text-wrap {
  background: #F9F9F9;
  display: flex;
  align-items: center;
}
.iwt-text {
  padding-left: 30px;
}
.iwt-text h3 {
  font-family: Mulish;
  font-size: 32px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #000000;
}
.iwt-text p {
  font-family: Mulish;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #333333;
  padding: 50px 0;
  margin: 0;
  width: 100%;
  max-width: 95%;
}

/* Video */
.v-video{
  position: relative;
  text-align: center;
}
.v-overlay {
  width: 100%;
  height: 100%;
  background: #00000066;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.video-img {
  position: absolute;
  transition: all 0.3s;
  left: 0;
  width: 100%;
  height: 100%;
}
img.play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  cursor: pointer;
  z-index: 1;
}
.v-video video {
  height: 600px
}

/* Choose Us */
.cu-heading h2 {
  padding-bottom: 40px;
}
.cu-inner-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 35px;
}
.cu-title {
  font-family: Mulish;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #000000;
  padding: 5px 0 10px;
  position: relative;
}
.cu-title:after {
  content: '';
  width: 100%;
  height: 3px;
  max-width: 120px;
  background: #F6C600;
  position: absolute;
  bottom: 0;
  left: 0;
}
.cu-text p {
  font-family: Mulish;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #000000;
  margin: 0;
  padding-top: 10px;
}

/* Award */
section#award {
  margin: 50px 0;
}
.award-img-wrap {
  text-align: end;
}
.award-text p {
  font-family: Mulish;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #000000;
  margin: 0;
  padding-top: 15px;
}

/* Featured Product */
.fp-product {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
.fp-images {
  position: relative;
}
.fp-hover {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-width: 45px;
  height: 80px;
  padding: 0 5px;
  position: absolute;
  top: 0;
  right: 5px;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.fp-hover .yith-wcqv-button, .fp-hover .fp-wishlist span {
  font-size: 0 !important;
  color: transparent !important;
  padding: 5px 0 !important;
  width: 100%;
  text-align: center;
  margin: 0 !important;
  height: auto !important
}
.wishlist_text a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fp-hover .yith-wcqv-button {
  padding: 0 !important;
}
.wishlist_text i {
  margin: 0 !important;
  font-size: 20px !important
}
.fp-hover .yith-wcqv-button:before {
	content: '\f06e';
	font-size: 22px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #000000;
	height: 100%;
	background: transparent;
	position: relative;
	max-width: 100%;
}
.fp-wishlist {
  line-height: 20px;
}
.fp-quick-view {
  border-top: 1px solid #424242;
}
.fp-cart-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.fp-cart-btn a {
  font-family: Mulish;
  font-size: 14px;
  font-weight: 400;
  line-height: 8px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #ffffff;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  text-transform: uppercase;
}
.fp-price span {
  font-family: Mulish;
  font-size: 16px;
  font-weight: 700;
  line-height: 12px;
  text-align: left;
  color: #000000;
}
.fp-price {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 15px;
  padding-top: 10px
}
.fp-price del span {
  color: #8C8C8C;
  font-size: 14px
}
.fp-title {
  font-family: Mulish;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  text-align: left;
  color: #000000;
  padding: 10px 0;
}
.fp-review i {
  font-size: 14px !important;
  color: #CAA200 !important;
}
.fp-review .star-rating {
  display: none;
}
.fp-detail-wrap:hover .fp-hover,.fp-detail-wrap:hover .fp-cart-btn{
  opacity: 1;
}
.fp-images {
  position: relative;
}
.fp-images img {
  width: 100%;
}
.fp-images img.second-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.fp-detail-wrap:hover img.second-image {
  opacity: 1;
}
.fp-images.has-second-image:hover img:first-of-type {
  opacity: 0;
}
a.fp-btn {
  margin: 40px auto 0;
}
.fp-quick-view a:after {
  display: none;
}

/* Package */
.pp-product {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.pp-wrapper {
  position: relative;
}
.pp-wrapper:before {
  content: '';
  width: 100%;
  height: 200px;
  position: absolute;
  top: 60%;
  left: 50%;
  background: #F9F9F9;
  transform: translate(-50%, -60%);
  z-index: -1;
}
.pp-detail-wrap {
  width: 100%;
  max-width: 470px;
}
.pp-detail-wrap .pp-text {
  background: #ffffff;
  border: 1px solid #E1E1E1;
  width: 100%;
  max-width: 470px;
  text-align: center;
  padding: 40px 0;
}
.pp-title {
  font-family: Mulish;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
}
.pp-price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 35px 0;
}
.pp-price del {
  display: none;
}
.pp-price span {
  font-family: Cormorant Garamond;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: 0.15em;
  text-align: center;
  color: #000000;
}
ul.pp-feature {
  list-style: none;
}
ul.pp-feature li {
  font-family: Mulish;
  font-size: 14px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0.15em;
  text-align: center;
  color: #000000;
}
.pp-cart-btn {
  margin: 50px auto 0;
}
.pp-detail-wrap:nth-child(2) .pp-text {
  background: #000000;
  padding: 80px 0;
}
.pp-detail-wrap:nth-child(2) .pp-title,.pp-detail-wrap:nth-child(2) .pp-price span,.pp-detail-wrap:nth-child(2) .pp-feature li,.pp-detail-wrap:nth-child(2) .pp-cart-btn a {
  color: #ffffff
}
.pp-detail-wrap:nth-child(2) .pp-cart-btn:before,.pp-detail-wrap:nth-child(2) .pp-cart-btn:after {
  background: #ffffff
}

/* Blog */
.blog-wrap{
  padding: 50px 0;
}
.blog-heading h2 {
  color: #ffffff
}
.blog-content-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 35px;
}
.blog-img img {
  width: 100%;
  object-fit: cover;
}
.blog-title {
  font-family: Mulish;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
  padding: 15px 0 0;
}
h4.blog-date,.blog-comment {
  font-family: Mulish;
  font-size: 16px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #aaaaaa;
  padding: 0;
}
.blog-comment i {
  font-size: 16px;
  padding-right: 15px;
}
.blog-tag-comment {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 21px 0 30px;
}

/* Brand */
.brand-wrapper {
  padding: 50px 0;
}
.brand-img {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

/* Testimonial */
.testimonials-content {
  padding-left: 20px;
  overflow-y: scroll;
  height: 552px;
  padding-right: 5px
}
.testi-review i {
  font-size: 20px !important;
  color: #343434 !important;
}
.testimonial-img img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.testimonial-text p {
  font-family: Mulish;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #343434;
  margin: 0;
  padding: 20px 0;
}
.testi-title {
  font-family: Mulish;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: #343434;
  padding: 0;
}
p.testi-customer-designation {
  font-family: Mulish;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #343434;
  margin: 0
}
.testi-img {
  display: flex;
  align-items: center;
  gap: 15px;
}
.testi-content {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 15px;
  transition: 0.3s ease-in;
  border: 1px solid #F0F0F0;
  border-radius: 10px;
}
.testi-content:last-child {
  margin: 0;
}
.testimonials-content::-webkit-scrollbar {
  background: #F4F6FF;
  width: 10px;
  border-radius: 100px;
}
.testimonials-content::-webkit-scrollbar-thumb {
  background: #141414;
  border-radius: 100px;
}
.testi-content:hover {
  background: #F9F9F9;
}

/* Get In Touch */
section#git {
  margin: 40px 0;
}
h2.git-heading {
  font-family: Cormorant Garamond;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #000000;
  width: 100%;
  max-width: 60%;
  padding: 0
}
.git-text {
  font-family: Mulish;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #000000;
  width: 100%;
  max-width: 75%;
  padding: 40px 0;
  margin: 0
}
.git-info a i {
  font-size: 18px !important;
  color: #000000 !important;
  padding-right: 20px;
}
.git-info a {
  font-family: Mulish;
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  color: #000000;
}
.git-location,.git-phone{
  margin-bottom: 25px;
}
.git-form-name p,.git-form-email p,.git-form-number p,.git-form-subject p,.git-form-description p {
  display: flex;
  align-items: center;
}
.git-form-name p input,.git-form-email p input,.git-form-number p input,.git-form-subject p input,.git-form-description p input {
  padding: 0;
  border: none;
  background: transparent;
  font-family: Mulish;
  color: #000000;
}
.git-form-name p i,.git-form-email p i,.git-form-number p i,.git-form-subject p i,.git-form-description p i {
  font-size: 16px !important;
  color: #000000 !important;
  padding-right: 30px;
}
.git-form-name,.git-form-email,.git-form-number,.git-form-subject,.git-form-description {
  border-bottom: 1px solid #D1D1D1;
  width: 100%;
}
.git-form-name input[type="text"]::placeholder,.git-form-email input[type="email"]::placeholder,.git-form-number input[type="number"]::placeholder,.git-form-subject input[type="text"]::placeholder,.git-form-description input[type="text"]::placeholder {
  font-family: Mulish;
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  color: #000000;
}
.git-ne,.git-ps,.git-form-description {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 65px;
}
.git-form-btn {
  width: 100%;
  max-width: 220px;
}
.git-form-btn input {
  font-family: Mulish;
  font-size: 16px;
  font-weight: 600;
  line-height: 12px;
  text-align: center;
  width: 100%;
  max-width: 220px;
  height: 50px;
  color: #000000;
  padding: 0;
  background: transparent !important
}
.git-inner-wrapper .row {
  align-items: center;
}
.git-btn-box {
  display: flex;
  align-items: center;
}
.git-btn-box p {
  margin: 0;
  position: relative;
}
.git-form-btn p:before {
  content: '';
  width: 100%;
  max-width: 60px;
  height: 1px;
  background: #000000;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s ease-in;
  transform-origin: left;
}
.git-form-btn p:after {
  content: '';
  width: 100%;
  max-width: 60px;
  height: 1px;
  background: #000000;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s ease-in;
  transform-origin: right;
}
.git-form-btn p:hover:before,.git-form-btn p:hover:after {
  max-width: 100%;
}
span.git-checkbox .wpcf7-list-item-label {
  font-family: Mulish;
  font-size: 15px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  color: #000000;
}
span.git-checkbox input {
  width: 20px;
  height: 20px;
  background: #000000 !important;
  border: 1px solid #ffffff;
}
span.wpcf7-list-item.first.last {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-left: 80px;
}

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

/* Newsletter */
.newsletter-wrapper {
  position: relative;
  text-align: center;
}
.newsletter-inne-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  max-width: 725px;
}
.newsletter-text h3 {
  font-family: Cormorant Garamond;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  padding: 35px 0 40px;
}
.newsletter-text h5 {
  font-family: Mulish;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  color: #969696;
  padding: 0;
  text-transform: uppercase;
}
p.tag-input.news-input,p.tag-input-btn.news-btn {
  margin: 0
}
.news-inp-btn div {
  position: relative;
}
p.tag-input.news-input input {
  background: #ffffff !important;
  height: 50px !important;
  padding-left: 20px !important;
  border-radius: 100px !important
}
p.tag-input-btn.news-btn input {
  font-family: Mulish;
  font-size: 16px;
  font-weight: 700;
  line-height: 12px;
  text-align: center;
  color: #ffffff;
  width: 100%;
  max-width: 48px;
  height: 48px !important;
  background: #000000 !important;
  padding: 0;
  text-transform: uppercase;
  border-radius: 50% !important;
  padding: 0 !important
}
p.tag-input-btn.news-btn {
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  width: 100%;
  max-width: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
p.tag-input.news-input input::placeholder {
  font-family: Mulish;
  font-size: 16px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  color: #141414;
}
p.tag-input-btn:before {
  content: '\f1d8';
  position: absolute;
  font-size: 20px;
  color: #ffffff;
  font-family: 'Font Awesome 5 Free';
}
