@charset "UTF-8";
/*
Theme Name: Unique Drywall
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the Kcloud91 team
Author URI: https://kcloud9.com/
Description: Driven by her vision to empower businesses through technology, Mrs. Pallavi founded KCloud9—turning challenges into opportunities with resilience and innovation. Today, we honor her legacy by delivering cutting-edge digital solutions with the same determination and client-first mindset. As a women-led team, we blend expertise with empathy, ensuring every business we serve thrives in an evolving digital landscape.
Requires at least: 5.3
Tested up to: 6.8
Requires PHP: 5.6
Version: 2.533
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: -

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/
@import url(assets/css/bootstrap.min.css);
@import url(assets/css/bootstrap-icons.min.css);
@import url(assets/css/owl.carousel.min.css);
@import url(assets/css/imagegallery-popup.css);
:root {
  --c1: #000000;
  --c2: #ffffff;
  --c3: #ffbc23;
  --c4: #d2830e;
  --f1: Outfit, sans-serif;
}

figure {
  margin: 0 !important;
}

a, .btn, button {
  transition: 0.3s linear !important;
}

.p0 {
  padding: 0 !important;
}

.pb60 {
  padding: 0 0 60px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: var(--c2);
}
.loader::before, .loader::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: 50%;
  animation: up 2.4s cubic-bezier(0, 0, 0.24, 1.21) infinite;
  left: 50%;
  background: var(--c1);
}
.loader::after {
  background: #ffbc23;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  animation: down 2.4s cubic-bezier(0, 0, 0.24, 1.21) infinite;
}

@keyframes down {
  0%, 100% {
    transform: none;
  }
  25% {
    transform: translateX(100%);
  }
  50% {
    transform: translateX(100%) translateY(100%);
  }
  75% {
    transform: translateY(100%);
  }
}
@keyframes up {
  0%, 100% {
    transform: none;
  }
  25% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(-100%) translateY(-100%);
  }
  75% {
    transform: translateY(-100%);
  }
}
body {
  font: 400 14px var(--f1);
  color: var(--c1);
}
body.admin-bar header {
  top: 52px;
}
body.admin-bar.fixed-bar header {
  top: 32px;
}
body.single-post footer {
  padding: 60px 0 0;
}
body.pageload-body {
  overflow: hidden;
}
body.fixed-bar header {
  background-color: var(--c2);
  position: fixed;
  top: 0;
  animation: header 1s linear;
  box-shadow: 0 4px 15px rgba(225, 225, 225, 0.6);
}
body.fixed-bar header .navbar-brand {
  width: auto;
  height: auto;
}
body.fixed-bar header .navbar-brand img {
  width: 60px;
  height: auto;
}
body.fixed-bar header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: var(--c1);
}
body.fixed-bar header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover, body.fixed-bar header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:focus, body.fixed-bar header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:active {
  color: var(--c3) !important;
}
body.fixed-bar header .navbar .navbar-collapse .navbar-nav .nav-item.testimonials .nav-link {
  color: var(--c1) !important;
}
body.fixed-bar header .navbar .navbar-collapse .navbar-nav .nav-item.testimonials .nav-link:hover, body.fixed-bar header .navbar .navbar-collapse .navbar-nav .nav-item.testimonials .nav-link:focus, body.fixed-bar header .navbar .navbar-collapse .navbar-nav .nav-item.testimonials .nav-link:active {
  color: #ffe50e !important;
}

@keyframes header {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}
a, .btn, button {
  transition: 0.3s linear;
}

.btn-theme {
  padding: 0;
  border: 0;
}
.btn-theme .wp-block-button__link {
  font: 500 16px var(--f1);
  color: var(--c1);
  border-radius: 6px;
  background: linear-gradient(to right, #ffe50e 0%, #ffbc23 50%, #ffe50e 100%);
  background-size: 200% auto;
  padding: 20px 40px;
}
.btn-theme .wp-block-button__link:hover, .btn-theme .wp-block-button__link:focus, .btn-theme .wp-block-button__link:active {
  background-position: right center;
}

header {
  position: absolute;
  width: 100%;
  z-index: 999;
  top: 20px;
}
header .navbar-toggler {
  border: 0;
  padding: 0;
  box-shadow: none !important;
}
header .navbar-toggler .navbar-toggler-icon {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
header .navbar .navbar-brand {
  margin: 0;
  padding: 0;
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 70px;
  display: inline-block;
}
header .navbar .navbar-brand img {
  width: auto;
  height: 100px;
}
header .navbar .navbar-collapse {
  flex-grow: initial;
}
header .navbar .navbar-collapse .navbar-nav {
  gap: 35px;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  font: 500 18px var(--f1);
  color: var(--c2);
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover, header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:focus, header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:active {
  color: #ffe50e !important;
}
header .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
  display: none;
}
header .navbar .navbar-collapse .navbar-nav .nav-item.current-menu-item .nav-link {
  color: var(--c3) !important;
}
header .navbar .navbar-collapse .navbar-nav .nav-item.testimonials .nav-link {
  color: var(--c2) !important;
}
header .navbar .navbar-collapse .navbar-nav .nav-item.testimonials .nav-link:hover, header .navbar .navbar-collapse .navbar-nav .nav-item.testimonials .nav-link:focus, header .navbar .navbar-collapse .navbar-nav .nav-item.testimonials .nav-link:active {
  color: #ffe50e !important;
}
header .navbar .contact-menu .nav-link {
  font: 500 16px var(--f1);
  color: var(--c1);
  border-radius: 6px;
  background: linear-gradient(to right, #ffe50e 0%, #ffbc23 50%, #ffe50e 100%);
  background-size: 200% auto;
  padding: 15px 40px;
}
header .navbar .contact-menu .nav-link:hover, header .navbar .contact-menu .nav-link.active {
  background-position: right center;
}
header .navbar .contact-menu .nav-link.active:hover {
  background-position: right center;
}

.banner {
  padding: 20px 20px 0;
}
.banner .banner-body {
  padding-top: 80px;
  position: relative;
  background: linear-gradient(to right, #ffe50e 0%, #ffbc23 50%, #ffe50e 100%);
  background-size: 200% auto;
  height: 94vh;
  border-radius: 20px;
  overflow: hidden;
}
.banner .banner-caption {
  position: absolute;
  text-align: center;
  padding: 100px 0 60px;
  z-index: 99;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.banner .banner-caption h1, .banner .banner-caption p, .banner .banner-caption .btn {
  position: relative;
}
.banner .banner-caption h1 {
  font: 700 65px/80px var(--f1);
  margin: 0 0 20px;
}
.banner .banner-caption h1 span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(254deg, #fecd18, #ee7d60);
  background-clip: text;
  display: block;
}
.banner .banner-caption p {
  font: 400 20px/30px var(--f1);
  margin: 0 0 25px;
}
.banner .banner-caption h1, .banner .banner-caption p {
  color: var(--c2);
}
.banner .banner-caption .wp-block-buttons {
  justify-content: center;
}
.banner .banner-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.banner .banner-img::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--c1);
  opacity: 0.7;
}
.banner .banner-img img {
  width: 100%;
}

section.darkbg {
  background-color: #061b29;
}
section.darkbg .head h3 {
  color: var(--c2);
}

section.d-padding {
  padding: 80px 0;
}
section .head {
  margin: 0 0 50px;
}
section .head h3 {
  font: 700 45px/55px var(--f1);
  text-align: center;
}
section .head p {
  font: 400 17px/28px var(--f1);
  margin: 10px auto 0;
  max-width: 650px;
  text-align: center;
}
section.whoweare article {
  min-height: 480px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
section.whoweare article::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9215686275), rgba(0, 0, 0, 0.1803921569));
  z-index: 9;
}
section.whoweare article .img-sec {
  transition: 0.3s linear;
}
section.whoweare article .img-sec img {
  max-width: 100%;
  position: absolute;
  top: 0;
  height: 530px;
  object-fit: cover;
}
section.whoweare article .content-sec {
  transition: 0.3s linear;
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  padding: 30px;
  z-index: 9;
}
section.whoweare article .content-sec h4, section.whoweare article .content-sec p, section.whoweare article .content-sec a {
  color: var(--c2);
}
section.whoweare article .content-sec h4 {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 0 0 15px;
}
section.whoweare article .content-sec p {
  height: 50px;
  font-size: 18px;
  overflow: hidden;
}
section.whoweare article .content-sec a {
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  padding: 0 20px 0 0;
  background: none;
}
section.whoweare article .content-sec a::before {
  content: "\f144";
  font: 600 12px "Bootstrap-icons";
  position: absolute;
  top: 0;
  right: 0;
}
section.whoweare article .content-sec p, section.whoweare article .content-sec a {
  opacity: 0;
  transition: 0.3s linear;
}
section.whoweare article:hover .img-sec {
  transform: scale(1.2);
}
section.whoweare article:hover .content-sec {
  bottom: 0;
}
section.whoweare article:hover .content-sec p, section.whoweare article:hover .content-sec a {
  opacity: 1;
}
section.whoweare article:hover .content-sec p {
  height: auto;
}
section.whoweare.ser .row > div:nth-of-type(1) article, section.whoweare.ser .row > div:nth-of-type(2) article, section.whoweare.ser .row > div:nth-of-type(3) article {
  margin: 0;
}
section.whoweare.ser .row > div article {
  margin: 24px 0 0;
}
section.whoweare.ser article .content-sec {
  bottom: -160px;
}
section.whoweare.ser article .content-sec p {
  height: 95px;
}
section.whoweare.ser article:hover .content-sec {
  bottom: 0;
}
section.whoweare .row {
  gap: initial;
}

section.about {
  background: url(assets/images/abstract-bg.jpg) no-repeat 0 0/cover;
  height: 600px;
  position: relative;
  z-index: 9;
}
section.about .row {
  gap: initial;
}
section.about .head p {
  margin-bottom: 20px;
}
section.about .head .wp-block-buttons {
  justify-content: center;
}
section.about .img-sec {
  border-radius: 20px;
  height: 100%;
}
section.about .img-sec > div, section.about .img-sec figure, section.about .img-sec img {
  height: 100%;
  object-fit: cover;
}
section.about .img-sec img {
  max-width: 100%;
  border-radius: 20px;
}
section.about article {
  background-color: #f8fbff;
  padding: 30px 50px;
  border-radius: 20px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
}
section.about article .content-sec {
  /* &:first-child {
      padding: 0 0 30px;
      margin: 0 0 30px;
      border-bottom: 1px solid #e0e0e0;
  } */
}
section.about article .content-sec .img-sec {
  width: 80px;
  height: 80px;
  background: linear-gradient(to right, #ffe50e 0%, #ffbc23 50%, #ffe50e 100%);
  background-size: 200% auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
}
section.about article .content-sec .img-sec figure {
  display: flex;
  align-items: center;
}
section.about article .content-sec .img-sec figure img {
  width: 55px !important;
  max-width: none;
  height: 55px;
}
section.about article h4 {
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 10px;
}
section.about article p {
  font-size: 18px;
  line-height: 30px;
}

section.testimonials {
  background: linear-gradient(to right, #252525 0%, #000000 50%, #252525 100%);
  background-size: 200% auto;
  padding-top: 370px;
  overflow: hidden;
  position: relative;
}
section.testimonials .container-fluid {
  padding: 0;
}
section.testimonials #THead {
  position: absolute;
  top: 270px;
}
section.testimonials .head h3 {
  max-width: 700px;
  margin: 0;
  text-align: left;
  color: var(--c2);
}
section.testimonials .testimonial-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
section.testimonials .testimonial-row .testimonial-item {
  width: 100%;
  background-color: #3a3a3a;
  padding: 40px;
  border-radius: 15px;
}
section.testimonials .testimonial-row .testimonial-item .testiminial-content {
  border-bottom: 1px solid rgba(94, 96, 117, 0.2);
  padding: 0 0 18px;
  margin: 0 0 18px;
  min-height: 290px;
}
section.testimonials .testimonial-row .testimonial-item .testiminial-content p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin: 0;
  color: var(--c2);
}
section.testimonials .testimonial-row .testimonial-item .testiminial-user > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.testimonials .testimonial-row .testimonial-item .testiminial-user h5 {
  font: 600 18px/20px var(--f1);
  margin: 5px 0 0;
}
section.testimonials .testimonial-row .testimonial-item .testiminial-user p {
  font: 400 15px/18px var(--f1);
  margin: 0;
}
section.testimonials .testimonial-row .testimonial-item .testiminial-user h5, section.testimonials .testimonial-row .testimonial-item .testiminial-user p {
  color: var(--c2);
}
section.testimonials .testimonial-row .testimonial-item .testiminial-user .img-sec img {
  width: 50px;
  height: 50px;
  border-radius: 30px;
}
section.testimonials .testimonial-row .owl-nav {
  position: absolute;
  top: -130px;
  right: 110px;
  display: flex;
  gap: 30px;
}
section.testimonials .testimonial-row .owl-nav button {
  width: 80px;
  height: 80px;
  border: 2px solid var(--c2);
  border-radius: 50%;
  color: var(--c2);
  font-size: 35px;
  transition: 0.3s linear;
}
section.testimonials .testimonial-row .owl-nav button:hover {
  background-color: var(--c3);
  border-color: var(--c3);
  color: var(--c1);
}

section.help {
  padding: 60px 0;
}
section.help .container {
  background: linear-gradient(to right, #ffe50e 0%, #ffbc23 50%, #ffe50e 100%);
  background-size: 200% auto;
  padding: 80px;
  text-align: center;
  border-radius: 20px;
  margin: auto;
  position: relative;
}
section.help .container article > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.help .container article .btn-theme .wp-block-button__link {
  background: linear-gradient(to right, #3a3a3a 0%, #000000 50%, #3a3a3a 100%);
  background-size: 200% auto;
  color: var(--c2);
}
section.help .container article .btn-theme .wp-block-button__link:hover {
  background-position: right center;
}
section.help .container article h3 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
  text-align: left;
}
section.help .container article h3, section.help .container article p {
  color: var(--c1);
}
section.help .container article p {
  font-size: 18px;
  margin: 30px auto;
  max-width: 520px;
}

section.blogs .head {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
section.blogs article {
  position: relative;
}
section.blogs article .img-sec {
  overflow: hidden;
  border-radius: 20px;
}
section.blogs article .img-sec img {
  max-width: 100%;
  transition: 0.3s linear;
}
section.blogs article:hover .img-sec img {
  transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
section.blogs article:hover h4 a {
  color: var(--c3);
}
section.blogs article:hover h4 a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.blogs article .date {
  font-size: 16px;
  color: var(--c1);
  margin: 15px 0 5px;
  font-weight: 600;
}
section.blogs article h4 {
  font-size: 22px;
  margin: 0;
}
section.blogs article h4 a {
  color: var(--c1);
  text-decoration: none;
  font-weight: 600;
}
section.blogs.iblog {
  background: none;
}
section.blogs.iblog .row article {
  margin: 50px 0 0;
}
section.blogs.iblog .row > div:nth-of-type(1) article, section.blogs.iblog .row > div:nth-of-type(2) article, section.blogs.iblog .row > div:nth-of-type(3) article {
  margin: 0;
}

section.banner.ibanner {
  height: 500px;
  overflow: hidden;
  position: relative;
}
section.banner.ibanner .banner-body, section.banner.ibanner > div {
  height: 100%;
}
section.banner.ibanner .banner-caption {
  max-width: 800px;
  margin: auto;
  position: relative;
  padding: 120px 0 60px;
}
section.banner.ibanner .banner-caption h1 {
  font-weight: 600;
}
section.banner.ibanner .banner-caption p {
  max-width: 600px;
}
section.banner.ibanner .banner-caption .animate-img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.banner.ibanner .banner-caption .animate-img img {
  position: relative;
}
section.banner.ibanner .banner-caption .animate-img img:first-child {
  left: -150px;
}
@media (prefers-reduced-motion: no-preference) {
  section.banner.ibanner .banner-caption .animate-img img {
    animation: scaleIn1 2s ease-out infinite alternate;
    animation-delay: 1s;
  }
  section.banner.ibanner .banner-caption .animate-img img:hover {
    animation-play-state: paused;
  }
}
section.banner.ibanner .banner-caption .animate-img img:last-child {
  right: -150px;
}
@media (prefers-reduced-motion: no-preference) {
  section.banner.ibanner .banner-caption .animate-img img:last-child {
    animation: scaleIn 2s ease-out infinite alternate;
    animation-delay: 1s;
  }
  section.banner.ibanner .banner-caption .animate-img img:last-child:hover {
    animation-play-state: paused;
  }
}
section.banner.bbanner .blog-img {
  position: absolute;
}
section.banner.bbanner .blog-img::before {
  content: "";
  background: linear-gradient(rgba(0, 0, 0, 0.7019607843), rgba(0, 0, 0, 0.7019607843));
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.banner.bbanner .blog-img img {
  width: 100%;
}
section.banner.bbanner .banner-caption {
  max-width: 1200px;
  margin: auto;
  text-align: left;
}
section.banner.bbanner .banner-caption::before {
  display: none;
}
section.banner.bbanner .banner-caption h1, section.banner.bbanner .banner-caption p {
  color: var(--c2);
}
section.blog-details .blog-content {
  padding: 40px;
  background-color: var(--c2);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
}
section.blog-details h3 {
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 25px;
}
section.blog-details ul {
  margin: 0;
  padding-left: 15px;
}
section.blog-details p, section.blog-details ul li {
  font-size: 18px;
  line-height: 32px;
}
section.blog-details .recent-blog ul {
  padding: 0;
  list-style: none;
}
section.blog-details .recent-blog ul li {
  width: 100%;
  float: left;
  margin: 0 0 15px;
}
section.blog-details .recent-blog ul li .wp-block-latest-posts__featured-image {
  margin-right: 0.8em;
  float: left;
}
section.blog-details .recent-blog ul li .wp-block-latest-posts__featured-image img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border: 1px solid #cccccc;
  border-radius: 8px;
}
section.blog-details .recent-blog ul li a.wp-block-latest-posts__post-title {
  font: 600 18px/20px var(--f1);
  color: var(--c1);
  text-decoration: none;
  display: block;
  margin: 12px 0 5px;
}
section.blog-details .recent-blog ul li time {
  display: block;
  font: 400 15px/18px var(--f1);
  color: #565656;
}

#comments {
  display: none !important;
}

.post-navigation {
  max-width: 1320px;
  margin: 20px auto 60px;
  padding: 0 12px;
}
.post-navigation .nav-links {
  width: 66.66666667%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.post-navigation .nav-links .post-title {
  display: none;
}
.post-navigation .nav-links a {
  background: linear-gradient(to right, #ffe50e 0%, #ffbc23 50%, #ffe50e 100%);
  background-size: 200% auto;
  text-decoration: none;
  color: var(--c1);
  display: inline-block;
  padding: 15px 40px;
  border-radius: 6px;
}
.post-navigation .nav-links a:hover {
  background-position: right center;
}
.post-navigation .nav-links .meta-nav {
  font: 500 16px var(--f1);
  margin: 0;
}
.post-navigation .nav-links .meta-nav svg {
  width: 35px;
  height: 35px;
  border-radius: 6px;
  margin: 0 10px;
  padding: 5px;
  display: none;
}
.post-navigation .nav-links .meta-nav svg path {
  fill: var(--c2);
}

@keyframes scaleIn {
  to {
    transform: translate(-50px, -40px);
  }
}
@keyframes scaleIn1 {
  to {
    transform: translate(30px, -20px);
  }
}
section.contact article .head {
  margin: 0 0 30px;
}
section.contact article .head h3 {
  text-align: left;
  max-width: 300px;
}
section.contact article .media-group {
  margin: 0;
}
section.contact article .media-group .media {
  position: relative;
  padding: 0 0 0 45px;
}
section.contact article .media-group .media::before {
  content: "";
  font: 500 30px "Bootstrap-icons";
  position: absolute;
  top: 9px;
  left: 0;
}
section.contact article .media-group .media.envelope::before {
  content: "\f73d";
}
section.contact article .media-group .media.phone::before {
  content: "\f5c1";
}
section.contact article .media-group .media.location::before {
  content: "\f3e8";
}
section.contact article .media-group .media h5 {
  font-size: 18px;
  color: #5e6075;
  font-weight: 500;
  margin: 0;
}
section.contact article .media-group .media p, section.contact article .media-group .media a {
  font-size: 18px;
  line-height: 25px;
  color: var(--c1);
  text-decoration: none;
  margin: 2px 0 0;
  max-width: 250px;
}
section.contact article .media-group .media + .media {
  margin: 25px 0 0;
}
section.contact .form-section .form-group {
  margin: 0 0 20px;
}
section.contact .form-section .form-group .form-label {
  font-size: 18px;
  font-weight: 500;
}
section.contact .form-section .form-group .form-control {
  height: 50px;
  box-shadow: none;
  padding: 6px 15px;
}
section.contact .form-section .form-group textarea.form-control {
  height: 150px;
  resize: none;
}
section.contact .form-section .form-group .wpcf7-not-valid-tip {
  font-size: 15px;
  display: block;
  margin: 5px 0 0;
}
section.contact .form-section .btn-theme {
  font: 500 16px var(--f1);
  color: var(--c1);
  border-radius: 6px;
  background: linear-gradient(to right, #ffe50e 0%, #ffbc23 50%, #ffe50e 100%);
  background-size: 200% auto;
  padding: 20px 40px;
}
section.contact .form-section .btn-theme:hover, section.contact .form-section .btn-theme:focus, section.contact .form-section .btn-theme:active {
  background-position: right center;
}

.wpcf7 form .wpcf7-response-output {
  padding: 10px 15px;
  border-radius: 8px;
  color: var(--c2);
  font: 16px/28px var(--f1);
  margin-bottom: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  background: #ffb900;
  border-color: #ffb900;
  Color: var(--c1);
}
.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450;
  border-color: #46b450;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  background: #dc3232;
  border-color: #dc3232;
}
.wpcf7 form.spam .wpcf7-response-output {
  background: #f56e28;
  border-color: #f56e28;
}

section.ainner .left-img img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 20px;
}
section.ainner .right-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 20px;
}
section.ainner .content-sec .head {
  margin: 0 0 30px;
}
section.ainner .content-sec .head h3 {
  text-align: left;
}
section.ainner .content-sec p {
  font-size: 18px;
  line-height: 30px;
}

section.features {
  background: linear-gradient(to right, #252525 0%, #000000 50%, #252525 100%);
  background-size: 200% auto;
}
section.features article {
  background-color: #3a3a3a;
  padding: 30px;
  border-radius: 20px;
  height: 100%;
}
section.features article img {
  max-width: 50px;
  -webkit-filter: invert(100%); /* Safari/Chrome */
  filter: invert(100%);
}
section.features article h4, section.features article p {
  color: var(--c2);
}
section.features article h4 {
  font: 600 22px/30px var(--f1);
  margin: 15px 0;
}
section.features article p {
  font-size: 16px;
  line-height: 25px;
  margin: 0;
  height: 80px;
  overflow: hidden;
}

section.whychoose .head h3 {
  text-align: left;
  max-width: 400px;
}
section.whychoose article {
  background-color: #f4f4f4;
  padding: 32px 40px;
  position: relative;
  margin: 0 0 20px;
}
section.whychoose article::before {
  content: "";
  width: 8px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffbc23;
}
section.whychoose article h4, section.whychoose article p {
  color: var(--c1);
}
section.whychoose article h4 {
  font: 600 22px/30px var(--f1);
  margin: 0 0 10px;
}
section.whychoose article p {
  font-size: 16px;
  line-height: 25px;
  margin: 0;
}
section.whychoose .img-sec {
  text-align: right;
  position: relative;
  padding-bottom: 110px;
}
section.whychoose .img-sec figure img {
  object-fit: cover;
  border-radius: 20px;
}
section.whychoose .img-sec figure:first-child img {
  width: 529px;
  height: 599px;
}
section.whychoose .img-sec figure:last-child img {
  width: 381px;
  height: 410px;
  position: absolute;
  bottom: 0;
  left: 10%;
  border: 10px solid var(--c2);
}

section.gallery .gallery-img {
  column-width: 450px;
  column-gap: 10px;
}
section.gallery .gallery-img img {
  width: 100%;
  cursor: pointer;
  margin: 0 0 10px;
  border-radius: 20px;
}
section.gallery .gallery-img figure {
  margin: 0 !important;
}

footer {
  background: linear-gradient(to right, #252525 0%, #000000 50%, #252525 100%);
  background-size: 200% auto;
  padding: 80px 0 0;
}
footer .container {
  position: relative;
}
footer .footer-logo img {
  width: auto;
  height: 65px;
  background: var(--c2);
  border-radius: 50%;
}
footer .footer-logo ul {
  max-width: 250px;
  margin: 25px 0 0;
  pointer-events: none;
}
footer .footer-logo ul li a {
  font: 400 16px/28px var(--f1);
  color: var(--c2);
}
footer .footer-logo p {
  font: 400 16px/28px var(--f1);
  margin: 25px 0 0;
  color: var(--c2);
  max-width: 230px;
  position: relative;
  padding: 0 0 0 25px;
}
footer .footer-logo p::before {
  content: "\f3e8";
  font: 300 16px "Bootstrap-icons";
  position: absolute;
  top: 9px;
  left: 0;
}
footer .footer-link h4 {
  font: 600 20px/25px var(--f1);
  margin: 0 0 20px;
  padding: 0 0 12px 0;
  position: relative;
  color: var(--c2);
}
footer .footer-link h4::before {
  content: "";
  width: 60px;
  height: 3px;
  background: linear-gradient(to right, #ffe50e 0%, #ffbc23 50%, #ffe50e 100%);
  background-size: 200% auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
footer .footer-link ul .nav-item + .nav-item {
  margin: 15px 0 0;
}
footer .footer-link ul .nav-item .nav-link {
  font: 400 16px var(--f1);
  color: var(--c2);
}
footer .footer-link ul .nav-item .nav-link:hover {
  color: var(--c3) !important;
}
footer .footer-link .contact-info ul li a {
  position: relative;
  padding-left: 25px;
}
footer .footer-link .contact-info ul li a::before {
  font: 300 16px "bootstrap-icons";
  position: absolute;
  top: 1px;
  left: 0;
}
footer .footer-link .contact-info ul li.address a::before {
  content: "\f3e8";
}
footer .footer-link .contact-info ul li.envelope a::before {
  content: "\f32e";
}
footer .footer-link .contact-info ul li.phone a::before {
  content: "\f5c1";
}
footer .footer-link .contact-info .social-info ul {
  justify-content: flex-start;
}
footer .footer-link .contact-info .social-info ul li {
  margin: 0;
}
footer .footer-link .contact-info .social-info ul li + li {
  margin: 0 0 0 20px;
}
footer .footer-link .contact-info .social-info ul li a::before {
  font-size: 20px;
}
footer .footer-link.qlinks ul li:first-child {
  display: none;
}
footer .copyright {
  font: 400 16px/24px var(--f1);
  padding: 20px 0;
  text-align: center;
  margin: 30px 0 0;
  position: relative;
  color: var(--c2);
}
footer .copyright::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.0392156863), rgba(255, 255, 255, 0.1529411765), rgba(255, 255, 255, 0.0392156863));
  position: absolute;
  top: 0;
  left: 0;
}

.social-info {
  margin: 30px 0 0;
}
.social-info ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 25px;
}
.social-info ul li {
  margin: 0 20px 0 0;
}
.social-info ul li a {
  padding: 0;
  font-size: 0 !important;
  position: relative;
  color: var(--c2);
}
.social-info ul li a:hover, .social-info ul li a:focus, .social-info ul li a:active {
  color: var(--c3);
}
.social-info ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  font: 300 25px "Bootstrap-icons";
}
.social-info ul li.facebook a::before {
  content: "\f344";
}
.social-info ul li.twitter a::before {
  content: "\f5ef";
}
.social-info ul li.instagram a::before {
  content: "\f437";
}
.social-info ul li.linkedin a::before {
  content: "\f472";
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .banner .banner-img > div, .banner .banner-img figure {
    height: 100%;
  }
  .banner .banner-img img {
    height: 100%;
    object-fit: cover;
  }
  section.whoweare article .content-sec {
    bottom: -210px !important;
  }
  section.whoweare article .content-sec h4 {
    max-width: 100%;
  }
  section.whoweare .row {
    gap: initial;
  }
  section.about .row {
    gap: initial;
  }
  section.testimonials .testimonial-row .owl-nav {
    right: 50px;
  }
  section.help .container article h3 {
    font-size: 38px;
    line-height: 45px;
  }
}
@media screen and (max-width: 991px) {
  .container {
    max-width: 100% !important;
  }
  header {
    position: static;
  }
  header .navbar .contact-menu {
    display: none;
  }
  header .navbar .navbar-collapse .navbar-nav {
    gap: initial;
  }
  header .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
    display: block;
  }
  header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: var(--c1) !important;
  }
  header .navbar .navbar-collapse .navbar-nav .nav-item.testimonials .nav-link {
    color: var(--c1) !important;
  }
  header .navbar .navbar-brand {
    width: auto;
    height: 60px;
  }
  header .navbar .navbar-brand img {
    width: auto;
    height: 60px;
  }
  section.banner {
    padding: 10px 10px 0;
  }
  section.banner .banner-caption {
    padding: 15px;
  }
  section.banner .banner-caption h1 {
    font-size: 40px;
    line-height: 50px;
  }
  section.banner .banner-img > div, section.banner .banner-img figure {
    height: 100%;
  }
  section.banner .banner-img img {
    height: 100%;
    object-fit: cover;
  }
  section.banner.ibanner {
    height: 350px;
  }
  section.banner.ibanner .banner-body {
    padding: 0;
  }
  section.banner.ibanner .banner-caption {
    padding: 60px 0;
  }
  section.d-padding {
    padding: 50px 0;
  }
  section .head {
    margin: 0 0 20px;
  }
  section .head h3 {
    font-size: 30px;
    line-height: 45px;
  }
  section .head p {
    font-size: 16px;
    line-height: 25px;
  }
  section.whoweare article .content-sec {
    bottom: 0;
  }
  section.whoweare article .content-sec h4 {
    max-width: 100%;
  }
  section.whoweare article .content-sec p, section.whoweare article .content-sec a {
    opacity: 1;
  }
  section.about {
    height: auto;
  }
  section.about article {
    padding: 20px;
  }
  section.about article p {
    font-size: 16px;
    line-height: 25px;
  }
  section.testimonials .testimonial-row .owl-nav {
    position: static;
  }
  section.testimonials .testimonial-row .owl-nav button {
    width: 50px;
    height: 50px;
    border-width: 1px;
    font-size: 20px;
  }
  section.help {
    padding: 60px 15px !important;
  }
  section.help .container {
    padding: 30px;
  }
  section.help .container article h3 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 30px;
  }
  section.help .container article > div {
    flex-direction: column;
  }
  section.contact article .head h3 {
    font-size: 25px;
    line-height: 35px;
  }
  section.contact .form-section {
    margin: 30px 0 0;
  }
  footer .footer-link {
    margin: 0 0 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  section.features article {
    margin: 0 0 24px;
  }
}
@media screen and (max-width: 767px) {
  section.ainner .left-img img {
    height: 300px;
    margin: 0 0 20px;
  }
  section.features article {
    margin: 0 0 15px;
    height: auto;
  }
  section.whoweare.ser article {
    margin: 0 0 15px !important;
  }
  section.whoweare.ser article .content-sec {
    bottom: 0;
  }
  footer .container .row > div {
    width: 100%;
  }
  footer .container .row > div:nth-of-type(2), footer .container .row > div:nth-of-type(3) {
    width: 50%;
  }
}
@media screen and (min-width: 541px) and (max-width: 767px) {
  footer .container .row > div {
    width: 50%;
  }
}

/*# sourceMappingURL=style.css.map */