body {
  font-family: "Instrument Sans", sans-serif;
}

p {
  color: #565656;
}

.section-head .left-side {
  width: 40%;
}
.section-head .left-side p {
  width: 100% !important;
}
.section-head .right-side {
  width: 40%;
  display: flex;
  flex-direction: column;
  text-align: right;
  text-align: start;
}
.section-head .right-side a {
  margin-right: 2rem;
}
.section-head .right-side p {
  width: 100%;
}

.btn-two .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
  gap: 8px;
  padding: 6px 18px 6px 6px;
  border-radius: 50px;
  background-color: #f5f5f5;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s ease;
  white-space: nowrap;
}
.btn-two .btn .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
  font-size: 10px;
  padding: 8px;
  border-radius: 50%;
  background-color: #ffffff;
}
.btn-two .btn .icon svg {
  transition: 0.4s ease;
}
.btn-two .btn:hover svg {
  transform: scale(1.2);
}
.btn-two .black-btn {
  background: #383838;
  color: #ffffff;
}

.main-btn, .white-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
  height: 40px;
  padding-right: 25px;
  font-size: 14px;
  border: 1px solid #000000 !important;
  border-right: 0 !important;
  border-radius: 0;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s ease;
}
.main-btn:hover, .white-btn:hover {
  background-color: transparent;
}
.main-btn .arrow, .white-btn .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 39px;
  background: #000000;
  transform: skew(-36deg);
  transition: 0.3s ease;
}
.main-btn .arrow svg, .white-btn .arrow svg {
  transform: skew(35deg);
}
.main-btn:hover .arrow, .white-btn:hover .arrow {
  right: -15px;
}
.main-btn .skew, .white-btn .skew {
  width: 40px;
  height: 40px;
  transform: skew(-35deg) translateX(100%);
  border: 1px solid #000;
  border-left: 0;
}
.main-btn span, .white-btn span {
  white-space: nowrap;
}

.white-btn {
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.white-btn:hover {
  color: #ffffff;
}
.white-btn .skew {
  border: 1px solid #ffffff;
  border-left: 0;
}
.white-btn .arrow {
  background: #ffffff;
}
.white-btn .arrow svg {
  transform: skew(35deg);
  filter: invert(1);
}

.btn-two .black-btn {
  background-color: #383838;
  color: #ffffff;
}

h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  font-style: italic;
}
h1 .highlight {
  font-weight: normal;
}

.owl-carousel .owl-stage {
  padding-bottom: 60px;
}
.owl-carousel .owl-dots {
  display: block !important;
  margin-top: 120px;
}
.owl-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
}
.owl-carousel .owl-dot span {
  background: #b5b5b5;
  width: 30px !important;
  height: 6px !important;
  display: block;
  margin: 0 !important;
  border-radius: 0 !important;
  transition: background 0.3s ease, width 0.3s ease;
  margin-bottom: 9px !important;
}
.owl-carousel .owl-dot.active span {
  background: #4c4c4c !important;
}
.owl-carousel .owl-dot .owl-dot:hover span {
  background: #4c4c4c !important;
}

.slider-container .item {
  position: relative;
  z-index: -1 !important;
}
.slider-container .card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 15px;
  border: 0;
}
.slider-container .card:hover {
  transform: translateY(-20px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
}
.slider-container .card-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-container .card-content {
  position: absolute;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  padding: 30px;
  bottom: -70px;
  z-index: 11;
  background: #ffffff;
  box-shadow: 0 4px 20.7px 0 rgba(0, 0, 0, 0.03);
  cursor: pointer;
  transition: all 0.3s linear;
}
.slider-container .card-content h3 {
  transition: all 0.3s linear;
}
.slider-container .item:hover .card {
  transform: translateY(-10px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
}
.slider-container .item:hover .card-content {
  background: #262626;
}
.slider-container .item:hover .card-content h3 {
  color: #ffffff;
}
.slider-container .card-number {
  font-size: 48px;
  font-weight: 600;
  color: #d4d4d4;
  margin-bottom: 20px;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #d4d4d4;
}
.slider-container .card-title {
  font-size: 24px;
  font-weight: 600;
  color: #373737;
  margin-bottom: 15px;
}
.slider-container .card-description {
  font-size: 14px;
  color: #808080;
  line-height: 22px;
}
.slider-container .owl-dots {
  position: relative;
  left: 50%;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #e3e3e3 !important;
  height: 12px;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .slider-container .card-content {
    padding: 20px;
  }
  .slider-container .card-number {
    font-size: 36px;
  }
  .slider-container .card-title {
    font-size: 20px;
  }
  .slider-container .owl-carousel .owl-nav button.owl-prev,
  .slider-container .owl-carousel .owl-nav button.owl-next {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .slider-container .card-content {
    padding: 10px;
  }
  .slider-container .card-content .card-number {
    margin-bottom: 0;
    font-size: 30px;
  }
  .slider-container .card-content .card-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .slider-container .owl-dots {
    transform: translateX(-50%);
  }
}

.section-head h2,
.white-head h2 {
  font-size: 50px;
}
.section-head p,
.white-head p {
  font-size: 16px;
}

.white-head h2,
.white-head p {
  color: #ffffff;
}

.card-number {
  font-size: 48px;
  font-weight: 600;
  color: #d4d4d4;
  margin-bottom: 20px;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #d4d4d4;
}

@media (min-width: 768px) and (max-width: 1200px) {
  h2 {
    font-size: 35px !important;
  }
  p {
    font-size: 14px !important;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  h2 {
    font-size: 30px !important;
  }
  p {
    font-size: 14px !important;
  }
  .section-head {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .section-head .left-side {
    text-align: center;
    width: 100%;
  }
  .section-head .left-side p {
    width: 100% !important;
  }
  .right-side {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 30px !important;
  }
  p {
    font-size: 14px !important;
  }
  .section-head {
    flex-direction: column;
    align-items: center;
  }
  .section-head .left-side {
    text-align: center;
    width: 100%;
  }
  .section-head .left-side p {
    width: 100% !important;
  }
  .section-head .right-side {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0;
    text-align: center;
    width: 100%;
  }
  .section-head .right-side p {
    width: 100%;
  }
}
#navbarNav {
  padding-right: 64px;
}

.navbar {
  background: #ffffff;
  border-bottom: 1px solid #eee;
}
.navbar .navbar-brand img {
  width: 100%;
}
.navbar .nav-link {
  font-size: 14px;
  color: #565656 !important;
  transition: color 0.3s ease;
  font-family: "Instrument Sans", sans-serif;
}
.navbar .nav-link:hover, .navbar .nav-link.active {
  color: #080401 !important;
  font-weight: 500;
}
.navbar .nav-item.dropdown .nav-link svg path {
  transition: fill 0.3s ease;
}
.navbar .nav-item.dropdown:hover .nav-link svg path {
  fill: #000;
}
.navbar .dropdown-menu {
  border: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
}
.navbar .dropdown-menu .dropdown-item {
  color: #565656;
}
.navbar .dropdown-menu .dropdown-item:hover {
  color: #080401;
  background-color: transparent;
}
.navbar .dropdown-toggle::after {
  display: none;
}
.navbar .dropdown:hover .dropdown-menu {
  border-radius: 0;
}
.navbar .navbar-toggler {
  border: none;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .navbar-toggler-icon {
  background-image: none;
}
.navbar .offcanvas {
  background-color: #fff;
}
.navbar .offcanvas .nav-link {
  color: #000;
}
.navbar .offcanvas .nav-link:hover {
  color: #ff4e51;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .navbar .navbar-brand {
    width: 250px !important;
  }
  .navbar .navbar-brand img {
    width: 100%;
  }
  .navbar .navbar-nav {
    gap: 10px !important;
  }
  .navbar .navbar-nav .nav-link {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .navbar .mobile-res-btn {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .navbar .navbar-brand {
    width: 220px !important;
  }
  .navbar .navbar-nav {
    gap: 10px !important;
  }
  .navbar .navbar-nav .nav-link {
    font-size: 14px;
  }
  .navbar .mobile-res-btn {
    padding-right: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .navbar .navbar-nav {
    align-items: center;
  }
  .navbar .navbar-nav .nav-link {
    font-size: 18px;
    text-align: center;
  }
  .navbar .mobile-res-btn {
    display: flex;
    justify-content: center;
    padding-right: 0;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .navbar .navbar-nav {
    align-items: center;
  }
  .navbar .navbar-nav .nav-link {
    font-size: 18px;
  }
  .navbar .mobile-res-btn {
    display: flex;
    justify-content: center;
    padding-right: 0;
  }
}
@media (max-width: 575px) and (max-width: 768px) {
  .navbar .navbar-nav {
    align-items: center;
  }
  .navbar .navbar-nav .nav-link {
    font-size: 18px;
  }
  .navbar .navbar-brand {
    width: 180px !important;
  }
  .navbar .mobile-res-btn {
    display: flex;
    justify-content: center;
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .dropdown-arrow {
    cursor: pointer;
    padding: 5px;
  }
  .dropdown-menu {
    display: none;
  }
  .dropdown-menu.show {
    display: block;
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .nav-item.dropdown {
    position: relative;
  }
  .nav-item.dropdown .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
  }
  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }
}
.hero-section {
  position: relative;
}
.hero-section .owl-carousel .owl-stage {
  padding-bottom: 0 !important;
}
.hero-section .owl-carousel .owl-dots {
  display: none !important;
  margin-bottom: 0 !important;
}
.hero-section .hero-slide {
  height: calc(100vh - 100px);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
}
.hero-section .hero-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.64) 100%);
  z-index: 1;
}
.hero-section .hero-slide .container {
  position: relative;
  z-index: 2;
}
.hero-section .hero-slide .hero-content {
  max-width: 70%;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
  color: #ffffff;
}
.hero-section .hero-slide .hero-content h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  font-style: italic;
}
.hero-section .hero-slide .hero-content h1 .highlight {
  font-weight: normal;
}
.hero-section .hero-slide .hero-content p {
  font-size: 16px;
  margin-top: 20px;
  width: 50%;
  color: #ffffff;
}
.hero-section .hero-slide .hero-content .main-btn, .hero-section .hero-slide .hero-content .white-btn {
  margin-top: 30px;
}
.hero-section .owl-theme .owl-nav [class*=owl-] {
  background-color: transparent;
}
.hero-section .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #ffffff;
}
.hero-section .owl-nav {
  position: absolute;
  right: 80px;
  bottom: 30%;
  display: flex;
  background-color: transparent !important;
}
.hero-section .owl-nav button {
  background: transparent !important;
  border: 1px solid #fff !important;
  color: #fff !important;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  transform: skew(-35deg);
  border-radius: 0 !important;
}
.hero-section .owl-nav button svg {
  transform: skew(35deg);
}
.hero-section .owl-nav button:hover {
  background: #ffffff !important;
  color: #000000 !important;
}
.hero-section .owl-nav button:hover svg {
  filter: invert(1);
}
@media (min-width: 1601px) and (max-width: 1800px) {
  .hero-section .owl-nav {
    right: 13% !important;
  }
}
@media (min-width: 1501px) and (max-width: 1600px) {
  .hero-section .owl-nav {
    right: 8% !important;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  .hero-section .owl-nav {
    right: 5% !important;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .hero-section .owl-nav {
    right: 86px !important;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .hero-section .hero-slide .hero-content h1 {
    font-size: 45px;
  }
  .hero-section .stats-section .stat-box h3 {
    font-size: 30px;
  }
  .hero-section .stats-section .stat-box p {
    font-size: 12px;
  }
  .hero-section .owl-nav {
    right: 130px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .hero-section .hero-slide .hero-content h1 {
    font-size: 35px;
  }
  .hero-section .stats-section .stat-box h3 {
    font-size: 35px;
  }
  .hero-section .stats-section .stat-box span {
    font-size: 30px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .hero-section .hero-slide .hero-content {
    max-width: 100% !important;
  }
  .hero-section .hero-slide .hero-content h1 {
    font-size: 35px;
  }
  .hero-section .hero-slide .hero-content p {
    width: 70%;
  }
  .hero-section .stats-section .stat-box h3 {
    font-size: 25px;
  }
  .hero-section .stats-section .stat-box span {
    font-size: 30px;
  }
}
@media (max-width: 575px) and (max-width: 576px) {
  .hero-section .hero-slide {
    height: calc(70vh - 100px);
  }
  .hero-section .hero-slide .hero-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0;
    max-width: 100% !important;
    text-align: center;
    width: 100%;
  }
  .hero-section .hero-slide .hero-content h1 {
    font-size: 30px;
  }
  .hero-section .hero-slide .hero-content p {
    width: 100% !important;
  }
  .hero-section .owl-nav {
    right: 30px;
    bottom: 25%;
    display: none;
  }
  .hero-section .stats-section {
    position: relative;
  }
  .hero-section .stats-section .stat-box h3 {
    font-size: 24px;
    font-weight: 600;
  }
  .hero-section .stats-section .stat-box span {
    font-size: 30px;
  }
}

.owl-item.active .hero-content {
  opacity: 1;
  transform: translateY(0);
}

.stats-section {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 11;
}
.stats-section .stat-box {
  background-color: #0f0f0f;
  padding: 10px 20px;
  color: #ffffff;
}
.stats-section .stat-box h3 {
  font-size: 30px;
  margin-top: 20px;
}
.stats-section .stat-box span {
  font-size: 40px;
  background: linear-gradient(45deg, rgba(255, 78, 81, 0), rgba(249, 213, 35, 0));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1215686275);
  font-weight: 500;
  transform: translateY(-10px);
}
.stats-section .stat-box p {
  font-size: 12px;
}
.stats-section .stat-box:nth-child(2) {
  background-color: #1b1b1b;
}
.stats-section .stat-box:nth-child(3) {
  background-color: #262626;
}

.about-us h2 {
  font-weight: 500;
  font-size: 50px;
}
.about-us p {
  padding-inline: 20%;
  font-size: 16px;
}
@media (max-width: 575px) and (max-width: 576px) {
  .about-us p {
    padding-inline: 0;
  }
}

.sec-three {
  background-color: #fbfbfb;
}

.sec-four {
  background-color: #262626;
}
.sec-four .service-slider .card {
  height: 350px;
}
.sec-four .service-slider .card-content {
  width: 100%;
  height: 100px;
  background-color: rgba(38, 38, 38, 0.8784313725);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.sec-four .service-slider .card-content h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0 !important;
  position: relative;
  transition: all 0.3s ease;
}
.sec-four .service-slider .owl-carousel .owl-dots {
  margin-top: 20px !important;
}
.sec-four .service-slider .item {
  position: relative;
  overflow: hidden;
}
.sec-four .service-slider .item:hover .card-content {
  background-color: #fff;
}
.sec-four .service-slider .item:hover .card-content h3 {
  color: #000 !important;
  top: 0;
  opacity: 1;
  font-weight: 600;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .sec-four .service-slider .card-content {
    height: -moz-fit-content;
    height: fit-content;
  }
  .sec-four .service-slider .card-content h3 {
    font-size: 18px;
    padding-block: 1rem;
  }
}
@media (max-width: 575px) and (max-width: 576px) {
  .sec-four .service-slider .owl-stage {
    padding-bottom: 0;
  }
  .sec-four .service-slider .owl-dots {
    transform: translateX(-50%);
  }
}

.sec-five h2 {
  font-size: 50px;
}
.sec-five .img-overlay {
  position: relative;
  width: 100%;
  height: 100%;
}
.sec-five .img-overlay img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}
.sec-five .img-overlay::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: 0;
  background: #f0f0f0;
  filter: blur(88.25px);
}
.sec-five .img-overlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -32px;
  background: #fff;
  filter: blur(25px);
}
.sec-five .img-overlay2::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  left: -50px;
  border-radius: 384px;
  background: #f0f0f0;
  filter: blur(88.25px);
}
.sec-five .stat-card {
  position: relative;
  border: 1px solid #ccc;
  text-align: center;
  padding: 40px 20px;
  transition: all 0.3s ease;
  border: 1px solid #dbdbdb;
  width: 80%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.sec-five .stat-card::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 85%;
  transform: skew(-45deg);
  width: 60px;
  height: 70%;
  background: #333;
  z-index: -1;
}
.sec-five .stat-card h2 {
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 10px;
}
.sec-five .stat-card h2 span {
  color: transparent;
  -webkit-text-stroke: 1px #373737;
}
.sec-five .stat-card h6 {
  font-weight: 700;
  margin-bottom: 10px;
}
.sec-five .stat-card p {
  margin: 0;
  color: #262626;
  font-size: 16px;
}
.sec-five .stat-card:hover {
  box-shadow: 0px 0px 10px rgba(114, 114, 114, 0.3294117647);
}
@media (min-width: 768px) and (max-width: 992px) {
  .sec-five .stat-card {
    width: 100%;
  }
  .sec-five .stat-card::after {
    top: 61%;
    left: 80%;
    width: 40px;
    height: 50%;
  }
}
@media (max-width: 575px) {
  .sec-five .stat-card {
    width: 100%;
  }
  .sec-five .stat-card::after {
    display: none;
  }
}

.sec-six .core-feature-imgs .left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.sec-six .core-feature-imgs .left .img1 {
  position: relative;
  display: flex;
  justify-content: center;
  background-color: #1c1c1c;
  align-items: center;
}
.sec-six .core-feature-imgs .left .img1 .text-overlay {
  position: absolute;
  width: 100%;
  z-index: 11;
  color: white;
  text-align: center;
}
.sec-six .core-feature-imgs .left .img1 .text-overlay h2 {
  font-size: 40px;
  height: 120%;
}
.sec-six .core-feature-imgs .left .img1 .text-overlay p {
  font-size: 24px;
}
.sec-six .accordion-buttons .common-btn {
  margin-bottom: 20px;
}
.sec-six .accordion-buttons .common-btn .main-btn, .sec-six .accordion-buttons .common-btn .white-btn {
  background-color: #f2f2f2;
  border: 0 !important;
  font-weight: 600;
}
.sec-six .accordion-buttons .common-btn .main-btn .skew, .sec-six .accordion-buttons .common-btn .white-btn .skew {
  background-color: #f2f2f2;
  z-index: -1;
  border: 0;
}
.sec-six .accordion-buttons .common-btn .main-btn .arrow, .sec-six .accordion-buttons .common-btn .white-btn .arrow {
  visibility: hidden;
  transition: all 0.4s linear;
}
.sec-six .accordion-buttons .common-btn .main-btn .accnumber, .sec-six .accordion-buttons .common-btn .white-btn .accnumber {
  margin-right: 10px;
}
.sec-six .accordion-buttons .common-btn .accordion-text {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  font-size: 14px;
  color: #525252;
  line-height: 1.6;
}
.sec-six .accordion-buttons .common-btn.active .accordion-text {
  max-height: 150px;
  opacity: 1;
  margin-top: 10px;
}
.sec-six .accordion-buttons .common-btn.active .main-btn, .sec-six .accordion-buttons .common-btn.active .white-btn {
  background-color: transparent;
  border: 1px solid !important;
  border-right: 0 !important;
}
.sec-six .accordion-buttons .common-btn.active .main-btn .skew, .sec-six .accordion-buttons .common-btn.active .white-btn .skew {
  background-color: transparent;
  z-index: -1;
  border: 1px solid;
}
.sec-six .accordion-buttons .common-btn.active .main-btn .arrow, .sec-six .accordion-buttons .common-btn.active .white-btn .arrow {
  visibility: visible;
  transition: all 0.4s linear;
}
@media (min-width: 992px) {
  .sec-six .left-side {
    width: 100% !important;
  }
  .sec-six h2 {
    width: 100% !important;
  }
}
@media (max-width: 575px) and (max-width: 768px) {
  .sec-six .section-head h2 {
    width: 100% !important;
  }
}
@media (max-width: 575px) {
  .sec-six .accordion-buttons .common-btn .main-btn .skew, .sec-six .accordion-buttons .common-btn .white-btn .skew {
    display: none;
  }
}

.afterbg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.795);
  left: 0;
  top: 0;
}
.afterbg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  left: 0;
  top: -40px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) -134.31%, #000 79.49%);
  filter: blur(27.7000007629px);
}
.afterbg .ripple {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 8px solid white;
  opacity: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.afterbg .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: transform 0.3s;
  padding-left: 5px;
}
.afterbg .play-btn svg {
  height: 20px;
}
.afterbg .play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.video-modal {
  display: none;
}

.sec-seven .right-side {
  width: 40%;
}
@media (min-width: 576px) and (max-width: 768px) {
  .sec-seven .right-side {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .sec-seven .right-side {
    width: 100%;
  }
}

.logo-grid {
  background-color: #ffffff;
}
.logo-grid .logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.logo-grid .logo-box {
  background-color: #ffffff;
  border: 1px solid #f4f4f4;
  height: 260px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.logo-grid .logo-box:nth-child(1) {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
}
.logo-grid .logo-box:nth-child(2) {
  border-right: 0;
  border-bottom: 0;
  border-top: 0;
}
.logo-grid .logo-box:nth-child(3) {
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
}
.logo-grid .logo-box:nth-child(4) {
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
}
.logo-grid .logo-box:nth-child(5) {
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
}
.logo-grid .logo-box:nth-child(6) {
  border-right: 0;
  border-bottom: 0;
}
.logo-grid .logo-box:nth-child(7) {
  border-right: 0;
  border-bottom: 0;
}
.logo-grid .logo-box:nth-child(8) {
  border-right: 0;
  border-bottom: 0;
}
.logo-grid .logo-box img {
  max-width: 120px;
  opacity: 0.9;
  transition: transform 0.3s ease, opacity 0.3s ease;
  filter: grayscale(100%);
}
.logo-grid .logo-box:hover {
  background-color: #ffffff;
  background: linear-gradient(180deg, #fff 0%, #f5f5f5 100%);
}
.logo-grid .logo-box:hover img {
  transform: scale(1.05);
  opacity: 1;
  filter: grayscale(0%);
}
@media (min-width: 768px) and (max-width: 992px) {
  .logo-grid .logo-box {
    height: 160px;
  }
}
@media (max-width: 575px) and (max-width: 576px) {
  .logo-grid {
    overflow: scroll;
  }
  .logo-grid .logo-box {
    height: 160px;
    padding: 20px;
  }
}

.sec-eight {
  background: linear-gradient(90deg, #262626 32.69%, #4c4c4c 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-eight .testi-head {
  top: 0%;
}
.sec-eight .owl-carousel .owl-stage {
  padding-bottom: 0 !important;
}
.sec-eight .owl-stage-outer {
  position: relative;
  padding-block: 4%;
}
.sec-eight .owl-carousel .owl-dots {
  display: flex !important;
  justify-content: start;
  margin-top: 0 !important;
}
.sec-eight .owl-carousel .owl-dot span {
  background-color: #4c4c4c;
}
.sec-eight .owl-carousel .owl-dot.active span {
  background: #d7d7d7 !important;
}
.sec-eight .owl-carousel .owl-dot .owl-dot:hover span {
  background: #4c4c4c !important;
}
.sec-eight .owl-carousel .item {
  height: 35vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-eight .owl-carousel .quote-icon {
  width: 50px;
}
.sec-eight .owl-carousel .user-name {
  color: #ffffff;
  font-size: 20px;
}
.sec-eight .owl-carousel .position {
  font-size: 14px;
  color: #b4b4b4;
}
.sec-eight .owl-carousel .shapeOne {
  position: absolute;
  right: 220px;
  transform: rotate(2deg);
}
.sec-eight .owl-carousel .shapeOne svg {
  height: 270px;
}
.sec-eight .owl-carousel .shapeTwo {
  position: absolute;
  right: 3%;
}
.sec-eight .owl-carousel .shapeTwo svg {
  height: 320px;
}
.sec-eight .owl-carousel .arrow1 {
  position: absolute;
  position: absolute;
  left: 65%;
  top: -40%;
}
.sec-eight .owl-carousel .arrow1 svg {
  width: 50px;
}
.sec-eight .owl-carousel .arrow2 {
  position: absolute;
  left: 38%;
  bottom: -40%;
}
.sec-eight .owl-carousel .arrow2 svg {
  width: 40px;
}
.sec-eight .owl-carousel .right-side {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center !important;
}
.sec-eight .owl-carousel .right-side .userimg {
  position: relative;
  z-index: 11;
  width: 210px;
}
.sec-eight .owl-carousel .right-side .userimg span {
  position: absolute;
  left: 0;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 992px) {
  .sec-eight .owl-carousel .item {
    height: 50vh;
  }
  .sec-eight .owl-carousel .shapeTwo {
    right: -5%;
  }
  .sec-eight .owl-carousel .shapeOne {
    right: 18%;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .sec-eight .owl-carousel .item {
    height: 100%;
  }
  .sec-eight .owl-carousel .shapeOne,
  .sec-eight .owl-carousel .shapeTwo {
    display: none;
  }
  .sec-eight .owl-carousel .white-head {
    flex-direction: column-reverse;
    align-items: center;
    gap: 2rem;
    text-align: center;
  }
  .sec-eight .owl-carousel .white-head .left-side {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sec-eight .owl-carousel .owl-dots {
    display: block !important;
  }
}
@media (max-width: 575px) {
  .sec-eight .owl-carousel .item {
    height: 100%;
  }
  .sec-eight .owl-carousel .shapeOne,
  .sec-eight .owl-carousel .shapeTwo {
    display: none;
  }
  .sec-eight .owl-carousel .white-head {
    flex-direction: column-reverse;
    gap: 2rem;
  }
  .sec-eight .owl-carousel .left-side {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sec-eight .owl-carousel .owl-dots {
    display: block !important;
  }
}

.sec-nine .owl-dots {
  margin-top: 0 !important;
}
.sec-nine .item {
  border: 1px solid #e8e8e8;
}
.sec-nine .item:hover {
  box-shadow: 0 4px 20.7px 0 rgba(0, 0, 0, 0.03);
}
.sec-nine .item img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-nine .blog-date {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-left: 10px;
  padding-block: 10px;
}
.sec-nine .blog-date .date {
  justify-content: center;
  align-items: center;
}
.sec-nine .blog-date p {
  font-size: 14px;
}
.sec-nine .blog-date span {
  font-size: 14px;
}
.sec-nine .blog-date::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #373737;
  transform: skew(-35deg);
  left: -30%;
  z-index: -1;
}
.sec-nine .blog-content {
  padding: 10px;
}
.sec-nine .blog-content h3 {
  font-size: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sec-nine .blog-content p {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sec-nine .blog-btn {
  position: relative;
  display: flex;
  justify-content: end;
  background: #f9f9f9;
  padding: 10px;
  border-radius: 0;
  transition: linear 0.4s;
  overflow: hidden;
  z-index: 0;
}
.sec-nine .blog-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #373737;
  transform: translateX(-100%);
  transition: linear 0.4s;
  z-index: 1;
}
.sec-nine .blog-btn i {
  font-size: 25px;
}
.sec-nine .blog-btn:hover::after {
  transform: translateX(0%);
}
.sec-nine .blog-btn:hover i {
  position: relative;
  z-index: 11;
  color: #ffffff;
}
.sec-ten {
  position: relative;
  background-image: url("../../img/home/cta.png");
  background-size: cover;
  height: 100vh;
  z-index: 11;
}
.sec-ten::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  bottom: -80px;
  left: 0;
  fill: #fcfcfc;
  background: #fff;
  filter: blur(40px);
  z-index: 1;
}
.sec-ten .section-head {
  position: absolute;
  flex-direction: column;
  justify-content: center !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}
.sec-ten .section-head::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 50%;
  border-radius: 50%;
  border-radius: 1081px;
  background: #fff;
  filter: blur(88.25px);
  z-index: -1;
}
.sec-ten .botton-scale {
  transform: rotate(180deg);
}
@media (min-width: 768px) and (max-width: 1200px) {
  .sec-ten {
    height: 50vh;
  }
}
@media (max-width: 575px) and (max-width: 992px) {
  .sec-ten {
    height: 60vh;
  }
  .sec-ten .section-head h2 {
    font-size: 30px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .sec-ten {
    height: 55vh;
  }
  .sec-ten .section-head h2 {
    font-size: 30px;
  }
  .sec-ten .botton-scale {
    bottom: -1% !important;
  }
  .sec-ten::after {
    bottom: 0% !important;
  }
}
@media (max-width: 575px) {
  .sec-ten {
    padding-top: 0 !important;
  }
  .sec-ten .botton-scale {
    bottom: -3% !important;
  }
  .sec-ten::after {
    bottom: -6% !important;
  }
}

.footer-section {
  padding: 60px 0 30px;
  padding-bottom: 0px;
  padding-top: 120px;
}
.footer-section .footer-logo {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.footer-section .footer-logo img {
  width: 100%;
}
.footer-section .footer-description {
  color: #868686;
  font-size: 14px;
  line-height: 20px;
  max-width: 350px;
}
.footer-section .quick-assess-title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 20px;
  color: #000000;
}
.footer-section .footer-links {
  list-style: none;
  padding: 0;
}
.footer-section .footer-links li {
  margin-bottom: 12px;
}
.footer-section .footer-links li a {
  color: #000000;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.4s ease;
}
.footer-section .footer-links li a:hover {
  color: #868686;
  padding-left: 4px;
}
.footer-section .newsletter-section h5 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
  color: #000000;
}
.footer-section .newsletter-section p {
  color: #737373;
  font-size: 14px;
  margin-bottom: 20px;
}
.footer-section .newsletter-section .newsletter-form {
  position: relative;
}
.footer-section .newsletter-section .newsletter-form input {
  width: 100%;
  padding: 12px 50px 12px 20px;
  border-radius: 50px;
  border: 0;
  font-size: 16px;
  background-color: #ededed;
}
.footer-section .newsletter-section .newsletter-form input:focus {
  outline: none;
  border-color: #000000;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.footer-section .newsletter-section .newsletter-form button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #000000;
  border: none;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.footer-section .newsletter-section .newsletter-form button:hover {
  background-color: #333;
}
.footer-section .social-section {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
.footer-section .social-section span {
  color: #000000;
  font-weight: 500;
  font-size: 14px;
}
.footer-section .social-section .social-icons {
  display: flex;
  gap: 15px;
}
.footer-section .social-section .social-icons a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--primary-dark);
  text-decoration: none;
  transition: all 0.3s ease;
  background-color: #ededed;
}
.footer-section .social-section .social-icons a:hover {
  background-color: #000000;
  color: white;
  border-color: var(--primary-dark);
}
.footer-section .social-section .social-icons a i {
  font-size: 20px;
}
.footer-section .footer-bottom {
  margin-top: 50px;
  padding: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .footer-section .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}
.footer-section .footer-bottom p {
  margin: 0;
  color: #acacac;
  font-size: 16px;
}
.footer-section .footer-bottom .powered-by {
  font-size: 16px;
}
.footer-section .footer-bottom .powered-by a {
  color: #828282;
  text-decoration: none;
  font-weight: 500;
  opacity: 0.8;
}
@media (max-width: 575px) and (max-width: 992px) {
  .footer-section .logo {
    width: 220px;
  }
}
@media (max-width: 768px) {
  .footer-section {
    padding: 40px 0 0px;
  }
  .footer-section .footer-bottom {
    padding: 1rem;
  }
  .footer-section .footer-bottom .container {
    display: block !important;
  }
}

.about-hero {
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.64) 100%), url(../../img/pages/banner-1.jpg) lightgray 50%/cover no-repeat;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .about-hero .hero-content {
    width: 100% !important;
  }
  .about-hero .hero-content p {
    font-size: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .about-hero {
    height: 50vh;
  }
  .about-hero .hero-content {
    width: 100% !important;
  }
  .about-hero .hero-content p {
    font-size: 16px !important;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .about-hero {
    height: 50vh;
  }
  .about-hero .hero-content {
    width: 100% !important;
  }
  .about-hero .hero-content h1 {
    font-size: 40px;
  }
  .about-hero .hero-content p {
    font-size: 16px !important;
  }
}
@media (max-width: 575px) {
  .about-hero {
    height: 50vh;
  }
  .about-hero .hero-content {
    width: 100% !important;
  }
  .about-hero .hero-content h1 {
    font-size: 30px;
  }
}

.abimg {
  width: 85% !important;
  height: 450px;
  overflow: hidden;
}
.abimg .skewdiv {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  left: 10%;
  top: 60%;
  width: 300px;
  height: 90px;
  background: #808080;
  color: #fff;
  padding: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0;
  transform: skew(-45deg) translateX(100%);
  z-index: 111;
}
.abimg .skewdiv .inner {
  transform: skew(45deg);
  height: 100%;
}
.abimg .skewdiv .inner p {
  color: #ffffff;
}
.abimg .skewdiv h3,
.abimg .skewdiv p {
  margin: 0;
}
.abimg .skewdvshdw {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  left: 12%;
  top: 67%;
  width: 300px;
  height: 70px;
  background: #000000;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0;
  transform: skew(-45deg) translateX(100%);
  z-index: -1;
}
.abimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 40%;
     object-position: center 40%;
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
}

.absec-one .abimg {
  width: 85% !important;
  height: 450px;
  overflow: hidden;
}
.absec-one .abimg .skewdiv {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  left: 10%;
  top: 60%;
  width: 300px;
  height: 90px;
  background: #808080;
  color: #fff;
  padding: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0;
  transform: skew(-45deg) translateX(100%);
  z-index: 111;
}
.absec-one .abimg .skewdiv .inner {
  transform: skew(45deg);
  height: 100%;
}
.absec-one .abimg .skewdiv .inner p {
  color: #ffffff;
}
.absec-one .abimg .skewdiv h3,
.absec-one .abimg .skewdiv p {
  margin: 0;
}
.absec-one .abimg .skewdvshdw {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  left: 12%;
  top: 67%;
  width: 300px;
  height: 70px;
  background: #000000;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0;
  transform: skew(-45deg) translateX(100%);
  z-index: -1;
}
.absec-one .abimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 40%;
     object-position: center 40%;
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
}
.absec-one .goal-sec .bmbg {
  background-image: url(../../img/pages/bgvission.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 250px;
  position: relative;
  z-index: -1;
  top: -60px;
}
.absec-one .goal-sec .card {
  background-color: #faf9f9;
  border: 0;
}
.absec-one .goal-sec .card .icon {
  background: #000;
  width: 60px;
  height: 60px;
  padding: 10px;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .absec-one .abimg .skewdiv,
  .absec-one .abimg .skewdvshdw {
    left: 0%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .absec-one .abimg .skewdiv {
    left: -18%;
  }
  .absec-one .abimg .skewdvshdw {
    left: -15%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .absec-one .abimg .skewdiv,
  .absec-one .abimg .skewdvshdw {
    left: -55%;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .absec-one .abimg .skewdiv,
  .absec-one .abimg .skewdvshdw {
    left: -55%;
  }
  .absec-one .goal-sec {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  .absec-one .goal-sec .col-md-4 {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .absec-one {
    padding-bottom: 0 !important;
  }
  .absec-one .abimg .skewdiv,
  .absec-one .abimg .skewdvshdw {
    left: -12%;
    width: 250px;
  }
  .absec-one .abcontent {
    margin-top: 1rem;
  }
  .absec-one .goal-sec {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  .absec-one .goal-sec .col-md-4 {
    margin-bottom: 20px;
  }
}
@media (max-width: 320px) {
  .absec-one .abimg .skewdiv,
  .absec-one .abimg .skewdvshdw {
    left: -42%;
    width: 200px;
  }
}
@media (min-width: 340px) and (max-width: 374px) {
  .absec-one .abimg .skewdiv,
  .absec-one .abimg .skewdvshdw {
    left: -30%;
    width: 200px;
  }
}
@media (min-width: 375px) and (max-width: 400px) {
  .absec-one .abimg .skewdiv,
  .absec-one .abimg .skewdvshdw {
    left: -25%;
    width: 200px;
  }
}
@media (min-width: 401px) and (max-width: 500px) {
  .absec-one .abimg .skewdiv,
  .absec-one .abimg .skewdvshdw {
    left: -12%;
    width: 200px;
  }
}
@media (min-width: 501px) and (max-width: 576px) {
  .absec-one .abimg .skewdiv,
  .absec-one .abimg .skewdvshdw {
    left: -2%;
  }
}

.services-sec {
  background-color: #262626;
}
.services-sec p {
  font-size: 14px;
  color: #b9b9b9;
  width: 40%;
}
.services-sec .serimg .inner {
  position: relative;
  left: 15%;
  width: 380px;
  height: 500px;
  transform: skew(-20deg);
  overflow: hidden;
}
.services-sec .serimg img {
  position: relative;
  left: -30%;
  width: 600px;
  height: 500px;
  transform: skew(20deg);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center -40%;
     object-position: center -40%;
}
.services-sec .skewshape {
  position: absolute;
  width: 360px;
  height: 200px;
  top: 67%;
  right: 8%;
  transform: rotate(8deg);
}
.services-sec .skewshape::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(217, 217, 217, 0.3294117647);
  border: 1px solid red;
  pointer-events: none;
  width: 100%;
  height: 100%;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  transform: rotate(-37deg);
}
.services-sec .content {
  padding-left: 7rem;
}
.services-sec .content h2 {
  font-size: 60px;
  font-weight: 700;
}
.services-sec .content h3 {
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}
.services-sec .content p {
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .services-sec .skewshape {
    right: -12%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .services-sec {
    padding-bottom: 0 !important;
  }
  .services-sec .serimg .inner {
    transform: skew(0deg);
    width: 100%;
    left: 0;
  }
  .services-sec .serimg .inner img {
    transform: skew(0deg);
    width: 100%;
    left: 0;
  }
  .services-sec .section-head .left-side .btn-two {
    display: flex;
    justify-content: start;
  }
  .services-sec .section-head .left-side p {
    width: 40% !important;
    text-align: start;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .services-sec {
    padding-bottom: 0 !important;
  }
  .services-sec .serimg .inner {
    height: auto;
  }
  .services-sec .skewshape {
    right: 0%;
  }
  .services-sec .content {
    margin-top: 3rem;
    padding-left: 0;
    gap: 10px !important;
  }
  .services-sec .content p {
    width: 100% !important;
  }
}
@media (max-width: 575px) {
  .services-sec {
    padding-bottom: 0 !important;
  }
  .services-sec .serimg .inner {
    transform: skew(0deg);
    width: 100%;
    height: auto;
    left: 0;
  }
  .services-sec .serimg .inner img {
    transform: skew(0deg);
    width: 100%;
    height: auto;
    left: 0;
  }
  .services-sec .skewshape {
    display: none;
  }
  .services-sec .content {
    margin-top: 2rem;
    padding-left: 0;
    gap: 10px !important;
  }
  .services-sec .content p {
    width: 100% !important;
  }
}

.our-service .ourservice-content {
  position: relative;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 20px;
  align-items: end;
}
.our-service .ourservice-content .section-head {
  width: 600px;
  height: 250px;
}
.our-service .ourservice-content .service-card {
  width: 330px;
  height: auto;
  padding: 20px;
  background: #f2f2f2;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
.our-service .ourservice-content .service-card p {
  font-size: 12px;
  transition: color 0.3s ease;
}
.our-service .ourservice-content .service-card:nth-child(4) {
  transform: translateX(81%);
}
.our-service .ourservice-content .service-card .icon {
  position: relative;
  left: -40px;
  width: 50px;
  height: 34px;
  transform: skew(-25deg) translateX(100%);
  margin-bottom: 20px;
}
.our-service .ourservice-content .service-card .icon img {
  position: absolute;
  bottom: 2px;
  transform: skew(25deg);
}
.our-service .ourservice-content .service-card:hover {
  box-shadow: 0 4px 20.7px 0 rgba(0, 0, 0, 0.03);
  background-color: #000000;
  color: #ffffff;
  transform: rotate(5deg);
}
.our-service .ourservice-content .service-card:hover p {
  color: #ffffff !important;
}
.our-service .ourservice-content .service-card:hover:nth-child(4) {
  transform: translateX(81%) rotate(5deg);
}
@media (min-width: 992px) and (max-width: 1400px) {
  .our-service .ourservice-content .section-head {
    width: auto;
  }
  .our-service .ourservice-content .service-card:nth-child(4) {
    transform: translateX(26%);
  }
  .our-service .ourservice-content .service-card:hover:nth-child(4) {
    transform: translateX(26%) rotate(5deg);
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .our-service .ourservice-content .section-head {
    width: auto;
  }
  .our-service .ourservice-content .service-card {
    width: 290px;
  }
  .our-service .ourservice-content .service-card:nth-child(4) {
    transform: translateX(8%);
  }
  .our-service .ourservice-content .service-card:hover:nth-child(4) {
    transform: translateX(8%) rotate(5deg);
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .our-service .ourservice-content .section-head {
    width: auto;
  }
  .our-service .ourservice-content .service-card {
    width: 225px;
  }
  .our-service .ourservice-content .service-card:nth-child(4) {
    transform: translateX(0%);
  }
  .our-service .ourservice-content .service-card:hover:nth-child(4) {
    transform: translateX(0%) rotate(5deg);
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .our-service .ourservice-content {
    grid-template-columns: 1fr;
  }
  .our-service .ourservice-content .section-head {
    width: auto;
  }
  .our-service .ourservice-content .service-card {
    width: 100%;
  }
  .our-service .ourservice-content .service-card:nth-child(4) {
    transform: translateX(0%);
  }
  .our-service .ourservice-content .service-card:hover:nth-child(4) {
    transform: translateX(0%) rotate(5deg);
  }
}
@media (max-width: 575px) {
  .our-service .ourservice-content {
    grid-template-columns: 1fr;
  }
  .our-service .ourservice-content .section-head {
    width: auto;
    justify-content: space-evenly !important;
  }
  .our-service .ourservice-content .service-card {
    width: 100%;
  }
  .our-service .ourservice-content .service-card:nth-child(4) {
    transform: translateX(0%);
  }
  .our-service .ourservice-content .service-card:hover:nth-child(4) {
    transform: translateX(0%) rotate(5deg);
  }
}

.video-sec {
  position: relative;
  height: 70vh;
}
.video-sec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(217, 217, 217, 0.231372549);
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
}
.video-sec img {
  filter: grayscale(100%);
}
.video-sec .play-btn {
  width: 90px;
  height: 90px;
  padding: 10px;
  background-color: rgba(217, 217, 217, 0.7607843137);
}
.video-sec .play-btn .sec-layer {
  background: rgba(217, 217, 217, 0.7607843137);
  padding: 10px;
}
.video-sec .play-btn .third-layer {
  background: rgba(217, 217, 217, 0.7607843137);
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .video-sec {
    height: 100%;
  }
}
@media (max-width: 575px) {
  .video-sec {
    height: 100%;
  }
}

.absec-5 h6,
.absec-5 p {
  color: transparent !important;
  -webkit-text-stroke: 1px #373737;
  font-weight: 700;
}

.ab-founder {
  position: relative;
  background-color: #262626;
  overflow: hidden;
}
.ab-founder .left-side {
  left: 40%;
}
.ab-founder .ab-founder-img {
  position: absolute;
  bottom: -10%;
  right: 0;
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: end;
  flex-direction: row;
  gap: 0;
}
.ab-founder .ab-founder-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(217, 217, 217, 0.6901960784);
  pointer-events: none;
  width: 80%;
  height: 80%;
  left: 20%;
  top: 30%;
  border-radius: 670px;
  filter: blur(176px);
}
.ab-founder .ab-founder-img .fderimg {
  position: relative;
  width: 100%;
  height: 90%;
  z-index: 11;
}
.ab-founder .ab-founder-img .fderimg img {
  -o-object-position: center top;
     object-position: center top;
}
@media (min-width: 576px) and (max-width: 768px) {
  .ab-founder {
    height: auto;
  }
  .ab-founder .left-side {
    position: initial !important;
    width: 100% !important;
    transform: translate(0%, 0%) !important;
    text-align: start;
  }
  .ab-founder .ab-founder-img .fderimg {
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .ab-founder .mobilefounder {
    position: relative;
    justify-content: center;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .ab-founder .left-side {
    position: initial !important;
    width: 100% !important;
    transform: translate(0%, 0%) !important;
  }
  .ab-founder .ab-founder-img .fderimg {
    width: auto !important;
    height: 100%;
    z-index: 1;
  }
}
@media (max-width: 575px) {
  .ab-founder {
    height: 100%;
  }
  .ab-founder .left-side {
    position: initial !important;
    width: 100% !important;
    transform: translate(0%, 0%) !important;
    text-align: start;
  }
  .ab-founder .left-side p {
    width: 100% !important;
    margin-top: 1rem !important;
  }
  .ab-founder .left-side h2 {
    margin-top: 1rem !important;
  }
  .ab-founder .mobilefounder {
    position: relative;
    justify-content: center;
    width: 100%;
  }
  .ab-founder .mobilefounder .fderimg {
    width: auto !important;
  }
}

.abcta {
  background-color: #262626;
}
.abcta h2 {
  font-size: 50px;
}
.abcta .cta-content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.abcta .cta-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1411764706);
  pointer-events: none;
  width: 100%;
  height: 100%;
  transform: skew(-35deg);
  left: 30%;
  top: 50%;
}
.abcta .cta-content::before {
  content: "";
  position: absolute;
  top: 0;
  right: -60%;
  bottom: 0;
  display: inline-block;
  box-sizing: border-box;
  clip-path: polygon(0% 0%, 100% 0%, 55% 100%, 0% 100%);
  background-color: #262626;
  z-index: -1;
  width: 100%;
}
.abcta .rightside {
  position: absolute;
  width: 940px;
  height: 100%;
  z-index: 0;
}
.abcta .rightside img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  filter: grayscale(100%);
}

.service-hero {
  position: relative;
  background-image: url("../../img/pages/servicebg3.jpg");
  height: 80vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
}
.service-hero .skew-hero {
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  width: 50%;
  height: 100%;
  transform: skew(-25deg);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
  background-color: rgba(0, 0, 0, 0.631372549);
}
.service-hero .skew-hero .content {
  transform: skew(25deg);
}
.service-hero .skew-hero .content .btn-two a {
  background: rgba(56, 56, 56, 0.768627451);
  color: #ffffff;
}
@media (min-width: 576px) and (max-width: 768px) {
  .service-hero .skew-hero {
    width: 80%;
  }
  .service-hero .skew-hero p {
    width: 80%;
  }
}
@media (max-width: 575px) {
  .service-hero .skew-hero {
    width: 100%;
    transform: skew(-20deg);
  }
  .service-hero .skew-hero .content {
    transform: skew(20deg);
  }
  .service-hero .skew-hero p {
    width: 80%;
  }
}

.service-list .card {
  height: 400px;
}
.service-list .card:nth-child(even) {
  flex-direction: row-reverse !important;
  background-color: red;
}
.service-list .card .card-content {
  background: #f6f6f6;
  width: 60%;
}
.service-list .card .card-content p {
  color: #808080;
}
.service-list .card .serviceimg {
  width: 50%;
}
@media (max-width: 575px) {
  .service-list .card {
    height: auto;
  }
  .service-list .card:nth-child(even) {
    flex-direction: column-reverse !important;
  }
  .service-list .card .card-content {
    width: 100% !important;
  }
  .service-list .card .serviceimg {
    width: 100%;
    min-height: 300px !important;
  }
  .service-list .card .serviceimg img {
    height: 100% !important;
  }
}

.botton-scale {
  transform: rotate(180deg);
}

.project-listing-container .card {
  border-radius: 0;
}
.project-listing-container .card img {
  border-radius: 0;
}
.project-listing-container .card .card-img-top {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-listing-container .card .card-body {
  padding: 20px 25px;
}
.project-listing-container .card .card-title {
  font-size: 20px;
  margin-bottom: 10px;
}
.project-listing-container .card .card-text {
  font-size: 14px;
  color: #666;
}
.project-listing-container .project-link {
  text-decoration: none;
  color: #000;
  transition: 0.3s ease;
  font-size: 18px !important;
}
.project-listing-container .project-link:hover {
  color: #808080;
}

.blog-listing-container .card {
  position: relative;
  overflow: hidden;
  transition: background 0.4s ease;
}
.blog-listing-container .card .blog-date {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-left: 10px;
  padding-block: 10px;
  transition: all 0.4s ease;
}
.blog-listing-container .card .blog-date .date {
  position: relative;
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000 !important;
  transition: color 0.4s ease;
}
.blog-listing-container .card .blog-date p,
.blog-listing-container .card .blog-date span {
  font-size: 14px;
  color: #000000 !important;
  transition: color 0.4s ease;
}
.blog-listing-container .card .blog-date::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
  transform: skew(-35deg);
  left: -30%;
  z-index: 1;
  transition: background-color 0.4s ease, transform 0.4s ease;
}
.blog-listing-container .card .blog-content {
  padding: 10px;
  transition: color 0.4s ease;
}
.blog-listing-container .card .blog-content a {
  text-decoration: none;
  color: #000000;
  transition: color 0.4s ease;
}
.blog-listing-container .card .blog-content h3 {
  font-size: 24px;
  transition: color 0.4s ease;
}
.blog-listing-container .card .blog-content p {
  font-size: 16px;
  transition: color 0.4s ease;
}
.blog-listing-container .card .blog-btn {
  position: relative;
  display: flex;
  justify-content: flex-end;
  background: #f9f9f9;
  padding: 10px;
  border: 0;
  overflow: hidden;
  transition: background 0.4s linear;
  z-index: 0;
}
.blog-listing-container .card .blog-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #373737;
  transform: translateX(-100%);
  transition: transform 0.4s linear, background-color 0.4s linear;
  z-index: 1;
}
.blog-listing-container .card .blog-btn i {
  font-size: 25px;
  transition: color 0.4s ease, transform 0.4s ease;
}
.blog-listing-container .card:hover {
  background: #474747;
}
.blog-listing-container .card:hover .blog-date::after {
  background-color: #6a6a6a;
  transform: skew(-35deg) translateX(0);
}
.blog-listing-container .card:hover .blog-btn::after {
  background-color: #363636;
  transform: translateX(0%);
}
.blog-listing-container .card:hover i {
  position: relative;
  z-index: 11;
  color: #ffffff;
}
.blog-listing-container .card:hover a,
.blog-listing-container .card:hover .blog-content p,
.blog-listing-container .card:hover .blog-content span,
.blog-listing-container .card:hover .blog-date .date {
  color: #d4d4d4 !important;
}
.blog-listing-container .card:hover .blog-content h3 {
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 992px) {
  .blog-listing-container .card .blog-content {
    padding: 10px !important;
  }
  .blog-listing-container .card .blog-content h3 {
    font-size: 18px !important;
  }
  .blog-listing-container .card .blog-date {
    margin-left: 0 !important;
    justify-content: start !important;
  }
  .blog-listing-container .card .blog-date p {
    font-size: 12px !important;
  }
  .blog-listing-container .card .blog-date::after {
    left: -10%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .blog-listing-container .card .blog-date {
    margin-left: 0 !important;
    justify-content: center !important;
  }
  .blog-listing-container .card .blog-date::after {
    left: -15%;
  }
}

.contact-main {
  background-image: url("../../img/pages/contactbg.jpg");
  background-position: center;
  background-size: cover;
}
.contact-main .section-head .left-side {
  width: 100%;
}

.contact-wrapper .contact-left {
  background: #000;
  color: #fff;
}
.contact-wrapper .contact-left .contact-box {
  background: #313131;
  border-radius: 4px;
  color: #dedede;
}
.contact-wrapper .contact-left .contact-box a {
  color: #d4d4d4 !important;
  text-decoration: none !important;
  display: inline-block;
  margin-bottom: 4px;
}
.contact-wrapper .contact-left .contact-box a:hover {
  color: #fff;
}
.contact-wrapper .contact-left .contact-box p {
  color: #d4d4d4 !important;
}
.contact-wrapper .contact-left .contact-box span {
  margin: 0 6px;
}
.contact-wrapper .contact-left .contact-box .contact-icon {
  font-size: 26px;
  color: #fff;
}
.contact-wrapper .contact-left .social {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
  background: #222;
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
  transition: 0.3s;
  text-decoration: none;
}
.contact-wrapper .contact-left .social:hover {
  background: #fff;
  color: #000;
}
.contact-wrapper .contact-right {
  background: #f4f4f4;
  padding: 30px;
}
.contact-wrapper .contact-right .form-control,
.contact-wrapper .contact-right .form-select {
  background: #fff;
  height: 48px;
  border: 1px solid #ededed;
  background: #fff;
  border-radius: 0;
}
.contact-wrapper .contact-right .form-control:focus,
.contact-wrapper .contact-right .form-select:focus {
  box-shadow: none;
}
.contact-wrapper .contact-right textarea.form-control {
  height: auto;
}
.contact-wrapper .contact-right ::-moz-placeholder {
  color: #9ca3af;
}
.contact-wrapper .contact-right ::placeholder {
  color: #9ca3af;
}
.contact-wrapper .contact-right .select-icon {
  pointer-events: none;
}
.contact-wrapper .contact-right .custom-btn {
  position: relative;
  border: 1px solid #000;
  background: #fff;
  padding: 12px 24px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  overflow: hidden;
}
.contact-wrapper .contact-right .custom-btn .arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.contact-wrapper .contact-right .custom-btn:hover {
  background: #000;
  color: #fff;
}

.blog-detail .social {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
  background: #f3f3f3;
  border-radius: 50%;
  color: #000000;
  font-size: 25px;
  transition: 0.3s;
  text-decoration: none;
}
.blog-detail .social:hover {
  background: #000000;
  color: #ffffff;
}
.blog-detail .blog-detail-page .blog-content p {
  line-height: 1.7;
  margin-bottom: 1.2rem;
  color: #555;
}
.blog-detail .blog-detail-page .sidebar-section {
  padding-bottom: 20px;
}
.blog-detail .blog-detail-page .sidebar-section h5 {
  font-size: 1.1rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
}
.blog-detail .blog-detail-page .sidebar-post {
  display: flex;
  align-items: flex-start;
}
.blog-detail .blog-detail-page .sidebar-post .post-thumb {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-detail .blog-detail-page .sidebar-post p {
  font-size: 0.85rem;
  line-height: 1.3;
  color: #000000;
}
.blog-detail .blog-detail-page .sidebar-post p:hover {
  color: #000;
}

.service-1 {
  padding-bottom: 0 !important;
}
@media (min-width: 576px) and (max-width: 768px) {
  .service-1 .about-us p {
    padding-inline: 0 !important;
  }
}

.service-overview .left-side ul li {
  position: relative;
  display: flex;
  align-items: start;
  gap: 8px;
}
.service-overview .left-side ul li::before {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("../../img/icons/liarrow.png");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  display: inline-block;
  background-color: #f4f4f4;
}
.service-overview .left-side .grid-col-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px;
}
.service-overview .skewimg {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.service-overview .skewimg .abimg {
  width: 100% !important;
  overflow: hidden;
}
.service-overview .skewimg .abimg img {
  clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
  filter: grayscale(100%);
  -o-object-position: center 80%;
     object-position: center 80%;
  border-radius: 10px;
}
.service-overview .skewimg .abimg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.64) 100%);
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
  border-radius: 10px;
}
@media (min-width: 576px) and (max-width: 768px) {
  .service-overview .left-side,
  .service-overview .right-side {
    width: 100% !important;
  }
  .service-overview .left-side h2,
  .service-overview .right-side h2 {
    width: 100% !important;
  }
  .service-overview .skewimg {
    height: auto !important;
  }
  .service-overview .left-side .grid-col-2 {
    gap: 10px;
  }
  .service-overview .left-side ul li {
    text-align: start;
  }
}
@media (max-width: 575px) {
  .service-overview .grid-col-2 {
    grid-template-columns: 1fr !important;
    text-align: start;
  }
  .service-overview .left-side,
  .service-overview .right-side {
    width: 100% !important;
  }
  .service-overview .left-side h2,
  .service-overview .right-side h2 {
    width: 100% !important;
  }
  .service-overview .skewimg {
    height: auto !important;
  }
}

.contruction-pros {
  position: relative;
  background: url("../../img/pages/contrustpros.jpg") center/cover no-repeat;
}
.contruction-pros::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.795);
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
}
.contruction-pros .steps .step-box {
  width: 300px;
  padding: 16px;
  margin-bottom: 20px;
  background-color: #343434;
}
.contruction-pros .steps .step-box p {
  color: #ffffff;
}
.contruction-pros .steps .step-box .num {
  font-size: 14px;
  color: #808080;
}
.contruction-pros .steps .step-box .stepnum {
  top: -30px;
  left: 8px;
  width: 60px;
  height: 30px;
  transform: skew(-30deg);
  background: #3D3D3D;
}
.contruction-pros .steps .step-box .stepnum p {
  transform: skew(30deg);
}
@media (min-width: 576px) and (max-width: 768px) {
  .contruction-pros .steps .step-box {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .contruction-pros .steps {
    justify-content: center;
  }
}

.preconstruction .dgrid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.preconstruction .dgrid .grid-b {
  flex: 1;
  min-width: 350px;
  max-width: 420px;
  border: 1px solid #e7e7e7;
}
.preconstruction .dgrid .grid-b .icon {
  width: 50px;
  height: 50px;
  background: #f4f4f4;
}
.preconstruction .dgrid .grid-b ul li {
  list-style: square;
}
.preconstruction .dgrid .grid-b ul li::marker {
  color: #d4d4d4;
}
@media (min-width: 576px) and (max-width: 768px) {
  .preconstruction .dgrid .grid-b {
    max-width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .preconstruction .dgrid .grid-b {
    max-width: 100% !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .preconstruction .dgrid .grid-b {
    max-width: 460px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .preconstruction .dgrid .grid-b {
    max-width: 355px;
  }
}

.portfolio-sec {
  padding-top: 0 !important;
}
.portfolio-sec .item {
  background-color: #f6f6f6;
  border: 0;
}
.portfolio-sec .item img {
  min-height: 300px;
}
.portfolio-sec .item p {
  font-size: 14px;
  color: #828282;
}
@media (max-width: 575px) {
  .portfolio-sec .section-head .left-side {
    width: 100% !important;
  }
  .portfolio-sec .right-side {
    width: 100% !important;
  }
}

.whychooseus .ccard .icon {
  width: 60px;
  height: 60px;
}
.whychooseus .ccard {
  background-color: #fbfbfb;
  padding: 20px;
}

.paralimit {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-listing-container .card .blog-content h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ourservice-content .section-head .left-side {
  width: 80%;
}

@media (min-width: 576px) and (max-width: 768px) {
  .section-head .left-side,
  .section-head .right-side {
    width: 100% !important;
    text-align: center !important;
  }
  .section-head h2 {
    width: 100% !important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .slider-container .owl-dots {
    display: none !important;
  }
  .blog-slider .owl-stage {
    padding-bottom: 0 !important;
  }
  .sec-six .accordion-buttons .common-btn .main-btn, .sec-six .accordion-buttons .common-btn .white-btn {
    background-color: #f2f2f2;
    border: 0 !important;
    font-weight: 600;
    height: 4.3rem !important;
    padding-block: 0rem !important;
    width: 90%;
    display: flex;
    justify-content: start;
  }
  .sec-six .accordion-buttons .common-btn .main-btn .skew, .sec-six .accordion-buttons .common-btn .white-btn .skew {
    display: block !important;
    height: 100%;
    right: 41px;
    position: absolute;
    width: 65px;
  }
  .sec-six .accordion-buttons .common-btn .main-btn .arrow, .sec-six .accordion-buttons .common-btn .white-btn .arrow {
    height: 100%;
    width: 60px;
  }
  .sec-six .accordion-buttons .common-btn .main-btn p, .sec-six .accordion-buttons .common-btn .white-btn p {
    width: 100%;
    font-size: 16px;
  }
  .service-hero {
    height: 50vh;
  }
  .about-hero .hero-content {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    gap: 0;
  }
  .about-hero .hero-content p {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .service-hero {
    height: 50vh;
  }
  .service-hero .skew-hero {
    width: 70%;
  }
  .service-hero .skew-hero p {
    width: 80%;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .about-us h2 {
    font-size: 35px;
  }
  .blog-listing-container .card .blog-content h3 {
    font-size: 18px;
  }
}/*# sourceMappingURL=style.css.map */