@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap");

:root {
  --primary-color: #141414;
  --secondary-color: #ffffff;
  --theme-color: #1dbf73;
}

::-webkit-scrollbar-track {
  background-color: var(--secondary-color);
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: var(--theme-color);
  border-radius: 10px;
  margin: 2px;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.form-control:focus {
  box-shadow: none;
}

a {
  text-decoration: none;
  color: inherit;
}

.text-theme {
  color: var(--theme-color);
}

body {
  font-family: "Poppins", sans-serif;
  transition: 0.3s all;
}

.hero-sec {
  min-height: 700px;
  /*padding: 3em 1em;*/
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-sec video {
  height: 700px;
  object-fit: cover;
}

#c {
  position: absolute;
  height: 700px !important;
}

.offcanvas {
  background-color: var(--primary-color);
  color: white;
  backdrop-filter: blur(4px);
  min-height: 300px;
  border-top-left-radius: 2em;
  border-top-right-radius: 2em;
  padding: 0.3em;
}

.offcanvas-body .list-group-item {
  background-color: transparent !important;
  color: white !important;
  border-bottom: 0;
  position: relative;
  margin-left: -10px;
  text-transform: uppercase;
  font-size: 0.9em;
}

.offcanvas-body .list-group-item a {
  display: flex;
}

nav {
  background: #0000001f;
  backdrop-filter: blur(5px);
}

nav .nav-link {
  color: white;
  border-bottom: 2px solid transparent;
  padding-inline: 0 !important;
}

nav .nav-link:hover {
  color: var(--theme-color);
  border-bottom: 2px solid var(--theme-color);
}

.dropdown-toggle::after {
  border-top: .3em solid var(--theme-color);
}

.dropdown-menu {
  background-color: #000000;
}

.dropdown-item {
  color: white;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover,
.dropdown-item:focus {
  background-color: var(--theme-color) !important;
  color: white;
}

.nav-link:focus,
.nav-link:hover {
  color: white;
}

footer {
  background-color: #000000;
}


footer h5,
footer p {
  color: #ffffff !important;
}

footer h5 {
  font-size: 16px;
}

footer .nav-link,
footer .para {
  color: #999999 !important;
  font-size: 14px;
  transition: 0.2s;
}

footer .nav-link:hover {
  color: #ffffff !important;
}

.prefooter {
  background-color: #333333;
  padding: 80px 0px;
}

.prefooter .sub-heading {
  color: #1dbf73;
  font-size: 18px;
}

.prefooter .form .form-control {
  padding: 10px 16px;
  border-radius: 2px;
  color: #000000;
}

.prefooter .form .form-control::placeholder {
  color: #999999;
}

.prefooter .form .getBtn {
  background-color: #1dbf73;
  padding: 10px 16px;
  border-radius: 35px;
  border: none;
  color: #fff;
}

.prefooter .service {
  background-color: #0000000d;
  padding: 20px 36px;
}

.prefooter .service i {
  font-size: 22px;
}

.prefooter .service h3 {
  font-size: 16px;
  font-weight: 600;
}

.prefooter .service p {
  font-size: 14px;
  color: #cccccc;
}



.form-wrapper {
  background-color: var(--secondary-color);
  padding: 15px;
  border-radius: 20px;
}

.inner-text h1 {
  color: white;
  font-size: 2.5em;
  font-weight: 600;
}

@media (max-width: 767px) {
  .footer-logo {
    width: 200px;
  }

  #myGif {
    width: 80px !important;
  }
}

.form-control {
  background-color: #f9f9f9;
  border-width: 1px 1px 1px 1px;
  border-radius: 18px 18px 18px 18px;
  border: 1px solid #818a91;
  padding: 0.75em;
}

label {
  font-size: 15px;
}

.form-control::placeholder {
  color: #c7c7c7;
}

.my-btn {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: none;
  color: #0f1923;
  cursor: pointer;
  position: relative;
  padding: 8px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  transition: all .15s ease;
}

.my-btn::before,
.my-btn::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  height: calc(50% - 5px);
  border: 1px solid #1dbf73;
  transition: all .15s ease;
}

.my-btn::before {
  top: 0;
  border-bottom-width: 0;
}

.my-btn::after {
  bottom: 0;
  border-top-width: 0;
}

.my-btn:active,
.my-btn:focus {
  outline: none;
}

.my-btn:active::before,
.my-btn:active::after {
  right: 3px;
  left: 3px;
}

.my-btn:active::before {
  top: 3px;
}

.my-btn:active::after {
  bottom: 3px;
}

.button_lg {
  position: relative;
  display: block;
  padding: 10px 20px;
  color: #1dbf73;
  background-color: #00ff4312;
  overflow: hidden;
  box-shadow: inset 0px 0px 0px 1px transparent;
}

.button_lg::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 2px;
  background-color: #1dbf73;
}

.button_lg::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4px;
  height: 4px;
  background-color: #1dbf73;
  transition: all .2s ease;
}

.button_sl {
  display: block;
  position: absolute;
  top: 0;
  bottom: -1px;
  left: -8px;
  width: 0;
  background-color: #1dbf73;
  transform: skew(-15deg);
  transition: all .2s ease;
}

.button_text {
  position: relative;
}

.my-btn:hover .button_text {
  color: #ffffff !important;
}

.my-btn:hover {
  color: #ffffff;
}

.my-btn:hover .button_sl {
  width: calc(100% + 15px);
}

.my-btn:hover .button_lg::after {
  background-color: #fff;
}

.video_overlays {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  width: 100%;
  min-height: 700px;
  background-color: #0000008c;
  z-index: 1;
}

.scroll-icon {
  position: absolute;
  left: 49%;
  bottom: 90px;
  z-index: 99;
  transform: translate(-50%, -50%);
}

.scroll-icon .chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.scroll-icon .chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.scroll-icon .chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.scroll-icon .chevron:before,
.scroll-icon .chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.scroll-icon .chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.scroll-icon .chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

.badge-rounded {
  border-radius: 50px;
  border: 2px solid #ccc;
  padding: 6px 20px;
  /* margin: 6px 2px; */
  white-space: nowrap;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  color: #aaa !important;
}

.badge-rounded:hover {
  border: 2px solid #1dbf73;
  background: #1dbf73;
  color: #fff !important;
}

@keyframes move {
  25% {
    opacity: 1;

  }

  33% {
    opacity: 1;
    transform: translateY(30px);
  }

  67% {
    opacity: 1;
    transform: translateY(40px);
  }

  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.scroll-icon .text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}

.bg-about-img {
  min-height: 100%;
  background: linear-gradient(0deg, rgb(0 157 105 / 81%), rgb(0 157 105 / 81%)), url(https://yourdesignguys.com/wp-content/uploads/2019/07/website-design-bw.jpg);
  background-size: cover;
}

canvas {
  display: block;
  vertical-align: bottom;
}

/* ---- particles.js container ---- */
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--primary-color);
  z-index: -1;
}


.js-count-particles {
  font-size: 1.1em;
}

#stats,
.count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}

.logo-carousel .item img {
  max-width: 200px;
}

.logo-carousel .owl-dots {
  display: none;
}

.owl-carousel {
  display: unset !important;
}


/* * Work Page Start */
/* Hero Section Start */

.bigHeading {
  color: #fff;
  font-size: 3.667rem;
  font-weight: 700;
}

/* Hero Section End */



/* Work Section Start */

.workSection {
  background-color: #141414;
  padding: 100px 20px;
}


.parallax-container {
  position: relative;
  overflow: hidden;
  height: 400px;
  width: 100%;
}

.parallax-container img {
  position: absolute;
  /* top: 0; */
  /* left: 0; */
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* transform: translateZ(0); */
}

.workSection .card {
  background-color: #141414;
  color: var(--secondary-color);
  position: relative;
}



/* Brands Section Start */

.brandSection {
  background-color: #0a0a0a;
  padding: 100px 20px;
}

.brandSection img {
  height: 150px;
  width: 150px;
  transition: 0.3s;
}

.brandSection img:hover {
  margin-top: -10px;
}

/* Brands Section End */



/* Ready Section Start */

.readySec {
  background-image: url("../images/readyBG.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 20px;
  cursor: pointer;
  transition: 0.5s;
}

.grayScaleSection:hover {
  filter: grayscale(100%);
}

.grayScaleSection h1 {
  font-size: 48px;
  color: #fff;
}

.grayScaleSection h1 span {
  font-weight: 800;
}

/* Ready Section End */



/* Footer Start */

.newsletter label {
  color: #fff;
}

.newsLetter-input {
  border: none;
  background: transparent;
  border-bottom: 1px solid #fff;
  border-radius: 0px;
  color: #fff;
  width: 100%;
}

.newsLetter-input:focus {
  outline: none;
}

.newsLetter-btn {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  transition: 0.5s;
}

.newsLetter-btn:hover {
  border: 1px solid #fff;
  background-color: #fff !important;
  color: #000;
  background-color: transparent;
  /* border: none; */
}

/* Footer End */

.approach-sec {
  background-color: var(--primary-color);
}

.blog-sec {
  background-color: #000;
  margin-bottom: 35%;
}

.blog-cards {
  position: absolute;
  left: 50%;
  top: 150%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.blog-cards .box,
.cardSection .box {
  transition: .3s;
}

.blog-cards .box:hover,
.cardSection .box:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px !important;
}

.blog-cards .box i,
.cardSection .box i {
  transition: .3s;
}

.blog-cards .box:hover i,
.cardSection .box:hover i {
  margin-right: -10px;
}


/* Team Page Start */


/* Hero Section Start */

.team-outer {
  background-image: url("../images/teamBg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.team-inner {
  background-color: #0000008a;
}

/* Hero Section End */


/* Detail Section Start */

.detailSection {
  padding: 80px 20px;
}

/* Detail Section End */


/* Employees Section Start */

.employeesSection {
  background-color: #141414;
  padding: 80px 20px;
}

.employeeCard img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.employeeCard h3 {
  color: #fff;
}

.employeeCard h3 span {
  font-size: 18px;
  transition: 0.6s;
}

.employeeCard h3 span:hover {
  color: #46ffc7;
}

.employeeCard h4 {
  color: #e2e2e2;
}

/* Employees Section End */


/* Talented Section Start */

.talentedSec {
  background-image: url("../images/talentedBg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 20px;
  cursor: pointer;
  transition: 0.5s;
}

/* Talented Section End */



/* Team Page End */





/* Insights Page Start */


/* Experience Guide Section Start */
.experienceSec {
  background-image: url("../images/experienceBg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 20px;
  cursor: pointer;
  transition: 0.5s;
}

/* Experience Guide Section End */


/* Insights Page End */





/* Terms & Condition Start */

.termSection {
  padding: 100px 20px;
}

/* Terms & Condition End */



.cardSection {
  padding: 100px 20px;
}



/* Featured Section Start */

.featuredSection {
  padding: 100px 20px;
}

.featuredSection .card {
  border: none;
}

.featuredSection .card img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}

.turnWebSec {
  background-image: url("../images/turnWebBg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 20px;
  cursor: pointer;
  transition: 0.5s;
}

@media only screen and (max-width: 1190px) {
  .blog-cards {
    position: unset;
    left: 50%;
    top: 150%;
    transform: translate(0%, 0%);
    width: 100%;
  }

  .blog-sec {
    background-color: #000;
    margin-bottom: 0%;
  }
}



/* Approach Section Start */
.approachSection {
  background-color: #141414;
  padding: 100px 20px;
  color: #fff;
}

.approachSection h1 {
  font-size: 56px;
}

.approachSection p {
  color: #a6a6a6;
  line-height: 25px;
  word-spacing: 3px;
}

/* Approach Section End */


.owl-theme .owl-nav.disabled+.owl-dots {
  display: none;
}


footer .links a i {
  color: #fff;
}

/* Service Page Starts Here */

.service-sec {
  padding: 80px 0px;
  color: #fff;
}

.service-sec .row {
  background-color: #1dbf73;
  padding: 50px 75px;
  border-bottom: 1px solid #10894d;
}

.service-sec .detailBtn {
  color: #4169e1;
}

.service-sec h6 {
  font-size: 20px;
}

.service-sec .badges .service-badge {
  border: 2px solid #fff;
  padding: 5px 20px;
  border-radius: 30px;
}

/* Service Page Ends Here */











/* Home CSS */
.accordion-item {
  background-color: #fff;
  border: none;
}

.accordion-item ul {
  margin-bottom: 0;
}

.accordion-button {
  background-color: #FFFFFF;
  box-shadow: none;
  border: none;
  padding: 20px 50px;
  margin: 4px 0;
  border-radius: 8px;
}

.accordion-button:not(.collapsed) {
  border-bottom: 4px solid var(--theme-color);
  color: var(--theme-color);
  font-weight: bold;
  background-color: #FFFFFF;
}

.accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../images/minus.png");
  transform: rotate(-180deg);
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("../images/plus.png");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}

/* Home CSS */



/* Case Study CSS */
.content {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
  opacity: 1;
}

.content-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  bottom: 5%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
  bottom: 5%;
  left: 50%;
  opacity: 1;
}

.content-details h3 {
  color: #fff;
  font-weight: 600;
  font-size: 3em;
}

.fadeIn-right {
  left: 80%;
}

/* Case Study CSS */
















/* Website Design & Development Page Starts Here */

.badges-sec {
  background-color: #f4f4f4;
  padding: 100px 0px;
}



.subService-sec {
  padding: 100px 0px;
}

.subService-sec .subService-card {
  padding: 20px 25px;
}

.subService-sec .subService-card i {
  color: #1dbf73;
}

.subService-sec .subService-card p {
  color: #707070;
}

.subService-sec .b-icon {
  color: #cccccc;
}


.image1st-sec {
  background-color: #f4f4f4;
  padding: 100px 0px;
}

.image1st-sec .textCard {
  background-color: #fff;
  padding: 80px 80px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.image1st-sec .textCard p {
  color: #707070;
}

.image1st-sec .imageCol {
  position: relative;
}

.image1st-sec .imageCard {
  width: 450px;
  height: 450px;
  position: absolute;
  left: 45px;
}

.image1st-sec .imageCard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

@media only screen and (max-width: 1400px) {
  .image1st-sec .imageCard {
    left: -20px;
  }
}

@media only screen and (max-width: 1199px) {
  .image1st-sec .imageCard {
    left: -75px;
  }
}

@media only screen and (max-width: 991px) {
  .image1st-sec .imageCol {
    position: unset;
  }

  .image1st-sec .imageCard {
    display: none;
  }
}



.image2nd-sec {
  padding: 100px 0px;
}

.image2nd-sec .textCol {
  position: relative;
}


.image2nd-sec .textCard2 {
  width: 380px;
  background-color: #fff;
  padding: 50px 50px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  position: absolute;
  left: 120px;
}

.image2nd-sec .textCard2 p {
  color: #707070;
}

.image2nd-sec .imageCard2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

@media only screen and (max-width: 1400px) {
  .image2nd-sec .textCard2 {
    left: 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .image2nd-sec .textCard2 {
    left: -10px;
  }
}

@media only screen and (max-width: 991px) {
  .image2nd-sec .textCol {
    position: unset;
  }

  .image2nd-sec .textCard2 {
    width: 100%;
    position: unset;
  }
}

@media only screen and (max-width: 600px) {
  .image2nd-sec .textCard2 {
    padding: 30px 30px;
  }
}


.image2nd-sec .textCol3 {
  position: relative;
}


.image2nd-sec .textCard3 {
  width: 380px;
  background-color: #fff;
  padding: 50px 50px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  position: absolute;
  right: 120px;
}

.image2nd-sec .textCard3 p {
  color: #707070;
}

@media only screen and (max-width: 1400px) {
  .image2nd-sec .textCard3 {
    right: 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .image2nd-sec .textCard3 {
    right: -10px;
  }
}

@media only screen and (max-width: 991px) {
  .image2nd-sec .textCol3 {
    position: unset;
  }

  .image2nd-sec .textCard3 {
    width: 100%;
    position: unset;
  }

  .order1 {
    order: 1;
  }

  .order {
    order: 0;
  }
}

@media only screen and (max-width: 600px) {
  .image2nd-sec .textCard3 {
    padding: 30px 30px;
  }
}

p {
  color: #707070;
}



.green-sec {
  padding: 50px 0px;
}

.green-sec .container {
  background-image: url(../images/gBG.webp);
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  background-position: center;
  padding: 0 !important;
}

.green-sec .container .overlay {
  background: linear-gradient(0deg, rgb(0 157 105 / 81%), rgb(0 157 105 / 81%));
  padding: 60px 10px;
  color: #fff;
}

.rounded-dark-btn {
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
  border-radius: 35px;
  padding: 10px 35px;
  font-size: 18px;
}

.rounded-trans-btn {
  border: 2px solid #fff;
  border-radius: 35px;
  padding: 10px 35px;
  font-size: 18px;
  transition: 0.3s;
}

.rounded-trans-btn:hover {
  background-color: #000;
  border: 2px solid #000;
}



.portfolio-sec {
  padding: 100px 0px;
  background-color: #f4f4f4;
}

.logo-card {
  /* height: 400px; */
  overflow: hidden;
  margin: 35px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.logo-card img {
  width: 100%;
}

.img-card {
  height: 320px;
  overflow: hidden;
  margin: 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.img-card img {
  width: 100%;
}

.img-card img:hover {
  animation: transLateY 5s ease;
}


@keyframes transLateY {
  form {
    transform: translateY(0);
  }

  to {
    transform: translateY(-55%);
  }
}


.accord1-sec {
  padding: 100px 0px;
}


.expect-sec {
  padding: 100px 0px;
  background-color: #262626;
  color: #fff;
}

.expect-sec p {
  color: #fff !important;
}

.expect-sec .expect-table {
  padding: 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}


.faq-sec {
  padding: 100px 0px;
}


.review-sec {
  padding: 100px 0px;
  background-color: #f2f2f2;
}

.review-sec .col-lg-6 {
  padding: 0px 30px;
}

.review-sec .review i {
  color: #1dbf73;
}


.review-sec .img-box img {
  width: 80%;
}

.review-sec .review-brands {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* Website Design & Development Page Ends Here */

.dropdown {}

.dropdown-menu {
  display: none;
}

.dropdown:hover .dropdown-menu {
  display: block;
}




/* Testimonials Page Starts */


.testim {
  padding: 100px 0px;
  /* width: 100%; */
  /* position: absolute;
  top: 50%; */
  /* -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  transform: translatey(-50%); */
}

.testim .wrap {
  position: relative;
  width: 100%;
  max-width: 1020px;
  padding: 40px 20px;
  margin: auto;
}

.testim .arrow {
  display: block;
  position: absolute;
  color: #1dbf73;
  cursor: pointer;
  font-size: 2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 5px;
  z-index: 22222222;
}

.testim .arrow:before {
  cursor: pointer;
}

.testim .arrow:hover {
  color: #10894d;
}


.testim .arrow.left {
  left: 10px;
}

.testim .arrow.right {
  right: 10px;
}

.testim .dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 60px;
  left: 0;
  display: block;
  z-index: 3333;
  height: 12px;
}

.testim .dots .dot {
  list-style-type: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #585858b0;
  margin: 0 10px;
  cursor: pointer;
  -webkit-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
  background: #1dbf73;
  border-color: #1dbf73;
}

.testim .dots .dot.active {
  -webkit-animation: testim-scale .5s ease-in-out forwards;
  -moz-animation: testim-scale .5s ease-in-out forwards;
  -ms-animation: testim-scale .5s ease-in-out forwards;
  -o-animation: testim-scale .5s ease-in-out forwards;
  animation: testim-scale .5s ease-in-out forwards;
}

.testim .cont {
  position: relative;
  overflow: hidden;
}

.testim .cont>div {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 70px 0;
  opacity: 0;
}

.testim .cont>div.inactive {
  opacity: 1;
}


.testim .cont>div.active {
  position: relative;
  opacity: 1;
}


.testim .cont div .img img {
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
}

.testim .cont div h2 {
  color: #1dbf73;
  font-size: 1.5em;
  margin: 15px 0;
}

.testim .cont div p {
  font-size: 1.15em;
  /* color: #eee; */
  width: 80%;
  margin: auto;
}

.testim .cont div.active .img img {
  -webkit-animation: testim-show .5s ease-in-out forwards;
  -moz-animation: testim-show .5s ease-in-out forwards;
  -ms-animation: testim-show .5s ease-in-out forwards;
  -o-animation: testim-show .5s ease-in-out forwards;
  animation: testim-show .5s ease-in-out forwards;
}

.testim .cont div.active h2 {
  -webkit-animation: testim-content-in .4s ease-in-out forwards;
  -moz-animation: testim-content-in .4s ease-in-out forwards;
  -ms-animation: testim-content-in .4s ease-in-out forwards;
  -o-animation: testim-content-in .4s ease-in-out forwards;
  animation: testim-content-in .4s ease-in-out forwards;
}

.testim .cont div.active p {
  -webkit-animation: testim-content-in .5s ease-in-out forwards;
  -moz-animation: testim-content-in .5s ease-in-out forwards;
  -ms-animation: testim-content-in .5s ease-in-out forwards;
  -o-animation: testim-content-in .5s ease-in-out forwards;
  animation: testim-content-in .5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
  -webkit-animation: testim-hide .5s ease-in-out forwards;
  -moz-animation: testim-hide .5s ease-in-out forwards;
  -ms-animation: testim-hide .5s ease-in-out forwards;
  -o-animation: testim-hide .5s ease-in-out forwards;
  animation: testim-hide .5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
  -webkit-animation: testim-content-out .4s ease-in-out forwards;
  -moz-animation: testim-content-out .4s ease-in-out forwards;
  -ms-animation: testim-content-out .4s ease-in-out forwards;
  -o-animation: testim-content-out .4s ease-in-out forwards;
  animation: testim-content-out .4s ease-in-out forwards;
}

.testim .cont div.inactive p {
  -webkit-animation: testim-content-out .5s ease-in-out forwards;
  -moz-animation: testim-content-out .5s ease-in-out forwards;
  -ms-animation: testim-content-out .5s ease-in-out forwards;
  -o-animation: testim-content-out .5s ease-in-out forwards;
  animation: testim-content-out .5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -webkit-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -webkit-box-shadow: 0px 0px 10px 5px #49e19a;
    box-shadow: 0px 0px 10px 5px #49e19a;
  }

  100% {
    -webkit-box-shadow: 0px 0px 0px 0px #49e19a;
    box-shadow: 0px 0px 0px 0px #49e19a;
  }
}

@-moz-keyframes testim-scale {
  0% {
    -moz-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -moz-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -moz-box-shadow: 0px 0px 10px 5px #49e19a;
    box-shadow: 0px 0px 10px 5px #49e19a;
  }

  100% {
    -moz-box-shadow: 0px 0px 0px 0px #49e19a;
    box-shadow: 0px 0px 0px 0px #49e19a;
  }
}

@-ms-keyframes testim-scale {
  0% {
    -ms-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -ms-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -ms-box-shadow: 0px 0px 10px 5px #49e19a;
    box-shadow: 0px 0px 10px 5px #49e19a;
  }

  100% {
    -ms-box-shadow: 0px 0px 0px 0px #49e19a;
    box-shadow: 0px 0px 0px 0px #49e19a;
  }
}

@-o-keyframes testim-scale {
  0% {
    -o-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -o-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -o-box-shadow: 0px 0px 10px 5px #49e19a;
    box-shadow: 0px 0px 10px 5px #49e19a;
  }

  100% {
    -o-box-shadow: 0px 0px 0px 0px #49e19a;
    box-shadow: 0px 0px 0px 0px #49e19a;
  }
}

@keyframes testim-scale {
  0% {
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    box-shadow: 0px 0px 10px 5px #49e19a;
  }

  100% {
    box-shadow: 0px 0px 0px 0px #49e19a;
  }
}

@-webkit-keyframes testim-content-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes testim-content-in {
  from {
    opacity: 0;
    -moz-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@-ms-keyframes testim-content-in {
  from {
    opacity: 0;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes testim-content-in {
  from {
    opacity: 0;
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes testim-content-in {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes testim-content-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-moz-keyframes testim-content-out {
  from {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-ms-keyframes testim-content-out {
  from {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-o-keyframes testim-content-out {
  from {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes testim-content-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100%);
  }
}

@-webkit-keyframes testim-show {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes testim-show {
  from {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-ms-keyframes testim-show {
  from {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes testim-show {
  from {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes testim-show {
  from {
    opacity: 0;
    transform: scale(0);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes testim-hide {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-moz-keyframes testim-hide {
  from {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }
}

@-ms-keyframes testim-hide {
  from {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }
}

@-o-keyframes testim-hide {
  from {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes testim-hide {
  from {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(0);
  }
}

@media all and (max-width: 300px) {
  body {
    font-size: 14px;
  }
}

@media all and (max-width: 500px) {
  .testim .arrow {
    font-size: 1.5em;
  }

  .testim .cont div p {
    line-height: 25px;
  }

}



.review-2 {
  padding: 100px 0px;
}

.review-2 .review-card {
  background-color: #f4f4f4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 30px;
  height: 480px;
}

.review-2 .review-card p {
  color: #707070;
}

.package-carousel {
  padding-top: 25px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2em;
}

.package-carousel .package_box {
  width: 30%;
  display: inline-block;
  margin-bottom: 10px;
  text-align: left;
  background-image: linear-gradient(180deg, #000000 0%, #000000 100%);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.package_box {
  background-color: #fff;
  /* border: 2px solid var(--theme-color); */
  border-radius: 10px;
}

.pkg_top {
  padding: 23px;
}

.package_box ::-webkit-scrollbar-track {
  border-radius: 10px;
}

.package_box * {
  transition: all 0.2s ease-in-out;
}

.pkg_title {
  border-radius: 3px;
  background-color: var(--theme-color);
  font-size: 24px;
  font-weight: 600;
  color: white;
  padding: 10px 0;
}

.pkg_title h3 {
  font-size: 17px;
  font-weight: 600;
  color: white;
  margin-bottom: 0;
}

.pkg_pricing_area {
  margin: 13px 0;
}

.sale_price h3 {
  font-size: 45px;
  font-weight: 600;
  color: white;
  letter-spacing: -3px;
  margin: 0;
}

.cut_price h4 {
  color: white;
  font-size: 23px;
  font-weight: 400;
  margin: 0;
  text-transform: lowercase;
}

.short_desc p {
  font-size: 13px;
  color: #ffffff;
}

.pkg_details {
  padding: 0 23px 23px 23px;
  margin: 0 6px;
  border-radius: 5px;
}

.package-carousel ul {
  height: 315px;
  overflow-y: auto;
  list-style-type: none;
  padding-left: 0;
}

.pkg_details ul li {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 15px;
  line-height: 20px;
  position: relative;
  font-weight: 400;
  padding-left: 18px;
}

.pkg_details ul li:before {
  content: "\f105";
  position: absolute;
  font-weight: 700;
  color: var(--theme-color);
  font-size: 17px;
  left: 0;
  font-family: "Font Awesome 5 Free";
}

@media (min-width: 768px) and (max-width: 991px) {
  .package-carousel .package_box {
    width: 46% !important;
  }
}

@media only screen and (max-width: 767px) {
  .package_box {
    width: 100% !important;
  }

  .nav-tabs .nav-link {
    padding: 8px !important;
    font-size: 0.8em;
    flex: 0 1 46%;
  }
}

.nav-tabs {
  justify-content: center;
  gap: 20px;
  border-bottom: 0;
}

.nav-tabs .nav-link {
  padding: 14px 35px 14px 35px;
  color: #ffffff;
  border-style: solid;
  border-width: 1px px 1px 1px 1px;
  border-color: #ffffff;
  border-radius: 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: var(--theme-color);
}

.nav-tabs .nav-link {
  border: 1px solid black;
  color: black;
}

.nav-tabs .nav-link:hover {
  border-color: var(--theme-color);
  color: var(--theme-color);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: var(--theme-color);
}