@import url("https://fonts.googleapis.com/css2?family=Outfit:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Vollkorn:ital,wght@0,400..900;1,400..900&display=swap");

body {
  margin: 0;
  padding: 0;
  color: #8e2f6f;
  font-family: "Outfit", sans-serif;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: #000;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -0px;
}
.main {
  margin: auto;
  padding: 0;
  width: 93%;
}
a {
  color: #000000;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #000;
  text-decoration: none;
}
img {
  max-width: 100%;
}
h1 {
  margin: 0px;
}
h2 {
  margin: 0px;
}
h3 {
  margin: 0px;
}
h4 {
  margin: 0px;
}
h5 {
  margin: 0px;
}
h6 {
  margin: 0px;
}

p {
  margin: 0;
}
/*cd1e50 */

/* START HEADER SECTION */

/* start top head section */

.tophead-section {
  padding: 7px 0;
  position: relative;
  z-index: 5;
  background: linear-gradient(45deg, #fc4c00, #fc4c00);
}
.tophead-section:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 8%;
  background: repeating-linear-gradient(
      45deg,
      #fff,
      #fff 1px,
      transparent 1px,
      transparent 10px
    ),
    repeating-linear-gradient(
      -45deg,
      #000,
      #000 1px,
      transparent 1px,
      transparent 10px
    );
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -5;
}

.head-contact ul li {
  display: inline-block;
  padding: 0px 8px 0 0;
  font-size: 18px;
}
.head-contact ul li:last-child {
  padding: 0;
  margin: 0px 0 0px;
}
.head-contact ul aside {
  display: inline-block;
  padding: 0 0px 0 16px;
}
.head-contact ul li a {
  color: #ffffff;
  font-weight: 600;
  font-size: 22px;
  display: inline-block;
}
.head-contact ul li a span {
  height: 30px;
  width: 30px;
  color: #f36f21;
  display: inline-block;
  line-height: 38px;
  text-align: center;
  border-radius: 8px;
  margin: 0px 0 0px 0;
}
.head-contact ul li a span svg {
  height: 22px;
  width: 23px;
  fill: #ffb900;
  margin: -6px 0 0px;
  margin-right: 8px;
  animation: tilt-shaking 0.2s infinite;
}
.head-contact ul li a span svg path {
  fill: #000;
}
@keyframes tilt-shaking {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(7deg);
  }

  50% {
    transform: rotate(0 eg);
  }

  75% {
    transform: rotate(-7deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.head-navigation {
  padding: 10px 0 0px;
}
.head-contact ul li i {
  display: block;
  margin: 0px 0 0px;
}
.head-contact ul li i a img {
  display: block;
  width: 30px !important;
  height: 30px !important;
  border-radius: 100%;
  border: 1px solid #ccc;
  padding: 3px;
  margin: 0px 0 -9px;
}

.head-contact ul li a i {
  height: 25px;
  width: 25px;
  background: #fff;
  box-shadow: 0 0 10px #e3e3e3;
  color: #7d7d7d;
  display: block;
  line-height: 22px;
  text-align: center;
  border-radius: 8px;
}
.head-contact ul li a i .bi {
  height: 11px;
  width: 11px;
}
.head-contact ul li b a {
  background: #000;
  margin: 0px 0 0px;
  padding: 4px 22px 4px;
  border-radius: 40px;
  font-weight: 600;
  font-size: 18px;
  display: block;
  color: #000;
  /* border: 1px solid #cf708b; */
  animation: button-color-change 0.8s infinite;
}

@keyframes button-color-change {
  0% {
    color: #fc4c00;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #fc4c00;
  }
}
.positivity {
  position: relative;
  right: 0;
  margin: 0 auto;
  left: 0%;
  width: 100%;
  height: 42px;
  line-height: 41px;
  overflow: hidden;
}
.positivity__alone {
  display: inline-block;
  font-size: 2rem;
  font-family: serif;
  color: #fff;
}
.positivity__words .change {
  display: block;
  position: absolute;
  top: 0;
  left: 0%;
  right: 0;
  margin: 0 auto;
  height: 100%;
  opacity: 0;
  animation: changeword 8s linear infinite;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}
.positivity__words .change i {
  color: #000;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
.change:nth-child(1) {
  animation-delay: 0s;
}
.change:nth-child(2) {
  animation-delay: 2s;
}
.change:nth-child(3) {
  animation-delay: 4s;
}
.change:nth-child(4) {
  animation-delay: 6s;
}

@keyframes changeword {
  0% {
    transform: translateY(-30px);
    opacity: 0;
  }
  5% {
    opacity: 1;
    transform: translateY(0); // default value is 0
  }
  20% {
    opacity: 1;
    transform: translateY(0);
  }
  30% {
    opacity: 0;
    transform: translateY(30px);
  }
  80% {
    opacity: 0;
    transform: translateY(30px);
  }
}

/* end top head section */

/* start head section */

.head-section {
  padding: 0px 0 10px;
}

.head-right1 {
}
.head-line strong {
  color: #000;
  display: block;
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
}
.head-line strong img {
  height: 63px;
}
.head-line p {
  color: #8f283f;
  font-size: 23px;
  text-transform: capitalize;
  font-weight: 700;
}
.head-line-service p {
  border: 2px solid #000;
  font-size: 20px;
  color: #000;
  border-radius: 50px;
  padding: 6px 23px;
  text-transform: capitalize;
  font-weight: 800;
  display: inline-block;
}

.head-line-service strong {
  font-weight: 700;
  padding: 5px 0 0;
  display: block;
  text-transform: capitalize;
  font-size: 18px;
  color: #000;
}

.head-line-service a {
  background: #ffffff;
  outline: #ffffff solid 5px;
  border: 3px solid #559f1a;
  color: #fff;
  height: 46px;
  text-align: center;
  line-height: 39px;
  display: inline-block;
  margin: 0 0 0 0px;
  width: 46px;
  position: absolute;
  border-radius: 50%;
  right: -20px;
  top: -30px;
  z-index: 9;
}
.head-line-service a .bi {
  width: 26px;
  height: 25px;
  animation: blk 0.5s infinite ease-in-out;
}
@keyframes blk {
  0% {
    color: #ffffff;
  }
  100% {
    color: #148406;
  }
}
.head-line-service ul li {
  list-style: none;
  display: inline-block;
  font-size: 16px;
  padding: 4px 10px;
  text-transform: capitalize;
  margin: 0 4px;
  color: #000;
  border: 1px solid #000;
}
/* end head section */

/* start navigation section  */

.navigation-section {
  padding: 0;
  border-top: 1px solid #333;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar ul li {
  padding: 4px 52px;
  text-transform: capitalize;
  font-size: 19px;
  position: relative;
}
.navbar ul li:before {
  content: "";
  position: absolute;
  height: 70%;
  width: 1px;
  background: #fc4c00;
  right: 0;
  top: 7px;
}
.navbar ul li:last-child:before {
  display: none;
}
.navbar ul li svg {
  fill: #eaa142;
}
.navbar ul li a {
  color: #000;
  padding: 0px 0px !important;
  font-weight: 600;
  text-transform: capitalize;
}
.menu > a.nav-link {
  text-decoration: underline;
  color: #000;
  padding: 0px 0px 0px 32px !important;
  font-weight: 600;
  text-transform: capitalize;
}
.navbar ul li .active {
  color: #fc4c00;
  font-weight: 600;
}
.head-mid {
  border-top: 1px solid #e4e4e4;
  padding: 14px 0 0;
}

.nav-link:focus,
.nav-link:hover {
  color: #000000;
}
.fixed-top {
  position: fixed;
  top: 0;
  padding: 8px 0 8px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1030;
  height: auto;
  background: #fff;
  box-shadow: 2px 3px 7px #d3d3d340;
}
.fixed-top .head-left2 img {
  height: 55px;
}
.fixed-top .design-fix-head {
  padding: 0;
  border: 0;
  width: 89%;
  margin: 0 auto;
}
.fixed-top .head-logo1 {
  width: 20%;
}
.fixed-top .head-logo2 img {
  height: 55px;
}
.fixed-top .head-right1 {
  width: 60%;
}
.limit-offer {
  display: none;
}
.fixed-top .limit-offer {
  width: 20%;
  text-align: center;
  display: block;
}
.limit-offer a {
  background: #ffffff;
  margin: 0px 0 0px;
  padding: 9px 17px 8px;
  width: fit-content;
  margin: 0 auto;
  font-weight: 500;
  display: block;
  border: 1px solid #f37023;
  animation: button-color-change 0.8s infinite;
}

.navbar {
  border-radius: 0;
  border: 0;
  margin: 0 auto;
}
.navbar-toggler {
  margin: -60px 0px 0 auto !important;
  border: 0;
  padding: 0;
  display: block;
  width: 39px;
}
.toggle-icon {
  height: 2px;
  margin: 6px 0 6px;
  padding: 0 0px;
  width: 100%;
  background: #464646;
  display: block;
}
/* end navigation section  */

/* start slider section  */

.slide-section {
  position: relative;
  margin: 0;
}
.slide-section img {
  width: 100%;
}
.carousel-control-next,
.carousel-control-prev {
  opacity: 2;
}
.slide-btn b {
  display: inline-block;
  height: 48px;
  width: 35px;
  background: #fc4c00;
  margin: 0 0 0;
}
.slide-btn b span {
  margin: 11px 0px 0 -5px;
  height: 26px;
  filter: brightness(1) invert(1);
}

.carousel-control-next {
  justify-content: right;
  right: 0px;
}
.carousel-control-prev {
  justify-content: start;
}

/* end slider section  */

/* END HEADER SECTION */

/* start other services section */

.otherservices-section {
  padding: 40px 0 60px;
  position: relative;
  z-index: 9;
}

.othersrv-heading span {
  letter-spacing: 5px;
  color: #f9ff00;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  padding: 0;
}
.othersrv-heading strong {
  font-size: 83px;
  font-weight: 300;
  text-transform: capitalize;
  color: #ffffff;
  line-height: normal;
  font-family: "Vollkorn", serif;
}
.other-services {
}
.other-services1 {
  width: 20%;
  padding: 10px;
}
.other-services2 img {
  border: 2px solid #fc4c00;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  height: 150px;
  position: relative;
}
.other-services2 img:before {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #621f1f;
  z-index: 9;
}
.other-services2 span {
  color: #000000;
  font-weight: 600;
  display: block;
  padding: 12px 0 0 0;
  font-size: 20px;
  text-transform: capitalize;
  text-align: center;
}
.other-services2 p {
  color: #fff;
  line-height: 26px;
  padding: 6px 0 0 0;
  text-align: center;
}
/* end other services section*/

/* start main content section */

.maincontent-section {
  background: radial-gradient(#ff914d, #fc4c00);
  padding: 70px 0 70px;
  position: relative;
}
.topservices-heading img {
  position: absolute;
  right: 0;
  top: -50px;
  height: 220px;
}
.topservices-heading strong {
  color: #000;
  font-weight: 800;
  text-transform: capitalize;
  font-size: 69px;
  font-family: "Marcellus", serif;
  position: relative;
  background: -webkit-linear-gradient(90deg, #000, #800000 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.topservices-heading p {
  background: #0c193d;
  width: fit-content;
  padding: 3px 10px;
  color: #fff;
  margin: -10px 0 0;
  font-size: 17px;
  font-weight: 600;
}

.aboutus-page-left1 {
  padding: 20px;
  background: #fff5eb;
}
.main-content p {
  color: #000;
  line-height: 31px;
  font-size: 16px;
  text-align: justify;
  padding: 10px 0 0;
}
.main-content p a {
  font-weight: 700;
  color: #000;
}
.main-content span {
  color: #ffffff;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 21px;
  background: #0c193d;
  border-radius: 50px;
  display: inline-block;
  padding: 7px 28px 6px;
  width: fit-content;
  margin: 20px 0 0 0;
}
.main-content ul {
  margin: 0px 0 0px;
  list-style: none;
  padding: 10px 0px 20px;
  position: relative;
  z-index: 9;
}
.main-content ul li {
  line-height: 27px;
  font-weight: 400;
  font-size: 16px;
  padding: 7px 20px 7px 55px;
  border-radius: 30px;
  background: #ffffff;
  color: #000;
  display: block;
  border: 1px solid #000;
  position: relative;
  margin: 10px 5px 0 0;
}
.main-content ul li:before {
  position: absolute;
  color: #ffffff;
  top: 0px;
  text-align: center;
  left: 0px;
  font-size: 28px;
  line-height: 37px;
  content: "\1693";
  background: #800000;
  font-family: "Glyphicons Halflings";
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.main-content ul li:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  height: 30px;
  width: 30px;
  border: 1px dashed #fff;
  border-radius: inherit;
  transition: all ease 0.4s;
  animation: spin 30s linear infinite;
}
.main-content p strong {
  font-weight: 600;
}

.center-content-about {
  padding: 0 30px;
}

.topmark-right1 a {
  padding: 7px 27px;
  border-radius: 5px;
  border: 1px solid;
  margin: 20px 0 0;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  display: inline-block;
  color: #000000;
}
.topmark-right1 span {
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 5px;
}
.topmark-right1 .call-mark {
  background: #000;
  border-color: #fff;
  color: #fff;
}
.topmark-right1 .chat-mark {
  background: #39d51f00;
  border-color: #fff;
}
.image-left-about img {
  max-width: 60%;
}
.banner-content {
  padding: 15px;
  background: linear-gradient(45deg, #0c193d, #000);
  color: #fff;
  margin: 10px 0 0 0;
}

.banner-content strong {
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
}
.banner-content p {
  color: #fff;
  line-height: 34px;
  font-size: 18px;
  padding: 10px 0 0;
}
.banner-content a {
  text-transform: capitalize;
  padding: 8px 20px 7px;
  font-weight: 600;
  margin: 12px 0 0px;
  color: #000000;
  position: relative;
  text-align: center;
  font-size: 17px;
  background: #f28203;
  width: fit-content;
}
.banner-content ul li {
  color: #ffffff;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  padding: 6px 10px;
  list-style: none;
  border: 1px solid #eee;
  text-align: left;
  display: inline-block;
  position: relative;
  margin: 10px 6px 0 0;
}

.banner-content i {
  color: #ffb900;
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Marcellus", serif;
  display: block;
  font-style: normal;
  padding: 0 0 0px;
  font-weight: 600;
}
.gemstones-content a {
  margin: 10px 0 0 auto;
  background: #9e0000;
  color: #fff;
}
/*end main content section */

/* start gallery section  */

.gallery-section {
  padding: 0px 0;
}
.gallery-1 {
  padding: 10px;
}
.gallery-2 {
}
/* end gallery section  */

/* start counter section  */

.counter {
  background: radial-gradient(#fff, transparent);
}
.counter-1 {
  padding: 10px;
}
.counter-2 {
  padding: 0;
}
.counter-2 span {
  font-size: 17px;
  color: #000;
  display: block;
  font-weight: 600;
  padding: 1px 0 0;
  text-transform: uppercase;
}
.counter-2 p {
  font-size: 51px;
  display: block;
  color: #000000;
  font-weight: 500;
  text-transform: capitalize;
}

/* end counter section */

/* start services section */

.services-section {
  background: #000;
  padding: 40px 0 80px;
  position: relative;
}

.services-section .topservices-heading strong {
  color: #000;
  font-weight: 800;
  text-transform: capitalize;
  font-size: 69px;
  font-family: "Marcellus", serif;
  position: relative;
  background: -webkit-linear-gradient(90deg, #fc4c00, #ff914d 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.services-section .topservices-heading p {
  background: #ffffff;
  color: #000;
}
.contact-services a {
  display: block;
}
.contact-services a p {
  display: block;
  font-size: 30px;
  background: #fc4c00;
  padding: 5px 10px 4px;
  font-weight: 600;
  border-radius: 50px;
}
.contact-services a span {
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
  margin: 10px 0 0;
  display: block;
  font-size: 18px;
}
.contact-services {
  padding: 30px 22px;
}
.contact-services img {
  height: 120px;
  animation: rotation 10s infinite linear;
}

.services-1 {
  padding: 10px 10px 20px;
}
.services-2 {
  padding: 14px 14px 14px;
  background: #ffffff;
  position: relative;
  z-index: 9;
  border-radius: 20px;
}

.services-3 {
  padding: 0px 0px 0 0px;
}
.services-3 img {
  margin: 0 auto;
  border-radius: 20px;
  border-right: 0;
  display: block;
  border: 3px solid #fc4c00;
}
.services-3 a {
  position: absolute;
  height: 52px;
  width: 52px;
  line-height: 53px;
  border-radius: 50%;
  color: #000;
  background: #ffffff;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -20px;
  border: 1px dashed #ffffff;
  overflow: visible;
}
.services-3 a .bi {
  height: 25px;
  animation: tilt-shaking 0.2s infinite;
  width: 25px;
}
.services-4 {
  padding: 20px 0px 0 0px;
}
.services-4 strong {
  display: block;
  padding: 0px 0px 0px;
  text-transform: capitalize;
  font-weight: 600;
  color: #000;
  font-size: 21px;
}
.services-4 p {
  color: #000000;
  line-height: 27px;
  font-size: 15px;
  padding: 0 0 8px 0;
  z-index: 9;
  position: relative;
}
.services-contact a {
  color: #000;
  padding: 7px 27px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  border: 1px solid;
  border-radius: 4px;
}
.services-contact .call-mark {
  background: #fc4c00;
  border-color: #fff;
  color: #000;
}
.services-contact .chat-mark {
  border: 1px solid #000;
  border-color: #000;
}
.services-contact span {
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 5px;
}
/* end services section */

/* start top services section  */

.topservices-section {
  background: #fff;
  padding: 70px 0;
}
.topservices-1 {
  padding: 10px;
}
.topservices-2 {
  padding: 14px 14px 14px;
  background: #fc4c00;
  position: relative;
  z-index: 9;
  border-radius: 20px;
}

.topservices-3 {
  padding: 0px 0px 0 0px;
}
.topservices-3 img {
  margin: 0 auto;
  border-radius: 20px;
  border-right: 0;
  display: block;
  border: 3px solid #ffffff;
}
.topservices-3 a {
  position: absolute;
  height: 52px;
  width: 52px;
  line-height: 53px;
  border-radius: 50%;
  color: #000;
  background: #ffffff;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -20px;
  border: 1px dashed #ffffff;
  overflow: visible;
}
.topservices-3 a .bi {
  height: 25px;
  animation: tilt-shaking 0.2s infinite;
  width: 25px;
}
.topservices-4 {
  padding: 20px 0px 0 0px;
}
.topservices-4 strong {
  display: block;
  padding: 0px 0px 0px;
  text-transform: capitalize;
  font-weight: 600;
  color: #000000;
  font-size: 21px;
}
.topservices-4 a {
  color: #000;
  padding: 7px 27px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  margin: 14px 0 0;
  border-radius: 4px;
}
.topservices-4 .call-mark {
  background: #000;
  border-color: #fff;
  color: #fff;
}
.topservices-4 .chat-mark {
  background: #fff;
  color: #fc4c00;
}
.topservices-4 span {
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 5px;
}
/* end top servies secion */

/* start testimonials section  */

.testimonial-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.testimonial-track {
  display: flex;
  width: max-content;
  animation: slide 18s linear infinite;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  } /* move only half since content is duplicated */
}

.testimonials1 {
  width: 33.3333vw; /* 3 items visible in 1 screen */
  flex: 0 0 33.3333vw;
  padding: 15px;
  box-sizing: border-box;
}

.testimonial-track:hover {
  animation-play-state: none;
}

/* circular images */
.testimonials3 img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #fff;
  object-fit: cover;
  margin-top: 10px;
}

.testimonials {
  padding: 60px 0 60px;
}
.client {
  margin: 0px 0 0;
}
.testimonials1 {
  padding: 13px;
}
.testimonials2 {
  border-radius: 17px;
  padding: 30px 0px 20px;
  position: relative;
  z-index: 9;
  background: linear-gradient(45deg, #000, #fc4c00);
}
.testimonials2:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 8%;
  background: repeating-linear-gradient(
      45deg,
      #fff,
      #fff 1px,
      transparent 1px,
      transparent 10px
    ),
    repeating-linear-gradient(
      -45deg,
      #000,
      #000 1px,
      transparent 1px,
      transparent 10px
    );
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -5;
}

.qoute {
  transform: rotate(180deg);
  display: block;
  position: absolute;
  bottom: 0;
  top: auto;
  height: 22%;
  color: #ffffff;
  right: 0;
}
.qoute .bi {
  height: 4.8rem;
  width: 4.9rem;
}
.testimonials3 p {
  color: #000;
  background: #fff;
  line-height: 30px;
  font-size: 15px;
  padding: 15px;
  text-align: justify;
}
.testimonials3 aside b {
  padding: 0 1px;
  color: #e79f41;
}
.testimonials3 aside b svg {
  height: 40px;
  width: 100px;
}

.testimonials3 aside {
  padding: 0;
  position: relative;
  text-align: center;
}
.testimonials4 strong {
  font-size: 16px;
  display: block;
  text-transform: capitalize;
  font-weight: 500;
  padding: 0 18px;
  color: #ffffff;
  text-align: left;
}
.testimonials4 span {
  font-size: 16px;
  padding: 0 0 0 4px;
  font-weight: 500;
  float: right;
  color: #ffb100;
  display: inline-block;
  text-transform: uppercase;
}
.testimonials4 img {
  border-radius: 50%;
  display: block;
  margin: 0 auto 12px 0px;
  padding: 0 7px 0 0px;
  height: 60px;
}
.testimonials3 strong {
  padding: 0px 0 0;
  text-align: left;
  font-size: 16px;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 400;
  color: #fff;
}
.testimonials3 i {
  font-size: 16px;
  padding: 0 0 0 4px;
  font-weight: 500;
  color: #eaa142;
  display: inline-block;
  float: right;
  text-transform: uppercase;
}
.click-testimonials a {
  border: 1px solid #b7934233;
  font-weight: 400;
  color: #e79f41;
  padding: 11px 29px;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 auto;
  border-radius: 40px;
}
.click-testimonials a svg {
  margin: -2px 4px 0 4px;
}
.click-testimonials a:nth-child(2) {
  margin: 0 10px 0 10px;
}
/* end testimonials section  */

/* start footer section */

footer {
  background: linear-gradient(180deg, #053700 0%, #000 100%);
  padding: 160px 0 0 0;
}

/* Section: Newsletter */
.footer-hr {
  text-align: center;
}

.footer-hr .hr-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-90deg);
  margin: 0 auto;
}

.footer-hr hr {
  width: 50px;
  border: 1px solid #ffc600;
  opacity: 1.25;
  margin: 0 10px;
}

.footer-hr h3 {
  margin-top: 140px;
  font-family: "Marcellus", serif;
  color: #000;
  letter-spacing: 1px;
}

.footer-hr p {
  color: #fff;
  margin: 20px auto 30px;
  font-family: "Poppins", Sans-serif;
  padding: 0 15%;
}

/* Footer Menu Section */
.footer-menu {
  background: #000;
  color: #fff;
  padding: 50px 0;
  margin-top: 77px;
  border-top: 3px solid #000000;
}

.footer-menu .container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center; /* Centers the columns horizontally */
  padding: 0 0 0 80px; /* Optional: Adds padding to the container for spacing */
}

.footer-menu .column {
  flex: 0 1 calc(25% - 20px); /* Columns take up 25% width minus the gap */
  min-width: 200px; /* Ensures a minimum column width */
  box-sizing: border-box; /* Ensures padding and border are included in width */
}

.footer-menu .column > * {
  margin-bottom: 16px;
}
.footer-menu .column > *:last-child {
  margin-bottom: 0;
}

.extra-right-margin {
  margin-right: 20px;
}

.footer-menu h4 {
  color: #fff;
  font-weight: 800;
  text-transform: capitalize;
  font-size: 24px;
  font-family: "Marcellus", serif;
  position: relative;
  background: -webkit-linear-gradient(90deg, #fc4c00, #ff914d 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 8px;
}

.footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu ul li {
  margin-bottom: 10px;
}

.footer-menu a {
  font-family: "Marcellus", serif;
  color: #fff;
  text-decoration: none;
}

.footer-menu a:hover {
  text-decoration: underline;
  color: #fc4c00;
}

.footer-menu img {
  width: 400px;
}

/* Social Links */
.social-links {
  display: flex;
  gap: 10px;
}

.social-links-new {
  display: flex;
  gap: 10px;
}

.social-links a i {
  font-size: 20px;
  background: #fff;
  padding: 10px;
  color: #fc4c00;
  transition: color 0.3s ease;
}

.social-links-new a i {
  font-size: 20px;
  background: #fff;
  padding: 10px;
  color: #fc4c00;
  transition: color 0.3s ease;
}

.social-links a i:hover {
  color: #000;
}

.social-links a img {
  width: 60px;
  height: auto;
  background: #fff;
  padding: 5px;
}

.social-links-new a img {
  width: 60px;
  height: auto;
  background: #fff;
  padding: 1px;
}

/* Copyright Section */
.copyright {
  background: #fc4c00;
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  padding: 20px 20px 20px 20px;
}

.copyright h6 {
  color: #fff;
  font-weight: 800;
  text-transform: capitalize;
  font-size: 16px;
  font-family: "Marcellus", serif;
  position: relative;
  background: #000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}

.copyright h6 a {
  color: #fff;
}

/* Footer Contact Info */
.contact-info ul {
  list-style: none;
  padding: 0;
}

.contact-info ul li {
  font-family: "Marcellus", serif;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-info a {
  color: #fff;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .footer-menu .container {
    padding: 0 20px;
  }
  .extra-right-margin {
    margin-right: 0px;
  }
}
@media (max-width: 768px) {
  .copyright {
    display: block;
    text-align: center;
  }
  .extra-right-margin {
    margin-right: 0px;
  }
}

/* end footer section */

/* start fixed mobile icons*/

.icon-fixed-mobile {
  position: fixed;
  width: 90%;
  bottom: 0;
  z-index: 9;
  display: none;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.icon-fix {
  justify-content: center;
  align-items: center;
  padding: 8px 0px 9px;
}
.left-icon {
  padding: 0;
}
.center-icon {
  padding: 0;
  text-align: center;
}
.contact-icon {
  color: #fff;
  text-align: left;
  width: 50%;
  display: block;
  margin: -30px auto 0;
}
.contact-icon a {
  padding: 4px 0 0 4px;
  display: block;
  color: #fff;
  border-radius: 30px 0px 0px 30px;
  text-align: center;
  height: 50px;
  background: #00000061;
  text-align: left;
  font-size: 20px;
  line-height: 63px;
  text-transform: uppercase;
  font-weight: 600;
}
.left-icon a {
  margin: 0;
  border-radius: 0px 30px 30px 0px;
  padding: 4px 4px 0 0px;
  text-align: right;
}
.contact-icon a svg {
  height: 32px;
  margin: -4px 0 0px 0;
  width: 31px;
  transform: rotate(45deg);
}
.left-icon a svg {
  transform: rotate(0deg);
  height: 28px;
  margin: -4px 0 0px 0;
  width: 28px;
}
.contact-icon a svg path {
  fill: #fff;
}
.contact-icon a span {
  background: #ff0000;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: block;
  text-align: center;
}
.left-icon a span {
  margin: 0 0 0 auto;
  background: #0f9000;
}

.left-call {
  width: 50%;
  margin: -74px 0 0;
  padding: 0 10px;
}
.left-call a {
  background: #ff0000;
  color: #fff;
  display: block;
  padding: 5px 12px;
  text-transform: capitalize;
  font-size: 23px;
}
.left-call:last-child a {
  background: #0e8700;
}

@media (max-width: 767px) {
    .main > div {
  padding-bottom: 0px !important;
}
  .social-links-new{
    justify-content: center;
  }
  .social-links{
    justify-content: center;
  }
  .footer-menu .column > *:last-child{
    margin-bottom: 16px;
  }
  .footer-menu h4{
    font-size: 20px;
  }
  .footer-menu .container{
    display: block;
  }
  .gallery-2{
    border: 2px solid #000;
  }
  .testimonial-track:hover {
  animation-play-state: paused;
}
  .testimonials3 strong {
    font-size: 14px;
  }
  .testimonials1 {
    flex: 0 0 100vw; /* 1 card per screen */
    width: 100vw;
  }
  .testimonials{
    padding: 40px 0 40px;
  }
  .topservices-section{
    padding: 30px 0;
  }
  .services-section{
    padding: 20px 0 40px;
  }
  .services-section .topservices-heading strong{
    font-size: 30px;
  }
  .image-left-about img{
    display: none;
  }
  .img-lefttt img{
    display: none;
  }
  .main-content ul li:after{
    height: 25px;
    width: 25px;
  }
  .main-content ul li:before{
    height: 30px;
    width: 30px;
    line-height: 30px;
    top: 2px;
    left: 3px;
  }
  .main-content ul li{
    line-height: 19px;
    font-size: 14px;
  }
  .main-content span{
    font-size: 14px;
  }
  .maincontent-section{
    padding: 30px 0 30px;
  }
  .toggle-icon{
    display: block;
  }
  .hide-for-mobile{
    display: none;
  }
  .fixed-top{
    display: none;
  }
  .head-line-service a{
    display: none;
  }
  body {
    text-align: center;
  }
  .positivity{
    line-height: 18px;
  }
  .positivity__words .change {
    font-size: 12px;
  }
  .head-line strong {
    font-size: 20px;
    display: inline-block;
  }
  .head-line p {
    font-size: 18px;
    display: inline-block;
    border-left: 1px solid #dd2d64;
    padding: 0 0 0 4px;
  }
  .head-line strong img {
    height: 40px;
  }
  .positivity {
    height: 40px;
  }
  .head-line-service strong {
    font-size: 14px;
    display: inline-block;
  }
  .head-line-service marquee {
    display: none;
  }
  .head-line-service ul {
    display: none;
  }
  .navbar ul li:before {
    display: none;
  }
  .navbar ul {
    text-align: left;
  }
  .navbar ul {
    display: block;
    padding: 10px 0 0 !important;
  }
  .navbar ul li {
    padding: 0px 0 0px 0;
    font-size: 18px;
  }
  .slide-btn b {
    height: 25px;
    width: 16px;
  }
  .slide-btn b span {
    height: 20px;
    margin: 3px 0px 0 -5px;
    width: 16px;
  }
  .carousel-control-next b span {
    margin: 3px 0px 0 0px;
    width: 1rem;
  }
  .other-services1 {
    width: 33.333%;
  }
  .topservices-heading img {
    position: relative;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
  }
  .banner-content i {
    font-size: 18px;
  }
  .banner-content ul li {
    display: block;
  }
  .center-content-about {
    padding: 0 0;
  }
  .image-left-about img {
    margin: 10px 0 0;
    border: 3px solid #ffb900;
    width: auto;
  }
  .img-lefttt img {
    margin: 0;
    width: auto;
  }
  .banner-content {
    width: 100%;
    margin: 10px 0 0 0px;
  }
  .topservices-heading strong {
    font-size: 47px;
  }
  .topservices-4 a {
    padding: 7px 15px;
    font-size: 13px;
  }
  .services-contact a {
    padding: 7px 15px;
    font-size: 13px;
    display: block;
    margin: 4px 0 0;
  }
  .footer-contact2 p {
    font-size: 50px;
  }
  .counter-1 {
    width: 50%;
  }
  .main-content {
    padding: 0 10px;
  }
  .main-content span {
    border-radius: 10px;
    padding: 7px 13px 6px;
    font-size: 20px;
  }
  .main-content p {
    text-align: left;
  }
  .hide-area {
    display: none;
  }

  .icon-fixed-mobile {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main > div {
  padding-bottom: 0px !important;
}
  .social-links-new{
    justify-content: center;
  }
  .social-links{
    justify-content: center;
  }
  .footer-menu .column > *:last-child{
    margin-bottom: 16px;
  }
  .footer-menu h4{
    font-size: 20px;
  }
  .footer-menu .container{
    display: block;
  }
  .gallery-2{
    border: 2px solid #000;
  }
  .testimonial-track:hover {
  animation-play-state: paused;
}
  .testimonials3 strong {
    font-size: 14px;
  }
  .testimonials1 {
    flex: 0 0 100vw; /* 1 card per screen */
    width: 100vw;
  }
  .testimonials{
    padding: 40px 0 40px;
  }
  .topservices-section{
    padding: 30px 0;
  }
  .services-section{
    padding: 20px 0 40px;
  }
  .services-section .topservices-heading strong{
    font-size: 30px;
  }
  .image-left-about img{
    display: none;
  }
  .img-lefttt img{
    display: none;
  }
  .main-content ul li:after{
    height: 25px;
    width: 25px;
  }
  .main-content ul li:before{
    height: 30px;
    width: 30px;
    line-height: 30px;
    top: 2px;
    left: 3px;
  }
  .main-content ul li{
    line-height: 19px;
    font-size: 14px;
  }
  .main-content span{
    font-size: 14px;
  }
  .maincontent-section{
    padding: 30px 0 30px;
  }
  .toggle-icon{
    display: block;
  }
  .hide-for-mobile{
    display: none;
  }
  .fixed-top{
    display: none;
  }
  .head-line-service a{
    display: none;
  }
  .head-line strong {
    font-size: 20px;
    display: inline-block;
  }
  .head-line p {
    font-size: 18px;
    display: inline-block;
    border-left: 1px solid #dd2d64;
    padding: 0 0 0 4px;
  }
  .head-line strong img {
    height: 40px;
  }
  .head-logo1 {
    text-align: center;
  }
  .head-contact {
    text-align: center;
  }
  .head-line-service strong {
    font-size: 14px;
    display: inline-block;
  }
  .head-line-service marquee {
    display: none;
  }
  .head-line-service ul {
    display: none;
  }
  .navbar ul li:before {
    display: none;
  }
  .navbar ul {
    text-align: left;
  }
  .navbar ul {
    display: block;
    padding: 10px 0 0 !important;
  }
  .navbar ul li {
    padding: 0px 0 0px 0;
    font-size: 18px;
  }
  .other-services1 {
    width: 33.333%;
  }
  .topservices-heading img {
    position: relative;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
  }
  .img-lefttt img {
    margin: 0;
    width: 50%;
  }
  .banner-content {
    width: 50%;
    margin: 0px 0 0 10px;
  }
  .img-lefttt {
    display: flex;
  }
  .banner-content i {
    font-size: 18px;
  }
  .banner-content ul li {
    display: block;
  }
  .center-content-about {
    padding: 0 0;
  }
  .image-left-about img {
    margin: 10px 0 0;
    border: 3px solid #ffb900;
  }
  .topservices-heading strong {
    font-size: 58px;
  }
  .topservices-4 a {
    padding: 7px 15px;
    font-size: 13px;
  }
  .services-contact a {
    padding: 7px 15px;
    font-size: 13px;
  }
  .hide-area {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navbar ul li {
    padding: 4px 25px 4px 25px;
  }
  .head-line-service p {
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 7px;
    margin: 10px 0 0;
  }
  .head-line-service ul li:last-child {
    display: none;
  }
  .head-contact ul li b a {
    padding: 6px 15px 4px;
    font-size: 15px;
  }
  .head-contact ul li a span svg {
    height: 22px;
    width: 22px;
  }
  .head-contact ul li a {
    font-size: 20px;
  }
  .head-contact ul aside {
    padding: 0 0px 0 1px;
  }
  .topservices-4 a {
    padding: 7px 15px;
    font-size: 13px;
  }
  .services-contact a {
    padding: 7px 15px;
    font-size: 13px;
  }
  .banner-content i {
    font-size: 18px;
  }
  .banner-content ul li {
    display: block;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1340px) {
  .navbar .navbar-collapse {
    justify-content: center !important;
  }
  .navbar ul li {
    padding: 4px 25px 4px 25px;
  }
  .head-line-service p {
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 7px;
    margin: 10px 0 0;
  }
  .head-line-service ul li:last-child {
    display: none;
  }
  .head-contact ul li b a {
    padding: 6px 15px 4px;
    font-size: 15px;
  }
  .head-contact ul li a span svg {
    height: 22px;
    width: 22px;
  }
  .head-contact ul li a {
    font-size: 20px;
  }
  .head-contact ul aside {
    padding: 0 0px 0 1px;
  }
  .other-services2 span {
    font-size: 18px;
  }
  .banner-content i {
    font-size: 18px;
  }
}

@media (max-width: 575px) and (min-width: 0px) {
    .main > div {
  padding-bottom: 0px !important;
}
  .social-links-new{
    justify-content: center;
  }
  .social-links{
    justify-content: center;
  }
  .footer-menu .column > *:last-child{
    margin-bottom: 16px;
  }
  .footer-menu h4{
    font-size: 20px;
  }
  .footer-menu .container{
    display: block;
  }
  .gallery-2{
    border: 2px solid #000;
  }
  .testimonial-track:hover {
  animation-play-state: paused;
}
  .testimonials3 strong {
    font-size: 14px;
  }
  .testimonials1 {
    flex: 0 0 100vw; /* 1 card per screen */
    width: 100vw;
  }
  .testimonials{
    padding: 40px 0 40px;
  }
  .topservices-section{
    padding: 30px 0;
  }
  .services-section{
    padding: 20px 0 40px;
  }
  .services-section .topservices-heading strong{
    font-size: 30px;
  }
  .image-left-about img{
    display: none;
  }
  .img-lefttt img{
    display: none;
  }
  .main-content ul li:after{
    height: 25px;
    width: 25px;
  }
  .main-content ul li:before{
    height: 30px;
    width: 30px;
    line-height: 30px;
    top: 2px;
    left: 3px;
  }
  .main-content ul li{
    line-height: 19px;
    font-size: 14px;
  }
  .main-content span{
    font-size: 14px;
  }
  .maincontent-section{
    padding: 30px 0 30px;
  }
  .toggle-icon{
    display: block;
  }
  .hide-for-mobile{
    display: none;
  }
  .fixed-top{
    display: none;
  }
  .head-line-service a{
    display: none;
  }
  .head-contact ul li b a {
    padding: 6px 11px 4px;
    font-size: 15px;
  }
  .head-contact ul li a span svg {
    height: 22px;
    width: 22px;
  }
  .head-contact ul li a {
    font-size: 22px;
  }
  .head-contact ul aside {
    padding: 0;
  }
  .head-line-service p {
    padding: 4px 14px;
    display: block;
    font-size: 14px;
    margin: 0 auto 0 0;
    width: fit-content;
  }
  .other-services1 {
    width: 50%;
    padding: 5px;
  }
  .other-services2 span {
    font-size: 15px;
  }
  .topservices-heading strong {
    font-size: 42px;
  }
  .topservices-heading p {
    font-size: 14px;
  }
  .footer-contact2 a {
    padding: 0px 20px 0px;
  }
  .footer-contact2 p {
    font-size: 43px;
  }
  .head-line p {
    border: 0;
    font-size: 15px;
  }
}
@media (max-width: 420px) and (min-width: 0px) {
  .main > div {
  padding-bottom: 0px !important;
}
  .social-links-new{
    justify-content: center;
  }
  .social-links{
    justify-content: center;
  }
  .footer-menu .column > *:last-child{
    margin-bottom: 16px;
  }
  .footer-menu h4{
    font-size: 20px;
  }
  .footer-menu .container{
    display: block;
  }
  .gallery-2{
    border: 2px solid #000;
  }
  .testimonial-track:hover {
  animation-play-state: paused;
}
  .testimonials3 strong {
    font-size: 14px;
  }
  .testimonials1 {
    flex: 0 0 100vw; /* 1 card per screen */
    width: 100vw;
  }
  .testimonials{
    padding: 40px 0 40px;
  }
  .topservices-section{
    padding: 30px 0;
  }
  .services-section{
    padding: 20px 0 40px;
  }
  .services-section .topservices-heading strong{
    font-size: 30px;
  }
  .image-left-about img{
    display: none;
  }
  .img-lefttt img{
    display: none;
  }
  .main-content ul li:after{
    height: 25px;
    width: 25px;
  }
  .main-content ul li:before{
    height: 30px;
    width: 30px;
    line-height: 30px;
    top: 2px;
    left: 3px;
  }
  .main-content ul li{
    line-height: 19px;
    font-size: 14px;
  }
  .main-content span{
    font-size: 14px;
  }
  .maincontent-section{
    padding: 30px 0 30px;
  }
  .toggle-icon{
    display: block;
  }
  .hide-for-mobile{
    display: none;
  }
  .fixed-top{
    display: none;
  }
  .head-line-service a{
    display: none;
  }
  .navbar-toggler {
    margin: -50px 0px 0 auto !important;
  }
  .head-contact ul aside {
    display: none;
  }
  .head-contact ul li a {
    font-size: 20px;
  }
  .head-line-service a {
    right: -10px;
    top: -6px;
    height: 43px;
    width: 44px;
    line-height: 37px;
    outline: #ffffff solid 0px;
    border: 2px solid #559f1a;
  }
  .head-line-service a .bi {
    width: 23px;
    height: 23px;
  }
  .counter-2 p {
    font-size: 27px;
  }
  .counter-2 span {
    font-size: 12px;
  }
  .topservices-heading strong {
    font-size: 30px;
  }
  .topservices-heading p {
    margin-top: 05px;
  }
  .topservices-heading img {
    top: -10px;
  }
  .other-services2 img {
    height: auto;
  }
  .footer-contact2 p {
    font-size: 33px;
  }
  .other-services2 span {
    font-size: 13px;
  }
}

