/*
Theme Name: Twenty-twenty-one-child
Author: 
Description: Your description goes here
Version: 1.0
Template: twentytwentyone

This is the child theme for Twenty Twenty-One theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
:root {
  --primary-color: #1d2b36;
  --secondary-color: #d72f36;
  --accent-color: #fe0000;
  --light-color: #555;
  --dark-color: #000;

  /* Typography */
  --font-family-figtree: "Figtree", sans-serif;
  --font-family-dm-sans: "DM Sans", sans-serif;
}

a {
  text-decoration: none !important;
}
body {
  background-color: #fff !important;
  font-family: var(--font-family-figtree);
  font-size: 16px !important;
}
.container {
  /* max-width: 1250px !important; */
  max-width: 1170px !important;
}
header.header_app {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
}
#html5lightbox-watermark {
  display: none !important;
}
.site .button:not(:hover):not(:active):not(.has-background),
button:not(:hover):not(:active):not(.has-background),
input[type="submit"]:not(:hover):not(:active):not(.has-background),
input[type="reset"]:not(:hover):not(:active):not(.has-background),
.wp-block-search
  .wp-block-search__button:not(:hover):not(:active):not(.has-background),
.wp-block-button
  .wp-block-button__link:not(:hover):not(:active):not(.has-background),
.wp-block-file
  a.wp-block-file__button:not(:hover):not(:active):not(.has-background) {
  background-color: initial !important;
}
nav {
  padding: 15px 0px;
  transition: all 0.4s ease;
}
nav .custom-gap {
  gap: 6px;
}
nav .logo img {
  width: 142px;
}

.header_app {
  background: #fff;
  box-shadow: 0px 0px 3px 0px #d5cfcf;
}
.header_app nav {
  padding: 0;
}
.common-btn {
  font-family: var(--font-family-dm-sans);
  font-weight: 500;
  font-size: 18px;
  padding: 7px 20px;
  color: #fff;
  background: var(--primary-color);
  border-radius: 8px;
  text-transform: capitalize;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  white-space: nowrap;
}
.common-btn:hover {
  background: var(--secondary-color);
}
nav ul a {
  color: #111;
  font-family: var(--font-family-figtree);
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding: 13px 12px;
  transition: all 0.3s ease;
  white-space: nowrap;
  text-transform: uppercase;
}
nav ul li > a:hover,
nav ul > li.current-menu-item > a {
  background: #f3e4e4;
  color: var(--secondary-color);
  border-radius: 6px;
}

nav ul li {
  position: relative;
}
nav ul li ul {
  display: none;
  position: absolute;
  top: 36px;
  left: 0;
  z-index: 1;
  text-align: left;
  padding: 0px;
  width: max-content;
  min-width: 180px;
  list-style: none;
  background-color: #fffefe;
  margin-top: 0px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 4px 0px #0000005e;
}

nav ul li > ul > li > a {
  display: block;
  color: #111;
  font-family: var(--font-family-figtree);
  font-size: 15px;
  font-weight: 400;
  padding: 9px 10px;
  text-transform: capitalize;
  border-bottom: 1px solid #e7e7e7;
}

nav ul li > ul > li > a:hover {
  color: var(--secondary-color);
  background: #f3e4e4;
  border-radius: 0px;
  border-left: 3px solid var(--secondary-color);
}
.offset_top {
  margin-top: 114px;
}
.top_head {
  width: 100%;
  background: #fde8e8;
  margin-top: 114px;
  text-align: center;
  color: #bf2c3e;
  padding: 47px 0px;
}
nav ul li.active {
  pointer-events: none;
}

nav ul li:hover ul {
  display: block;
}

.hero_banner_app {
  position: relative;
  margin-top: 78px;
}
.hero_banner_content {
  position: absolute;
  display: block;
  top: 50%;
  left: 0%;
  margin-right: 0%;
  transform: translate(0%, -50%);
  width: 100%;
  padding-left: 150px;
}
.hero-section {
  max-width: 650px;
}
.hero-section .content-box {
  margin-top: 120px;
}

.quotation strong {
  border-left: 3px solid #ffb6b6;
  display: flex;
  padding-left: 20px;
  text-align: justify;
  padding-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: var(--accent-color);
}

.hero-section .premium-solar {
  font-size: 16px;
  font-family: var(--font-family-figtree);
  font-weight: 400;
  border: 1px solid #3b3b3b;
  padding: 10px 15px;
  background: #1a2845;
  width: fit-content;
  text-transform: uppercase;
  color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sub-menu-toggle {
  display: none !important;
}

.postsection .format-standard {
  border: 1px solid #f1ecec;
  margin: 0 0 20px 0;
}
.postsection .post-thumbnail,
.postsection .post-thumbnail img {
  margin: 0 !important;
}
.postsection .post-thumbnail {
  height: 220px;
  overflow: hidden;
}
.postsection .post-thumbnail img {
  height: 100% !important;
}
.list-post-content {
  padding: 20px;
}
.list-post-content h2 a {
  font-size: 24px;
  font-weight: 700;
  display: block;
  color: var(--accent-color);
}
.list-post-content .published {
  font-size: 15px;
  color: #5e5e5e;
}
.top_head h1 {
  font-size: 35px;
  font-weight: 800;
}
.list-post-content .entry-content {
  margin: 12px 0 0 0;
  font-size: 16px;
}
.hero-section h1 {
  font-family: var(--font-family-figtree);
  font-size: 49px;
  line-height: 56px;
  font-weight: 700;
  color: #fff;
  margin-top: 30px;
}
.hero-section h1 span {
  font-weight: 400;
}
.hero-section .sub-text {
  font-family: var(--font-family-figtree);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  margin-top: 30px;
}
.hero-section .btn-grp {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.hero-section .btn-grp .get-started {
  display: block;
  font-family: var(--font-family-dm-sans);
  font-size: 18px;
  font-weight: 500;
  border: 0;
  padding: 8px 30px;
  border-radius: 8px;
  color: #fff;
  background: var(--secondary-color);
}
.hero-section .btn-grp .get-started:hover {
  transition: all 0.3s ease;
  background: var(--primary-color);
}
.hero-section .btn-grp .watch-video {
  font-family: var(--font-family-figtree);
  font-size: 18px;
  font-weight: 500;
  border: 0;
  padding: 8px 30px;
  border-radius: 8px;
  color: #fff;
  background: var(--primary-color);
}
.hero-section .btn-grp .watch-video img {
  width: 40px;
}
.hero-section .btn-grp .watch-video:hover {
  color: var(--secondary-color);
  transition: all 0.4s ease;
}
.mob-slider h2 {
  font-size: 20px;
  font-family: var(--font-family-figtree);
  color: var(--primary-color);
  font-weight: 600;
}
/* common class */
.section-padding {
  padding: 50px 0px;
}
.section-tag {
  font-size: 12px;
  font-weight: 600;
  font-family: var(--font-family-figtree);
  color: var(--secondary-color);
  padding: 4px 15px;
  border-radius: 6px;
  border: 1px solid #eed4d4;
  background: #fff6f6;
  width: fit-content;
  text-transform: uppercase;
}
.section-heading {
  font-family: var(--font-family-figtree);
  font-weight: 700;
  font-size: 32px;
  color: #001233;
  margin: 20px 0 25px 0;
}

.section-subtext {
  font-size: 16px;
  line-height: 24px;
  color: #555;
  font-weight: 400;
  font-family: var(--font-family-figtree);
  margin-bottom: 20px;
}
.our-services {
  background-color: #fff0f0;
  position: relative;
}
.value_info {
  border: 1px solid #e7cccc;
  margin-top: 20px;
  border-radius: 30px;
  padding: 10px 10px;
  background: #f2f2f2;
  font-size: 14px;
  color: #000000;
}
.booknow {
  display: flex;
  width: 100%;
  justify-content: center;
}
.value_info strong {
  display: block;
  color: var(--accent-color);
  font-size: 21px;
}
.card-btn {
  border: 1px solid #333;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-weight: 600;
  border-radius: 30px;
  background: #333;
  color: #fff;
}
.card-btn:hover {
  background: #fff;
  color: #333;
}
.overlayer {
  background: URL(./assets/images/astrology-bg2.png) center top no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0.3;
  background-size: cover;
}
/* common class end */

.overview .common-btn {
  margin-top: 30px;
}

.our-services .service-card {
  border: 1px solid #d3b4b4;
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  overflow: hidden;
  transition: ease all 0.4s;
}
.our-services .service-card:hover {
  scale: 1.1;
}
.s-content {
  padding: 20px;
  text-align: center;
}
.our-services .service-card .icon-box {
  width: 100%;
  border: 1px solid #cfe8cb;
  background: #f3fff1;
  border-radius: 10px;
  display: grid;
  place-items: center;
}
.gray {
  background: #f2f2f2;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 47px;
}
.our-services .service-card .card-heading {
  font-size: 22px;
  font-family: var(--font-family-figtree);
  font-weight: 700;
  margin-bottom: 10px;
  color: #000000;
  border-bottom: 1px dashed #cccc;
  padding-bottom: 12px;
}
.our-services .service-card p {
  font-size: 16px;
  font-family: var(--font-family-figtree);
  font-weight: 400;
  line-height: 24px;
  color: var(--light-color);
  text-align: center;
}
.tophead {
  background: var(--accent-color);
  color: #fff;
  font-size: 15px;
  padding: 7px 0px;
}
.tophead a {
  color: #fff;
  margin-right: 12px;
  font-weight: 600;
}
.our-services .service-card .card-btn {
  font-size: 22px;
  font-family: var(--font-family-dm-sans);
  font-weight: 500;
  background: var(--accent-color);
  display: block;
  border: 1px solid;
  padding: 9px 22px;
  border-radius: 30px;
  color: #fff;
  width: 100%;
  text-align: center;
}
.our-services .service-card .card-btn:hover {
  color: #fff;
  transition: all 0.3s ease;
}
.our-services .service-card .card-btn i {
  transform: rotate(45deg);
  margin-left: 5px;
  font-size: 18px;
}
.why-choose-us ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.why-choose-us ul li {
  font-size: 18px;
  line-height: 26px;
  font-family: var(--font-family-figtree);
  font-weight: 400;
  color: var(--light-color);
  background: url("./images//check-mark.png") 0px 4px no-repeat;
  background-size: 22px;
  padding-left: 35px;
}
.footer-icons a:hover {
  color: var(--accent-color);
}
/* projects */

.projects .item .item-box {
  border: 5px solid #fff;
  border-radius: 10px;
  position: relative;
  height: 320px;
  overflow: hidden;
}
.projects .item .item-box img {
  border-radius: 10px;
}
.projects .item-box .content-box {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  background: #fff;
  position: absolute;
  bottom: 0;
  max-width: 100%;
  margin: 20px;
  border-radius: 6px;
  padding: 0 20px;
  transition: all 0.4s ease;
}

.head_section {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 100%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.inner_header {
  width: 100%;
  position: relative;
  margin-top: 80px;
}
.inner_header h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  font-size: 60px;
}
.singlepage h2 {
  font-size: 25px;
  font-weight: 700;
}
.singlepage h3 {
  font-size: 20px;
  font-weight: 700;
}

.cms-page h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 18px;
}
.cms-page h3 {
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 600;
  color: var(--accent-color);
}

p {
  margin-top: 0;
  margin-bottom: 1rem !important;
}

.projects .item-box:hover .content-box {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.projects .item-box .content-box .arrow-box {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--primary-color);
  display: grid;
  place-items: center;
  margin: -25px auto 0 auto;
}
.projects .content-box .arrow-box i {
  transform: rotate(45deg);
  color: #fff;
  font-size: 20px;
}
.projects .item-box h3 {
  margin-top: 20px;
  font-size: 20px;
  font-family: var(--font-family-figtree);
  font-weight: 700;
  color: var(--accent-color);
  line-height: 24px;
  text-align: center;
}
.projects .item-box p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  font-family: var(--font-family-figtree);
  color: var(--light-color);
  text-align: center;
}
.projects .owl-theme .owl-dots .owl-dot.active span {
  background: var(--primary-color);
}
.projects .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}

.testimonials-carousel .item {
  background: #ffffff;
  border: 1px solid #ffcdcc;
  border-radius: 10px;
  padding: 30px 35px;
}
.testimonials-carousel .item .rating-star {
  width: 130px;
}
.testimonials-carousel .item .sub-text {
  font-size: 20px;
  font-family: var(--font-family-figtree);
  line-height: 30px;
  color: var(--light-color);
  margin-top: 0;
  font-style: italic;
}
.testimonials-carousel .item .img-box {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonials-carousel .item .user-name {
  font-size: 24px;
  line-height: 24px;
  color: var(--accent-color);
  font-family: var(--font-family-figtree);
  font-weight: 700;
}
.testimonials-carousel .item .user-profile {
  font-family: var(--font-family-figtree);
  font-size: 16px;
  line-height: 24px;
  color: var(--light-color);
  font-weight: 500;
}

/* faq */

.faq .accordion-flush > .accordion-item {
  margin-bottom: 15px;
  border: 1px solid #e6f1e7;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.faq
  .accordion-flush
  > .accordion-item
  > .accordion-header
  > .accordion-button {
  font-weight: 500;
  font-size: 20px;
  font-family: var(--font-family-figtree);
  padding: 15px;
  color: #111;
}
.faq .accordion-button:not(.collapsed) {
  background: #fff;
  color: var(--primary-color);
  box-shadow: none;
}
.faq .accordion-button.collapsed {
  color: var(--accent-color);
}
.faq .accordion-button:not(.collapsed)::after {
  filter: brightness(0) saturate(100%) invert(45%) sepia(87%) saturate(452%)
    hue-rotate(66deg) brightness(95%) contrast(96%);
}

.faq .accordion-body {
  padding-top: 0;
  font-size: 16px;
  color: #555;
  font-weight: 400;
  line-height: 24px;
  font-family: var(--font-family-figtree);
}
/* footer */

.footer-bg {
  background: var(--primary-color);
  background-size: cover;
  padding-top: 50px;
}
footer .heading {
  font-family: var(--font-family-figtree);
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-weight: 500;
}
footer .sub-text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-family: var(--font-family-figtree);
  font-weight: 500;
}
.border-t-dark {
  border-top: 1px solid #0a2b05;
  font-family: var(--font-family-figtree);
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
.line-gradient {
  background: var(--secondary-color);
  height: 1px;
  width: 4rem;
  margin-top: 1rem;
}
.footer-link i {
  color: var(--primary-color);
  font-size: 14px;
}
.footer-link a {
  display: inline-block;
  text-decoration: none;
  color: white;
  margin-left: 10px;
  font-size: 16px;
  font-family: var(--font-family-figtree);
  line-height: 38px;
}
.footer-link a:hover {
  color: var(--accent-color);
  transition-duration: 0.6s;
}
.ft-logo img {
  width: 180px;
}
.exp-content p {
  font-size: 16px;
}
.exp-content {
  width: 80%;
}
.ft-links a {
  color: #fff;
  display: block;
  font-size: 16px;
}
.ft-links li {
  margin: 5px 0px;
}
.ft-links li a:hover {
  color: var(--accent-color);
}
footer .contact-info a {
  color: #fff;
  font-family: var(--font-family-figtree);
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}
footer .contact-info a h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
}
footer .contact-info a:hover {
  color: var(--accent-color);
  transition: all 0.4s ease;
}
footer .icon-box {
  width: 42px;
  height: 42px;
  background: var(--primary-color);
  display: grid;
  place-items: center;
  border-radius: 2px;
}
footer .icon-box i {
  font-size: 20px;
}
footer .footer-icons a {
  font-size: 22px;
  color: #fff;
}

/* careers */
.common-banner {
  background-image: linear-gradient(to bottom, #010723f7, #00000069),
    url(./images/2149192713.jpg);
  background-size: cover;
  height: 450px;
  display: flex;
  align-items: center;
}
.common-banner .heading {
  font-size: 70px;
  padding-top: 50px;
  font-weight: 700;
  font-family: var(--font-family-figtree);
  color: #fff;
}
.careers .sub-text {
  font-size: 16px;
  line-height: 24px;
  color: var(--light-color);
  font-family: var(--font-family-figtree);
  margin-bottom: 20px;
}
.join-team {
  background: url("./images/hero-banner.jpg");
}
.join-team .sub-text {
  max-width: 1190px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  font-family: var(--font-family-figtree);
  line-height: 28px;
}
.join-team h3 {
  font-size: 32px;
  font-family: var(--font-family-figtree);
  color: var(--primary-color);
  margin-top: 40px;
  text-align: center;
  font-weight: 500;
}
.join-team .career-lists {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
.join-team .career-lists li {
  padding: 15px 20px;
  border-radius: 30px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 1px solid #e6f1e7;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-family-figtree);
  color: var(--accent-color);
}

.form-row .form_control {
  width: 100%;
  border: 1px solid #323232;
  padding: 15px;
  font-size: 16px;
  border-radius: 8px;
}
.form-row {
  margin-bottom: 10px;
}
.subcribe_btn {
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 456;
}
.gallery_ .nav.nav-tabs {
  justify-content: center;
}
.border_img {
  border-radius: 100%;
  margin: 0 0 10px 29px;
  border: 1px solid #ccc;
  background: var(--bs-border-color);
}
.service-item {
  background: #fff;
  text-align: center;
  padding: 18px 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 4px 0px #b3b3b3;
  transition: ease all 0.4s;
  margin: 10px 0;
}
.service-item:hover {
  scale: 1.1;
  box-shadow: 0px 0px 4px 0px #fe0000;
}
.service-item img {
  width: 80px !important;
  border: 1px solid var(--accent-color);
  padding: 12px;
  border-radius: 100%;
}
.service-item h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 14px 0px;
}
.gallery_ .nav-tabs .nav-link {
  font-size: 17px;
  color: #111;
  font-weight: 700;
}
.gallery_ .nav-tabs .nav-link.active {
  background: var(--accent-color);
  color: #fff;
}
._dxt {
  display: flex;
}
._dxt img {
  width: 100%;
  border: 1px solid var(--accent-color);
  padding: 6px;
  background: var(--accent-color);
  height: 100%;
}

.service-item p {
  line-height: 22px;
  margin: 0;
  min-height: 68px;
  color: #504d4d;
}
.prricetext strong {
  display: block;
  font-size: 25px;
  color: var(--accent-color);
}
.prricetext {
  margin-bottom: 10px;
  font-size: 13px;
  color: #020202;
}
.subcribe_btn a {
  background: var(--accent-color);
  color: #fff;
  font-weight: 700;
  transition: ease all 0.4s;
  padding: 27px 7px;
  border-radius: 30px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-transform: uppercase;
  font-size: 17px;
}
.subcribe_btn a:hover {
  background: #000;
}
.page-template-temp-gallery .projects .item .item-box {
  height: 210px;
  border: 0;
  margin-bottom: 12px;
}
.page-template-temp-gallery .projects .item .item-box img {
  width: 100%;
}
.addresss {
  height: 100%;
  background: #fde8e8;
  padding: 30px;
  border-radius: 10px;
}
.btn-close {
  display: inline-block;
  width: 14px;
  height: 15px;
  font-size: 14px;
  cursor: pointer;
}
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 5px;
  border: 2px solid #00a0d2;
  font-size: 14px;
}
.form-row .wpcf7-submit {
  background: var(--accent-color) !important;
  color: #fff !important;
  border-radius: 12px;
  padding: 3px 20px 6px;
}
.form-row p {
  margin: 0px !important;
  padding: 0;
}
.join-team .career-lists li:hover {
  background: var(--primary-color);
  color: #fff;
  transition: all 0.4s ease;
}
.contact-form {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-form label {
  font-size: 16px;
  font-family: var(--font-family-dm-sans);
  font-weight: 400;
  color: var(--light-color);
}
.contact-form input,
.contact-form textarea {
  display: block;
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  margin-top: 10px;
  outline: none;
  font-family: var(--font-family-dm-sans);
}
.contact-form textarea {
  height: 140px;
}
.contact-form .common-btn {
  border: none;
  padding: 16px 40px;
}

.exp__ img {
  width: 59px;
}
.exp__ {
  position: relative;
  gap: 2px;
  background: #fff;
  padding: 13px 16px;
  border-radius: 60px;
  box-shadow: 0px 0px 3px 0px #00000029;
  width: 24%;
  display: flex;
  transition: ease all 0.4s;
  align-items: center;
}
.exp__:hover {
  box-shadow: 0px 0px 1px 1px var(--accent-color);
}
.expbox {
  background: #f2f2f2;
  padding: 40px 0px;
}
.expbox ul {
  margin: 0;
  flex-wrap: wrap;
  padding: 0;
  display: flex;
  gap: 10px;
}

.list-check {
  list-style: none;
  padding: 0;
  margin: 0 0 22px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}
.list-check li {
  width: 24%;
  margin: 0px 0px;
  background: #fdfdfd url(assets/images/check-mark.png) no-repeat 16px 50%;
  padding-left: 44px;
  background-size: 20px;
  border: 1px solid #e5e4e4;
  display: flex;
  align-items: center;
  height: 56px;
  border-radius: 30px;
  line-height: 17px;
  transition: ease all 0.4s;
}
.list-check li:hover {
  border: 1px solid var(--accent-color);
  color: var(--accent-color);
  background: #fdfdfd url(assets/images/check-mark-hover.png) no-repeat 16px 50%;
  background-size: 20px;
}
.paymment_option ul {
  list-style: none;
  padding: 0;
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
}
.service-section h3 {
  font-size: 25px;
  margin: 0 0 21px 0;
  color: var(--accent-color);
  font-weight: 700;
}
.paymment_option ul li {
  width: 100%;
  background: #dceaff;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  font-size: 18px;
}
.service_side {
  background: #f9e8e8;
  padding: 20px;
  height: 100%;
  border-radius: 5px;
}
.h3_head {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}
.service_side ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.service_side ul li a {
  color: #242424;
  display: block;
  padding: 10px 0px;
  border-top: 1px solid #f5c9c9;
}
.service_side ul li.current-menu-item a {
  color: var(--accent-color);
}
.paymment_option ul li span {
  color: #c0575d;
  font-weight: 700;
}
.paymment_option ul li.bg1 {
  background: #dceaff;
}
.paymment_option ul li.bg2 {
  background: #e1e7ff;
}
.paymment_option ul li.bg3 {
  background: #dcfce7;
}
.service-section h1 {
  font-size: 34px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.vides img {
  height: 100% !important;
  margin-bottom: 12px;
}

.amount-section {
  font-size: 34px;
  color: #000000;
  font-weight: 900;
  line-height: 42px;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-content: center;
  background: #f3efef;
  border-radius: 12px;
}
.amount-section span {
  color: var(--accent-color);
  margin-left: 9px;
  display: inline-block;
}
.expbox h2 {
  font-size: 16px;
  color: var(--primary-color);
  font-weight: 500;
  padding-bottom: 0;
  width: 96%;
  padding-left: 7px;
}
.profile_pics img {
  border-radius: 10px;
}
.projects.videoss .item .item-box {
  height: auto;
}
.gallery_ .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #7e0000;
  color: #fff;
  text-decoration: none;
}
.gallery_ .owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #7e0000;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.projects .gallery-item {
  width: 25%;
}
.loadmore {
  border: 1px solid var(--accent-color);
  display: inline-block;
  color: var(--accent-color);
  padding: 8px 22px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 17px;
  cursor: pointer;
}
.loadmore:hover {
  background: var(--accent-color);
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .projects .gallery-item {
    width: 100%;
  }
  .section-tag {
    display: none !important;
  }
  .hero-section h1 {
    font-size: 27px;
    line-height: 33px;
    margin: 0;
  }
  .list-check li {
    width: 100%;
  }
  .inner_header {
    margin-top: 79px;
  }
  .inner_header h1 {
    font-size: 36px;
  }
  #top-nav {
    display: none;
  }
  nav a .logo {
    width: 90px;
  }
  nav .logo img {
    width: 85px;
  }

  .subcribe_btn a {
    background: var(--accent-color);
    padding: 7px 7px;
    border-radius: 0;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    text-transform: uppercase;
    font-size: 17px;
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
  }
  .offset_top {
    margin-top: 88px;
  }

  .top_head {
    margin-top: 84px;
  }
  .subcribe_btn {
    position: fixed;
    right: 0;
    top: auto;
    z-index: 456;
    bottom: 0;
    width: 100%;
    text-align: center;
  }

  header.scrolled nav {
    padding: 8px auto;
  }
  header.scrolled nav a .logo {
    width: 90px;
  }
  nav .common-btn {
    font-size: 16px;
    padding: 10px 12px;
  }
  .hero-section {
    background: url("./images/hero-banner.jpg");
    height: auto;
    padding: 40px 0px;
  }
  .section-padding {
    padding: 15px 0px;
  }
  .service-section h1 {
    font-size: 28px;
    margin: 20px 0 20px 0;
  }
  .amount-section {
    font-size: 24px;
    line-height: 29px;
    margin-top: 24px;
    height: auto;
    padding: 20px;
  }
  .section-heading {
    font-size: 28px;
  }
  .hero-section .content-box {
    margin-top: 65px;
  }
  .projects .item-box .content-box {
    visibility: visible;
    opacity: 1;
    bottom: 20px;
  }
  .overview {
    margin-bottom: 30px;
  }

  .testimonials-carousel .item {
    padding: 20px 15px;
  }
  .mobile-menu ul li a {
    color: #4e4c4c;
    font-family: var(--font-family-figtree);
    font-size: 16px;
    font-weight: 500;
    display: block;
    border-bottom: 1px solid #e1e0e0;
    padding: 7px 0px;
  }
  .mobile-menu ul li ul {
    padding: 7px 0 10px 13px;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .mobile-menu ul li ul li {
    width: 100%;
  }
  .mobile-menu ul li ul li a {
    border: 0px;
    padding: 0;
  }
  .common-banner {
    height: 200px;
  }
  .common-banner .heading {
    font-size: 50px;
  }
  .header_app .bdg_menu.text-white {
    --bs-text-opacity: 1;
    color: rgb(0 0 0) !important;
  }
  .header_app nav {
    padding: 0 15px;
  }
  .hero_banner_content {
    position: relative;
    display: block;
    top: 0;
    left: 0%;
    margin-right: 0%;
    transform: none;
    width: 100%;
    padding-left: 0;
    background: #c28f8f;
  }
  .mobile-menu ul.gap-4 {
    gap: 0rem !important;
  }
  .expbox ul {
    flex-wrap: wrap;
  }
  .expbox ul li {
    width: 100%;
  }
  .tophead a {
    font-size: 13px;
  }
  .md-none {
    display: none;
  }
}

input[type="submit"]:not(:hover):not(:active):not(.has-background) {
  background-color: #000 !important;
}

.singlepage article p {
  margin: 0 0 25px 0;
}
