.service-three {
  background-color: var(--colorBlack);
  position: relative;
  padding: 5rem 0;
  z-index: 1;
}

.service-three__text {
  line-height: 30px;
  margin: 41px 10px 0 0;
}

@media (max-width: 1199px) {
  .service-three__text {
    margin-right: 0;
  }
}

@media (max-width: 1400px) {
  .service-three {
    padding-left: 0;
    padding-right: 0;
  }
}

.service-three .main-hd h2 {
  color: var(--colorWhite);
  margin: 0;
  padding-bottom: 3rem;
}

.service-three__item {
  position: relative;
  margin: 0 4px 30px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .service-three__item {
    margin-left: 0;
    margin-right: 0;
  }
}

.service-three__item__thumb {
  position: relative;
  background-color: var(--colorBlack2);
  transition: 0.5s;
}

.service-three__item__thumb img {
  width: 100%;
  height: auto;
  mix-blend-mode: luminosity;
  transition: 0.5s;
}

.service-three__item:hover .service-three__item__thumb img {
  opacity: 0.3;
}

.service-three__item__normal {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 288px;
  height: 288px;
  padding: 20px;
  background-color: RGBA(var(--colorRed-rgb), 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.5s;
}

.service-three__item__normal__title {
  font-size: 30px;
  letter-spacing: -1.2px;
  margin: 0;
  text-align: center;
  max-width: 200px;
  color: var(--colorWhite);
  position: relative;
  padding: inherit;
  z-index: 1;
}

span.bf-num {
  position: absolute;
  left: -10px;
  font-size: 10rem;
  top: 0;
  bottom: 0;
  line-height: 6rem;
  z-index: -1;
  opacity: 0.2;
  color: var(--colorBlack);
  font-weight: 700;
  width: fit-content;
  text-align: center !important;
  font-family: inherit;
}

.service-three__item:hover .service-three__item__normal {
  background-position: bottom left;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

.service-three__item__hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 53px 60px 50px;
  visibility: hidden;
  opacity: 0;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.brand-af,
.brand-bf {
  width: 50%;
  z-index: -1;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .service-three__item {
    margin-left: 0;
    margin-right: 0;
  }

  .service-three__item__hover {
    padding: 45px 45px 42px;
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .service-three__item__hover {
    padding: 35px 30px 30px;
  }
}

.service-three__item__hover__title {
  font-size: 30px;
  letter-spacing: -1.2px;
  margin: 0 0 23px;
  max-width: 200px;
}

.service-three__item__hover__title a {
  color: inherit;
}

.service-three__item__hover__title a:hover {
  color: var(--ogency-base);
}

.service-three__item__hover__text {
  color: var(--colorWhite);
  line-height: 30px;
  margin: 0;
}

.service-three__item__hover__btn {
  display: inline-block;
  color: var(--colorWhite);
  font-size: 14px;
  text-transform: capitalize;
  border-top: 1px solid RGBA(var(--colorWhite-rgb), 0.3);
  padding-top: 10px;
  position: absolute;
  bottom: 53px;
  left: 60px;
  right: 60px;
}

.arrow-owl,
.qsn-form-container .form-btn {
  display: flex;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .service-three__item__hover__btn {
    bottom: 40px;
    left: 45px;
    right: 45px;
  }
}

.service-three__item__hover__btn span {
  display: inline-block;
  font-size: 22px;
  color: var(--colorRed);
  margin: 0 0 0 11px;
  top: 5px;
  position: relative;
  transition: transform 0.4s;
}

.service-three__item__hover__btn:hover {
  color: var(--colorRed);
}

.service-three__item__hover__btn:hover span {
  transform: rotate(-45deg);
}

.service-three__item:hover .service-three__item__hover {
  visibility: visible;
  opacity: 1;
  animation-delay: 0.3s;
  animation-name: fadeInDown;
  color: var(--colorWhite);
}

.service-page__carousel {
  background-color: var(--ogency-black);
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767px) {
    

    
    
    
  .service-three__text {
    margin: 0 0 45px;
  }

  .service-three {
    padding: 80px 0 50px;
  }

  .service-three--service-page {
    padding: 130px 0 50px;
  }

  .service-page__carousel {
    padding: 80px 0;
  }
}

.service-page__carousel .service-three__item {
  margin: 0 0 10px;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

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

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

li.mobileInfo {
  display: none;
}

.brand-af {
  background: url("../images/home/brand-af.webp") no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  height: 800px;
}

.brand-bf {
  background: url(../images/home/offer-bottomlayer.webp) no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 420px;
}

.content-button.popup-btn-sec button:hover,
body.contactPage section.contact-one button.theme-btn:hover {
  color: #fff;
  background: var(--colorBlack);
}

/*body.contactPage section.contact-one {*/
/*  background: #fff;*/
/*}*/

body.contactPage section.contact-one h3.small-head {
  color: var(--colorGrey);
}

.section-title,
body.contactPage section.contact-one h2.head2 {
  color: var(--colorBlack2);
}

body.innerPage section.service-three {
  background: var(--colorWhite);
}

body.innerPage section.service-three h2.head2 {
  color: var(--colorBlack2) !important;
}

li.package-item.item {
  padding: 40px 0;
}

.container-fluid.packagesContainer ul.filter-ul {
  padding: 0;
}

.container-fluid.packagesContainer .filter-ul li {
  font-size: 1.18rem;
  margin-right: 0.7rem;
  padding: 15px 20px;
}

button.owl-prev {
  left: 0;
}

button.owl-prev .arrow-left {
  border-radius: 0 30px 30px 0;
}

button.owl-next,
button.owl-next .arrow-right {
  border-radius: 30px 0 0 30px;
}

.arrow-owl {
  height: 56px;
  background: #e4e0e0;
  align-items: center;
  width: 42px;
  justify-content: center;
}

button.owl-next {
  right: 0;
  justify-content: center;
}

button.owl-next .arrow-right i,
button.owl-prev .arrow-left i {
  font-size: 1.5rem;
  margin-left: 0.3rem;
}

button.owl-next,
button.owl-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

button.owl-next:hover .arrow-owl,
button.owl-prev:hover .arrow-owl {
  background: var(--colorRed);
  transition: 0.5s;
  color: var(--colorWhite);
}

div#designTrustpoilet {
  padding: 20px 0;
  background: #fff;
}

.faq-page-section {
  margin-top: 120px;
}

.accordion-content .card {
  box-shadow: 0 0 13px -4px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0;
  -ms-border-radius: 0px;
  border-radius: 0;
  margin-bottom: 20px;
  border: none;
}

.accordion-content .card:last-child,
.faq-testimonial .testimonial-content p:last-child {
  margin-bottom: 0;
}

.accordion-content .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
}

.accordion-content .card .card-header a {
  color: #383838;
  font-family: inherit;
  font-size: 16px;
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 22px;
  font-weight: 500;
  position: relative;
  text-align: left;
}

.accordion-content .card .card-header a:before {
  content: "\EA4E";
  display: block;
  font-weight: 900;
  font-family: remixicon !important;
  float: right;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 15px;
}

.accordion-content .card .card-header a.collapsed:before {
  content: "\EA78";
}

.accordion-content .card .card-body {
  font-size: 15px;
  padding: 0 20px 20px;
  color: #747da1;
}

.faq-page-container {
  padding-bottom: 120px;
}

.faq-page-container .section-head .section-title {
  color: #1d274e;
}

.faq-page-container .section-head p {
  margin-bottom: 30px;
  color: #747da1;
}

.faq-page-container .main-hd {
  padding-bottom: 1rem;
}

.qsn-form-container {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  padding: 40px 30px 20px;
  text-align: center;
  border-radius: 30px;
}

.qsn-form-container button#btnSubmit {
  margin: auto;
  width: fit-content;
}

.qsn-form-container h4 {
  background-color: var(--colorRed);
  color: #fff;
  padding: 16px;
  font-weight: 600;
  border-radius: 30px;
  margin-bottom: 2rem;
}

.qsn-form-container p,
.subscribe-section .divider-wrapper,
.subscribe-section .subscribe-right-wrapper .subscribe-info {
  margin-bottom: 20px;
}

.qsn-form-container form {
  padding-top: 10px;
  text-align: left;
}

.qsn-form-container input,
.qsn-form-container textarea {
  padding: 15px;
  color: #747da1;
}

.qsn-form-container input:not([type="submit"]) {
  min-height: 59px;
  width: 100%;
  height: 59px;
}

.qsn-form-container input[type="submit"] {
  color: #fff;
}

.qsn-form-container input::-webkit-inner-spin-button,
.qsn-form-container input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.qsn-form-container input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

@media screen and (min-width: 992px) {
  .faq-page-container .faq-content-wrap {
    padding-left: 20px;
  }

  .qsn-form-container {
    margin-left: 40px;
  }
}

.qsn-form-container button#btnSubmit:hover {
  background: var(--colorGrey2);
  box-shadow: 2px 0 7px 0 var(--colorRed);
}

.faq-testimonial .faq-image img {
  border-radius: 30px;
  width: 100%;
}

.faq-testimonial .testimonial-content {
  background-color: #f94c30;
  color: #fff;
  margin-top: -50px;
  padding: 30px;
  position: relative;
  border-radius: 30px;
  margin-right: 25px;
}

.subscribe-section::after,
.subscribe-section::before {
  top: 0;
  width: 323px;
  height: 193px;
  bottom: 0;
  margin: auto;
  transition: 0.5s;
  z-index: 0;
  content: "";
}

.faq-testimonial .testimonial-content i {
  color: rgba(255, 255, 255, 0.8);
  font-size: 40px;
  margin-bottom: 12px;
  line-height: 1;
}

.faq-testimonial .testimonial-content h4 {
  color: #fff;
  margin-bottom: 10px;
}

.faq-testimonial .testimonial-content p {
  color: #fff;
  font-size: 15px;
}

.banner_form {
  background-color: #efefef !important;
  padding: 15px 27px !important;
}

.banner_form input::placeholder,
.banner_form textarea::placeholder {
  font-size: 14px !important;
  font-family: Poppins;
}

.banner_form input,
.banner_form textarea {
  background-color: #fff !important;
  border-radius: 10px;
  width: 100% !important;
  padding: 15px 20px !important;
  border: 1px solid;
}

form#orderform .form-group {
  margin-bottom: 0.5rem;
}

div#newsletter-status {
  padding-top: 1rem;
}

.subscribe-section {
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
  background: var(--colorGrey2);
}

.subscribe-section::before {
  position: absolute;
  left: -5%;
  background: url(../images/home/countBefore.webp) no-repeat;
}

.subscribe-section::after {
  position: absolute;
  right: -5%;
  background: url(../images/home/countAfter.webp) no-repeat;
}

.subscribe-section figure.leftdot {
  position: absolute;
  left: 20%;
  bottom: -40%;
  opacity: 1;
}

.subscribe-section figure.rightdot {
  position: absolute;
  right: 25%;
  top: -40%;
  z-index: 0;
  opacity: 1;
}

.section-title {
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 700;
}

.subscribe-section .subscribe-right-wrapper .subscribe-info p {
  color: #747da1;
  font-size: 15px;
}

.subscribe-section .subscribe-right-wrapper .subscribe-form {
  align-items: center;
  display: flex;
  flex-wrap: unset;
  width: 100%;
}

.subscribe-section .subscribe-right-wrapper .subscribe-form input {
  border: 1px solid #000;
  background-color: rgba(248, 248, 248, 0);
  padding: 15px;
  color: #747da1;
  font-size: 15px;
  border-radius: 30px;
  width: 70%;
}

.button-round-primary {
  background-color: #df292a;
  color: #fff;
}

.subscribe-section .subscribe-right-wrapper .subscribe-form input:focus {
  border: 2px solid #d9d9d9;
  box-shadow: none;
}

.subscribe-section .subscribe-right-wrapper .subscribe-form input::placeholder {
  color: #000;
  font-weight: 500;
}

.subscribe-section
  .subscribe-right-wrapper
  .subscribe-form
  input:-ms-input-placeholder {
  color: #d9d9d9;
}

.subscribe-section
  .subscribe-right-wrapper
  .subscribe-form
  input::-ms-input-placeholder {
  color: #d9d9d9;
}

.subscribe-section .subscribe-right-wrapper .subscribe-form button {
  padding: 20px;
  border-radius: 30px;
  border: none;
  width: 30% !important;
}

.divider-wrapper .title-divider {
  background-color: #fff;
  padding: 10px 15px;
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  display: block;
  line-height: 1;
  width: fit-content;
}

.divider-wrapper .title-divider .top-title {
  color: #787878;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  font-family: Poppins, sans-serif;
}

.divider-wrapper .title-divider .top-title:after,
.divider-wrapper .title-divider .top-title:before {
  content: "";
  background-color: #df292a;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  height: 10px;
  width: 10px;
}

.divider-wrapper .title-divider .top-title:before {
  margin-right: 10px;
}

.divider-wrapper .title-divider .top-title:after {
  margin-left: 10px;
}

.title-highlight {
  color: #df292a;
}

.title-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  width: -moz-calc(100% + 20px);
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 5px;
  overflow: visible;
}

.title-shape path {
  stroke: #f94c30;
  stroke-width: 6px;
  fill: none;
  stroke-dasharray: 0 1500;
  -webkit-animation: 1.2s forwards headline-dash;
  animation: 1.2s forwards headline-dash;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* ============== Service ==================*/

.service-section {
  position: relative;
  padding: 130px 0 150px;
  overflow: hidden;
}
.service-section .service-leftlayer {
  position: absolute;
  top: 0;
  left: 116px;
}
.service-section .service-rightlayer {
  position: absolute;
  bottom: -20px;
  right: 112px;
}
.service-section .service-dotimage {
  position: absolute;
  left: 334px;
  bottom: 102px;
}
.service-section .service-box h4 {
  /* padding-right: 65px; */
  font-size: 26px;
  line-height: 36px;
  padding-bottom: 20px;
  /* width: 80%; */
}
.service-section .service_contentbox .service-box a.arrow i {
  margin-top: 10px;
}
.service-section .service-box p {
  margin-bottom: 10px;
  color: var(--colorGrey3);
}
.service-section .service_contentbox .box-top {
  padding-top: 37px;
}
.service-section .service_contentbox .service-box {
  background: var(--colorWhite);
  border-radius: 10px;
  padding: 40px 30px 40px 30px;
  margin-bottom: -12px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  box-shadow: 1px 21px 46px rgb(0 0 0 / 4%);
  /* margin-bottom: 1rem; */
  /* margin: 0 15px; */
  min-height: 450px;
}
.service-section .service_contentbox .service-box a.arrow i {
  margin-top: 10px;
}
.service-section .service_contentbox .service-box:hover {
  background-image: linear-gradient(
    to right,
    var(--colorRedDark) 0%,
    var(--colorRedDark) 100%
  );
  transform: translateY(-5px);
}
.service-section .service-box:hover h4 {
  color: var(--colorWhite);
}
.service-section .service-box:hover p {
  color: var(--colorWhite);
}
.service-section .service_contentbox .service-box figure {
  background: rgba(var(--colorRed-rgb), 20%);
  border-radius: 100px;
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
  margin-bottom: 20px;
  display: inline-flex;
  margin-left: 4px;
  transition: all 0.3s ease-in-out;
  justify-content: center;
  align-items: center;
}
.service-section .service_contentbox .service-box figure:hover {
  transform: translateY(-5px);
}
.service-section .service-box:hover figure {
  background: rgba(var(--colorBlack-rgb), 20%);
}
.service-section .service-box:hover img {
  filter: brightness(0) invert(1);
}
.service-section .service-box .circle {
  background-image: linear-gradient(
    to right,
    var(--colorRed) 0%,
    var(--colorRedDark) 100%
  );
  border-radius: 100px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  margin-left: -2px;
  text-align: center;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  color: var(--colorWhite);
}
.service-section .service-box .circle:hover {
  /* transform: translateY(-5px); */
}
.service-section .service-box:hover .circle {
  background-image: linear-gradient(
    to right,
    #ffffff 0%,
    #ffffff 51%,
    #ffffff 100%
  );
  color: var(--colorRed);
}
.service-section .service-box .circle:before {
  font-size: 18px;
  padding-top: 2px;
  /* font-family: "FontAwesome"; */
  /* transition: all 0.3s ease; */
  /* color: var(--e-global-color-white); */
}
.service-section .service-box:hover .circle:before {
  color: var(--e-global-color-accent);
}
.service-section .service_content .service-rightcircle {
  position: absolute;
  right: -38px;
  top: 162px;
}
.service-section .service_content {
  padding-left: 48px;
  padding-top: 194px;
}
.service-section .service_content h2 {
  margin-bottom: 18px;
  padding-right: 10px;
}
.service-section .service_content p {
  margin-bottom: 12px;
}
.service-section .service_content .text {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: var(--e-global-color-primary);
}
.service-section .service_content .text:hover {
  color: var(--e-global-color-secondary);
}
.service-section .service_content ul li .circle {
  background-image: linear-gradient(
    to right,
    var(--e-button-gradient-1) 0%,
    var(--e-button-gradient-2) 100%
  );
  border-radius: 100px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  margin-right: 12px;
  margin-left: 0;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.service-section .service_content ul li .circle:before {
  font-size: 12px;
  padding-top: 2px;
  font-family: "FontAwesome";
  transition: all 0.3s ease;
  color: var(--e-global-color-white);
}
.service-section .service_content .text1 {
  margin-bottom: 36px;
}
.service-section .service_content .get_started {
  background-image: linear-gradient(
    to right,
    var(--e-button-gradient-1) 0%,
    var(--e-button-gradient-2) 100%
  );
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  border-radius: 30px;
  padding: 15px 25px 15px 43px;
  text-align: center;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.service-section .service_content .get_started figure {
  display: inline-block;
  margin-left: 16px;
}
.service-section .service_content .get_started:hover {
  background-image: linear-gradient(
    to right,
    var(--e-global-color-desaturated-blue) 0%,
    var(--e-global-color-desaturated-blue) 100%
  );
}
/* Service Page */

.sub-banner4::after {
  content: "";
  background-image: url("../images/sub-bannerbackground4.jpg");
}
.servicepage-section {
  padding: 124px 0 136px;
  background: #f7f7f7;
}
.servicepage-section .service-dotimage {
  position: absolute;
  left: 328px;
  bottom: 130px;
  z-index: 0;
}
.servicepage-section .servicepage_content {
  text-align: center;
  padding-bottom: 2rem;
  position: relative;
}
.servicepage-section .servicepage_content h2 {
  padding: 0px;
}
.servicepage-section .servicepage_content p {
  margin-bottom: 38px;
  padding: 0 140px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: var(--colorGrey3);
}
.servicepage-section .servicepage_content .offer-circleimage {
  position: absolute;
  right: -74px;
  top: 140px;
}
.servicepage-section .servicepage_contentbox {
  position: relative;
  z-index: 1;
}
.servicepage-section .service_contentbox .service-box:hover {
  transform: none;
}
.servicepage-section .owl-carousel.owl-drag .owl-item {
  margin-bottom: 12px;
}
.servicepage-section .owl-carousel .owl-item img {
  display: inline-block;
  width: 57px;
}
.servicepage-section .owl-carousel .owl-dots {
  display: flex !important;
  margin-top: 40px !important;
  line-height: 0;
  justify-content: center;
  align-items: center;
}
.servicepage-section .owl-carousel .owl-dots .owl-dot span {
  background: var(--colorGrey3);
  width: 15px !important;
  height: 15px !important;
  margin: 0 8px;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  border-radius: 30px;
}
.servicepage-section .owl-carousel .owl-dots .owl-dot:hover span {
  background-image: linear-gradient(
    to right,
    var(--colorRedDark) 0%,
    var(--colorRed) 100%
  );
}
.servicepage-section .owl-carousel .owl-dots .owl-dot.active span {
  background-image: linear-gradient(
    to right,
    var(--colorRedDark) 0%,
    var(--colorRed) 100%
  );
  width: 20px !important;
  height: 20px !important;
  display: inline-block;
  border-radius: 30px;
}
.servicepage-section .owl-carousel .owl-dots .owl-dot:focus {
  outline: none;
}

/* ==========New Testimonail Section======== */

.testi-Slider {
  /* width: 100%; */
  margin: auto;
  padding: 0 15%;
}

.testi-Slider .testi-Slide {
  padding: 20px;
}

.testi-Slider .testi-Slide .testi-Box {
  /* width: 530px; */
  position: relative;
  padding: 40px;
  z-index: 1;
  border-radius: 40px;
  /* padding-left: 80px; */
  background: #d5d5d566;
  text-align: center;
  box-shadow: 0px 3px 15px #2020208c;
}

.testi-Slider .testi-Slide .testi-Box .media {
  display: flex;
  align-items: center;
}

.testi-Slider .testi-Slide .testi-Box .media .testi-img {
  border-width: 2px;
  border-style: solid;
  background-color: rgb(255, 255, 255);
  box-shadow: -2.205px 7.69px 32px 0px rgba(0, 0, 0, 0.26);
  width: 62px;
  height: 62px;
  overflow: hidden;
  margin-right: 20px;
}

.testi-Slider .testi-Slide .testi-Box .media .testi-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.testi-Slider .testi-Slide .testi-Box .media .media-body {
}

.testi-Slider .testi-Slide .testi-Box .media .media-body h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  color: #454545;
  width: fit-content;
}
.testi-Slide.slick-slide.slick-current.slick-active .testi-Box {
  background: #d5d5d566;
}
.testi-Slider .testi-Slide .testi-Box .media .media-body h6 {
  margin: 0;
  font-size: 14px;
  color: #8a10b2;
}

.testi-Review {
  margin-bottom: 20px;
}

.testi-Review p {
  margin: 0;
  padding-top: 8px;
  font-size: 17px;
  font-weight: 500;
  font-style: italic;
  color: var(--colorDark);
}

.testi-Slider .testi-Slide .testi-Box:before {
  content: "";
  position: absolute;
  /* top: 50px; */
  /* left: 15px; */
  /* background: url(../images/colon-icon.png) no-repeat; */
  /* z-index: -1; */
  /* width: 50px; */
  /* height: 50px; */
  /* background-repeat: no-repeat; */
}
.test-cont {
}

.test-cont h5.testi-title {
  font-size: 19px;
  position: relative;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 0;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#90d56b+0,42a340+100 */
  background: #d11819; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #90d56b 0%,
    #42a340 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #df292a 0%,
    #c54a56 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: -moz-linear-gradient(
    top,
    #90d56b 0%,
    #42a340 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90d56b', endColorstr='#42a340',GradientType=0 ); /* IE6-9 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.test-cont h6 {
  color: var(--colorDark);
  font-size: 16px;
  margin: 0;
}
section.testimonial .main-hd h3::before {
  content: "Testimonials";
  top: 4px;
  position: absolute;
  left: 4px;
  right: 0;
  bottom: 0;
  color: #6ebf58 !important;
  -webkit-text-stroke: 0.5px #ffffff69;
  z-index: -99 !important;
  white-space: pre;
  line-height: 140px;
  display: inline-flex;
  font-size: 140px;
}
section.testimonial .slide-count-wrap {
  bottom: 20px;
}
#testiNew .testi-Slide.slick-current.slick-active .testi-Box .testi-Review P {
  color: var(--colorDark);
}
#testiNew .testi-Slide.slick-current.slick-active .testi-Box .test-cont h6 {
  color: var(--colorDark);
}
#testiNew ul.slick-dots {
  width: fit-content;
  height: fit-content;
  display: flex !important;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -40px;
  line-height: normal;
}

#testiNew ul.slick-dots li {
  margin: 0px 7px;
  background: transparent;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  transition: all 0.5s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid transparent;
}

#testiNew ul.slick-dots li button {
  background: var(--colorGrey);
  width: 6px;
  height: 6px;
  padding: 0px;
  border-radius: 50%;
  z-index: 1;
  opacity: 1;
  /* background-color: #d5d5d5; */
  box-shadow: 0px 0px 13px 0px rgb(210 175 55 / 0%);
}

#testiNew ul.slick-dots li button::before {
  content: none;
}

#testiNew ul.slick-dots li.slick-active {
  position: relative;
  width: 22px;
  height: 22px;
  border-style: solid;
  border-width: 2px;
  border-color: var(--colorRedDark);
  box-shadow: 0px 0px 13px 0px rgb(223 41 42);
}
.testimonial-hd {
  position: relative;
}

.testimonial-hd figure {
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 30px;
}
#testiNew ul.slick-dots li.slick-active button {
  width: 10px;
  height: 10px;
  background-color: rgb(223 41 42);
  box-shadow: 0px 0px 13px 0px rgb(210 175 55 / 0%);
}
.testi-Review .circle {
  border-radius: 100px;
  height: 64px;
  width: 64px;
  line-height: 64px;
  text-align: center;
  display: flex;
  border: 1px solid transparent;
  position: relative;
  margin-right: 16px;
  top: -4px;
  justify-content: center;
  transition: 0.3s ease-in-out;
  align-items: center;
  background-image: linear-gradient(
    to right,
    var(--colorRedDark) 0,
    var(--colorRed) 100%
  );
  margin: auto;
  margin-bottom: 1rem;
}
/* ================ */
section.servicepage-section.service-section.whyUs {
  background: var(--colorWhite);
  padding: 80px 0;
}

.whyusSlider {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}

.whyusSlider .whyBox-item {
  flex-wrap: wrap;
  flex: 0 0 20%;
  text-align: center;
}

.whyusSlider .whyBox-item .innerwhyBox {
}

.whyusSlider .whyBox-item .innerwhyBox .whyIcon {
  margin-bottom: 1rem;
}

.whyusSlider .whyBox-item .innerwhyBox .why-ContBox {
}

.whyusSlider .whyBox-item .innerwhyBox .why-ContBox h3 {
  color: var(--colorBlack2);
  font-weight: 500;
  margin-bottom: 30px;
}

.whyusSlider .whyBox-item .innerwhyBox .why-ContBox p.p {
  color: var(--colorGrey);
  font-size: 18px;
}
/*==============================================*/

/* ============Responsive Section========= */

@media all and (max-width: 1680px) {
  .container {
    width: 72% !important;
  }

  .head1 {
    font-size: 3.75rem;
    padding-top: 0;
  }

  .banner-slide-left .p {
    font-size: 1.05rem;
  }

  h3.small-head {
    font-size: 1.5rem;
  }
}

@media all and (max-width: 1600px) {
  ul.content-desc li {
    font-size: 16px;
  }

  .pricing-price span.content-price {
    font-size: 2.5rem;
  }

  .pricing-tables.pricing-layout-3 {
    padding: 2em;
  }

  .main-hd h2 {
    font-size: 3.2rem;
  }

  .cust-row .col-right-a {
    width: 70%;
  }

  .pricing-tables.pricing-layout-3::before {
    width: 100% !important;
  }

  .cust-row .col-left-a {
    width: 30%;
  }

  .text-wraper p.p {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 1440px) {
  .head1 {
    font-size: 3.6rem;
  }

  .main-hd h2 {
    font-size: 3rem;
  }

  .counter-two__count h3,
  .counter-two__count span {
    font-size: 60px;
  }

  .footer-section .about-leftcircle,
  .footer-section .footer-dotimage,
  .footer-section .footer-leftimage,
  .footer-section .footer-leftlayer {
    display: none;
  }

  .footer-section::before {
    width: 70%;
  }

  .footer-section .middle-portion .footer-logo {
    margin-bottom: 4px;
  }

  .footer-section .middle-portion .first-column p {
    margin-bottom: 18px;
  }

  .footer-section .middle-portion .lower .content span {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
  }

  .counter-two__text {
    font-size: 16px;
  }

  .container-fluid.packagesContainer ul.filter-ul {
    flex-wrap: wrap;
    padding-bottom: 10rem;
  }

  .container-fluid.packagesContainer .filter-ul li {
    margin-bottom: 1rem;
  }

  .container-fluid.packagesContainer {
    width: 80%;
  }
}

@media screen and (max-width: 1366px) {
  .head1 {
    font-size: 3.7rem;
  }

  .banner-slide-left .p {
    font-size: 0.9rem;
  }

  .container {
    width: 80% !important;
  }

  h3.small-head {
    font-size: 1.3rem;
  }

  .opt-img1 {
    opacity: 0.2;
    left: -10% !important;
  }

  .opt-img2 {
    right: -12% !important;
    opacity: 0.2;
  }

  .theme-btn {
    font-size: 14px;
  }

  .counter-two::after,
  .counter-two::before {
    opacity: 0.5;
  }

  .pricing-tables.pricing-layout-3::before {
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
  }

  .footer-section::before {
    width: 67%;
  }

  .footer-section .middle-portion .links h4 {
    font-size: 22px;
  }
}

@media screen and (max-width: 1280px) {
  .head1 {
    font-size: 3.5rem;
  }

  .container {
    width: 90% !important;
  }

  .main-hd h2 {
    font-size: 2.8rem;
  }

  .counter-two__single::before {
    width: 350px;
    height: 350px;
  }
  .service-section .service-box h4 {
    font-size: 24px;
    line-height: 28px;
  }
}

@media screen and (max-width: 1199px) {
  .contact-one__left {
    margin-left: -300px;
  }

  .head1 {
    font-size: 3rem;
  }

  section.pacakges .inner-packages .cust-row {
    padding: 0 10%;
  }

  .cust-row .col-left-a {
    width: 0;
  }

  .contact-one {
    padding: 1rem 0;
  }

  .form-input .inp-a {
    height: 40px;
  }

  .form-input textarea.inp-a {
    height: 120px;
  }

  .form-input {
    margin-bottom: 1rem;
  }

  .form-input .inp-a::placeholder {
    font-size: 14px;
  }

  .cust-row .col-right-a,
  .footer-section .middle-portion .first-column img.payment {
    width: 100%;
  }

  .footer-section .middle-portion .icons {
    padding-left: 40px;
  }

  .footer-section .middle-portion .list-pd {
    padding: 0;
  }

  .footer-section .middle-portion .links h4 {
    font-size: 20px;
  }

  .portfolio-two__list-content span {
    font-size: 50px;
    line-height: 60px;
  }

  .footer-section .copyright p,
  .footer-section .middle-portion .links li a {
    font-size: 14px;
  }

  section.about-us .inner-aboutus {
    padding: 5rem 0;
  }
}

@media screen and (max-width: 1024px) {
  .main-hd h2 {
    font-size: 2.5rem;
  }

  li.mobileInfo {
    display: block;
  }

  li.mobileInfo ul.contact-info {
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
  }

  li.mobileInfo ul.contact-info li {
    margin-bottom: 0.5rem;
  }

  li.mobileInfo ul.contact-info li span a {
    color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .qsn-form-container {
    margin-top: 40px;
  }
  .whyusSlider .whyBox-item .innerwhyBox .why-ContBox h3 {
    font-size: 17px;
  }

  .whyusSlider .whyBox-item .innerwhyBox .whyIcon img {
    /* width: 60%; */
  }

  .whyusSlider .whyBox-item {
    flex: 0 0 33.33%;
  }
  .faq-testimonial {
    margin-bottom: 40px;
  }

  .subscribe-section .subscribe-section-head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }

  .subscribe-section .section-title {
    text-align: center;
  }

  .subscribe-section .subscribe-right-wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }

  .contact-one .contLeft {
    width: 100%;
    padding-bottom: 50px;
  }

  .marque-area marquee h4 {
    font-size: 2rem;
  }

  .contact-one .contRight,
  .filter-item-a > a > img,
  .filter-item-b > a > img,
  .footer-section::before {
    width: 100%;
  }

  div#designTrustpoilet iframe {
    height: 40px !important;
  }

  div#designTrustpoilet {
    margin: 0;
    background: #fff;
    padding-top: 30px;
    padding-bottom: 20px;
    border-radius: 50px;
  }

  .filter-ul > li {
    font-size: 1rem;
  }

  .contact-one {
    padding: 5rem 0;
  }

  .testimonial_wrapper {
    display: none;
  }

  .contact-one__left {
    margin: 0;
    border: 0;
    border-radius: 0;
  }

  .contact-one__img {
    position: relative;
    display: block;
    border-radius: 0;
    height: 400px;
  }

  .footer-section .middle-portion .lower .content span {
    font-size: 16px;
  }

  .footer-section .middle-portion .lower .content a {
    color: var(--colorWhite);
    font-size: 12px;
  }

  .footer-section .middle-portion .icons {
    padding: 0;
  }
  .servicepage-section .servicepage_content p {
    padding: 0 50px;
  }
  .contact-one__img img {
    mix-blend-mode: normal;
    border-radius: 0;
  }
  .filter-content-a,
  .portNew .filter-content-b {
    grid-template-columns: 50% 50%;
  }
}

@media screen and (max-width: 767px) {
  .faq-page-section {
    margin-top: 80px;
  }
  .filter-content-a,
  .portNew .filter-content-b {
    grid-template-columns: 100%;
  }
  .servicepage-section .servicepage_content p {
    padding: 0;
  }
  .service-section .service_contentbox .service-box {
    min-height: auto;
    text-align: center;
  }

  .counter-two {
    padding: 60px 0 40px;
  }
  .header {
    padding: 0;
  }
  section.about-us .inner-aboutus .row .about-img img {
    width: 60%;
  }
  section.banner {
    height: 550px;
  }
  .counter-two__single {
    padding: 50px;
  }

  .container-fluid.packagesContainer ul.filter-ul {
    flex-wrap: nowrap;
    display: flex;
    padding-bottom: 0;
    height: auto;
  }

  .container-fluid.packagesContainer .filter-content-a.v2 {
    margin: 0;
  }

  section.pacakges .inner-packages .main-hd p.p {
    width: 100%;
  }
  .counter-two__single-2::after,
  .counter-two__single::before {
    width: 300px;
    height: 300px;
  }
  .faq-page-container {
    padding-bottom: 80px;
  }

  .subscribe-section {
    padding: 60px 0;
  }

  #cycler img.active,
  .banner-slide-left,
  .banner-slide-right {
    width: 100%;
  }

  .filter-ul {
    flex-direction: column;
    padding: 8rem 0;
  }

  .filter-ul > li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .main-hd h2 {
    font-size: 2rem;
  }

  .head1 {
    font-size: 2.75rem;
  }

  .portfolio-two__list li:hover .portfolio-two__img-1 {
    opacity: 0;
    display: none;
  }

  section.about-us .inner-aboutus .row .about-img {
    align-items: center;
    display: flex;
    justify-content: center;
  }

  section.pacakges .inner-packages .cust-row {
    width: 80%;
    margin: auto;
  }

  .banner-slide-inner > .container {
    flex-direction: column;
  }

  .banner-a {
    height: auto;
    padding-top: 12rem;
  }

  .banner-a .banner-slide-left {
    padding-bottom: 2rem;
  }

  .testimonial-section .service-leftlayer,
  .testimonial-section .service-rightlayer {
    opacity: 0.3;
  }

  .inner-topBar ul.contact-info {
    display: none;
  }

  .footer-section .middle-portion .first-column,
  .links,
  .links.list-pd {
    margin-bottom: 30px;
  }

  .footer-section {
    padding-top: 50px;
  }
  .section-title {
    font-size: 40px;
  }
  .topBar .inner-topBar {
    justify-content: center;
  }
  .whyusSlider .whyBox-item {
    flex: 0 0 50%;
  }
}

@media screen and (max-width: 575px) {
  .subscribe-section .subscribe-right-wrapper .subscribe-form input {
    margin-bottom: 20px;
    height: 55px;
  }
  .portfolio-two {
    padding: 4rem 0;
  }
  .testimonial-section {
    padding: 5rem 0;
  }
  .subscribe-section::after,
  .subscribe-section::before {
    display: none;
  }
  .section-title {
    font-size: 30px;
  }
  .subscribe-section .subscribe-right-wrapper .subscribe-form {
    flex-direction: column;
  }

  .subscribe-section .subscribe-right-wrapper .subscribe-form input {
    width: 100%;
  }

  .subscribe-section .subscribe-right-wrapper .subscribe-form button {
    width: 100% !important;
  }
  .subscribe-section
    .subscribe-right-wrapper
    .subscribe-form
    input::placeholder {
    font-size: 15px;
  }
  ul.bread li a {
    font-size: 16px;
  }
  section.banner .overlay .main-hd p {
    font-size: 14px;
  }
  .testi-Slider {
    width: 100%;
  }
  section.pacakges .inner-packages .cust-row {
    width: 100%;
  }
  section.pacakges .inner-packages {
    padding: 3rem 0;
  }
}

@media screen and (max-width: 480px) {
  .filter-content-a {
    grid-template-columns: 100%;
    column-gap: 0;
  }
  .whyusSlider .whyBox-item {
    flex: 0 0 100%;
  }
  .container-fluid.packagesContainer .filter-content-a.v2 {
    padding: 0 10px;
  }
  .portfolio-two__list-content span {
    display: none;
  }
  .container-fluid.packagesContainer {
    width: 100%;
  }
  .portfolio-two__list-content p {
    margin: 0;
  }
  .filter-content-a {
    padding: 20px 50px 0;
  }
}
