@import url("https://fonts.googleapis.com/css?family=Lato:200,300,400,400i,700");
@import url("https://fonts.googleapis.com/css?family=Merriweather:200,400,400i,700");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul,
li,
a {
  text-decoration: none !important;
  list-style: none !important;
  color: inherit;
}

ul {
  padding-left: 0 !important;
}

a {
  height: fit-content;
}

.p-clr{
  color: #555555;
  font-size: 14px;
}

span {
  display: inline-block;
}

.sec-spacer {
  padding: 60px 0;
}
p {
  color: #555555;
}

main {
  font-family: "Poppins", serif;
  overflow-x: hidden;
}

.sub-title {
  font-family: "Lexend", serif;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 12px;
  color: #2a477e;
}

.text-gray {
  color: #585858 !important;
}

.abts-inner p {
  color: #575757;
}

.title {
  color: #1c1c1c;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 14px;
}

.title.sec {
  font-family: "Poppins", serif;
  font-weight: 800;
  line-height: 1.2em;
  font-size: 5vw;
}

.sub-head {
  color: #1c1c1c;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 30px;
}

@media (max-width: 1200px) {
  .title.sec {
    font-size: 8vw;
  }
  .title {
    font-size: 3.5vw;
  }
}

@media (max-width: 768px) {
  .title.sec {
    font-size: 10vw;
  }
  .title {
    font-size: 4.5vw;
    margin-bottom: 12px;
  }
}

@media (max-width: 480px) {
  .title.sec {
    font-size: 12vw;
  }
  .title {
    font-size: 5vw;
    margin-bottom: 28px;
  }
}

.title-sec {
  font-size: 2.5vw;
  font-weight: 600;
  margin-bottom: 1.25rem;
}

@media (max-width: 1200px) {
  .title-sec {
    font-size: 6vw;
  }
}

@media (max-width: 480px) {
  .title-sec {
    font-size: 10vw;
  }
}

.highlight {
  color: var(--main-clr);
  font-weight: 700;
}
p {
  color: #333;
}

.text-hollow {
  -webkit-text-stroke: 3px var(--main-clr);
  color: transparent;
}

/* BUTTON */

:root {
  --color: #194195;
  --hover: #194195;

  --main-clr: #f59323;
  --sec-clr: #087eae;
}

.slide {
  position: relative;
}
.slide-btn {
  color: var(--main-clr);
  border: 2px solid;
  font: inherit;
  line-height: 1;
  margin: 0.5em;
  padding: 8px 12px;
  transition: 0.25s;
  border-radius: 12px;
  width: fit-content;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.slide-btn.sec {
  background-color: var(--main-clr);
  color: #fff;
  border: 2px solid var(--main-clr);
}

.slide-btn.sec:hover {
  transform: scale(0.95);
  background-color: #ff8800;
}

.slide-btn:hover {
  transform: scale(0.95);
}

.slide-btn:hover,
.slide-btn:focus {
  border-color: var(--main-clr);
  color: #fff;
}

.slide:hover,
.slide:focus {
  /* box-shadow: inset 0 0 0px 100px var(--hover);  */
}

.carousel-item img {
  object-fit: cover;
}

.slide:hover .slide-btn {
  background-color: var(--main-clr);
  color: white;
}

.slide-btn:hover {
  background-color: var(--main-clr);
}

.banner-slider
/* TOP HEADER */
.info {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #f8f8f8;
  width: fit-content;
  font-size: 14px;
  padding: 5px;
  border-radius: 12px;
}

.info i {
  margin: 0 5px;
  color: var(--main-clr);
  /* color: #FFFF; */
}

.top-header {
  background-color: var(--sec-clr);
  padding: 10px 0;
  color: #636670;
}
.top-header a {
  color: #636670;
}

.top-header-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.header-socials i {
  margin: 0 10px;
}

.header-socials {
  display: flex;
  align-items: center;
  gap: 5px;
}

@media screen and (max-width: 999px) {
  .top-header {
    display: none;
  }
}

.header-socials a {
  background-color: #fff;
  border-radius: 50%;
  padding: 8px 0px;
  color: #fff;
}

.header-socials a i {
  font-size: 20px;
}

.header-socials .he-fb {
  background-color: #0865ff;
}

.header-socials .he-wht {
  background-color: #008706;
}

.header-socials .he-in {
  background-color: #e64372;
}

.header-socials .he-yt {
  background-color: #fe0032;
}

/* NAVABR */
.navbar {
  background-color: #087eae;
}

@media (max-width: 999px) {
  .navbar {
    height: calc(100vh-100px);
  }
}

.nav-main {
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.navbar-logo {
  width: fit-content !important;

  overflow: hidden;
}

.navbar-logo img {
  /* border-radius: 12px; */
  box-shadow: none;
}

.navbar-nav .nav-link {
  color: #fff;
  margin: 0 3px;
  padding: 10px 15px;
  border-radius: 15px;
}

.dropdown-menu {
  background-color: #ffffff !important;
  height: fit-content !important;
}

.dropdown-menu .dropdown-item {
  color: #58585a;
}

@media (min-width: 1200px) {
  .navbar-logo {
    /* margin-top: -35px; */
  }
}

@media (max-width: 1200px) {
  .navbar-nav .nav-link {
    color: #000000;
  }
}

.navbar-toggler {
  background-color: #fff !important;
}

.nav-main {
  flex-wrap: nowrap !important;
}

.navbar-logo img {
  max-width: 100%;
}

@media (max-width: 400px) {
  .navbar-logo {
    width: 180px !important;
  }

  .abts-inner {
    align-items: flex-start !important;
  }
}

@media (min-width: 1200px) {
  .navbar-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .navbar-nav .nav-link:hover {
    color: var(--main-clr);
  }
}

.dropdown-menu {
  width: max-content !important;
  border-radius: 0 !important;
}

/* BANNER */

.banner-slider {
  overflow: hidden;
  max-height: 100vh;
}
.carousel-item img {
  width: 100%;
  max-height: 100vh;
  position: relative;
  z-index: -1;
}

.banner-slider .carousel-control-prev,
.banner-slider .carousel-control-next {
  top: 50% !important;
  z-index: 5;
}

.banner-slider .carousel-control-prev i,
.banner-slider .carousel-control-next i {
  border-radius: 50%;
  padding: 1rem 1.5rem;
  background: transparent;
  border: 1px dashed #fff;
}

.carousel-item {
  height: 100%;
  width: 100%;
}

@media (max-width: 999px) {
  .carousel-control-next,
  .carousel-control-prev {
    display: none !important;
  }
  .sec-spacer {
    padding: 30px 0;
  }

  .banner-slider {
    overflow: hidden;
    min-height: 100vh;
  }
  .carousel-item img {
    width: 100%;
    min-height: 100vh;
  }
}

.banner-item::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #0000007d;
}

.banner-item {
  position: relative;
}

.banner-item .carousel-content {
  opacity: 0;
}

.banner-item .carousel-content {
  position: absolute;
  opacity: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.carousel-content h1 {
  font-size: 68px;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 1300px) {
  .carousel-content h1 {
    font-size: 55px !important;
  }

  .text-hollow {
    -webkit-text-stroke: 2px var(--main-clr);
  }
}

@media (max-width: 1480px) {
  .carousel-content h1 {
    font-size: 50px !important;
  }
}

@media (max-width: 999px) {
  .carousel-content h1 {
    font-size: 55px !important;
  }

  .banner-item.active .carousel-content {
    position: absolute;
    top: 35%;
    left: 5%;
    transform: translateY(50%);
    text-align: left;
  }
}

@media (max-width: 700px) {
  .carousel-content h1 {
    font-size: 50px !important;
  }
}

@media (max-width: 600px) {
  .carousel-content h1 {
    font-size: 45px !important;
  }
  .text-hollow {
    -webkit-text-stroke: 1px var(--main-clr);
  }
}

@media (max-width: 500px) {
  .carousel-content h1 {
    font-size: 35px !important;
  }
}

@media (max-width: 400px) {
  .carousel-content h1 {
    font-size: 30px !important;
  }
}

.patrn {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100%;
  z-index: 40;
  object-fit: cover;
  transform: rotate(180deg);
  filter: invert(1) brightness(100%);
}

/* ABOUT */
.abts-images {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-row: 1;
  position: relative;
}

.abts-images .img1 {
  grid-column: 6 / span 12;
  grid-row: 1;
  max-height: 400px;
}

.abts-images::before {
  content: "";
  position: absolute;
  bottom: -1em;
  right: 40%;
  height: 200px;
  width: 200px;
  background-image: url(../assets/capita-volt-renewable-energy.png);
  background-size: cover;
  z-index: 1;
}
@media (max-width: 999px) {
  .abts-images::before {
    right: 30%;
  }
}

@media (max-width: 600px) {
  .abts-images::before {
    left: 60%;
    transform: translateX(-50%);
  }
}

.abts-images .img2 {
  grid-column: 2 / span 6;
  grid-row: 1;
  z-index: 2;
  /* max-width: 240px; */
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.abts-images .img3 {
  grid-column: 2 / span 5;
  grid-row: 1;
  /* transform: translateY(100%); */
  margin-top: 100%;
  max-width: 180px;
  z-index: 3;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.abts-images .img {
  border-radius: 50%;
}

.abts-inner {
  display: flex;
  flex-direction: column !important;
  align-items: center;
}

@media (max-width: 999px) {
  .abts-left-wrapper {
    margin-bottom: 1.875em;
  }
  .abts-right-wrapper {
    margin-bottom: 1.875em;
  }

  .abts-inner {
  }
}

/* service */
.service-slider {
  display: flex;
  flex-direction: row !important;
  gap: 50px;
}

.ser-img-sec {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  overflow: hidden;
  flex-basis: 60%;
}

.slider-content-sec {
  flex-basis: 40%;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-direction: column;
  background-color: #f5f0ea;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 50px;
}

.owl-item {
  opacity: 0;
}

.owl-item.active {
  display: block;
  opacity: 1;
}

.owl-item.owl-item.active .ser-img-sec img {
  animation: zoom 10s ease-in forwards;
  animation-delay: 1s;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

@media (max-width: 999px) {
  .service-slider {
    flex-direction: column !important;
  }

  .ser-img-sec {
    border-radius: 50px;
  }

  .slider-content-sec {
    border-radius: 0;
    padding: 4vw;
    gap: 0;
  }
}

.owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
  margin-inline: auto;
}

.owl-nav .owl-prev {
  height: fit-content;
}

.owl-nav .owl-prev span,
.owl-nav .owl-next span {
  padding: 10px 15px;
  background-color: rgba(164, 160, 160, 0.521);
  /* font-size:50px; */
  overflow: hidden;
  display: flex;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  color: #fff;
}

@media (max-width: 999px) {
  .service-slider {
    flex-direction: column !important;
    gap: 20px;
  }
}

/* PRODUCTS */
.prdt-sec {
  border-top-right-radius: 50px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 0;
}
.prdt-img-sec {
  border-top-left-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 0;
}

.prdts-slider {
  display: flex;
  flex-direction: row !important;
  gap: 50px;
}

@media (max-width: 999px) {
  .prdts-slider {
    flex-direction: column-reverse !important;
    gap: 20px;
  }

  .prdt-img-sec {
    border-radius: 50px;
  }
  .prdt-sec {
    border-radius: 50px;
  }
}

.prjct-title {
  font-size: 19px;
  font-weight: 600;
}

.prjct-crd p {
  color: #636670;
  font-size: 15px;
}

.prjct-crd {
  margin: 10px 0;
}

/* CARD */
.post-slide {
  height: fit-content;
}

.crd-wrapper .card-inner .prjtc-img {
  display: block;
  object-fit: cover;
}

.post-slide .card-inner > .card-content {
  position: relative;
  margin-left: 65px;
  min-height: 100px;
  background-color: #ffffff;
  padding: 16px;
  margin-top: -30%;
  /* transform: translateY(-60%); */
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.card-right-header {
  display: flex;
}

.prjtc-img {
  overflow: hidden;
}

.card-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.prjct-crd:hover .card-content {
  margin-left: 0 !important;
}

@media screen and(max-width:1000px) {
  .crd-wrapper .card-inner img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 999px) {
  .post-slide .card-inner > .card-content {
    margin-left: 0 !important;
  }
}
/* TESTIMONIAL */
.testimonial .testi-left {
  position: relative;
  background-image: url(../assets/Quality-solar-service.jpg);
  background-position: center center;
  object-fit: cover;
  height: 100%;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  text-align: center;
}

.testimonial .testi-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00000083;
  height: 100%;
  width: 100%;
}

.testi-left .testi-inner {
  position: relative;
  color: #fff;
  font-size: 1.375rem;
}
.testi-left .testi-inner p {
  color: #fff;
}

.testi-left .testi-inner p > span {
  font-weight: 600;
  color: #fdb833;
}

.testi-text {
  text-align: center;
}

.testimonial-inner {
  padding: 12px;
}

.testimonial {
  position: relative;
}

.test-wrapper {
  position: relative;
  z-index: 2;
}
.test-inner .test-text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin: auto;
  margin-left: -15px;
  border-top: 20px solid #e2e2e2;
  border-top-color: inherit;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

.test-inner .test-text {
  background: #fafafa;
  border: 1px solid #fafafa;
  border-radius: 10px;
  text-align: center;
  position: relative;
  padding: 30px 15px;
  margin-bottom: 40px;
  color: #444;
  max-width: 450px;
  text-align: center;
  max-width: 450px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.test-inner .test-text::before {
  content: "";
  position: absolute;
  top: -1em;
  left: 0;
  background-image: url(../assets/quote-svgrepo-com.svg);
  height: 40px;
  width: 40px;
  z-index: 10;
}

.testi-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testi-user .test-image {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
}

.testi-user-text h4 {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 15px 0 5px 0;
  color: #333;
}

.user-credentials {
  color: #888;
  font-size: 15px;
  line-height: 24px;
  font-style: italic;
}

.shadow {
  height: 10px;
  width: 50%;
}

.testi-post-slide {
  position: relative;
  margin-top: 20px;
}

.testi-post-slide::before {
}

@media (max-width: 999px) {
  .testi-caro-wrapper {
    padding: 60px 0;
  }
}

/* FOOTER */
.footer-area {
  /* background-image: url(../assets/footer-bg.jpg); */
  background-color: #087eae;
  object-fit: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  margin-top: -5px;
}

.footer-area .footer-about p {
  color: #ffffff;
  padding-right: 40px;
  padding-top: 44px;
  padding-bottom: 36px;
  font-size: 14px;
  /* font-weight: 400; */
  line-height: 24px;
  margin: 0px;
}

.footer-title > h4 {
  color: #f59323 !important;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 2px;
  padding-bottom: 39px;
}

.footer-area .footer-list .footer-title ul li a {
  color: #ffffff;
  line-height: 36px;
  transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
}
.footer-area .footer-list .footer-title ul li a:hover {
  color: var(--main-clr);
}
.footer-area .footer-copyright {
  margin-top: 50px;
  border-top: 1px solid #ffffff;
}

.footer-area .footer-copyright a {
  color: #ffff;
}

.footer-area .footer-copyright p {
  color: #f1f1f1a0;
  line-height: 98px;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-socials li a {
  padding: 13px 10px;
  border-radius: 50%;
  background-color: #fff;
}

.footer-socials li a img {
  height: 30px;
  width: 30px;
}

@media (max-width: 999px) {
  .footer-about,
  .footer-list {
    margin-bottom: 30px;
  }
}

.footer-contc .contc {
  color: #fff;
  font-weight: 600;
}

.footer-contc .contc i {
  color: var(--main-clr);
}

.footer-contc a {
  color: #fff;
}

.footer-adrs i {
  color: var(--main-clr);
}

.footer-adrs p {
  color: #ffffff !important;
}
/* STICKY SOCIAL ICON */
.pulse i {
  position: relative;
  z-index: 20;
  top: 16px;
  font-size: 30px;
}
.pulse {
  position: fixed;
  cursor: pointer;
  display: block;
  width: 60px !important;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: rgba(0, 200, 0, 1);
  color: white;
  border-radius: 50px;
  text-align: center;
  transition-duration: 0.5s;
  animation: pulse-btn 3s infinite;
  z-index: 9000;
}

.pulse:hover {
  background-color: rgba(0, 150, 0, 1);
  color: white;
}

.my-float {
  margin-top: 15px;
}

@-webkit-keyframes pulse-btn {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 1);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 200, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 0);
  }
}

.pulse a {
  color: #fff;
}

/* CONTACT PAGE */
.contact-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.inner-left-wrapper {
  grid-column: 2 / span 8;
  grid-row: 1;
  z-index: 2;
}

.contact-image {
  grid-column: 7 / span 12;
  grid-row: 1;
  z-index: 1;
}

.contact {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 0.9375em;
  padding: 1.125em;
  transition: box-shadow 0.3s ease-out;
  border-radius: 15px;
}

.contact:hover {
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.contact .icon {
  padding: 5px 10px;
  border-radius: 50%;
  background-color: var(--main-clr);
}

.contact .icon {
  color: #fff;
  font-size: 1.1875em;
}

.contact-image img {
  height: 100%;
  width: 100%;
}

.inner-cont-container h4 {
  margin-bottom: 0.938em;
}

.contact-image {
  position: relative;
  object-fit: cover;
}

.contact-image::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.567);
}

.cont-head {
  font-size: 17px;
  font-weight: 700;
  color: #27282a;
}

@media (max-width: 999px) {
  .contact-image {
    display: none;
  }

  .inner-left-wrapper {
    grid-column: 1 / span 12;
    grid-row: 1;
    z-index: 2;
  }
}

.me1-text a {
  display: inline-flex;
  color: #212529;
  padding: 6px 0;
}

/* GALLERY PAGE */
:root {
  --card_width: 350px;
  --row_increment: 10px;
  --card_border_radius: 16px;
  --card_small: 26;
  --card_med: 33;
  --card_large: 45;
}

.gallery {
  display: block;
  position: relative;
}

.pin_container {
  margin: 0;
  padding: 0;
  width: 95vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(auto-fill, var(--card_width));
  grid-auto-rows: var(--row_increment);
  justify-content: center;
}

.card {
  padding: 0;
  margin: 15px 10px;
  border-radius: var(--card_border_radius);
  border: none !important;
  overflow: hidden;
  border-radius: 15px;
}
.card:hover img {
  transform: scale(1.1);
}
.card img {
  object-fit: cover;
  transition: transform 0.3s ease-out;
}

.card_small {
  grid-row-end: span var(--card_small);
}

.card_medium {
  grid-row-end: span var(--card_med);
}

.card_large {
  grid-row-end: span var(--card_large);
}

/* mission vision */
.vis-misi {
  display: flex;
  flex-direction: row !important;
  gap: 50px;
}

.vis-sec {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  overflow: hidden;
  flex-basis: 50%;
  gap: 30px;
  flex-direction: column;
  background-color: #ffece1bf;
  background-image: linear-gradient(62deg, #ffc9aa82 0%, #ffe39e6f 100%);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

  padding: 50px;
}

.misi-sec {
  flex-basis: 50%;
  display: flex;
  justify-content: center;

  flex-direction: column;
  background-color: #ffece1bf;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-image: linear-gradient(-62deg, #ffc9aa82 0%, #ffe39e6f 100%);
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 50px;
}
.misi-sec p {
  color: #333;
}

.vis-sec p {
  color: #333;
}

@media (max-width: 999px) {
  .vis-misi {
    flex-direction: column !important;
  }

  .vis-sec {
    border-radius: 50px;
    padding: 4vw;
  }

  .misi-sec {
    border-radius: 50px;
    padding: 4vw;
  }
}

/* service page */
.service-page .service-wrapper .post-slide:nth-child(odd) .slider-content-sec {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.service-page .service-wrapper .post-slide:nth-child(odd) .ser-img-sec {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

/* WHY CHOOSE PAGE */

.features {
  color: #333;
}

.features.feat-sec .box .icon{
  height: 80px;
  width: 80px;
}

.cat-sec-img{
  overflow: hidden;
  border-radius: 12px;
}

.cat-sec img:hover{
  transform: scale(1.2);
  transition: 0.5s  ease-in-out;
}

.features h1 {
  font-size: 2.5em;
  /* 	margin-bottom: 2em; */
  text-transform: uppercase;
  letter-spacing: 10px;
  text-align: center;
  font-family: Lora, serif;
  font-weight: 200;
  margin-bottom: 1.25rem;
}

.boxes {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}
.boxes:last-child {
  margin-top: 50px;
}
.box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 200;
  padding: 1vw 1vw 1vw;
  border-right: 2px;
  border-left: 0;
  border-style: solid;
  border-image: linear-gradient(to bottom, #f6f6f6, #adadad, #f6f6f6) 1 100%;
  transition: box-shadow 0.5s linear;
}

.box img {
  height: 50px;
  width: 50px;
}

.box p {
  color: #333;
  font-weight: 300;
}
.box:last-child {
  border-right: 0;
}

.box:hover {
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.box .icon:hover {
  color: #d8d8d8;
}
.box h2 {
  font-size: 1.3em;
  margin-bottom: 1em;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 4px;
  line-height: 1em;
  color: #070707;
}

@media (min-width: 768px) {
  .boxes {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}

@media (min-width: 1024px) {
  .boxes {
    grid-template-columns: repeat(4, 1fr);
  }

  .boxes.sec {
    grid-template-columns: repeat(3, 1fr);
  }
}

.boxes.sec .box span {
  font-weight: 600;
  line-height: 23px;
  transition: all 500ms ease;
  font-size: 17px;

  text-align: center;
}

#icon {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}

.cmp-policy li {
  margin-bottom: 10px;
}

.wch-images {
  columns: 2;
  position: relative;
}

.wch-desc p{
  color: #555555;
}
.experience {
  position: absolute;
  top: 65%;
  left: 40%;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 0.625rem 0.938rem;
  border-radius: 10px;
}

.experience h2 {
  font-weight: 800;
  color: var(--main-clr);
}

.wch-images img {
  display: block;
  margin-bottom: 10px;
  justify-content: center;
  border-radius: 10px;
}

.wch-images .wch-img1,
.wch-images .wch-img2 {
  max-width: 280px;
}

.wch-images .wch-img3 {
  width: fit-content;
  max-height: 320px;
  object-fit: contain;
  transform: translateY(30px);
}

.breadcrump {
  position: relative;
  min-height: 220px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.breadcrump-overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.752);
}

.breadcrump-inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
  text-align: center;
  color: white;
}

.breadcrump h1 {
  margin: 0 auto;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "Gilda Display", serif;
  padding: 0 15px;
}

.breadcrump h6 {
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: "Gilda Display", serif;
  position: relative;
}

.breadcrump h6::before {
  content: "";
  position: absolute;
  left: -2em;
  top: 5px;
  width: 12px;
  height: 2px;
  background-color: #ffffff;
}

.breadcrump h6::after {
  content: "";
  position: absolute;
  right: -2em;
  top: 5px;
  width: 12px;
  height: 2px;
  background-color: #ffffff;
}

.breadcrump.pri {
  background-image: url(../assets/capital-volt-sec1-banner.JPG);
}
.breadcrump.sec {
  background-image: url(../assets/capital-vol-sec3-banner.jpg);
}

.breadcrump.th {
  background-image: url(../assets/capital-volt-sec2.jpg);
}


.main-service .wrapper{
  position: relative;
  z-index: 60;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: -150px;

}

.main-service .crd{
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.07);
  background-color: #FFF;
  padding: 50px ;
  border-radius: 10px;
}

.main-service .crd img{
  
  height: 80px;
  width: 80px;
  margin-bottom: 1.25rem;
}


@media (max-width:1200px) {
  .main-service .crd{

    padding: 30px ;
   
  }
}

@media(max-width:999px){
  .main-service .wrapper{
    margin-top: 0;
  
  }

  .main-service .wrapper{
    flex-direction: column;
    row-gap: 15px;
  }

  .main-service .crd{
    flex-grow: 1;
    width: 100%;
  }

}

.quick-link{
  position: fixed;
  top: 50%;
 right: -4.40% !important;
  z-index: 9999;
  transform: translateX(-3%);
  
}

.quick-link a{
  display: block;
  padding: 10px 15px;
  background-color: #087eae;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  color: #FFF;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.07);
  text-align: center;
  transform: rotate(-90deg);
}

@media (max-width:999px){
  .quick-link{
    
  right: -6% !important;;
    
  }
}

@media (max-width:600px){
  .quick-link{
    
  right: -9% !important;;
    
  }
}

@media (max-width:400px){
  .quick-link{
    
  right: -14% !important;;
    
  }
}

.client-box {
  display: grid;
  align-items: center;
  justify-items: center;
  height: auto;
  margin: 8px auto;
}
.client-box img {
height: 100%;
  width: 100%;
}