@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --theme-color: #000;
  --theme-color-second: #000;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
  font-size: 15px;
  color: #1e1e1e;
  background-color: #fff;
  scroll-behavior: smooth;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden !important;
  /* color: var(--theme-color) !important; */
}

a {
  color: #0055f1;
  text-decoration: none;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
  transition: all .6s;
  text-decoration: none;
}
.hd-info {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 12px;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

p {
  margin: 0;
  line-height: 27px;
  margin-bottom: 15px;
  font-size: 15px;
}
ul li {
  margin-bottom: 0px;
}

.img-fluid {
  display: block;
  width: 100%;
  max-width: 100%;
}

.li {
  display: inline-block;
  padding: 0px 5px;
}

ul {
  list-style: none;
  padding: 0;
}

h1 {
  font-size: 74px;
  text-transform: uppercase;
  font-weight: 700;
}

h2 {
  font-size: 42px;
}

h3 {}

h4 {}

h5 {}

h6 {}

.bg-cover {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.gap {
  margin-bottom: 30px;
}

section {
  padding: 80px 0px;
}

.form-control:focus {
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}

/* navbar */


@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

* {
  box-sizing: border-box;
}

.m-backtotop {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: -50px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #FF67DD;
  border-radius: 25px;
  text-align: center;
  border: 2px solid #FF67DD;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  overflow: hidden;
  color: #fff;
}

.m-backtotop.active {
  bottom: 15px;
  opacity: 1;
}

.m-backtotop>div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.m-backtotop>div.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

.m-backtotop>div.text {
  font-size: 5px;
  font-size: 0.5rem;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
}

.m-backtotop:hover {
  transform: scale(1.1);
  bottom: 20px;
  cursor: pointer;
  background: black;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}

.m-backtotop:hover>div.arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}

.m-backtotop:hover>div.text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

/* Small Header */
.small {
  display: none;
}

/* Main Header */
.header_menu {
  background: #ff67dd;
}

a.navbar-brand img {
    width: 130px;
    margin-bottom: -65px;
}

.header_menu li a {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 29px 19px;
  display: inline-block;
}

.header_menu li a:hover {
  color: var(--theme-color-second);
}



.header_menu li a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 20px 14px;
  display: inline-block;
}

.navbar li:hover a {
  color: var(--theme-color-second);
}

.navbar li:hover .dropdown-menu {
  transition: .3s;
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: rotateX(0deg);
}

@media all and (min-width: 992px) {
  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }

  .navbar li .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
  }

  .navbar li:hover a {
    color: var(--theme-color-second);
  }

  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .dropdown-menu.fade-up {
    top: 180%;
  }

  .navbar li:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
}

ul.dropdown-menu.fade-up li a:hover {
  color: #fff !important;
  background: var(--theme-color-second);
}

#main_header ul.dropdown-menu.fade-up li:last-child {
  border-bottom: 0px;
}

#main_header ul.dropdown-menu.fade-up li {
  border-bottom: 1px solid #c1c0bd;
  margin: 0 0 0 0;
}
#main_header {
    position: relative;
    z-index: 1;
}

ul.dropdown-menu.fade-up li a {
  color: #000 !important;
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 11px 12px;
}

ul.dropdown-menu.fade-up {
  border: none;
  background: #fff;
  padding: 0 0;
  min-width: inherit;
  width: 280px;
  border-radius: 0px;
}

.link-sm-2 i {
  top: -9px !important;
}

.link-sm-2 {
  position: relative;
}

/* Banner Section */
.banner_sec {
    padding: 0;
    position: relative;
}
.banner_content {
    position: absolute;
    top: 140px;
}

.hd_info {
  display: flex;
  align-items: center;
  color: #fff;
}

a.comon-btn {
  background: #cdb701;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 12px 0;
  border-radius: 55px;
  width: 215px;
  text-align: center;
}

a.comon-btn:hover {
  background: #121212;
  color: #fff;
}

.banner_sec h1 {
  color: #cdb701;
  line-height: 0.9;
}

.banner_sec h3 {
  font-size: 41px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.1;
}

.banner_sec .btom_content {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 180px;
}

.banner_sec .btom_content a {
  display: flex;
  align-items: center;
  /* gap: ; */
  gap: 10px;
  color: #fff;
  text-transform: uppercase;
}

.banner_sec .btom_content a p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 400;
}

.banner_sec .btom_content a img {
  width: 40px;
  border-right: 1px solid #cdb701;
  padding: 9px 0;
  padding-right: 12px;
}

.banner_sec .btom_content span {
  font-size: 18px;
  font-weight: 600;
}

/* home_sec1 */
.home_sec1 h6 {
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #cdb701;
}

a.comon-btn2 {
  background: #ff67dd;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 12px 0;
  border-radius: 55px;
  width: 215px;
  text-align: center;
  letter-spacing: 1px;
}

a.comon-btn2:hover {
  background: #121212;
  color: #fff;
}

/* home_sec2 */
.home_sec2 h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 7px;
}

/* services_sec */
.services_sec h6 {
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 3px;
  /* color: #cdb701; */
}

.services_sec .services_content {
  text-align: center;
 
}

.services_sec .services_content .content {
  background: #ff67dd;
  padding: 100px 15px 43px;
  border-radius: 12px;
  height: 100%;
}

.services_sec .services_content img {
  width: 160px;
  margin-bottom: -82px;
}

.services_sec .services_content .comon-btn2 {
  background: #fff;
  color: #000;
}

.services_sec .services_content h5 {
  font-size: 19px;
  margin-bottom: 10px;
}

.services_sec .services_content .hd_info {
  margin-top: -23px;
}

/* why_choose_us_sec */

.why_choose_us_sec .content ul li span {
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
}

.why_choose_us_sec .content ul li .btom_content h6 {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 7px;
}

.why_choose_us_sec .content ul li {
  display: flex;
  align-items: start;
  gap: 10px;
  background: #ffffff2b;
  padding: 20px 14px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.why_choose_us_sec .content ul li .btom_content p {

  margin-bottom: 0;
}


/* faq */

.faq h3, .faq h2 {
  text-align: start;
}

.faq .heading {
  margin-right: 60px;
}

.faq h2 {
  color: #ff67dd;
  text-align: start;
  font-size: 74px;
  font-weight: 700;
}

.faq .heading {
  position: relative;
  z-index: 111;
}

.faq .heading img {
  position: absolute;
  width: 170px;
  top: -42px;
  right: 0;
  z-index: -1;
}

.faq .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 17px 17px;
  font-size: 15px;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: #eae8e5;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
  /* font-family: var(--span-font-2); */
  font-weight: 500;
  letter-spacing: 0;
}

.faq .accordion-body {
  background: #ff67dd;
  color: #fff;
  padding-top: 0;
  padding-bottom: 5px;
}

button:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

.faq .accordion-body p {
  font-size: 14px;
}

.faq .accordion-item {
  margin-bottom: 8px;
  border: 1px solid #eae8e5 !important;
  /* background-color: #bcbcbc !important; */
}

.faq .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #ff67dd;
  box-shadow: none;
}

.faq .accordion-item h2 {
  color: #232c3b;
  /* text-align: end; */
  /* font-size: 71px; */
  font-weight: 500;
}

.faq .accordion-button:not(.collapsed)::after {
  background-image: url(../image/down.png);
  transform: var(--bs-accordion-btn-icon-transform);
}

.faq h3 {
  font-size: 46px;
  font-weight: 500;
}


/* REVIEW SEC */

.review_content {
  text-align: center;
  padding: 8px 35px;
}

.review_content .content {
  margin: 25px 0;
  position: relative;
}

.review_content .content p {
  color: #333333;
  font-size: 15px;
  /* font-family: "Teko", sans-serif; */
  /* font-weight: 300; */
}

.review_content .botom ul li {
  font-size: 16px;
  font-weight: 500;
  /* color: #860303; */
  letter-spacing: 0;
}

.review_content .botom ul li img {
  width: 86px;
  margin-right: 0;
  margin-top: 5px;
}

.review_content .botom ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding-top: 20px;
}

.review_content .top_img img {
  width: 49px !important;
  position: relative;
  margin: 0 auto;
  margin-bottom: -4px;
  /* margin-top: -40px; */
}

.review_sec .owl-dots span {
  width: 21px;
  height: 7px;
  background: #333333;
  display: inline-block;
  border-radius: 61px;
}

.review_sec .owl-dot.active span {
  width: 40px;
  background: #cdb701;
}

.review_sec .owl-dots {
  display: flex;
  justify-content: center;
  gap: 4px;
}

.review_sec .review_content .content::after {
  content: '';
  width: 290px;
  height: 2px;
  background: #cdb701;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* .review_sec .owl-nav {
  position: relative;
}

.review_sec .owl-next {
  position: absolute;
  right: -50px;
  top: -195px;
}

.review_sec .owl-prev {
  position: absolute;
  left: -50px;
  top: -195px;
}

.review_sec .owl-nav img {
  width: 25px;
} */

.review_sec h2 {
  text-transform: uppercase;
  /* margin-bottom: -127px; */
  /* font-size: 88px; */
  font-weight: 600;
  letter-spacing: 2px;
}

.review_sec {
  padding: 80px 0;
}


/* CONTACT SEC */

.contact_home {
/*   background: url(../image/background-3.png); */
  padding: 85px 0;
}

.contact_home .content {
  padding-left: 80px;
}

.contact_home textarea {
  border-radius: 25px;
  color: #000;
  padding: 16px;
  width: 100%;
  border: 1px solid #e7dd85;
  outline: none;
  font-size: 14px;
  background: #e7dd85;
}

.contact_home input {
  height: 47px;
  border-radius: 45px;
  color: #000;
  border: 1px solid #e7dd85;
  width: 100%;
  padding: 0 15px;
  outline: none;
  font-size: 14px;
  background: #e7dd85;
}

.contact_home button {
  background: #ff67dd;
  border: 1px solid #ff67dd;
  padding: 13px 0px;
  outline: none;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  border-radius: 55px;
  width: 100%;
  transition: all 0.5s ease-in-out;
  letter-spacing: 2px;
  font-size: 15px;
  font-weight: 600;
}

.contact_home h3 {
  font-weight: 400;
}

.contact_home button:hover {
  background: #1e1e1e;
  border: 1px solid #1e1e1e;
  transition: all 0.5s ease-in-out;
}

.contact_home p {
  line-height: 25px;
  margin-bottom: 0px;
  font-size: 14px;
}

.contact_home .content .heading h2 {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 7px;
  text-transform: capitalize !important;
}

.contact_home .content {
  text-align: start;
}

.contact_home h6 {
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 0;
  /* color: #cdb701; */
}



/* blog-sec */

.blog-sec .blog-box a p span {
  color: #5d7970;
  font-size: 21px;
  margin-right: 6px;
}

.blog-sec .blog-box a p {
  color: #505050;
  font-size: 15px;
}

.blog-sec .blog-box img {
  border-radius: 8px;
}

/* .blog-sec h2 {
  color: #232c3b;
  margin-bottom: 9px;
} */

.blog-sec a.comon-btn i {
  font-size: 18px;
}

.blog-sec .blog-box a h5 {
  color: #000000;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 10px;
  font-family: "my-font3";
}


/* .blog-sec a.comon-btn3 {
  background: #28a4c3;
  color: #fff;
  display: flex;
  font-size: 14px;
  padding: 11px 0px;
  border-radius: 50px;
  
  width: 210px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  margin-left: auto;
} */


/* 
.blog-sec a.comon-btn3:hover {
  background: #121212;
  color: #fff;
} */

.blog-sec .blog-box a p span {
  color: #cdb701;
  font-size: 20px;
}


/* FOOTER SEC */

footer {
  background-color: #000000;
  padding: 70px 0 40px;
  color: #fff;
}

footer .ft_top_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


/* .ft_border {
  width: 100%;
  height: 1px;
  background-color: #000;
} */

footer .ft_top_content .prosinal {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .ft_logo img {
  width: 260px;
  margin-bottom: 30px;
}

footer .ft_top_content .heading h3 {
  margin-bottom: 0;
}

footer .ft_content p span {
  color: #cdb701;
  font-weight: 600;
  font-size: 18px;
}

footer .ft_top_content .prosinal .content_right ul {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

footer .ft_top_content .prosinal .content_right ul li img {
  padding: 10px;
}

footer .logo_ft {
  margin-right: 67px;
  /* margin-bottom: 20px; */
}

footer .logo_ft a img {
  width: 165px;
}

footer .list-unstyled.ft_adress li {
  margin-bottom: 14px;
}

footer .list-unstyled.ft_adress li a {
  color: #d9d9d9;
  font-size: 14px;
}

footer .list-unstyled.ft_adress li a i {
  font-size: 20px;
}

footer .list-unstyled.ft_adress li i {
  font-size: 25px;
  color: #ffffff;
  margin-right: 10px;
}

footer .list-unstyled.ft_adress li {
  display: flex;
  align-items: start;
  gap: 14px;
  margin-bottom: 19px;
}

footer .list-unstyled.ft_adress li img {
  /* display: block ruby; */
  width: 17px;
}

footer .heading p {
  margin-bottom: 0;
}

footer .ft_content h4 {
  /* font-family: 'Rubik', sans-serif; */
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  line-height: -8.6;
  margin-bottom: 24px;
}

footer .ft_links li a {
  color: #d9d9d9;
  font-size: 14px;
}

footer .ft_con img {
  width: 185px;
}

footer .ft_links li {
  margin-bottom: 12px;
}

footer .ft_links1 li a {
  color: #c8c8c8;
}

footer .ft_links1 li {
  margin-bottom: 15px;
  display: inline-block;
  width: 171px;
}

footer .row-below {
  margin-top: 45px;
}

footer .ft_botom {
  display: flex;
  align-items: center;
  margin-top: 45px;
}

footer .ft_botom .ft_content h4 {
  margin-bottom: 0;
}

footer .ft_botom .ft_content {
  display: flex;
  align-items: center;
}

footer .ft_botom .ft_content img {
  width: 77px;
  margin-left: 15px;
}

footer .ft_content_right {
  text-align: right;
}

footer .ft_content_right p a {
  color: #c8c8c8;
}

footer .copy_txt {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .ft_btn {
  color: #fff;
  font-size: 15px;
  text-decoration: underline;
}

footer .ft_content1 p {
  /* text-transform: uppercase; */
  font-size: 18px;
  margin-bottom: 17px;
}

footer .ft_content1 .btom_content {
  margin-top: 65px;
}

footer .ft_content1 a img {
  width: 195px;
}

footer .copy_txt p {
  font-size: 14px;
  color: #d9d9d9;
}

footer .copy_txt a {
  font-size: 14px;
  color: #000;
}

.our_mission_sec .heading h2 span {
  color: #eb8ea5;
  font-weight: 600;
}

footer .content-ft .sing-up-sec form {
  /* background: #fff; */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  /* border: 1px solid #fff; */
  border-radius: 6px;
  padding: 4px 14px;
  gap: 9px;
}

footer .content-ft .sing-up-sec form input {
  padding: 26px 20px;
  height: 43px;
  width: 426px;
  background: #2e3536;
  color: #fff;
  outline: none;
  border: none;
  border-radius: 50px;
}

footer .content-ft .sing-up-sec form input::placeholder {
  color: #fff;
  opacity: 1;
}

footer .content-ft .sing-up-sec form button {
  border: none;
  background: #ff67dd;
  outline: none;
  color: #fff;
  cursor: pointer;
  text-transform: capitalize;
  padding: 0 44px;
  /* margin: 10px; */
  border-radius: 47px;
  height: 48px;
  /* margin-right: 5px; */
  transition: 0.8s;
}

.ft_border {
  margin: 40px 0px 45px !important;
  background: #fff;
  width: 100%;
  height: 1px;
}

footer h4 {
  font-size: 18px;
}

footer .rigth_content_ft {
  display: flex;
  justify-content: space-around;
}

.ft_border2 {
  margin: 50px 0px 30px !important;
  background: #ef11be;
  width: 100%;
  height: 1px;
}

footer .copy_txt ul {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 0;
}

footer .copy_txt ul li img {
  width: 45px;
}

footer .copy_txt ul li {
  font-weight: 500;
  font-size: 16px;
}

footer .content-ft {
  display: flex;
  align-items: center;
  gap: 15px;
}


/* Inner Banner */

.inner-banner h1 {
  line-height: 1;
  text-transform: uppercase;
}

.inner-banner {
  background: #cdb701;
  padding: 120px 0 60px;
}

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

/* CONATCT US PAGE */

.contact-info-top {
  margin-top: 14px;
}

.contact .p-contact {
  margin: initial !important;
}

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

.contact .contact-top {
  background: #fff;
  padding: 43px 12px;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  /* border-right: 1px solid #999; */
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 8px;
}

.contact .contact-icon {
  position: relative;
}

.contact .contact-info-top a {
  color: #282828;
  font-size: 16px;
}

.gaping {
  margin-bottom: 15px !important;
}

.contact .contact-info-top p {
  color: #282828;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 0;
}

.contact .contact-icon i {
	background: rgb(255, 103, 221);
	width: 50px;
	height: 50px;
	margin: 0 auto;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 22px;
} 
.contact .contact-left-el {
  margin-bottom: 23px;
  display: flex;
  align-items: center;
  background: #f7f7f7;
}

.contact .contact-left-el1 {
  margin-bottom: 26px;
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
}

.contact .contact-left-el,
.contact-left-el1 a {
  color: #777777;
  transition: all .3s ease-in-out;
}

.contact .contact-form {
  background: #fff;
  padding: 35px 25px;
  box-shadow: 0px 10px 40px rgb(235, 235, 235);
  border-radius: 8px;
}

.contact .contact-left {
  background: #fff;
  padding: 35px 25px;
  box-shadow: 0px 10px 40px rgb(235, 235, 235);
  width: 100%;
  height: 100%;
}

.contact .contact-left-el,
.contact-left-el1 a:hover {
  color: rgba(170, 123, 19, 1);
}

.contact .contact-form input {
  height: 55px;
  border-radius: 5px;
  color: #000;
  border: 1px solid #b0b0b0;
  width: 100%;
  padding: 0 12px;
  outline: none;
}

.contact .contact-form textarea {
  border-radius: 5px;
  padding: 9px 12px;
  width: 100%;
  outline: none;
  color: #000;
  border: 1px solid #b0b0b0;
}

.contact .contact-form button {
	background: #cdb701;
	border: 1px solid #cdb701;
	padding: 14px 0px;
	outline: none;
	cursor: pointer;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	border-radius: 5px;
	width: 280px;
	transition: all 0.5s ease-in-out;
}

.contact .contact-form button:hover {
  background: #000;
  border: 1px solid #000000;
  color: #fff;
}

.maps {
  line-height: 0;
}

.contact-info-top h4 {
  color: #000000;
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 5px;
  margin-top: 22px;
}

.contact .contact-info-top a {
  color: #282828;
  font-size: 16px;
  word-break: break-all;
} 

.area_sec1 .heading ul li{
  margin-bottom: 15px;
}
.area_sec1 .heading ul {
  list-style: disc;
  padding-left: 25px;
}
.area_sec1 .heading ul li::marker{
  color:  #cdb701;
}


/* OUR TEAM */
.our-team .img-box {
  overflow: hidden;
  position: relative;
  transition: 1s;
}

.our-team .team-box .img-box img {
  transform: scale(1.0);
  transition: 1s;
}

.our-team .team-box:hover .img-box img {
  transform: scale(1.04);
  filter: sepia(0.3);
  transition: 1s;
}

.our-team .team-box {
  position: relative;
  overflow: hidden;
}

.our-team .team-box .team-info {
  position: absolute;
  bottom: -31px;
  text-align: center;
  background-color: #000;
  color: #fff;
  width: 100%;
  padding: 10px 10px;
  transition: 1s;
}

.our-team .team-box .team-info p {
  margin-bottom: 0;
}

.our-team .team-box:hover .team-info {
  position: absolute;
  bottom: 0px;
  text-align: center;
  background-color: #000;
  color: #fff;
  width: 100%;
  padding: 10px 10px;
  transition: 1s;
}

.our-team .team-box .team-info h4 {
  color: #ffffff;
  font-weight: 400;
  font-size: 20px;
}

.our-team .team-box .team-info p strong {
  font-weight: 600;
}

.our-team .team-box .social-info {
  position: absolute;
  top: 12px;
  font-size: 20px;
  right: -48px;
  transition: 1.6s;
}

.our-team .team-box:hover .social-info {
  right: 5px;
  transition: 1.6s;
}

.our-team .team-box .social-info a {
  color: #000000;
  background-color: #fff;
  height: 40px;
  width: 40px;
  display: block;
  margin-bottom: 10px;
  padding: 3px 10px;
  border: 1px solid #858585;
  border-radius: 58px;
}

.our-team .owl-dots {
  display: none;
}

.our-team .owl-nav {
  display: none;
}

.area-sec1 .area-location {
  display: flex;
  gap: 20px;

  flex-wrap: wrap;
}

.area-sec1 .right_content {
  padding-left: 20px;
}

.area-sec1 .right_content ul li a i {
  font-size: 21px;
  color: #a36233;
}
.area-sec1 .right_content ul{
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.area-sec1 .right_content ul li {
  margin-bottom: 24px;
  display: inline-block;
  width: 16rem;
  padding: 13px 0;
  border-radius: 5px;
  box-shadow: rgba(151, 151, 151, 0.2) 0px 0px 13px 0px;
  transition: all 0.6s;
}

.area-sec1 .right_content ul li:hover {
  background: #000;
  transition: all 0.6s;
}

.area-sec1 .right_content ul li:hover a {
  color: #fff;
  transition: all 0.6s;
}

.area-sec1 {
  background: #ffffff;
}

.area-sec1 .right_content ul li a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000000;
  justify-content: center;
  font-size: 17px;
  font-weight: 400;
}

/* inner blog */


.inner-blog-left-sec {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: rgba(149, 157, 165, 0.2);
  padding: 15px 19px 35px;
  border-radius: 8px;
}

.inner-blog-left-sec .inner-blog-sec1 p {
  color: #000000ab;
}

.inner-blog-left-sec .inner-blog-sec1 .heading .blog-head {
  display: flex;
  align-items: center;
  gap: 20px;
}

.inner-blog-left-sec .inner-blog-sec1 .heading .blog-head p {
  color: #606060;
  margin-bottom: 12px;
}

.inner-blog-left-sec .inner-blog-sec1 h3 {
  font-weight: 600;
  margin-bottom: 18px;
  /* font-size: 29px; */
}

.inner-blog-left-sec .inner-blog-sec1 img {
  border-radius: 5px;
  margin-bottom: 0;
}

.inner-blog-left-sec .inner-blog-sec1 .share-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #1c1c1c2b;
  margin-bottom: 10px;
}

.inner-blog-left-sec .inner-blog-sec1 .share-sec .social ul {
  display: flex;
  gap: 15px;
  align-items: center;
}

.inner-blog-left-sec .inner-blog-sec1 .share-sec .social ul li i {
  font-size: 17px;
  color: var(--theme-color);
}

.inner-blog-left-sec .inner-blog-sec1 .heading .blog-head i {
  color: var(--theme-color);
  font-size: 16px;
  margin-right: 3px;
}

.inner-blog-left-sec .inner-blog-sec1 .share-sec .social ul li a {
  color: #00000059;
}

.inner-blog-left-sec .navigation-sec .navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inner-blog-left-sec .navigation-sec .navigation a {
  color: var(--theme-color);
  font-size: 15px;
  font-weight: 600;
}

.inner-blog-left-sec .navigation-sec .navigation i {
  color: var(--theme-color);
}

.inner-blog-left-sec .navigation-sec .blog-contain {
  padding: 25px 18px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: rgba(149, 157, 165, 0.2);
  border-radius: 5px;
  height: 100%;
}

.inner-blog-left-sec .navigation-sec .blog-contain .img-top {
  padding-bottom: 15px;
}

.inner-blog-left-sec .navigation-sec .blog-contain .img-top img {
  border-radius: 5px;
}

.inner-blog-left-sec .navigation-sec .blog-contain .blog-content .heading h3 {
  color: #000;
}

.inner-blog-left-sec .navigation-sec .blog-contain .blog-content .heading p strong {
  color: #00000059;
}

.inner-blog-left-sec .navigation-sec .blog-contain .blog-content .heading p {
  color: #000000ab;
}

.inner-blog-left-sec .navigation-sec .blog-contain .blog-content .heading .blog-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inner-blog-left-sec .inner-blog-comment .contact-form {
  padding: 20px 25px;
  border: 1px solid rgba(69, 69, 70, 0.2);
  border-radius: 8px;
  background: #fff;
  color: #000;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.inner-blog-left-sec .inner-blog-comment .contact-form form input {
  width: 100%;
  outline: none;
  padding: 11px;
  border-radius: 4px;
  border: 1px solid #1c1c1c3b;
}

.inner-blog-left-sec .inner-blog-comment .contact-form form textarea {
  width: 100%;
  outline: none;
  padding: 11px;
  border-radius: 4px;
  border: 1px solid #1c1c1c3b;
}

.inner-blog-left-sec .inner-blog-comment .contact-form form button {
  color: #ffffff;
  background-color: #000;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000;
  padding: 15px 20px;
  border-radius: 8px;
  font-weight: 400;
  transition: 0.5s;
}

.inner-blog-left-sec .inner-blog-comment .contact-form form button:hover {
  background: #1c1c1c3b;
  border: 1px solid #1c1c1c3b;
  color: #000;
  transition: 0.5s;
}

.inner-blog-left-sec .admin-sec p {
  color: #000000ab;
}

.inner-blog-left-sec .admin-sec .admin-info .admin-info-content .social ul {
  display: flex;
  gap: 25px;
  align-items: center;
}

.inner-blog-left-sec .admin-sec .admin-info .admin-info-content .social ul li i {
  font-size: 18px;
}

.inner-blog-left-sec .admin-sec .admin-info .admin-info-content .social ul li a {
  color: #000000ab;
}

.inner-blog-left-sec .admin-sec .admin-info .admin-info-content {
  border-top: 1px solid #1c1c1c3b;
  border-bottom: 1px solid #1c1c1c3b;
  padding: 10px 20px;
}

.inner-blog-left-sec .admin-sec img {
  border-radius: 5px;
}


/* inner-blog-right-sec */

.inner-blog-right-sec {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: rgba(149, 157, 165, 0.2);
  padding: 35px 21px;
  border-radius: 8px;
}

.inner-blog-right-sec .blog-search form {
  position: relative;
  border: 1px solid #1c1c1c3b;
  border-radius: 5px;
  padding: 11px 13px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.inner-blog-right-sec .blog-search form input {
  border: none;
  outline: none;
  padding: 0;
  width: 100%;
}

.inner-blog-right-sec .blog-search form button {
  /* position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%; */
  cursor: pointer;
  background: none;
  border: 0;
  font-size: 15px;
  color: #000000;
}

.inner-blog-right-sec .popular-sec .popular-cards1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #1c1c1c3b;
  padding: 15px 0;
  gap: 10px;
}

.inner-blog-right-sec .popular-sec .popular-cards1 .img-top img {
  width: 130px;
}

.inner-blog-right-sec .popular-sec .popular-cards1 p {
  color: #000000ab;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 0;
}

.inner-blog-right-sec .popular-sec .popular-cards1 a {
  color: #000000ab;
  font-size: 15px;
}

.inner-blog-right-sec .popular-sec .popular-cards1 .heading {
  width: 100%;
}

.main-sec .heading a {
  color: var(--theme-color);
}

.fixed-review {
  position: fixed;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  left: 10px;
  gap: 15px;
}

.fixed-review a img {
  width: 20px;
}
.fixed-review a {
  background-color: #fff;
  height: 55px;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 600px;
  font-size: 29px;
  color: green;
  border: 2px solid var(--theme-color-second);
}

.address-list li{
  display: flex;
  gap: 10px;
  padding-left: 10px;
  margin-bottom: 10px;
}


.address-list li i {
  color: brown;
}

/* area page */
.area-banner .heading h1 {
  font-size: 39px;
  font-weight: 600;
  margin-bottom: 15px;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(to right, rgb(57, 31, 52) 0%, rgb(143, 86, 51) 100%) text;
}

.area-banner .heading {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}

.area-banner .call_text {
  position: relative;
  margin-top: 90px;
  margin-bottom: -130px;
  background: brown;
  padding: 25px;
  color: #fff;
  border-radius: 10px;
  width: 70%;
}

.area-banner .call_text p {
  margin-bottom: 0;
}

.area-banner .call_text p a{
  color: #fff;
  font-size: 18px;
}

.img-fit{
  object-fit: cover;
}

.area-sec-2 h2 {
  font-size: 37px;
}

.area-sec-2 h3 {
  font-size: 24px;
}

a.btn-dark{
  background-color: brown;
}
.light-bg {
  background: #cdb90123;
}
.item_srvc  .service-img {
  width: 100px;
  margin-bottom: 15px;
}
 .faq_sec .accordion-button:focus {
  z-index: 3;
  border-color: #ffaf8a;
  outline: 0;
  box-shadow: none;
}
.faq_sec  .accordion-body {
  text-align: start;
}
.faq_sec .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #a36233;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.125);
}
.faq_sec .accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
  border: 1px solid #a36233;
}
.faq_sec .accordion-button:not(.collapsed)::after {
	
	transform: rotate(-180deg);
}
.faq_sec .accordion-button::after {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin-left: auto;
	content: "";
	background-repeat: no-repeat;
	background-size: 1.25rem;
	transition: transform 0.2s ease-in-out;
}

.area_sec10 .heading a {
  color: #fff;
  font-size: 42px;
  font-weight: 600;
}

.service_section  .item_srvc {
  border: 2px solid brown;
  padding: 28px;
  border-radius: 10px;
  background: #ff67dd3b;
  height: 100%;
}

.contact_home .wpcf7-response-output {
    color: #000;
}

form.wpcf7-form.init p {
    margin-bottom: 0;
}


/* Blog Pagination */

.center {
  display: flex;
justify-content: center;
margin-top: 40px;
}

a.page-numbers {
    color: #000000;
    padding: 10px 10px;
    text-decoration: none;
    transition: background-color 0.5s;
    border: 1px solid #ddd;
border-radius: 5px;
    margin: 0px 5px;
    padding: 10px 15px;
   font-size: 18px;
}

a.page-numbers:hover {
    background-color: #d6d4d4;
}

span.page-numbers.current {
    background-color: #1A1A1A;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin: 0px 5px;
    font-size: 18px;
        z-index: 3;
border-radius: 5px;
}

/* Blog Comment Section   */

#respond {

/*     margin: 0 auto; */
    margin: none;
   
}
#respond #reply-title small a{
        color: white !important;
        background-color: #000 !important;
        padding: 10px 15px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
}
#respond h2 {
    font-size: 24px;
    margin: 24px 0 16px 0;
    font-weight: 500;
}
#respond form {
    display: block;
    margin-top: 0em;
        border: none;
}
#respond form p{
        color: #6d6d6d;
      margin: 0;
    line-height: 26px;
    margin-bottom: 21px;
    font-size: 16px;
}
#respond .comment-form-comment,
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url {
    margin-bottom: 20px;
}

#respond label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

#respond textarea,
#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#respond .comment-form-cookies-consent {
    margin-top: 20px;
}

#respond .form-submit {
    margin-top: 20px;
}

#respond .submit {
    background-color: #1A1A1A;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#respond .submit:hover {
    background: #000000;
    color: #fff;
    transition: all 0.8s;
}#respond .comment-form-cookies-consent input {
    width: 18px;
    height: 12px;
}
#respond .comment-form-cookies-consent input,
#respond .comment-form-cookies-consent label {
  display: inline;
}
#respond p.logged-in-as a{
    color: #0f3ca1 !important;
    text-decoration: underline;
    display: inline-block !important;
}
#comments .comment-author a{
    color: #000 !important;
}
#comments .comment-metadata a{
    color: #000 !important;
}
#comments .comment-metadata a.comment-edit-link{
        color: white !important;
        background-color: #000 !important;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
#comments span.comment-reply a{
    color: white !important;
        background-color: #000 !important;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px !important;
}

.blog-search label {
    width: 100%;
}

.es-form-field-container .gjs-cell {
    display: flex;
    gap: 10px;
}

.es-form-field-container input[type="submit"] {
    border: none;
    background: #ff67dd !important;
    outline: none !important;
    color: #fff !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
    padding: 0 44px !important;
    margin: 0px !important;
    border-radius: 47px !important;
    height: 48px !important;
    transition: 0.8s !important;
	width: 160px !important;
}


form[data-form-id="1"] .es-form-field-container .gjs-row {
    margin-bottom: 0 !important;
}

.why_choose_us_sec .content ul ol li  p b {
    font-size: 18px;
}
.why_choose_us_sec .content ul ol li {
    display: inherit;
    align-items: start;
    gap: 10px;
    background: transparent;
    padding: 0;
    border-radius: 10px;
    margin-bottom: 18px;
    list-style: decimal;
}
.why_choose_us_sec .content ul ol {
    list-style: decimal;
    padding: 0;
}
.object-fit {
    object-fit: cover;
}
section#womens-shoes-cleaning img{
    height: 170px;
}
section#womens-shoes-cleaning h6{
	
    font-size: 17PX;

}

section#furniture-restoration img {
    height: 250px;
}


/* .navbar_phone a {
    background: #fdfbe2;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    color: #f012bf;
    border-radius: 600px;
} */


.m-wp {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: fixed;
    bottom: -50px;
    left: 78px;
    width: 50px;
    height: 50px;
    background: #FF67DD;
    border-radius: 55px;
    text-align: center;
    border: 2px solid #FF67DD;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    opacity: 0;
    overflow: hidden;
    z-index: 999999999;
}

.m-wp.active {
    bottom: 77px;
    opacity: 1;
}

.m-wp>div.arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    opacity: 1;
    font-size: 22px;
}

.m-wp a {
    color: #fff;
}


.huAUsM {
    bottom: 58px !important;

}

.hqtxZK {
    height: 50px !important;
    width: 50px !important;
}


ul.location_list {
    list-style: disc !important;
    padding-left: 40px !important;
}
.copy_txt ul li a.noopener {
    font-size: 12px;
    opacity: 0.7;
    text-decoration: none;
    display: none;
    visibility: hidden;
}

.copy_txt ul li a.noopener:hover {
    opacity: 1;
    text-decoration: underline;
}
