/*------------------------------------------------------------------

  Theme Name: Pulnex - Creative Agency HTML Template

  Author: Kazi Shahiduzzaman

  Description: Pulnex - Creative Agency HTML Template. Can be Used For Various Perposes.

  Version: 1.0

-------------------------------------------------------------------*/

/*------------------------------------------------------------------

[Table of contents]



1. Variable css

2. Mixins Css 

3. Typography css

4. Faq css

5. Theme Default css

6. Grids css

7. BG css

8. Margin Padding Css

9. BTN Css

10. Hero css

11. Footer css 

12. Scroll top css 

13. Navbar css 

14. Breadcrumb css

15. RTL css

16. Vidz css 

17. Blog Single css

18. Sidebar css

19. Pagination css 

20. Gallery css  

21. Topbar css  

22. Heading css  

23. Contact css  

24. Text Color css

25. Header Hero Top css 

26. About css 

27. Service CSS

28. Counter Css 

29. Why css 

30. Work css  

31. Container css 

32. Price css 

33. Team css

34. Review css

35. Blog css  

36. Register css 

37. Step css

38. Sub css

39. Project Single css  

40. Service Single css 

41. Feature css 

42. Benefit css 

43. Promo css 

44. Requ css 

45. CTA css 

46. Marquee css

47. Team Single css

48. Partner css

49. Skill Progress

50. Best css

51. Sidenav css

52. Border Animation css

53. Timeline css

54. 404

-------------------------------------------------------------------*/

/*Start Theme Basic*/

/*-------------------------------------------------------

01. Variable css  

---------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");

:root {

  --clr-heading: #0A0909;

  --clr-body: #0A0909;

  --clr-bg: #F0F0F5;

  --clr-def: #16bdbb;

  --clr-def-2: #b5135b;

  --clr-white: #fff;

  --clr-white-rgb: 255,255,255;

  --clr-heading-rgb: 10, 9, 9;

  --clr-def-rgb: 21, 187, 186;

  --clr-black: #000;

  --clr-black-1: #1C1D2E;

  --clr-black-2: #252525;

  --clr-black-3: #051228;

  --clr-orange: #F42222;

  --font-1: "IBM Plex Sans", sans-serif;

  --font-2: "helveticaneuew10-45ligh",sans-serif;

  --clr-menu: #FF4A17;

  --clr-aaa: #aaa;

  --clr-bbb: #bbb;

  --clr-ccc: #ccc;

  --clr-ddd: #ddd;

  --clr-eee: #eee;

  --clr-border: #E9E9E9;

  --box-shadow: 0px 0px 50px rgba(10, 9, 9, 0.1); }



/*-------------------------------------------------------

02. Mixins Css #070E27 #5416CF #0B0F28;

---------------------------------------------------------*/

/*-------------------------------------------------------

03. Typography css

---------------------------------------------------------*/

*, *:before, *:after {

  box-sizing: inherit; }



* {

  scroll-behavior: inherit !important; }



html, body {

  height: auto;

  width: 100%;

  margin: 0;

  padding: 0;

  font-size: 62.5%;

  box-sizing: border-box; }



body {

  font-family: var(--font-2);

  font-style: normal;

  font-size: 17px;

  font-weight: 400;

  line-height: 1.6;

  color: var(--clr-body); }



main.main {

  overflow: hidden; }



a {

  color: var(--clr-body);

  font-weight: 600; }



a,

a:active,

a:focus,

a:hover {

  outline: none;

  -webkit-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  -ms-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

  text-decoration: none; }



ul {

  margin: 0;

  padding: 0; }



li {

  list-style: none; }



h1, h2, h3, h4, h5, h6 {

  color: var(--clr-heading);

  margin: 0 0 1.5rem 0;

  font-weight: 600;

  font-family: var(--font-1);

  line-height: 1.2; }



h1 {

  font-size: 48px; }



h2 {

  font-size: 36px; }



h3 {

  font-size: 30px; }



h4 {

  font-size: 24px; }



h5 {

  font-size: 18px; }



h6 {

  font-size: 14px; }



p {

  margin-bottom: 1.5rem; }



.img, img {

  max-width: 100%;

  -webkit-transition: all 0.3s ease-out 0s;

  -moz-transition: all 0.3s ease-out 0s;

  -ms-transition: all 0.3s ease-out 0s;

  -o-transition: all 0.3s ease-out 0s;

  transition: all 0.3s ease-out 0s;

  height: auto; }



hr {

  padding: 0px;

  border-bottom: 1px solid #eceff8;

  border-top: 0px; }



label {

  color: #999;

  cursor: pointer;

  font-size: 1.4rem;

  font-weight: 400; }



*::-moz-selection {

  background: #d6b161;

  color: #fff;

  text-shadow: none; }



::-moz-selection {

  background: #555;

  color: #fff;

  text-shadow: none; }



::selection {

  background: #555;

  color: #fff;

  text-shadow: none; }



*::-moz-placeholder {

  color: #999;

  font-size: 1.4rem;

  opacity: 1; }



*::placeholder {

  color: #999;

  font-size: 1.4rem;

  opacity: 1; }



/*-------------------------------------------------------

04. Faq css 

---------------------------------------------------------*/

.highlight {

  background: red !important; }



.faq-hlf {

  position: absolute;

  z-index: -1;

  top: 0;

  left: 100px; }



.faq-extra {

  background: var(--clr-def);

  padding: 6rem 7rem;

  border-radius: 12px;

  margin-top: 80px;

  text-align: center; }

  .faq-extra p {

    color: var(--clr-white);

    margin-bottom: 10px; }

  .faq-extra h6 {

    color: var(--clr-white);

    margin-bottom: 0; }

    .faq-extra h6 span {

      color: var(--clr-def-2); }



.accordion-item {

  background-color: var(--clr-white);

  border: 1px solid #0D1D631A;

  margin-bottom: 3rem; }

  .accordion-item:first-of-type {

    border-radius: 0; }

  .accordion-item:last-child {

    margin-bottom: 0; }



.accordion-header {

  margin-bottom: 0;

  padding: 2rem 2rem 2rem 2rem; }



.accordion-button:not(.collapsed) {

  color: var(--clr-heading-2); }



.accordion-item:not(:first-of-type) {

  border-top: 1px solid #0D1D631A; }



.accordion-button {

  width: 100%;

  color: var(--clr-heading);

  background-color: transparent;

  border-radius: 0;

  padding: 0;

  font-family: var(--font-1);

  font-weight: 400;

  font-size: 20px;

  line-height: 30px;

  text-transform: capitalize; }



.accordion-button:not(.collapsed) {

  background-color: transparent;

  box-shadow: none;

  border: none; }



.accordion-item:first-of-type .accordion-button {

  border-top-left-radius: 0;

  border-top-right-radius: 0; }



.accordion-item:last-of-type .accordion-button {

  border-bottom-right-radius: 0;

  border-bottom-left-radius: 0; }



.accordion-body {

  padding: 0 2rem 2rem 2rem; }

  .accordion-body p {

    font-weight: 400;

    font-size: 16px;

    line-height: 30px; }



.accordion-button::after {

  width: 26px;

  height: 26px;

  line-height: 26px;

  color: var(--clr-white);

  background: var(--clr-def);

  border: none;

  -webkit-border-radius: 50%;

  border-radius: 50%;

  text-align: center;

  font-family: 'Font Awesome 6 Free';

  content: "\f077";

  /* FontAwesome Unicode */

  font-weight: 900;

  background-image: inherit;

  font-size: 1.4rem; }



.accordion-button:not(.collapsed)::after {

  transform: rotate(180deg);

  background-image: inherit;

  font-family: 'Font Awesome 6 Free';

  content: "\f077";

  /* FontAwesome Unicode */

  font-weight: 900;

  font-size: 1.4rem; }



.accordion-button:focus {

  z-index: 3;

  border: none;

  outline: 0;

  box-shadow: none; }



.faq-2 .accordion-item {

  background-color: transparent;

  border: none;

  margin-bottom: 3rem; }

.faq-2 .accordion-button::after {

  position: absolute;

  width: 30px;

  height: 30px;

  line-height: 30px;

  border: none;

  -webkit-border-radius: 0;

  border-radius: 0;

  background-color: var(--clr-def);

  color: var(--clr-white);

  left: -50px;

  right: inherit; }

.faq-2 .accordion-header {

  padding: 0 0 0 5rem; }

  .faq-2 .accordion-header .accordion-button {

    padding: 0;

    font-weight: 800;

    font-size: 22px; }

.faq-2 .accordion-body {

  padding: 2rem 0 0 0; }



.faw {

  border-radius: 10px; }



.faq-3 .accordion-item {

  background: var(--clr-white);

  border: none;

  margin-bottom: 3rem;

  padding: 30px;

  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1); }

.faq-3 .accordion-button::after {

  display: none; }

.faq-3 .accordion-header {

  padding: 0 0 0 0; }

  .faq-3 .accordion-header .accordion-button {

    padding: 0;

    font-weight: 800;

    font-size: 18px; }

.faq-3 .accordion-body {

  padding: 2rem 0 0 0; }



.faq-ovs {

  position: absolute;

  bottom: 60px;

  left: 0;

  display: flex;

  align-items: center;

  background: var(--clr-def-4); }

  .faq-ovs .faq-ovs-icon i {

    width: 100px;

    height: 100px;

    line-height: 100px;

    text-align: center;

    background: var(--clr-def);

    display: inline-block; }

  .faq-ovs .faq-ovs-desc {

    background: var(--clr-def-4);

    padding: 0 20px; }

    .faq-ovs .faq-ovs-desc h2 {

      color: var(--clr-white);

      font-size: 40px;

      line-height: 1;

      margin-bottom: 10px; }

    .faq-ovs .faq-ovs-desc span {

      display: inline-block;

      color: var(--clr-white); }



.circle-half {

  position: absolute;

  z-index: 1;

  top: -100px;

  right: -100px; }



.faq-right-top {

  width: 470px;

  padding: 50px;

  background: var(--clr-def-2); }

  .faq-right-top i {

    display: block;

    margin-bottom: 2rem; }

  .faq-right-top h4 {

    font-weight: 500;

    font-size: 24px;

    line-height: 32px;

    text-transform: capitalize;

    color: var(--clr-white);

    margin-bottom: 0; }



.faq-4 .accordion-button::after {

  color: var(--clr-heading);

  background: transparent; }

.faq-4 .accordion-header {

  background: transparent;

  padding: 0rem 0rem 2rem 4rem;

  margin-bottom: 0;

  position: relative;

  z-index: 1; }

  .faq-4 .accordion-header::before {

    top: 30%;

    left: 0;

    position: absolute;

    content: '';

    width: 18.22px;

    height: 6px;

    background: var(--clr-heading);

    clip-path: polygon(0 0, 0 100%, 100% 50%);

    transform: translate(0, -50%); }

.faq-4 .accordion-item {

  background: transparent;

  border: none;

  border-bottom: 1px solid rgba(10, 9, 9, 0.3); }

  .faq-4 .accordion-item:last-child {

    border: none; }

  .faq-4 .accordion-item .accordion-body {

    padding: 0rem 2rem 2rem 4rem; }



.accor-4 {

  width: 534px; }



.faq-gp {

  position: absolute;

  z-index: 1;

  bottom: 70px;

  right: -142px; }



.faq-left-contact {

  padding: 80px 0; }



.faq-left-pic {

  display: inline-block;

  margin-left: -228px;

  padding: 20px;

  border: 1px solid var(--clr-heading); }

  .faq-left-pic .faq-main-pic {

    padding: 10px;

    background: var(--clr-white); }



.faq-top-content {

  background: var(--clr-bg);

  padding: 50px 20px 0 100px; }



.faq-widget {

  margin-bottom: 40px; }

  .faq-widget:last-child {

    margin-bottom: 0; }



.faq-pic-element {

  position: relative;

  z-index: 1; }

  .faq-pic-element h2 {

    font-weight: 700;

    font-size: 32px;

    line-height: 36px;

    letter-spacing: -0.02em;

    text-transform: capitalize;

    color: var(--clr-white);

    position: absolute;

    bottom: 20px;

    left: 20px;

    margin-bottom: 0; }



.faq-search .input-style-4 {

  background: #f4f4f4;

  border: none; }

.faq-search .btn-sub {

  background: transparent; }

  .faq-search .btn-sub i {

    color: var(--clr-body); }



/*-------------------------------------------------------

05. Theme Default css

---------------------------------------------------------*/

.column-2 {

  column-count: 2; }



.overflow-hidden {

  overflow: hidden; }



.element-center {

  height: 100%;

  display: flex;

  align-items: center; }



.element-bottom {

  display: flex;

  align-items: flex-end;

  justify-content: center; }



/*Theme button css*/

.about-title {

  text-align: center;

  padding-top: 9rem; }

  .about-title .heading-2 {

    font-weight: 500; }

  .about-title::before {

    position: absolute;

    content: '';

    height: 7rem;

    width: 2px;

    z-index: -1;

    background: var(--clr-white);

    opacity: 1;

    left: 50%;

    top: 0;

    translate: -50% 0; }



.sec-sub-title {

  font-weight: 400;

  font-size: 18px;

  line-height: 1;

  letter-spacing: 0.08em;

  text-transform: uppercase;

  color: var(--clr-def-rgb-80);

  font-family: var(--font-1);

  display: inline-block; }



.sec-title {

  font-weight: 400;

  font-size: 48px;

  line-height: 64px;

  text-transform1: uppercase;

  color: var(--clr-heading); }



.site-title {

  margin-bottom: 6rem; }

  .site-title h2 {

    font-weight: 600;

    font-size: 52px;

    line-height: 66px;

    text-align: center;

    letter-spacing: 0.02em;

    text-transform: uppercase;

    color: var(--clr-heading); }

    .site-title h2:first-letter {

      text-transform: uppercase; }

    .site-title h2 span {

      color: var(--clr-def);

      font-family: var(--font-3); }

  .site-title p {

    padding: 0 15%; }



.site-title.mb-0 {

  margin-bottom: 0; }



.site-title.wh p,

.site-title.wh h2,

.site-title.wh h3 {

  color: var(--clr-white); }



.pos-rel {

  position: relative;

  z-index: 1; }



.round-move {

  animation: round-move 5s linear infinite; }



@keyframes round-move {

  0% {

    transform: rotate(0deg); }

  100% {

    transform: rotate(360deg); } }

.up-move {

  animation: up-move 5s ease-in-out infinite; }



@keyframes up-move {

  0% {

    transform: translateY(0); }

  50% {

    transform: translateY(-30px); }

  100% {

    transform: translateY(0px); } }

.small-big {

  animation: small-big 5s ease-in-out infinite; }



@keyframes small-big {

  0% {

    transform: scale(0.5); }

  51% {

    transform: scale(1.1); }

  100% {

    transform: scale(0.5); } }

.to-left {

  animation: to-left 5s linear infinite alternate; }



@-webkit-keyframes to-left {

  0% {

    transform: translateX(0px); }

  50% {

    transform: translateX(-30px); }

  100% {

    transform: translateX(0px); } }

.car-run {

  animation: run 3s ease-in-out infinite; }



@-webkit-keyframes run {

  0% {

    transform: translateX(0); }

  50% {

    transform: translateX(50px); }

  100% {

    transform: translateX(0); } }

/*-------------------------------------------------------

06. Grids css 

---------------------------------------------------------*/

.grid-2 {

  display: grid;

  grid-gap: 3rem;

  grid-template-columns: repeat(2, 1fr); }



.grid-3 {

  display: grid;

  grid-gap: 3rem;

  grid-template-columns: repeat(3, 1fr); }



.grid-4 {

  display: grid;

  grid-gap: 3rem;

  grid-template-columns: repeat(4, 1fr); }



.grid-5 {

  display: grid;

  grid-gap: 3rem;

  grid-template-columns: repeat(5, 1fr); }



.grid-6 {

  display: grid;

  grid-gap: 3rem;

  grid-template-columns: repeat(6, 1fr); }



.grid-px-2 {

  display: grid;

  grid-gap: 3rem;

  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr)); }



.gap-0 {

  grid-gap: 0; }



.cs-gap-1 {

  grid-gap: 1rem; }



.cs-gap-2 {

  grid-gap: 2rem; }



.cs-gap-3 {

  grid-gap: 3rem; }



.cs-gap-4 {

  grid-gap: 4rem; }



.cs-gap-5 {

  grid-gap: 5rem; }



.cs-gap-6 {

  grid-gap: 6rem; }



.cs-gap-7 {

  grid-gap: 7rem; }



.cs-gap-8 {

  grid-gap: 8rem; }



.cs-gap-9 {

  grid-gap: 9rem; }



.cs-gap-10 {

  grid-gap: 10rem; }



/*-------------------------------------------------------

07. BG css

---------------------------------------------------------*/

.colmn-2 {

  column-count: 2; }



.bg-fix {

  background-size: cover;

  background-position: center center;

  background-attachment: fixed;

  background-repeat: no-repeat; }



.hero-bg {

  background-position: top left !important;

  background-size: cover !important;

  background-repeat: no-repeat !important; }



.bg-top-center {

  background-position: top center;

  background-size: cover !important;

  background-repeat: no-repeat !important; }



.bg-bottom-right {

  background-size: 56%;

  background-position: bottom right;

  background-repeat: no-repeat; }



.pos-rel {

  position: relative;

  z-index: 1; }



.width-100 {

  width: 100%; }



.overflow-hidden {

  overflow: hidden; }



.text-right {

  text-align: right; }



.space-between {

  display: flex;

  justify-content: space-between;

  align-items: center; }



.rad-50 {

  border-radius: 50%; }



.c-pd {

  padding: 0 7rem; }



.s-pd {

  padding: 0 12rem; }



.h-100vh {

  height: 100vh; }



.bg {

  background: var(--clr-bg); }



.bg-2 {

  background: var(--clr-bg-2); }



.bg-3 {

  background: var(--clr-bg-3); }



.bg-heading {

  background: var(--clr-heading); }



.bg-170802 {

  background: #170802; }



.bg-theme {

  background: var(--clr-def); }



.bg-theme-2 {

  background: var(--clr-def-2); }



.bg-theme-3 {

  background: var(--clr-def-3); }



.bg-18 {

  background: #181818; }



.bg-black {

  background: var(--clr-black); }



.bg-black-1 {

  background: var(--clr-black-1); }



.bg-black-2 {

  background: var(--clr-black-2); }



.bg-black-3 {

  background: var(--clr-black-3); }



.bg-grad {

  background: var(--clr-gradient); }



div[data-bg] {

  background: var(--custom-background-color); }



.bg-blur {

  background: rgba(255, 255, 255, 0.05);

  border: 2px solid rgba(255, 255, 255, 0.15);

  backdrop-filter: blur(7.5px);

  border-radius: 10px;

  padding: 32px 100px 36px 60px;

  z-index: 2; }



.wh {

  color: var(--clr-white); }



.bg-overlay {

  position: relative;

  z-index: 1; }

  .bg-overlay::before {

    position: absolute;

    content: '';

    height: 100%;

    width: 100%;

    z-index: -1;

    background: #000521;

    opacity: 0.83;

    top: 0;

    left: 0; }



.hero-overlay {

  position: relative;

  z-index: 1; }

  .hero-overlay::before {

    position: absolute;

    content: '';

    height: 100%;

    width: 100%;

    z-index: -1;

    background: rgba(0, 0, 0, 0.9);

    opacity: 1;

    top: 0;

    left: 0; }



.hero-overlay-2 {

  position: relative;

  z-index: 1; }

  .hero-overlay-2::before {

    position: absolute;

    content: '';

    height: 100%;

    width: 100%;

    z-index: -1;

    background: linear-gradient(90deg, #0D0F31 1.17%, rgba(36, 37, 56, 0.1) 110.99%);

    opacity: 1;

    top: 0;

    left: 0; }



.hero-overlay-3 {

  position: relative;

  z-index: 1; }

  .hero-overlay-3::before {

    position: absolute;

    content: '';

    height: 100%;

    width: 100%;

    z-index: -1;

    background: #020534;

    opacity: 0.75;

    top: 0;

    left: 0; }



.grad-overlay {

  position: relative;

  z-index: 1; }

  .grad-overlay::before {

    position: absolute;

    content: '';

    height: 100%;

    width: 100%;

    z-index: -1;

    background: var(--clr-gradient-3);

    opacity: 0.9;

    top: 0;

    left: 0; }



.white-overlay {

  position: relative;

  z-index: 1; }

  .white-overlay::before {

    position: absolute;

    content: '';

    height: 100%;

    width: 100%;

    z-index: -1;

    background: var(--clr-white);

    opacity: 0.2;

    top: 0;

    left: 0; }



/*-------------------------------------------------------

08. Margin Padding Css  

---------------------------------------------------------*/

/*margins paddings*/

.p-50 {

  padding: 50px; }



.pb-140 {

  padding-bottom: 14rem; }



.pd-50 {

  padding: 5rem 0; }



.pr-120 {

  padding-right: 12rem; }



.de-padding {

  padding: 12rem 0; }



.de-pt {

  padding-top: 12rem; }



.de-pb {

  padding-bottom: 12rem; }



.pd-0 {

  padding: 0; }



.pl-20 {

  padding-left: 2rem; }



.pl-30 {

  padding-left: 3rem; }



.pl-40 {

  padding-left: 4rem; }



.pl-50 {

  padding-left: 5rem; }



.pl-60 {

  padding-left: 6rem; }



.pl-70 {

  padding-left: 7rem; }



.pl-80 {

  padding-left: 8rem; }



.pl-90 {

  padding-left: 9rem; }



.pl-100 {

  padding-left: 10rem; }



.pl-300 {

  padding-left: 30rem; }



.pt-64 {

  padding-top: 6.4rem; }



.pt-0 {

  padding-top: 0rem; }



.pt-10 {

  padding-top: 1rem; }



.pt-20 {

  padding-top: 2rem; }



.pt-30 {

  padding-top: 3rem; }



.pt-40 {

  padding-top: 4rem; }



.pt-50 {

  padding-top: 5rem; }



.pt-60 {

  padding-top: 6rem; }



.pt-70 {

  padding-top: 7rem; }



.pt-80 {

  padding-top: 8rem; }



.pt-90 {

  padding-top: 9rem; }



.pt-100 {

  padding-top: 10rem; }



.pr-10 {

  padding-right: 1rem; }



.pr-20 {

  padding-right: 2rem; }



.pr-30 {

  padding-right: 3rem; }



.pr-40 {

  padding-right: 4rem; }



.pr-50 {

  padding-right: 5rem; }



.pr-60 {

  padding-right: 6rem; }



.pr-70 {

  padding-right: 7rem; }



.pr-80 {

  padding-right: 8rem; }



.pr-90 {

  padding-right: 9rem; }



.pr-100 {

  padding-right: 10rem; }



.pr-160 {

  padding-right: 16rem; }



.pb-0 {

  padding-bottom: 0rem; }



.pb-10 {

  padding-bottom: 1rem; }



.pb-20 {

  padding-bottom: 2rem; }



.pb-30 {

  padding-bottom: 3rem; }



.pb-40 {

  padding-bottom: 4rem; }



.pb-50 {

  padding-bottom: 5rem; }



.pb-60 {

  padding-bottom: 6rem; }



.pb-70 {

  padding-bottom: 7rem; }



.pb-80 {

  padding-bottom: 8rem; }



.pb-90 {

  padding-bottom: 9rem; }



.pb-100 {

  padding-bottom: 10rem; }



.pb-256 {

  padding-bottom: 25.6rem; }



.pl-60 {

  padding-left: 6rem; }



.mr-100 {

  margin-right: 10rem; }



.mt-64 {

  margin-top: 6.4rem; }



.mt-0 {

  margin-top: 0; }



.mt-10 {

  margin-top: 1rem; }



.mt-20 {

  margin-top: 2rem; }



.mt-30 {

  margin-top: 3rem; }



.mt-40 {

  margin-top: 4rem; }



.mt-50 {

  margin-top: 5rem; }



.mt-60 {

  margin-top: 6rem; }



.mt-70 {

  margin-top: 7rem; }



.mt-80 {

  margin-top: 8rem; }



.mt-90 {

  margin-top: 9rem; }



.mt-100 {

  margin-top: 10rem; }



.mb-0 {

  margin-bottom: 0; }



.mb-10 {

  margin-bottom: 1rem; }



.mb-15 {

  margin-bottom: 1.5rem; }



.mb-20 {

  margin-bottom: 2rem; }



.mb-30 {

  margin-bottom: 3rem; }



.mb-40 {

  margin-bottom: 4rem; }



.mb-50 {

  margin-bottom: 5rem; }



.mb-60 {

  margin-bottom: 6rem; }



.mb-70 {

  margin-bottom: 7rem; }



.mb-80 {

  margin-bottom: 8rem; }



.mb-90 {

  margin-bottom: 9rem; }



.mb-100 {

  margin-bottom: 10rem; }



.mb-110 {

  margin-bottom: 11rem; }



.mb-120 {

  margin-bottom: 12rem; }



.mb-200 {

  margin-bottom: 20rem; }



.mb-300 {

  margin-bottom: 30rem; }



.mb-400 {

  margin-bottom: 40rem; }



.ml-300 {

  margin-left: 30rem; }



.ml-5 {

  margin-left: 5; }



.ml-10 {

  margin-left: 10px; }



.ml-15 {

  margin-left: 15px; }



.ml-20 {

  margin-left: 20px; }



.ml-30 {

  margin-left: 3rem; }



.ml-40 {

  margin-left: 4rem; }



.ml-50 {

  margin-left: 5rem; }



.ml-60 {

  margin-left: 6rem; }



.ml-70 {

  margin-left: 7rem; }



.ml-80 {

  margin-left: 8rem; }



.ml-90 {

  margin-left: 9rem; }



.ml-100 {

  margin-left: 100rem; }



.mr-300 {

  margin-right: 30rem; }



.mr-5 {

  margin-right: 5; }



.mr-10 {

  margin-right: 10px; }



.mr-15 {

  margin-right: 15px; }



.mr-20 {

  margin-right: 20px; }



.mr-30 {

  margin-right: 3rem; }



.mr-40 {

  margin-right: 4rem; }



.mr-50 {

  margin-right: 5rem; }



.mr-60 {

  margin-right: 6rem; }



.mr-70 {

  margin-right: 7rem; }



.mr-80 {

  margin-right: 8rem; }



.mr-90 {

  margin-right: 9rem; }



.mr-100 {

  margin-right: 100rem; }



.margin-center {

  margin: 0 auto; }



/*-------------------------------------------------------

09. BTN Css  fill="#0A0909" stroke="#0A0909"

---------------------------------------------------------*/

/*Theme Button New*/

.btn-ve-price {

  padding: 12px 22px;

  background: var(--clr-def);

  font-weight: 400;

  font-size: 16px;

  color: var(--clr-white);

  font-family: var(--font-1);

  display: inline-block;

  letter-spacing: 0.01em;

  line-height: 1;

  transition: all .5s ease;

  position: relative;

  z-index: 1;

  border-right: 1px solid var(--clr-heading);

  border-bottom: 1px solid var(--clr-heading); }

  .btn-ve-price i {

    display: inline-block;

    padding-left: 7px; }

    .btn-ve-price i svg {

      fill: var(--clr-white);

      stroke: var(--clr-white);

      transition: all .5s ease; }

  .btn-ve-price:hover {

    background: var(--clr-heading);

    color: var(--clr-white); }

    .btn-ve-price:hover i svg {

      fill: var(--clr-white);

      stroke: var(--clr-white);

      transform: rotate(45deg); }



.btn-ve-thm {

  padding: 12px 22px;

  background: var(--clr-def);

  font-weight: 400;

  font-size: 16px;

  color: var(--clr-white);

  font-family: var(--font-1);

  display: inline-block;

  letter-spacing: 0.01em;

  line-height: 1;

  transition: all .5s ease;

  border: none; }

  .btn-ve-thm i {

    display: inline-block;

    padding-left: 7px; }

    .btn-ve-thm i svg {

      fill: var(--clr-white);

      stroke: var(--clr-white);

      transition: all .5s ease; }

  .btn-ve-thm:hover {

    background: var(--clr-heading);

    color: var(--clr-white); }

    .btn-ve-thm:hover i svg {

      fill: var(--clr-white);

      stroke: var(--clr-white);

      transform: rotate(45deg); }



.btn-ve-thm-2 {

  padding: 12px 22px;

  background: var(--clr-def);

  font-weight: 400;

  font-size: 16px;

  color: var(--clr-white);

  font-family: var(--font-1);

  display: inline-block;

  letter-spacing: 0.01em;

  line-height: 1;

  transition: all .5s ease;

  border: 2px solid transparent; }

  .btn-ve-thm-2:hover {

    background: transparent;

    color: var(--clr-white);

    border: 2px solid var(--clr-white); }



.btn-ve-global {

  font-weight: 400;

  font-size: 16px;

  color: var(--clr-heading);

  text-transform: capitalize;

  font-family: var(--font-1);

  border-bottom: 1px solid var(--clr-heading);

  transition: all .5s ease; }

  .btn-ve-global:hover {

    color: var(--clr-heading); }

    .btn-ve-global:hover i {

      transform: rotate(-45deg); }

  .btn-ve-global i {

    display: inline-block;

    margin-left: 15px;

    transition: all .5s ease; }

    .btn-ve-global i svg {

      fill: var(--clr-heading); }



.btn-ve-hero {

  font-weight: 400;

  font-size: 16px;

  color: var(--clr-white);

  text-transform: capitalize;

  font-family: var(--font-1);

  border-bottom: 1px solid var(--clr-white);

  transition: all .5s ease; }

  .btn-ve-hero:hover {

    color: var(--clr-white); }

    .btn-ve-hero:hover i {

      transform: rotate(-45deg); }

  .btn-ve-hero i {

    display: inline-block;

    margin-left: 15px;

    transition: all .5s ease; }

    .btn-ve-hero i svg {

      fill: var(--clr-white); }



.btn-ve-round {

  font-weight: 400;

  font-size: 24px;

  line-height: 1;

  padding: 12px 22px;

  text-transform: capitalize;

  color: var(--clr-white);

  background: var(--clr-def);

  font-family: var(--font-1);

  border: 2px solid transparent;

  border-radius: 50px;

  transition: all .5s ease;

  display: inline-block; }

  .btn-ve-round:hover {

    background: transparent;

    color: var(--clr-white);

    border: 2px solid var(--clr-def); }



.btn-ve-black {

  font-weight: 400;

  font-size: 16px;

  line-height: 1;

  padding: 12px 28px;

  text-transform: capitalize;

  color: var(--clr-white);

  background: var(--clr-heading);

  font-family: var(--font-1);

  transition: all .5s ease;

  display: inline-block;

  border: 1px solid transparent; }

  .btn-ve-black:hover {

    background: transparent;

    color: var(--clr-heading);

    border: 1px solid var(--clr-heading); }



/*Theme Button*/

.btn-transparent {

  display: inline-block;

  text-align: center;

  font-size: 16px;

  font-weight: 600;

  padding: 1.5rem 3.5rem;

  background-color: transparent;

  border: none;

  color: var(--clr-white);

  border-radius: 5px;

  outline: 1px solid var(--clr-white) !important;

  line-height: 1;

  transition: all .5s ease; }

  .btn-transparent.btn-home-2 {

    outline: 1px solid var(--clr-def) !important;

    color: var(--clr-heading); }

  .btn-transparent:hover {

    background-color: var(--clr-white);

    color: var(--clr-heading); }



.btn-transparent-md {

  padding: 2rem 5.4rem; }



.btn-1 {

  display: inline-block;

  text-align: center;

  font-size: 16px;

  font-weight: 700;

  padding: 1.2rem 5rem;

  background-color: var(--clr-def);

  color: var(--clr-white);

  border-radius: 0px;

  border: none;

  outline: none;

  line-height: 1;

  transition: all .5s ease; }

  .btn-1 i {

    margin-left: 1rem; }

  .btn-1:hover {

    background: var(--clr-def-2);

    color: var(--clr-white); }



.btn-2 {

  display: inline-block;

  padding: 2rem 4rem;

  color: var(--clr-white);

  border-radius: 4px;

  text-align: center;

  font-size: 16px;

  font-weight: 600;

  border: none;

  outline: none;

  line-height: 1;

  position: relative;

  z-index: 1;

  transition: all .5s ease; }

  .btn-2::before {

    position: absolute;

    content: '';

    height: 100%;

    width: 100%;

    z-index: -1;

    background: var(--clr-def);

    opacity: 1;

    border-radius: 4px;

    top: 0;

    left: 0;

    transition: all .5s ease;

    border-radius: 100px; }

  .btn-2 i {

    margin-left: 1rem; }

  .btn-2:hover {

    background: var(--clr-black);

    color: var(--clr-white); }

    .btn-2:hover::before {

      scale: 0; }



.btn-3 {

  font-weight: 600;

  color: var(--clr-white);

  border: none;

  background: var(--clr-def);

  padding: 0 3rem;

  height: 50px;

  display: inline-block;

  line-height: 50px; }

  .btn-3:hover {

    background: var(--clr-black);

    color: var(--clr-white); }

    .btn-3:hover::before {

      scale: 0; }



.btn-4 {

  display: inline-block;

  text-align: center;

  font-size: 16px;

  font-weight: 600;

  padding: 1.5rem 3.5rem;

  background-color: var(--clr-white);

  border: none;

  color: var(--clr-heading);

  border-radius: 5px;

  line-height: 1;

  transition: all .5s ease; }

  .btn-4:hover {

    background-color: var(--clr-def);

    color: var(--clr-white); }



.btn-5 {

  display: inline-block;

  text-align: center;

  font-size: 16px;

  font-weight: 600;

  padding: 2.5rem 5.5rem;

  background-color: var(--clr-def);

  color: var(--clr-white);

  border-radius: 5px;

  border: none;

  outline: none;

  line-height: 1;

  transition: all .5s ease; }

  .btn-5:hover {

    background-color: var(--clr-white);

    color: var(--clr-black); }



.btn-home-3 {

  background: var(--clr-def);

  border: none;

  color: var(--clr-white);

  height: 40px;

  padding: 12px 16px 12px 16px;

  border-radius: 6px;

  display: inline-flex;

  align-items: center;

  gap: 5px;

  transition: all .5s ease; }



.btn-md {

  padding: 2rem 5.4rem; }



.btn-sm {

  padding: 1.5rem 3.5rem; }



.btn-second {

  background-color: var(--clr-def-2);

  border: 2px solid transparent; }

  .btn-second:hover {

    border: 2px solid var(--clr-def);

    background-color: var(--clr-def); }



.btn-solar {

  background-color: var(--clr-solar); }

  .btn-solar:hover {

    background-color: var(--clr-solar-2);

    color: var(--clr-white); }



.btn-gradient {

  background: linear-gradient(90deg, #0072ff 0%, #00d4ff 100%); }

  .btn-gradient:hover {

    background: var(--clr-def);

    color: var(--clr-white); }



.btn-circle {

  border-radius: 100px; }



.btn-border {

  border: 2px solid var(--clr-white);

  background-color: transparent;

  color: var(--clr-white); }

  .btn-border:hover {

    background-color: var(--clr-def);

    color: var(--clr-heading);

    border: 2px solid var(--clr-def); }



.btn-border-2 {

  border: 2px solid var(--clr-heading);

  color: var(--clr-heading);

  background-color: transparent; }

  .btn-border-2:hover {

    background-color: var(--clr-def);

    color: var(--clr-white);

    border: 2px solid var(--clr-def); }



.btn-border-3 {

  border: 2px solid var(--clr-heading);

  color: var(--clr-heading);

  background-color: transparent; }

  .btn-border-3:hover {

    background-color: var(--clr-white);

    color: var(--clr-heading);

    border: 2px solid var(--clr-white); }



.btn-black {

  background-color: var(--clr-black);

  color: var(--clr-white); }

  .btn-black:hover {

    background-color: var(--clr-white);

    color: var(--clr-black); }



.btn-black-2 {

  color: var(--clr-white);

  background-color: var(--clr-black);

  border: 2px solid transparent; }

  .btn-black-2:hover {

    background-color: var(--clr-white);

    color: var(--clr-black);

    border: 2px solid var(--clr-heading); }



.btn-white {

  background-color: var(--clr-white);

  color: var(--clr-black); }

  .btn-white:hover {

    background-color: var(--clr-black);

    color: var(--clr-white); }



.btn-no-rad {

  border-radius: 0; }



.btn-sub {

  height: 7rem;

  width: 7rem;

  border: none;

  background-color: var(--clr-def);

  border-radius: 2px;

  outline: none; }



/*-------------------------------------------------------

10. Hero css clip-path: polygon(0 0, 100% 0, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0 90%, 0 10%);

---------------------------------------------------------*/

.hero-single {

  height: 100vh;

  display: flex;

  align-items: center;

  justify-content: center;

  position: relative;

  z-index: 1;

  overflow: hidden; }

  .hero-single .hero-content .hero-sub-title {

    margin-bottom: 4rem; }

  .hero-single .hero-content .para {

    line-height: 3.2rem;

    padding-right: 31%;

    margin-bottom: 6rem;

    padding-left: 0; }



.hero-text-pic {

  display: flex;

  align-items: center;

  gap: 90px; }



.hero-text-1 {

  display: flex;

  align-items: center;

  gap: 160px; }

  .hero-text-1 span {

    display: inline-block;

    height: 120px;

    width: 120px;

    border: 1px solid var(--clr-heading);

    border-radius: 50%;

    position: relative; }

    .hero-text-1 span::before {

      height: 1px;

      width: 200px;

      content: '';

      position: absolute;

      left: 50%;

      top: 50%;

      background: var(--clr-heading); }

  .hero-text-1 h2 {

    font-size: 150px;

    text-transform: uppercase; }



.hero-text-1-pic {

  border-radius: 30px; }



.hero-text-2 {

  font-size: 65px;

  text-align: center;

  text-transform: uppercase;

  background: var(--clr-white); }



.hero-text-3 {

  display: grid;

  align-items: center;

  grid-template-columns: 1fr 320px 1fr;

  grid-gap: 40px; }

  .hero-text-3 h2 {

    margin-bottom: 0;

    font-size: 150px;

    text-transform: uppercase; }

  .hero-text-3 p {

    margin-bottom: 0; }



.hdr-pl-title {

  font-weight: 700;

  font-size: 16px;

  line-height: 20px;

  letter-spacing: 0.02em;

  text-transform: uppercase;

  color: var(--clr-heading); }



.hdr-pl {

  display: flex;

  align-items: center;

  gap: 15px; }



.play-bt-1 {

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%); }

  .play-bt-1 i {

    height: 80px;

    width: 80px;

    line-height: 80px;

    text-align: center;

    -webkit-border-radius: 50%;

    border-radius: 50%;

    position: relative;

    z-index: 1;

    display: inline-block;

    background-color: var(--clr-heading);

    padding-left: 5px;

    border: none; }

  .play-bt-1 .wave-1 {

    content: '';

    opacity: 0;

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    border-radius: 50%;

    pointer-events: none;

    -webkit-animation: waves 3s ease-in-out infinite;

    animation: waves 2s ease-in-out infinite;

    z-index: -1;

    background: var(--clr-def);

    height: 15rem;

    width: 15rem; }

  .play-bt-1 .wave-1 {

    -webkit-animation-delay: 1s;

    animation-delay: 1s; }

  .play-bt-1 .wave-2 {

    content: '';

    opacity: 0;

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    border-radius: 50%;

    pointer-events: none;

    -webkit-animation: waves 3s ease-in-out infinite;

    animation: waves 2s ease-in-out infinite;

    z-index: -1;

    background: var(--clr-def);

    height: 17rem;

    width: 17rem; }

  .play-bt-1 .wave-2 {

    -webkit-animation-delay: 2s;

    animation-delay: 2s; }



.mt-160 {

  margin-top: 160px; }



.menu-cart {

  display: flex;

  align-items: center;

  justify-content: flex-end; }



.hero-sub-content span {

  display: inline-block;

  color: var(--clr-white);

  border: 1px solid var(--clr-def);

  padding: 1rem 2rem;

  text-transform: capitalize; }



.hero-single-2 {

  display: flex;

  align-items: center;

  justify-content: center;

  position: relative;

  z-index: 1;

  overflow: hidden;

  height: 785px;

  margin-top: 80px; }

  .hero-single-2 .hero-content-2 h2 {

    color: var(--clr-white); }

  .hero-single-2 .hero-content-2 p {

    color: rgba(var(--clr-white-rgb), 0.8); }



.hero-sldr.hero-style-2 .swiper-button-next,

.hero-sldr.hero-style-2 .swiper-rtl .swiper-button-prev {

  right: 140px;

  left: inherit; }

.hero-sldr.hero-style-2 .swiper-button-prev,

.hero-sldr.hero-style-2 .swiper-rtl .swiper-button-next {

  right: 140px;

  left: inherit;

  top: 40%; }

.hero-sldr.hero-style-2 .swiper-button-next,

.hero-sldr.hero-style-2 .swiper-button-prev {

  -webkit-border-radius: 50%;

  border-radius: 50%;

  background-color: transparent;

  border: 1px solid rgba(var(--clr-white-rgb), 0.5);

  color: rgba(var(--clr-white-rgb), 0.8); }

.hero-sldr.hero-style-2 .swiper-button-next:after {

  background-image: url("data:image/svg+xml,%3Csvg width='6' height='80' viewBox='0 0 6 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5'%3E%3Cpath d='M3 80L5.88675 75H0.113249L3 80ZM2.5 0L2.5 75.5H3.5L3.5 0L2.5 0Z' fill='%23EEEEEE'/%3E%3C/g%3E%3C/svg%3E%0A");

  background-repeat: no-repeat;

  background-position: center center;

  height: 80px;

  width: 6px;

  top: -10%;

  position: absolute;

  transform: translate(0, -50%); }

.hero-sldr.hero-style-2 .swiper-button-prev:after {

  background-image: url("data:image/svg+xml,%3Csvg width='6' height='80' viewBox='0 0 6 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5'%3E%3Cpath d='M3 0L0.113249 5H5.88675L3 0ZM3.5 80L3.5 4.5H2.5L2.5 80H3.5Z' fill='%23EEEEEE'/%3E%3C/g%3E%3C/svg%3E");

  background-repeat: no-repeat;

  background-position: center center;

  height: 80px;

  width: 6px;

  bottom: -90px;

  position: absolute;

  transform: translate(0, -50%); }

.hero-sldr.hero-style-2 .swiper-button-next:after,

.hero-sldr.hero-style-2 .swiper-button-prev:after {

  font-size: 0; }



.kata-3 {

  clip-path: polygon(5% 0, 100% 0%, 100% 100%, 18% 100%);

  position: absolute;

  top: 0;

  right: 0;

  z-index: -1; }



.hero-single-3 {

  display: flex;

  align-items: center;

  position: relative;

  z-index: 1;

  overflow: hidden;

  height: 785px;

  margin-top: 80px; }

  .hero-single-3 .hero-content-3 {

    padding: 35px 40px 35px;

    border-radius: 20px;

    background-color: rgba(245, 245, 245, 0.502);

    border: 2px solid #fff; }

    .hero-single-3 .hero-content-3 h2 {

      font-size: 60px;

      line-height: 1.2;

      margin-bottom: 2rem; }

    .hero-single-3 .hero-content-3 p {

      margin-bottom: 3rem;

      padding-right: 10rem; }



@keyframes grow {

  0%, 20% {

    transform: scale(1); }

  75%, 100% {

    transform: scale(1.15); } }

.swiper-slide.swiper-slide-active .hero-bg-animate {

  scale: 1;

  animation: grow 4s linear forwards; }



.animate-pos {

  position: absolute;

  left: 0;

  top: 0;

  content: "";

  height: 100%;

  width: 100%;

  -webkit-transition: 10s ease-out;

  transition: 10s ease-out;

  -webkit-transform: scale(1.1);

  transform: scale(1.1);

  z-index: -5; }



.hero-sldr .swiper-button-next,

.hero-sldr .swiper-button-prev {

  color: var(--clr-heading);

  height: 6rem;

  width: 6rem;

  line-height: 6rem;

  text-align: center;

  background: var(--clr-white);

  -webkit-border-radius: 0%;

  border-radius: 0%; }

.hero-sldr .swiper-button-next,

.hero-sldr .swiper-rtl .swiper-button-prev {

  left: 140px;

  top: 59%; }

.hero-sldr .swiper-button-prev,

.hero-sldr .swiper-rtl .swiper-button-next {

  left: 140px; }

.hero-sldr .swiper-button-next:after,

.hero-sldr .swiper-button-prev:after {

  font-size: 14px; }

.hero-sldr .hero-single .hero-content h2 {

  opacity: 0;

  visibility: hidden;

  transition: all 500ms ease;

  transform: translateY(-20px); }

.hero-sldr .hero-single .hero-content p {

  opacity: 0;

  visibility: hidden;

  transition: all 500ms ease;

  transform: translateX(-50px); }

.hero-sldr .hero-single .hero-content .hero-btn {

  transform: scaleY(0);

  transition: all 500ms ease;

  transition-delay: 2000ms;

  transform-origin: bottom; }

.hero-sldr .hero-single .hdr-pic {

  opacity: 0;

  visibility: hidden;

  transition: all 500ms ease;

  transform: translateY(50px); }



.hero-sldr .swiper-slide-active.hero-single .hero-content h2 {

  opacity: 1;

  visibility: visible;

  transition-delay: 800ms;

  transform: translateY(0px); }

.hero-sldr .swiper-slide-active.hero-single .hero-content p {

  opacity: 1;

  visibility: visible;

  transition-delay: 1600ms;

  transform: translateX(0px); }

.hero-sldr .swiper-slide-active.hero-single .hero-content .hero-btn {

  transform: scale(1); }

.hero-sldr .swiper-slide-active.hero-single .hdr-pic {

  opacity: 1;

  visibility: visible;

  transition-delay: 1200ms;

  transform: translateY(0px); }



/*-------------------------------------------------------

11.Footer css 

---------------------------------------------------------*/

.footer-wpr-top h5 {

  font-weight: 400;

  font-size: 18px;

  line-height: 28px;

  letter-spacing: 0.08em;

  text-transform: uppercase;

  color: var(--clr-white);

  opacity: 0.7; }

.footer-wpr-top h2 {

  font-weight: 400;

  font-size: 58px;

  line-height: 1;

  text-transform: capitalize;

  color: var(--clr-white); }



.footer-wpr-down {

  grid-gap: 10rem; }



.footer-down-box {

  display: flex;

  align-items: center;

  gap: 20px; }

  .footer-down-box p {

    font-family: var(--font-1);

    font-weight: 400;

    font-size: 20px;

    line-height: 1;

    color: var(--clr-white);

    border-bottom: 1px solid rgba(255, 255, 255, 0.4); }



.footer-subs-contact {

  display: flex;

  align-items: center;

  gap: 100px; }



.footer-sub-input {

  background: var(--clr-white);

  border: none;

  height: 60px;

  width: 100%;

  padding-left: 2rem;

  border-radius: 30px; }

  .footer-sub-input::placeholder {

    font-family: var(--font-1);

    font-weight: 400;

    font-size: 16px;

    line-height: 1;

    color: var(--clr-black); }



.footer-sub {

  position: relative;

  z-index: 1;

  width: 650px; }



.footer-sub-btn {

  display: inline-block;

  height: 50px;

  width: 130px;

  line-height: 50px;

  text-align: center;

  background: var(--clr-black);

  border: none;

  border-radius: 20px;

  color: var(--clr-white);

  font-weight: 700;

  font-size: 16px;

  text-transform: uppercase;

  position: absolute;

  top: 50%;

  transform: translate(0, -50%);

  right: 1rem;

  transition: all .5s ease; }

  .footer-sub-btn:hover {

    background: var(--clr-def); }



.footer-wpr-con .footer-down-box {

  margin-bottom: 30px; }

  .footer-wpr-con .footer-down-box:last-child {

    margin-bottom: 0; }



.footer-bottom {

  padding: 50px 0;

  border-top: 1px solid rgba(255, 255, 255, 0.4); }



.footer-social {

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 20px; }

  .footer-social li a i {

    height: 30px;

    width: 30px;

    line-height: 30px;

    font-size: 10px;

    text-align: center;

    border-radius: 50%;

    border: 1px solid rgba(255, 255, 255, 0.4);

    display: inline-block;

    color: var(--clr-white);

    transition: all .5s ease; }

    .footer-social li a i:hover {

      border: 1px solid transparent;

      color: var(--clr-heading);

      background: var(--clr-def); }



.footer-menu {

  display: flex;

  align-items: center;

  gap: 40px; }

  .footer-menu li a {

    font-weight: 400;

    font-size: 20px;

    line-height: 30px;

    text-transform: capitalize;

    color: var(--clr-white);

    font-family: var(--font-1);

    transition: all .5sease; }

    .footer-menu li a:hover {

      color: var(--clr-def); }



.footer-social-2 {

  display: flex;

  align-items: center;

  gap: 20px;

  justify-content: flex-end; }

  .footer-social-2 li a i {

    height: 30px;

    width: 30px;

    line-height: 30px;

    font-size: 10px;

    text-align: center;

    border-radius: 50%;

    border: 1px solid rgba(255, 255, 255, 0.4);

    display: inline-block;

    color: var(--clr-white);

    transition: all .5s ease; }

    .footer-social-2 li a i:hover {

      border: 1px solid transparent;

      color: var(--clr-white);

      background: var(--clr-def); }



.footer-wpr-top-2 h2 {

  font-weight: 400;

  font-size: 120px;

  line-height: 130px;

  text-transform: capitalize;

  color: var(--clr-white); }



.footer-top-element p {

  font-weight: 400;

  font-size: 16px;

  line-height: 24px;

  text-transform: capitalize;

  color: var(--clr-white);

  margin-bottom: 2rem; }



.footer-copyright {

  display: flex;

  align-items: center;

  justify-content: space-between;

  padding-bottom: 80px;

  padding-top: 20px;

  border-top: 1px solid #d9d9d9; }

  .footer-copyright p {

    font-weight: 400;

    font-size: 16px;

    line-height: 24px;

    text-transform: capitalize;

    color: var(--clr-white);

    font-family: var(--font-1);

    margin-bottom: 0; }



.footer-list {

  display: flex;

  flex-direction: column;

  gap: 1rem; }

  .footer-list li a {

    display: flex;

    align-items: center;

    gap: 5px;

    color: rgba(var(--clr-white-rgb), 0.7);

    font-weight: 400;

    font-family: var(--font-2);

    font-size: 16px;

    font-weight: 400;

    line-height: 32px;

    letter-spacing: -0.24px; }

    .footer-list li a:hover {

      color: var(--clr-def); }

    .footer-list li a i {

      font-size: 1.4rem; }



/*-------------------------------------------------------

12. Scroll top css 

---------------------------------------------------------*/

#scrtop {

  display: none;

  position: fixed;

  bottom: 20px;

  right: 30px;

  z-index: 99;

  font-size: 18px;

  border: 1px solid #ddd;

  outline: none;

  background-color: var(--clr-heading);

  color: var(--clr-white);

  cursor: pointer;

  padding: 15px;

  border-radius: 4px;

  line-height: 1; }

  #scrtop:hover {

    background-color: var(--clr-heading); }



/*-------------------------------------------------------

13. Navbar css 

---------------------------------------------------------*/

@media (min-width: 1400px) {

  .navbar-container-fluid {

    max-width: 1600px; } }

.navbar-container {

  display: grid;

  grid-template-columns: 220px 1fr;

  align-items: center;

  padding: 0 20rem; }



.navbar-container-bg {

  background: rgba(24, 25, 29, 0.5); }



.in .navbar-container {

  display: grid;

  grid-template-columns: 220px 1fr;

  align-items: center;

  padding: 0 20rem;

  background: var(--clr-white); }

.in .menu-phone .menu-phone-tx p {

  color: var(--clr-heading); }



.nav-item.active .nav-link {

  color: var(--clr-def) !important; }



.navbar-home-1 {

  padding: 0 35px; }

  .navbar-home-1 .navbar-brand {

    margin-right: 108px; }



.search-cart.nav-profile.hm-search-2 {

  width: 210px;

  margin-left: 120px; }



.srs-btn {

  display: flex;

  align-items: center;

  gap: 10px; }

  .srs-btn span {

    display: inline-block;

    font-weight: 400;

    font-size: 20px;

    line-height: 1;

    text-transform: capitalize;

    color: var(--clr-heading);

    font-family: var(--font-1); }



.navbar-home-bg {

  background: #E7E7EC;

  display: flex !important;

  padding: 0 60px; }



.navbar-home-2 {

  padding: 5px 25px;

  background: var(--clr-white); }



.btn-ext {

  padding: 35px 30px;

  background: var(--clr-def-2);

  display: inline-block;

  width: 240px;

  font-weight: 600;

  font-size: 16px;

  line-height: 30px;

  text-transform: capitalize;

  color: var(--clr-white);

  transition: all .5s ease; }

  .btn-ext:hover {

    background: var(--clr-def);

    color: var(--clr-white); }



.header-3 .bsnav-transparent {

  background: var(--clr-heading); }



.header-3-tr .bsnav-transparent {

  background: 0 0; }



.search-cart.nav-profile.hm-search-3 {

  width: 210px;

  margin-left: 0px; }



.bsnav-mobile {

  z-index: 102; }



.bsnav-mobile .navbar {

  right: inherit;

  transform: translate3d(-300px, 0, 0);

  left: 0; }



.search-cart.nav-profile {

  width: 195px;

  margin-left: 0; }



.g-nop {

  display: none; }



.navbar-brand-tog {

  display: flex;

  align-items: center;

  justify-content: space-between; }



.nav-item.dropdown > .navbar-nav .nav-item .nav-link {

  padding: 0; }



.navbar-bar-shape {

  position: absolute;

  top: 0;

  left: 0;

  z-index: 3;

  height: 100%;

  background: var(--clr-def);

  width: 420px;

  clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%); }



.navbar-extra-logo {

  position: relative;

  z-index: 9; }



.extra-logo-solar {

  background: var(--clr-solar);

  padding: 3rem;

  margin-right: 4rem;

  border-radius: 10px; }



.navbar-menu-opt {

  position: relative;

  z-index: 4; }



.top-header-menu {

  padding-left: 0px; }



.navbar-brand.nop {

  display: none; }



.navbar-nav .nav-item.menu-item-has-children .ti-on {

  display: inline-block; }

.navbar-nav .nav-item.menu-item-has-children .ti-off {

  display: none; }

.navbar-nav .nav-item.menu-item-has-children.in .ti-on {

  display: none; }

.navbar-nav .nav-item.menu-item-has-children.in .ti-off {

  display: inline-block; }



.navbar {

  display: inherit; }

  .navbar.in {

    box-shadow: 0 0 15px rgba(0, 0, 0, 0.07); }

    .navbar.in .navbar-brand.nop {

      display: block; }

    .navbar.in .navbar-bar-shape {

      display: none; }

    .navbar.in::before {

      display: none; }

    .navbar.in .top-bar-area {

      display: none; }

    .navbar.in .navbar-extra-logo {

      display: none; }

    .navbar.in .navbar-container {

      grid-template-columns: 100% !important; }

    .navbar.in .top-header-menu {

      padding-left: 0;

      width: 100%; }

  .navbar::before {

    position: absolute;

    z-index: -1;

    background: var(--clr-gradient);

    top: 0;

    left: 0;

    width: 34%;

    height: 100%;

    content: '';

    clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);

    display: none; }



.header-before-off .navbar.in::before {

  display: none; }

.header-before-off .navbar::before {

  display: none; }



.navbar .navbar-nav .nav-item .nav-link {

  height: 70px;

  line-height: 70px;

  padding: 0;

  text-transform: capitalize;

  color: var(--clr-heading);

  margin-right: 4rem;

  font-weight: 700;

  font-size: 16px;

  font-family: var(--font-1);

  letter-spacing: 0.04em; }

  .navbar .navbar-nav .nav-item .nav-link i {

    font-size: 1rem;

    margin-left: 3px; }

.navbar .navbar-nav .nav-item:last-child .nav-link {

  margin-right: 0; }

.navbar .navbar-nav .nav-item.dropdown {

  border-radius: 0; }

  .navbar .navbar-nav .nav-item.dropdown .navbar-nav {

    padding: 3rem 2.5rem;

    box-shadow: none;

    border: 1px solid #ddd; }

    .navbar .navbar-nav .nav-item.dropdown .navbar-nav .nav-item .nav-link {

      color: var(--clr-heading);

      line-height: 1;

      height: inherit;

      margin-bottom: 1.8rem;

      margin-right: 0; }

    .navbar .navbar-nav .nav-item.dropdown .navbar-nav .nav-item:last-child .nav-link {

      margin-bottom: 0; }

.navbar.in .navbar-nav .nav-item .nav-link {

  color: var(--clr-heading); }

.navbar.in .hm-search-2 #openDrawerButton {

  color: var(--clr-white); }



.nav-item.dropdown > .navbar-nav {

  width: 250px; }



.header-2 .navbar .navbar-nav .nav-item .nav-link {

  color: var(--clr-white); }

.header-2 .navbar .navbar-nav .nav-item:last-child .nav-link {

  margin-right: 0; }

.header-2 .navbar .navbar-nav .nav-item.dropdown {

  border-radius: 0; }

  .header-2 .navbar .navbar-nav .nav-item.dropdown .navbar-nav .nav-item .nav-link {

    color: var(--clr-heading); }

  .header-2 .navbar .navbar-nav .nav-item.dropdown .navbar-nav .nav-item:last-child .nav-link {

    margin-bottom: 0; }

.header-2 .navbar .search-cart ul li a i svg {

  stroke: white; }

.header-2 .navbar.in .navbar-nav .nav-item .nav-link {

  color: var(--clr-heading); }

.header-2 .navbar.in .search-cart ul li a i svg {

  stroke: var(--clr-heading); }

.header-2 .nav-item .caret {

  border-top: solid 5px var(--clr-heading); }



.nav-item .caret {

  border-top: solid 5px var(--clr-white); }



.in .nav-item .caret {

  border-top: solid 5px var(--clr-heading); }



.header-3 #openDrawerButton {

  color: var(--clr-heading);

  background: var(--clr-white); }

.header-3 .navbar .navbar-nav .nav-item .nav-link {

  color: var(--clr-white); }

.header-3 .navbar .navbar-nav .nav-item:last-child .nav-link {

  margin-right: 0; }

.header-3 .navbar .navbar-nav .nav-item.dropdown {

  border-radius: 0; }

  .header-3 .navbar .navbar-nav .nav-item.dropdown .navbar-nav .nav-item .nav-link {

    color: var(--clr-heading); }

  .header-3 .navbar .navbar-nav .nav-item.dropdown .navbar-nav .nav-item:last-child .nav-link {

    margin-bottom: 0; }

.header-3 .navbar .search-cart ul li .srs-btn i svg {

  fill: var(--clr-white); }

.header-3 .navbar .search-cart ul li .srs-btn span {

  color: var(--clr-white); }

.header-3 .navbar .search-cart ul li a i svg {

  stroke: var(--clr-heading); }

.header-3 .navbar.in #openDrawerButton {

  color: var(--clr-white);

  background: var(--clr-def); }

.header-3 .navbar.in .navbar-nav .nav-item .nav-link {

  color: var(--clr-heading); }

.header-3 .navbar.in .search-cart ul li .srs-btn i svg {

  fill: var(--clr-heading); }

.header-3 .navbar.in .search-cart ul li .srs-btn span {

  color: var(--clr-heading); }

.header-3 .navbar.in .search-cart ul li a i svg {

  stroke: var(--clr-heading); }



.header-border .navbar {

  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

  .header-border .navbar .navbar-brand {

    padding-right: 3rem; }

  .header-border .navbar .collapse.navbar-collapse {

    border-left: 1px solid rgba(255, 255, 255, 0.3);

    border-right: 1px solid rgba(255, 255, 255, 0.3);

    padding-right: 3rem; }



.header-border-black .navbar {

  border-bottom: 1px solid rgba(0, 0, 0, 0.3); }

  .header-border-black .navbar .navbar-brand {

    padding-right: 3rem; }

  .header-border-black .navbar .collapse.navbar-collapse {

    border-left: 1px solid rgba(0, 0, 0, 0.3);

    border-right: 1px solid rgba(0, 0, 0, 0.3);

    padding-right: 3rem; }

  .header-border-black .navbar.in {

    border-bottom: none; }

    .header-border-black .navbar.in .navbar-brand {

      padding-right: 3rem; }

    .header-border-black .navbar.in .collapse.navbar-collapse {

      border-left: none;

      border-right: none;

      padding-right: 0; }



.dropdown.megamenu > .navbar-nav {

  width: 100%;

  padding: 0;

  left: 0;

  overflow: hidden; }



.bsnav-sticky.bsnav-sticky-slide.sticked.in {

  transition: transform .4s .2s;

  transform: translate3d(0, 0, 0);

  background-color: var(--clr-white);

  top: 0; }



.navbar .navbar-brand .logo-display {

  display: block; }



.navbar .navbar-brand .logo-scrolled {

  display: none; }



.navbar.in .navbar-brand .logo-display {

  display: none; }



.navbar.in .navbar-brand .logo-scrolled {

  display: block; }



.navbar-toggler.active, .navbar-toggler.active.btn, .navbar-toggler.active.focus.btn, .navbar-toggler.btn:active, .navbar-toggler.btn:active:focus, .navbar-toggler.btn:active:hover, .navbar-toggler.btn:focus, .navbar-toggler.btn:hover, .navbar-toggler.btn:not(:disabled):not(.disabled).active, .navbar-toggler.btn:not(:disabled):not(.disabled):active, .navbar-toggler.focus.btn, .navbar-toggler:active, .navbar-toggler:active:focus, .navbar-toggler:focus, .navbar-toggler:hover, .navbar-togglerbutton.active, .navbar-togglerbutton.active.focus, .navbar-togglerbutton.focus, .navbar-togglerbutton:active, .navbar-togglerbutton:active:focus, .navbar-togglerbutton:active:hover, .navbar-togglerbutton:focus, .navbar-togglerbutton:hover, .navbar-togglerbutton:not(:disabled):not(.disabled).active, .navbar-togglerbutton:not(:disabled):not(.disabled):active {

  background: 0 0 !important;

  border: transparent !important;

  outline: none;

  box-shadow: none; }



.bsnav-transparent .nav-item.dropdown > .navbar-nav, .bsnav-transparent .nav-item.dropdown > .navbar-nav .navbar-nav {

  border-radius: 0; }



/* -------------------------------------------------------

14. Breadcrumb css

---------------------------------------------------------*/

.breadcrumb-shape-2 {

  position: absolute;

  z-index: -1;

  top: 0;

  left: 0;

  display: none; }



.breadcrumb-chakka-2 {

  position: absolute;

  z-index: -1;

  bottom: 0;

  right: 0;

  display: none; }



.site-breadcrumb {

  height: 60vh;

  background-size: cover !important;

  background-repeat: no-repeat !important;

  background-position: center center !important;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  position: relative;

  z-index: 3; }

  .site-breadcrumb::before {

    position: absolute;

    content: '';

    z-index: -1;

    height: 100%;

    width: 100%;

    top: 0;

    left: 0;

    background: linear-gradient(269.82deg, rgba(3, 3, 3, 0) 37.89%, rgba(var(--clr-def-rgb), 0.9) 70.7%); }

  .site-breadcrumb .breadcrumb-title {

    font-size: 4rem;

    text-transform1: uppercase;

    color: var(--clr-white);

    font-weight: 600;

    margin-bottom: 20px;

    letter-spacing: 0.0025em;

    display: inline-block;

    line-height: 1;

    position: relative;

    z-index: 1; }

  .site-breadcrumb .breadcrumb-menu li {

    position: relative;

    display: inline-block;

    margin-left: 3rem;

    color: var(--clr-white);

    font-weight: 500;

    text-transform: capitalize;

    font-family: var(--font-1); }

    .site-breadcrumb .breadcrumb-menu li a {

      color: var(--clr-white);

      -moz-transition: all 0.3s ease;

      -webkit-transition: all 0.3s ease;

      -ms-transition: all 0.3s ease;

      transition: all 0.3s ease; }

    .site-breadcrumb .breadcrumb-menu li.active {

      color: var(--clr-white); }

    .site-breadcrumb .breadcrumb-menu li::before {

      position: absolute;

      content: '/';

      font-family: 'Font Awesome 6 Free';

      font-weight: 900;

      width: 2rem;

      right: -24px;

      top: 1px;

      text-align: center;

      font-size: 1.4rem;

      color: var(--clr-white); }

    .site-breadcrumb .breadcrumb-menu li:first-child {

      margin-left: 0; }

    .site-breadcrumb .breadcrumb-menu li:last-child:before {

      display: none; }

    .site-breadcrumb .breadcrumb-menu li:hover {

      color: #d63031; }



.site-breadcrumb-wpr {

  margin-top: 100px; }



/*-------------------------------------------------------

15. RTL css

---------------------------------------------------------*/

body.rtl-mode {

  direction: rtl; }

  body.rtl-mode .item-area {

    direction: ltr; }

  body.rtl-mode .price-wpr {

    direction: rtl; }

  @media (min-width: 992px) {

    body.rtl-mode .navbar-brand {

      margin-left: 3rem; }

    body.rtl-mode .navbar .nav-item .nav-link {

      margin-left: 3rem;

      margin-right: 0; } }



/*-------------------------------------------------------

16. Vidz css 

---------------------------------------------------------*/

.p-300 {

  padding: 300px 0; }



.mfp-hide {

  display: none; }



#vidz {

  display: flex;

  align-items: center;

  justify-content: center; }

  #vidz iframe {

    width: 853px;

    height: 480px; }



.mfp-close-btn-in .mfp-close {

  color: #fff !important; }



.vidz-wpr {

  position: relative;

  z-index: 1; }

  .vidz-wpr img {

    filter: brightness(0.3); }

  .vidz-wpr .pl {

    position: absolute;

    z-index: 1;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%); }



.pl .play-bt {

  width: 9rem;

  height: 9rem;

  text-align: center;

  -webkit-border-radius: 50%;

  border-radius: 50%;

  position: relative;

  z-index: 1;

  display: inline-block;

  background-color: var(--clr-def);

  line-height: 90px;

  padding-left: 5px;

  border: none; }

  .pl .play-bt i {

    color: var(--clr-white);

    font-size: 4rem; }

  .pl .play-bt:hover {

    color: var(--clr-def); }

  .pl .play-bt .wave-3, .pl .play-bt::before, .pl .play-bt::after {

    content: '';

    opacity: 0;

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    border-radius: 50%;

    pointer-events: none;

    -webkit-animation: waves 3s ease-in-out infinite;

    animation: waves 3s ease-in-out infinite;

    z-index: -1;

    background: var(--clr-def);

    height: 15rem;

    width: 15rem; }

  .pl .play-bt::before {

    -webkit-animation-delay: 0s;

    animation-delay: 0s; }

  .pl .play-bt::after {

    -webkit-animation-delay: 1s;

    animation-delay: 1s; }

  .pl .play-bt .wave-3 {

    -webkit-animation-delay: 2s;

    animation-delay: 2s; }



@keyframes waves {

  0% {

    -webkit-transform: translate(-50%, -50%) scale(0.2, 0.2);

    transform: translate(-50%, -50%) scale(0.2, 0.2);

    opacity: 0; }

  50% {

    opacity: 0.9; }

  100% {

    -webkit-transform: translate(-50%, -50%) scale(0.9, 0.9);

    transform: translate(-50%, -50%) scale(0.9, 0.9);

    opacity: 0; } }

@-webkit-keyframes button_wave {

  0% {

    transform: translate(-50%, -50%) scale(0.5); }

  50% {

    transform: translate(-50%, -50%) scale(1.2); }

  100% {

    transform: translate(-50%, -50%) scale(0.5); } }

.vidz-padding {

  padding: 398px 0; }



/*-------------------------------------------------------

17. Blog Single css

---------------------------------------------------------*/

.blog-single-title {

  font-weight: 400;

  font-size: 30px;

  line-height: 42px;

  text-transform: capitalize;

  color: var(--clr-heading); }



.blog-slg-tt {

  font-weight: 400;

  font-size: 16px;

  line-height: 24px;

  text-transform: capitalize;

  color: #7B7D83; }



.blog-single-meta {

  display: flex;

  align-items: center;

  gap: 30px; }

  .blog-single-meta li a {

    display: flex;

    align-items: center;

    gap: 10px; }

    .blog-single-meta li a i {

      display: inline-block; }

    .blog-single-meta li a span {

      font-weight: 400;

      font-size: 16px;

      line-height: 1;

      color: #677471; }



.quot {

  background: var(--clr-def);

  padding: 30px; }

  .quot i {

    display: inline-block;

    margin-bottom: 20px;

    font-size: 40px;

    color: var(--clr-white); }

  .quot p {

    font-style: italic;

    font-weight: 500;

    font-size: 20px;

    line-height: 30px;

    text-transform: capitalize;

    color: var(--clr-white);

    margin-bottom: 20px; }

  .quot h6 {

    font-family: var(--font-2);

    font-style: normal;

    font-weight: 600;

    font-size: 18px;

    line-height: 1;

    color: var(--clr-white); }



.blog-single-tags {

  display: flex;

  align-items: center;

  justify-content: space-between; }

  .blog-single-tags .blog-single-tags-left {

    display: flex;

    align-items: center;

    gap: 10px; }

    .blog-single-tags .blog-single-tags-left h6 {

      font-weight: 500;

      font-size: 16px;

      line-height: 1;

      font-family: var(--font-2);

      color: var(--clr-heading);

      margin-bottom: 0; }

    .blog-single-tags .blog-single-tags-left .blog-single-tg {

      display: flex;

      align-items: center;

      gap: 8px; }

      .blog-single-tags .blog-single-tags-left .blog-single-tg li a {

        padding: 5px 10px;

        display: inline-block;

        transition: all .5s ease;

        font-weight: 500;

        font-size: 14px;

        line-height: 1;

        text-transform: uppercase;

        color: var(--clr-heading);

        border: 1px solid #E8E8E8; }

        .blog-single-tags .blog-single-tags-left .blog-single-tg li a:hover {

          background: var(--clr-heading);

          color: var(--clr-white); }

  .blog-single-tags .share-social {

    display: flex;

    align-items: center;

    gap: 10px; }

    .blog-single-tags .share-social li a i {

      height: 40px;

      width: 40px;

      line-height: 40px;

      text-align: center;

      border-radius: 50%;

      display: inline-block;

      color: var(--clr-heading);

      border: 1px solid rgba(var(--clr-heading-rgb), 0.4);

      transition: all .5s ease; }

      .blog-single-tags .share-social li a i:hover {

        background: var(--clr-def);

        color: var(--clr-white); }



.blog-single-inner-content {

  position: relative;

  z-index: 2;

  margin-top: -128px; }



.blog-single-inner-inner {

  background: var(--clr-white);

  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.06);

  padding: 30px;

  margin: 0 65px; }



.blog-single-cm .blog-single-over-bio {

  display: flex;

  align-items: flex-start;

  gap: 30px;

  margin-bottom: 30px; }

  .blog-single-cm .blog-single-over-bio .bnm {

    border-bottom: 1px solid #EDEDED;

    padding-bottom: 20px; }

  .blog-single-cm .blog-single-over-bio:last-child .bnm {

    border-bottom: none;

    padding-bottom: 0px; }

  .blog-single-cm .blog-single-over-bio img {

    height: 80px;

    width: 80px;

    border-radius: 50%; }

  .blog-single-cm .blog-single-over-bio p {

    font-weight: 400;

    font-size: 14px;

    line-height: 24px;

    color: var(--clr-heading);

    opacity: 0.7; }

.blog-single-cm .blog-single-over-name {

  display: flex;

  align-items: center;

  gap: 10px;

  margin-bottom: 2rem; }

  .blog-single-cm .blog-single-over-name h5 {

    font-weight: 400;

    font-size: 14px;

    line-height: 14px;

    color: #222222; }

  .blog-single-cm .blog-single-over-name span {

    font-weight: 400;

    font-size: 14px;

    line-height: 14px;

    color: #777777;

    display: inline-block; }

  .blog-single-cm .blog-single-over-name .blog-single-rr span {

    font-family: var(--font-1);

    font-weight: 400;

    font-size: 14px;

    line-height: 14px;

    color: #222222;

    display: inline-block; }



.blog-single-bx {

  display: flex;

  align-items: center;

  justify-content: space-between; }

  .blog-single-bx .blog-bx-title {

    font-weight: 400;

    font-size: 20px;

    line-height: 1;

    text-transform: capitalize;

    color: #111111;

    margin-bottom: 0; }



.contact-form-single .input-style-2 {

  background: transparent;

  border: 1px solid #A8A8A8; }

  .contact-form-single .input-style-2::placeholder {

    font-family: var(--font-1);

    font-weight: 400;

    font-size: 14px;

    line-height: 16px;

    color: #A8A8A8; }



.blog-single-check {

  margin-bottom: 20px;

  display: flex;

  align-items: center; }

  .blog-single-check .form-check-input[type=checkbox] {

    margin-left: 0; }

  .blog-single-check label {

    font-weight: 500;

    font-size: 15px;

    line-height: 22px;

    text-align: center;

    color: var(--clr-heading);

    opacity: 0.7; }



.pl-110 {

  padding-left: 110px; }



.blog-com-title {

  color: #222222;

  font-weight: 400;

  font-size: 20px;

  line-height: 1;

  border-bottom: 1px solid #EDEDED;

  padding-bottom: 20px; }

  .blog-com-title span {

    color: #999999; }



.theme-single-pill {

  box-shadow: 0px 0px 50px 0px rgba(7, 14, 39, 0.1);

  background-color: var(--clr-white); }

  .theme-single-pill .nav {

    display: flex;

    flex-wrap: inherit;

    padding-left: 0;

    margin-bottom: 0;

    justify-content: space-between; }

  .theme-single-pill .nav-pills .nav-item {

    width: 100%; }

    .theme-single-pill .nav-pills .nav-item .nav-link {

      border: 3px solid transparent;

      border-radius: 5px 5px 0 0;

      padding: 2rem;

      line-height: 1;

      margin-right: 0;

      color: var(--clr-body);

      font-size: 14px;

      font-weight: 700;

      letter-spacing: 0.0015em;

      width: 100%; }

  .theme-single-pill .nav-pills .nav-link.active,

  .theme-single-pill .nav-pills .show > .nav-link {

    color: var(--clr-white); }



/*-------------------------------------------------------

18. Sidebar css

---------------------------------------------------------*/

.widget {

  padding: 0;

  box-shadow: none;

  margin-bottom: 3rem;

  border-radius: 0; }

  .widget:last-child {

    margin-bottom: 0; }



.ps.g-5 {

  --bs-gutter-x: 5rem; }



.sidebar-title {

  font-weight: 400;

  font-size: 18px;

  line-height: 28px;

  text-transform: capitalize;

  color: var(--clr-heading);

  margin-bottom: 30px; }



.sbs {

  text-align: center;

  padding: 80px 60px; }

  .sbs p {

    font-weight: 400;

    font-size: 16px;

    line-height: 27px;

    color: var(--clr-white); }



.search-form {

  position: relative;

  z-index: 1; }

  .search-form .input-style-2 {

    padding-left: 1rem; }

  .search-form button {

    position: absolute;

    top: 0;

    right: 0;

    border-radius: 4px; }

    .search-form button i {

      color: var(--clr-white); }



.search-style-1 {

  position: relative;

  z-index: 1; }

  .search-style-1 .input-style-4 {

    background: #FFFFCC;

    border: none;

    height: 52px; }

    .search-style-1 .input-style-4::placeholder {

      font-weight: 400;

      font-size: 16px;

      line-height: 1;

      color: #677471; }

  .search-style-1 button {

    position: absolute;

    top: 50%;

    right: 0;

    transform: translate(0, -50%);

    border-radius: 0;

    background: transparent;

    border: none; }

    .search-style-1 button i svg {

      fill: #0A0909; }



.sidebar-rel-title h5 {

  font-weight: 400;

  font-size: 18px;

  line-height: 28px;

  text-transform: capitalize;

  color: #004C3F;

  margin-bottom: 0; }



.sidebar-rel-bx {

  position: relative;

  z-index: 1; }

  .sidebar-rel-bx::before {

    position: absolute;

    z-index: 0;

    background: var(--clr-def);

    opacity: 0.8;

    top: 0;

    left: 0;

    height: 100%;

    width: 100%;

    content: ''; }



.sidebar-rel-overlay {

  position: absolute;

  bottom: -20px;

  left: 30px; }

  .sidebar-rel-overlay h6 {

    font-family: var(--font-2);

    font-style: normal;

    font-weight: 400;

    font-size: 16px;

    line-height: 1;

    color: var(--clr-white); }

  .sidebar-rel-overlay p {

    color: var(--clr-white); }



.sidebar-rel-admin {

  display: inline-block; }

  .sidebar-rel-admin a {

    display: flex;

    align-self: center;

    gap: 7px;

    padding: 15px 20px;

    line-height: 1;

    font-weight: 400;

    font-size: 16px;

    color: var(--clr-heading);

    background: var(--clr-white);

    border-radius: 5px; }



.sidebar-slider-wrp .swiper-wrapper {

  padding-bottom: 20px; }



.sidebar-rel-title {

  display: flex;

  align-items: center;

  justify-content: space-between; }



.sidebar-rc {

  display: flex;

  align-items: center;

  justify-content: flex-end;

  gap: 10px;

  position: relative; }

  .sidebar-rc .swiper-button-next,

  .sidebar-rc .swiper-button-prev {

    position: inherit;

    top: inherit;

    width: 30px;

    height: inherit;

    border: none;

    color: #5C6663;

    border-radius: 0;

    background-repeat: no-repeat;

    background-size: 23px auto;

    background-position: center center;

    margin-top: 0; }

  .sidebar-rc .swiper-button-next,

  .sidebar-rc .swiper-rtl .swiper-button-prev {

    right: inherit;

    left: inherit;

    background-image: url("data:image/svg+xml, %3Csvg width='15' height='13' viewBox='0 0 15 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.6875 7.71875L8.6875 12.7188C8.5 12.9062 8.25 13 8 13C7.71875 13 7.46875 12.9062 7.28125 12.7188C6.875 12.3438 6.875 11.6875 7.28125 11.3125L10.5625 8H1C0.4375 8 0 7.5625 0 7C0 6.46875 0.4375 6 1 6H10.5625L7.28125 2.71875C6.875 2.34375 6.875 1.6875 7.28125 1.3125C7.65625 0.90625 8.3125 0.90625 8.6875 1.3125L13.6875 6.3125C14.0938 6.6875 14.0938 7.34375 13.6875 7.71875Z' fill='%23E3E3E3'/%3E%3C/svg%3E"); }

    .sidebar-rc .swiper-button-next:hover,

    .sidebar-rc .swiper-rtl .swiper-button-prev:hover {

      background-image: url("data:image/svg+xml,	%3Csvg width='15' height='13' viewBox='0 0 15 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.6875 7.71875L8.6875 12.7188C8.5 12.9062 8.25 13 8 13C7.71875 13 7.46875 12.9062 7.28125 12.7188C6.875 12.3438 6.875 11.6875 7.28125 11.3125L10.5625 8H1C0.4375 8 0 7.5625 0 7C0 6.46875 0.4375 6 1 6H10.5625L7.28125 2.71875C6.875 2.34375 6.875 1.6875 7.28125 1.3125C7.65625 0.90625 8.3125 0.90625 8.6875 1.3125L13.6875 6.3125C14.0938 6.6875 14.0938 7.34375 13.6875 7.71875Z' fill='%230A0909'/%3E%3C/svg%3E"); }

  .sidebar-rc .swiper-button-prev,

  .sidebar-rc .swiper-rtl .swiper-button-next {

    left: inherit;

    right: inherit;

    background-image: url("data:image/svg+xml,	%3Csvg width='15' height='13' viewBox='0 0 15 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.3125 5.28125L6.3125 0.281249C6.5 0.0937493 6.75 -7.21238e-07 7 -6.99382e-07C7.28125 -6.74795e-07 7.53125 0.0937493 7.71875 0.281249C8.125 0.656249 8.125 1.3125 7.71875 1.6875L4.4375 5L14 5C14.5625 5 15 5.4375 15 6C15 6.53125 14.5625 7 14 7L4.4375 7L7.71875 10.2812C8.125 10.6562 8.125 11.3125 7.71875 11.6875C7.34375 12.0937 6.6875 12.0937 6.3125 11.6875L1.3125 6.6875C0.906251 6.3125 0.906251 5.65625 1.3125 5.28125Z' fill='%23E3E3E3'/%3E%3C/svg%3E"); }

    .sidebar-rc .swiper-button-prev:hover,

    .sidebar-rc .swiper-rtl .swiper-button-next:hover {

      background-image: url("data:image/svg+xml,	%3Csvg width='15' height='13' viewBox='0 0 15 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.3125 5.28125L6.3125 0.281249C6.5 0.0937493 6.75 -7.21238e-07 7 -6.99382e-07C7.28125 -6.74795e-07 7.53125 0.0937493 7.71875 0.281249C8.125 0.656249 8.125 1.3125 7.71875 1.6875L4.4375 5L14 5C14.5625 5 15 5.4375 15 6C15 6.53125 14.5625 7 14 7L4.4375 7L7.71875 10.2812C8.125 10.6562 8.125 11.3125 7.71875 11.6875C7.34375 12.0937 6.6875 12.0937 6.3125 11.6875L1.3125 6.6875C0.906251 6.3125 0.906251 5.65625 1.3125 5.28125Z' fill='%230A0909'/%3E%3C/svg%3E"); }

  .sidebar-rc .swiper-button-next:after,

  .sidebar-rc .swiper-button-prev:after {

    font-size: inherit;

    line-height: 1;

    color: transparent; }



.category-list ul {

  display: flex;

  flex-direction: column;

  gap: 1rem; }

  .category-list ul li {

    padding-bottom: 10px;

    border-bottom: 1px dashed #E3E3E3; }

    .category-list ul li a {

      display: flex;

      align-items: center;

      justify-content: space-between; }

      .category-list ul li a p {

        font-weight: 400;

        font-size: 16px;

        line-height: 1;

        color: #677471; }

      .category-list ul li a span {

        color: var(--clr-heading);

        display: inline-block;

        font-weight: 400;

        font-size: 16px;

        line-height: 1; }



.subs.bg-overlay::before {

  border-radius: 5px; }

.subs .work-title {

  color: var(--clr-white); }

.subs .subs-title {

  color: #BBBBBB;

  margin-bottom: 25px; }



.subs-sub .ipp {

  margin-bottom: 2rem; }

  .subs-sub .ipp input {

    width: 100%;

    border-radius: 5px;

    height: 50px;

    padding-left: 0;

    text-align: center;

    border: 2px solid var(--clr-white);

    background: transparent; }

    .subs-sub .ipp input::placeholder {

      color: var(--clr-white);

      font-size: 1.5rem; }

.subs-sub button {

  background: var(--clr-def);

  width: 100%;

  border: none;

  border-radius: 5px;

  color: var(--clr-white);

  font-size: 1.5rem;

  height: 50px;

  padding: 1.2rem 2rem;

  text-align: center; }



.slidecontainer {

  width: 100%; }

  .slidecontainer .slider {

    -webkit-appearnce: none;

    width: 100%;

    height: 4px;

    background: var(--clr-bg-2);

    outline: none;

    border: none; }

    .slidecontainer .slider:hover {

      opacity: 1; }

    .slidecontainer .slider::-webkit-slider-thumb {

      -webkit-appearnce: none;

      width: 5px;

      height: 5px;

      background: red;

      cursor: pointer; }

    .slidecontainer .slider::-moz-range-thumb {

      width: 5px;

      height: 5px;

      background: red;

      cursor: pointer; }



.sidebar-rating {

  display: flex;

  flex-direction: column;

  gap: 1.5rem; }

  .sidebar-rating li {

    display: flex;

    justify-content: space-between;

    position: relative;

    z-index: 1;

    padding-left: 3rem; }

    .sidebar-rating li::before {

      position: absolute;

      content: '';

      width: 16px;

      height: 16px;

      border: 1px solid var(--clr-def);

      border-radius: 50%;

      left: 0;

      top: 50%;

      transform: translate(0, -50%); }

    .sidebar-rating li::after {

      width: 8px;

      height: 8px;

      position: absolute;

      content: '';

      z-index: -1;

      background: var(--clr-def);

      left: 4px;

      border-radius: 50%;

      top: 50%;

      transform: translate(0, -50%); }



.recent-post-single {

  margin-bottom: 2rem; }

  .recent-post-single:last-child {

    margin-bottom: 0; }

  .recent-post-single a span {

    display: flex;

    align-items: center;

    gap: 10px;

    font-weight: 400;

    font-size: 16px;

    line-height: 1;

    color: #677471;

    margin-bottom: 15px; }

    .recent-post-single a span i {

      color: var(--clr-heading); }

  .recent-post-single a h6 {

    font-weight: 400;

    font-size: 18px;

    line-height: 28px;

    text-transform: capitalize;

    color: var(--clr-heading); }



.content-tags {

  display: flex;

  align-items: center;

  gap: 1.5rem; }

  .content-tags h5 {

    font-size: 19px;

    font-weight: 600;

    line-height: 28px;

    letter-spacing: 0.0015em; }

  .content-tags ul {

    display: flex;

    align-items: center;

    gap: 1.5rem; }



.tags-link {

  padding: 5px 10px;

  background-color: var(--clr-def);

  color: var(--clr-white);

  opacity: 0.6;

  display: inline-block;

  font-weight: 400; }

  .tags-link:hover {

    background-color: var(--clr-black);

    color: var(--clr-white); }



.sidebar-tags .tags a {

  margin: 8px 8px 8px 0; }



.share {

  font-size: 14px;

  font-weight: 500;

  line-height: 10px;

  letter-spacing: 0.0025em;

  text-transform: capitalize;

  color: var(--clr-heading); }

  .share img {

    margin-right: 7px; }



.de-bpd {

  padding-left: 10rem; }



.service-sidebar ul li {

  margin-bottom: 1.5rem;

  display: block; }

  .service-sidebar ul li:last-child {

    margin-bottom: 0; }

  .service-sidebar ul li a {

    display: flex;

    padding: 15px 20px;

    font-size: 18px;

    border-radius: 5px;

    border: 2px solid #e6ecf7;

    background-color: var(--clr-bg);

    align-items: center;

    justify-content: space-between; }



.theme-pic .pdt-title {

  margin-right: 3rem; }



.project-sidebar-single {

  box-shadow: 0 0 10px #eee;

  padding: 30px;

  margin-bottom: 3rem;

  background-color: var(--clr-white); }

  .project-sidebar-single:last-child {

    margin-bottom: 0; }

  .project-sidebar-single ul li {

    border-bottom: 1px solid #e7e7e7;

    display: block;

    margin-bottom: 10px;

    padding-bottom: 10px;

    text-transform: uppercase;

    font-family: var(--font-2);

    font-weight: 600;

    line-height: 33px; }

    .project-sidebar-single ul li:last-child {

      margin-bottom: 0px;

      padding-bottom: 0px;

      border-bottom: none; }

    .project-sidebar-single ul li span {

      display: block;

      font-weight: normal;

      margin: 0;

      text-transform: capitalize; }



.rating a i {

  color: var(--clr-def); }



.range-label {

  color: var(--clr-heading);

  cursor: pointer;

  font-size: 1.8rem;

  font-weight: 400;

  display: block;

  margin-bottom: 1.5rem; }



.range-slider {

  width: 100%; }



.range-slider__range {

  -webkit-appearance: none;

  width: calc(100% - (73px));

  height: 10px;

  border-radius: 5px;

  background: #d7dcdf;

  outline: none;

  padding: 0;

  margin: 0; }

  .range-slider__range::-webkit-slider-thumb {

    -webkit-appearance: none;

    appearance: none;

    width: 20px;

    height: 20px;

    border-radius: 50%;

    background: #2c3e50;

    cursor: pointer;

    -webkit-transition: background 0.15s ease-in-out;

    transition: background 0.15s ease-in-out; }

    .range-slider__range::-webkit-slider-thumb:hover {

      background: var(--clr-def); }

  .range-slider__range:active::-webkit-slider-thumb {

    background: var(--clr-def); }

  .range-slider__range:active::-moz-range-thumb {

    background: var(--clr-def); }

  .range-slider__range::-moz-range-thumb {

    width: 20px;

    height: 20px;

    border: 0;

    border-radius: 50%;

    background: #2c3e50;

    cursor: pointer;

    -moz-transition: background 0.15s ease-in-out;

    transition: background 0.15s ease-in-out; }

    .range-slider__range::-moz-range-thumb:hover {

      background: var(--clr-def); }

  .range-slider__range:focus::-webkit-slider-thumb {

    box-shadow: 0 0 0 3px #fff, 0 0 0 6px var(--clr-def); }



.range-slider__value {

  display: inline-block;

  position: relative;

  width: 60px;

  color: #fff;

  line-height: 20px;

  text-align: center;

  border-radius: 3px;

  background: #2c3e50;

  padding: 5px 10px;

  margin-left: 8px; }

  .range-slider__value:after {

    position: absolute;

    top: 8px;

    left: -7px;

    width: 0;

    height: 0;

    border-top: 7px solid transparent;

    border-right: 7px solid #2c3e50;

    border-bottom: 7px solid transparent;

    content: ""; }



::-moz-range-track {

  background: #d7dcdf;

  border: 0; }



input::-moz-focus-inner,

input::-moz-focus-outer {

  border: 0; }



ul.chk {

  display: flex;

  flex-direction: column;

  gap: 1.5rem; }



.styled-checkbox {

  position: absolute;

  opacity: 0; }

  .styled-checkbox + label {

    position: relative;

    cursor: pointer;

    padding: 0;

    line-height: 18px;

    color: var(--clr-heading);

    font-size: 1.8rem;

    font-weight: 400; }

  .styled-checkbox + label:before {

    content: "";

    margin-right: 10px;

    display: inline-block;

    vertical-align: middle;

    width: 20px;

    height: 20px;

    background: var(--clr-def); }

  .styled-checkbox:hover + label:before {

    background: var(--clr-def); }

  .styled-checkbox:focus + label:before {

    box-shadow: none; }

  .styled-checkbox:checked + label:before {

    background: var(--clr-def); }

  .styled-checkbox:disabled + label {

    color: #b8b8b8;

    cursor: auto; }

  .styled-checkbox:disabled + label:before {

    box-shadow: none;

    background: #ddd; }

  .styled-checkbox:checked + label:after {

    content: "";

    position: absolute;

    left: 5px;

    top: 9px;

    background: var(--clr-white);

    width: 2px;

    height: 2px;

    box-shadow: 2px 0 0 var(--clr-white), 4px 0 0 var(--clr-white), 4px -2px 0 var(--clr-white), 4px -4px 0 var(--clr-white), 4px -6px 0 var(--clr-white), 4px -8px 0 var(--clr-white);

    transform: rotate(45deg); }



/*-------------------------------------------------------

19. Pagination css 

---------------------------------------------------------*/

.pagination {

  display: block;

  margin-top: 6rem;

  margin-bottom: 0px;

  text-align: center; }

  .pagination .page-value {

    width: 40px;

    height: 40px;

    line-height: 40px;

    text-align: center;

    display: inline-block;

    background-color: var(--clr-white);

    border: 1px solid #E3E3E3;

    font-size: 15px;

    font-weight: 600;

    margin: 0 2px 10px;

    padding: 0;

    -webkit-transition: all 0.3s ease 0s;

    -moz-transition: all 0.3s ease 0s;

    -ms-transition: all 0.3s ease 0s;

    -o-transition: all 0.3s ease 0s;

    transition: all 0.3s ease 0s; }

    .pagination .page-value.next {

      width: 100px; }

    .pagination .page-value.current {

      background-color: var(--clr-heading);

      border: 1px solid var(--clr-heading);

      color: var(--clr-white); }

    .pagination .page-value:hover {

      background-color: var(--clr-heading);

      border: 1px solid var(--clr-heading);

      color: var(--clr-white); }

    .pagination .page-value i {

      font-size: 15px; }



/*-------------------------------------------------------

20. Gallery css 

---------------------------------------------------------*/

.gallery-box {

  padding: 6rem 5rem;

  background: var(--clr-def-2); }



.gallery-box-up span {

  font-weight: 400;

  font-size: 20px;

  line-height: 30px;

  text-transform: capitalize;

  color: var(--clr-heading);

  font-family: var(--font-1);

  display: block; }



.gallery-box-btm {

  position: relative;

  z-index: 1; }

  .gallery-box-btm .gallery-tags {

    position: absolute;

    bottom: 30px;

    right: 30px;

    display: flex;

    align-items: center;

    gap: 20px; }

    .gallery-box-btm .gallery-tags a {

      padding: 12px 22px;

      border-radius: 30px;

      border: 1px solid var(--clr-white);

      display: inline-block;

      color: var(--clr-white);

      transition: all .5s ease; }

      .gallery-box-btm .gallery-tags a:hover {

        border: 1px solid var(--clr-def);

        background: var(--clr-def);

        color: var(--clr-heading); }



.filter-menu-style-1 button {

  padding: 12px 20px;

  border-radius: 30px;

  font-family: var(--font-1);

  font-weight: 400;

  font-size: 16px;

  line-height: 1;

  text-transform: uppercase;

  color: var(--clr-white);

  border: 1px solid var(--clr-white);

  background: transparent;

  margin-right: 10px;

  margin-bottom: 20px; }

  .filter-menu-style-1 button:hover, .filter-menu-style-1 button.active {

    border: 1px solid var(--clr-def);

    background: var(--clr-def);

    color: var(--clr-heading); }



.gallery-box-2 {

  position: relative;

  z-index: 1; }

  .gallery-box-2:hover .gallery-btn i {

    background: var(--clr-def);

    border: 1px solid var(--clr-def); }

    .gallery-box-2:hover .gallery-btn i svg {

      fill: var(--clr-heading);

      stroke: var(--clr-heading); }



.gallery-overlay-2 {

  position: absolute;

  z-index: 1;

  height: 100%;

  width: 100%;

  top: 0;

  left: 0;

  display: flex;

  align-items: flex-end; }

  .gallery-overlay-2::before {

    position: absolute;

    content: '';

    bottom: 0;

    left: 0;

    height: 222px;

    width: 100%;

    background: linear-gradient(2.98deg, #0A0909 2.33%, rgba(10, 9, 9, 0.8) 61.59%, rgba(10, 9, 9, 0) 91.22%);

    z-index: -1; }

  .gallery-overlay-2 .gallery-overlay-content {

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 40px 60px;

    width: 100%; }

    .gallery-overlay-2 .gallery-overlay-content .gallery-overlay-text span {

      display: inline-block;

      font-weight: 400;

      font-size: 18px;

      line-height: 28px;

      letter-spacing: 0.08em;

      text-transform: uppercase;

      color: rgba(var(--clr-white-rgb), 0.8);

      margin-bottom: 15px; }

    .gallery-overlay-2 .gallery-overlay-content .gallery-overlay-text h3 {

      font-weight: 400;

      font-size: 30px;

      line-height: 42px;

      text-transform: uppercase;

      color: var(--clr-white);

      margin-bottom: 0; }



.gallery-btn i {

  display: inline-block;

  height: 80px;

  width: 80px;

  line-height: 80px;

  text-align: center;

  border-radius: 50%;

  transition: all .5s ease;

  border: 1px solid var(--clr-white); }

  .gallery-btn i svg {

    fill: var(--clr-white);

    stroke: var(--clr-white); }



.gallery-slider-2 .swiper-button-next,

.gallery-slider-2 .swiper-button-prev {

  width: 70px;

  height: 70px;

  line-height: 70px;

  text-align: center;

  background: rgba(255, 255, 255, 0.5);

  border-radius: 50%; }

.gallery-slider-2 .swiper-button-next:after,

.gallery-slider-2 .swiper-button-prev:after {

  font-size: 24px;

  color: #292D32; }



.swiper.project-sldr-3 .swiper-wrapper .swiper-slide:nth-child(even) {

  width: 250px !important; }

  .swiper.project-sldr-3 .swiper-wrapper .swiper-slide:nth-child(even) .project-content-3 h4 {

    font-size: 18px;

    line-height: 28px; }



.project-box-3 {

  text-align: center; }

  .project-box-3 img {

    width: 100%; }



.project-content-3 {

  display: flex;

  align-items: center;

  justify-content: space-between;

  margin-top: 15px; }

  .project-content-3 h3 {

    font-weight: 400;

    font-size: 30px;

    line-height: 1;

    text-transform: uppercase;

    color: var(--clr-heading);

    margin-bottom: 0; }

  .project-content-3 h4 {

    font-weight: 400;

    font-size: 24px;

    line-height: 34px;

    text-transform: capitalize;

    color: var(--clr-heading); }

  .project-content-3 i svg {

    fill: var(--clr-heading); }



.btn-ve-service-3 {

  font-weight: 400;

  font-size: 24px;

  line-height: 34px;

  text-transform: capitalize;

  color: var(--clr-heading);

  font-family: var(--font-1);

  display: flex;

  align-items: flex-end;

  justify-content: flex-end;

  gap: 20px; }

  .btn-ve-service-3:hover {

    color: var(--clr-heading); }



.gallery-style-2 .gallery-box-2 {

  margin-bottom: 30px; }

  .gallery-style-2 .gallery-box-2:last-child {

    margin-bottom: 0; }

  .gallery-style-2 .gallery-box-2 img {

    width: 100%; }



/*-------------------------------------------------------

21. Topbar css 

---------------------------------------------------------*/

.top-bar-area {

  padding: 10px 0; }



.top-left {

  display: flex;

  align-items: center;

  gap: 10px; }

  .top-left .slogan-text {

    font-family: var(--font-2);

    font-size: 16px;

    color: var(--clr-white); }

    .top-left .slogan-text a {

      text-decoration: underline;

      font-weight: 400;

      color: var(--clr-white); }



.top-right {

  display: flex;

  justify-content: flex-end; }

  .top-right .top-right-content {

    display: flex;

    align-items: center;

    gap: 24px; }

    .top-right .top-right-content p {

      color: var(--clr-white);

      font-size: 14px;

      font-weight: 100;

      font-family: var(--font-2);

      margin-bottom: 0; }



.top-box {

  display: flex;

  align-items: center;

  gap: 1rem;

  color: var(--clr-heading);

  margin-right: 20px;

  padding-right: 20px;

  border-right: 1px solid var(--clr-border); }

  .top-box:last-child {

    margin-right: 0px;

    padding-right: 0px;

    border-right: none; }

  .top-box i {

    color: var(--clr-heading); }

  .top-box span {

    display: block;

    font-size: 15px; }



.top-barshp {

  position: absolute;

  z-index: -1;

  top: 0;

  right: 0; }



.topbar-before-off::before {

  display: none; }



.top-box.top-location.hm-2 span {

  font-size: 2rem;

  letter-spacing: 1px; }

  .top-box.top-location.hm-2 span:first-letter {

    text-transform: uppercase; }



.top-box.top-login {

  justify-content: flex-end; }



.topbar-white .top-box {

  color: var(--clr-white); }

  .topbar-white .top-box a {

    color: var(--clr-white); }

  .topbar-white .top-box i {

    color: var(--clr-white); }



.top-social {

  display: flex;

  align-items: center;

  gap: 24px; }

  .top-social li a i {

    color: var(--clr-white);

    display: inline-block;

    font-size: 16px;

    transition: all .5s ease; }

    .top-social li a i:hover {

      color: var(--clr-def); }



.top-style-2 {

  position: relative;

  z-index: 1; }

  .top-style-2::before {

    position: absolute;

    content: '';

    background: var(--clr-def-2);

    width: 350px;

    height: 100%;

    z-index: -1;

    top: 0;

    left: 0;

    clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%, 0% 50%); }

  .top-style-2 .top-right-content {

    border-right: 0.5px solid rgba(255, 255, 255, 0.5);

    margin-right: 40px;

    padding-right: 40px; }



.top-left-2-time-env {

  display: flex;

  align-items: center;

  gap: 30px; }

  .top-left-2-time-env p {

    font-weight: 300;

    font-size: 14px;

    line-height: 1;

    text-transform: capitalize;

    color: var(--clr-white); }



.top-same-2 {

  display: flex;

  align-items: center;

  gap: 10px; }

  .top-same-2 p {

    font-weight: 300;

    font-size: 14px;

    line-height: 1;

    text-transform: capitalize;

    color: var(--clr-white); }



.top-social-menu {

  gap: 30px; }

  .top-social-menu li a {

    font-weight: 400;

    font-size: 14px;

    line-height: 30px;

    text-transform: capitalize;

    color: rgba(255, 255, 255, 0.5);

    transition: all .5s ease; }

    .top-social-menu li a:hover {

      color: white; }



.top-style-3 {

  padding: 10px 120px; }

  .top-style-3 .slogan-text {

    color: #767676; }

    .top-style-3 .slogan-text a {

      color: #767676; }

  .top-style-3 .top-social li a i {

    color: var(--clr-black-1); }

  .top-style-3 .top-same-2 p {

    color: #767676;

    font-weight: 400;

    font-size: 16px;

    line-height: 1;

    text-transform: capitalize; }



.brrr {

  border-right: 0.5px solid #767676;

  margin-right: 20px;

  padding-right: 20px; }



/*-------------------------------------------------------

22. Heading css 

---------------------------------------------------------*/

.sec-heading-1 {

  font-size: 48px;

  line-height: 1.2;

  font-weight: 600;

  text-transform: uppercase; }



.heading-1 {

  font-size: 50px;

  line-height: 1.2;

  font-weight: 700; }



.heading-light-1 {

  font-size: 50px;

  line-height: 1.2;

  font-weight: 200; }



.heading-2 {

  font-size: 36px;

  line-height: 1.2;

  font-weight: 700; }



.heading-light-2 {

  font-size: 36px;

  line-height: 1.2;

  font-weight: 200; }



.heading-3 {

  font-size: 28px;

  line-height: 1.2;

  font-weight: 700; }



.heading-light-3 {

  font-size: 28px;

  line-height: 1.2;

  font-weight: 200; }



.heading-4 {

  font-size: 24px;

  line-height: 1.2;

  font-weight: 700; }



.heading-light-4 {

  font-size: 24px;

  line-height: 1.2;

  font-weight: 200; }



.heading-5 {

  font-size: 20px;

  line-height: 1.2;

  font-weight: 700; }



.heading-light-5 {

  font-size: 20px;

  line-height: 1.2;

  font-weight: 200; }



.heading-6 {

  font-size: 16px;

  line-height: 1.2;

  font-weight: 700; }



.heading-light-6 {

  font-size: 16px;

  line-height: 1.2;

  font-weight: 200; }



.p-para {

  font-size: 17px;

  line-height: 32px;

  font-weight: 400; }



.p-para-heading {

  font-size: 17px;

  line-height: 32px;

  font-weight: 400;

  color: var(--clr-heading); }



.hero-title {

  font-weight: 700;

  font-size: 90px;

  line-height: 1.1;

  font-family: var(--font-1); }

  .hero-title.wh {

    color: var(--clr-white); }

  .hero-title.blk {

    color: var(--clr-heading); }

  .hero-title.def {

    color: var(--clr-def); }



.hero-title-light {

  font-size: 80px;

  line-height: 1.2;

  font-weight: 300;

  font-family: var(--font-1);

  text-transform: capitalize; }

  .hero-title-light.wh {

    color: var(--clr-white); }

  .hero-title-light.blk {

    color: var(--clr-heading); }

  .hero-title-light.def {

    color: var(--clr-def); }



.hero-sub-title {

  font-size: 2rem;

  font-weight: 400;

  line-height: 1.6;

  display: inline-block;

  font-family: var(--font-1); }

  .hero-sub-title.wh {

    color: var(--clr-white); }

  .hero-sub-title.blk {

    color: var(--clr-heading); }

  .hero-sub-title.def-3 {

    color: var(--clr-def); }



/*-------------------------------------------------------

23. Contact css 

---------------------------------------------------------*/

.g-map-home iframe {

  filter: grayscale(100%) invert(10%); }



.form-check-input[type=checkbox] {

  border-radius: 0;

  margin-top: 0;

  vertical-align: top;

  float: none;

  margin-left: 0; }



.form-check-label {

  color: var(--clr-white); }

  .form-check-label span {

    color: var(--clr-white); }



.contact-style-1 {

  padding: 60px 60px 60px 140px;

  background: var(--clr-def); }

  .contact-style-1 h2 {

    font-weight: 400;

    font-size: 48px;

    line-height: 64px;

    text-transform: uppercase;

    color: var(--clr-white); }

  .contact-style-1 .file-up-btn label {

    font-weight: 400;

    font-size: 20px;

    line-height: 30px;

    text-transform: capitalize;

    color: var(--clr-white);

    font-family: var(--font-1); }

  .contact-style-1 .input-style-2 {

    background: transparent;

    border: none;

    outline: none;

    box-shadow: none;

    border-bottom: 1px solid var(--clr-white);

    height: 34px;

    border-radius: 0;

    padding: 0; }

    .contact-style-1 .input-style-2::placeholder {

      font-weight: 400;

      font-size: 16px;

      line-height: 30px;

      font-family: var(--font-1);

      letter-spacing: 0.02em;

      text-transform: capitalize;

      color: var(--clr-white); }

    .contact-style-1 .input-style-2:focus {

      box-shadow: none;

      outline: none; }

  .contact-style-1 .input-style-textarea-1 {

    background: transparent;

    border: none;

    outline: none;

    border-radius: 0;

    box-shadow: none;

    border-bottom: 1px solid var(--clr-white);

    height: 150px;

    padding: 0; }

    .contact-style-1 .input-style-textarea-1::placeholder {

      font-weight: 400;

      font-size: 16px;

      line-height: 30px;

      font-family: var(--font-1);

      letter-spacing: 0.02em;

      text-transform: capitalize;

      color: var(--clr-white); }

    .contact-style-1 .input-style-textarea-1:focus {

      box-shadow: none;

      outline: none; }



.contact-left-up {

  padding: 0px 0 60px 140px; }

  .contact-left-up h2 {

    font-weight: 400;

    font-size: 100px;

    line-height: 120px;

    letter-spacing: 0.04em;

    text-transform: capitalize;

    color: var(--clr-heading); }



.file-up-btn {

  margin: 30px 0 20px 0; }



.login-btn {

  padding: 12px 20px;

  font-weight: 400;

  font-size: 16px;

  line-height: 1;

  text-transform: capitalize;

  color: #FFFE55;

  background: var(--clr-heading); }

  .login-btn i {

    display: inline-block;

    margin-left: 64px; }



.input-style-1 {

  border: 1.5px solid rgba(17, 17, 17, 0.15);

  height: 60px;

  outline: none;

  line-height: 1;

  padding-left: 2rem;

  font-size: 16px; }

  .input-style-1::placeholder {

    color: var(--clr-rgb-1);

    font-size: 18px;

    line-height: 1; }

  .input-style-1:focus {

    box-shadow: none;

    outline: none; }



textarea.input-style-1 {

  height: 120px;

  padding-top: 1rem;

  margin-bottom: 3rem; }



.input-style-2 {

  border: none;

  width: 100%;

  height: 60px;

  background: var(--clr-bg-2);

  font-size: 16px;

  color: var(--clr-heading);

  padding-left: 2rem;

  margin-bottom: 2rem; }

  .input-style-2::placeholder {

    color: var(--clr-body);

    font-family: var(--font-2);

    font-size: 14px;

    font-weight: 400;

    letter-spacing: -0.015em; }

  .input-style-2:focus {

    box-shadow: none;

    outline: none;

    color: var(--clr-heading); }



textarea.input-style-2 {

  height: 160px;

  padding-top: 2rem; }



.input-style-4 {

  background: #fff;

  height: 70px;

  padding-left: 2rem;

  border: 1px solid var(--clr-bbb);

  font-size: 16px;

  width: 100%; }

  .input-style-4::placeholder {

    color: rgba(25, 25, 25, 0.5);

    font-family: var(--font-1);

    font-size: 16px;

    font-weight: 400; }

  .input-style-4:focus {

    box-shadow: none;

    outline: none; }



.contact-single-csx {

  background: var(--clr-def); }



.contact-single-ttl {

  font-weight: 400;

  font-size: 30px;

  line-height: 45px;

  color: #22252F; }



.mt-35 {

  margin-top: 35px; }



.contact-style-2 .input-style-2 {

  background: rgba(var(--clr-heading-rgb), 0.1);

  color: var(--clr-white); }

  .contact-style-2 .input-style-2::placeholder {

    color: var(--clr-white); }



.contact-cx {

  position: relative;

  z-index: 1;

  background: var(--clr-white);

  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);

  text-align: center;

  padding: 70px 60px 50px 60px;

  border: 1px solid var(--clr-aaa); }

  .contact-cx i {

    display: inline-block;

    position: absolute;

    z-index: 1;

    height: 80px;

    width: 80px;

    line-height: 80px;

    top: -35px;

    left: 50%;

    transform: translate(-50%, 0);

    text-align: center;

    border-radius: 50%;

    color: var(--clr-white);

    background: var(--clr-heading); }

  .contact-cx span {

    display: block;

    font-family: var(--font-1);

    font-weight: 400;

    font-size: 22px;

    line-height: 25px;

    color: var(--clr-heading); }



.contact-fol {

  position: absolute;

  top: 0;

  right: -180px;

  z-index: -1; }



.s-hidden {

  visibility: hidden;

  padding-right: 10px; }



.select {

  position: relative; }



.styledSelect {

  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  border: none !important;

  line-height: 60px;

  padding-left: 2rem;

  background: var(--clr-bg-2);

  color: var(--clr-body);

  font-family: var(--font-2);

  font-size: 14px;

  font-weight: 400;

  letter-spacing: -0.015em; }

  .styledSelect::after {

    position: absolute;

    content: "";

    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/></svg>");

    background-repeat: no-repeat;

    background-size: 12px;

    height: 12px;

    width: 12px;

    top: 50%;

    right: 10px;

    transform: translate(0, -50%); }



.options {

  display: none;

  position: absolute;

  top: 100%;

  right: 0;

  left: 0;

  z-index: 999;

  margin: 0 0;

  padding: 2rem;

  list-style: none;

  border: 1px solid #ccc;

  border-top: none;

  background-color: white;

  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);

  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);

  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

  .options li {

    padding: 0 10px;

    margin-bottom: 1.5rem;

    font-size: 14px;

    font-weight: 500;

    line-height: 1;

    color: #0D1D63B2;

    cursor: pointer;

    transition: all .5s ease; }

    .options li:last-child {

      margin-bottom: 0; }

    .options li:hover {

      background-color: none;

      color: var(--clr-def); }



#datepicker:focus {

  outline: none; }



#ui-datepicker-div {

  display: none;

  background-color: #fff;

  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);

  margin-top: 0.25rem;

  border-radius: 0.5rem;

  padding: 0.5rem; }



table {

  border-collapse: collapse;

  border-spacing: 0; }



.ui-datepicker-calendar thead th {

  padding: 0.25rem 0;

  text-align: center;

  font-size: 0.75rem;

  font-weight: 400;

  color: #78909C; }

.ui-datepicker-calendar tbody td {

  width: 2.5rem;

  text-align: center;

  padding: 0; }

  .ui-datepicker-calendar tbody td a {

    display: block;

    border-radius: 0.25rem;

    line-height: 2rem;

    transition: 0.3s all;

    color: #546E7A;

    font-size: 0.875rem;

    text-decoration: none; }

    .ui-datepicker-calendar tbody td a:hover {

      background-color: #E0F2F1; }

  .ui-datepicker-calendar tbody td a.ui-state-active {

    background-color: #009688;

    color: white; }



.ui-datepicker-header a.ui-corner-all {

  cursor: pointer;

  position: absolute;

  top: 0;

  width: 2rem;

  height: 2rem;

  margin: 0.5rem;

  border-radius: 0.25rem;

  transition: 0.3s all; }

  .ui-datepicker-header a.ui-corner-all:hover {

    background-color: #ECEFF1; }

.ui-datepicker-header a.ui-datepicker-prev {

  left: 0;

  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");

  background-repeat: no-repeat;

  background-size: 0.5rem;

  background-position: 50%;

  transform: rotate(180deg); }

.ui-datepicker-header a.ui-datepicker-next {

  right: 0;

  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");

  background-repeat: no-repeat;

  background-size: 10px;

  background-position: 50%; }

.ui-datepicker-header a > span {

  display: none; }



.ui-datepicker-title {

  text-align: center;

  line-height: 2rem;

  margin-bottom: 0.25rem;

  font-size: 0.875rem;

  font-weight: 500;

  padding-bottom: 0.25rem; }



.ui-datepicker-week-col {

  color: #78909C;

  font-weight: 400;

  font-size: 0.75rem; }



/*Google Maps*/

.g-map-area {

  height: 50vh; }



.g-map--wrapper iframe {

  width: 100%;

  height: 100vh;

  border: none; }



/*-------------------------------------------------------

24. Text COlor css 

---------------------------------------------------------*/

.text-solar {

  color: var(--clr-solar); }



.text-exo {

  font-family: var(--font-exo); }



.text-grad {

  background: var(--clr-gradient);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent; }



.text-grad-2 {

  background: var(--clr-gradient-2);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent; }



.text-theme {

  background: var(--clr-def);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent; }



.text-clr-theme {

  color: var(--clr-def); }



.font-size-14 {

  font-size: 14px; }



.text-white-80 {

  color: var(--clr-white-80) !important; }



/*End Theme Basic*/

/*-------------------------------------------------------

25. Header Hero Top css 

---------------------------------------------------------*/

.header-hero-top {

  display: grid;

  grid-template-columns: 250px 1fr; }



/*-------------------------------------------------------

26. About css 

---------------------------------------------------------*/

.about-list li {

  display: flex;

  align-items: center;

  gap: 10px; }

  .about-list li i {

    display: inline-block;

    height: 25px;

    width: 25px;

    line-height: 29px;

    text-align: center;

    border-radius: 50%;

    background: var(--clr-def);

    font-size: 10px;

    color: var(--clr-white); }

  .about-list li span {

    display: inline-block;

    font-size: 14px; }



.hero-btn-content-pics {

  display: flex;

  align-items: center; }

  .hero-btn-content-pics i {

    height: 60px;

    width: 60px;

    line-height: 55px;

    text-align: center;

    background: var(--clr-def);

    color: var(--clr-white);

    border: 3px solid var(--clr-white);

    margin-left: -20px;

    z-index: 4;

    border-radius: 50%;

    font-size: 24px; }

  .hero-btn-content-pics span {

    height: 50px;

    width: 50px;

    line-height: 50px;

    text-align: center;

    background: var(--clr-heading);

    color: var(--clr-white);

    border: 2px solid var(--clr-def);

    margin-left: -20px;

    z-index: 4;

    border-radius: 50%;

    font-weight: 400;

    font-size: 10px;

    text-transform: capitalize;

    font-family: var(--font-1);

    display: inline-block; }

  .hero-btn-content-pics img {

    -webkit-border-radius: 50%;

    border-radius: 50%;

    border: 2px solid var(--clr-def); }

    .hero-btn-content-pics img:first-child {

      z-index: 2; }

    .hero-btn-content-pics img:nth-child(2) {

      z-index: 3;

      margin-left: -20px; }

    .hero-btn-content-pics img:nth-child(3) {

      z-index: 4;

      margin-left: -20px; }

    .hero-btn-content-pics img:nth-child(4) {

      z-index: 4;

      margin-left: -20px; }



.text-opacity {

  -webkit-text-stroke: 1px var(--clr-heading);

  -webkit-text-fill-color: white;

  font-size: 100px;

  line-height: 1;

  text-transform: uppercase;

  text-align: center;

  opacity: .3; }



.about-right-btm {

  display: grid;

  grid-template-columns: 295px 1fr;

  align-items: center;

  grid-gap: 30px; }



.about-right-sig {

  display: flex;

  align-items: center;

  gap: 10px; }



.circle {

  position: relative;

  width: 200px;

  height: 200px;

  border-radius: 100vmax;

  display: flex;

  align-items: center;

  justify-content: center;

  margin: 0 auto 50px auto; }

  .circle .logo {

    position: absolute;

    width: 140px;

    height: 140px;

    line-height: 140px;

    background: #f5f5f5;

    border-radius: 100vmax;

    text-align: center;

    z-index: 3; }

  .circle .text {

    position: absolute;

    width: 100%;

    height: 100%;

    font-family: consolas;

    color: #000;

    font-size: 17px;

    animation: textRotation 8s linear infinite; }

    .circle .text span {

      position: absolute;

      left: 50%;

      font-size: 1.2em;

      transform-origin: 0 100px; }



@keyframes textRotation {

  to {

    transform: rotate(360deg); } }

.about-style-2 .sec-sub-title {

  color: var(--clr-white); }

.about-style-2 .sec-title {

  color: var(--clr-white);

  font-size: 45px; }

.about-style-2 p {

  color: rgba(var(--clr-white-rgb), 0.7); }

.about-style-2 .progress-wpr .progress-box h5 {

  color: var(--clr-white); }

.about-style-2 .progress-wpr .progress-box .progress {

  --bs-progress-font-size: 0.75rem;

  --bs-progress-bg: var(--clr-white);

  --bs-progress-bar-bg: var(--clr-def); }



.about-2-1 {

  position: absolute;

  bottom: -220px;

  right: 30px;

  border: 15px solid var(--clr-white); }



.about-2-2 {

  border-radius: 50%; }



.curve-wave {

  position: absolute;

  top: 30px;

  right: 25px;

  z-index: -1; }



.about-phn-wpr {

  display: flex;

  align-items: center;

  gap: 2rem; }

  .about-phn-wpr i {

    display: inline-block; }

    .about-phn-wpr i svg {

      width: 40px;

      height: 40px; }

      .about-phn-wpr i svg g {

        fill: var(--clr-def); }

  .about-phn-wpr p {

    margin-bottom: 0;

    font-size: 20px;

    font-weight: 700; }



.ful-2 {

  position: absolute;

  left: 0;

  bottom: -80px;

  width: 250px; }



.about-pln-box {

  display: flex;

  align-items: center;

  gap: 2rem;

  border: 1px solid #eee;

  padding: 2rem 3rem; }

  .about-pln-box .about-pln-icon i {

    display: inline-block; }

    .about-pln-box .about-pln-icon i svg {

      width: 40px;

      height: 40px; }

      .about-pln-box .about-pln-icon i svg g {

        fill: var(--clr-def); }



.about-list-content-3 {

  padding: 30px;

  background: var(--clr-heading);

  width: 429px; }



.about-txt-3 {

  font-weight: 400;

  font-size: 18px;

  line-height: 28px;

  letter-spacing: 0.02em;

  color: var(--clr-heading);

  opacity: 0.8;

  width: 538px; }



.about-list-content-3 {

  padding: 30px;

  background: var(--clr-heading);

  display: flex;

  align-items: center;

  gap: 20px; }



.about-list-counter {

  background: var(--clr-white);

  padding: 15px; }

  .about-list-counter h5 {

    font-weight: 400;

    font-size: 20px;

    margin-bottom: 10px;

    line-height: 1;

    text-transform: capitalize;

    color: var(--clr-heading); }



.about-btm-3-txt {

  font-weight: 400;

  font-size: 12px;

  line-height: 18px;

  text-align: center;

  text-transform: capitalize;

  color: var(--clr-heading); }



.about-counter-3 .counter {

  display: flex;

  align-items: center;

  font-family: var(--font-1);

  font-weight: 400;

  line-height: 1;

  font-size: 20px;

  text-transform: capitalize;

  color: var(--clr-heading); }



.lst-3 {

  display: flex;

  flex-direction: column;

  gap: 15px; }

  .lst-3 li {

    display: flex;

    align-items: center;

    gap: 6px; }

    .lst-3 li i {

      display: inline-block;

      height: 20px;

      width: 20px;

      line-height: 17px;

      text-align: center;

      border: 1px solid var(--clr-def);

      border-radius: 50%; }

    .lst-3 li span {

      font-family: var(--font-1);

      color: var(--clr-white);

      display: inline-block; }



/*-------------------------------------------------------

27. Service CSS 

---------------------------------------------------------*/

.service-box {

  position: relative;

  z-index: 1;

  padding: 3rem;

  background: var(--clr-white);

  text-align: center; }

  .service-box .service-pic {

    margin-bottom: 3rem; }

  .service-box .service-desc h4 {

    margin-bottom: 10px; }

  .service-box .service-desc p {

    margin-bottom: 30px; }



.service-btn {

  display: inline-block;

  border-radius: 30px;

  padding: 1.2rem 3rem;

  line-height: 1;

  background: var(--clr-def);

  color: var(--clr-white);

  transition: all .5s ease; }

  .service-btn:hover {

    background: var(--clr-black);

    color: var(--clr-white); }



.content-title {

  font-weight: 600;

  font-size: 22px;

  line-height: 1;

  text-transform: capitalize; }



.price-need {

  padding: 4rem;

  background: var(--clr-white);

  margin: 6rem 6rem 0 6rem; }



.service-batti {

  position: absolute;

  z-index: -1;

  top: 50%;

  right: 20px;

  height: 250px;

  rotate: 25deg; }



.service-wpr .swiper-button-next, .service-wpr .swiper-button-prev {

  width: 60px;

  height: 60px;

  color: var(--clr-heading);

  box-shadow: var(--box-shadow);

  background: var(--clr-white); }

.service-wpr .swiper-button-next:after,

.service-wpr .swiper-button-prev:after {

  font-family: swiper-icons;

  font-size: 16px; }

.service-wpr .swiper-button-next, .service-wpr .swiper-rtl .swiper-button-prev {

  right: -90px; }

.service-wpr .swiper-button-prev, .service-wpr .swiper-rtl .swiper-button-next {

  left: -90px; }



.service-box-2 {

  position: relative;

  z-index: 1;

  background: #fff;

  padding: 10rem 6rem 80px 6rem;

  text-align: center;

  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 82%); }

  .service-box-2 h3 {

    margin-bottom: 3rem; }

  .service-box-2 p {

    margin-bottom: 30px; }

  .service-box-2 .service-btn-2 {

    justify-content: center; }



.service-icn {

  position: absolute;

  top: -110px;

  left: 50%;

  transform: translate(-50%, 0);

  display: inline-block;

  height: 200px;

  width: 380px;

  line-height: 100px;

  border-radius: 20px;

  z-index: 4;

  text-align: center; }

  .service-icn::after {

    position: absolute;

    z-index: -1;

    content: '';

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    height: 200px;

    width: 380px;

    background: var(--clr-def);

    border-radius: 20px; }

  .service-icn::before {

    position: absolute;

    z-index: -2;

    content: '';

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    height: 180px;

    width: 380px;

    background: rgba(0, 0, 0, 0.8);

    border-radius: 20px; }

  .service-icn img {

    width: 350px;

    height: 180px;
border-radius: 20px; 
margin-top: 10px;
	}	

  .service-icn svg {

    width: 150px;

    height: 150px; }

    .service-icn svg g {

      fill: var(--clr-white); }



.service-btn-2 {

  display: flex;

  align-items: center; }

  .service-btn-2 .service-arrow-right {

    display: inline-block; }

    .service-btn-2 .service-arrow-right svg {

      width: 60px;

      height: 60px; }

      .service-btn-2 .service-arrow-right svg g {

        fill: var(--clr-def); }

  .service-btn-2 .cu-pls {

    height: 60px;

    width: 60px;

    line-height: 60px;

    text-align: center;

    background: var(--clr-def);

    color: var(--clr-white);

    border-radius: 50%;

    display: inline-block;

    margin-left: -7px;

    font-size: 35px; }



.service-area-3::before {

  position: absolute;

  z-index: -1;

  content: '';

  height: 430px;

  width: 100%;

  bottom: 0;

  left: 0;

  background: var(--clr-heading); }



.service-box-3 {

  background: #232323;

  padding: 60px; }

  .service-box-3 .service-icon-3 {

    margin-bottom: 30px;

    display: block; }

  .service-box-3 .service-content-3 {

    display: flex;

    align-items: flex-start;

    gap: 10px;

    margin-bottom: 30px;

    padding-bottom: 30px;

    border-bottom: 1px solid rgba(var(--clr-white-rgb), 0.7); }

    .service-box-3 .service-content-3 span {

      display: inline-block;

      font-family: var(--font-1);

      font-weight: 400;

      font-size: 20px;

      line-height: 30px;

      text-transform: capitalize;

      color: rgba(var(--clr-white-rgb), 0.7); }

    .service-box-3 .service-content-3 h3 {

      font-weight: 400;

      font-size: 30px;

      line-height: 42px;

      text-transform: uppercase;

      color: var(--clr-white); }

  .service-box-3 .service-btm-3 p {

    color: rgba(var(--clr-white-rgb), 0.7);

    font-weight: 400;

    font-size: 20px;

    line-height: 30px;

    font-family: var(--font-1);

    text-transform: capitalize; }



/*-------------------------------------------------------

28. Counter Css  

---------------------------------------------------------*/

.counter-1 .fun-fact {

  text-align: center; }

  .counter-1 .fun-fact:hover .fun-fact-icon i {

    color: var(--clr-white);

    background: var(--clr-def); }

  .counter-1 .fun-fact .fun-fact-icon {

    margin-bottom: 3rem; }

    .counter-1 .fun-fact .fun-fact-icon i {

      font-size: 60px;

      display: inline-block;

      height: 120px;

      width: 120px;

      line-height: 120px;

      border: 1px dashed var(--clr-def);

      -webkit-border-radius: 50%;

      border-radius: 50%;

      color: var(--clr-def);

      text-align: center;

      transition: all .5s ease; }

  .counter-1 .fun-fact .counter {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    color: var(--clr-white);

    font-size: 60px;

    font-weight: 700;

    line-height: 1;

    letter-spacing: -0.02em;

    margin-bottom: 1rem;

    font-family: var(--font-2); }

  .counter-1 .fun-fact span {

    font-family: var(--font-2);

    font-style: normal;

    font-weight: 400;

    font-size: 16px;

    line-height: 1; }



.counter-2 {

  background: #051228;

  padding: 6rem; }

  .counter-2 .fun-fact {

    display: flex;

    align-items: center;

    gap: 30px;

    padding-bottom: 4rem; }

    .counter-2 .fun-fact:last-child {

      padding-bottom: 0; }

    .counter-2 .fun-fact .counter {

      justify-content: flex-start; }

      .counter-2 .fun-fact .counter .timer {

        font-family: 'Castoro';

        font-weight: 400;

        font-size: 59px;

        line-height: 1;

        letter-spacing: -0.03em;

        text-transform: capitalize;

        color: var(--clr-white); }

    .counter-2 .fun-fact span {

      display: block;

      color: var(--clr-white);

      font-family: 'Lexend';

      font-weight: 400;

      font-size: 24px;

      line-height: 1;

      letter-spacing: -0.015em; }



.counter-wpr-2 {

  display: flex;

  align-items: center;

  padding: 4rem 70px 4rem 100px;

  justify-content: space-between;

  position: relative;

  z-index: 1; }

  .counter-wpr-2::before {

    position: absolute;

    content: '';

    height: 100%;

    width: 45%;

    top: 0;

    left: 0;

    background: var(--clr-def);

    z-index: -1; }

  .counter-wpr-2 h2 {

    line-height: 1.3; }



.counter-grid {

  display: grid;

  grid-template-columns: 1fr 280px; }



.counter-home-2 .fun-fact {

  text-align: center; }

  .counter-home-2 .fun-fact .counter {

    display: flex;

    align-items: flex-end;

    justify-content: center;

    font-size: 60px;

    color: var(--clr-white);

    margin-bottom: 2rem;

    line-height: 1; }

    .counter-home-2 .fun-fact .counter span {

      display: inline-block;

      font-size: 15px; }

  .counter-home-2 .fun-fact .medium {

    font-size: 20px;

    color: var(--clr-white); }



.counter-wpr-icon {

  background: var(--clr-def); }

  .counter-wpr-icon i {

    height: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    text-align: center; }

    .counter-wpr-icon i svg {

      width: 90px;

      height: 90px; }

      .counter-wpr-icon i svg g {

        fill: var(--clr-white); }



.about-counter {

  position: absolute;

  top: 30px;

  left: 30px;

  height: 131px;

  width: 256px;

  text-align: center;

  background: var(--clr-def);

  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%); }

  .about-counter .counter {

    display: flex;

    align-items: center;

    font-size: 80px;

    color: var(--clr-white);

    justify-content: center; }



/*-------------------------------------------------------

29. Why css 

---------------------------------------------------------*/

.why-left-list {

  display: flex;

  flex-direction: column;

  gap: 2rem; }



.why-list-wrp {

  display: flex;

  align-items: flex-start;

  gap: 2rem; }



.why-box-2 {

  background: var(--clr-bg);

  padding: 5rem 2rem 8rem 2rem;

  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 82%);

  text-align: center; }

  .why-box-2 i {

    display: inline-block;

    margin-bottom: 20px; }

    .why-box-2 i svg {

      width: 60px;

      height: 60px; }

      .why-box-2 i svg g {

        fill: var(--clr-def); }



.why-para-border {

  padding: 30px 95px 30px 30px;

  border-left: 5px solid var(--clr-def);

  font-size: 18px;

  font-weight: 500;

  background: var(--clr-white);

  background: var(--clr-bg); }



.why-vidz {

  padding: 10rem 5rem;

  clip-path: polygon(100% 24%, 100% 100%, 0 100%, 0 0);

  background: var(--clr-white);

  text-align: center;

  position: absolute;

  bottom: 0;

  left: 50%; }



/*-------------------------------------------------------

30. Work css 

---------------------------------------------------------*/

.work-slider-single {

  position: relative;

  z-index: 1; }

  .work-slider-single h4 {

    font-weight: 600;

    font-size: 36px;

    line-height: 1;

    text-transform: capitalize;

    background: #fff;

    padding: 12px 20px;

    position: absolute;

    z-index: 1;

    top: 50%;

    right: 0;

    transform: translate(0, -50%); }



.work-btn {

  width: 60px;

  height: 132px;

  line-height: 132px;

  align-items: center;

  justify-content: center;

  color: var(--clr-white);

  background: var(--clr-def-2);

  text-align: center; }



.work-wpr-2 {

  padding: 120px 100px 120px 100px;

  border-radius: 50px;

  margin: 0 50px;

  background: #050a1e; }



.work-box-2 {

  text-align: center; }

  .work-box-2 .work-pic-2 {

    position: relative;

    z-index: 1; }

    .work-box-2 .work-pic-2 img {

      border-radius: 3rem 3rem 0 0; }

    .work-box-2 .work-pic-2 .work-cate-2 {

      position: absolute;

      bottom: -30px;

      border-radius: 30px;

      background: #050a1e;

      font-size: 20px;

      font-weight: 500;

      left: 50%;

      transform: translate(-50%, 0);

      padding: 1.2rem 6rem;

      color: var(--clr-white); }

  .work-box-2 .work-desc-2 {

    padding: 2rem 2rem 2rem 2rem;

    background: #171a2b;

    border-radius: 0 0 3rem 3rem; }

    .work-box-2 .work-desc-2 h3 {

      color: var(--clr-white);

      font-size: 26px;

      font-weight: 500; }



.project-sldr-3 {

  display: flex;

  align-items: center;

  gap: 40px; }

  .project-sldr-3::before {

    position: absolute;

    z-index: -1;

    content: '';

    top: inherit;

    right: 0;

    bottom: 0;

    background: transparent; }

  .project-sldr-3 .swiper-wrapper {

    padding-bottom: 65px; }

  .project-sldr-3 .swiper-button-prev,

  .project-sldr-3 .swiper-button-next {

    z-index: 666;

    bottom: 0;

    top: inherit;

    background-repeat: no-repeat; }

  .project-sldr-3 .swiper-button-prev,

  .project-sldr-3 .swiper-rtl .swiper-button-next {

    left: 40%;

    right: auto;

    background-image: url("data:image/svg+xml,%3Csvg width='23' height='12' viewBox='0 0 23 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.9048 6.99431H3.56741L7.00371 10.2729C7.99001 11.215 6.51055 12.6319 5.52424 11.6898L0.304708 6.70037C0.109566 6.51321 0 6.25982 0 5.99567C0 5.73152 0.109566 5.47813 0.304708 5.29096L5.52819 0.301514C5.62664 0.205061 5.74449 0.128629 5.87467 0.0768187C6.00485 0.0250084 6.14465 -0.00110964 6.28567 3.61279e-05C6.49395 0.000557489 6.69732 0.0604901 6.86971 0.172149C7.04209 0.283808 7.17563 0.442103 7.2532 0.626739C7.33077 0.811374 7.34884 1.01393 7.30509 1.20844C7.26134 1.40295 7.15777 1.58055 7.00765 1.71846L3.56347 4.99702H21.9601C23.408 5.06862 23.3014 7.06214 21.9048 6.99431Z' fill='%230A0909'/%3E%3C/svg%3E%0A"); }

  .project-sldr-3 .swiper-button-next, .project-sldr-3 .swiper-rtl .swiper-button-prev {

    right: 55%;

    left: auto;

    background-image: url("data:image/svg+xml,%3Csvg width='23' height='12' viewBox='0 0 23 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.09517 6.99431H19.4326L15.9963 10.2729C15.01 11.215 16.4894 12.6319 17.4758 11.6898L22.6953 6.70037C22.8904 6.51321 23 6.25982 23 5.99567C23 5.73152 22.8904 5.47813 22.6953 5.29096L17.4718 0.301514C17.3734 0.205061 17.2555 0.128629 17.1253 0.0768187C16.9952 0.0250084 16.8553 -0.00110964 16.7143 3.61279e-05C16.506 0.000557489 16.3027 0.0604901 16.1303 0.172149C15.9579 0.283808 15.8244 0.442103 15.7468 0.626739C15.6692 0.811374 15.6512 1.01393 15.6949 1.20844C15.7387 1.40295 15.8422 1.58055 15.9924 1.71846L19.4365 4.99702H1.03994C-0.407963 5.06862 -0.301442 7.06214 1.09517 6.99431Z' fill='%230A0909'/%3E%3C/svg%3E%0A"); }

  .project-sldr-3 .swiper-button-next:after,

  .project-sldr-3 .swiper-button-prev:after {

    color: var(--clr-heading);

    font-size: 26px;

    opacity: 0; }

  .project-sldr-3 .swiper-pagination.swiper-pagination-fraction {

    bottom: -35px;

    left: -25px;

    width: 100%; }

  .project-sldr-3 .swiper-pagination .swiper-pagination-current {

    font-family: var(--font-1);

    font-weight: 400;

    font-size: 60px;

    line-height: 1;

    color: #1C1D2E; }

    .project-sldr-3 .swiper-pagination .swiper-pagination-current::before {

      position: absolute;

      top: 0;

      left: 0; }



.work-left-content {

  display: flex;

  align-items: center;

  gap: 30px;

  justify-content: flex-end; }

  .work-left-content .swiper-button-next,

  .work-left-content .swiper-button-prev {

    position: inherit;

    top: inherit;

    margin-top: 0;

    display: inherit;

    width: 80px;

    height: 80px;

    line-height: 80px;

    color: var(--clr-white);

    background-color: var(--clr-def);

    text-align: center;

    -webkit-border-radius: 50%;

    border-radius: 50%; }

  .work-left-content .swiper-button-prev:after,

  .work-left-content .swiper-button-next:after {

    font-family: 'IcoFont';

    font-size: 36px; }

  .work-left-content .swiper-button-next:after {

    content: '\ea93'; }

  .work-left-content .swiper-button-prev:after {

    content: '\ea94'; }



.work-sldr.swiper .swiper-pagination {

  position: inherit;

  margin-top: 40px; }

  .work-sldr.swiper .swiper-pagination .swiper-pagination-bullet {

    background: transparent;

    height: 20px;

    width: 20px;

    border: 1px solid var(--clr-def);

    position: relative;

    z-index: 1;

    opacity: 1; }

    .work-sldr.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {

      border-color: var(--clr-def); }

      .work-sldr.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {

        position: absolute;

        left: 50%;

        top: 50%;

        content: "";

        height: 5px;

        width: 5px;

        border-radius: 50%;

        transform: translate(-50%, -50%);

        background: var(--clr-def);

        transition: all 0.35s ease-in-out; }



.work-sldr-2.swiper .swiper-pagination {

  position: inherit;

  margin-top: 40px; }

  .work-sldr-2.swiper .swiper-pagination .swiper-pagination-bullet {

    background: transparent;

    height: 20px;

    width: 20px;

    border: 1px solid var(--clr-solar);

    position: relative;

    z-index: 1;

    opacity: 1; }

    .work-sldr-2.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {

      border-color: var(--clr-solar); }

      .work-sldr-2.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {

        position: absolute;

        left: 50%;

        top: 50%;

        content: "";

        height: 5px;

        width: 5px;

        border-radius: 50%;

        transform: translate(-50%, -50%);

        background: var(--clr-solar);

        transition: all 0.35s ease-in-out; }



.slr-enr {

  position: absolute;

  bottom: 0;

  left: 0;

  z-index: -1;

  width: 1000px;

  opacity: .1; }



.hover14 figure {

  position: relative; }



.hover14 figure::before {

  position: absolute;

  top: 0;

  left: -75%;

  z-index: 2;

  display: block;

  content: '';

  width: 50%;

  height: 100%;

  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);

  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);

  -webkit-transform: skewX(-25deg);

  transform: skewX(-25deg); }



.hover14 figure:hover::before {

  -webkit-animation: shine .75s;

  animation: shine .75s; }



@-webkit-keyframes shine {

  100% {

    left: 125%; } }

@keyframes shine {

  100% {

    left: 125%; } }

/* Circle */

.hover15 figure {

  position: relative; }



.hover15 figure::before {

  position: absolute;

  top: 50%;

  left: 50%;

  z-index: 2;

  display: block;

  content: '';

  width: 0;

  height: 0;

  background: rgba(255, 255, 255, 0.2);

  border-radius: 100%;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  opacity: 0; }



.hover15 figure:hover::before {

  -webkit-animation: circle .75s;

  animation: circle .75s; }



@-webkit-keyframes circle {

  0% {

    opacity: 1; }

  40% {

    opacity: 1; }

  100% {

    width: 200%;

    height: 200%;

    opacity: 0; } }

@keyframes circle {

  0% {

    opacity: 1; }

  40% {

    opacity: 1; }

  100% {

    width: 200%;

    height: 200%;

    opacity: 0; } }

/*-------------------------------------------------------

31. Container css 

---------------------------------------------------------*/

@media (min-width: 1400px) {

  .container,

  .container-lg,

  .container-md,

  .container-sm,

  .container-xl,

  .container-xxl {

    max-width: 1350px; } }

.container-full {

  padding: 0 15px;

  margin: auto;

  max-width: 1400px; }



@media (max-width: 576px) {

  .container-full {

    max-width: 100%;

    width: 100%; } }

@media (min-width: 576px) {

  .container-full {

    max-width: 540px;

    width: 100%; } }

@media (min-width: 768px) {


  .container-full {

    max-width: 720px;

    width: 100%; } }

@media (min-width: 992px) {

  .container-full {

    max-width: 960px;

    width: 100%; } }

@media (min-width: 1200px) {

  .container-full {

    max-width: 85%;

    width: 85%; } }

.container-fill {

  padding: 0 15px;

  margin: auto;

  max-width: 100%; }



@media (min-width: 576px) {

  .container-fill {

    max-width: 540px;

    width: 100%; } }

@media (min-width: 768px) {

  .container-fill {

    max-width: 720px;

    width: 100%; } }

@media (min-width: 992px) {

  .container-fill {

    max-width: 960px;

    width: 100%; } }

@media (min-width: 1200px) {

  .container-fill {

    width: 100%;

    max-width: 100%; } }

@media (max-width: 1199px) {

  .container-fill {

    padding: 0 15px;

    width: 100%; } }

@media only screen and (min-width: 1367px) {

  .container-stage {

    margin-left: calc((100% - 1350px)/ 2);

    width: auto;

    max-width: inherit;

    padding-right: 0; } }

@media only screen and (min-width: 1367px) {

  .container-left {

    margin-right: calc((100% - 1350px)/ 2);

    width: auto;

    max-width: inherit;

    padding-left: 0; } }

@media only screen and (max-width: 767px) {
.grid-6 {
	display: block;
}
.work-box-2 {
    padding: 5px;
}
.work-pic-2 div {
	height: 200px !important;
}
.work-box-2 .work-desc-2 {
    padding: 1rem;
}
  .row {

    --bs-gutter-x: 1.5rem; } }

.bg-cover {

  background-position: center center !important;

  background-size: cover !important; }



.bg-fixed {

  background-attachment: fixed !important;

  background-position: center center !important;

  background-size: cover !important; }



.bg-fit {

  background-size: 100% 100% !important;

  background-position: center !important; }



/*-------------------------------------------------------

32. Price css

---------------------------------------------------------*/

.sec-sq {

  position: relative;

  z-index: 1;

  padding-top: 30px;

  padding-left: 30px; }

  .sec-sq::before {

    position: absolute;

    z-index: -1;

    content: '';

    background: var(--clr-def-2);

    height: 246px;

    width: 243px;

    top: 0;

    left: 0; }



.price-my-clr {

  font-weight: 400;

  font-size: 20px;

  line-height: 30px;

  text-transform: capitalize;

  color: var(--clr-heading);

  font-family: var(--font-1); }



.price-box {

  background: var(--clr-white);

  box-shadow: 0px 0px 50px rgba(10, 9, 9, 0.1);

  padding: 30px;

  position: relative;

  z-index: 1; }



.squi-shape {

  position: absolute;

  z-index: 1;

  top: 60px;

  right: 80px;

  width: 60px;

  opacity: .2; }



.squi-shape-btm {

  position: absolute;

  z-index: -1;

  bottom: 60px;

  left: 80px; }



.price-h4 {

  font-weight: 400;

  font-size: 22px;

  line-height: 34px;

  text-transform: capitalize;

  color: var(--clr-heading); }



.price-need p {

  color: var(--clr-heading);

  font-weight: 400;

  font-size: 14px;

  line-height: 22px;

  text-transform: capitalize; }



.price-tabs-content {

  position: relative;

  z-index: 1;

  padding-right: 30px; }

  .price-tabs-content::before {

    position: absolute;

    z-index: -1;

    content: '';

    background: var(--clr-def-2);

    height: 188px;

    width: 276px;

    top: -160px;

    right: 0; }



.price-ribbon {

  display: flex;

  align-items: center;

  justify-content: space-between; }

  .price-ribbon p {

    font-weight: 400;

    font-size: 20px;

    line-height: 1;

    text-transform: capitalize;

    color: var(--clr-heading);

    font-family: var(--font-1); }



.price-btn i {

  display: inline-block;

  height: 40px;

  width: 40px;

  line-height: 40px;

  text-align: center;

  border: 1px solid var(--clr-white);

  background: var(--clr-def);

  border-radius: 50%;

  transition: all .5s ease; }

  .price-btn i svg {

    fill: var(--clr-white); }



.price-value {

  font-weight: 400;

  font-size: 64px;

  line-height: 64px;

  text-transform: uppercase;

  color: var(--clr-heading); }

  .price-value sup {

    color: var(--clr-heading);

    font-family: var(--font-1);

    font-weight: 400;

    font-size: 16px;

    line-height: 1;

    text-transform: uppercase;

    top: -34px; }

  .price-value span {

    display: inline-block;

    font-weight: 400;

    font-size: 16px;

    line-height: 24px;

    letter-spacing: 0.005em;

    text-transform: uppercase;

    color: var(--clr-heading);

    font-family: var(--font-1); }



.price-list {

  display: flex;

  flex-direction: column;

  gap: 15px; }

  .price-list li {

    font-weight: 400;

    font-size: 14px;

    line-height: 1;

    text-transform: capitalize;

    color: var(--clr-heading);

    opacity: 0.9; }



.price-hover {

  border-right: 2px solid transparent;

  border-bottom: 2px solid transparent; }

  .price-hover:hover {

    border-right: 2px solid var(--clr-heading);

    border-bottom: 2px solid var(--clr-heading);

    background: var(--clr-def); }

    .price-hover:hover .price-btn i {

      background: var(--clr-white); }

      .price-hover:hover .price-btn i svg {

        fill: var(--clr-heading); }



.price-wpr .row .col-xl-4:first-child {

  margin-top: -5px; }

.price-wpr .row .col-xl-4:nth-child(2) {

  margin-top: -80px; }

.price-wpr .row .col-xl-4:nth-child(3) {

  margin-top: -130px; }



.price-sw {

  display: flex;

  align-items: center;

  justify-content: space-between;

  height: 21px;

  width: 48px;

  background: var(--clr-heading);

  border-radius: 20px;

  padding: 0 4px;

  margin: 0 15px; }



.price-tabs .nav-tabs {

  border-bottom: none;

  align-items: center; }

  .price-tabs .nav-tabs .nav-link {

    border: none;

    background: var(--clr-heading);

    color: transaprent;

    padding: 0;

    height: 16px;

    width: 16px;

    border-radius: 50%; }

.price-tabs .nav-tabs .nav-item.show .nav-link,

.price-tabs .nav-tabs .nav-link.active {

  background: var(--clr-white); }



.price-tabs-3 .nav-tabs {

  border-bottom: none;

  align-items: center;

  justify-content: center; }



.price-style-2 .price-tabs-content::before {

  display: none; }

.price-style-2 .price-hover {

  border-right: none;

  border-bottom: none;

  background: var(--clr-black-3); }

  .price-style-2 .price-hover .price-up .price-ribbon p {

    color: var(--clr-white); }

  .price-style-2 .price-hover .price-up .price-value {

    color: var(--clr-white); }

    .price-style-2 .price-hover .price-up .price-value sup {

      color: var(--clr-white); }

    .price-style-2 .price-hover .price-up .price-value span {

      color: var(--clr-white); }

  .price-style-2 .price-hover .price-up h5 {

    font-weight: 600;

    font-size: 20px;

    line-height: 1;

    text-transform: uppercase;

    color: var(--clr-white); }

  .price-style-2 .price-hover .price-list li {

    font-family: var(--font-1);

    font-weight: 400;

    font-size: 14px;

    line-height: 22px;

    text-transform: capitalize;

    color: var(--clr-white);

    opacity: 0.9; }

  .price-style-2 .price-hover .price-btm-content {

    margin-top: 30px;

    text-align: center; }



/*-------------------------------------------------------

33. Team css 

---------------------------------------------------------*/

.team-wpr-grid {

  display: grid;

  grid-template-columns: 260px 1fr;

  grid-gap: 60px;

  background: var(--clr-white);

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);

  padding: 120px 60px 120px 60px; }



.price-need-team {

  margin: 0 0 0 0;

  padding: 0; }



.team-bg {

  background-image: linear-gradient(125deg, var(--clr-bg) 51%, var(--clr-black-3) 49%); }



.team-box {

  position: relative;

  z-index: 1; }

  .team-box img {

    width: 100%; }

  .team-box:hover .team-overlay {

    background: var(--clr-def); }

    .team-box:hover .team-overlay h5 {

      color: var(--clr-heading); }

    .team-box:hover .team-overlay span {

      color: rgba(10, 9, 9, 0.7); }

  .team-box .team-overlay {

    position: absolute;

    bottom: 30px;

    margin: 0;

    background: #242424;

    padding: 20px 30px;

    text-align: center;

    transition: all .5s ease;

    left: 50%;

    transform: translate(-50%, 0);

    width: 85%; }

    .team-box .team-overlay h5 {

      font-weight: 400;

      font-size: 20px;

      line-height: 1;

      text-transform: capitalize;

      color: var(--clr-white); }

    .team-box .team-overlay span {

      display: block;

      font-family: var(--font-1);

      font-weight: 400;

      font-size: 12px;

      line-height: 1;

      text-transform: capitalize;

      color: rgba(255, 255, 255, 0.7); }



/* color: rgba(10, 9, 9, 0.7); */

.team-style-2 .team-box {

  overflow: hidden; }

  .team-style-2 .team-box:hover img {

    filter: brightness(0.5); }

  .team-style-2 .team-box:hover .team-overlay {

    background: rgba(0, 0, 0, 0.8); }

    .team-style-2 .team-box:hover .team-overlay h5 {

      color: var(--clr-white); }

    .team-style-2 .team-box:hover .team-overlay span {

      color: var(--clr-white); }

  .team-style-2 .team-box:hover .team-social-2 .team-social {

    top: 80px;

    opacity: 1; }

  .team-style-2 .team-box .team-overlay {

    bottom: 30px;

    margin: 0;

    left: 50%;

    transform: translate(-50%, 0);

    width: 100%;

    background: var(--clr-black-3); }

  .team-style-2 .team-box .team-social-2 .team-social {

    position: absolute;

    z-index: 1;

    top: -100px;

    right: 30px;

    opacity: 0; }



.cu {

  height: 40px;

  width: 40px;

  line-height: 40px;

  text-align: center;

  border-radius: 50%;

  color: var(--clr-heading);

  background: var(--clr-white);

  transition: all .5s ease;

  display: inline-block;

  margin-bottom: 1rem;

  position: absolute;

  z-index: 1;

  top: 30px;

  right: 30px; }



.team-social {

  display: flex;

  flex-direction: column;

  gap: 1rem;

  transition: all .5s ease;

  z-index: 2; }

  .team-social li a i {

    display: inline-block;

    height: 40px;

    width: 40px;

    line-height: 40px;

    text-align: center;

    border-radius: 50%;

    color: var(--clr-white);

    border: 1px solid rgba(var(--clr-white-rgb), 0.2);

    transition: all .5s ease; }

    .team-social li a i:hover {

      color: var(--clr-heading);

      background: var(--clr-white); }



.clrs {

  position: absolute;

  top: 0;

  left: 0;

  z-index: -1;

  height: 100%;

  opacity: .2; }



.team-box-3 {

  border: 1px solid transparent; }

  .team-box-3 .team-desc-3 {

    text-align: center;

    padding: 20px 0; }

    .team-box-3 .team-desc-3 h4 {

      font-weight: 400;

      font-size: 24px;

      line-height: 34px;

      text-align: center;

      text-transform: capitalize;

      color: var(--clr-heading);

      margin-bottom: 5px; }

    .team-box-3 .team-desc-3 span {

      display: inline-block;

      font-weight: 400;

      font-size: 12px;

      line-height: 20px;

      text-align: center;

      text-transform: capitalize;

      color: rgba(10, 9, 9, 0.7); }



.team-sldr.swiper .swiper-pagination {

  position: inherit;

  margin-bottom: -18px;

  margin-top: 40px; }

  .team-sldr.swiper .swiper-pagination .swiper-pagination-bullet {

    background: transparent;

    height: 20px;

    width: 20px;

    border: 1px solid var(--clr-heading);

    position: relative;

    z-index: 1;

    opacity: 1; }

    .team-sldr.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {

      border-color: var(--clr-heading); }

      .team-sldr.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {

        position: absolute;

        left: 50%;

        top: 50%;

        content: "";

        height: 5px;

        width: 5px;

        border-radius: 50%;

        transform: translate(-50%, -50%);

        background: var(--clr-heading);

        transition: all 0.35s ease-in-out; }

.team-sldr.swiper .swiper-slide-active .team-box-3 {

  border: 1px solid var(--clr-heading); }



.team-title-content .sec-title {

  font-size: 52px; }



/*-------------------------------------------------------

34. Review css

---------------------------------------------------------*/

.rev-single {

  position: relative;

  z-index: 1; }



.rev-shapes img {

  position: absolute;

  z-index: -1; }

  .rev-shapes img.rev-quote-icon {

    top: 0;

    left: 0; }

  .rev-shapes img.rev-bend {

    bottom: 40px;

    right: 40px; }



.rev-down-wpr {

  width: 83%; }



.rev-single {

  background: var(--clr-bg);

  padding: 130px 30px 130px 160px;

  position: relative;

  z-index: 1; }



.rev-quote {

  font-family: var(--font-1);

  font-weight: 400;

  font-size: 36px;

  line-height: 48px;

  text-transform: uppercase;

  color: var(--clr-heading); }



.rev-down {

  position: relative;

  margin-top: -418px; }



.rev-user {

  display: flex;

  align-items: center;

  gap: 15px;

  position: relative;

  z-index: 1; }

  .rev-user .rev-user-txt h4 {

    font-weight: 400;

    font-size: 24px;

    line-height: 34px;

    text-transform: capitalize;

    margin-bottom: 0px; }

  .rev-user .rev-user-txt span {

    display: inline-block;

    font-weight: 400;

    font-size: 14px;

    line-height: 22px;

    letter-spacing: 0.08em;

    text-transform: capitalize;

    color: var(--clr-heading);

    opacity: 0.7; }

  .rev-user img {

    border-radius: 50%;

    height: 80px;

    width: 80px; }



.hero-text-kl {

  display: inline-block;

  height: 120px;

  width: 120px;

  border: 1px solid var(--clr-heading);

  border-radius: 50%;

  position: absolute;

  bottom: 94px;

  right: 170px; }

  .hero-text-kl::before {

    height: 1px;

    width: 200px;

    content: '';

    position: absolute;

    left: 50%;

    top: 50%;

    background: var(--clr-heading); }



.review-wpr-3 .swiper-wrapper {

  padding-top: 100px;

  padding-bottom: 80px; }

  .review-wpr-3 .swiper-wrapper .swiper-slide-active {

    margin-top: -100px; }



.review-wrp p {

  font-weight: 400;

  font-size: 20px;

  line-height: 30px;

  text-transform: capitalize;

  color: var(--clr-heading);

  font-family: var(--font-1);

  margin-bottom: 30px; }

.review-wrp .review-wrp-bio {

  display: flex;

  align-items: center;

  gap: 15px; }

  .review-wrp .review-wrp-bio img {

    height: 80px;

    width: 80px;

    border-radius: 50%; }

  .review-wrp .review-wrp-bio .review-wrp-text h4 {

    font-weight: 400;

    font-size: 24px;

    line-height: 1;

    text-transform: capitalize;

    color: var(--clr-heading);

    margin-bottom: 5px; }

  .review-wrp .review-wrp-bio .review-wrp-text span {

    display: inline-block;

    font-family: var(--font-1);

    font-weight: 400;

    font-size: 14px;

    line-height: 1;

    letter-spacing: 0.08em;

    text-transform: capitalize;

    color: rgba(var(--clr-heading-rgb), 0.7);

    position: relative;

    z-index: 1;

    padding-left: 6rem; }

    .review-wrp .review-wrp-bio .review-wrp-text span::before {

      position: absolute;

      z-index: 1;

      width: 5rem;

      height: .5px;

      content: '';

      top: 50%;

      left: 0;

      transform: translate(0, -50%);

      background: var(--clr-heading); }



.review-sldr.swiper .swiper-pagination {

  position: inherit;

  margin-top: -80px; }

  .review-sldr.swiper .swiper-pagination .swiper-pagination-bullet {

    background: transparent;

    height: 20px;

    width: 20px;

    border: 1px solid var(--clr-heading);

    position: relative;

    z-index: 1;

    opacity: 1; }

    .review-sldr.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {

      border-color: var(--clr-heading); }

      .review-sldr.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {

        position: absolute;

        left: 50%;

        top: 50%;

        content: "";

        height: 5px;

        width: 5px;

        border-radius: 50%;

        transform: translate(-50%, -50%);

        background: var(--clr-heading);

        transition: all 0.35s ease-in-out; }



/*-------------------------------------------------------

35. Blog css  

---------------------------------------------------------*/

.blog-box .blog-pic img {

  width: 100%; }

.blog-box .blog-desc {

  background: var(--clr-heading);

  padding: 20px 30px 30px 30px; }

  .blog-box .blog-desc .blog-meta {

    display: flex;

    align-items: center;

    justify-content: space-between; }

    .blog-box .blog-desc .blog-meta ul {

      display: flex;

      align-items: center;

      gap: 10px; }

      .blog-box .blog-desc .blog-meta ul li {

        position: relative;

        z-index: 1;

        padding-left: 15px; }

        .blog-box .blog-desc .blog-meta ul li::before {

          position: absolute;

          content: '';

          top: 56%;

          left: 0;

          transform: translate(0, -50%);

          width: 8px;

          height: 8px;

          background: var(--clr-def); }

        .blog-box .blog-desc .blog-meta ul li a {

          font-family: var(--font-1);

          font-weight: 400;

          font-size: 10px;

          line-height: 1;

          letter-spacing: 0.005em;

          text-transform: uppercase;

          color: var(--clr-white); }

    .blog-box .blog-desc .blog-meta a i {

      height: 40px;

      width: 40px;

      line-height: 40px;

      border: 1px solid var(--clr-white);

      border-radius: 50%;

      display: inline-block;

      text-align: center; }

  .blog-box .blog-desc .blog-title {

    padding-right: 40px; }

    .blog-box .blog-desc .blog-title a {

      color: var(--clr-white); }

      .blog-box .blog-desc .blog-title a:hover {

        color: var(--clr-def); }



.blog-title {

  font-weight: 400;

  font-size: 24px;

  line-height: 34px;

  text-transform: capitalize; }



.blog-box-2 {

  margin-bottom: 30px; }

  .blog-box-2:last-child {

    margin-bottom: 0; }



.blog-left-2-content {

  padding-right: 135px; }



.blog-left-2 span {

  display: inline-block;

  font-weight: 400;

  font-size: 18px;

  line-height: 28px;

  letter-spacing: 0.08em;

  text-transform: uppercase;

  color: var(--clr-heading);

  font-family: var(--font-1);

  opacity: 0.7;

  margin-bottom: 15px; }

.blog-left-2 h3 {

  font-weight: 400;

  font-size: 30px;

  line-height: 42px;

  text-transform: uppercase;

  margin-bottom: 20px; }

.blog-left-2 p {

  font-weight: 400;

  font-size: 18px;

  line-height: 28px;

  letter-spacing: 0.02em;

  text-transform: capitalize;

  color: var(--clr-heading);

  opacity: 0.7;

  margin-bottom: 30px; }



.blog-btn-2 {

  font-weight: 400;

  font-size: 20px;

  line-height: 30px;

  font-family: var(--font-1);

  text-transform: capitalize;

  color: var(--clr-heading);

  display: inline-block;

  border-bottom: 1px solid var(--clr-heading); }

  .blog-btn-2:hover {

    color: var(--clr-heading); }

  .blog-btn-2 i {

    display: inline-block; }

    .blog-btn-2 i svg {

      fill: #0A0909; }



.blog-style-3 .blog-desc {

  position: relative;

  z-index: 2;

  margin: -140px 70px 30px 70px; }

  .blog-style-3 .blog-desc .blog-title {

    font-weight: 400;

    font-size: 36px;

    line-height: 48px;

    text-transform: uppercase;

    color: var(--clr-white); }



.blog-box-3 .blog-desc-3 {

  background: var(--clr-heading);

  padding: 30px; }

  .blog-box-3 .blog-desc-3 .blog-date-3 {

    font-family: var(--font-1);

    font-weight: 400;

    font-size: 14px;

    line-height: 1;

    letter-spacing: 0.08em;

    text-transform: uppercase;

    color: rgba(var(--clr-white-rgb), 0.7);

    display: inline-block;

    margin-bottom: 15px; }

  .blog-box-3 .blog-desc-3 h3 {

    font-weight: 400;

    font-size: 30px;

    line-height: 42px;

    text-transform: uppercase;

    color: var(--clr-white);

    margin-bottom: 30px; }



.blog-btn-3 {

  font-family: var(--font-1);

  font-weight: 400;

  font-size: 20px;

  line-height: 1;

  text-transform: capitalize;

  color: var(--clr-white);

  border-bottom: 1px solid var(--clr-white);

  transition: all .5s ease; }

  .blog-btn-3:hover {

    color: var(--clr-def); }

    .blog-btn-3:hover i svg {

      fill: var(--clr-def); }

  .blog-btn-3 i {

    display: inline-block;

    margin-left: 12px; }

    .blog-btn-3 i svg {

      fill: var(--clr-white); }



/*-------------------------------------------------------

36. Reg css 

---------------------------------------------------------*/

.reg-area {

  position: relative;

  z-index: 1; }

  .reg-area::before {

    position: absolute;

    content: '';

    height: 50%;

    width: 100%;

    z-index: -1;

    background: linear-gradient(90deg, var(--clr-def) 0, var(--clr-def-3) 100%);

    opacity: 1;

    clip-path: polygon(100% 100%, 100% 0, 0 100%);

    bottom: 0;

    left: 0; }



.reg-wpr {

  display: flex;

  justify-content: center;

  align-items: center;

  position: relative;

  z-index: 1; }



.login-shape {

  position: absolute;

  z-index: -1;

  top: 50%;

  left: 60%;

  transform: translate(-50%, -50%);

  width: 100%; }



.login-form {

  text-align: center;

  width: 47rem;

  padding: 6rem 5rem;

  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);

  border-radius: 2rem;

  background-color: var(--clr-white); }

  .login-form .header-icon {

    display: block;

    margin-bottom: 3rem; }

  .login-form .input-style-2 {

    height: 5.5rem;

    border-radius: 4px;

    border: 1px solid #eee; }

    .login-form .input-style-2::placeholder {

      font-size: 1.6rem; }

  .login-form .login-btn {

    display: block;

    width: 100%;

    text-align: center; }

  .login-form .reg-acc {

    display: block;

    font-size: 16px;

    font-weight: 400;

    letter-spacing: 0.005em;

    margin-top: 3rem; }

    .login-form .reg-acc a {

      color: var(--clr-heading); }



.form-check {

  display: block;

  min-height: 1.5rem;

  padding-left: 0;

  margin-bottom: 0;

  line-height: 1; }



.form-check-input[type=checkbox] {

  border-radius: 0;

  margin-top: 0;

  vertical-align: top;

  float: inherit;

  margin-left: -3em; }



.rs-ps {

  margin-top: -7px;

  display: block;

  font-size: 1.4rem; }



.form-check-label {

  color: var(--clr-body);

  margin-left: 1rem; }



.register-title {

  font-size: 23px;

  font-weight: 700;

  letter-spacing: 0.005em; }



/*-------------------------------------------------------

37. Step css

---------------------------------------------------------*/

.step-right-para {

  padding-right: 10%; }



.step-year-tx {

  display: flex;

  align-items: center;

  gap: 20px; }

  .step-year-tx .step-year {

    font-size: 60px;

    line-height: 1;

    color: var(--clr-def);

    font-family: var(--font-2);

    margin-bottom: 0;

    font-weight: 700; }

  .step-year-tx .step-year-txt span {

    font-size: 18px;

    line-height: 1;

    display: block;

    margin-bottom: 10px; }

  .step-year-tx .step-year-txt p {

    font-size: 18px;

    color: var(--clr-def);

    margin-bottom: 0;

    text-transform: capitalize;

    line-height: 1; }



.steps {

  position: absolute;

  z-index: 1;

  bottom: -160px;

  right: 90px;

  background: var(--clr-white);

  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.1); }



.step-box {

  text-align: center;

  padding: 5rem 4rem;

  position: relative;

  z-index: 1;

  border-right: 1px solid #eee; }

  .step-box:last-child {

    border-right: none; }

  .step-box i {

    display: inline-block;

    margin-bottom: 20px; }

    .step-box i svg {

      height: 60px;

      width: 60px; }

      .step-box i svg g {

        fill: var(--clr-def); }

  .step-box h5 {

    margin-bottom: 30px; }

  .step-box .step-value {

    background: var(--clr-def);

    padding: 7px 15px;

    border-radius: 20px;

    color: var(--clr-white);

    display: block;

    font-weight: 600;

    text-transform: uppercase;

    font-family: var(--font-1); }

  .step-box .step-value-str {

    position: absolute;

    top: 0;

    right: 40px;

    z-index: -1;

    -webkit-text-stroke: 1px darkgrey;

    -webkit-text-fill-color: transparent;

    font-size: 220px;

    line-height: 1; }



.step-area-mb {

  margin-bottom: 160px; }



/*-------------------------------------------------------

38. Sub css

---------------------------------------------------------*/

.sub-area {

  position: relative;

  z-index: 3; }



.sub-wpr {

  display: grid;

  grid-template-columns: 170px 1fr;

  background: var(--clr-def-2); }



.sub-icon i {

  height: 170px;

  width: 170px;

  line-height: 170px;

  background: var(--clr-def);

  text-align: center;

  display: inline-block; }



.sub-form-content {

  display: grid;

  align-items: center;

  grid-template-columns: 310px 1fr;

  grid-gap: 120px;

  padding: 0 40px; }



.sub-form-text h2 {

  color: var(--clr-white);

  font-size: 40px;

  font-weight: 400;

  line-height: 50px;

  /* 125% */

  letter-spacing: -1.2px;

  text-transform: capitalize; }

.sub-form-text span {

  color: rgba(181, 190, 219, 0.8);

  font-size: 16px;

  font-weight: 400;

  line-height: 1;

  /* 100% */

  letter-spacing: -0.24px;

  display: block; }



.subs-form {

  position: relative;

  z-index: 1; }



.subs-input {

  border: none;

  border-bottom: 1px solid rgba(181, 190, 219, 0.5);

  width: 100%;

  height: 48px;

  background: transparent;

  color: var(--clr-white); }

  .subs-input::placeholder {

    color: var(--clr-white);

    font-family: var(--font-2);

    font-size: 16px;

    font-weight: 400;

    line-height: 16px;

    /* 100% */

    letter-spacing: -0.24px; }

  .subs-input:focus {

    outline: none;

    box-shadow: none; }



.subs-btn {

  position: absolute;

  top: 0;

  right: 0;

  background: transparent;

  border: none; }

  .subs-btn:focus {

    outline: none;

    box-shadow: none; }



.input-style-3 {

  border-radius: 12px;

  background: var(--clr-white);

  width: 100%;

  border: none;

  height: 48px;

  padding-left: 2rem; }

  .input-style-3::placeholder {

    color: rgba(18, 19, 24, 0.6);

    font-family: var(--font-2);

    font-size: 14px;

    font-weight: 400; }

  .input-style-3:focus {

    outline: none;

    box-shadow: none; }



.sub-area-3 {

  position: relative;

  z-index: 4; }



.sun-inp-3 {

  width: 443px; }



.sub-style-3 {

  background: var(--clr-def-2);

  padding: 6rem;

  display: grid;

  grid-template-columns: 1fr 72px 1fr;

  grid-gap: 100px;

  align-items: center; }



.subs-input-3 {

  background: var(--clr-white);

  height: 60px;

  width: 100%;

  border: none;

  padding-left: 6rem; }

  .subs-input-3::placeholder {

    color: rgba(18, 19, 24, 0.6);

    font-family: var(--font-2);

    font-size: 14px;

    font-weight: 400; }

  .subs-input-3:focus {

    outline: none;

    box-shadow: none; }



.subs-btn-3 {

  padding: 20px 40px;

  line-height: 1;

  background: var(--clr-def);

  color: var(--clr-white);

  border: none;

  font-weight: 400;

  font-size: 16px;

  line-height: 1;

  position: absolute;

  top: 50%;

  right: 2px;

  transform: translate(0, -50%); }



.sms-3-pic {

  position: absolute;

  top: 50%;

  left: 2rem;

  transform: translate(0, -50%); }



.sub-tt-2 {

  background: transparent;

  padding: 0 0 80px 0;

  margin-bottom: 80px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.5);

  grid-template-columns: 1fr 1fr;

  justify-content: space-between;

  grid-gap: 100px;

  align-items: center; }

  .sub-tt-2 .sun-inp-3 {

    width: 100%; }



/*-------------------------------------------------------

39. Project Single css 

---------------------------------------------------------*/

.project-th-title {

  font-weight: 400;

  font-size: 36px;

  line-height: 46px;

  text-transform: capitalize;

  color: var(--clr-heading); }



.project-top-single-btm {

  display: flex;

  flex-direction: column; }



.project-slg-tt {

  font-weight: 400;

  font-size: 16px;

  line-height: 28px;

  text-transform: capitalize;

  color: var(--clr-heading);

  opacity: 0.7; }



.project-single-mid h3 {

  font-weight: 400;

  font-size: 30px;

  line-height: 34px;

  text-transform: capitalize;

  color: var(--clr-heading); }



.project-btm-content h4 {

  font-weight: 400;

  font-size: 24px;

  line-height: 34px;

  text-transform: capitalize; }



.project-btm-right .pl {

  position: absolute;

  z-index: 1;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%); }



.project-slg-list li {

  display: flex;

  align-items: center;

  gap: 10px; }

  .project-slg-list li span {

    display: inline-block;

    font-family: var(--font-1);

    font-style: normal;

    font-weight: 400;

    font-size: 16px;

    line-height: 1;

    text-transform: capitalize;

    color: var(--clr-heading); }



.project-client-single span {

  font-weight: 500;

  font-size: 16px;

  line-height: 1;

  color: #767676; }

.project-client-single h5 {

  font-weight: 700;

  font-size: 20px;

  line-height: 30px;

  letter-spacing: -0.015em;

  text-transform: capitalize;

  color: #000000; }



.project-top-single-btm {

  border: 1px solid rgba(var(--clr-heading-rgb), 0.1);

  border-bottom: none;

  padding-top: 27px; }

  .project-top-single-btm .project-top-title {

    padding-left: 35px; }

    .project-top-single-btm .project-top-title::before {

      left: 35px; }



.project-top-title {

  font-family: 'Aclonica';

  font-weight: 400;

  font-size: 20px;

  line-height: 30px;

  text-transform: capitalize;

  position: relative;

  z-index: 1;

  padding-bottom: 10px; }

  .project-top-title::before {

    position: absolute;

    z-index: 1;

    bottom: 0;

    background: var(--clr-heading);

    content: '';

    width: 87px;

    height: 4px; }



.project-client-single {

  display: grid;

  align-items: center;

  grid-gap: 20px;

  grid-template-columns: 90px 1fr;

  border-bottom: 1px solid rgba(var(--clr-heading-rgb), 0.1);

  padding-bottom: 5px;

  padding-left: 35px;

  margin-bottom: 5px; }

  .project-client-single:last-child {

    margin-bottom: 0; }

  .project-client-single h5 {

    font-weight: 400;

    font-size: 16px;

    line-height: 60px;

    text-transform: capitalize; }

  .project-client-single span {

    display: inline-block;

    font-family: var(--font-1);

    font-weight: 400;

    font-size: 14px;

    line-height: 1x;

    text-transform: capitalize;

    color: rgba(var(--clr-heading-rgb), 0.6); }



.project-single-social {

  display: flex;

  align-items: center;

  gap: 15px; }

  .project-single-social li a i {

    color: var(--clr-heading);

    display: inline-block; }



.fb {

  background: #4561C5; }



.tw {

  background: #15A5FF; }



.pn {

  background: #FF2D2E; }



.ln {

  background: #0093E3; }



.project-border-btm {

  border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);

  padding-bottom: 25px;

  margin-bottom: 60px; }



.project-nx-pv {

  display: flex;

  align-items: center;

  justify-content: space-between; }



.project-pn a {

  display: flex;

  align-items: center;

  gap: 10px; }

  .project-pn a .project-pn-tx span {

    font-weight: 400;

    font-size: 16px;

    line-height: 1;

    display: inline-block; }

  .project-pn a .project-pn-tx h5 {

    font-weight: 700;

    font-size: 20px;

    line-height: 30px;

    letter-spacing: -0.015em;

    text-transform: capitalize;

    margin-bottom: 0; }



/*-------------------------------------------------------

40. Service Single css 

---------------------------------------------------------*/

.service-slg-tt {

  font-weight: 400;

  font-size: 16px;

  line-height: 24px;

  color: #0A0909;

  letter-spacing: 0.01em;

  text-transform: capitalize;

  opacity: 0.7; }



.therapy-p-box {

  text-align: center; }

  .therapy-p-box:hover i {

    background: var(--clr-def); }

    .therapy-p-box:hover i svg {

      fill: var(--clr-white); }

  .therapy-p-box i {

    height: 80px;

    width: 80px;

    line-height: 80px;

    text-align: center;

    display: inline-block;

    background: var(--clr-bg);

    border-radius: 50%;

    margin-bottom: 2rem;

    transition: all .5s ease; }

    .therapy-p-box i svg {

      fill: var(--clr-def-2); }

  .therapy-p-box h6 {

    font-weight: 700;

    font-size: 20px;

    line-height: 30px;

    letter-spacing: -0.015em;

    text-transform: capitalize; }

  .therapy-p-box p {

    font-weight: 400;

    font-size: 16px;

    line-height: 32px; }



.support-list li {

  display: flex;

  align-items: center;

  gap: 8px; }

  .support-list li i {

    height: 15px;

    width: 15px;

    line-height: 15px;

    text-align: center;

    background: var(--clr-def);

    color: var(--clr-white);

    border-radius: 50%;

    display: inline-block;

    font-size: 8px; }

  .support-list li span {

    font-weight: 500;

    font-size: 16px;

    line-height: 1;

    display: inline-block;

    color: var(--clr-heading); }



.therapy-p .progress-wpr .progress-box h5 {

  color: #222222;

  font-weight: 400;

  font-size: 14px;

  line-height: 22px;

  font-family: var(--font-1);

  text-transform: capitalize; }

.therapy-p .progress-wpr .progress {

  --bs-progress-bg: #E6E6E6 ; }



.service-chobi-single img {

  width: 100%; }



.service-single-list {

  display: flex;

  flex-direction: column;

  gap: 1rem; }

  .service-single-list li {

    display: flex;

    align-items: center;

    gap: 1.5rem;

    font-weight: 500; }

    .service-single-list li i {

      font-size: 1.4rem;

      color: var(--clr-def); }



.service-klo {

  background-color: transparent;

  box-shadow: none;

  border: 1px solid rgba(23, 8, 2, 0.3); }



.service-sl-list li {

  border: none;

  border-bottom: 1px solid rgba(23, 8, 2, 0.3);

  margin-bottom: 10px;

  padding-bottom: 10px; }

  .service-sl-list li:last-child {

    margin-bottom: 0px; }

  .service-sl-list li:hover {

    border-bottom: 1px solid #170802; }

    .service-sl-list li:hover a i {

      color: var(--clr-heading); }

    .service-sl-list li:hover a span {

      color: var(--clr-heading); }

  .service-sl-list li a {

    display: flex;

    align-items: center;

    gap: 1rem; }

    .service-sl-list li a i {

      color: rgba(23, 8, 2, 0.3);

      font-size: 8px; }

    .service-sl-list li a span {

      font-weight: 400;

      font-size: 18px;

      line-height: 1;

      text-transform: capitalize;

      color: #170802;

      display: inline-block; }



.ttt {

  font-family: var(--font-1);

  font-weight: 400;

  font-size: 24px;

  line-height: 34px;

  text-transform: capitalize;

  color: #000248; }



.ttt-h5 {

  font-family: var(--font-1);

  font-weight: 400;

  font-size: 20px;

  line-height: 30px;

  text-transform: capitalize;

  color: #000248; }



.service-brc-list {

  display: flex;

  flex-direction: column;

  gap: 20px; }

  .service-brc-list li {

    padding: 20px 15px;

    border: 1px solid #e2e2e2; }

    .service-brc-list li a {

      display: flex;

      align-items: center;

      justify-content: space-between; }

      .service-brc-list li a .brc-text {

        font-weight: 400;

        font-size: 18px;

        line-height: 22px;

        text-transform: capitalize;

        color: #000248;

        display: inline-block; }



.service-img-sidebar {

  padding: 50px 70px 50px 40px; }

  .service-img-sidebar h3 {

    font-weight: 400;

    font-size: 30px;

    line-height: 42px;

    text-transform: uppercase; }



.p-40-30 {

  padding: 40px 30px; }



.service-search {

  padding: 44px 20px 44px 20px;

  margin-bottom: 30px; }



.service-form {

  position: relative;

  z-index: 1; }

  .service-form input {

    border: none;

    border-bottom: 1px solid #D9D9D9;

    outline: none;

    box-shadow: none;

    width: 100%;

    padding-bottom: 10px; }

    .service-form input::placeholder {

      font-weight: 400;

      font-size: 14px;

      line-height: 22px;

      text-transform: capitalize;

      color: #8E8D8D; }

    .service-form input:focus {

      outline: none;

      box-shadow: none; }

  .service-form button {

    border: none;

    background: transparent;

    position: absolute;

    top: 40%;

    right: 0;

    transform: translate(-50%, -50%); }



/*-------------------------------------------------------

41. Feature css

---------------------------------------------------------*/

.feature-box {

  display: flex;

  align-items: center;

  gap: 2rem;

  background: var(--clr-white);

  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.1);

  padding: 3rem;

  border-radius: 10px; }

  .feature-box .feature-icon i {

    display: inline-block; }

    .feature-box .feature-icon i svg {

      width: 70px;

      height: 70px; }

      .feature-box .feature-icon i svg g {

        fill: var(--clr-def); }

  .feature-box .feature-desc p {

    font-weight: 500;

    font-size: 16px;

    line-height: 1;

    color: #767676;

    margin-bottom: 10px; }

  .feature-box .feature-desc h5 {

    font-weight: 700;

    font-size: 22px;

    line-height: 28px;

    text-transform: capitalize; }



.feature-wpr {

  background: var(--clr-bg);

  padding: 9rem 6rem 9rem 6rem;

  position: relative;

  z-index: 1; }

  .feature-wpr::before {

    position: absolute;

    z-index: -1;

    width: 27%;

    height: 100%;

    background: var(--clr-def);

    content: '';

    top: 0;

    left: 0;

    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%); }



.feature-need h4 {

  color: var(--clr-white);

  text-transform: uppercase; }

  .feature-need h4 span {

    display: inline-block;

    text-transform: uppercase; }



/*-------------------------------------------------------

42. Benefit css 

---------------------------------------------------------*/

.benefit-area {

  background: var(--clr-def-2); }



.benefit-left-content {

  display: grid;

  align-items: center;

  grid-template-columns: 593px 1fr;

  position: relative;

  z-index: 1; }



.benefit-left-right {

  padding: 0 120px 0 100px;

  display: flex;

  align-items: center; }

  .benefit-left-right h3 {

    font-weight: 700;

    font-size: 30px;

    line-height: 40px;

    letter-spacing: -0.02em;

    text-transform: capitalize;

    color: var(--clr-white);

    margin-bottom: 0; }



.benefit-icon {

  position: absolute;

  z-index: 2;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  height: 120px;

  width: 120px;

  line-height: 120px;

  text-align: center;

  display: inline-block;

  border-radius: 50%;

  background: var(--clr-def); }



/*-------------------------------------------------------

43. Promo css

---------------------------------------------------------*/

.promo-margin {

  margin-left: 333px; }



.promo-area {

  background-size: cover;

  background-attachment: fixed;

  background-position: top left;

  background-repeat: no-repeat; }



.pattern-1 {

  position: absolute;

  z-index: -1;

  top: 0;

  left: 0; }



.promo-right-content .heading-5 {

  color: var(--clr-white);

  margin-bottom: 3rem; }

.promo-right-content .promo-number {

  display: block;

  color: var(--clr-white);

  font-size: 72px;

  line-height: 1;

  font-weight: 700;

  margin-bottom: 5rem; }



/*-------------------------------------------------------

44. Requ css

---------------------------------------------------------*/

.requ-delivery {

  background-color: #1A207F; }



.mr-33-5 {

  margin-right: 33.5rem; }



.requ-contact {

  padding: 8rem 8rem 8rem 8rem;

  background-color: #1A207F;

  max-width: 850px; }

  .requ-contact .heading-1 {

    color: var(--clr-white); }



.req-delivery-two {

  max-width: 610px; }



.requ-contact-pic {

  display: flex;

  align-items: flex-end;

  justify-content: center;

  height: 100%; }



.contact-form-requ .input-style-2 {

  background-color: #000671;

  border: none;

  color: var(--clr-white);

  margin-bottom: 2.9rem; }

  .contact-form-requ .input-style-2::placeholder {

    color: var(--clr-white);

    font-size: 1.5rem; }

  .contact-form-requ .input-style-2:focus {

    border: none;

    outline: none;

    box-shadow: none; }



.requ-left-pic {

  height: 100%; }



select.form-control.input-style-2.form-select {

  color: var(--clr-white);

  position: relative;

  z-index: 1;

  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/></svg>"); }



.requ-contact-white {

  background-color: var(--clr-white); }

  .requ-contact-white .heading-1 {

    color: var(--clr-heading); }

  .requ-contact-white .btn-1 {

    width: 100%; }

  .requ-contact-white input[type=number] {

    color: var(--clr-body) !important; }

  .requ-contact-white .contact-form-requ .input-style-2 {

    background-color: transparent;

    border: 1px solid var(--clr-body);

    color: var(--clr-heading);

    margin-bottom: 2.9rem; }

    .requ-contact-white .contact-form-requ .input-style-2::placeholder {

      color: var(--clr-body);

      font-size: 1.5rem; }

    .requ-contact-white .contact-form-requ .input-style-2:focus {

      border: 1px solid var(--clr-body);

      outline: none;

      box-shadow: none; }

  .requ-contact-white .contact-form-requ select.form-control.input-style-2.form-select {

    color: var(--clr-body);

    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/></svg>"); }

  .requ-contact-white .contact-form-requ .sst-title {

    color: var(--clr-body); }

  .requ-contact-white .contact-form-requ .styled-checkbox + label {

    color: var(--clr-body); }

  .requ-contact-white .contact-form-requ .styled-checkbox + label:before {

    border: 1px solid var(--clr-body); }



.destination {

  display: flex;

  align-items: center;

  gap: 1.5rem; }



.styled-checkbox {

  position: absolute;

  opacity: 0; }

  .styled-checkbox + label {

    position: relative;

    cursor: pointer;

    padding: 0;

    line-height: 18px;

    color: var(--clr-white);

    font-size: 1.5rem;

    font-weight: 400; }

    .styled-checkbox + label:before {

      content: "";

      margin-right: 10px;

      display: inline-block;

      vertical-align: middle;

      width: 20px;

      height: 20px;

      background: transparent;

      border: 1px solid var(--clr-white); }

  .styled-checkbox:hover + label:before {

    background: var(--clr-def); }

  .styled-checkbox:focus + label:before {

    box-shadow: none; }

  .styled-checkbox:checked + label:before {

    background: var(--clr-def); }

  .styled-checkbox:checked + label:after {

    content: "";

    position: absolute;

    left: 5px;

    top: 9px;

    background: var(--clr-white);

    width: 2px;

    height: 2px;

    box-shadow: 2px 0 0 var(--clr-white), 4px 0 0 var(--clr-white), 4px -2px 0 var(--clr-white), 4px -4px 0 var(--clr-white), 4px -6px 0 var(--clr-white), 4px -8px 0 var(--clr-white);

    transform: rotate(45deg); }

  .styled-checkbox:disabled + label {

    color: #b8b8b8;

    cursor: auto; }

    .styled-checkbox:disabled + label:before {

      box-shadow: none;

      background: #ddd; }



.requ-input-label {

  display: flex;

  align-items: center;

  justify-content: space-between;

  margin-bottom: 1.5rem; }

  .requ-input-label label {

    font-size: 1.5rem;

    color: var(--clr-white);

    display: block; }

  .requ-input-label input {

    font-size: 1.5rem;

    color: var(--clr-white);

    display: block;

    background-color: transparent;

    border: none;

    text-align: end; }

    .requ-input-label input:focus {

      outline: none;

      border: none;

      box-shadow: none; }



.requ-sldr {

  margin-bottom: 3rem;

  /* Firefox */ }

  .requ-sldr input::-webkit-outer-spin-button,

  .requ-sldr input::-webkit-inner-spin-button {

    -webkit-appearance: none;

    margin: 0; }

  .requ-sldr input[type=number] {

    -moz-appearance: textfield;

    width: auto;

    height: auto;

    background: transparent;

    font-size: 15px;

    color: var(--clr-white); }

    .requ-sldr input[type=number]:focus {

      outline: none;

      box-shadow: none;

      border: none; }

  .requ-sldr .ui-slider.ui-widget-content {

    background: var(--clr-def);

    border: none; }

  .requ-sldr .ui-slider.ui-slider-horizontal {

    height: 5px; }

  .requ-sldr .ui-slider .ui-slider-handle {

    border-radius: 50%;

    width: 12px;

    height: 12px;

    top: -4px; }

  .requ-sldr .ui-slider .ui-widget-header {

    background: var(--clr-def); }



/*-------------------------------------------------------

45. CTA css  

---------------------------------------------------------*/

.cta-title p {

  width: 740px;

  margin: 0 auto; }



.cta-tool {

  position: absolute;

  top: 0;

  left: 50%;

  z-index: -1;

  transform: translate(-50%, 0); }



.ct-wpr {

  padding: 12rem 10rem;

  border-radius: 12px;

  position: relative;

  z-index: 1; }

  .ct-wpr span {

    display: block;

    margin-bottom: 20px;

    color: var(--clr-white);

    font-size: 16px;

    font-weight: 400;

    line-height: 1; }

  .ct-wpr .heading-3 {

    color: var(--clr-white);

    line-height: 1.3;

    font-size: 30px;

    font-weight: 600;

    margin-bottom: 3rem; }



.ct-gari {

  position: absolute;

  bottom: 0;

  right: 10rem; }



.ct-list li {

  display: flex;

  align-items: center;

  gap: 10px;

  color: var(--clr-white); }



.ct-baton {

  padding: 15px 30px 12px 30px;

  border-radius: 6px;

  background: var(--clr-white);

  border: 2px solid var(--clr-white);

  display: inline-block;

  font-size: 14px;

  line-height: 1;

  font-weight: 500;

  color: var(--clr-def);

  transition: all .5s ease; }

  .ct-baton:hover {

    color: var(--clr-white);

    background: transparent; }



/*-------------------------------------------------------

45.Woocommerce css 

---------------------------------------------------------*/

.woocommerce-message,

.woocommerce-info {

  position: relative;

  border: 1px solid #d8d8d8;

  padding: 11px 20px;

  background-color: var(--clr-body);

  color: var(--clr-white);

  font-size: 14px;

  font-weight: 700;

  margin-bottom: 20px;

  border-radius: 5px; }

  .woocommerce-message a,

  .woocommerce-info a {

    color: inherit; }

    .woocommerce-message a:hover,

    .woocommerce-info a:hover {

      text-decoration: underline; }

  .woocommerce-message:before,

  .woocommerce-info:before {

    content: '\f06a';

    font-family: #ddd;

    font-weight: 900;

    margin-right: 10px; }



.woocommerce-notices-wrapper .woocommerce-message {

  background-color: var(--clr-def); }

  .woocommerce-notices-wrapper .woocommerce-message:before {

    content: '\f14a';

    font-weight: 300; }



.woocommerce-form-coupon,

.woocommerce-form-login {

  display: none; }



.woocommerce-form-login-toggle .woocommerce-info {

  background-color: var(--clr-def); }



.woocommerce-checkout .form-select,

.woocommerce-checkout .form-group {

  margin-bottom: 0.5rem; }

.woocommerce-checkout .form-control {

  margin-bottom: 15px; }

.woocommerce-checkout .shipping_address {

  display: none; }



.woocommerce-product-rating .star-rating {

  display: inline-block;

  vertical-align: middle; }



.woocommerce-cart-form {

  text-align: center; }



.cart_table {

  border: 1px solid #eaf0f2;

  margin-bottom: 45px; }

  .cart_table thead {

    background-color: #ecf0f1; }

  .cart_table td:before,

  .cart_table th {

    font-family: var(--font-2);

    color: var(--clr-heading);

    font-weight: 700;

    text-transform: uppercase;

    border: none;

    padding: 27px 15px; }

  .cart_table td:before {

    content: attr(data-title);

    position: absolute;

    left: 15px;

    top: 50%;

    vertical-align: top;

    padding: 0;

    transform: translateY(-50%);

    display: none; }

  .cart_table td {

    border: none;

    border-bottom: 1px solid #f3f3f3;

    color: #8b8b8b;

    padding: 20px 10px;

    position: relative; }

  .cart_table .product-quantity {

    color: var(--clr-heading); }

  .cart_table .cart-productname {

    font-weight: 600;

    font-family: var(--font-2);

    color: inherit; }

  .cart_table .cart-productimage {

    display: inline-block;

    border: 1px solid #ddd; }

  .cart_table .remove {

    color: #29af8a;

    font-size: 18px; }

  .cart_table .quantity {

    display: inline-flex;

    align-items: center; }

  .cart_table .qut-btn {

    border: 2px solid var(--clr-menu);

    background-color: transparent;

    color: #b8c6d0;

    padding: 0;

    width: 30px;

    height: 30px;

    font-size: 16px;

    border-radius: 4px;

    position: relative;

    top: 0;

    left: 0; }

    .cart_table .qut-btn.quantity-minus {

      top: 0; }

    .cart_table .qut-btn:hover {

      background-color: var(--clr-def);

      color: var(--clr-white);

      border-color: transparent; }

  .cart_table .qty-input {

    vertical-align: middle;

    border: 2px solid var(--clr-menu);

    width: 70px;

    height: 30px;

    font-size: 14px;

    text-align: center;

    color: #2c3e50;

    font-weight: 700;

    margin: 0 10px;

    border-radius: 4px;

    padding-right: 0;

    /* Firefox */ }

    .cart_table .qty-input::-webkit-outer-spin-button, .cart_table .qty-input::-webkit-inner-spin-button {

      -webkit-appearance: none;

      margin: 0; }

    .cart_table .qty-input[type=number] {

      -moz-appearance: textfield; }

  .cart_table .actions {

    text-align: right;

    vertical-align: middle; }

    .cart_table .actions > .vs-btn {

      margin-right: 15px; }

      .cart_table .actions > .vs-btn:last-child {

        margin-right: 0; }

  .cart_table .tb-cart-coupon {

    float: left;

    margin: 0;

    width: 455px;

    max-width: 100%;

    display: flex; }

    .cart_table .tb-cart-coupon input {

      height: 5rem;

      width: calc(100% - 200px);

      margin-right: 10px;

      padding-left: 20px; }

    .cart_table .tb-cart-coupon .vs-btn {

      width: 200px;

      padding-left: 0;

      padding-right: 0; }



.cart_totals {

  border: 1px solid #ecf0f1; }

  .cart_totals th,

  .cart_totals td {

    vertical-align: top;

    padding: 20px 20px;

    border: none;

    border-bottom: 1px solid #ecf0f1;

    font-size: 14px;

    color: var(--clr-heading);

    width: 55%; }

    .cart_totals th:first-child,

    .cart_totals td:first-child {

      width: 45%;

      background-color: #f9fbfb;

      font-weight: 700;

      font-size: 14px;

      color: #333333; }

  .cart_totals .shipping-calculator-button {

    display: inline-block;

    border-bottom: 1px solid;

    color: var(--clr-heading);

    font-weight: 700; }

    .cart_totals .shipping-calculator-button:hover {

      color: var(--clr-def); }

  .cart_totals .woocommerce-shipping-destination {

    margin-bottom: 10px; }

  .cart_totals .woocommerce-shipping-methods {

    margin-bottom: 0; }

  .cart_totals .shipping-calculator-form {

    display: none; }

    .cart_totals .shipping-calculator-form p:first-child {

      margin-top: 20px; }

    .cart_totals .shipping-calculator-form p:last-child {

      margin-bottom: 0; }

    .cart_totals .shipping-calculator-form .vs-btn {

      padding: 5px 30px; }

  .cart_totals .amount {

    font-weight: 700; }

  .cart_totals .order-total .amount {

    color: #1abc9c; }



.shipping-calculator-form .form-select,

.shipping-calculator-form .form-control {

  height: 40px;

  padding-left: 15px;

  font-size: 16px;

  border-radius: 0;

  background-position: right 13px center; }

.shipping-calculator-form .vs-btn {

  font-size: 14px;

  padding: 0 20px;

  width: max-content;

  height: 40px; }



.checkout-ordertable th,

.checkout-ordertable td {

  border: none;

  vertical-align: top;

  padding: 5px 0;

  font-size: 14px;

  font-weight: 700;

  color: var(--clr-body);

  border: 1px solid #ededed;

  text-align: right;

  padding: 5px 20px; }

.checkout-ordertable th {

  text-align: left; }

.checkout-ordertable ul {

  margin: 0;

  padding: 0; }

.checkout-ordertable .order-total .amount {

  color: #29af8a; }

.checkout-ordertable input[type="hidden"] ~ label {

  color: #29af8a; }



.woocommerce-checkout-payment ul {

  margin: 0;

  padding: 0;

  list-style-type: none; }

  .woocommerce-checkout-payment ul li {

    padding-top: 10px;

    border-bottom: 1px solid #d8d8d8;

    border-radius: 4px; }

.woocommerce-checkout-payment .place-order {

  padding-top: 30px; }

.woocommerce-checkout-payment .payment_box {

  color: #a1b1bc;

  background-color: var(--clr-def);

  border: 1px solid #d8d8d8;

  border-bottom: none;

  font-size: 14px;

  padding: 10px 20px;

  border-radius: 4px;

  display: none; }

  .woocommerce-checkout-payment .payment_box p {

    margin: 0; }

.woocommerce-checkout-payment input[type="radio"] ~ label {

  margin-bottom: 15px;

  color: var(--clr-body); }

  .woocommerce-checkout-payment input[type="radio"] ~ label img {

    margin-bottom: -2px;

    margin-left: 10px; }



.star-rating {

  overflow: hidden;

  position: relative;

  width: 100px;

  height: 1.2em;

  line-height: 1.2em;

  display: block;

  font-family: #ddd;

  font-weight: 700;

  font-size: 14px; }

  .star-rating:before {

    content: "\f005\f005\f005\f005\f005";

    color: var(--clr-def-3);

    float: left;

    top: 0;

    left: 0;

    font-weight: 400;

    position: absolute;

    letter-spacing: 3px; }

  .star-rating span {

    overflow: hidden;

    float: left;

    top: 0;

    left: 0;

    position: absolute;

    padding-top: 1.5em; }

    .star-rating span:before {

      content: "\f005\f005\f005\f005\f005";

      top: 0;

      position: absolute;

      left: 0;

      color: var(--clr-def-3);

      letter-spacing: 3px; }



.rating-select label {

  margin: 0;

  margin-right: 10px; }

.rating-select p.stars {

  margin-bottom: 0;

  line-height: 1; }

  .rating-select p.stars a {

    position: relative;

    height: 14px;

    width: 18px;

    text-indent: -999em;

    display: inline-block;

    text-decoration: none; }

  .rating-select p.stars a::before {

    display: block;

    position: absolute;

    top: 0;

    left: 0;

    width: 18px;

    height: 14px;

    line-height: 1;

    font-family: #ddd;

    content: "\f005";

    font-weight: 400;

    text-indent: 0;

    color: var(--clr-def-3); }

  .rating-select p.stars a:hover ~ a::before {

    content: "\f005";

    font-weight: 400; }

  .rating-select p.stars:hover a::before {

    content: "\f005";

    font-weight: 700; }

  .rating-select p.stars.selected a.active::before {

    content: "\f005";

    font-weight: 700; }

  .rating-select p.stars.selected a.active ~ a::before {

    content: "\f005";

    font-weight: 400; }

  .rating-select p.stars.selected a:not(.active)::before {

    content: "\f005";

    font-weight: 700; }



@media only screen and (min-width: 768px) and (max-width: 991px) {

  .cart_table th {

    padding: 23px 8px;

    font-size: 14px; }

  .cart_table .cart-productname {

    font-size: 14px; }

  .cart_table .tb-cart-coupon {

    width: 100%;

    margin-bottom: 20px; }

  .cart_table .actions {

    text-align: center; }

  .cart_table .tb-udp button {

    margin-bottom: 2rem; } }

@media only screen and (max-width: 767px) {

  .tb-udp button {

    margin-bottom: 1rem; }



  .cart_table {

    text-align: left;

    min-width: auto;

    border-collapse: separate;

    border-spacing: 0 20px;

    border: none;

    margin-right: 0;

    padding-right: 0;

    width: 100%; }

    .cart_table thead {

      display: none; }

    .cart_table td {

      padding: 15px;

      display: block;

      width: 100%;

      padding-left: 25%;

      text-align: right;

      border: 1px solid #f3f3f3;

      border-bottom: none;

      font-size: 1.3rem; }

      .cart_table td::before {

        display: block; }

      .cart_table td:last-child {

        border-bottom: 1px solid #f3f3f3; }

      .cart_table td.actions {

        padding-left: 15px;

        text-align: center; }

        .cart_table td.actions > .vs-btn {

          margin-top: 10px;

          margin-right: 0;

          display: block;

          width: max-content;

          margin-left: auto;

          margin-right: auto; }

          .cart_table td.actions > .vs-btn:last-child {

            margin-right: auto; }

    .cart_table .tb-cart-coupon {

      width: 100%;

      text-align: center;

      float: none;

      justify-content: center;

      display: block;

      padding-bottom: 10px; }

      .cart_table .tb-cart-coupon input {

        width: 100%;

        margin-bottom: 10px; }



  tfoot.checkout-ordertable th {

    display: none; }



  .woocommerce-checkout-payment ul input[type="radio"] ~ label img {

    max-width: 150px; }



  .woocommerce-message,

  .woocommerce-info {

    font-size: 12px;

    padding: 5px 10px; }



  .cart_totals th,

  .cart_totals td {

    padding: 15px 10px; }

    .cart_totals th:first-child,

    .cart_totals td:first-child {

      width: 17%;

      line-height: 1.4; } }

/*-------------------------------------------------------

46.Shop css 

---------------------------------------------------------*/

/*Shop Page*/

.tb-pagination {

  text-align: center; }

  .tb-pagination ul {

    display: flex;

    align-items: center;

    gap: 8px;

    justify-content: center; }

    .tb-pagination ul li a {

      display: inline-block;

      height: 5rem;

      width: 5rem;

      line-height: 4.5rem;

      font-size: 1.6rem;

      font-weight: 700;

      border: 2px solid #eef1f5;

      border-radius: 50%; }

      .tb-pagination ul li a.active, .tb-pagination ul li a:hover {

        color: var(--clr-white);

        background-color: var(--clr-def);

        border-color: transparent; }



.select-opt {

  display: flex;

  gap: 5rem;

  justify-content: flex-end; }

  .select-opt .select-option {

    display: grid;

    align-items: center;

    grid-template-columns: 7rem 1fr; }

    .select-opt .select-option label {

      font-size: 14px;

      margin-bottom: 0;

      margin-right: 15px;

      font-weight: 500;

      line-height: 1;

      color: var(--clr-heading); }

    .select-opt .select-option .form-select {

      height: 35px;

      border-width: 2px;

      width: -webkit-fit-content;

      width: -moz-fit-content;

      width: fit-content;

      min-width: auto;

      color: var(--clr-heading);

      padding-right: 30px;

      padding-left: 20px;

      font-size: 14px;

      margin: 0; }



.shop-filter {

  display: flex;

  align-items: center;

  gap: 1.5rem; }

  .shop-filter a {

    height: 5rem;

    width: 5rem;

    line-height: 5rem;

    text-align: center;

    background-color: var(--clr-def);

    color: var(--clr-white);

    display: inline-block; }



.products-wpr.product-list.grid-2 {

  grid-row-gap: 4.5rem; }



.product-list .products-box {

  display: flex;

  align-items: center;

  background-color: var(--clr-white); }

  .product-list .products-box .products-desc {

    border: none; }



/*Shop details*/

.sh-de-wrapper {

  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));

  grid-gap: 6rem; }



.shop-datails-pic img,

.sh-pic img {

  border: 1px solid #ddd; }



.sh-de-left .nav-tabs {

  border-bottom: none; }

  .sh-de-left .nav-tabs .nav-link {

    border: none;

    padding: 0; }

    .sh-de-left .nav-tabs .nav-link:last-child {

      margin-right: 0; }

.sh-de-left nav {

  margin-top: 2rem; }



.sh-pic img {

  background-color: #FAFAFA;

  width: 100%; }



.shop-datails-pic img {

  background-color: #FAFAFA;

  width: 100%; }



/*Shop Quantity Number*/

.quantity {

  display: inline-block; }



.quantity .input-text.qty {

  width: 35px;

  height: 39px;

  padding: 0 5px;

  text-align: center;

  background-color: transparent;

  border: 1px solid #efefef; }



.quantity.buttons_added {

  text-align: left;

  position: relative;

  white-space: nowrap;

  vertical-align: top; }



.quantity.buttons_added input {

  display: inline-block;

  margin: 0;

  vertical-align: top;

  box-shadow: none; }



.quantity.buttons_added .minus,

.quantity.buttons_added .plus {

  padding: 7px 10px 8px;

  height: 41px;

  background-color: #ffffff;

  border: 1px solid #efefef;

  cursor: pointer; }



.quantity.buttons_added .minus {

  border-right: 0; }



.quantity.buttons_added .plus {

  border-left: 0; }



.quantity.buttons_added .minus:hover,

.quantity.buttons_added .plus:hover {

  background: #eeeeee; }



.quantity input::-webkit-outer-spin-button,

.quantity input::-webkit-inner-spin-button {

  -webkit-appearance: none;

  -moz-appearance: none;

  margin: 0; }



.quantity.buttons_added .minus:focus,

.quantity.buttons_added .plus:focus {

  outline: none; }



.sh-de-header h4 {

  text-transform: capitalize;

  font-weight: 700; }

.sh-de-header p {

  margin-bottom: 2rem; }



.sh-de-rating {

  margin-bottom: 1.5rem; }

  .sh-de-rating i {

    color: #F9C936;

    margin-right: 8px; }



.sh-de-price {

  margin-bottom: 2rem; }

  .sh-de-price span {

    font-size: 2.4rem;

    font-weight: 700;

    color: var(--clr-heading);

    font-family: var(--font-2);

    display: block; }



.sh-de-quantity {

  display: flex;

  align-items: center;

  margin-bottom: 2rem; }

  .sh-de-quantity .quantity.buttons_added {

    margin-right: 0; }



.sh-de-color {

  margin-bottom: 1.5rem; }

  .sh-de-color ul li {

    display: inline-block;

    margin-right: 1rem; }

    .sh-de-color ul li:last-child {

      display: inline-block;

      margin-right: 0; }

    .sh-de-color ul li .d-colors span {

      display: inline-block;

      height: 1rem;

      width: 1rem;

      border-radius: 50%; }

      .sh-de-color ul li .d-colors span:first-child {

        background-color: #FA3150; }

      .sh-de-color ul li .d-colors span:nth-child(2) {

        background-color: #F9C936; }

      .sh-de-color ul li .d-colors span:nth-child(3) {

        background-color: #92B8B9; }



.sh-de-btn {

  margin-bottom: 2rem; }

  .sh-de-btn a {

    display: inline-block;

    padding: 1rem 3rem;

    border: 1px solid #ECEBEB;

    margin-right: 1rem;

    transition: .5s ease;

    text-transform: uppercase;

    line-height: 1;

    color: var(--heading-color); }

    .sh-de-btn a:hover {

      background: var(--clr-black);

      border: 1px solid transparent;

      color: var(--clr-white); }

  .sh-de-btn .sh-de-btn-1 i {

    margin-left: 7px; }

  .sh-de-btn .sh-de-btn-2 i {

    margin-right: 7px; }



.product-rev-wrapper .nav-item {

  width: 25%;

  overflow: hidden;

  display: inline-block; }

.product-rev-wrapper .nav-pills .nav-link {

  border-radius: 0;

  text-align: center;

  border: 1px solid #eaeaea;

  width: 100%; }

.product-rev-wrapper div#pills-tabContent {

  margin-top: 3rem; }



.nav-pills .nav-link.active {

  color: var(--clr-heading);

  background-color: #f8f8f8; }

.nav-pills .show > .nav-link {

  color: var(--clr-heading);

  background-color: #f8f8f8; }



/*Cart Page Css*/

.form-cop .input-style-2 {

  height: 7rem;

  margin-right: 1rem; }



.ui-w-40 {

  width: 40px !important;

  height: auto; }



.ui-product-color {

  display: inline-block;

  overflow: hidden;

  margin: .144em;

  width: .875rem;

  height: .875rem;

  border-radius: 10rem;

  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset;

  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset;

  vertical-align: middle; }



.cart-qty .card {

  box-shadow: none;

  border: none;

  background-color: transparent; }

.cart-qty .card-body {

  padding: 0; }

  .cart-qty .card-body .media {

    display: flex;

    align-items: center;

    gap: 1rem; }

.cart-qty .table thead th {

  border-bottom: none;

  font-weight: 400;

  font-size: 1.6rem;

  color: var(--clr-body); }

.cart-qty .close {

  color: #DDDDDD;

  font-size: 4.6rem;

  font-weight: 100;

  opacity: 1; }

.cart-qty .form-control.bk {

  padding: 17px 1rem;

  border: none;

  border-radius: 1.25rem;

  background-color: #fff;

  font-size: 1.6rem;

  outline: none; }



.cart-tl ul li {

  margin-bottom: 1rem;

  border-bottom: 1px solid #ddd;

  padding-bottom: 1.5rem; }

.cart-tl .cart-tl-title {

  color: var(--clr-heading);

  border-bottom: 1px solid #dfdfdf;

  padding-bottom: 1.5rem; }



.cart-tt {

  display: flex;

  justify-content: space-between;

  align-items: center; }



.cart-n p {

  margin-bottom: 1.2rem;

  line-height: 1; }

  .cart-n p:last-child {

    margin-bottom: 0; }



.cr-tl-btn {

  margin-top: 3rem;

  display: flex;

  justify-content: center; }

  .cr-tl-btn a {

    padding: 1rem 3rem;

    text-align: center;

    border: 1px solid #dfdfdf;

    display: inline-block;

    margin-right: 3rem;

    transition: .5s ease; }

    .cr-tl-btn a:hover {

      background-color: var(--clr-def);

      color: var(--clr-heading); }

    .cr-tl-btn a:last-child {

      margin-right: 0; }



.course-over-fet {

  background-color: var(--clr-white);

  box-shadow: 0 3px 1.5rem rgba(139, 139, 139, 0.16);

  padding: 6rem; }



.course-over-bio {

  display: flex;

  align-items: center;

  margin-bottom: 2rem; }



.course-over-name {

  margin-left: 2.5rem; }

  .course-over-name h5 {

    line-height: 1;

    margin-bottom: 9px; }

  .course-over-name h6 {

    line-height: 1;

    margin-bottom: 3px; }



.course-over-rating i {

  color: var(--clr-def); }



.course-ovr-wrp .single-content-title {

  margin-bottom: 2.5rem; }

.course-ovr-wrp .single-comments-section {

  margin-top: 3rem; }

.course-ovr-wrp .row.csf.align-items-center {

  margin-top: -3.5rem; }



.single-comments-section-form h2 {

  margin-bottom: 3rem; }



/*Comment Section*/

.single-comments-section .single-commentor .single-commentor-user {

  display: grid;

  grid-template-columns: 7rem 1fr;

  align-items: center;

  grid-gap: 2rem; }

  .single-comments-section .single-commentor .single-commentor-user .single-commentor-user-bio-head {

    display: flex;

    justify-content: space-between;

    align-items: center; }

    .single-comments-section .single-commentor .single-commentor-user .single-commentor-user-bio-head h6 {

      text-transform: capitalize;

      margin-bottom: 7px; }

      .single-comments-section .single-commentor .single-commentor-user .single-commentor-user-bio-head h6 span {

        text-transform: uppercase;

        color: var(--clr-body);

        position: relative;

        z-index: 1;

        padding-left: 2rem; }

        .single-comments-section .single-commentor .single-commentor-user .single-commentor-user-bio-head h6 span::before {

          position: absolute;

          content: '';

          top: 50%;

          left: 1rem;

          height: 1.6rem;

          width: 1px;

          background: #5156ea;

          transform: translate(0, -50%); }

    .single-comments-section .single-commentor .single-commentor-user .single-commentor-user-bio-head a i {

      font-size: 1.4rem;

      margin-right: 7px; }

    .single-comments-section .single-commentor .single-commentor-user .single-commentor-user-bio-head a:hover i {

      color: #5156ea; }

  .single-comments-section .single-commentor .single-commentor-user p {

    margin-bottom: 0; }

.single-comments-section .single-commentor ul li {

  margin-bottom: 3rem; }

.single-comments-section .single-commentor .single-commentor-user.rlp .single-commentor-user-bio-head h6 {

  color: var(--clr-def); }



.single-commentor-user.rlp {

  padding-left: 7rem; }



/*single-comments-section-form*/

.single-comments-section-form form .form-control {

  outline: none;

  height: 5rem;

  border: 1px solid #e5e5e5;

  background: #f8f8f8;

  padding: 1rem 3rem;

  line-height: 1;

  margin-bottom: 3.5rem; }

  .single-comments-section-form form .form-control::placeholder {

    font-size: 1.6rem;

    font-weight: 300;

    color: var(--clr-body);

    line-height: 1;

    text-transform: capitalize; }

.single-comments-section-form form textarea.form-control {

  height: 15rem; }



/*Slider wrp*/

.sldr.owl-theme .owl-nav [class*=owl-] {

  color: var(--clr-def);

  font-size: 3rem;

  margin: 0;

  padding: 0;

  background: none;

  display: inline-block;

  cursor: pointer;

  border-radius: 0; }



.sldr.owl-theme .owl-nav [class*=owl-]:hover {

  background: none;

  color: var(--clr-def);

  text-decoration: none; }



.sldr.owl-theme .owl-nav .owl-prev {

  left: 0rem; }



.sldr.owl-theme .owl-nav .owl-next {

  right: 0rem; }



.sldr.owl-theme .owl-nav .owl-prev,

.sldr.owl-theme .owl-nav .owl-next {

  position: absolute;

  top: 50%;

  transform: translate(0, -50%); }



.shop-new .select-opt .select-option {

  grid-template-columns: 100%; }

.shop-new .styledSelect {

  line-height: 60px;

  padding-left: 2rem;

  height: 60px; }

.shop-new .options {

  top: 174%;

  padding: 2rem 1rem;

  list-style: none;

  border: 1px solid #ccc;

  border-top: none;

  background-color: white;

  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);

  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);

  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }



.shop-new-box:hover .shop-new-pic .shop-new-ovr {

  transform: translate(-50%, -50%) rotateX(0deg); }

.shop-new-box .shop-new-pic {

  position: relative;

  z-index: 1; }

  .shop-new-box .shop-new-pic img {

    width: 100%; }

  .shop-new-box .shop-new-pic .shop-new-ovr {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%) rotateX(90deg);

    background: rgba(255, 255, 255, 0.5);

    height: 90%;

    width: 90%;

    display: flex;

    align-items: center;

    justify-content: center;

    text-align: center;

    z-index: 1;

    transition: all .5s ease; }

.shop-new-box .shop-new-desc {

  padding: 20px 40px; }

  .shop-new-box .shop-new-desc h5 {

    font-weight: 700;

    font-size: 20px;

    line-height: 30px;

    letter-spacing: -0.01em;

    text-transform: capitalize; }

  .shop-new-box .shop-new-desc .shop-new-price {

    display: flex;

    align-items: center;

    justify-content: space-between; }

    .shop-new-box .shop-new-desc .shop-new-price p {

      color: var(--clr-def);

      margin-bottom: 0;

      font-weight: 500;

      font-size: 16px;

      line-height: 1;

      color: #F2A588; }

    .shop-new-box .shop-new-desc .shop-new-price .shop-new-rating a i {

      color: #F2A588; }



/*-------------------------------------------------------

12. Products css 

---------------------------------------------------------*/

.product-tree img {

  position: absolute;

  z-index: -1; }

  .product-tree img:first-child {

    bottom: 0;

    right: 0; }

  .product-tree img:nth-child(2) {

    top: 0;

    left: 2rem; }



.products-wpr.grid-4 {

  row-gap: 4.5rem; }



/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,

input::-webkit-inner-spin-button {

  -webkit-appearance: none;

  margin: 0; }



/* Firefox */

input[type=number] {

  -moz-appearance: textfield; }



@-webkit-keyframes circle-hover {

  0% {

    opacity: 1; }

  40% {

    opacity: 1; }

  to {

    width: 200%;

    height: 200%;

    opacity: 0; } }

@keyframes circle-hover {

  0% {

    opacity: 1; }

  40% {

    opacity: 1; }

  to {

    width: 200%;

    height: 200%;

    opacity: 0; } }

.products-box {

  text-transform: capitalize;

  position: relative;

  z-index: 1;

  background-color: var(--clr-white); }

  .products-box .products-pic {

    position: relative;

    z-index: 1;

    overflow: hidden; }

    .products-box .products-pic img {

      background: #f8f8f8; }

    .products-box .products-pic::before {

      position: absolute;

      top: 50%;

      left: 50%;

      display: block;

      content: "";

      width: 0;

      height: 0;

      background: rgba(255, 255, 255, 0.2);

      border-radius: 50%;

      transform: translate(-50%, -50%);

      opacity: 0;

      z-index: 10; }

    .products-box .products-pic .carts {

      position: absolute;

      top: 1.5rem;

      right: 1.5rem;

      flex-direction: column;

      gap: 1.5rem;

      transform: translateY(-140%);

      transition: all .5s ease-in-out; }

      .products-box .products-pic .carts li a i {

        height: 3rem;

        width: 3rem;

        line-height: 3.2rem;

        text-align: center;

        background-color: var(--clr-def);

        color: var(--clr-white);

        display: block;

        font-size: 1.4rem;

        border-radius: 50%;

        transition: all .5s ease-in-out;

        padding-left: 2px; }

        .products-box .products-pic .carts li a i:hover {

          background-color: var(--clr-def-2);

          color: var(--clr-white); }

  .products-box .products-desc {

    border: 1px solid #eee;

    border-top: none;

    padding: 3rem 2rem 4.5rem 2rem; }

    .products-box .products-desc h5 {

      text-transform: capitalize;

      margin-bottom: 2rem; }

    .products-box .products-desc p {

      margin-bottom: 2rem; }

    .products-box .products-desc .products-price {

      line-height: 1;

      margin-bottom: 2rem; }

      .products-box .products-desc .products-price span {

        font-weight: 600;

        color: var(--clr-def);

        display: inline-block; }

    .products-box .products-desc .add-to-cart {

      line-height: 1; }

      .products-box .products-desc .add-to-cart .cart-btn {

        padding: 7px 1.5rem;

        line-height: 1;

        background-color: var(--clr-def);

        color: var(--clr-white);

        border-radius: 2rem;

        display: inline-block;

        position: relative;

        z-index: 1;

        overflow: hidden;

        font-size: 1.6rem; }

        .products-box .products-desc .add-to-cart .cart-btn::before {

          position: absolute;

          height: 0%;

          width: 100%;

          top: 0;

          left: 0;

          background-color: var(--clr-def-2);

          content: '';

          z-index: -1;

          transition: all .5s ease-in-out;

          border-radius: 2rem 2rem 0 0; }

        .products-box .products-desc .add-to-cart .cart-btn::after {

          position: absolute;

          height: 0%;

          width: 100%;

          bottom: 0;

          left: 0;

          background-color: var(--clr-def-2);

          content: '';

          z-index: -1;

          transition: all .5s ease-in-out;

          border-radius: 0 0 2rem 2rem; }

  .products-box:hover .carts {

    transform: translateY(0%); }

  .products-box:hover .add-to-cart .cart-btn::before {

    height: 50%; }

  .products-box:hover .add-to-cart .cart-btn::after {

    height: 50%; }

  .products-box:hover .products-pic::before {

    -webkit-animation: circle-hover .75s;

    animation: circle-hover .75s; }



.load-more {

  line-height: 14px; }



/*-------------------------------------------------------

20. Checkout css

---------------------------------------------------------*/

.checkout-wrapper {

  display: flex;

  justify-content: center;

  animation: slideUp 2000ms ease; }



@keyframes slideUp {

  0% {

    -webkit-transform: translateY(100%);

    transform: translateY(100%);

    visibility: visible; }

  100% {

    -webkit-transform: translateY(0);

    transform: translateY(0); } }

.checkout h2 {

  align-self: center; }



.checkout {

  background-color: var(--clr-def);

  -webkit-box-shadow: 9px 13px 25px 0px rgba(0, 0, 0, 0.18);

  -moz-box-shadow: 9px 13px 25px 0px rgba(0, 0, 0, 0.18);

  box-shadow: 9px 13px 25px 0px rgba(0, 0, 0, 0.18);

  border-radius: 1rem;

  padding: 6rem 4rem; }

  .checkout input {

    width: 100%;

    min-height: 25px;

    border: 0;

    font-size: 1.5rem;

    letter-spacing: .15rem;

    color: var(--clr-heading);

    border-radius: 10px;

    margin-bottom: 2rem; }

  .checkout label {

    text-transform: uppercase;

    font-size: 15px;

    letter-spacing: 2px;

    color: var(--clr-white);

    margin-bottom: 1rem; }

  .checkout h2 {

    font-size: 24px;

    line-height: 1;

    color: var(--clr-white);

    letter-spacing: 1px; }



.name {

  justify-content: space-between;

  display: flex;

  width: 100%; }

  .name div {

    width: 45%; }



.address-info {

  display: flex;

  justify-content: space-between; }

  .address-info div {

    width: 30%; }



.cc-info {

  display: flex;

  justify-content: space-between; }

  .cc-info div {

    width: 45%; }



.btns {

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 3rem;

  margin-top: 2rem; }

  .btns button {

    margin: 0;

    color: var(--clr-def);

    background-color: var(--clr-white);

    text-transform: uppercase;

    border: 0;

    border-radius: 1rem;

    letter-spacing: -1px;

    font-weight: 600;

    padding: 1.2rem 3rem;

    line-height: 1; }

    .btns button:hover {

      animation-name: btn-hov;

      animation-duration: 550ms;

      animation-fill-mode: forwards; }



@keyframes btn-hov {

  100% {

    background-color: #cfc9e1;

    color: #4a3b76;

    transform: scale(1.05); } }

input:focus,

button:focus {

  outline: none;

  box-shadow: none; }



.p-info {

  font-size: 24px;

  line-height: 1;

  color: var(--clr-white);

  letter-spacing: 1px;

  margin-top: 3rem;

  margin-bottom: 2rem; }



@media (max-width: 736px) {

  .checkout-wrapper {

    width: 100%; }



  .btns {

    flex-direction: column; }

    .btns button {

      width: 100%; }



  .checkout h2 {

    text-align: center;

    line-height: 1.4; }



  .name,

  .address-info,

  .cc-info {

    flex-direction: column;

    width: 100%;

    justify-content: space-between; }

    .name div,

    .address-info div,

    .cc-info div {

      align-items: center;

      flex-direction: column;

      width: 100%;

      display: flex; }



  .street,

  .cc-num {

    text-align: center; }



  .checkout input {

    margin: 5px 0;

    min-height: 30px; } }

/*-------------------------------------------------------

46. About css 

---------------------------------------------------------*/

.marquee-swiper-wrapper {

  -webkit-transition-timing-function: linear !important;

  transition-timing-function: linear !important; }



.marquee-swiper-slide {

  width: 200px;

  height: 200px;

  text-align: center;

  font-size: 33px;

  display: flex;

  justify-content: center;

  align-items: center;

  position: relative;

  overflow: hidden;

  padding: 0 50px; }



/*-------------------------------------------------------

47. Team Single css 

---------------------------------------------------------*/

.team-up-title {

  font-weight: 400;

  font-size: 30px;

  line-height: 24px;

  text-transform: uppercase;

  margin-bottom: 5px; }



.team-up-title-2 {

  font-weight: 400;

  font-size: 12px;

  line-height: 24px;

  text-transform: capitalize; }



.team-single-up-list li {

  display: flex;

  align-items: center;

  gap: 10px; }

  .team-single-up-list li h6 {

    font-family: var(--font-2);

    font-style: normal;

    font-weight: 700;

    font-size: 16px;

    line-height: 1;

    margin-bottom: 0; }

  .team-single-up-list li span {

    display: inline-block;

    font-weight: 400;

    font-size: 16px;

    line-height: 1;

    color: rgba(10, 9, 9, 0.8); }



.pl-74 {

  padding-left: 74px; }



.mb-120 {

  margin-bottom: 120px; }



.team-single-social {

  display: flex;

  align-items: center;

  gap: 16px; }

  .team-single-social li a i {

    height: 40px;

    width: 40px;

    line-height: 40px;

    text-align: center;

    border-radius: 50%;

    color: var(--clr-heading);

    border: 1px solid rgba(var(--clr-heading-rgb), 0.2);

    display: inline-block;

    transition: all .5s ease; }

    .team-single-social li a i:hover {

      background: var(--clr-heading);

      color: var(--clr-white);

      border: 1px solid var(--clr-heading); }



.team-single-skill-bar .progress-wpr .progress-box h5 {

  font-weight: 400;

  font-size: 22px;

  line-height: 30px;

  color: #22252F; }

.team-single-skill-bar .progress-wpr .progress-box .progress {

  height: 10px; }



.team-single-ttl {

  font-weight: 400;

  font-size: 30px;

  line-height: 45px;

  color: #22252F; }



.team-single-contact .contact-form-com .input-style-2 {

  background: rgba(var(--clr-heading-rgb), 0.03); }

  .team-single-contact .contact-form-com .input-style-2::placeholder {

    font-weight: 400;

    font-size: 15px;

    line-height: 1;

    color: #818181; }



/*-------------------------------------------------------

48. Partner css

---------------------------------------------------------*/

.partner-box {

  background: var(--clr-bg);

  text-align: center;

  display: flex;

  flex-direction: column;

  justify-content: center;

  height: 171px;

  width: 259px;

  padding: 0 37px; }



.partner-gul {

  position: absolute;

  top: -70px;

  left: 0;

  z-index: -1; }



.partner-left p {

  padding-right: 40px; }



.partner-counter .counter {

  display: flex;

  align-items: center;

  font-family: var(--font-1);

  font-weight: 400;

  font-size: 60px;

  line-height: 64px;

  text-transform: uppercase;

  color: var(--clr-heading); }

.partner-counter p {

  font-weight: 400;

  font-size: 14px;

  line-height: 22px;

  letter-spacing: 0.08em;

  text-transform: uppercase;

  color: #666666;

  font-family: var(--font-1); }



.partner-style-2 .partner-box {

  justify-content: center;

  height: 260px;

  width: inherit;

  align-items: center; }



/*********/

.partner-text {

  text-align: center;

  font-size: 20px;

  font-weight: 500;

  line-height: 30px;

  color: var(--clr-white);

  text-transform: uppercase; }



.sample-slider .swiper-slide {

  text-align: center; }



.partner-text-2 {

  font-size: 130px;

  line-height: 1;

  margin-bottom: 0;

  -webkit-text-fill-color: transparent;

  /* Will override color (regardless of order) */

  -webkit-text-stroke-width: 1px;

  -webkit-text-stroke-color: var(--clr-heading); }



.swiper-slide-active .partner-text-2 {

  -webkit-text-fill-color: var(--clr-heading); }



.partner-wpr-3 img {

  opacity: .5; }

.partner-wpr-3 .swiper-slide-active img {

  opacity: 1; }



/*-------------------------------------------------------

49. Skill Progress css 

---------------------------------------------------------*/

.progress-box .chart {

  height: 140px;

  width: 140px;

  position: relative;

  display: inline-block; }

  .progress-box .chart span {

    position: absolute;

    height: 90px;

    width: 90px;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    border: 1px solid #ececec;

    display: block;

    border-radius: 50%;

    text-align: center;

    line-height: 90px;

    color: var(--clr-def);

    font-size: 2.2rem;

    font-weight: 700; }

    .progress-box .chart span::before {

      position: absolute;

      content: '';

      height: 160px;

      width: 160px;

      top: 50%;

      left: 50%;

      transform: translate(-50%, -50%);

      border: 1px solid #ececec;

      border-radius: 50%;

      z-index: -1; }

.progress-box h4 {

  text-transform: capitalize;

  margin-bottom: 0;

  line-height: 1;

  margin-top: 2.5rem;

  font-weight: 700; }



.progress-wpr .progress-box {

  margin-bottom: 30px; }

  .progress-wpr .progress-box:last-child {

    margin-bottom: 0; }

  .progress-wpr .progress-box h5 {

    font-weight: 400;

    font-size: 24px;

    line-height: 34px;

    text-transform: capitalize;

    display: flex;

    align-items: center;

    justify-content: space-between; }



.progress {

  height: 4px;

  --bs-progress-font-size: 0.75rem;

  --bs-progress-bg: var(--clr-def);

  --bs-progress-bar-bg: var(--clr-heading);

  margin-bottom: 0rem; }



.progress-cus-grid {

  display: grid;

  grid-template-columns: 190px 1fr;

  grid-gap: 20px; }



.progress-opt {

  display: flex;

  flex-direction: column;

  gap: 20px; }

  .progress-opt li {

    display: flex;

    align-items: flex-start;

    gap: 20px; }

    .progress-opt li i {

      margin-top: 5px;

      color: var(--clr-def); }

    .progress-opt li .progress-opt-text h5 {

      margin-bottom: 10px; }

    .progress-opt li .progress-opt-text p {

      margin-bottom: 0; }



/*-------------------------------------------------------

50. Best css 

---------------------------------------------------------*/

.pr-300 {

  padding-right: 300px; }



.best-pr {

  padding-right: 145px; }



.best-list-box {

  text-align: center; }

  .best-list-box .best-box-desc h5 {

    font-weight: 700;

    font-size: 20px;

    line-height: 1;

    letter-spacing: -0.015em;

    text-transform: capitalize;

    color: var(--clr-white);

    clip-path: polygon(0 0, 100% 0, 90% 50%, 100% 100%, 0 100%, 10% 50%);

    padding: 1rem 1rem;

    background: var(--clr-def);

    margin-top: -2rem; }



.best-list-box {

  text-align: center;

  border-right: 1px solid rgba(255, 255, 255, 0.5);

  padding-right: 30px; }

  .best-list-box:last-child {

    padding-right: 0;

    border-right: none; }



.best-tt {

  font-weight: 400;

  font-size: 16px;

  line-height: 20px;

  color: var(--clr-white); }

  .best-tt a {

    color: var(--clr-def);

    font-weight: 400; }



.best-left-shapes img {

  position: absolute; }

  .best-left-shapes img.best-poly-1 {

    bottom: 40px;

    left: 130px;

    z-index: 1; }

  .best-left-shapes img.best-poly-2 {

    bottom: -1px;

    left: 50%;

    transform: translate(-50%, 0); }



.best-poly-3 {

  position: absolute;

  z-index: -1;

  top: 50%;

  left: 0; }



.best-right-text {

  color: #B5BEDB;

  line-height: 30px; }



/*-------------------------------------------------------

51. Sidenav css 

---------------------------------------------------------*/

#openDrawerButton {

  border: none;

  color: var(--clr-white);

  font-size: 24px;

  font-weight: 700;

  display: block;

  margin-left: 30px;

  height: 50px;

  width: 50px;

  line-height: 50px;

  text-align: center;

  background: var(--clr-heading);

  border-radius: 50%; }



.sidenav {

  height: 100vh;

  width: 0;

  position: fixed;

  top: 0;

  right: 0;

  background-color: var(--clr-white);

  overflow-x: hidden;

  transition: 0.5s;

  z-index: 1050;

  padding-top: 60px;

  box-shadow: 0px 20.3884487152px 61.1653442383px -6.1165342331px rgba(0, 0, 0, 0.04); }

  .sidenav:hover::before {

    opacity: 0.2; }

  .sidenav::before {

    height: 100vh;

    width: 100vw;

    margin-left: 250px;

    display: inline-block;

    position: absolute;

    z-index: -1;

    top: 0;

    content: "";

    opacity: 0;

    background-color: blue;

    -webkit-transition: opacity 0.2s ease-in;

    -moz-transition: opacity 0.2s ease-in;

    -ms-transition: opacity 0.2s ease-in;

    -o-transition: opacity 0.2s ease-in;

    transition: opacity 0.2s ease-in;

    pointer-events: none; }

  .sidenav a {

    text-align: center;

    padding-bottom: 8px;

    padding-top: 8px;

    text-decoration: none;

    font-size: 18px;

    color: var(--clr-heading-2);

    display: block;

    transition: 0.3s;

    font-weight: 400; }

    .sidenav a:hover {

      color: var(--clr-def-6); }

  .sidenav .closebtn {

    position: absolute;

    top: 0;

    right: 25px;

    font-size: 36px;

    margin-left: 50px; }



.navs-element {

  padding: 0 3rem; }



@media screen and (max-height: 450px) {

  .sidenav {

    padding-top: 15px; }



  .sidenav a {

    font-size: 18px; } }

/*-------------------------------------------------------

52. Border Animation css

---------------------------------------------------------*/

@keyframes rotate {

  100% {

    transform: rotate(1turn); } }

.rainbow {

  position: relative;

  z-index: 0;

  width: 400px;

  height: 300px;

  border-radius: 10px;

  overflow: hidden;

  padding: 2rem; }

  .rainbow::before {

    content: '';

    position: absolute;

    z-index: -2;

    left: -50%;

    top: -50%;

    width: 200%;

    height: 200%;

    background-color: #399953;

    background-repeat: no-repeat;

    background-size: 50% 50%, 50% 50%;

    background-position: 0 0, 100% 0, 100% 100%, 0 100%;

    background-image: linear-gradient(#399953, #399953), linear-gradient(#fbb300, #fbb300), linear-gradient(#d53e33, #d53e33), linear-gradient(#377af5, #377af5);

    animation: rotate 4s linear infinite; }

  .rainbow::after {

    content: '';

    position: absolute;

    z-index: -1;

    left: 6px;

    top: 6px;

    width: calc(100% - 12px);

    height: calc(100% - 12px);

    background: white;

    border-radius: 5px; }



@keyframes opacityChange {

  50% {

    opacity: 1; }

  100% {

    opacity: .5; } }

.rainbow-2 {

  position: relative;

  z-index: 0;

  width: 400px;

  height: 300px;

  border-radius: 10px;

  overflow: hidden;

  padding: 2rem; }

  .rainbow-2::before {

    content: '';

    position: absolute;

    z-index: -2;

    left: -50%;

    top: -50%;

    width: 200%;

    height: 200%;

    background-color: #399953;

    background-repeat: no-repeat;

    background-size: 50% 50%, 50% 50%;

    background-position: 0 0, 100% 0, 100% 100%, 0 100%;

    background-image: linear-gradient(#f4f4f4, #f4f4f4), linear-gradient(#f4f4f4, #f4f4f4), linear-gradient(#000, #000), linear-gradient(#000, #000);

    animation: rotate 4s linear infinite; }

  .rainbow-2::after {

    content: '';

    position: absolute;

    z-index: -1;

    left: 6px;

    top: 6px;

    width: calc(100% - 12px);

    height: calc(100% - 12px);

    background: white;

    border-radius: 5px; }



.box-border {

  width: 100px;

  height: 100px;

  border-radius: 5px;

  background: #000;

  position: relative;

  display: flex;

  justify-content: center;

  align-items: center;

  overflow: hidden;

  margin: 2rem; }

  .box-border.linear::before {

    content: "";

    position: absolute;

    width: 200%;

    height: 200%;

    background-image: conic-gradient(#a8efff 20deg, transparent 120deg);

    border-radius: 5px;

    animation: rotate 4s linear infinite; }

  .box-border.linear::after {

    content: 'Linear';

    position: absolute;

    width: 90px;

    height: 90px;

    background: #000;

    color: #fff;

    display: flex;

    justify-content: center;

    align-items: center;

    font-size: 1.2rem; }



/*-------------------------------------------------------

53. Timeline css 

---------------------------------------------------------*/

.timeline-list {

  display: flex;

  flex-direction: column;

  gap: 80px;

  position: relative;

  z-index: 1; }

  .timeline-list::before {

    position: absolute;

    content: '';

    top: 0;

    left: 50%;

    border: 2px dashed var(--clr-def-2);

    height: 100%; }

  .timeline-list li .timeline-contain .timeline-right .heading-4 {

    font-weight: 800;

    line-height: 1.4; }



.timeline-content-img {

  position: relative;

  z-index: 1; }

  .timeline-content-img::before {

    position: absolute;

    z-index: -1;

    content: '';

    border: 2px dashed var(--clr-def-2);

    top: 8.5rem;

    width: 9rem;

    right: -105px; }

  .timeline-content-img.timeline-value-style-2::before {

    right: inherit;

    left: -105px; }

  .timeline-content-img.timeline-value-style-2 .timeline-value {

    top: 60px;

    right: inherit;

    left: 0; }

  .timeline-content-img .timeline-value {

    position: absolute;

    top: 60px;

    right: 0;

    height: 50px;

    width: 50px;

    line-height: 46px;

    background: var(--clr-def);

    border: 4px solid var(--clr-def-2);

    color: var(--clr-white);

    font-size: 22px;

    font-weight: 500;

    border-radius: 8px;

    display: inline-block;

    text-align: center; }



.timeline-left {

  padding-right: 9rem; }



.timeline-right {

  padding-left: 9rem; }



/*-------------------------------------------------------

01. Variable css  

---------------------------------------------------------*/

.f-404 {

  font-family: var(--font-viga);

  font-weight: 400;

  font-size: 400px;

  line-height: 1;

  text-transform: capitalize;

  color: var(--clr-heading);

  margin-bottom: 0; }

  .f-404 span {

    color: var(--clr-def);

    line-height: 1; }



.f-404-text {

  font-weight: 400;

  font-size: 16px;

  line-height: 28px;

  text-transform: capitalize;

  color: rgba(10, 9, 9, 0.7); }



.page-404-wpr h2 {

  font-weight: 400;

  font-size: 36px;

  line-height: 48px;

  text-transform: capitalize;

  color: var(--clr-heading); }



.btn-404 {

  padding: 15px 30px;

  background: var(--clr-heading);

  color: var(--clr-white);

  font-weight: 400;

  font-size: 14px;

  line-height: 0px;

  letter-spacing: 0.02em;

  text-transform: uppercase;

  border: none;

  transition: all .5s ease;

  display: inline-block; }

  .btn-404:hover {

    color: var(--clr-def); }

    .btn-404:hover i svg {

      fill: var(--clr-def); }

  .btn-404 i svg {

    fill: var(--clr-white); }

