
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 */
.service-heading h2,.project-heading h2,.fp-heading h2,.team-heading h2,.ss-heading h2,.process-heading h2,.cu-heading h2,.blog-heading h2,.testi-heading {
  font-family: Raleway;
  font-size: 40px;
  font-weight: 600;
  line-height: 34px;
  text-align: center;
  color: #000000;
  position: relative;
  letter-spacing: 0;
  padding-bottom: 0;
}
.service-heading h2:before,.project-heading h2:before,.fp-heading h2:before,.team-heading h2:before,.ss-heading h2:before,.process-heading h2:before,.cu-heading h2:before,.blog-heading h2:before,.testi-heading:before {
  content: '';
  width: 8px;
  height: 35px;
  position: absolute;
  top:0;
  left: 0;
  background: linear-gradient(180deg, #FC3F3A 0%, #F69940 100%);
}
.service-heading,.project-heading,.fp-heading,.team-heading,.ss-heading,.process-heading,.cu-heading,.blog-heading,.testi-heading {
  padding-bottom: 40px;
}

/* Button style */
.btn-1 {
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  color: #ffffff;
  width: 100%;
  max-width: 180px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(94.46deg, #DA2A56 1.03%, #F69940 100%);
  border-radius: 2px;
  border: 2px solid transparent;
  transition: 0.3s ease-in;
}
.btn-1:hover {
  background: transparent !important;
  border: 2px solid #DA2A56;
  color: #DA2A56
}
.btn-2 {
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  color: #ffffff;
  width: 100%;
  max-width: 180px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1.6px solid #FFFFFF;
  border-radius: 2px;
  transition: 0.3s ease-in
}
.btn-2:hover {
  background: linear-gradient(94.46deg, #DA2A56 1.03%, #F69940 100%);
  border: none !important;
  color: #ffffff;
}
.btn-3 {
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 600;
  line-height: 12px;
  text-align: left;
  color: #000000;
  width: 100%;
  max-width: 180px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 2px;
  transition: 0.3s ease-in;
  border: 1px solid transparent
}
.btn-3:hover {
  background: transparent !important;
  color: #ffffff;
  border: 1px solid #ffffff;
}


/* Slider */
.slider-slide {
  position: relative;
}
img.slider-mbl-img {
  display: none !important;
}
.slider-contant {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100px;
}
.slider-contant {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100px;
  width: 100%;
  max-width: 50%;
}
h1.slider-head {
  font-family: Raleway;
  font-size: 64px;
  font-weight: 700;
  line-height: 68px;
  text-align: left;
  color: #ffffff;
  padding: 0
}
h1.slider-head span {
  color: #FC3F3A
}
p.slider-text {
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  color: #ffffff;
  padding: 35px 0;
  width: 100%;
  max-width: 90%;
  margin: 0
}
.slider-btn {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* About */
#about {
  padding-top: 80px
}
.about-inner-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}
.about-img img {
  width: 100%;
}
.about-content {
  background: #F5F6F9;
  border-radius: 10px;
  margin: 5px 0;
  padding: 30px 40px;
}
.about-content h2 {
  font-family: Work Sans;
  font-size: 40px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  color: #FC3F3A;
  padding: 30px 0;
}
.about-content h5 {
  font-family: Work Sans;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  color: #000000;
}
.about-content p {
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  color: #868686;
  padding-top: 30px;
  margin: 0
}
.about-details h4 {
  font-family: Work Sans;
  font-size: 46px;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
  color: #000000;
  padding: 0 0 25px;
}
.about-details p {
  font-family: Work Sans;
  font-size: 20px;
  font-weight: 600;
  line-height: 14px;
  text-align: center;
  color: #000000;
  margin: 0;
}
.about-details-wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 50px 0 0;
}
.about-img h2 {
  font-family: Work Sans;
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
  text-align: left;
  padding: 0 0px 35px 18px;
  position: relative;
}
.about-img h2:before {
  content: '';
  width: 8px;
  height: 35px;
  background: #FC3F3A;
  position: absolute;
  top: 0;
  left: 0;
}

/* Service */
.service-heading h2 {
  color: #ffffff;
}
.service-heading h2:before {
  background: #ffffff;
  left: 41%;
}
.service-text-div {
  background: linear-gradient(97.5deg, #DA2A56 0%, #F69940 100%);
  padding: 30px;
  border: 1px solid #ffffff;
  border-radius: 10px;
}
.service-text-div h2 {
  font-family: Raleway;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  text-align: left;
  color: #ffffff;
  padding: 20px 0 30px;
}
.service-text-div p {
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #ffffff;
  margin: 0
}
.service-inner-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 40px;
}
.services h3 {
  font-family: Raleway;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  text-align: left;
  color: #ffffff;
  padding: 10px 0 5px;
}
.services p {
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  color: #ffffff;
  margin: 0
}

/* Project */
#project {
  padding-bottom: 80px;
}
.project-heading h2 {
  padding-bottom: 30px
}
.project-heading h2:before {
  left: 36.5%;
}
.project-heading p {
  font-family: Raleway;
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  text-align: center;
  color: #000000;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}
.project-inner-wrapper {
  display: grid;
  grid-template-areas: 'a b b'
                       'c c d';
  grid-gap: 20px;
}
.project-content:nth-child(1) {
  grid-area: a;
}
.project-content:nth-child(2) {
  grid-area: b;
}
.project-content:nth-child(3) {
  grid-area: c;
}
.project-content:nth-child(4) {
  grid-area: d;
}
.project-content {
  position: relative;
  transition: 0.3s ease-in-out;
}
.project-content:hover .project-title {
  opacity: 1
}
.project-title {
  background: #000000B2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  opacity: 0
}
.project-title a {
  font-family: Raleway;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  text-align: center;
  color: #ffffff;
  width: 100%;
  max-width: 50%;
}
.project-img img {
  width: 100%;
}

/* Video */
section#Video {
  padding: 0
}
.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: 660px
}

/* Featured Post */
section#featured-post {
  padding-top: 80px;
}
.fp-heading h2 {
  color: #ffffff
}
.fp-heading h2:before {
  background: #ffffff;
  left: 32%;
}
.fp-pills {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
  padding-bottom: 35px;
}
.fp-link {
  padding: 10px 15px;
  font-family: Raleway;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #ffffff;
}
.fp-link.active {
  background: #ffffff;
  border-radius: 0;
  color: #FC3F3A;
  padding: 10px 15px;
}
.fp-link:hover {
  color: #ffffff
}
.fp-link.active:hover{
  color: #FC3F3A
}
.fp-wrapper {
  display: none;
}
.fp-wrapper.active {
  display: block
}
.fp-product.slick-slide {
  margin: 0 17px;
}
.fp-img-div img {
  width: 100%;
}
h3.fp-title {
  font-family: Raleway;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  color: #ffffff;
  padding: 10px 0;
}
.fp-text p {
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #ffffff;
  margin: 0;
  width: 100%;
  max-width: 95%;
}
a.fp-btn {
  margin: 40px auto 0;
}
.fp-slide .slick-prev,.fp-slide .slick-next {
  width: 50px;
  height: 50px;
  background: #ffffff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  position: absolute;
  top: 45%;
  z-index: 9;
  transform: translateY(-45%);
}
.fp-slide .slick-prev {
  left: -50px
}
.fp-slide .slick-next {
  right: -50px
}
.fp-slide .slick-prev:hover,.fp-slide .slick-next:hover {
  background: #ffffff !important
}
.fp-slide .slick-prev:focus,.fp-slide .slick-next:focus {
  background: #ffffff !important
}
.fp-slide .slick-prev:before {
  content: '\f060';
  font-family: 'Font Awesome 5 Free';
  font-size: 22px;
  font-weight: 900;
  color: #DA2A56;
  opacity: 1;
}
.fp-slide .slick-next:before {
  content: '\f061';
  font-family: 'Font Awesome 5 Free';
  font-size: 22px;
  font-weight: 900;
  color: #F69940;
  opacity: 1;
}

/* Team */
.team-heading h2 {
  padding-bottom: 30px;
}
.team-heading h2:before {
  left: 33.5%
}
.team-heading p {
  font-family: Raleway;
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  text-align: center;
  color: #000000;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}
.team-inner-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
}
.team-content {
  position: relative;
}
.team-text-wrap {
  background: linear-gradient(180deg, rgb(88 88 88 / 90%) 0%, rgb(190 190 190 / 94%) 100%);
  border-radius: 10px;
  padding: 12px 15px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
}
.team-img img {
  width: 100%
}
.team-title h3 {
  font-family: Raleway;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  color: #ffffff;
}
.team-desig h5 {
  font-family: Raleway;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  color: #ffffff;
}
.team-text p {
  font-family: Raleway;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  text-align: left;
  padding: 10px 0;
  color: #ffffff;
  margin: 0
}
.team-social {
  display: flex;
  align-items: center;
  gap: 8px;
}
.team-social a {
  width: 100%;
  max-width: 40px;
  height: 40px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
a.tean-btn {
  margin: 40px auto 0;
}

/* Special Service */
.ss-heading h2:before {
  left: 37.5%;
}
.ss-images img {
  width: 100%;
}
.ss-product {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
.ss-title {
  font-family: Raleway;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  text-align: left;
  color: #000000;
  padding-top: 10px;
}
.ss-text p {
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #A3A3A3;
  margin: 0;
  padding: 10px 0;
}
.ss-price span {
  font-family: Work Sans;
  font-size: 20px;
  font-weight: 600;
  line-height: 14px;
  text-align: left;
  color: #FC3F3A;
}

/* Process */
.process-heading h2 {
  color: #ffffff;
  padding-bottom: 30px;
}
.process-heading h2:before {
  background: #ffffff;
  left: 42%;
}
.process-heading p {
  font-family: Raleway;
  font-size: 16px;
  font-weight: 500;
  line-height: 34px;
  text-align: center;
  color: #ffffff;
  margin: 0
}
.process-div {
  text-align: center;
  padding: 35px;
  margin-bottom: 30px;
}
img.arrow_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.process-inner-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 30px;
  position: relative;
}
.process-div h3 {
  font-family: Raleway;
  font-size: 20px;
  font-weight: 600;
  line-height: 14px;
  text-align: center;
  color: #ffffff;
  padding-top: 30px;
}

/* Choose Us */
section#choose-us {
  padding-top: 80px;
}
.cu-wrapper .container {
  width: 100%;
  max-width: 1650px;
}
.cu-inner-wrap .row {
  align-items: center;
}
.cu-heading h2:before {
  left: 32.5%;
}
.cu-text {
  padding-left: 30px;
}
.cu-text h4 {
  font-family: Raleway;
  font-size: 24px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: #000000;
  padding: 0;
}
.cu-text p {
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  color: #717171;
  padding: 25px 0 40px;
  margin: 0;
}
.cu-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 55px;
}
.cu-feature-content {
  display: flex;
  align-items: center;
  gap: 25px;
}
.cu-f-icon {
  width: 100%;
  max-width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(180deg, #DA2A56 0%, #F69940 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cu-f-text h4 {
  font-family: Work Sans;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  text-align: left;
  color: #000000;
}
.cu-f-text p {
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 10px;
  text-align: left;
  color: #000000;
  padding: 0;
  margin: 0;
}

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

/* Blog */
.blog-tag-comment {
  display: flex;
  align-items: center;
  gap: 15px;
}
.blog-heading h2:before {
  left: 39.5%;
}
.blog-content-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 35px;
}
.blog-img img {
  width: 100%;
}
.blog-info {
  background: #ffffff;
  position: relative;
}
.blog-information {
  padding: 20px 10px;
}
.blog-date {
  font-family: Work Sans;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(145.22deg, #DA2A56 0%, #F69940 100%);
  width: 100%;
  max-width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  right: 12px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
h5.blog-tag {
  font-family: Raleway;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #000000;
}
.blog-comment a {
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  color: #c4c4c4;
}
.blog-tag-comment i {
  font-size: 10px !important;
  color: #c5c5c5 !important;
}
.blog-title {
  font-family: Raleway;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: #000000;
  padding: 20px 0px;
}
.blog-text p {
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #A3A3A3;
  margin: 0
}

/* Get In Touch */
section#git {
  margin: 40px 0;
}
h2.git-heading {
  font-family: Raleway;
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  text-align: left;
  color: #ffffff;
  width: 100%;
  max-width: 60%;
  padding: 0
}
.git-text {
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #ffffff;
  width: 100%;
  max-width: 75%;
  padding: 40px 0;
  margin: 0
}
.git-info a i {
  font-size: 18px !important;
  color: #ffffff !important;
  padding-right: 20px;
}
.git-info a {
  font-family: 'Work Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  color: #ffffff;
}
.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: 'Work Sans';
  color: #ffffff;
}
.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: #ffffff !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: Work Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  color: #ffffff;
}
.git-ne,.git-ps,.git-form-description {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 65px;
}
.git-form-btn {
  width: 100%;
  max-width: 200px;
}
.git-form-btn input {
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 600;
  line-height: 12px;
  text-align: center;
  width: 100%;
  max-width: 180px;
  height: 50px;
  color: #000000;
  padding: 0;
}
.git-inner-wrapper .row {
  align-items: center;
}
.git-btn-box {
  display: flex;
  align-items: center;
}
.git-btn-box p {
  margin: 0
}
span.git-checkbox .wpcf7-list-item-label {
  font-family: Work Sans;
  font-size: 15px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  color: #ffffff;
}
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;
}

/* Testimonial */
.testi-heading:before {
  left: 34.5%;
}
.testimonials-content {
  padding-left: 20px;
  overflow-y: scroll;
  height: 552px;
  padding-right: 5px
}
.testi-review i {
  font-size: 20px !important;
  color: #343434 !important;
}
.testimonial-text p {
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #343434;
  margin: 0;
  padding: 20px 0;
}
.testi-title {
  font-family: Raleway;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: #343434;
  padding: 0;
}
p.testi-customer-designation {
  font-family: Work Sans;
  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: 20px;
  transition: 0.3s ease-in;
}
.testi-content:last-child {
  margin: 0;
}
.testimonials-content::-webkit-scrollbar {
  background: #D9D9D9;
  width: 10px;
  border-radius: 100px;
}
.testimonials-content::-webkit-scrollbar-thumb {
  background: #F69940;
  border-radius: 100px;
}
.testi-content:hover {
  background: linear-gradient(93.56deg, #DA2A56 0%, #F69940 100%);
}
.testi-content:hover .testi-review i,.testi-content:hover .testimonial-text p,.testi-content:hover .testi-title,.testi-content:hover .testi-customer-designation {
  color: #ffffff !important
}

/* Newsletter */
.newsletter-inne-wrapper .row {
  align-items: center;
}
.newsletter-text h3 {
  font-family: Raleway;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  text-align: left;
  color: #000000;
}
.newsletter-text p {
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #000000;
  width: 100%;
  max-width: 80%;
  padding-top: 10px;
  margin: 0
}
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 {
  border: 1px solid #676767;
  height: 60px;
  padding-left: 20px;
}
p.tag-input-btn.news-btn input {
  font-family: Raleway;
  font-size: 16px;
  font-weight: 700;
  line-height: 12px;
  text-align: center;
  color: #ffffff;
  width: 100%;
  max-width: 180px;
  height: 54px;
  background: linear-gradient(95.14deg, #DA2A56 0%, #F69940 100%);
  padding: 0;
  text-transform: uppercase;
}
p.tag-input-btn.news-btn {
  position: absolute;
  right: 3px;
  top: 3px;
  bottom: 3px;
  width: 100%;
  max-width: 180px;
}
p.tag-input.news-input {
  width: 100%;
  max-width: 810px;
  margin: 0 0 0 auto;
}
p.tag-input.news-input input::placeholder {
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  color: #000000;
  text-transform: uppercase;
}
