/**
 * Theme Name:     Twenty Twenty-One Child
 * Author:         the WordPress team
 * Template:       twentytwentyone
 * Text Domain:	   twenty-twenty-one-child
 * Description:    Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
 */
:root {
  --primary-color: #b50616;
  --secondary-color: #000;
  --text-black: #000;
  --poppins: "Poppins", sans-serif;
}
.black_bg {
  background: #111;
}
.container {
  max-width: 1120px !important;
}
.section-padding {
  padding: 60px 0px;
}

body {
  font-size: 17px !important;
  line-height: 24px;
  color: #111;
  background: #fff !important;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif !important;
}
.slick-dots {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 6px;
  margin: 30px 0 0 0;
  padding: 0;
}
.slick-dots li button {
  text-indent: -9999px;
  width: 29px;
  height: 7px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #ffffff;
  padding: 0;
  margin: 0;
  background-color: #fff !important;
}
.slick-dots li.slick-active button {
  border: 1px solid var(--primary-color) !important;
  background: var(--primary-color) !important;
}
.colored {
  color: var(--primary-color);
}
/* navbar */
.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  padding: 10px 0px;
}
.navbarlinks .links-data {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 0;
  margin: 0;
}
.navbarlinks .links-data .droplink {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-black);
  white-space: nowrap;
}
.navbarlinks .links-data .droplink:hover {
  color: var(--primary-color);
}
.navigation ul li {
  position: relative;
}
.navigation > ul > li > a:hover {
  color: var(--secondary-color);
}
.navigation ul li ul li a:hover {
  padding-left: 15px;
  color: var(--secondary-color);
  transition: all 0.3s ease;
}
.navigation ul li ul li {
  width: 100%;
}
.navigation ul li ul li a {
  min-width: 14rem;
  line-height: 34px;
  font-weight: 500;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  transition: all 200ms ease 0s;
  padding: 0 16px;
  text-decoration: none;
}
.navigation ul li ul {
  position: absolute;
  list-style: none;
  left: 0px;
  display: block;
  padding: 15px 0px;
  background: #ebf5eb;
  border-radius: 5px;
  opacity: 0;
  pointer-events: none;
  transition: all 200ms ease 0s;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.navigation ul li:hover ul {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.navigation > div ul > li a:hover {
  color: #000;
}

.navigation > ul ul ul {
  display: none;
}
.navigation ul ul li:hover ul {
  display: block;
  transform: translate(224px, -44px);
}

.nav_buttons a {
  padding: 6px 37px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  line-height: 36px;
}
.nav_buttons .book_demo {
  background-color: var(--primary-color);
  color: #fff;
  font-size: 17px;
  margin-right: 10px;
  white-space: nowrap;
}
.nav_buttons .book_demo:hover {
  background-color: var(--secondary-color);
  transition: all 0.3s ease;
}
.top_head {
  background:
    linear-gradient(rgb(0 0 0 / 50%), rgb(0 0 0)), url(images/banner-image.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  padding-top: 170px;
  padding-bottom: 80px;
  background-attachment: fixed;
}
.top_head h1 {
  font-size: 39px;
  font-weight: 700;
  color: #ffffff;
}
.singlepage h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 17px 0px;
}

.nav_buttons .login_btn {
  border: 1px solid var(--primary-color);
  font-size: 17px;
  font-weight: bold;
  color: var(--text-black);
}
.nav_buttons .login_btn:hover {
  background-color: var(--secondary-color);
  color: #fff;
  transition: all 0.3s ease;
}
/* footer */
.footer-banner {
  background: #fff3e0;
}
.footer-content {
  padding: 20px 0;
}
img {
  max-width: 100%;
}
.bss-service {
  background: #fff;
  padding: 13px;
  border: 1px solid #dddcdc;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.bss-service figure {
  width: 25%;
  margin: 0;
}
.bss-service h3 {
  font-size: 15px;
  font-weight: 600;
  width: 70%;
  margin: 0;
}
.footer-content .logo-col p {
  font-size: 14px;
  line-height: 24px;
  color: #222222;
  margin-top: 30px;
}
.footer-bt {
  border-top: 1px solid #eaeaea;
}
.footer-copyright {
  padding: 23px 0;
  display: flex;
  flex-wrap: wrap-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.footer-copyright ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 23px;
}
.footer-copyright ul a,
.footer-copyright .copyright-content {
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  transition: all 0.3s ease;
}
.footer-copyright ul a:hover {
  color: var(--secondary-color);
}
.footer-content .footer-heading {
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  color: #000;
}
.footer-content .footer-list {
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
}

.footer-content .footer-list li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  color: #222222;
  text-decoration: none;
}
.footer-content .footer-list li a:hover {
  color: var(--secondary-color);
  transition: all 0.3s ease;
}
.footer-content .contact-details {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
}
.testimonials {
  background: #000;
}
.gray {
  background: #f1f1f1;
}
.testi {
  text-align: center;
}
.tsbox {
  background: #f3f3f3;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  font-size: 16px;
  font-style: italic;
  color: #4c4848;
}
.profile-name {
  margin-top: 40px;
}
.tsbox:before {
  position: absolute;
  content: "";
  bottom: -59px;
  left: 50%;
  transform: translateX(-50%);
  border: 30px solid;
  border-color: #f3f3f3 transparent transparent transparent;
}
.slick-slide > div {
  margin: 0 10px;
}
.profile-name figure img {
  display: inline-block;
  border-radius: 100%;
}
.profile-name h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
.profile-name span {
  display: block;
  font-size: 15px;
  color: var(--primary-color);
  font-style: italic;
}

.footer-content .contact-details li a {
  font-size: 14px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  line-height: 32px;
  text-decoration: none;
  color: #222222;
}
.footer-content .contact-details li a:hover {
  color: var(--primary-color);
}
.footer-content .get-the-app {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer-content .get-the-app img {
  width: 160px;
}
.logo {
  width: 325px;
}
.mobile-menu,
.d-custom-md-none {
  display: none;
}
.phone_num {
  color: #fff;
}
.phone_num a {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  border: 1px solid #ffffff;
  display: inline-block;
  padding: 7px 15px;
  border-radius: 30px;
  margin-left: 12px;
  background: #b50616;
}
/* new css  */
header.scrolled {
  background: rgb(50 0 1 / 69%);
}
.logo {
  text-decoration: none;
}
.logo h1 {
  font-size: 30px;
  font-weight: 700;
  color: var(--primary-color);
  text-decoration: none;
  margin-bottom: 0;
}
.logo h1:hover {
  color: var(--secondary-color);
}
.top-bar {
  height: 45px;
  opacity: 1;
  transition:
    height 0.4s ease,
    opacity 0.4s ease;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid #355efc12;
  display: flex;
  align-items: center;
}

header.scrolled .top-bar {
  height: 0;
  opacity: 0;
}
.top-bar-content {
  display: flex;
  justify-content: space-between;
}
.top-bar-content a {
  text-decoration: none;
  color: #141414;
  line-height: 36px;
}
.banner-slider {
  position: relative;
}
.banner-slider .carousel-control-next,
.carousel-control-prev {
  width: 6%;
}
.carousel-control-prev .circle-box {
  position: absolute;
  left: 0px;
  width: 56px;
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 6px 17px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.carousel-control-next .circle-box {
  position: absolute;
  right: 0px;
  width: 56px;
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 6px 17px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.banner-slider .carousel-caption {
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
  left: 0%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: left;
  bottom: auto;
}
.banner-slider .carousel-caption h1 {
  color: #fff;
  font-size: 42px;
  font-weight: 900;
  text-transform: uppercase;
}
.banner-slider .carousel-caption ul {
  padding: 0;
  list-style: none;
  margin: 37px 0 0 0;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  font-weight: 300;
}
.banner-slider .carousel-caption ul li {
  width: 10%;
  border-right: 1px solid #cccccc3b;
}
.banner-slider .carousel-caption ul li p {
  margin: 0;
  padding: 0;
}
.banner-slider .carousel-caption ul li:last-child {
  border: 0px;
}
.banner-slider .wlcm-to {
  color: var(--primary-color);
}
.service-items {
}
.exp-more {
  background: var(--primary-color);
  color: #fff;
}
.exp-more:hover {
  background: var(--secondary-color);
  color: #fff;
}
.slidesss {
  position: relative;
}
.slidesss figure {
  margin: 0;
}
.slidesss h3 {
  color: #fff;
  background: var(--primary-color);
  width: 100%;
  margin: 0;
  align-items: center;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  padding: 6px 10px;
}
.slidesss h3 a {
  color: #fff;
  background: green;
  padding: 1px;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 26px;
  justify-content: center;
}
.about-section .about-img {
  border-radius: 20px;
}
.blog-item {
  box-shadow: 0px 0px 3px 0px #b1abab;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.newslestterbx input[type="text"] {
  width: 100%;
  border: 1px solid #e1dfdf;
  padding: 8px 12px;
  font-size: 14px;
}
.newslestterbx button {
  width: 100%;
  background: #000;
  color: #fff;
  font-weight: 600;
  padding: 8px;
  border: 0;
  margin-top: 7px;
}
.blog-item figure {
  margin: 0;
}
.blog-item .bbs-card {
  padding: 20px;
}

.footer-bg {
  background: #000;
  text-align: center;
  padding: 40px 0px;
}
.footer-bg ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
  width: 100%;
  justify-content: center;
}
.footer-bg ul li:first-child a {
  border: 0px;
}
.copyrightbx {
  color: #a1a1a1;
}

/* Base */
.btn-floating:hover img {
  margin-bottom: -3px;
}

.btn-floating {
  position: fixed;
  right: 25px;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: 0;
  z-index: 9999;
  color: white;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-floating:hover {
  width: auto;
  padding: 0 20px;
  cursor: pointer;
}

.btn-floating span {
  font-size: 16px;
  margin-left: 5px;
  transition: 0.2s;
  line-height: 0px;
  display: none;
}

.btn-floating:hover span {
  display: inline-block;
}

/* Phone */
.btn-floating.phone {
  bottom: 85px;
  background-color: #760f10;
}

.btn-floating.phone:hover {
  background-color: #c03421;
}

/* WhatsApp */
.btn-floating.whatsapp {
  background-color: #34af23;
  bottom: 25px;
}

.btn-floating.whatsapp:hover {
  background-color: #1f7a12;
}

.footer-bg ul li a {
  color: #a1a1a1;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  padding: 0 17px;
  border-left: 1px solid #282626;
}
.footer-bg ul li a:hover {
  color: var(--primary-color);
}
.blog-item .bbs-card h3 {
  font-size: 21px;
  font-weight: 700;
  color: #111;
  margin-bottom: 12px;
}
.blog-item .bbs-card p {
  color: #323030;
  line-height: 22px;
  margin-bottom: 17px;
}
.blog-item .bbs-card .more a {
  text-decoration: none;
  font-weight: 500;
  color: var(--primary-color);
}
.blog-item .bbs-card .more a:hover {
  color: #111;
}
.section-tag {
  border: 1px solid #dedfe5;
  padding: 1px 10px;
  border-radius: 8px;
  color: #8d8d8d;
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  background: #fff;
}
.section-heading {
  margin: 0 0 31px 0px;
  font-size: 29px;
  font-weight: 700;
  color: var(--text-black);
}
.head-subtext {
  font-weight: 400;
  color: #141414;
  line-height: 24px;
  font-size: 16px;
}
.bs-service {
  background: #f9f5ee;
  padding: 30px 0px;
}

.content-section {
  background: #f7f8f2;
}
.content-section p {
  margin-bottom: 15px;
}
.content-section ul {
  padding: 0 0 21px 20px;
}
.content-section ul li {
  margin-bottom: 7px;
  font-size: 17px;
}

.content-section .section-heading {
  margin: 0 0 31px 0px;
  font-size: 29px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--primary-color);
}

.we-provide-section {
  background: url(images/bg4.jpg) center top no-repeat;
  background-attachment: fixed;
  color: #fff;
}
.we-provide-section .text-center > .section-heading {
  margin: 0 0 31px 0px;
  border: 0px;
  font-size: 29px;
  font-weight: 400;
  padding-bottom: 0;
  text-transform: uppercase;
  color: var(--primary-color);
}

.we-provide-section h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #ffffff;
}
.nav-container img {
  width: 180px;
}
.we-provide-section h2 {
  margin: 34px 3px 25px 0px;
  font-size: 29px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px dashed;
  padding-bottom: 15px;
}
.we-provide-section p {
  line-height: 24px;
  margin-bottom: 16px;
}
.we-provide-section ul {
  padding: 0 0 21px 20px;
}
.we-provide-section ul li {
  margin-bottom: 7px;
  font-size: 17px;
}

.about-section .tab-content p {
  font-size: 14px;
  color: #141414;
}
.about-section .num {
  width: 72px;
  height: 60px;
  display: grid;
  place-items: center;
  background: var(--primary-color);
  color: #fff;
  font-weight: 500;
  border-radius: 50%;
  font-size: 24px;
  flex-wrap: nowrap;
}
.about-section h3 {
  font-size: 20px;
  color: var(--text-black);
}
.about-section .nav-tabs .nav-link {
  color: #141414;
  font-weight: 600;
}
.about-section .nav-tabs .nav-link.active {
  color: var(--primary-color);
  font-weight: 500;
}

.about-section .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #ffffff #ffffff var(--primary-color) !important;
}

.info-sec {
  background: var(--primary-color);
}
.info-sec h2 {
  font-weight: 600;
  font-size: 50px;
  color: #fff;
}

.our-services .nav-pills .nav-link {
  color: #141414;
  border-radius: 32px;
  padding: 0rem 1.4rem;
  height: 50px;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  text-align: start;
  border: 1px solid #dee2e6;
  width: 100%;
  position: relative;
}
.our-services .nav-pills .nav-link::before {
  content: "";
  border: 1px solid #dee2e6;
  position: absolute;
  border-left: none;
  border-bottom: none;
  width: 34px;
  height: 34px;
  top: 7px;
  right: -4px;
  transform: rotate(45deg);
  border-radius: 6px;
  background: #fff;
}
.our-services .nav-pills .nav-link.active,
.nav-pills .show > .nav-link,
.our-services .nav-pills .nav-link.active::before {
  background: var(--primary-color);
  color: #fff;
}
.our-services h3 {
  font-size: 16px !important;
  font-weight: 600;
}
.our-services .nav-link {
  transition: none !important;
}
.inside-top-header {
  background: url(../images/bg2.jpg) center top no-repeat;
  background-size: cover;
  padding: 70px 0px;
}
.offset_top {
  margin-top: 140px;
}
img,
a {
  transition: ease all 0.4s;
}
.service-card {
  border: 1px solid #ffe1b6;
  padding: 10px 10px 15px 10px;
  margin: 0 0 12px 0px;
  border-radius: 10px;
  transition: ease all 0.4s;
}
.service-card h3 {
  font-size: 22px !important;
  font-weight: 800;
}
.more-text a {
  color: #111;
  text-decoration: none;
  font-weight: 800;
}
.service-card figure {
  overflow: hidden;
  border-radius: 10px;
}
.service-card:hover figure img {
  scale: 1.1;
}
.service-card:hover {
  background: var(--primary-color);
  color: #fff;
}
.service-card:hover .more-text a {
  color: #fff;
}
/* mobile */
@media screen and (max-width: 1000px) {
  .top-bar {
    display: none;
  }
  .mobile-menu,
  .d-custom-md-none {
    display: block;
  }
  .mobile-menu .bar-icon {
    width: 35px;
    cursor: pointer;
  }
  .mobile-menu .offcanvas-body {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .mobile-menu .offcanvas-body .mob-link {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 17px;
  }
  .mobile-menu .offcanvas-body ul .mob-sublink {
    font-size: 16px;
    font-weight: 400;
    color: var(--primary-color);
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    margin-top: 15px;
    display: inline-block;
  }
  .nav-container {
    padding: 10px 0px;
  }
  .nav-container .logo {
    width: 90px;
  }
  .nav_buttons .book_demo {
    font-size: 14px;
    margin-right: 6px;
  }
  .nav_buttons a {
    padding: 2px 10px;
    border-radius: 6px;
    line-height: 30px;
  }
  .navbarlinks .links-data {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: start;
  }
  .navbarlinks .links-data .droplink {
    font-size: 14px;
  }
  .banner-slider .carousel-caption h1,
  .banner-slider .carousel-caption h2 {
    font-size: 28px;
  }
  .our-services .nav-pills .nav-link {
    height: auto;
  }
  .banner-slider .circle-box{
    display: none;
  }
  .our-services .nav-pills .nav-link {
    height: 50px;
  }.btn-floating.phone {
    bottom: 10px;
    left: 10px;
}.btn-floating.whatsapp {
    bottom: 10px;
    right: 10px;
}
  .nav-container img {
    width: 120px;
  }
  .banner-slider .carousel-caption {
    position: relative;
    right: 0%;
    top: -32px;
    transform: none;
    left: 0%;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
    bottom: auto;
  }
  .banner-slider .carousel-caption .col-md-7 {
    background: #fff0f0a1;
    padding: 12px;
    border-radius: 10px;
  }
  .banner-slider .carousel-caption h1,
  .banner-slider .carousel-caption h2 {
    font-size: 25px;
    color: #111;
    text-align: center;
  }
  .banner-slider .carousel-caption ul {
    padding: 0;
    list-style: none;
    margin: 14px 0 0 0;
    display: flex;
    gap: 2px;
    justify-content: space-between;
    font-weight: 300;
  }
  .banner-slider .carousel-caption ul li {
    width: 20%;
    color: #760f10;
    border: 1px solid #760f10 !important;
    text-align: center;
    border-radius: 7px;
    font-size: 15px;
  }
  .section-padding {
    padding: 16px 0px;
  }
  .section-heading,
  .content-section .section-heading,
  .we-provide-section .text-center > .section-heading,
  .we-provide-section h2 {
    font-size: 25px;
  }
  .footer-bg ul {
    width: 100%;
    flex-wrap: wrap;
  }
  .footer-bg ul li {
    width: 100%;
  }
  .footer-bg ul li a {
    border: 0px;
  }
}
