body {
  font-family: "Poppins", sans-serif !important;
  font-size: 14px;
  color: #2c2d30;
  overflow-x: hidden;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding: 0 10px;
}

.row {
  margin: 0 -10px;
}

a:hover,
a:focus,
button:hover,
button:focus {
  outline: none;
}

section {
  padding: 50px 0;
  clear: both;
  position: relative;
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: 'Playfair Display', serif; */
}

p {
  color: #343434;
  /* font-family: 'Playfair Display', serif; */
  font-size: 16px;
  font-family: "Poppins", sans-serif !important;
}

img {
  max-width: 100%;
}

.desk-hide {
  display: none;
}

html {
  scroll-behavior: smooth;
}

animation-fix {
  overflow-x: hidden;
}

.sub-heading {
  color: #0c205d;
  font-size: 17px;
  margin-top: 33px;
}

header ul.menu li {
  text-transform: uppercase;
}

section.content-page p,
section.content-page li {
  font-size: 14px;
}

.topbar {
  padding: 20px 0;
  position: relative;
  z-index: 9;
}

.topbar ul {
  text-align: right;
}

section.ben-bound.video-testimonials .col-md-12 {
  padding: 53px 15px;
  border-bottom: #ccc 1px dashed;
}

section.ben-bound.video-testimonials .col-md-12 h5 {
  font-weight: 600;
  color: #0c1c66;
}

label.error {
  display: none !important;
}

input.error {
  border: red 1px solid !important;
}

.topbar ul li {
  display: inline-block;
  margin-left: 20px;
}

.topbar .row {
  align-items: center;
}

.topbar ul li a {
  font-size: 16px;
  font-weight: 600;
  margin-left: 5px;
  color: #2d2e31;
  /* line-height: 13px; */
}

header {
  position: relative;
}

header ul li {
  display: inline-block;
  margin-left: 20px;
}

header ul li a {
  color: white;
  font-weight: 500;
  padding: 0 0px;
}

.menu-bar {
  background: #158b8c;
  padding: 10px 0;
  position: relative;
  z-index: 9;
}

header ul {
  width: 100%;
  text-align: center;
  display: block;
}

.hero__images4 {
  display: inline-block;
  padding-left: 20px;
  position: relative;
}

.our-banner {
  /* background: linear-gradient(to right, rgb(0 140 108), rgb(0 0 0 / 21%)),
    url(../images/baner.webp) no-repeat top #008c6c; */
  /* background: url("../images/banner-1.webp"); */
  background-size: cover;
  background-position: top;
  /* height: 764px; */
  position: relative;
  z-index: 1;
  background: #cfcfcf;
}

#ban2 {}

.our-banner::before {
  content: "";
  background: #000;
  z-index: 1;
  opacity: .75;
}

.our-banner h1 {
  font-size: 44px;
  color: #158b8c;
  font-weight: 600;
  margin: 0 0 12px;
  font-family: "Poppins", sans-serif !important;
  text-transform: capitalize;
}

.our-banner h2 {
  /* font-style: italic; */
  color: #4B5E6F;
  font-weight: 400;
  font-size: 30px;
  margin: 0 0 22px;
  font-family: "Poppins", sans-serif !important;
}

.our-banner p {
  color: #333333;
  font-weight: 500;
  font-family: "Poppins", sans-serif !important;
}

.btn-block {}

.btn-block .btn {
  margin-right: 7px !important;
}

.btn {
  border: none;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
  padding: 12px 25px;
  height: 52px;
  /* clip-path: polygon(0 0, 100% 0, 100% 73%, 93% 100%, 0 100%); */
  overflow: hidden;
  position: relative;
  transition: 0.5s all;
}

.btn-orange {
  /* background: rgb(226, 106, 0); */
  background: -moz-linear-gradient(183deg,
      rgba(226, 106, 0, 1) 20%,
      rgba(251, 153, 25, 1) 100%);
  /* background: -webkit-linear-gradient(183deg, rgba(226,106,0,1) 20%, rgba(251,153,25,1) 100%); */
  /* background: linear-gradient(183deg, rgb(140 0 26) 20%, rgb(140 0 26) 100%); */
  background: #eb8c16;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e26a00", endColorstr="#fb9919", GradientType=1);
  color: white;
  line-height: 30px;
}

.icon-button {}

.btn-white {
  background: #CFD2D4;
  border: 1px solid #eb8c16;
}

.our-banner .btn {
  margin: 0 0 20px;
}

.our-banner .form-wraper {
  border: 15px solid #c30a2c;
  /* padding: 6px; */
  /* background: #f0f1f3; */
  border-radius: 12px;
  position: relative;
  z-index: 1;
  width: 95%;
  float: right;
  border-radius: 25px;
}

.our-banner {}

.our-banner .form-wraper h4 {
  text-align: center;
  background: #000000;
  color: white;
  /* font-family: 'Poppins', sans-serif; */
  font-weight: 400;
  padding: 15px 0 29px;
  font-size: 22px;
  margin: 0;
  border: solid 3px #c30a2c;
  border-radius: 10px;
}

.our-banner .form-wraper h5 {
  background: #c30a2c;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  font-size: 27px;
  font-weight: 500;
  width: 92%;
  margin: auto;
  margin-top: -20px;
  margin-bottom: 10px;
  /* border: solid 3px #000; */
  border-radius: 0px 25px;
}

.our-banner .form-wraper h5 span {
  color: #ffffff;
  font-weight: 800;
  vertical-align: text-top;
}

.our-banner .form-wraper form {
  padding: 10px 20px;
}

.our-banner .form-wraper .form-control {
  font-size: 14px;
  margin: 0 0 10px;
  height: 40px;
}

.our-banner .form-wraper textarea.form-control {
  height: 100px;
}

textarea {
  resize: none;
}

.our-banner .form-wraper .btn {
  width: 100%;
}


.our-banner .form-wraper .text {
  background: #f0f1f3;
  border: 4px solid #fff;
  border-radius: 10px;
}

.icon-button img {
  margin-right: 9px;
  transition: 0.5s all;
}

.our-banner .row {
  align-items: center;
}

.book-inside {}

.book-inside .book {
  margin-left: -50px;
  margin-top: 0px;
  max-width: 126%;
}

.book-inside ul {}

.book-inside ul li {
  font-size: 17px;
  /* font-style: italic; */
  /* font-family: 'Playfair Display', serif; */
  margin: 0 0 6px;
  font-family: "Poppins", sans-serif !important;
}

.book-inside ul li img {
  margin-right: 7px;
}

.heading h2 {
  font-size: 40px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: "Poppins", sans-serif !important;
  text-transform: capitalize;
  color: #158b8c;
  position: relative;
  /* bottom: 20px; */
}

.heading h3 {
  font-size: 24px;
  font-weight: 500;
  color: #7c7c7c !important;
  text-transform: capitalize;
}

.a-btn {
  padding: 20px 0px;
}

.a-btn a {
  background-color: #eb8c16;
  border: 1px solid #eb8c16;
  color: white;
  padding: 10px 30px;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 9px;
}

#s-btn {
  background: none;
  color: #ff5037;
  border: 1px solid #ff5037;
  margin-left: 10px;
}

.heading {
  margin: 0 0 50px;
}

.heading p {
  margin: 20px 0 0 0;
  font-family: "Poppins", sans-serif !important;
}

/* .heading h2:before {
  content: "";
  height: 6px;
  background: #158b8c;
  position: absolute;
  width: 170px;
  bottom: -5px;
  z-index: -1;
  left: 0;
} */
.our-team {
  /* background: url("../images/our-team.webp") no-repeat; */
  padding: 40px 0 30px;
  background-size: cover;
  position: relative;
  background-color: #f3f4f8;
}

.our-team:before {
  content: "";
  background: url("../images/team-before.webp") no-repeat;
  height: 607px;
  width: 383px;
  position: absolute;
  left: 10px;
  top: 130px;
  background-size: 70%;
}

.our-team .container {
  position: relative;
  z-index: 1;
}

.heading.text-center {}

.heading.text-center h2:before {
  right: 0;
  margin: auto;
}

.our-gurante .container {
  background: url("../images/gurantee-bg.webp") no-repeat;
  height: 215px;
  padding: 41px 170px;
}

.our-gurante {
  padding-top: 0;
  padding-bottom: 50px;
}

.our-gurante img {
  margin-top: -11px;
  margin-left: -10px;
  animation: zoom-in-zoom-out 1.5s ease infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.1, 1.1);
  }

  100% {
    transform: scale(1, 1);
  }
}

.our-gurante h3 {
  font-size: 38px;
  color: #d8161c;
  font-weight: 600;
  text-align: center;
  margin: 0 0 15px;
}

.our-gurante p {
  margin: 0;
  font-size: 17px;
}

.our-team .team {
  background: #eb8c16;
  position: relative;
  overflow: hidden;
  height: 330px;
  border-radius: 16px;
}

.our-team .team p {
  color: white;
  margin: 0 0 10px;
  font-size: 15px;
}

.our-team .team h4 {
  color: white;
  font-weight: 500;
  font-size: 20px;
}

.our-team .team h4 span {
  display: block;
  font-size: 20px !important;
  color: #000;
  font-weight: 600;
}

.our-team .team.team1 {}

.our-team .team.team2 {}

.our-team .team.team3 {}

.our-team .team.team3 .txt {}

.our-team .team.team2 .txt {}

.our-team .team .txt {
  width: 100%;
  float: right;
  margin-top: 0;
  margin-right: 0;
  position: relative;
  z-index: 1;
  padding: 20px;
}

.our-team .team img {
  max-width: 220px;
  position: absolute;
  left: -69px;
  bottom: -30px;
}

.our-team .team.team2 img {
  left: inherit;
  right: -28px;
}

.our-team .team.team3 img {
  right: -20px;
  left: inherit;
  /* max-width: 222px; */
  top: inherit;
  bottom: 0;
}

.heading.text-center p {
  width: 80%;
  margin: 20px auto 0;
  font-family: "Poppins", sans-serif !important;
  font-size: 17px;
  font-weight: 400;
}

.our-book {
  /* background: url("../images/our-book.webp") no-repeat; */
  background-size: cover;

  background-color: #fff;
}

.our-book ul {
  border: none;
  justify-content: center;
}

.our-book ul li {
  margin: 0;
  margin-right: 40px;
}

.our-book ul li a {
  /* font-family: 'Playfair Display', serif; */
  background: transparent;
  border: none !important;
  font-size: 20px;
  font-weight: 600;
  transition: 0.5s all;
  font-family: "Poppins", sans-serif !important;
  cursor: pointer;
  /* border-bottom: 4px solid #f6b548 !important; */
  padding: 0 0 5px;
}

.our-book .button-group {
  text-align: center;
  margin: 0 0 30px;
}

.our-book button.is-checked {
  border-bottom: 4px solid #f6b548;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: transparent;
  border-bottom: 4px solid #0d3026 !important;
}

.our-book .element-item {
  text-align: center;
}

.our-book .element-item img {
  margin-bottom: 10px;
  margin-right: 10px;
}

.our-book .tab-content {
  text-align: center;
  margin-top: 28px;
}

.our-book .tab-content img {
  margin-right: 10px;
  margin-bottom: 10px;
  height: 270px;
}

.our-cta {
  /* background: url("../images/cta-bg.webp") no-repeat; */
  background-size: cover;
  padding: 50px 0;
  background-color: #cfcfcf;
}

.our-cta h2 {
  font-size: 20px;
  color: #158b8c;
  font-weight: 400;
  margin: 0 0 30px;
  line-height: 28px;
  font-family: "Poppins", sans-serif !important;
}

.our-cta h2 span {}

/* .our-cta h2 span:before {
    content: "";
     background: url("../images/cta-price.webp") no-repeat;
    height: 46px;
    width: 285px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    background-size: cover;
    background: 4B5E6F ;
    border-radius: 36px;
} */

.our-cta h3 {
  color: #158b8c;
  font-size: 45px;
  /* font-style: italic; */
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif !important;
  margin: 0 0 0px;
}

.btn-blue {
  color: white;
  border: 1px solid #eb8c16;
  color: #000;
}

.btn-blue img {
  filter: invert(1);
}

.our-cta img.book {
  max-width: 100%;
  /* left: 10px; */
  /* position: relative; */
  height: 100%;
}

.our-cta .row {
  align-items: center;
}

.our-cta h2 span {
  color: #000000;
  vertical-align: baseline;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-right: 11px;
  font-weight: 700;
}

.our-agency {
  position: relative;
}

/* .our-agency:after {
  content: "";
  background: url("../images/agency-after.webp") no-repeat;
  height: 459px;
  width: 402px;
  position: absolute;
  right: -110px;
  bottom: -130px;
  background-size: 60%;
} */
.our-agency .container {
  position: relative;
  z-index: 1;
}

.our-agency h3 {
  font-size: 24px;
  /* font-style: italic; */
  color: #4B5E6F;
  margin: 0 0 14px;
  font-family: "Poppins", sans-serif !important;
}

.our-agency ul {
  margin-top: 40px;
}

.our-agency ul li {
  width: auto;
  display: inline-block;
  margin: 0 0 7px;
  font-size: 16px;
  /* font-family: 'Playfair Display', serif; */
  font-weight: 500;
  /* font-style: italic; */
  float: left;
  min-width: 230px;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif !important;
}

.our-agency ul li img {
  margin-right: 6px;
  width: 30px;
}

.site-logos {
  padding: 0;
  /* border-top: 2px solid #16171a; */
}

.site-logos .item {
  border-right: 1px solid #ebebed;
  padding: 40px 0;
  height: 140px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.our-process {
  /* background: url("../images/our-process.webp") no-repeat; */
  background-size: cover;
  background-color: #cfcfcf;
}

.text-white {}

.text-white p {
  color: #4B5E6F;
}

/* .our-process .box:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -32px;
     background: linear-gradient(90deg, #3383a3, #3383a3);
    height: 32px;
    width: 32px;
    border-radius: 32px;

    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
}
.our-process .box:hover:before {
    transform: scale(45);

  } */
.our-process .box {
  background: #d9d9d9;
  padding: 30px;
  margin: 0 0 20px;
  border-radius: 12px;
  border: 1px solid #008c6c;
  height: 280px;
}

.our-process .box img {
  filter: brightness(0);
}

.our-process .box h5 {
  margin: 0;
  background: #c30a2c;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 44px;
  position: absolute;
  right: 30px;
  top: 20px;
  color: #fff;
  font-weight: 700;
}

.our-process .box h3 {
  color: #000000;
  font-size: 22px;
  margin: 0;
  font-family: "Poppins", sans-serif !important;
  margin-top: 26px;
}

.our-process [class*="col-"]:nth-child(even) .box h5 {
  background: #c30a2c;
}

.our-process .btn-block {
  margin-top: 20px;
}

.our-centric {
  background: url("../images/centric-bg.webp") no-repeat;
  background-size: cover;
  background-color: #fff;
}

.our-centric .yellow {
  background: #008c6c;
  padding: 20px;
  margin: 0 0 30px;
}

.our-centric .blue {
  background: #c30a2c;
  padding: 20px;
  margin: 0 0 30px;
  /* height: 169px; */
}

.our-centric .box {
  background: white;
  padding: 10px;
  position: relative;
  border-radius: 20px;
}

.our-centric .box h4 {
  font-size: 20px;
  font-weight: 600;
  /* margin: 0px 0px 15px; */
  font-family: "Poppins", sans-serif !important;
  /* margin-right: 20px; */
}

.our-centric .box img {
  position: absolute;
  right: 0px;
  top: 16px;
  display: none;
}

.our-centric .box p {
  margin: 0;
  font-size: 15px;
  font-family: "Poppins", sans-serif !important;
}

.our-centric .row {
  align-items: center;
}

.our-centric img {
  text-align: center;
  margin: auto;
  display: table;
}

.our-centric .heading {
  margin: 0 0 0px;
}

.our-centric .box:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid white;
  position: absolute;
  right: -17px;
  top: -7px;
  bottom: 0;
  margin: auto;
}

.our-centric .left {
  padding-right: 35px;
}

.our-centric .right {
  padding-left: 35px;
}

.our-centric .right .box:after {
  right: inherit;
  left: -18px;
  transform: rotate(180deg);
}

.our-testimonial {
  /* background: url("../images/testimonial.webp") no-repeat; */
  background-size: cover;
  position: relative;
  padding-bottom: 100px;
  background: #cfcfcf;
}

/* .our-testimonial:after {
  content: "";
  background: url("../images/testimonial-after.webp") no-repeat;
  height: 427px;
  width: 329px;
  position: absolute;
  bottom: 20px;
  right: -90px;
  background-size: 72%;
} */

.owl-testimonial .item {
  background: white;
  padding: 30px 20px;
  border-radius: 30px;
  border: 1px solid #fff;
  background: #ffffff;
  color: #000000 !important;
}

.owl-testimonial .item p {
  color: #000000;
}

.owl-testimonial {
  position: relative;
  width: 90%;
  margin: auto;
}

/* .owl-testimonial:before {
  content: "";
  background: url("../images/testimonial-before.webp") no-repeat;
  height: 284px;
  width: 149px;
  position: absolute;
  left: -60px;
  top: -18px;
} */

.bi-s {
  position: relative;
  z-index: 1;
}

.owl-testimonial .item h4 {
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  background: #dddddd;
  border-radius: 50%;
  font-size: 35px;
  font-weight: 700;
  color: #008c6c;
  margin: 0;
  display: inline-block;
}

.owl-testimonial .item h5 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  /* display: inline-block; */
  font-family: "Poppins", sans-serif !important;
  margin-left: 12px;
  padding: 20px 0px;
}

.owl-testimonial .item h5 span {
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.owl-testimonial .item p {
  font-style: italic;
  /* font-family: 'Playfair Display', serif; */
  font-weight: 500;
  margin: 0 0 20px;
  font-family: "Poppins", sans-serif !important;
}

.owl-theme .owl-dots .owl-dot span {
  background: #252b29;
  height: 10px;
  width: 20px;
  transition: 0.5s all;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ffffff;
  width: 40px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 40px;
}

.masterpiece {
  padding: 0;
  position: relative;
  margin-top: -70px;
}

.masterpiece .container {
  background: url("../images/masterpiece-bg.html") no-repeat;
  height: 548px;
  background-size: cover;
  padding: 70px 0 0;
  position: relative;
  z-index: 1;
}

.masterpiece .container h3 {
  margin: 0 0 30px;
  font-size: 40px;
  font-weight: 600;
  font-family: "Poppins", sans-serif !important;
}

.masterpiece .container ul {
  margin: 0 0 20px;
}

.masterpiece .container ul li {
  width: 45%;
  display: inline-block;
  margin: 0 0 10px;
  font-weight: 500;
  font-size: 16px;
  font-family: "Poppins", sans-serif !important;
}

.masterpiece .container ul li img {
  margin-right: 7px;
}

.masterpiece .btn {
  font-size: 15px;
}

footer {
  /* background: url(../images/footer-bg.webp) no-repeat #ced4da; */
  background-size: cover;
  padding: 380px 0 0;
  position: relative;
  margin-top: 0px;
  background-position: 100%;
  padding-top: 60px;
  background: #158b8c;
}

footer:before {
  content: "";
  /* background: url("../images/footer-before.webp")no-repeat; */
  height: 352px;
  width: 480px;
  position: absolute;
  left: 20px;
  top: 100px;
  background-size: 70%;
}

footer .info {}

footer .info h4 {
  color: white;
  margin: 0 0 20px;
  font-family: "Poppins", sans-serif !important;
}

footer .info form {
  width: 90%;
}

footer .info .form-control {
  border: none;
  height: 42px;
  border-bottom: 2px solid #6c7893;
  border-radius: 0;
  margin: 0 0 10px;
  background: transparent;
  color: white;
  font-size: 14px;
}

footer .info .form-control::placeholder {
  color: #fff;
}

footer .info ul {}

footer .info ul li {
  margin: 0 0 20px;
}

footer .info ul li img {}

footer .info ul li p {
  margin: 0;
  color: white;
  font-size: 18px;
  display: inline-block;
  margin-left: 10px;
  border-bottom: 2px dashed #67676d;
  width: 78%;
  font-family: "Poppins", sans-serif !important;
  padding-bottom: 12px;
}

footer .info ul li p a {
  color: white;
  font-size: 18px;
}

footer .info textarea.form-control {
  height: 100px;
}

footer .follwus {
  margin-top: 31px;
}

footer .follwus h6 {
  color: white;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
}

footer .follwus ul {
  display: inline-block;
  margin-left: 20px;
}

footer .follwus ul li {
  display: inline-block;
  margin: 0;
  margin-right: 10px;
}

footer .follwus ul li a {
  /* background: #000000; */
  color: white;
  height: 30px;
  width: 30px;
  display: block;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
}

footer .follwus h6 ul li a i {}

footer .ftr-links {
  margin-top: 20px;
  /* border-top: 1px solid #ffffff; */
  padding-top: 20px;
  width: fit-content;
}

footer .ftr-links h5 {
  /* color: white;
  font-size: 18px;
  margin: 0 0 12px;
  font-style: italic;
  font-weight: 700; */

  font-size: calc(18px + (23 - 18) * (100vw - 320px) / (1920 - 320));
  margin-bottom: 15px;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 15px;
  position: relative;
  color: #fff;
}


footer .ftr-links ul {
  text-align: center;
  list-style: none;
}

footer .ftr-links ul li {
  margin: 0;
  position: relative;
  display: flex;
  margin-right: 10px;
  margin-bottom: 5px;
}

footer .ftr-links ul li a {
  color: #dadbe3;

}

footer p {
  font-size: 14px;
  color: #dadbe3;
}

/* footer .ftr-links ul li:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  height: 4px;
  width: 4px;
  background: #008c6c;
  border-radius: 50%;
  bottom: 0;
  margin: auto;
} */

.copyright {
  background: #158b8c;
  padding: 30px 2px;
  margin-top: 50px;
  border-top: 1px solid white;
}

.copyright p {
  margin: 0;
  color: white;
  font-size: 14px;
}

.copyright ul {
  text-align: right;
}

.copyright ul li {
  display: inline-block;
  margin-left: 20px;
}

.copyright ul li a {
  font-size: 14px;
  color: white;
}

footer .info form .btn {
  margin-top: 15px;
}

.inner-banner {
  overflow: hidden;
  background: url("../images/inner-banner.html") no-repeat;
  height: 530px;
  width: 100%;
  background-size: 100%;
  padding: 0;
  background-position: bottom !important;
}

.inner-banner h1 {
  font-size: 40px;
}

.inner-banner h2 {
  font-size: 24px;
}

.inner-banner p {}

.different-ways {}

.different-ways .box {}

.different-ways .box.box1 {
  background: url("../images/way1.webp") no-repeat;
  height: 342px;
  width: 274px;
}

.different-ways .box.box2 {
  background: url("../images/way2.webp") no-repeat;
  height: 342px;
  width: 274px;
}

.different-ways .box.box3 {
  background: url("../images/way3.webp") no-repeat;
  height: 203px;
  width: 585px;
}

.different-ways .box.box4 {
  background: url("../images/way4.webp") no-repeat;
  height: 203px;
  width: 567px;
}

.different-ways .box {
  position: relative;
  padding: 45px 25px;
  margin: 0 0 20px;
}

.different-ways .box h4 {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 8px;
  color: white;
}

.different-ways .box p {
  margin: 0;
  font-size: 15px;
}

.different-ways .box.box3 p {
  width: 70%;
  color: white;
}

.different-ways .box.box4 p {
  width: 70%;
  color: white;
}

.different-ways .row {
  align-items: center;
}

.different-ways .heading {
  margin: 0;
}

.different-ways .heading p {
  width: 86%;
}

.no-bound {
  /* background: url("../images/no-bound.webp") no-repeat;
  background-size: cover; */
}

.no-bound ul {
  border-bottom: 1px solid #b5b6b9;
  float: left;
  width: 100%;
  height: 160px;
  margin: 0;
}

.no-bound ul li {
  display: inline-block;
  width: 25%;
  margin: 0;
  float: left;
  border-right: 1px solid #b5b6b9;
  height: 100%;
  padding: 20px 30px;
  position: relative;
}

.no-bound ul li h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  margin-top: 18px;
  width: 80%;
  height: 56px;
  vertical-align: super;
  position: absolute;
  bottom: 0px;
  left: 20px;
}

.no-bound ul li img {
  /* float: right; */
}

.no-bound ul li:last-child {
  border-right: 0;
}

.no-bound ul:last-child {
  /* border-bottom: 0; */
}

.no-bound ul li:before {
  content: "";
  background: #5178e0;
  position: absolute;
  right: -7px;
  bottom: -6px;
  height: 12px;
  width: 12px;
  z-index: 1;
}

.no-bound ul li:last-child:before {
  display: none;
}

.searching {
  /* background: #0d3026; */
  position: relative;
}

.searching h3 {
  color: white;
  font-size: 24px;
  font-weight: 600;
  margin: 55px 0 30px;
}

.searching ul {}

.searching ul li {
  color: white;
  font-size: 16px;
  margin: 0 0 5px;
}

.searching ul li span {
  color: #ffffff;
  font-weight: 600;
}

.club {
  text-align: center;
  width: 69%;
  padding: 0px 0 40px;
}

.club p {
  font-weight: 400;
  font-size: 16px;
}

.club h6 {
  color: #4b5e6f;
  font-weight: 600;
  margin: 0;
  font-size: 18px;
}

.club h6 strong {
  vertical-align: baseline;
}

.inner-cta .our-cta {
  background: url("../images/inner-cta.html") no-repeat;
  background-size: cover;
}

.inner-cta .our-cta h3 {
  color: #000;
  font-size: 27px;
  font-weight: 600;
}

.inner-cta .our-cta h2 {
  color: #000;
}

.inner-cta .our-cta h2 span:before {
  filter: invert(0.8);
}

.inner-cta .our-cta h2 span {
  color: #ffd25a;
}

.searching:before {
  content: "";
  background: #224998;
  position: absolute;
  left: -20px;
  top: 280px;
  height: 60%;
  width: 70%;
  border-radius: 10px;
}

.editing-banner {
  background: url("../images/editing-banner.html") no-repeat;
  background-size: cover;
}

.service-cta .container {
  background: url("../images/service-cta.webp") no-repeat;
}

.service-cta .txt {
  margin-left: -20px;
}

.service-cta h3 {}

.service-cta p {
  width: 88%;
  font-size: 17px;
  font-weight: 500;
}

.searching .heading {
  margin: 0 0 80px;
}

.editor {}

.editor .box {
  position: relative;
  margin: 0 0 20px;
}

.editor .box h4 {
  position: absolute;
  bottom: -30px;
  background: white;
  padding: 10px 30px;
  font-style: italic;
  border-radius: 0 40px 0 0;
  font-size: 22px;
  font-weight: 600;
}

.editor p {
  font-size: 18px;
  margin-left: 15px;
  position: relative;
  text-align: justify;
  z-index: 1;
}

.editor .row {
  align-items: center;
}

.editor .editor-men {
  margin-left: 20px;
  max-width: 120%;
  margin-top: -300px;
  opacity: 0.7;
}

.ser-feature {
  background: url("../images/ser-feature.webp") no-repeat;
  background-size: cover;
  position: relative;
  padding: 100px 0 50px;
  margin-top: 0;
}

.ser-feature .sub-heading {
  margin: 0 0 60px;
}

.ser-feature .sub-heading h4 {
  margin: 0;
  display: inline-block;
  margin-right: 20px;
  font-size: 50px;
  font-weight: 600;
  color: #158b8c;
  line-height: 50px;
}

.ser-feature .sub-heading p {
  margin: 0;
  display: inline-block;
  color: #158b8c;
  font-weight: 500;
  font-style: italic;
  font-size: 22px;
}

.ser-feature .box {
  text-align: center;
  border: 2px solid #6a6d75;
  margin: 0 0 30px;
  padding: 36px 30px;
  border-radius: 20px;
  height: 210px;
  background: #fff;
}

.ser-feature .box p {
  font-weight: 500;
  color: rgb(0, 0, 0);
  margin: 15px 0 0;
}

.ed-offer {
  padding-bottom: 0;
}

.pub-banner {
  background: url("../images/pub-banner.html") no-repeat;
  background-size: cover;
}

.globle {}

.globle .mx-box h4 {
  font-size: 16px;
  /* font-style: italic; */
  font-weight: 500;
}

.utilize-pub {
  margin-top: -20px;
  position: relative;
}

.utilize-pub h4 {
  position: relative;
  z-index: 1;
  padding: 30px 0;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}

.utilize-pub .container {
  background: #158b8c;
  border-radius: 20px;
  padding: 60px 50px;
}

.utilize-pub .container:before {
  content: "";
  background: url("../images/utilize-before.html") no-repeat;
  height: 163px;
  width: 472px;
  position: absolute;
  left: 180px;
  bottom: -20px;
  background-size: 100%;
}

.utilize-pub ul {
  margin-top: -190px;
}

.utilize-pub ul li {
  margin: 0 0 13px;
  color: white;
  font-size: 17px;
  font-weight: 500;
  /* font-style: italic; */
  font-family: "Poppins", sans-serif !important;
  /* font-family: 'Playfair Display', serif; */
}

.utilize-pub ul li img {
  margin-right: 10px;
}

.utilize-pub h4:before {
  content: "";
  /* background: #008c6c; */
  position: absolute;
  left: -300px;
  top: -110px;
  width: 65%;
  height: calc(100% + 130px);
  z-index: -1;
}

.utilize {
  /* padding-bottom: 0; */
  background: #CFD2D4;
}

.utilize img {
  position: relative;
  z-index: 2;
}

.utilize .row {
  align-items: center;
}

.give-us {
  margin-top: 40px;
  text-align: center;
}

.give-us p {
  font-size: 16px;
  width: 90%;
  margin: auto;
  font-weight: 400;
  color: #000;
  font-size: 16px;
}

.pricing-banner {
  background: url("../images/pricing-banner-new.html") no-repeat;
  background-size: cover;
}

.our-pricing {
  background: url("../images/mark-shd.webp") no-repeat;
  background-size: 100%;
}

.our-pricing .pack {
  background: #f1f6f7;
  margin: 0 0 100px;
  border-radius: 20px;
  padding: 40px 30px;
  position: relative;
  padding-left: 230px;
  z-index: 0;
}

.our-pricing .pack h4 {
  color: #ff4b04;
  margin: 0;
  font-size: 184px;
  font-weight: 900;
  position: absolute;
  left: -117px;
  top: -110px;
}

.our-pricing .pack h3 {
  font-size: 38px;
  position: relative;
  display: inline-block;
  padding-right: 30px;
  z-index: 1;
  margin: 0 0 30px;
}

.our-pricing .pack ul {}

.our-pricing .pack ul li {
  font-weight: 500;
  font-family: "Poppins", sans-serif !important;
  /* font-family: 'Playfair Display', serif; */
  font-size: 17px;
  margin: 0 0 7px;
  position: relative;
}

.our-pricing .pack ul li:before {
  content: "";
  background: url("../images/pack-check.webp") no-repeat;
  height: 16px;
  width: 16px;
  position: absolute;
  left: -23px;
  top: 6px;
}

.our-pricing .pack.red h4 {}

.our-pricing .pack.blue h4 {
  color: #0277bd;
}

.our-pricing .pack.yellow h4 {
  color: #eda73e;
}

.our-pricing .pack.purple h4 {
  color: #8773b2;
}

.our-pricing .right .pack h4 {
  left: inherit;
  right: 20px;
  top: -40px;
}

.our-pricing .right .pack img {
  left: inherit;
  right: -160px;
}

.our-pricing .pack img {
  position: absolute;
  top: -60px;
  left: -50px;
  z-index: 2;
}

.our-pricing .pack h3:after {
  content: "";
  background: #ffbb4b;
  position: absolute;
  left: -230px;
  bottom: 1px;
  height: 13px;
  width: calc(100% + 230px);
  border-radius: 20px;
  z-index: -1;
}

.our-pricing .heading {
  margin: 0 0 100px;
}

.our-pricing .pack:after {}

.our-pricing .bg:after {
  content: "";
  width: 300px;
  height: 400px;
  background: #3d60cb;
  position: absolute;
  border-radius: 20px;
  z-index: -1;
  left: -30px;
  bottom: -30px;
}

.our-pricing .right h4 {}

.our-pricing .bg {
  position: relative;
  z-index: 1;
}

.our-pricing .bg.right:after {
  left: inherit;
  right: -30px;
}

.our-pricing .bg.right .pack {
  padding-left: 60px;
}

.our-pricing .right .pack h3:after {
  left: -63px;
  width: calc(100% + 63px);
}

.our-pricing .pack:before {
  content: "";
  background: url("../images/pack-after.html") no-repeat;
  height: 309px;
  width: 575px;
  position: absolute;
  top: 0;
  right: 60px;
  filter: brightness(0.7);
  opacity: 0.1;
}

.contact-banner {
  background: url("../images/contact-banner.html") no-repeat;
  background-size: cover;
  height: 500px;
}

.contact-banner h1 {
  margin: 0 0 30px;
}

.talk-to {
  position: relative;
  /* background: url("../images/ben-shd.webp") no-repeat; */
  background-size: cover;
}

.talk-to .box {
  background: white;
  box-shadow: 2px 2px 2px #dddddd4a;
  padding: 30px 50px;
  /* text-align: center; */
  height: 280px;
  border-radius: 20px;
  border-top: 7px solid #ffbb4b;
}

.talk-to .box img {}

.talk-to .box h4 {}

.talk-to .box p {
  margin: 0 0 10px;
  font-size: 14px;
  color: #8f94ae;
}

.talk-to .box a {
  font-size: 14px;
  color: #2b49a7;
  font-weight: 600;
}

.talk-to .box h5 {
  margin: 30px 0 12px;
  font-size: 18px;
  font-weight: 600;
}

.talk-to [class*="col-"]:nth-child(2) .box {
  border-color: #4565cd;
}

.talk-to [class*="col-"]:nth-child(3) .box {
  border-color: #5c5e64;
}

.contact-detail {
  /* background: url("../images/contact-detail.webp") no-repeat; */
  background-size: cover;
}

.contact-detail form {
  background: #f8f8f8;
  padding: 30px 30px;
  width: 80%;
}

.contact-detail .form-group {
  margin: 0 0 12px;
}

.contact-detail .form-control {
  height: 42px;
}

.contact-detail .form-group ul {}

.contact-detail ul li {
  display: inline-block;
  margin-left: 2px;
}

.contact-detail ul {
  display: inline-block;
}

.contact-detail ul li a {
  /* background: #7d7d7d; */
  height: 25px;
  display: block;
  width: 25px;
  line-height: 25px;
  text-align: center;
  color: white;
  border-radius: 50%;
  font-size: 12px;
}

.contact-detail ul li a i {}

.contact-detail h4 {
  color: #2c2d30;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  display: inline-block;
}

.contact-detail .form-group label {
  color: #000;
  margin: 0 0 7px;
}

.contact-detail textarea.form-control {
  height: 100px;
}

.contact-detail .row {
  align-items: center;
}

.contact-detail .btn {
  width: 100%;
  font-size: 14px;
  padding: 14px 0;
  height: auto;
}

.popupform {
  /* background: url("../images/popup-ban.png") no-repeat; */
  height: 550px;
  width: 490px;
  /* padding: 20px 0; */
  /* margin-top: -60px; */
  position: relative;
  transform: scale(0.9);
  padding: 0;
  border-radius: 20px;
  z-index: 999;
  overflow: visible;
}

.popupform:before {
  /* content: ""; */
  /* background: url("../images/popop-tag.webp") no-repeat; */
  height: 213px;
  width: 100px;
  /* position: absolute; */
  /* right: 0; */
  /* top: 152px; */
  /* left: 15px; */
  margin: auto;
  z-index: 1;
  /* animation: shake 6s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite; */
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

.popup-ban {
  position: absolute;
  top: -170px;
  z-index: 1080;
  left: 120px;
}

.popup-content img {
  width: 230px;
  /* margin-bottom: 15px; */
}

@keyframes shake {

  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

.popupform h2 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
}

.popupform .form-control {
  height: 44px;
  border: 1px solid #ceccd6;
  margin-bottom: 18px;
  font-size: 13px;
  color: #414141;
  font-weight: 500;
  background: #eaebed;
  border-radius: 20px;
}

.popupform .fancybox-close-small {
  background: #0175c3;
  color: white;
  padding: 1px;
  height: 30px;
  width: 30px;
  top: 10px;
  right: 10px;
  border-radius: 50%;
}

.popupform textarea.form-control {
  resize: none;
  height: 89px;
  border-radius: 20px;
}

.popup-content {
  width: 100%;
  float: right;
  text-align: center;
  padding: 0;
  /* background: white; */
  /* margin-top: 75px; */
  /* margin-right: 51px; */
  /* border-radius: 70px 46px 70px 30px; */
  height: 500px;
  position: relative;
  z-index: 0;
}

.popup-content h3 {
  color: #fdf8f8;
  font-size: 19px;
  font-weight: 500;
  margin: 0 0 20px;
  background-color: #004da7;
  padding: 20px;
  font-weight: 600;
  border-radius: 20px;
}

.popup-content h2 {
  font-weight: 600;
  color: #010101;
  font-size: 26px;
  margin: 0 0 25px;
  position: absolute;
  z-index: 1;
  top: 0;
  display: none;
}

.popup-content h5 {
  font-weight: 600;
  color: white;
  /* font-family: 'Poppins', sans-serif; */
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
  background: #222222;
  text-align: center;
  padding: 3px 0;
  clip-path: polygon(3% 0, 100% 0, 96% 100%, 0% 100%);
}

.popup-content h4 {
  color: white;
  font-family: "Poppins", sans-serif !important;
  /* font-family: 'Poppins', sans-serif; */
  margin: 0 0 16px;
}

.popup-content h4 span {
  background: #ffd42e;
  color: #000;
  display: inline-block;
  padding: 0 10px;
  border-radius: 4px;
}

.popupform .fancybox-close-small {
  opacity: 1;
}

.popupform .txt {
  position: absolute;
  top: 120px;
}

.popupform .txt {
  position: absolute;
  top: 170px;
  left: 130px;
}

.popupform .txt h4 {
  font-size: 40px;
  /* color: #000000; */
  font-weight: 600;
  /* text-shadow: 0 3px 2px #0000008a; */
}

.popupform .txt h4 span {
  display: block;
  font-size: 27px;
  font-weight: 600;
  color: #224998;
}

.popupform .txt h4 strong {
  display: block;
  text-align: right;
  font-size: 30px;
  font-weight: 500;
}

.popup-content h2 span {
  background: #224998;
  color: #eb8c16;
  font-weight: 800;
  padding: 0 9px 4px;
  position: relative;
  top: -9px;
}

.popupform .btn {
  width: 100%;
  font-size: 16px;
  height: auto;
  padding: 12px 0;
  border-radius: 20px;
}

.popup-content h2:after {
  background: #eb8c16;
  content: "";
  height: 12px;
  width: 96%;
  position: absolute;
  bottom: 4px;
  right: 0px;
  z-index: 1;
}

.btn span {
  z-index: 20;
  position: relative;
  transition: 0.3s all;
}

.btn:hover {
  color: #000 !important;
}

.btn-white:hover {}

.btn-white.icon-button:hover {}

.btn-white:hover img {
  /* filter: invert(1); */
}

/* .btn:before {
  background: #008c6c;
  content: "";
  height: 100%;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  /* color: #fff; */

.btn:hover:before {
  width: 100%;
}

.btn-orange:before {
  /* background: #c30a2c; */
}

.btn-white:hover {}

.btn:hover img {
  /* filter: invert(1); */
}

.tab-pane.active {
  animation: slide-down 0.8s ease-out;
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }

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

.btn-blue:hover:before {
  background: #0d3026;
  /* color: #fff !important; */
}

.btn-blue:hover {
  color: #000 !important;
}

.ghost-banner {
  background: url("../images/ghost-banner.html") no-repeat;
  background-size: cover;
}

.privacy-banner {
  background: url("../images/inner-banner.html") no-repeat;
  background-size: 100%;
  height: auto;
  padding: 120px 0;
  background-position: center;
}

section.content-page h5.sub-heading {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}

.content-page p,
.content-page li {
  font-size: 17px;
  margin-bottom: 17px;
}

.inner-cta .our-cta .btn:hover:before {
  background: black;
}

.inner-cta .our-cta .btn:hover {
  color: #fff !important;
}

.inner-cta .our-cta .btn:hover img {}

.dways-head li h5 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.dways-head li h5 span {
  vertical-align: baseline;
}

img.bdge {
  margin-top: 20px;
}

.about-banner {
  background: url("../images/about-banner.html") no-repeat;
  background-size: cover;
}

.site-logos .item.item4 img {
  margin-top: -30px;
}

footer .ftr-links ul li:last-child {
  margin-right: 0;
}

.cr-bg {
  /* background: url("../images/cr-bg.webp") no-repeat;
  background-position: 100%;
  background-position: center;
  background-size: cover; */

}

.inner-banner .container {
  height: 100%;
  display: flex;
  align-items: center;
}

.most-about {}

.most-about .box {
  background: #158b8c;
  padding: 30px 30px;
  border-radius: 30px;
  height: 265px;
}

.most-about .box h4 {
  color: white;
  margin: 20px 0 20px;
}

.most-about .box p {
  color: white;
  margin: 0;
}

input.required.error,
textarea.required.error,
select.required.error {
  border-bottom: red 2px solid !important;
}

label.error {
  display: none !important;
}

.our-testimonial .container {
  position: relative;
  z-index: 1;
}

.btn-price.text-right {
  margin-top: 30px;
}

section.mark-banner {
  background: url("../images/mark-banner.html") no-repeat scroll center top;
  background-size: cover;
}

section.mark-ways {
  /* background: url("../images/mark-shd.webp") repeat-x scroll left top; */
}

img.mx-box-thumb {
  border-radius: 50px;
}

.mx-box {
  position: relative;
  overflow: hidden;
}

.mx-box h4 {
  position: absolute;
  bottom: 0;
  background: #fff;
  margin: 0;
  padding: 13px 30px;
  font-size: 36px;
  /* text-transform: uppercase; */
  display: flex;
  border-radius: 0 30px 0 0;
}

.mx-box h4 span {
  font-size: 20px;
  margin-left: 10px;
}

img.btm_fix {
  border-radius: 40px;
  position: relative;
}

.dist_head {
  position: relative;
}

.dist_head:before {
  content: "";
  position: absolute;
  left: -900%;
  width: 1000%;
  height: 100%;
  background: #CFD2D4;
  z-index: -1;
  top: 0;
  border-radius: 0 20px 20px 0;
}

.dist_head h4 {
  background: #222427;
  padding: 20px;
  color: #fff;
  font-size: 21px;
  border-radius: 0 20px 20px 0;
}

.dist_head ul {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 50px;
}

.dist_head ul li {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
  padding-left: 40px;
  letter-spacing: -0.4px;
  position: relative;
}

.dist_head ul li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  background: #c5c7cd;
  text-align: center;
  color: #1c3168;
  font-weight: bold;
  border-radius: 10px;
}

.btm_fix_wp {
  position: absolute;
  bottom: -130px;
  z-index: -2;
}

.btm_fix_wp:after {
  content: "";
  position: absolute;
  left: 15px;
  width: 100%;
  height: 100%;
  background: #008c6c;
  z-index: -3;
  border-radius: 40px;
  bottom: -15px;
}

.mark_page section.our-book {
  margin-top: 160px;
}

.yel-border {
  position: relative;
}

.our-book:after {
  content: "";
  position: absolute;
  right: 0;
  width: 50%;
  height: 40%;
  background: #008c6c;
  bottom: 40px;
  border-radius: 10px 0px 0px 10px;
  z-index: -1;
}

section.ben-bound {
  /* background: url("../images/ben-shd.webp") no-repeat scroll center top; */
  background-size: cover;
}

.ben_blocks {
  position: relative;
  /* padding-right: 100px; */
  display: flex;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 30px;
  justify-content: space-between;
  align-items: center;
}

.ben_blocks h2 {
  position: absolute;
  right: 0;
  color: #158b8c;
  font-size: 84px;
  /* display: none; */
  /* text-shadow: -12px 1px 1px #1f2533; */
}

.ben-thumb {
  width: 16%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 10px 10px 0px #e9edf3;
}

.ben-text {
  width: 82%;
  position: relative;
  padding-right: 110px;
}

.ben-text p {
  margin: 0;
}

.ben_blocks.last {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.dserv_page section.our-book {
  background: transparent;
}

.dserv_page section.our-book:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f4f6f9;
  top: 0;
  z-index: -1;
}

section.dserv-banner {
  background: url("../images/dsev-banner.html") no-repeat scroll center top;
  background-size: cover;
}

ul.dways-head {
  margin-top: 30px;
  padding-left: 0px;
}

.dways-head li {
  font-size: 18px;
  margin-bottom: 20px;
  padding-left: 40px;
  letter-spacing: -0.4px;
  position: relative;
}

.dways-head li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  background: #158b8c;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
}

img.dserv-thumb {
  /* max-width: none; */
  /* position: relative; */
  /* right: 180px; */
  /* width: 100%; */
  /* height: 50%; */
}

.heading h3 {
  margin-top: 20px;
  font-size: 18px;
  color: #343434;
  font-style: italic;
}

.dserv_page section.no-bound {
  background: url("../images/no-bound-client.webp") no-repeat scroll center top;
  background-size: 100%;
}

.dserv_page .our-cta {
  background: url("../images/our-cta-gr.html") no-repeat scroll center top;
  background-size: cover;
}

.dserv_page .our-cta img.book {
  display: none;
}

.creative-ways ul.dways-head {
  padding-left: 0;
}

section.creative-ways {
  margin-top: 20px;
}

section.creative-banner {
  background: url("../images/creative-banner.html") no-repeat scroll center top;
  background-size: cover;
}

.creative_page .our-cta {
  background: url("../images/creat-cta.webp") no-repeat scroll center top;
  background-size: cover;
}

.creative_page .our-cta img {
  display: none;
}

section.ghost-team {
  background: url("../images/team-bg.html") no-repeat scroll center top;
  background-size: cover;
}

.team-item {
  background: #3d60cb;
  padding: 30px;
  border-radius: 10px;
  color: #fff;
}

.team-item p {
  color: #fff;
  padding-right: 100px;
  font-style: italic;
}

.team-item h5 {
  font-size: 20px;
  color: #008c6c;
}

.team-item h5 span {
  display: block;
  color: #fff;
}

.market-relate {
  background: #5e85ff;
  overflow: hidden;
}

.market-relate img {
  margin: auto;
  display: table;
}

.market-relate .container {
  position: relative;
  z-index: 1;
}

.market-relate:after {
  content: "";
  background: url("../images/confident-after.html") no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  right: -500px;
  top: 0;
  opacity: 0.3;
}

.market-relate h2 {
  color: #fff;
}

.market-relate h2:after {
  background: #4a6cd3;
}

.site-logos {
  padding-top: 60px;
  padding-bottom: 0;
}

.owl-testimonial .owl-stage {
  display: flex;
}

.owl-testimonial .item {
  height: 100%;
}

.our-team .team {
  height: auto;
  min-height: 100%;
}

.owl-team .owl-stage {
  display: flex;
}

.owl-team .owl-stage .owl-item {
  min-height: 100%;
  display: flex;
}

.owl-team .owl-stage .item {
  min-height: 100%;
}

.utilize-pub ul {
  /* margin-top: -280px; */
}

.home_pg section {}

.benefits {
  overflow: hidden;
  background: #cfcfcf;
}

.row.video_row {
  margin-top: 3em;
  margin-bottom: 4em;
}

.rclient-item {
  text-align: center;
}

.rclient-item a.rc_play {
  position: relative;
  display: block;
  overflow: hidden;
}

.rclient-item a.rc_play .play_btn {
  position: absolute;
  left: 0;
  width: 64px;
  height: 64px;
  background: url(../images/aplay0.html) no-repeat scroll center top;
  z-index: 1;
  bottom: 30px;
  right: 0;
  margin: auto;
  /* border-radius: 50%; */
}

.rclient-item a.rc_play .play_btn:before {
  content: "";
  position: absolute;
  left: 0;
  width: 64px;
  height: 64px;
  /* background: url(../images/aplay1.webp) no-repeat scroll center top; */
  z-index: 1;
  bottom: 0;
  right: 0;
  margin: auto;
  border: 2px solid #fff;
  border-radius: 50%;
}

.rclient-item h3 {
  margin-top: 30px;
  font-size: 22px;
  clear: both;
  font-weight: 700;
  color: #000;
  margin-bottom: 3px;
}

.rclient-item p {
  font-weight: 600;
  color: #000;
  padding: 0 20px;
  font-size: 18px;
  letter-spacing: 0;
}

.rclient-item:hover a.rc_play img {
  transform: scale(1.1);
  transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.rclient-item a.rc_play:hover .play_btn:before {
  animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.rclient-item a.rc_play img {
  transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  transform: scale(1);
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.review_item {
  margin-top: 0;
  padding: 60px;
  background: #fff;
  width: 100%;
  margin-bottom: 40px;
}

.review_item h5 {
  border-bottom: 1px solid #acacac;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
  /* font-family: 'Poppins', sans-serif; */
  font-weight: 600;
}

.review_item p {
  margin-top: 10px;
  font-size: 16px;
  color: #000;
  line-height: 26px;
}

.review_item h5 span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fddebf;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  margin-right: 10px;
  font-weight: 800;
}

.review_item h6.rev_date {
  margin-top: 40px;
  clear: both;
  display: block;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  /* font-family: 'Poppins', sans-serif; */
  color: #000;
}

.review_item h6.rev_date b {
  vertical-align: baseline;
}

.review_item h5 span.bl_bg {
  background: #c3e7fd;
}

.review_item h5 span.da_bg {
  background: #f9bebe;
}

.rev_star i {
  background: #35bb7e;
  color: #fff;
  width: 19px;
  height: 19px;
  font-size: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.rev_star {
  margin-bottom: 10px;
}

.review_item h3 {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  /* font-family: 'Poppins', sans-serif; */
  color: #000;
  font-size: 23px;
}

section.reviews-list {
  background: #f2f2f2;
}

.rev_star.ry i {
  background: #ead619;
}

.pricing-banner::before {
  background: url("../images/publishing-banner.html") no-repeat;
  background-size: cover;
}

.info-pack {
  padding: 40px 30px 20px;
  background: #fff;
  box-shadow: 0 5px 15px #00000030;
  position: relative;
  margin-bottom: 40px;
  transition: 0.5s all;
  border: 3px solid transparent;
}

.our-package [class*="col"]:nth-child(2) .info-pack::before,
.our-package [class*="col"]:nth-child(4) .info-pack::before {
  background: #75efed;
}

.our-package [class*="col"]:nth-child(3) .info-pack::before,
.our-package [class*="col"]:nth-child(5) .info-pack::before {
  background: #f6d6a8;
}

.info-pack h4 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 22px;
}

.info-pack h4 span {
  display: block;
  font-weight: 300;
}

.info-pack h3 {
  font-size: 61px;
  color: #2f41b1;
  font-weight: 700;
  position: relative;
  display: table;
  margin: auto;
  letter-spacing: -4px;
}

.info-pack h3>span {
  font-size: 30px;
  font-weight: 500;
  position: absolute;
  bottom: 5px;
  left: -20px;
}

.info-pack::before {
  background: #6548f5;
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  border-radius: 0 0 10px 10px;
  bottom: -10px;
  left: 0;
  z-index: -1;
  transition: 0.1s;
  opacity: 1;
}

.info-pack ul li.li45:before {
  display: none;
}

.info-pack ul li.li45 h5 {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  display: table;
  margin-top: 10px;
}

.info-pack h6 {
  position: absolute;
  top: 20px;
  right: 10px;
  font-weight: 400;
  color: #694bff;
  font-size: 18px;
  text-decoration: line-through;
  text-align: center;
  line-height: 17px;
}

.info-pack h6>span {
  display: block;
}

.info-pack ul {
  /*height: 160px;*/
  margin: 30px 0;
}

.info-pack ul li {
  font-size: 14px;
  color: #54565f;
  margin-bottom: 5px;
  padding-left: 18px;
  position: relative;
  z-index: 1;
}

.info-pack ul li:before {
  height: 9px;
  width: 9px;
  content: "";
  position: absolute;
  background: #a1b9f2;
  border-radius: 50%;
  top: 4px;
  left: 0;
}

.info-pack p {
  color: #1d2b4f;
  text-align: center;
  font-size: 18px;
}

.info-pack p>span {
  font-weight: 700;
  color: #0d63f3;
}

.info-pack .btn {
  margin: auto;
  display: table;
  width: 100%;
  letter-spacing: 1px;
}

.info-pack .talk {
  margin: 15px 0 0;
  text-align: center;
}

.info-pack .talk a {
  color: #694bff;
  font-weight: 600;
  font-size: 18px;
}

.info-pack .talk a>span {
  font-size: 14px;
  color: #1f2225;
  margin-right: 8px;
}

.info-pack .talk img {
  margin-right: 8px;
}

.our-package [class*="col"] .ip2.info-pack h4::before {
  position: absolute;
  content: "";
  background: url("../images/best.html") no-repeat;
  max-width: 168px;
  height: 47px;
  width: 100%;
  background-size: 100%;
  top: -20.5px;
  left: 0;
  right: 0;
  margin: auto;
}

.our-pricing .addon-box-new {
  background: #fff;
  border: #e2e2e2 1px solid;
  padding: 13px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
  min-height: 320px;
  display: flex;
  height: 100%;
}

.our-pricing .addon-box-new .addon-box-txt-n {
  width: 250px;
  font-size: 12px;
  display: inline-block;
  padding-right: 23px;
}

.our-pricing .addon-box-new .addon-box-txt-n h2 {
  font-size: 25px;
  font-weight: 600;
  color: #000;
  line-height: 25px;
  margin-bottom: 15px;
}

.our-pricing .addon-box-new .addon-box-txt-n h2 span {
  display: block;
}

.our-pricing .addon-box-new .addon-box-txt-n .addon-new-price {
  margin: 5px 0 14px;
}

.addon-box-img-n {
  width: 50%;
  display: inline-block;
}

.our-pricing .addon-box-new .addon-box-txt-n .addon-new-price {
  margin: 5px 0 14px;
}

.our-pricing a.btn {
  display: block;
  color: #040f4d;
}

.our-pricing .addon-box-new .addon-box-txt-n h2 {
  font-size: 25px;
  font-weight: 600;
  color: #000;
  line-height: 25px;
  margin-bottom: 15px;
}

span.col-addon-price-nn {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #002a2b;
  display: inline-block;
  line-height: 19px;
}

.our-pricing .addon-btn-new {
  width: 93%;
  text-align: center;
  text-transform: uppercase;
}

.our-pricing .addon-box-new .addon-box-txt-n h2::before {
  display: none;
}

span.col-addon-price-nn b {
  font-size: 23px;
  font-weight: 700;
  display: block;
  color: #3adcdd;
}

.our-pricing .addon-box-new p {
  font-size: 15px;
}

.info-pack::after .our-pricing .addon-box-new .addon-box-txt-n {
  width: 50%;
}

.our-pricing .row>div {
  margin-bottom: 30px;
}

.our-pricing {
  background: #fff;
}

.our-package .info-text::before {
  background: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
  content: "";
  position: absolute;
  z-index: -2;
}

.our-package::after {
  background: url(../images/bg14.html) no-repeat;
  content: "";
  max-width: 135px;
  height: 135px;
  width: 100%;
  background-size: 100%;
  right: 30px;
  top: 60px;
  position: absolute;
  z-index: -1;
}

.our-package::before {
  background: url(../images/bg7.html) no-repeat;
  max-width: 42px;
  height: 201px;
  width: 100%;
  background-size: 100%;
  position: absolute;
  content: "";
  top: 290px;
  left: 50px;
}

.mz_color .our-package [class*="col"] .info-pack.ip2 h4::before {
  position: absolute;
  content: "";
  background: url(../images/best.html) no-repeat;
  max-width: 168px;
  height: 47px;
  width: 100%;
  background-size: 100%;
  top: -20.5px;
  left: 0;
  right: 0;
  margin: auto;
}

.mz-packages .info-pack ul h5 {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  display: table;
  margin-top: 10px;
}

.price_mz {
  position: relative;
}

.badge-img {
  padding: 15px 0;
}

.badge-img img {
  width: 50%;
  margin: 0;
}

/* .logo img {
  width: 60% !important;
} */
/* Floating Animation */
.Floating {
  animation: float 6s ease-in-out infinite;
}

/* Float Effect Keyframes */
@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}

/* Shaking Animation */
.shake {
  animation: shake 0.5s;
  animation-iteration-count: infinite;
}

/* Define Shake Animation */
@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }

  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }

  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }

  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }

  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }

  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }

  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }

  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }

  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }

  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }

  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

/* Styling for Blinking Text */
.blinking-text {
  font-weight: bold;
  color: #008c6c;
  animation: blink 1s infinite;
}

/* Blinking Animation */
/* @keyframes blink {
  0%,
  100% {
    color: #070707;
  } /* Green color */
.blinking {
  font-weight: bold;
  color: #1385e2;
  animation: blinks 1.7s infinite;
}

/* Blinking Animation */
/* @keyframes blinks {
  0%,
  100% {
    color: #301a44;
  } /* Green color */
ul li a i {
  font-size: 24px;
  color: #158b8c;
  /* margin-right: 4px; */
}

ul li a i:hover {
  color: #000;
}

/* Styling for the Connect Us Heading */
.contact-detail-1 h4 {
  font-size: 24px;
  font-weight: bold;
  color: #007ee5;
  /* Primary color for the heading */
  margin-bottom: 15px;
}

/* Styling for the icons' list */
.contact-detail-1 ul {
  list-style: none;
  padding: 0;
  display: flex;
  /* Displaying the icons inline */
  gap: 15px;
  /* Space between the icons */
  padding-left: 20px;
}

/* Styling for each list item */
.contact-detail-1 ul li {
  display: inline-block;
}

/* Styling for the links */
.contact-detail-1 ul li a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f4f4f4;
  /* Background color for the icons */
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Icon Size and Color */
.contact-detail-1 ul li a i {
  font-size: 24px;
  /* Icon size */
  color: #c30a2c;
  /* Default color */
}

/* Hover effect for the links */
.contact-detail-1 ul li a:hover {
  background-color: #018d6e;
  /* Change background on hover */
  color: #ffffff;
  /* Change icon color to white on hover */
}

/* Hover effect for the icons */
.contact-detail-1 ul li a i:hover {
  color: #ffffff;
  /* Change icon color on hover */
}





.form-sec {
  padding: 30px;
  border-radius: 12px;
}

.form-sec h2,
h3 {
  font-size: 22px;
  padding-bottom: 10px;
}

.form-sec p {
  font: bold;
  font-size: 18px;
  color: #ffffff;
}

.form-control {
  resize: none;
  display: block;
  width: 100%;
  padding: 10px 15px;
  font-size: 1rem;
  border-radius: 8px;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #f5f5f542;
  color: #1e1e1e !important;
  background-color: #fff;
  height: calc(2.1em + 0.75rem + 2px);
}

.contact__address {
  background-color: #ffffff;
  height: 100%;
  border-radius: 20px;
}

.contact__address__content li span {
  display: block;
  font-family: Philosopher, sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.contact__address__content li {
  margin-bottom: 30px;
}

.p-30px {
  padding: 30px;
}

.social-icon {
  align-items: center;
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.contact-us {
  padding-top: 80px;
  padding-bottom: 65px;
  /* background-image: url("../images/674f23c389f86ccea1021490_r-perks-desktop.svg"); */
  background-size: cover;
  background-position: 35%;
  background-repeat: no-repeat;
  background: #cfcfcf;
}

.form-ex {
  background: #158b8c;
  padding: 40px;
  border-radius: 20px;
}

.text-orange {
  color: #158b8c;
  font-weight: 700;
  font-size: 45px;
  text-transform: capitalize;
}

.section-title h2 {
  color: #1e1e1e !important;
}

.section-title p {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 400;
}

.section-title {
  padding-bottom: 30px;
}

.section-title h2 .btn-theme-1 {
  border: 1px solid #3383a3;
  padding: 10px 70px;
  display: inline-block;
  font-weight: 600;
  background: #3383a3;
  color: #ffffff;
  transition: all ease-in-out 0.3s;
  font-size: 17px;
  border-radius: 6px;
  font-family: "Poppins", sans-serif;
  transition: 0.3s ease-in-out;
}

.btn-theme-1:hover {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
}

.form-control {
  resize: none;
  display: block;
  width: 100%;
  padding: 16px 15px;
  font-size: 1rem;
  border-radius: 8px;
  font-weight: 400;
  line-height: 1.5;
  /* border: 1px solid #606060f7; */
  /* height: calc(2.5em + 0.75rem + 2px); */
}

.form-mes {
  height: calc(7.5em + 0.75rem + 2px);
}

select.form-control:not([size]):not([multiple]) {
  height: calc(3.25rem + 2px);
}


.bottom-sec {
  background: #fbfbfbbf;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 12px;
  padding: 15px 20px;
  text-align: center;
  border: 1px solid #14205c;
}




.call {
  padding: 10px 0px 50px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.call-text h2 {
  font-size: 42px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 20px 0px;
  color: #158b8c;
}

.call-text p {
  color: #000;
}

.call-btn {
  padding-top: 20px;
}

.call-btn a {
  background-color: #c7c346;
  padding: 12px 40px;
  color: #000000;
  border: 1px solid #c7c346;
  border-radius: 18px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
}

.f-btn {
  margin-right: 20px;
}

#c-btn {
  background: none;
  border: 1px solid #000;
}

.lis {
  display: flex;
  flex-direction: column;
  text-align: left !important;
}




.faqs .accordion-body {
  background: #f7f9fc;
  border-top: 1px solid #0b944f;
  border-radius: 0px 0px 6px 6px;
}

.faq-txt h2 {
  text-align: center;
  color: #158b8c;
  padding-bottom: 30px;
  font-size: 42px;
  font-weight: 700;
}

#headingOne button {
  text-transform: capitalize;
  color: #555555;
  font-weight: 600;
  padding: 10px 15px;
  font-size: 16px;
  background: #f7f9fc;
}

#headingtwo button {
  text-transform: capitalize;
  color: #555555;
  font-weight: 600;
  padding: 10px 15px;
  font-size: 16px;
  background: #f7f9fc;
}

#heading3 button {
  text-transform: capitalize;
  color: #555555;
  font-weight: 600;
  padding: 10px 15px;
  font-size: 16px;
  background: #f7f9fc;
}

#heading4 button {
  text-transform: capitalize;
  color: #555555;
  font-weight: 600;
  padding: 10px 15px;
  font-size: 16px;
  background: #f7f9fc;
}

#heading5 button {
  text-transform: capitalize;
  color: #555555;
  font-weight: 600;
  padding: 10px 15px;
  font-size: 16px;
  background: #f7f9fc;
}

#heading6 button {
  text-transform: capitalize;
  color: #555555;
  font-weight: 600;
  padding: 10px 15px;
  font-size: 16px;
  background: #f7f9fc;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 0.75rem 1.25rem;
  background: #f7f9fc;
  border-top: 1px solid #3383a3;
  /* border-top: none; */
}

.carde {
  border-radius: 3px;
  margin-bottom: 10px;
}

/* .faqs .accordion-body {
      background: #f7f9fc;
      border-top: 1px solid #0b944f;
      border-radius: 0px 0px 6px 6px;
    } */
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 0.75rem 1.25rem;
  background: #f7f9fc;
}

.banner-btn a {
  background-color: #ff5037;
  border: 1px solid #ff5037;
  color: white;
  padding: 10px 33px;
  border-radius: 12px;
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
  transition: 0.3s ease-in-out;
}

#s-btn {
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  padding: 10px 33px;
  border-radius: 12px;
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
  border: 1px solid #ffffff;
  margin-left: 10px;
  border: 1px solid #eb8c16;
}

.faqs {
  padding: 60px 0px;
}

.one a {
  background-color: #ffffff;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: #060606 !important;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  border-bottom: 1px solid;
  cursor: pointer;
}

.one a:hover {
  background: #E1E5EA;
}

.com-faqs p {
  padding: 20px 0px;

  font-size: 14px;
  font-weight: 400;

  color: #555555;
}

.com-faqs h2 {
  color: #000;
  text-transform: capitalize;
}

.btn-block {

  margin-bottom: 0px;
}







.why {
  padding: 50px 0px;
}

.why-text {
  text-align: center;
}

.why-text h2 {
  font-size: 42px;
  font-weight: 700;
  text-transform: capitalize;
}

.why-text p {
  padding: 20px 0px;
}

/* .why-secc {
    overflow: scroll;
    width: 100%;
    height: 160px;
    overflow-x: hidden;
    overflow-anchor: auto;
} */

.why-sec {
  position: relative;
  background: rgb(251, 246, 188);
  /* background: linear-gradient(
      360deg,
      rgb(193 134 224 / 59%) 0%,
      rgba(255, 255, 255, 1) 100%
    ); */
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  padding: 20px 20px;
  border-top: 1px solid #301a3b;

}

/* .why-sec {
    position: relative;
    background: rgb(251, 246, 188);
    background: linear-gradient(180deg, rgb(202 207 5 / 63%) 0%, rgba(255, 255, 255, 1) 100%);
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    padding: 20px 20px;
    border-top: 3px solid #c7c346;
  } */
.why-img img {
  margin-right: 20px;
  width: 80px;
  height: auto;
  padding-right: 20px;
}

.why-sec-text h2 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.why-sec-text p {
  font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 400;
  color: #000000;
}

.y-img {
  width: 100%;
}

.y6-img {
  width: 100%;
  padding-top: 70px;
}



.port-carousel img {
  width: 90%;
  border-radius: 20px;
  height: auto;
  object-fit: cover;
}


.new-card {
  /* border: 1px solid ; */
  border-radius: 9px;
  box-shadow: rgb(16 16 16 / 24%) 4px 8px 16px;
}

.new-card img {
  width: 100%;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}

.text-text {
  padding: 15px;
  background: white;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  height: 220px;
  margin-bottom: 25px;
}

.text-text h2 {
  font-size: 20px;
  text-transform: capitalize;
}


.text-text p {
  font-size: 14px;
}

.btn-theme-1 {
  padding: 10px 40px;
  background: white;
  border-radius: 9px;
  font-size: 17px;
  font-weight: 500;
  border: none;
  transition: 0.3s ease-in-out;
}

.btn-theme-1:hover {
  border: none;
  background: #158b8c;
  color: #ffffff;
}

.btn-2 {
  background: #eb8c16;
  color: #fff;
}

.head {
  font-size: 50px;
  font-weight: 600;
  color: #158b8c;
}

.list-item li {
  display: inline-block;
  color: #fff;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  list-style: disc !important;
  margin-left: 20px;
  contain-intrinsic-block-size: auto 100px;
  border: 2px solid #F5F5F5;
  margin: 5px;
  padding: 7px 18px;
  border-radius: 6px;
  background: #eb8c16;
}

/* .list-item li::before {
  width: 10px;
  height: 10px;
  top: 7px;
  left: -15px;
  background: #191919;
  position: absolute;
  content: "";
  border-radius: 10px;
} */

.item1 img {
  width: 90px;
}

.item1 {
  text-align: center;
}

.services {
  padding: 50px 0px;
}

.serv-text {
  text-align: center;
}

.service-cont {
  padding: 20px;
  background: #CFD2D4;
}


.section-padding {
  padding: 80px 0;
}

.bg-one {
  background-color: #ffffff;
}

.bg-one .chapter__item {
  background-color: #fff;
  border: 1px solid #4B5E6F;
}

.chapter__item {
  background-color: #f5ebe6;
  border-radius: 5px;
  box-shadow: 2px 0 15px 5px #0106210f;
  padding: 25px;
}

.sec-text {
  padding-bottom: 20px;
}

.chapter__item p {
  line-height: 1.8;
}

.chapter__item h3 {
  font-size: 1.75rem;
}

.column {
  padding-top: 40px;
}

.topbar ul li a i.fa-phone {
  font-size: 14px;
  transform: rotate(190deg);
  margin-right: 5px;
  margin-bottom: 6px;
}

.topbar ul li a i.fa-envelope {
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 1px;
}

.who-we-are .title-p {
  padding-top: 10px;
  color: #eb8c16;
  font-size: 18px;
  font-weight: 500;
}

.who-we-are .title-h2 {
  color: #224998;
  font-size: 28px;
  font-weight: 600;
}

.cta-box-jps .cta-jps {
  background-image: linear-gradient(to bottom right, rgb(149 147 146 / 23%), rgb(235 140 22 / 43%)), url(../images/cta-jps-bg.webp);
  /* background-color: #a11a1a; */
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  /* border: 3px solid #224998; */
  border-radius: 20px;
  padding: 40px 0;
}

.cta-jps h2 {
  color: #124c98;
  font-weight: 600;
}

.cta-jps p {
  color: #124c98;
  font-size: 18px;
}

.who-we-are img {
  border-radius: 20px;
}



/* drop down */

.dropbtn {
  /* background-color: #04AA6D; */
  color: #ffffff !important;
  padding: 8px 0;
  /* font-size: 16px; */
  border: none;
  color: #fff;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 30px;
  background-color: #f1f1f1;
  text-align: left;
  min-width: 230px;
  /* width: 100%; */
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 999;
}

.dropdown-content a {
  color: black;
  padding: 10px 15px;
  text-decoration: none;
  display: block;
  font-size: 14px;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropbtn i {
  color: #fff;
  display: block;
  font-size: 10px;
  position: absolute;
  right: -12px;
  top: 5px;
}


.editor .box img {
  width: 100%;
  object-fit: cover;
  height: 250px;
  border: 3px solid #000;
  border-radius: 25px;
}
