/* ======= Basic style ======= */
html,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}

body {
  font-family: "jost", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75em;
  color: #555;
}

p {
  font-family: "Jost", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75em;
  color: #555;
  margin-bottom: 5px;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 21px;
}
h6.sub-title {
  font-size: 18px;
  text-transform: uppercase;
  color: #6d3807;
}
.services__area-five h6.sub-title {
  color: #6d3807;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  line-height: 1.5em;
  margin: 0 0 15px 0;
  color: #000;
}

img {
  width: 100%;
  height: auto;
}

img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #f4f4f4;
}

span,
a,
a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
li {
  font-size: 17px;
}

b {
  font-weight: 400;
  color: #555;
}

/* text field */
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
  outline: none;
}

input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
  max-width: 100%;
  margin-bottom: 10px;
  /* padding: 15px 0; */
  height: auto;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0 0 1px;
  border-style: solid;
  display: block;
  width: 100%;
  line-height: 1.5em;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  background-image: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input:focus,
textarea:focus {
  border-bottom-width: 1px;
  border-color: #c6321b;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 1.75em;
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
  background: #fff;
  border: none;
}

input[type="submit"]:hover {
  background-color: #f4f4f4;
  color: #555;
  border: none;
}

select {
  padding: 10px;
  border-radius: 5px;
}

table,
th,
tr,
td {
  border: 1px solid #f4f4f4;
}

th,
tr,
td {
  padding: 10px;
}

input[type="radio"],
input[type="checkbox"] {
  display: inline;
}

/* placeholder */
::-webkit-input-placeholder {
  color: #555;
  font-size: 16px;
  font-weight: 400;
}

/* Top head style start */
.top-head {
  background: #361b00;
  height: 60px;
  line-height: 60px;
  position: relative;
  z-index: 1;
}

.top-head .top-area {
  display: flex;
}
.top-head .top-area li {
  display: flex;
}
.top-head .top-area li:first-child {
  padding-right: 30px;
}
.top-head .top-area li:last-child {
  padding-left: 30px;
}
#google_translate_element span {
  display: none !important;
}
.goog-te-gadget .goog-te-combo {
  margin: 4px 0;
  border: 2px solid #b03333;
  color: #b03333;
  font-weight: bold;
  font-size: 16px;
}

.top-head .top-area li a,
.top-head .top-area li p {
  padding-left: 7px;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
.top-head .top-area li p {
  padding-top: 14px;
}

.top-head .top-area li i {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 13px;
  font-size: 17px;
  width: 34px;
  height: 34px;
  color: #d4aa20;
}
.top-head .social-media,
.top-head .social-media li {
  display: flex;
  justify-content: end;
}
.top-head .social-media li {
  margin-left: 15px;
}

.top-head .social-media li a i {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  margin-top: 10px;
  font-size: 19px;
}
.top-head .social-media li.fb a i {
  background: linear-gradient(15deg, #0c58ba, #1877f2);
}
.top-head .social-media li.insta a i {
  background: linear-gradient(-180deg, #7f0bfd, #fe017e, #ffc700);
}
.top-head .social-media li.yt a i {
  background: #d20f0f;
}
.top-head .social-media a {
  text-decoration: none;
}
/* Top Head style end */
/* Nav section style start */
.logo {
  position: relative;
  z-index: 99;
  display: none;
}
.logo img {
  width: 80%;
  padding-left: 12px;
  margin-top: 20px;
}
.logo::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 190px;
  height: 150px;
  background: #fff;
  border-radius: 0 0 80px 80px;
  box-shadow: 0 0 10px #0000003b;
  z-index: -1;
  display: none;
}
.nav-section .navbar ul li a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  color: #361b00;
  font-family: "Jost", sans-serif;
}
.nav-section .navbar ul li ul li a {
  color: #361b00;
}
.sticky .navbar ul li a {
  color: #fff;
}
.nav-section .navbar ul li {
  padding-right: 10px;
}
.nav-section .navbar ul li a.main-btn {
  margin-top: 0;
  font-size: 14px;
  padding: 10px 20px;
  background: #361b00;
  color: #fff;
}
.nav-section .navbar ul li .nav-btn {
  text-decoration: none;
  background: #361b00;
  padding: 8px 14px;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  border: 2px solid #361b00;
  transition: 0.5s;
}
.nav-section .navbar ul li .nav-btn:hover {
  background: transparent;
  color: #361b00;
}

.nav-section .navbar ul li a.main-btn::before {
  background: #0c7908;
}

.nav-section .navbar .dropdown .dropdown-menu li {
  border-bottom: 1px solid #e5e3e3;
  padding: 5px 0;
  transition: 0.5s;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background: #361b00 !important;
  color: #fff !important;
}
.navbar-brand img {
  width: 166px;
}
/* .nav-section .navbar .dropdown .dropdown-menu li:hover a {
  color: #fff;
} */
.nav-section .navbar .dropdown .dropdown-menu li:last-child {
  border: none;
}

.nav-section .navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .show > .nav-link {
  color: #5e3004;
  font-weight: bold;
  border-bottom: 2px solid #000;
  transition: 0.5s;
}
.dropdown-item.active,
.dropdown-item:active {
  background: #361b00 !important;
  color: #fff !important;
}

.nav-section .navbar form p {
  width: 100%;
  margin-bottom: 0;
  padding-top: 5px;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
  color: #f25c27;
}
.nav-section .navbar form .form-select {
  width: 50%;
  margin-left: 20px;
  background-image: url(../img/dw.png) !important;
}
.call-area {
  background: #f25c27;
  border-radius: 6px;
}
.call-area a {
  color: #fff !important;
}
.call-area i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  color: #000000;
  text-align: center;
  line-height: 30px;
  margin-right: 10px;
  font-size: 15px;
}

/* Nav section style end */

/* usp style start */
.feature-promo {
  padding: 60px 0;
  background: linear-gradient(to right, #d8d8d8, #fffdfd, #d8d8d8);
}
.feature-promo h2,
.feature-promo p,
.feature-promo h3 {
  color: #826547;
}
.feature-promo h3 {
  font-weight: 700;
}

.feature-icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  background: #5e3004;
}
.feature-icon svg {
  color: #fed700;
}
.bg-primary {
  background-color: #175cff !important;
}
.fa-2x {
  font-size: 2em;
}
.icon-center {
  margin: 0 auto 32px;
  border-radius: 10px;
}
/* software utilize style start */
.software-utilize {
  padding: 60px 0;
  /* background: linear-gradient(45deg, #bf8b0f, #f6c95e); */
  background: #fed700;
}
.cta-left-info {
  width: 65%;
}
.cta-left-info h3 {
  color: #361b00;
}
.cta-left-info p {
  color: #5e3004;
}
.software-utilize .action-btns .action-btn {
  background: #361b00;
  color: #ffffff;
  font-weight: 600;
  padding: 10px 20px;
  border: 2px solid #361b00;
  transition: 0.5s;
}
.software-utilize .action-btns .action-btn:hover {
  background: transparent;
  color: #fff;
}
.cta-img {
  width: 35% !important;
  right: 0;
  bottom: -61px;
}
/* image-feature style start */
.image-feature {
  padding: 60px 0;
  background: linear-gradient(to right, #d8d8d8, #fffdfd, #d8d8d8);
}
.image-feature .feature-img-content h2,
.image-feature .feature-img-content p {
  color: #826547;
}

/* banner style start */
.banner-sec {
  margin-top: -141px;
  position: relative;
  background: #fed700;
  height: 625px;
}
.banner-sec .owl-carousel {
  display: block !important;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.carousel-inner {
  position: relative;
  /* z-index: 1; */
}
.banner-sec .banner-slide .item {
  position: relative;
}
.banner-sec .banner-slide .item img {
  display: none;
}
.banner-sec .banner-slide .item .slide-content {
  margin-top: 52px;
}
.banner-sec .banner-slide .item .banner-content {
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 100px 50px;
}
.banner-sec .banner-slide .item .banner-content .banner-para {
  width: 80%;
}

.banner-sec .banner-slide .item .banner-content img {
  display: block;
}
.banner-sec .banner-slide .item .slide-content h1 {
  font-size: 56px;
  font-weight: 700;
  color: #5e3004;
}
.banner-sec .banner-slide .item .slide-content p {
  color: #5e3004;
  padding-top: 20px;
}
.banner-sec .banner-slide .item .slide-content h1 span {
  color: #5e3004;
}

.banner-sec .banner-slide .item .slide-content .slide-btn {
  background: #5e3004;
  color: #ffffff;
  font-weight: 600;
  padding: 10px 20px;
  border: 2px solid #5e3004;
  transition: 0.5s;
  text-decoration: none;
  border-radius: 6px;
}
.banner-sec .banner-slide .item .slide-content .slide-btn:hover {
  background: transparent;
  color: #fff;
}

.banner-sec .owl-carousel .owl-nav button.owl-prev {
  top: 50%;
  left: 2%;
  display: none;
}
.banner-sec .owl-carousel .owl-nav button.owl-next {
  top: 50%;
  right: 2%;
  display: none;
}

.banner-sec .owl-carousel .item .content-area {
  position: absolute;
  top: 14%;
  left: 50%;
  z-index: 9;
  transform: translateX(-50%);
  width: 84%;
}
.banner-sec .owl-carousel .item::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  /* background: #00000073; */
}

.banner-sec .banner-btn-area .call-btn {
  background: #061075;
  color: #fff;
}
.banner-btn-area .main-btn {
  margin-left: 0;
}
.banner-btn {
  text-transform: uppercase;
}

.banner-sec .owl-carousel .carousel-caption {
  position: absolute;
  right: 12% !important;
  top: 14%;
  left: 12% !important;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left !important;
  z-index: 99999;
}
.carousel-item {
  position: relative;
  height: 600px;
  display: block !important;
}

.carousel-caption {
  padding-left: 20px;
}

.carousel-caption h4 {
  padding: 10px;
  font-weight: 800;
  width: 43%;
  color: #ffffff;
  text-align: left;
  text-transform: uppercase;
}

.carousel-caption h2 {
  color: #fff;
  text-align: left;
  font-size: 60px;
  font-weight: 700;
  display: table;
  /* padding: 8px; */
}
.carousel-caption h2 span {
  color: #f6c95e;
  text-shadow: 2px 2px 0px #fff, 2px 2px 0px #fff;
}

.carousel-caption p {
  text-align: left;
  font-size: 18px;
  color: #fff;
  line-height: 27px;
}
.carousel-caption h2 span {
  color: #fa5f13;
}
.banner-sec .banner-count {
  position: absolute;
  right: 100px;
  bottom: 0;
  background: #ff3d33;
  width: 32%;
  z-index: 99;
  padding: 15px;
  border-radius: 10px 10px 0 0;
  border: 7px solid #fff;
}

.banner-count .count-area .count-icon {
  width: 70px;
  height: 70px;
  text-align: center;
  margin: auto;
  padding: 16px;
  background: #fff;
  border-radius: 50%;
}
.banner-count .count-area .count-icon img {
  filter: brightness(0) saturate(100%) invert(12%) sepia(69%) saturate(3558%)
    hue-rotate(226deg) brightness(99%) contrast(97%);
}
.banner-count .count-area .count-number h3 {
  font-weight: 800;
  margin-bottom: 0;
  padding-top: 10px;
}
.banner-count .count-area .count-number p {
  color: #fff;
}
/* banner style end */

/*=============================
	07. Services
===============================*/
.services-bg {
  background-size: cover;
  background-position: center;
  padding: 120px 0;
}
@media (max-width: 767.98px) {
  .services-bg {
    padding: 100px 0;
  }
}

.services__bg-five {
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .services__bg-five {
    padding: 60px 0 42px;
  }
}
.services__bg-five.home-9 {
  border-radius: 32px;
  /* background: linear-gradient(to bottom, #bf8b0f, #f6c95e); */
  background: #fed700;
  max-width: 96%;
  margin: 0 auto;
  position: relative;
}
.services__bg-five.home-9 span.sub-title {
  color: #f6c95e;
  font-weight: 700;
}

.services__bg-five.home-9 .section-title h2 {
  color: #5e3004 !important;
  margin-bottom: 40px;
}
.services__bg-five.home-9 .services-item:hover {
  box-shadow: none;
  transform: translateY(-3px);
}
@media (max-width: 767.98px) {
  .services__bg-five.home-9 {
    max-width: 100%;
  }
}
.services__bg-five.home-9 .shape-1 {
  position: absolute;
  left: 50px;
  bottom: 100px;
}
.services__bg-five.home-9 .shape-2 {
  position: absolute;
  right: 100px;
  top: 170px;
  animation: rightToLeft 4s infinite linear;
}
.services__area-two {
  background: var(--tg-theme-primary-600);
  padding: 120px 0 90px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .services__area-two {
    padding: 100px 0 70px;
  }
}
.services-item-wrap .row {
  --bs-gutter-x: 24px;
}
.services-item {
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin-bottom: 30px;
}
.services-item:hover {
  box-shadow: 0px 4px 30px 0px #cfdee4;
}

.services__item-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 22px;
}
.services__item-top .title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .services__item-top .title {
    font-size: 20px;
  }
}
.services__item-wrap-two
  .row
  [class*="col-"]:nth-child(odd)
  .services__item-five {
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  .services__item-wrap-two
    .row
    [class*="col-"]:nth-child(odd)
    .services__item-five {
    margin-top: 0;
  }
}
.services-thumb {
  -webkit-border-radius: 10px 10px 0 100px;
  -moz-border-radius: 10px 10px 0 100px;
  -o-border-radius: 10px 10px 0 100px;
  -ms-border-radius: 10px 10px 0 100px;
  border-radius: 10px 10px 0 100px;
  overflow: hidden;
  position: relative;
}
.inner-service {
  background: #ffe34740 !important;
  width: 100%;
  max-width: 100% !important;
}

.inner-service .services-thumb {
  border-radius: 0;
  margin-bottom: 40px;
  transition: 0.5s;
}
.inner-service .services-thumb .services-content {
  position: absolute;
  bottom: -115px;
  left: 0;
  background: #fff;
  transition: 0.5s;
  padding: 10px 30px 30px;
}
.inner-service .security-cont {
  padding-top: 100px;
}
.inner-service .security-cont h1 {
  color: #826547;
}

.inner-service .security-cont p {
  color: #2e2e2e;
}
.inner-service .services-thumb .services-content p {
  text-align: center;
}
.inner-service .services-thumb:hover .services-content {
  bottom: 0;
  padding: 20px 30px 30px;
}
.inner-service .services-thumb .services-content .title {
  text-align: center;
}

.services-thumb a {
  width: 100%;
}
.services-thumb img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}
.services__thumb-four {
  width: 337px;
  flex: 0 0 auto;
}
@media (max-width: 1199.98px) {
  .services__thumb-four {
    width: 300px;
  }
}
@media (max-width: 991.98px) {
  .services__thumb-four {
    width: 100%;
  }
}
.services__thumb-four img {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  height: 380px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .services__thumb-four img {
    height: 340px;
  }
}
.services__icon-two {
  font-size: 60px;
  line-height: 0;
  color: var(--tg-theme-secondary-500);
  display: inline-block;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  margin-bottom: 20px;
}
.services__icon-three {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: var(--tg-theme-primary-50);
  border: 1px solid var(--tg-color-gray-2);
  flex: 0 0 auto;
  line-height: 0;
  font-size: 42px;
  color: var(--tg-theme-primary-500);
  position: relative;
}
.services__icon-three i {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.services__icon-three::before {
  content: "";
  position: absolute;
  right: -18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3px;
  height: 40px;
  background: #dce7ec;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.services__icon-five {
  position: relative;
  z-index: 1;
  color: var(--tg-theme-secondary-500);
  font-size: 45px;
  line-height: 0;
  display: inline-block;
  margin-bottom: 50px;
}
.services__icon-shape .shape {
  position: absolute;
  z-index: -1;
}
.services__icon-shape .shape:nth-child(1) {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.services__icon-shape .shape:nth-child(1) svg {
  color: var(--tg-color-yellow-light);
}
.services__icon-shape .shape:nth-child(2) {
  left: -2px;
  bottom: -13px;
}
.services__icon-shape .shape:nth-child(2) svg {
  color: var(--tg-theme-secondary-500);
}
.services__icon-shape .shape:nth-child(3) {
  left: 50px;
  top: -18px;
}
.services__icon-shape .shape:nth-child(3) svg {
  color: var(--tg-theme-secondary-500);
}
.services-content {
  padding: 30px 30px 30px;
  position: relative;
}

.services-content .icon {
  width: 70px;
  height: 70px;
  padding: 13px;
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  line-height: 0;
  border: 3px solid #361b00;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 30px;
  top: -55px;
  z-index: 2;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.services-content .title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #826547;
  transition: 0.5s;
}
.services-content .title a {
  text-decoration: none;
  color: #361b00;
}

.services-content p {
  margin-bottom: 22px;
  color: #826547;
}
.services-content .btn {
  background: #361b00;
  color: #fff;
  padding: 10px 20px;
  border: 2px solid #361b00;
  transition: 0.5s;
}
.services-content .btn:hover {
  color: #361b00;
  background: transparent;
}
.services__content-two .title {
  color: #fff;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
}
.services__content-two p {
  margin-bottom: 25px;
  color: #ecf6fa;
}
.services__content-two .btn {
  background: #2e328b;
  color: #9597c8;
  padding: 16px 20px;
}
.services__content-two .btn::before {
  background: var(--tg-color-white-default);
}
.services__content-two .btn::after {
  color: #fff;
}
.services__content-two .btn:hover {
  color: var(--tg-theme-primary-500);
}
.services__content-two .btn:hover::after {
  color: var(--tg-theme-primary-500);
}
.services__content-three p {
  margin-bottom: 25px;
}
.services__content-three .btn {
  background: var(--tg-color-yellow-light);
  color: var(--tg-theme-secondary-500);
}
.services__content-three .btn:hover {
  color: var(--tg-color-white-default);
}
.services__content-four .title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 1199.98px) {
  .services__content-four .title {
    font-size: 26px;
  }
}
.services__content-four p {
  margin-bottom: 20px;
}
.services__content-four .about__list-box {
  margin-bottom: 20px;
}
.services__content-four .about__list-box li i {
  font-size: 15px;
}
.services__content-four .btn {
  background: var(--tg-theme-primary-50);
  color: var(--tg-theme-primary-500);
}
.services__content-four .btn:hover {
  color: var(--tg-color-white-default);
}
.services__content-five .title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}
.services__content-five p {
  margin-bottom: 25px;
}
.services__content-five .btn {
  background: var(--tg-theme-primary-50);
  color: var(--tg-theme-primary-500);
  padding: 16px 24px;
}
.services__content-five .btn:hover {
  color: var(--tg-color-white-default);
}
.services-bottom-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .services-bottom-content {
    flex-wrap: wrap;
    text-align: center;
  }
}
.services-bottom-content p {
  margin-bottom: 0;
}
.services__tab-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 30px;
}
@media (max-width: 767.98px) {
  .services__tab-wrap {
    flex-wrap: wrap;
  }
}
.services__tab-wrap .nav-tabs {
  border-bottom: none;
  margin-bottom: 0;
  flex-direction: column;
  width: 330px;
}
@media (max-width: 1199.98px) {
  .services__tab-wrap .nav-tabs {
    width: 270px;
  }
}
@media (max-width: 767.98px) {
  .services__tab-wrap .nav-tabs {
    width: auto;
    justify-content: center;
    flex-direction: row;
  }
}
.services__tab-wrap .nav-item {
  margin-bottom: 5px;
}
.services__tab-wrap .nav-item:last-child {
  margin-bottom: 0;
}
.services__tab-wrap .nav-link {
  border: none;
  background: linear-gradient(
    90deg,
    #3b3d9a 13.19%,
    rgba(44, 46, 143, 0.54) 100%
  );
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin: 0;
  gap: 11px;
  font-size: 20px;
  font-weight: 600;
  font-family: var(--tg-heading-font-family);
  color: #fff;
  padding: 15px 55px 15px 25px;
  position: relative;
  width: 330px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 1199.98px) {
  .services__tab-wrap .nav-link {
    width: 270px;
    font-size: 18px;
    padding: 15px 45px 15px 20px;
  }
}
.services__tab-wrap .nav-link i {
  font-size: 40px;
  line-height: 0;
  color: var(--tg-theme-secondary-500);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 1199.98px) {
  .services__tab-wrap .nav-link i {
    font-size: 35px;
  }
}
.services__tab-wrap .nav-link::after {
  content: "\f10a";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: flaticon;
  font-weight: 500;
  font-size: 24px;
  line-height: 0;
}
.services__tab-wrap .nav-link.active {
  background: var(--tg-theme-secondary-500);
  color: var(--tg-color-white-default);
}
.services__tab-wrap .nav-link.active i {
  color: #fff;
}
.services__shape-wrap img {
  position: absolute;
  z-index: -1;
}
.services__shape-wrap img:nth-child(1) {
  left: 0;
  bottom: 0;
}
@media (max-width: 991.98px) {
  .services__shape-wrap img:nth-child(1) {
    width: 200px;
  }
}
.services__shape-wrap img:nth-child(2) {
  right: 0;
  top: 0;
}
@media (max-width: 991.98px) {
  .services__shape-wrap img:nth-child(2) {
    width: 200px;
  }
}
.services__shape-wrap-two img {
  position: absolute;
  z-index: -1;
}
.services__shape-wrap-two img:nth-child(1) {
  left: 0;
  top: 0;
}
@media (max-width: 767.98px) {
  .services__shape-wrap-two img:nth-child(1) {
    width: 200px;
  }
}
.services__shape-wrap-two img:nth-child(2) {
  right: 0;
  bottom: 0;
}
@media (max-width: 767.98px) {
  .services__shape-wrap-two img:nth-child(2) {
    width: 200px;
  }
}
.services__details-area {
  padding: 120px 0;
}
@media (max-width: 767.98px) {
  .services__details-area {
    padding: 100px 0;
  }
}
.services__details-wrap .row .col-70 {
  width: 70.4%;
  flex: 0 0 auto;
}
@media (max-width: 991.98px) {
  .services__details-wrap .row .col-70 {
    width: 100%;
  }
}
.services__details-wrap .row .col-30 {
  width: 29.6%;
  flex: 0 0 auto;
}
@media (max-width: 991.98px) {
  .services__details-wrap .row .col-30 {
    width: 100%;
  }
}
.services__details-thumb {
  margin-bottom: 35px;
}
@media (max-width: 767.98px) {
  .services__details-thumb {
    margin-bottom: 25px;
  }
}
.services__details-thumb img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  min-height: 250px;
  object-fit: cover;
}
.services__details-thumb-two {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .services__details-thumb-two {
    margin-bottom: 30px;
  }
}
.services__details-content > .title {
  margin-bottom: 22px;
  font-size: 40px;
  font-weight: 600;
  text-transform: capitalize;
}
@media (max-width: 1199.98px) {
  .services__details-content > .title {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .services__details-content > .title {
    font-size: 32px;
  }
}
.services__details-content > p {
  margin-bottom: 20px;
}
.services__details-content > p.last-info {
  margin-bottom: 0;
}
.services__details-content .title-two {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  .services__details-content .title-two {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .services__details-content .title-two {
    font-size: 28px;
  }
}
.services__details-content-two > .title {
  font-size: 36px;
}
@media (max-width: 1199.98px) {
  .services__details-content-two > .title {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .services__details-content-two > .title {
    font-size: 30px;
  }
}
.services__details-top {
  margin-bottom: 30px;
}
.services__details-top .row .col-49 {
  width: 48.9%;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .services__details-top .row .col-49 {
    width: 100%;
  }
}
.services__details-top .row .col-51 {
  width: 51.1%;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .services__details-top .row .col-51 {
    width: 100%;
  }
}
.services__details-top-content .title {
  margin-bottom: 15px;
  font-size: 40px;
}
@media (max-width: 1199.98px) {
  .services__details-top-content .title {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .services__details-top-content .title {
    font-size: 32px;
  }
}
.services__details-top-content p {
  margin-bottom: 15px;
}
.services__details-list {
  margin: 35px 0 10px;
}
.services__details-list-two {
  margin: 25px 0 10px;
}
.services__details-list-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  -webkit-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #e5e7e8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 30px 30px;
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .services__details-list-box {
    gap: 15px;
    padding: 30px 25px;
    flex-wrap: wrap;
  }
}
.services__details-list-box .icon {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-theme-secondary-500);
  flex: 0 0 auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  color: var(--tg-color-white-default);
  font-size: 50px;
  line-height: 0;
}
.services__details-list-box .icon i {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.services__details-list-box .content .title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.services__details-list-box .content p {
  margin-bottom: 0;
}
.services__details-list-box:hover .icon i {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.services__details-list-box-two {
  -webkit-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.05);
  background: var(--tg-theme-secondary-50);
  border: 1px solid var(--tg-theme-secondary-200);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 30px 30px 30px;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .services__details-list-box-two {
    padding: 30px 18px 30px;
  }
}
@media (max-width: 767.98px) {
  .services__details-list-box-two {
    padding: 30px 30px 30px;
  }
}
.services__details-list-box-two .icon {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-theme-secondary-500);
  color: var(--tg-color-white-default);
  line-height: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto 30px;
  font-size: 40px;
}
.services__details-list-box-two .icon i {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.services__details-list-box-two .content .title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  .services__details-list-box-two .content .title {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .services__details-list-box-two .content .title {
    font-size: 22px;
  }
}
.services__details-list-box-two .content p {
  margin-bottom: 0;
}
.services__details-list-box-two:hover .icon i {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.services__details-list-box-three {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 50px;
}
@media (max-width: 1199.98px) {
  .services__details-list-box-three {
    gap: 14px;
    margin-bottom: 30px;
  }
}
.services__details-list-box-three .icon {
  font-size: 60px;
  line-height: 0;
  color: var(--tg-theme-secondary-500);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: rotateY(0) translateY(3px);
  -moz-transform: rotateY(0) translateY(3px);
  -ms-transform: rotateY(0) translateY(3px);
  -o-transform: rotateY(0) translateY(3px);
  transform: rotateY(0) translateY(3px);
}
.services__details-list-box-three .content .title {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 600;
}
.services__details-list-box-three .content p {
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .services__details-list-box-three .content p br {
    display: none;
  }
}
.services__details-list-box-three:last-child {
  margin-bottom: 0;
}
.services__details-list-box-three:hover .icon {
  -webkit-transform: rotateY(180deg) translateY(3px);
  -moz-transform: rotateY(180deg) translateY(3px);
  -ms-transform: rotateY(180deg) translateY(3px);
  -o-transform: rotateY(180deg) translateY(3px);
  transform: rotateY(180deg) translateY(3px);
}
.services__details-inner {
  margin: 35px 0 30px;
}
.services__details-inner .row .col-44 {
  width: 43.9%;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .services__details-inner .row .col-44 {
    width: 100%;
  }
}
.services__details-inner .row .col-56 {
  width: 56.1%;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .services__details-inner .row .col-56 {
    width: 100%;
  }
}
.services__details-inner-two {
  margin: 80px 0 45px;
}
@media (max-width: 1199.98px) {
  .services__details-inner-two {
    margin: 50px 0 40px;
  }
}
.services__details-inner-two .row .col-48 {
  width: 48.5%;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .services__details-inner-two .row .col-48 {
    width: 100%;
  }
}
.services__details-inner-two .row .col-52 {
  width: 51.5%;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .services__details-inner-two .row .col-52 {
    width: 100%;
  }
}
.services__details-inner-three {
  margin-bottom: 40px;
}
.services__details-inner-four {
  margin: 40px 0 35px;
}
.services__details-inner-four .services__details-inner-content-two p {
  margin-bottom: 25px;
}
.services__details-inner-five {
  margin: 0 0 55px;
}
.services__details-inner-five .services__details-inner-content-three {
  margin: 0 30px 0 0;
}
@media (max-width: 1199.98px) {
  .services__details-inner-five .services__details-inner-content-three {
    margin: 0 0 0 0;
  }
}
@media (max-width: 991.98px) {
  .services__details-inner-five .services__details-inner-content-three {
    margin: 0 0 30px 0;
  }
}
.services__details-inner-five .services__details-list-box {
  padding: 25px 25px;
  margin-bottom: 20px;
}
.services__details-inner-five .services__details-list-box:last-child {
  margin-bottom: 0;
}
.services__details-inner-six {
  margin: 30px 0 40px;
}
.services__details-inner-six .services__details-inner-content-three {
  margin: 0 60px 0 0;
}
@media (max-width: 1199.98px) {
  .services__details-inner-six .services__details-inner-content-three {
    margin: 0 0 0 0;
  }
}
@media (max-width: 991.98px) {
  .services__details-inner-six .services__details-inner-content-three {
    margin: 0 0 30px 0;
  }
}
.services__details-inner-img {
  position: relative;
}
@media (max-width: 767.98px) {
  .services__details-inner-img {
    margin-bottom: 30px;
  }
}
.services__details-inner-img img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  min-height: 230px;
  object-fit: cover;
  width: 100%;
}
.services__details-inner-img .play-btn {
  width: 62px;
  height: 62px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: var(--tg-color-white-default);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: var(--tg-theme-primary-500);
  font-size: 18px;
}
.services__details-inner-img .play-btn:hover {
  background: var(--tg-theme-secondary-500);
  color: var(--tg-color-white-default);
}
.services__details-inner-img-wrap {
  margin: 30px 0 0;
}
.services__details-inner-img-wrap img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 30px;
  width: 100%;
}
.services__details-inner-content .title {
  margin-bottom: 15px;
  font-size: 24px;
  text-transform: capitalize;
}
@media (max-width: 1199.98px) {
  .services__details-inner-content .title br {
    display: none;
  }
}
.services__details-inner-content p {
  margin-bottom: 20px;
}
.services__details-inner-content-two .title {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  .services__details-inner-content-two .title {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .services__details-inner-content-two .title {
    font-size: 28px;
  }
  .contact-sec .call-box {
    margin-bottom: 20px;
  }
  .inner-caption nav {
    display: flex;
    justify-content: center;
  }
}
.services__details-inner-content-two p {
  margin-bottom: 0;
  width: 90%;
}
@media (max-width: 1199.98px) {
  .services__details-inner-content-two p {
    width: 100%;
  }
}
.services__details-inner-content-three {
  margin-left: 30px;
}
@media (max-width: 1199.98px) {
  .services__details-inner-content-three {
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .services__details-inner-content-three {
    margin-top: 30px;
  }
}
.services__details-inner-content-three .title {
  font-size: 30px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .services__details-inner-content-three .title {
    font-size: 28px;
  }
}
.services__details-inner-content-three p {
  margin-bottom: 0;
}
.services__details-inner-graph img {
  -webkit-box-shadow: -7px 7px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -7px 7px 0px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -7px 7px 0px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -7px 7px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -7px 7px 0px 0px rgba(0, 0, 0, 0.1);
  border: 0.8px solid #dadada;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}
.services__sidebar {
  margin-right: 20px;
}
@media (max-width: 1199.98px) {
  .services__sidebar {
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .services__sidebar {
    margin-top: 100px;
  }
}

/* Main button  */
.main-btn {
  text-decoration: none;
  padding: 12px 30px;
  background: #f6c95e;
  border-radius: 7px;
  color: #ffffff;
  font-size: 17px;
  margin-top: 0;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  transition: 1s;
  z-index: 1;
  /* margin-left: 24px; */
  margin-bottom: 10px;
}
.main-btn.book-btn {
  margin-left: 20px;
  background: #000;
}
.main-btn.book-btn::after,
.main-btn.book-btn::before {
  background: #f25c27;
}

.main-btn:hover:after {
  bottom: 70px;
}
.main-btn::before {
  position: absolute;
  content: "";
  bottom: -104px;
  left: -248px;
  width: 232px;
  height: 200px;
  border-radius: 50%;
  background: #061075;
  transition: 0.8s;
  /* transition-delay: 0.6s; */
  z-index: -1;
}
.main-btn:hover:before {
  left: -20px;
}
.main-btn:hover {
  color: #ffffff;
}

/* main button style end */

.owl-next > span.ti-angle-right {
  position: absolute !important;
  line-height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  background: url(../../assets/img/chevron-right.png) no-repeat !important;
  /*filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%)*/
  /* hue-rotate(245deg) brightness(107%) contrast(104%); */
}

.owl-prev > span.ti-angle-left {
  position: absolute !important;
  line-height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  background: url(../../assets/img/chevron-left.png) no-repeat !important;
  /* filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%)
    hue-rotate(245deg) brightness(107%) contrast(104%); */
}

.owl-carousel .owl-nav .owl-next i.norc-small-right,
.owl-carousel .owl-nav .owl-prev i.norc-small-left {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}

.owl-carousel {
  z-index: unset !important;
}

.owl-carousel .owl-nav.disabled {
  display: block !important;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 40px;
  top: 93%;
  width: 60px;
  height: 60px;
  background: #ffffff !important;
  border-radius: 10px;
  box-shadow: 0 0.5rem 1.1rem #00000068;
}
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 44%;
}
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 44%;
}
.owl-carousel .owl-nav button.owl-next span {
  font-size: 60px;
  position: relative;
  z-index: 1;
  color: #fff;
}

.owl-carousel .owl-nav button.owl-prev span {
  font-size: 60px;
  color: #fff;
}
/* owl */

/* learn style start */
.learn-more {
  background: linear-gradient(to bottom, #4e2a1e, #7b3f2d, #a0522d, #d2691e);
  padding: 60px 0;
}
.learn-more .top-area {
  text-align: center;
}
.learn-more .top-area h1,
.learn-more .top-area h5 {
  color: #fff;
}
.learn-more .button-area .btn {
  padding: 7px 20px;
  background: #ffffff;
  color: #000;
  font-weight: 700;
  border-radius: 6px;
  transition: 0.5s;
}
.learn-more .button-area .btn.buy-btn {
  background: #222;
  color: #fff;
  margin-left: 10px;
}

/* emergency-area style start */
.emergency-area {
  padding: 20px 0;
  background: #d4aa20;
}
.another-btn {
  background: #e8b646 !important;
  margin-left: 10px;
}
.emergency-area .emergency-button a {
  background: #a60801;
}
.emergency-area .main-btn {
  padding: 10px 16px;
  font-size: 14px;
}

.emergency-area form {
  position: relative;
  z-index: 1;
  margin-top: 10px;
}
.emergency-cont h4 {
  margin-top: 44px;
  text-align: left;
  color: #000 !important;
}
.emergency-area input {
  float: right;
  height: 56px;
  background-color: #fff;
  transition: 0.5s;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  padding: 7px 20px;
  display: block;
  width: 100%;
  color: #141840;
  font-weight: 300;
  font-size: 15px;
  position: relative;
  z-index: 1;
}
.emergency-area button {
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 0;
  padding: 13.4px 30px;
  font-weight: 500;
  font-size: 19px;
  border-radius: 0 5px 5px 0;
  border: 0;
  background: #361b00;
  color: #ffffff;
}
.subscribe-contact-info {
  display: flex;
  justify-content: left;
  margin-top: 57px;
}
.subscribe-contact-info .subscribe-icon i {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #361b00;
  color: #ffffff;
  font-size: 29px;
  border-radius: 50%;
  text-align: center;
}
.subscribe-contact {
  padding-left: 22px;
}
.subscribe-contact a {
  text-decoration: none;
  color: #000000;
  font-size: 34px;
}
.subscribe-contact a:hover {
  color: #fff;
}

span.subscribe-text {
  font-size: 17px;
  color: #000000;
  display: block;
  text-align: left;
  font-weight: 800;
}
h2.subscribe-phone-number {
  font-size: 26px;
  color: #fff;
  margin-top: 6px;
}

.footer {
  padding: 60px 0;
  background: #bf8b0f;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.footer .footer_logo_area p {
  color: #fff;
  font-size: 18px;
  padding-top: 7px;
  line-height: 26px;
}
.footer-logo {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #fff;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.contact-slide {
  background: #050935;
}
.left-area {
  background: #0c7908;
  padding: 20px 0 20px 0px;
}
.right-area {
  padding: 36px;
}
.footer-contact-sec {
  background: #050935;
  display: flex;
  justify-content: space-around;
  margin-top: 5%;
}
.footer-contact-sec li {
  display: flex;
}
.footer-contact-sec li i {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #081447;
  background: #fff;
  border-radius: 50%;
  margin-right: 20px;
  margin-top: 7px;
}
.footer-contact-sec li a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
.footer-contact-sec li p {
  color: #fff;
  font-weight: 700;
}
.wideget-area h3 {
  border-bottom: 3px solid #5e3004;
  display: inline-block;
  color: #fff;
  padding-bottom: 4px;
  text-transform: uppercase;
  font-size: 23px;
}
.wideget-area ul {
  padding-top: 7px;
}
.wideget-area ul li a {
  text-decoration: none;
  color: #fff;
  padding-bottom: 10px;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  position: relative;
  /* padding-left: 25px; */
  transition: 0.5s;
}
.wideget-area ul li a:hover {
  transform: translateX(10px);
}

.wideget-contact-area ul li i {
  color: #fed700;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 20px;
  margin-bottom: 10px;
  padding-top: 8px;
  width: 30px;
}
.wideget-contact-area ul li p {
  /* font-weight: 600; */
  padding-top: 3px;
}
.wideget-contact-area ul li.facebook i {
  background: linear-gradient(15deg, #0c56b7, #1877f2);
}
.wideget-contact-area ul li.insta i {
  background: linear-gradient(15deg, #fed917, #ef1d8e, #9100db);
}

/* .wideget-contact-area ul li i {
  color: #e55a29;
  padding-top: 6px;
  padding-right: 20px;
  font-size: 28px;
} */
.wideget-contact-area h3 {
  border-bottom: 3px solid #5e3004;
  display: inline-block;
  color: #fff;
  padding-bottom: 4px;
  font-size: 23px;
  text-transform: uppercase;
}
.wideget-contact-area ul {
  padding-top: 7px;
}
.wideget-contact-area ul li p {
  color: #fff;
  font-size: 18px;
}
.wideget-contact-area ul li {
  display: flex;
}
.wideget-contact-area a {
  text-decoration: none;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 18px;
}
.wideget-contact-area a:hover {
  color: #fff;
}
/* footer style end */
/* footer-bottom style start */

.footer-bottom {
  padding: 10px 0;
  background: #956b07;
}
.footer-bottom p {
  padding-top: 10px;
  font-size: 18px;
  margin-bottom: 0;
}
.footer-bottom a {
  color: #e55a29;
  text-decoration: none;
}
.footer-bottom a:hover {
  color: #e55a29;
}

.nav-section main {
  position: relative;
}

.nav-section {
  background: transparent;
  position: relative;
  z-index: 9999;
  height: auto;
  /* padding: 8px 0; */
  /* box-shadow: 1px 7px 5px #0000000d; */
}

.nav-section .navbar {
  padding: 0;
  height: 100px;
  /* background: #f6c95e; */
  border-radius: 5px;
  padding: 0 13px;
}
.nav-section .navbar .navbar-brand {
  width: 400px;
}

.navbar-expand-lg .navbar-nav {
  margin-top: 10px;
}
/*.nav-section .navbar .navbar-brand{*/
/*display: none;*/
/*}*/
.nav-section-scrolled .navbar .navbar-brand {
  display: block;
}
.nav-section-scrolled .navbar .navbar-brand img {
  width: 48%;
}

/* nav close style start */

.nav-open {
  height: 42px !important;
  position: relative;
  width: 48px !important;
}
.nav-open .inner,
.nav-open .inner::before,
.nav-open .inner::after {
  background-color: rgb(255, 255, 255);
  content: "";
  display: block;
  height: 3px;
  width: 22px;
  transition: all 0.5s ease;
}
.nav-open .inner {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.nav-open .inner::before {
  margin-top: -9px;
  position: absolute;
}
.nav-open .inner::after {
  margin-top: 9px;
  position: absolute;
}

.nav-open.nav-close .inner {
  background-color: transparent;
  left: 55%;
}
.nav-open.nav-close .inner::before,
.nav-open.nav-close .inner::after {
  transform: rotate(45deg);
  transform-origin: 0 50%;
  width: 26px;
}
.nav-open.nav-close .inner::after {
  transform: rotate(-45deg);
}

.call_float {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 9999;
}
.call_float a {
  text-decoration: none;
}
.call_float a i {
  width: 50px;
  height: 50px;
  background: #dc0c0c;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 20px;
  transition: 0.5s;
}
/* nav style */

/* navbar edit here */

.main-navigation .dropdown ul {
  border-radius: 0;
  width: 200px;
}

.main-navigation .dropdown ul li {
  margin: 0;
  padding: 0;
  width: 100%;
}

.main-navigation ul li.sub-items:hover > a,
.main-navigation ul li a:hover,
.main-navigation ul li.active > a {
  color: #e7240f;
}
.main-navigation ul li ul li a {
  text-transform: capitalize;
  font-size: 18px;
}

.main-navigation ul li.sub-items > a:before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  font-family: "FontAwesome";
  font-size: 16px;
  transition: 0.3s;
}

.main-navigation ul li.sub-items > a {
  padding-right: 15px;
  position: relative;
}

/*.main-navigation ul li.sub-items:hover>a:before, .main-navigation ul li a:hover:before {transform: translate(0,-50%) rotate(-180deg);transition: 0.3s;}*/
.main-navigation ul li:first-child {
  margin-left: 0;
  padding: 0;
}

.main-navigation ul li ul.sub-menu {
  position: absolute;
  top: 100%;
  left: -15px;
  width: 260px;
  height: auto;
  background: #ffffff;
  box-shadow: 1px 1px 60px rgba(0, 0, 0, 0.1);
  display: none;
  transition: 0.3s;
  z-index: 150;
  border-top: 5px solid #c30201;
}

.main-navigation ul li:hover ul.sub-menu {
  display: block;
  animation: swip_up 0.3s linear 1;
}

@keyframes swip_up {
  from {
    transform: translate(0, 20px);
    opacity: 0;
  }

  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.main-navigation ul li:hover ul.sub-menu li {
  display: block;
  margin: 5px 10px;
  text-align: left;
  padding: 0;
}

.header_area {
  width: 100%;
  border-radius: 10px;
  transition: all 0.3s;
  position: relative;
  background: #ffffff;
  top: 35px;
  z-index: 9;
  padding: 0 15px;
}

.main-navigation ul li ul li a {
  line-height: 40px;
}
.header-menu {
  position: relative;
}

.main-navigation {
  display: inline-block;
  width: 100%;
}

.main-navigation ul {
  list-style: none;
  font-size: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 0;
}

.main-navigation ul li {
  font-size: 16px;
  display: inline-block;
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}

.main-navigation ul li a {
  font-size: 17px;
  line-height: 105px;
  color: #151515;
  transition: 0.3s;
  text-decoration: none;
  cursor: pointer;
  padding: 0;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
.main-navigation ul li a i {
  color: #096dca;
}
.main-navigation ul li a:hover {
  color: #c30201;
}
.main-navigation ul li a i {
  font-size: 27px;
}

.main-navigation .sub-menu li a {
  color: #151515;
}

@keyframes swip_up {
  from {
    transform: translate(0, 20px);
    opacity: 0;
  }

  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

/*==Sticky Header Start==*/
.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 0 0 10px 10px;
  border-bottom: 1px solid #e7240f;
}

/*==Sticky Header End==*/

.toggle-button {
  position: fixed;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  background-color: #c30201;
  text-align: center;
  border: none;
  outline: none;
  display: none;
  z-index: 110;
}

.toggle-button span {
  width: 100%;
  height: 3px;
  background: #ffffff;
  display: block;
  margin: 0 auto 6px auto;
  position: relative;
  top: 0;
  opacity: 1;
  transition: 0.3s;
}

.toggle-button span:last-child {
  margin-bottom: 0;
}

.toggle-menu .toggle-button {
  background-color: #c30201;
}

.toggle-menu .toggle-button span {
  background-color: #ffffff;
}

.toggle-menu .toggle-button span:nth-child(1) {
  transform: rotate(45deg);
  position: relative;
  top: 9px;
}

.toggle-menu .toggle-button span:nth-child(2) {
  opacity: 0;
}

.toggle-menu .toggle-button span:nth-child(3) {
  transform: rotate(-45deg);
  position: relative;
  top: -9px;
}

.nav-scroll {
  background: #fff;
  padding: 0 0 0 0;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-box-shadow: 0px 10px 30px rgb(0 0 0 / 7%);
  box-shadow: 0px 10px 30px rgb(0 0 0 / 7%);
  height: auto;
  border-radius: 0 !important;
}
.nav-scroll .navbar-brand img {
  width: 38%;
}

.nav-scroll .icon-bar {
  color: #fff;
}

.nav-scroll .navbar-nav .nav-link {
  color: #000;
}

.nav-scroll .navbar-nav .logo {
  padding: 15px 0;
  color: #000;
}

.nav-scroll .logo {
  width: 180px;
}

.nav-scroll .logo-img {
  margin-bottom: 0px;
}

.nav-scroll .logo-wrapper .logo h2 {
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 0px;
  display: block;
  width: 100%;
  position: relative;
  color: #fff;
  line-height: 1.25em;
  letter-spacing: 5px;
  display: none;
}

.nav-scroll .logo-wrapper .logo span {
  display: block;
  font-size: 13px;
  color: #555;
  font-weight: 400;
  letter-spacing: 3px;
  display: block;
  margin-top: 3px;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-left: 5px;
  display: none !important;
}

.nav-scroll .logo-wrapper {
  padding: 15px 70px 15px 150px;
  background: #000;
}
.sub-menu {
  position: absolute;
  left: 100%;
  top: -5px;
}
.main-navigation ul.menu {
  display: flex;
  justify-content: end;
}
.navbar-brand img {
  width: 100%;
}

/* =======  Testimonials style ======= */
.testimonials {
  padding: 80px 0;
  background: linear-gradient(to right, #d8d8d8, #fffdfd, #d8d8d8);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.testimonials h2 span {
  color: #df170d;
}
.testimonials .mini-head {
  margin-bottom: 0;
}

.testimonials .para p {
  color: #000;
}
.testi-head h1 {
  color: #826547;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
.testi-head h6,
.testi-head h3 {
  text-align: center;
}
.review-box {
  background: #e9e9e9;
  border-radius: 7px;
  width: 90%;
  margin: auto;
  margin-bottom: 20px;
  padding: 20px;
}
.review-box .google {
  width: 50px;
  height: 50px;
}
.review-box .star i {
  font-size: 23px;
  color: #ffc107;
}
.review-box .review-button {
  margin-top: 10px;
}

.review-box p {
  padding-left: 78px;
  color: #000;
  font-weight: 600;
  font-size: 20px;
}
.review-box .review-button i {
  padding-right: 20px;
}
.review-box .review-button a {
  font-size: 17px;
}
.review-box .review-button a i {
  font-size: 20px;
}

/* testimonials */
.testimonials h5 {
  font-size: 24px;
  margin-bottom: 7px;
}
.testimonials .item .client-desk p.star-para {
  padding-left: 70px;
  color: #000;
  font-size: 17px;
  margin-bottom: 0;
  position: relative;
  top: -10px;
  left: 26px;
}
.testimonials .item .quote img {
  filter: brightness(0) saturate(100%) invert(39%) sepia(24%) saturate(679%)
    hue-rotate(348deg) brightness(96%) contrast(87%);
}

.testimonials .item .client-desk .cont {
  position: relative;
  text-align: center;
  top: 37px;
}
.testimonials .item .client-desk .google {
  padding-top: 10px;
}

.testimonials .item .client-desk .cont h6 {
  margin-bottom: 0;
  text-align: center;
  color: #826547;
  font-weight: 700;
  line-height: 30px !important;
  font-size: 25px;
}
.testimonials .item .client-desk .cont h6 span {
  color: #6b6b6b;
}
.rating {
  padding-left: 18px;
}

.testimonials .item .client-desk .star i {
  color: #ffc107;
}
.testimonials-box .head-box h6 {
  position: relative;
  font-weight: 400;
  color: #555;
  font-size: 19px;
  margin-bottom: 0px;
  padding-left: 50px;
}
.testimonials .item .client-desk .info {
  display: flex;
  justify-content: center;
  background: #f6c95e;
  position: relative;
}
.quote-area {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 10px solid #032f5e;
}
.quote {
  width: 95px;
}
.testimonials .item {
  width: 86%;
  height: auto;
  padding: 10px 0 0;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: -1px 0rem 5rem #00000012;
  margin: auto;
  position: relative;
  /* overflow: hidden; */
}

.testimonials .item .quote {
  position: absolute;
  bottom: 6px;
  right: 36px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0.2rem 0.4rem #00000038;
  padding: 15px;
}
/* .testimonials .item .quote img{
  filter: brightness(0) saturate(100%) invert(50%) sepia(65%) saturate(5889%) hue-rotate(5deg) brightness(106%) contrast(94%);
} */
.testimonials .owl-carousel .owl-nav button.owl-next,
.testimonials .owl-carousel .owl-nav button.owl-prev {
  background: #5e3004 !important;
}

.testimonials .owl-next > span.ti-angle-right,
.testimonials .owl-prev > span.ti-angle-left {
  filter: brightness(0) saturate(100%) invert(72%) sepia(56%) saturate(996%)
    hue-rotate(2deg) brightness(108%) contrast(104%);
}

/* .testimonials .item .client-desk {
  margin-top: 16px;
} */
.testimonials .owl-carousel .owl-stage-outer {
  padding: 50px 0;
}
.testimonials .item .client-desk .client-area p {
  color: #826547;
  padding-top: 20px;
  text-align: center;
}
.testimonials .owl-theme .owl-nav.disabled + .owl-dots {
  display: none;
}

.view-para {
  text-decoration: underline !important;
  color: #287ff9;
}

.testimonials-box .head-box h6:after {
  content: "";
  width: 40px;
  height: 1px;
  background: #c6321b;
  position: absolute;
  left: 0;
  top: 50%;
}

.testimonials-box .head-box h4 {
  font-size: 27px;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  padding-bottom: 15px;
}

.testimonials-box .head-box h4 span {
  color: #000;
}

.testimonials .item {
  position: relative;
}

.testimonials .item p.v-border {
  margin-bottom: 20px;
  margin: auto;
  text-align: center;
}

.testimonials .item p {
  color: #fff;
  margin-bottom: 0;
}

.testimonials-box ul {
  display: flex;
  padding-top: 22px;
}

.testimonials-box ul li i {
  color: #ffd000;
}

.testimonials .item .info {
  text-align: left;
  padding: 10px 0 50px 0px;
}

.testimonials .item .info .author-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  /* float: left; */
  overflow: hidden;
  margin-top: -68px;
  position: absolute;
}
.client-area {
  background: #fff;
  padding: 0 30px 35px;
}

.testimonials .item .client-desk .info h6 {
  font-size: 16px;
  margin-bottom: 0px;
  /*padding-top: 7px;*/
  color: #fcb900;
  line-height: 1em;
  font-weight: 700;
}

.testimonials .item .info span {
  font-size: 14px;
  color: #fff;
  margin-right: 5px;
  line-height: 1em;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background: #5e3004;
  transition: 0.5s;
}
.sticky .navbar-brand img {
  width: 80%;
}
/* .sticky .navbar .navbar-nav li a {
  color: #ffffff;
} */
.sticky .navbar .navbar-nav .nav-link.active {
  color: #ffffff;
}
.sticky .navbar .navbar-nav .nav-link.active {
  border-bottom: 2px solid #fed700;
}
/* inner banner style start */
.inner-banner {
  margin-top: -100px;
  position: relative;
  background: #fed700;
  background-size: cover;
  background-position: center;
  height: 440px;
}
.inner-caption {
  padding-top: 97px;
}
.inner-caption .breadcrumb li a {
  text-decoration: none;
  color: #000;
}
.inner-caption .breadcrumb li.active {
  color: #000;
}
.inner-caption img {
  width: 400px;
}
.inner-caption h2 {
  color: #000000;
  font-size: 50px;
  font-weight: 700;
  margin-top: 93px;
}
.product-sec {
  padding: 60px 0;
  background: #fff;
}
.product-sec h1 {
  color: #826547;
}
.product-sec .zip-button-area .zip-btn {
  background: #361b00;
  color: #ffffff;
  font-weight: 600;
  padding: 10px 20px;
  border: 2px solid #361b00;
  transition: 0.5s;
}
.product-sec .zip-button-area .zip-btn:hover {
  background: #fed700;
  color: #000;
}
.step-sec {
  padding: 60px 0 100px;
  background: linear-gradient(to right, #d8d8d8, #fffdfd, #d8d8d8);
}
.step-sec .step-area {
  width: 50%;
  margin: auto;
}
.step-sec h1,
.step-sec p {
  color: #826547;
}
.step-sec .owl-carousel .owl-nav button.owl-next,
.step-sec .owl-carousel .owl-nav button.owl-prev {
  top: 33%;
  border-radius: 50%;
  background: #826547 !important;
}
.step-sec .owl-carousel .owl-nav button.owl-next {
  right: -10%;
  /* transform: translateX(90%); */
}
.step-sec .owl-carousel .owl-nav button.owl-prev {
  left: -10%;
  /* transform: translateX(-90%); */
}

.step-sec .owl-carousel .owl-nav button.owl-next span,
.step-sec .owl-carousel .owl-nav button.owl-prev span {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(243deg) brightness(104%) contrast(101%);
}
/* service page style start */
/* protect-sec style */
.protect-sec {
  padding: 60px 0;
  background: linear-gradient(to right, #d8d8d8, #fffdfd, #d8d8d8);
}
.protect-box {
  background: #5e3004;
  padding: 35px 25px 25px 25px;
  box-shadow: 0 0.5rem 0.7rem #0000001e;
  text-align: center;
  border-radius: 90px 90px 90px 20px;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
.protect-box:hover {
  transform: translateY(-20px);
}
.protect-box:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 81%;
  height: 100%;
  content: "";
  background: url(../img/hexagon.png) no-repeat;
  background-size: cover;
  opacity: 0.5;
}

.protect-box .icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 2px solid #5e3004;
  background: #fed700;
  box-shadow: 0 0.5rem 0.7rem #00000017;
  padding: 22px;
  margin: auto;
  margin-bottom: 20px;
}
.protect-box .icon img {
  filter: brightness(0) saturate(100%) invert(20%) sepia(93%) saturate(455%)
    hue-rotate(348deg) brightness(95%) contrast(103%);
}
.protect-sec h1 {
  color: #826547;
}

.protect-box .content h3 {
  color: #fed700;
  font-size: 40px;
}
.protect-box .content p {
  color: #fff;
}

.feature-area {
  padding: 60px 0;
  background: #ffec85;
}
.feature-area .feature-item {
  text-align: center;
  margin: auto;
}
.feature-area .feature-item h6 {
  font-size: 22px;
}
.feature-area .feature-item img {
  width: 100px;
  margin-bottom: 20px;
}
.choose-sec {
  padding: 60px 0;
  background: linear-gradient(to right, #d8d8d8, #fffdfd, #d8d8d8);
}
.choose-sec h3 {
  color: #ffffff;
  margin-bottom: 20px;
}
.choose-sec h4 {
  color: #fed700;
}
.choose-sec p {
  color: #ffffff;
}
.choose-sec ul {
  padding-left: 0;
}
.choose-sec ul {
  margin-top: 50px;
}
.choose-sec ul li {
  margin-bottom: 18px;
  font-size: 18px;
  color: #000;
  margin-left: 30px;
  position: relative;
  font-weight: 600;
}
.choose-sec ul li span {
  font-size: 20px;
  color: #826547;
}
.choose-sec ul li:after {
  position: absolute;
  content: "";
  top: 3px;
  left: -30px;
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  color: #bf8b0f;
}
.choose-sec .choose-img img {
  animation: team infinite linear 3s;
}

@keyframes team {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
.app-clean {
  padding: 80px 0;
  background: linear-gradient(#351a01e2, #351a01ec),
    url(../img/protect.jpg) no-repeat;
  background-size: cover;
  background-position: bottom;
}
.app-clean h1 {
  color: #fed700;
}
.app-clean p {
  color: #fff;
}
.app-clean .clean-btn-area {
  text-align: center;
}
.app-clean .clean-btn-area .btn.free-btn {
  background: #fff;
  transition: 0.5s;
}
.app-clean .clean-btn-area .btn.contact-btn {
  background: #fed700;
}
.app-clean .clean-btn-area .btn.free-btn:hover {
  background: #fed700;
}
.app-clean .clean-btn-area .btn.contact-btn:hover {
  background: #ffffff;
}
.app-clean .clean-btn-area .btn {
  padding: 14px 25px;
  background: #fed700;
  color: #000;
  font-weight: 600;
}
.we-use {
  padding: 60px 0;
  background: linear-gradient(to right, #d8d8d8, #fffdfd, #d8d8d8);
}
.we-use .we-box {
  background: #826547;
  padding: 30px 30px 20px 30px;
  box-shadow: 0 0.5rem 0.7rem #00000022;
  border-radius: 8px 8px 50px 50px;
  text-align: center;
  margin-bottom: 20px;
  height: 350px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.we-use .we-box:after {
  position: absolute;
  bottom: -109px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fed700;
  content: "";
  z-index: -1;
}

.we-use .we-box .we-icon {
  padding: 20px;
  width: 100px;
  height: 100px;
  background: #ffffff;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 15px;
}
.we-use .we-box h3 {
  color: #826547;
  font-size: 23px;
}
.we-use .we-box p {
  margin-bottom: 0;
  color: #000000;
}
.mobile-use.we-use .we-box .we-icon {
  background: #fff;
}
.mobile-use.we-use .we-box,
.web-use.we-use .we-box {
  height: auto;
}
.mobile-use.we-use .we-box h3,
.web-use.we-use .we-box h3 {
  color: #fff;
}

.mobile-use.we-use .we-box:after,
.web-use.we-use .we-box:after {
  display: none;
}

.mobile-choose {
  padding: 50px 0;
}
.mobile-choose ul {
  margin-top: 60px;
}
.mobile-choose h3 {
  color: #000;
}

.mobile-choose ul li {
  margin-bottom: 15px;
  position: relative;
  margin-left: 30px;
}
.mobile-choose ul li:after {
  content: "\f058";
  color: #5e3004;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  position: absolute;
  left: -30px;
}

.mobile-choose ul li i {
  padding-right: 20px;
  color: #5e3004;
}

#wp {
  border: 0px solid black;
  position: fixed;
  bottom: 120px;
  right: 15px;
  z-index: 10;
  width: 50px;
  height: 50px;
}

/* about style start */
.about-sec {
  padding: 60px 0;
}
.about-sec .cont-area {
  margin-top: 63px;
}
.about-sec .contact-img {
  width: 400px;
  /* height: 400px; */
  margin: auto;
}
.choose-sec {
  background: #5e3004;
}
.choose-sec .choose-icon {
  width: 70px;
  height: 70px;
  padding: 20px;
  background: #fff;
  border-radius: 50%;
  margin: auto;
}
.choose-cont {
  text-align: center;
  padding-top: 10px;
}
.choose-cont h3 {
  color: #fed700;
}
.choose-cont p {
  color: #fff;
}
.mission-vision {
  padding: 50px 0;
  background: #fff;
}
.mission-vision .image {
  width: 300px;
}
.mission-vision ul li,
.values-sec ul li {
  margin-bottom: 10px;
  font-weight: 600;
  position: relative;
  margin-left: 30px;
}
.mission-vision ul li:after,
.values-sec ul li:after {
  content: "\f058";
  color: #5e3004;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  position: absolute;
  left: -30px;
  top: 5px;
}
/* .mission-vision ul li,
.values-sec ul li {
  padding-right: 10px;
  color: #5e3004;
} */

/* .mobile-choose ul li {
  margin-bottom: 15px;
  position: relative;
  margin-left: 30px;
} */

.values-sec {
  padding: 50px 0;
  background: #efefef;
}
.values-sec .image {
  width: 300px;
}
/* Contact style start */
.contact-sec {
  padding: 50px 0;
}
.contact-sec .call-box {
  padding: 20px;
  border-radius: 10px;
  background: #5e3004;
  text-align: center;
}
.contact-sec .call-box.wp-box {
  background: #fed700;
}
.contact-sec .call-box.wp-box .call-icon i {
  background: #5e3004;
  color: #fff;
}

.contact-sec .call-box .call-icon i {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  background: #fff;
  padding: 10px;
  font-size: 30px;
  color: #5e3004;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.contact-sec .call-box a {
  text-decoration: none;
  font-size: 30px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.contact-sec .call-box.wp-box a {
  color: #5e3004 !important;
}
.contact-sec .call-box.wp-box p {
  color: #000;
  padding-top: 10px;
}
.contact-sec .call-box p {
  color: #ffffff;
  padding-top: 10px;
}
.we-use.desktop-sec .we-box {
  height: auto;
}
.we-use.desktop-sec .we-box:after {
  display: none;
}
.desktop-sec.we-use .we-box h3 {
  color: #fff;
}
