/*
************
*************************

   Template Name: Business Consulting and Services HTML Template
   Description: A modern, professional HTML template designed specifically for business consulting firms, corporate services, and professional advisory companies. This comprehensive template features multiple homepage variations, extensive service showcases, team member profiles, project portfolios, client testimonials, and interactive elements. Built with Bootstrap, SCSS, and modern JavaScript libraries including GSAP animations, Swiper sliders, and WOW.js effects. Includes responsive design, SEO optimization, contact forms, blog/news sections, pricing tables, FAQ pages, and a complete admin dashboard. Perfect for consulting agencies, business advisors, corporate services, and professional service providers looking to establish a strong online presence with a sophisticated, trustworthy design that builds client confidence and drives business growth.
   Author: https://themexriver.com/
   Version: 1.0

-----------------------------------------------------------------------------------

CSS INDEX
=================== 
    01. common
    02. utility
    03. typography
    04. mouse-cursor
    05. button
    06. offcanvas
    07. form
    08. search
    09. preloader
    10. animation
    11. wow-plus
    12. element
    13. back-to-top
    14. typing-text
    15. header
    16. hero
    17. core-features
    18. about
    19. projects
    20. work
    21. property
    22. showcase
    23. award
    24. brand
    25. marquee-text
    26. video
    27. experience
    28. choose
    29. services
    30. core-services
    31. testimonial
    32. contact
    33. team
    34. price
    35. gallery
    36. counter
    37. sponsor
    38. faqs
    39. blog
    40. office
    41. breadcrumb
    42. service-details
    43. team-details
    44. project-details
    45. career
    46. career-single
    47. blog-details
    48. contact-page
    49. error-page
    50. footer
******************************************************* 
*************************************************************** */
/*
    01. common
*/
:root {
  scroll-behavior: inherit;
  --pg-font-1: "Teko", sans-serif;
  --pg-font-2: "Urbanist", sans-serif;
  --pg-font-3: "Jost", sans-serif;
  --pg-clr-pr-1: #82dd49;
  --pg-clr-pr-2: #ff2077;
  --pg-clr-sd-1: #dddd;
  --pg-clr-sd-2: #67dec3;
  --pg-clr-h-1: #090b28;
  --pg-clr-p-1: #b5b5b5;
  --pg-clr-black-1: #000000;
  --pg-clr-gd-1: linear-gradient( 90deg, rgb(103,222,195) 0%, rgb(255,32,119) 100%);
  --pg-cube-1: cubic-bezier(0.23, 1, 0.32, 1);
  --pg-cube-2: cubic-bezier(0.25, 0.8, 0.25, 1);
}

body {
  font-family: var(--pg-font-1);
  font-size: 18px;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 28px;
  color: #000;
  overflow-x: hidden;
  font-optical-sizing: auto;
}

.img, img {
  max-width: 100%;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a, span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-transform: inherit;
  text-decoration: none;
  line-height: inherit;
  transition: inherit;
}

button {
  border: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: 55px;
}

h2 {
  font-size: 55px;
}

h3 {
  font-size: 42px;
}

h4 {
  font-size: 27px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

::-moz-selection {
  background-color: #3065D0;
  color: white;
  text-shadow: none;
}

::-moz-selection {
  background-color: #3065D0;
  color: white;
  text-shadow: none;
}

::selection {
  background-color: #3065D0;
  color: white;
  text-shadow: none;
}

input, textarea {
  outline: none;
}
input::placeholder, textarea::placeholder {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
}

input:focus::placeholder, textarea:focus::placeholder {
  opacity: 0;
}

@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  ::-webkit-scrollbar {
    width: 7px;
    background: #fff;
    box-shadow: none;
    border: none;
  }
  ::-webkit-scrollbar-track {
    background: transparent;
    box-shadow: none;
    border: none;
  }
  ::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 6px;
  }
}
.swiper-notification {
  display: none;
}

/* 
    margin-&-padding_variable-start
*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-225 {
  padding-bottom: 225px;
}

.pb-230 {
  padding-bottom: 230px;
}

.pb-235 {
  padding-bottom: 235px;
}

.pb-240 {
  padding-bottom: 240px;
}

.pb-245 {
  padding-bottom: 245px;
}

.pb-250 {
  padding-bottom: 250px;
}

.pb-255 {
  padding-bottom: 255px;
}

.pb-260 {
  padding-bottom: 260px;
}

.pb-265 {
  padding-bottom: 265px;
}

.pb-270 {
  padding-bottom: 270px;
}

.pb-275 {
  padding-bottom: 275px;
}

.pb-280 {
  padding-bottom: 280px;
}

.pb-285 {
  padding-bottom: 285px;
}

.pb-290 {
  padding-bottom: 290px;
}

.pb-295 {
  padding-bottom: 295px;
}

.pb-300 {
  padding-bottom: 300px;
}

/* 
    margin-&-padding_variable-end
*/
/* 
    global-css-end
*/
/*
    02. utility
*/
.wa-fix {
  overflow: hidden;
}

.wa-ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.wa-img-cover img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.wa-bg-default {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.flaticon {
  display: inline-block;
  line-height: 0.65;
}

.wa-z-index-3 {
  position: relative;
  z-index: 3;
}

.wa-p-absolute {
  position: absolute;
}

.wa-p-relative {
  position: relative;
  z-index: 1;
}

.wa-origin-left {
  transform-origin: left;
}

.wa-origin-right {
  transform-origin: right;
}

.wa-fw-400 {
  font-weight: 400;
}

.wa-fw-500 {
  font-weight: 500;
}

.wa-fw-600 {
  font-weight: 600;
}

.wa-fw-700 {
  font-weight: 700;
}

.wa-fw-800 {
  font-weight: 800;
}

.wa-fw-900 {
  font-weight: 900;
}

.wa-ml-auto {
  margin-left: auto;
}

.wa-mr-auto {
  margin-right: auto;
}

.wa-line-limit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.wa-line-limit:is(.has-line-1) {
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.wa-line-limit:is(.has-line-2) {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.wa-line-limit:is(.has-line-3) {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.wa-line-limit:is(.has-line-4) {
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
.wa-line-limit:is(.has-line-5) {
  -webkit-line-clamp: 5;
  line-clamp: 5;
}
.wa-line-limit:is(.has-line-6) {
  -webkit-line-clamp: 6;
  line-clamp: 6;
}
.wa-line-limit:is(.has-line-7) {
  -webkit-line-clamp: 7;
  line-clamp: 7;
}
.wa-line-limit:is(.has-line-8) {
  -webkit-line-clamp: 8;
  line-clamp: 8;
}
.wa-line-limit:is(.has-line-9) {
  -webkit-line-clamp: 9;
  line-clamp: 9;
}
.wa-line-limit:is(.has-line-10) {
  -webkit-line-clamp: 10;
  line-clamp: 10;
}

.wa-will-change {
  will-change: transform, opacity;
}

.wa-no-ani-tf {
  transform: none !important;
}

.text-right {
  text-align: right;
}

/* 
    components
*/
/* 
    custom-container-start
*/
@media (min-width: 1800px) {
  .container.pg-container-1 {
    max-width: 1784px;
  }
}
@media (min-width: 1600px) {
  .container.pg-container-2 {
    max-width: 1424px;
  }
}
/* 
    custom-container-end
*/
/*
    03. typography
*/
/* 
    typography-start
*/
.pg-p-1 {
  font-family: var(--pg-font-2);
  line-height: 1.5;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}

.pg-p-2 {
  font-family: var(--pg-font-3);
  line-height: 1.388;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}

.pg-h-1 {
  font-family: var(--pg-font-1);
  line-height: 1.142;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}

.pg-subtitle-1 {
  font-family: var(--pg-font-1);
  color: var(--pg-clr-pr-1);
  font-size: 20px;
  line-height: 1.75;
  font-weight: 600;
  margin-bottom: 12px;
}

.pg-subtitle-2 {
  font-family: var(--pg-font-1);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 11px 19px;
  padding-top: 14px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.pg-subtitle-2::after {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #000;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: -1;
  border-radius: 20px;
}

.pg-sec-title-1 {
  font-family: var(--pg-font-1);
  font-size: 60px;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pg-sec-title-1 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pg-sec-title-1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pg-sec-title-1 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .pg-sec-title-1 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pg-sec-title-1 {
    font-size: 40px;
  }
}
.pg-sec-title-1 .split-line div {
  transform-origin: 50% 100%;
}

.wa_bg_position div {
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(to right, rgb(255, 255, 255) 50%, rgba(104, 104, 104, 0.5) 50%);
  padding-bottom: 7px;
}
.wa_bg_position div:not(:first-child) {
  margin-top: -7px;
}

.wa_bg_position2 div {
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(to right, rgb(255, 255, 255) 50%, var(--pg-clr-pr-1) 50%);
  padding-bottom: 7px;
}
.wa_bg_position2 div:not(:first-child) {
  margin-top: -7px;
}

.pg-sce-title-2 {
  font-family: var(--pg-font-1);
  color: #fff;
  line-height: 1.153;
  font-size: 65px;
  font-weight: 600;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pg-sce-title-2 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pg-sce-title-2 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pg-sce-title-2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pg-sce-title-2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .pg-sce-title-2 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pg-sce-title-2 {
    font-size: 40px;
  }
}
.pg-sce-title-2:is(.wa_bg_position2) div {
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(to right, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.3) 50%);
  padding-bottom: 7px;
}
.pg-sce-title-2:is(.wa_bg_position2) div:not(:first-child) {
  margin-top: -7px;
}

/* 
    typography-end
*/
/*
    04. mouse-cursor
*/
.wa-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  contain: layout style size;
  pointer-events: none;
  will-change: transform;
  -webkit-transition: opacity 0.3s, color 0.4s;
  -o-transition: opacity 0.3s, color 0.4s;
  -moz-transition: opacity 0.3s, color 0.4s;
  transition: opacity 0.3s, color 0.4s;
}
.wa-cursor::before {
  background: var(--pg-clr-pr-1);
}
.wa-cursor:before {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  display: block;
  width: 60px;
  height: 60px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
  -o-transition: opacity 0.1s, -o-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, opacity 0.1s, -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.1s;
  transition: transform 0.3s ease-in-out, opacity 0.1s, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}
.wa-cursor-text {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: scale(0) rotate(10deg);
  -moz-transform: scale(0) rotate(10deg);
  -ms-transform: scale(0) rotate(10deg);
  -o-transform: scale(0) rotate(10deg);
  transform: scale(0) rotate(10deg);
  opacity: 0;
  color: white;
  font-family: var(--pg-font-1);
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.3s;
  transition: opacity 0.4s, -webkit-transform 0.3s;
  -o-transition: opacity 0.4s, -o-transform 0.3s;
  -moz-transition: opacity 0.4s, transform 0.3s, -moz-transform 0.3s;
  transition: opacity 0.4s, transform 0.3s;
  transition: opacity 0.4s, transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}
.wa-cursor:is(.-normal) {
  mix-blend-mode: normal;
}
.wa-cursor:is(.-normal)::before {
  background: currentColor;
}
.wa-cursor:is(.-inverse) {
  color: white;
}
.wa-cursor:is(.-visible)::before {
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
}
.wa-cursor:is(.-visible):is(.-active):before {
  -webkit-transform: scale(0.23);
  -moz-transform: scale(0.23);
  -ms-transform: scale(0.23);
  -o-transform: scale(0.23);
  transform: scale(0.23);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.wa-cursor:is(.-pointer)::before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.wa-cursor:is(.-text) {
  mix-blend-mode: color-burn;
}
.wa-cursor:is(.-text):before {
  background: #000;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.wa-cursor:is(.-text) .wa-cursor-text {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.wa-cursor:is(.-text):is(.-active)::before {
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.wa-cursor:is(.-opaque) {
  mix-blend-mode: multiply;
}
.wa-cursor:is(.-opaque)::before {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.wa-cursor:is(.-opaque):is(.-active)::before {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.wa-cursor:is(.-lg)::before {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
.wa-cursor:is(.-hidden)::before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

/*
    05. button
*/
/* 
    button-start
*/
.pg-offcanvas-btn-1 {
  width: 50px;
  height: 42px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 25px;
  transition: all 0.5s var(--pg-cube-1);
}
.pg-offcanvas-btn-1:hover {
  border-color: var(--pg-clr-pr-1);
  color: var(--pg-clr-pr-1);
}

.pg-offcanvas-btn-2 {
  font-size: 30px;
  background: transparent;
  color: #d6fffe;
  display: flex;
  align-items: center;
  gap: 9px;
}
.pg-offcanvas-btn-2 .icon {
  width: 30px;
  height: 13px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: -3px;
}
.pg-offcanvas-btn-2 .icon .icon-line {
  width: 100%;
  height: 1px;
  background: #d6fffe;
  transform-origin: right;
  transition: all 0.5s var(--pg-cube-1);
}
.pg-offcanvas-btn-2:hover .icon-line {
  transform: scaleX(0);
}

.pg-pr-btn-1 {
  font-family: var(--pg-font-1);
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  gap: 10px;
  transition: all 0.5s var(--pg-cube-1);
}
.pg-pr-btn-1 .text {
  background: #fff;
  border-radius: 100px;
  padding: 11px 39px;
  padding-top: 15px;
  overflow: hidden;
}
.pg-pr-btn-1 .icon {
  width: 44px;
  height: 44px;
  background-color: #fff;
  border-radius: 50%;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pg-pr-btn-1:hover .text {
  background: var(--pg-clr-pr-1);
}
.pg-pr-btn-1:hover .icon {
  background: var(--pg-clr-pr-1);
}

.pg-pr-btn-2 {
  font-family: var(--pg-font-1);
  font-size: 17px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: var(--pg-clr-pr-1);
  border-radius: 10px;
  padding: 15px 41px;
  padding-top: 20px;
  overflow: hidden;
  transition: all 0.5s var(--pg-cube-1);
}
.pg-pr-btn-2:hover {
  transform: scale(95%);
}
.pg-pr-btn-2:is(.has-v2) {
  font-size: 20px;
  padding: 19px 35px;
  position: relative;
  z-index: 1;
}
.pg-pr-btn-2:is(.has-v2) .text {
  margin-bottom: -6px;
}
.pg-pr-btn-2:is(.has-v2) .icon {
  width: 26px;
  height: 26px;
  background-color: #000;
  flex: 0 0 auto;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FEDA1F;
  font-size: 12px;
}
.pg-pr-btn-2:is(.has-v2) .pg-gd-clr-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.5s var(--pg-cube-1);
  opacity: 0;
}
.pg-pr-btn-2:is(.has-v2):hover {
  transform: unset;
}
.pg-pr-btn-2:is(.has-v2):hover .pg-gd-clr-1 {
  opacity: 1;
}

.pg-plybtn-1 {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pg-plybtn-1 .icon-elm {
  width: 102px;
  height: 102px;
  border-radius: 50%;
  background: var(--pg-clr-pr-1);
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin-left: 10px;
  font-size: 50px;
}
.pg-plybtn-1 .cirle-text {
  animation: plybtn1kf 10s linear infinite;
}

@keyframes plybtn1kf {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* 
    button-end
*/
/*
    06. offcanvas
*/
/* 
    offcanvas-start
*/
.wa-offcanvas-area {
  position: fixed;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 9;
  max-width: 450px;
  width: 100%;
  height: 100%;
  overflow: scroll;
  opacity: 1;
  padding: 50px 50px;
  transition: 0.5s ease-in-out;
  transform: translateX(105%);
  visibility: hidden;
  opacity: 0;
  z-index: 99;
}
.wa-offcanvas-area:is(.active) {
  transform: translateX(0%);
  visibility: visible;
  opacity: 1;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.wa-offcanvas-area::-webkit-scrollbar {
  display: none;
}
.wa-offcanvas-close {
  display: flex;
  flex: 0 0 auto;
  width: 25px;
  background: transparent;
  height: 25px;
  justify-content: center;
  align-items: center;
  transition: 300ms;
  gap: 10px;
  flex-direction: column;
  position: relative;
}
.wa-offcanvas-close span {
  transition: 300ms;
  width: 100%;
  height: 3px;
  background: #000;
  position: absolute;
}
.wa-offcanvas-close span:nth-child(1) {
  transform: rotate(45deg);
}
.wa-offcanvas-close span:nth-child(2) {
  transform: rotate(-45deg);
}
.wa-offcanvas-close:hover span {
  transform: rotate(0);
}
.wa-offcanvas-top {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 50px;
}
.wa-offcanvas-top-logo {
  flex: 0 0 auto;
  max-width: 150px;
  width: 100%;
}
.wa-offcanvas-social-title {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.wa-offcanvas-social-flex {
  gap: 10px;
}
.wa-offcanvas-social-link {
  display: flex;
  width: 40px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  height: 40px;
  color: #000;
  font-size: 18px;
  transition: 400ms;
  justify-content: center;
  align-items: center;
}
.wa-offcanvas-social-link:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}
.wa-offcanvas-gallery {
  margin-bottom: 50px;
}
.wa-offcanvas-gallery-title {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.wa-offcanvas-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 767px) {
  .wa-offcanvas-gallery-grid {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wa-offcanvas-gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.wa-offcanvas-gallery-item {
  height: 200px;
}
.wa-offcanvas-gallery-item img {
  transition: 0.3s;
}
.wa-offcanvas-gallery-item:hover img {
  transform: scale(102%);
}

.wa-overly {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 4;
  transform: scaleX(0);
  transform-origin: right;
  transition: opacity 0.5s;
  opacity: 0;
}
.wa-overly:is(.active) {
  transform: scaleX(1);
  transition: opacity 0.5s;
  opacity: 1;
}

/* 
    header-menu-customization-start
*/
.mobile-main-navigation ul li {
  position: relative;
  padding: 0px 0;
}
.mobile-main-navigation ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-main-navigation ul li a {
  font-family: var(--pg-font-1);
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
  width: 100%;
  line-height: 1;
  transition: 300ms;
  padding: 20px 0;
}
.mobile-main-navigation ul li .dropdown-btn {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 100%;
  height: 69px;
  display: flex;
  align-items: center;
  justify-content: end;
  background: transparent;
  font-size: 18px;
  color: #000;
  transition: 300ms;
}
.mobile-main-navigation ul li .dropdown-btn i {
  transition: 300ms;
}
.mobile-main-navigation ul li .dropdown-btn:is(.active) i {
  transform: rotate(90deg);
}
.mobile-main-navigation ul li:hover > a {
  color: var(--pg-clr-pr-1);
}
.mobile-main-navigation ul li:hover > .dropdown-btn {
  color: var(--pg-clr-pr-1);
}
.mobile-main-navigation ul li .dropdown-menu {
  border-radius: 0;
  background-color: transparent;
  border: none;
  margin-left: 30px;
  padding: 0;
}
.mobile-main-navigation ul li .dropdown-menu li {
  padding: 0px 0;
}
.mobile-main-navigation ul li .dropdown-menu li a {
  font-size: 18px;
}
.mobile-main-navigation ul li .dropdown-menu li .dropdown-btn {
  height: 55px;
  font-size: 16px;
}

/* 
    header-menu-customization-start
*/
.pg-home-3 .wa-offcanvas-area {
  z-index: 99;
}

/* 
    offcanvas-end
*/
/* 
    form-1-start
*/
.bs-form-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 25px;
}
@media (max-width: 767px) {
  .bs-form-1 {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-form-1 {
    grid-template-columns: 1fr 1fr;
  }
}
.bs-form-1-item {
  position: relative;
  z-index: 1;
}
.bs-form-1-item::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--bs-clr-pr-1);
  transform-origin: left;
  transform: scaleX(0);
  transition: 0.5s;
}
.bs-form-1-item-label {
  font-family: var(--bs-font-1);
  text-transform: capitalize;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-form-1-item-label {
    font-size: 20px;
  }
}
.bs-form-1-item-input {
  border: none;
  border-bottom: 2px solid rgb(0, 0, 0);
  background-color: transparent;
  height: 47px;
  font-family: var(--bs-font-1);
  font-size: 16px;
  width: 100%;
  padding: 0 15px;
  color: var(--lw-clr-h-1);
  outline: none;
  font-weight: 500;
}
.bs-form-1-item-input:is(textarea) {
  height: 150px;
  padding-top: 15px;
  margin-bottom: -8px;
}
.bs-form-1-item-checkbox {
  display: flex;
  gap: 18px;
  cursor: pointer;
}
.bs-form-1-item-checkbox input {
  cursor: pointer;
  flex: 0 0 auto;
  width: 28px;
}
.bs-form-1-item-checkbox label {
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.bs-form-1-item:last-child {
  margin-top: -18px;
}
.bs-form-1-item:is(.has-full-width) {
  grid-column: 1/-1;
}
.bs-form-1-item:is(.has-no-after)::after {
  display: none;
}
.bs-form-1-item:focus-within .bs-form-1-item-label {
  color: var(--bs-clr-pr-1);
}
.bs-form-1-item:focus-within::after {
  transform: scaleX(1);
}

/* 
    form-1-end
*/
/*
    08. search
*/
/* 
    search-box-css-start
*/
.wa-search-box {
  padding-top: 56px;
  padding-bottom: 56px;
  background-color: rgb(255, 255, 255);
  position: fixed;
  display: flex;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  align-items: center;
  transition: 500ms;
  transform-origin: top;
  transform: scaleY(0);
  visibility: hidden;
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.05);
}
.wa-search-box-close {
  height: 40px;
  width: 40px;
  font-size: 18px;
  border: none;
  outline: none;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
  color: #000;
  flex: 0 0 auto;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 40px;
  top: 35px;
  line-height: 1;
}
@media (max-width: 767px) {
  .wa-search-box-close {
    right: 20px;
    top: 15px;
  }
}
.wa-search-box-close i {
  font-weight: 400;
  line-height: 1;
}
.wa-search-box-close:hover {
  background: #000;
  color: #fff;
}
.wa-search-box.active {
  top: 0;
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.wa-search-box.active .wa-search-form::after {
  transform: scaleX(1);
  transition-delay: 0.3s;
}
.wa-search-container {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.wa-search-title {
  font-size: 23px;
  line-height: 1;
  margin-bottom: 18px;
}
.wa-search-form {
  position: relative;
  z-index: 1;
}
.wa-search-form-input {
  width: 100%;
  margin: 0;
  border: none;
  outline: none;
  text-align: center;
  font-size: 16px;
  color: #888888;
  font-weight: 300;
  padding: 3px 10px;
  background: transparent;
}
.wa-search-form::after {
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  position: absolute;
  background-color: #6D6D6D;
  transition: all 0.5s ease-in-out;
  transform: scaleX(0);
  transition-delay: 0s;
}
.wa-search-tag {
  gap: 8px;
  justify-content: center;
}
.wa-search-tag-title {
  font-size: 16px;
  font-weight: 400;
  color: #5D5D5D;
  margin-bottom: 12px;
}
.wa-search-tag-item {
  flex: 0 0 auto;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #454545;
  border: 1px solid #DFE1E5;
  line-height: 1;
  padding: 9px 17px;
  transition: all 0.2s ease-in-out;
}
.wa-search-tag-item:hover {
  background: #000;
  color: #fff;
}

/* 
    search-box-css-end
*/
/*
    09. preloader
*/
/* 
	preloader-css-start
*/
.pg-preloader {
  position: fixed;
  inset: 0;
  z-index: 9999999;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.pg-preloader-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
  gap: 50px;
}
.pg-preloader-logo {
  font-size: 100px;
  color: var(--pg-clr-pr-1);
  transition: 0.4s ease-in-out;
}
.pg-preloader-logo i {
  animation: preloaderKf 10s linear infinite;
}
.pg-preloader-percentage {
  text-align: center;
  color: #fff;
  transition: 0.4s ease-in-out;
}
.pg-preloader-percentage .percentage-number {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.pg-preloader-percentage .pg-bar {
  width: 300px;
  height: 5px;
  background: #444;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 auto;
}
.pg-preloader-percentage .pg-bar #pg-fill {
  width: 0%;
  height: 100%;
  background: var(--pg-clr-pr-1);
  transition: width 0.3s ease;
}
.pg-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.pg-preloader.loaded .pg-preloader-percentage {
  transform: translateY(-50%);
  opacity: 0;
}
.pg-preloader.loaded .pg-preloader-logo {
  transform: scale(3);
}

@keyframes preloaderKf {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* 
	preloader-css-end
*/
/*
    11. wow-plus
*/
/* 
    wow-plus-start
*/
@keyframes fadeInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight2 {
  -webkit-animation-name: fadeInRight2;
  animation-name: fadeInRight2;
  animation-duration: 600ms;
  animation-timing-function: var(--pg-cube-1);
}

@keyframes slideInUp2 {
  0% {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp2 {
  -webkit-animation-name: slideInUp2;
  animation-name: slideInUp2;
  animation-duration: 500ms;
  animation-timing-function: var(--pg-cube-1);
}

@keyframes waRotateX {
  0% {
    transform: rotateX(-90deg) translateZ(20px);
  }
  100% {
    transform: rotateX(0deg) translateZ(0px);
  }
}
.waRotateX {
  -webkit-animation-name: waRotateX;
  animation-name: waRotateX;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.48, 0.63, 0.62, 1.58);
}

@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
  animation-duration: 500ms;
  animation-timing-function: var(--pg-cube-1);
}

.wa-pp-2000 {
  perspective: 2000px;
  transform-style: preserve-3d;
}

@keyframes slideRightUp2 {
  0% {
    transform: rotateY(-26deg) rotateZ(-3deg) translate3d(0px, 23px, 15px);
    opacity: 0;
    transform-origin: right top;
  }
  100% {
    transform: rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, 0px);
    opacity: 1;
    transform-origin: right top;
  }
}
.slideRightUp2 {
  -webkit-animation-name: slideRightUp2;
  animation-name: slideRightUp2;
  animation-duration: 0.8s;
  animation-timing-function: var(--pg-cube-1);
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@keyframes waRotation360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes waRotation360minus {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes blink {
  90% {
    transform: none;
    animation-timing-function: ease-in;
  }
  93% {
    transform: translateY(15px) scaleY(0);
  }
  100% {
    animation-timing-function: ease-out;
  }
}
.wa_tilt_scale {
  transition: all 0.5s var(--pg-cube-1);
}
.wa_tilt:hover .wa_tilt_scale {
  transform: scale(1.06);
}

/* 
    wow-plus-end
*/
/*
    12. element
*/
/* 
    elements-start
*/
.pg-rating-1 {
  display: inline-flex;
  gap: 4px;
  color: #FFC107;
  font-size: 18px;
}

.pg-gd-clr-1 {
  background-image: var(--pg-clr-gd-1);
  background-size: 300% 100%;
  animation: rotateGradient 3s linear infinite;
}

.pg-gd-text-1 {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  background-image: var(--pg-clr-gd-1);
  background-clip: text;
  background-size: 300% 100%;
  animation: rotateGradient 3s linear infinite;
}

@keyframes rotateGradient {
  0% {
    background-position-x: 0%;
  }
  50% {
    background-position-x: 100%;
  }
  100% {
    background-position-x: 0%;
  }
}
.pg-ani-delay-300ms {
  animation-delay: 300ms;
}

.pg-ani-delay-600ms {
  animation-delay: 600ms;
}

.pg-ani-delay-900ms {
  animation-delay: 900ms;
}

.pg-ani-delay-1200ms {
  animation-delay: 1200ms;
}

/* 
    elements-end
*/
/*
    13. back-to-top
*/
/* 
    start-back-to-top
*/
.wa-back-to-top {
  position: fixed;
  right: 1.5%;
  bottom: -12.5%;
  z-index: 4;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(102, 221, 73, 0.15);
  box-shadow: 1.782px 0.908px 32.2px 2.8px rgba(130, 221, 73, 0.2);
  background-color: #2d2d2d;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 767px) {
  .wa-back-to-top {
    right: 3%;
  }
}
.wa-back-to-top:hover {
  transform: scale(0.9);
  box-shadow: 1.782px 0.908px 32.2px 2.8px rgba(214, 243, 69, 0);
}
.wa-back-to-top:is(.active) {
  bottom: 2.5%;
}

/* 
    start-back-to-end
*/
/* 
    layout
*/
/*
    15. header
*/
/* 
    header-1-start
*/
.pg-header-1-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.pg-header-1-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #c9f31d;
  width: 150px;
  height: 6px;
  border-radius: 10px;
}
.pg-header-1-area::before {
  content: "";
  position: absolute;
  top: -160px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #c9f31d;
  width: 700px;
  height: 280px;
  border-radius: 50%;
  filter: blur(71px);
  opacity: 0.2;
  z-index: -1;
}
@media (max-width: 767px) {
  .pg-header-1-area::before {
    width: 100%;
  }
}
.pg-header-1-top {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 875px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100px;
  margin-top: 8px;
  padding: 8px 30px;
}
@media (max-width: 767px) {
  .pg-header-1-top {
    display: none;
  }
}
.pg-header-1-top-action-link {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: -3px;
}
.pg-header-1-top-action-link .link-elm {
  color: var(--pg-clr-black-1);
  font-size: 17px;
}
.pg-header-1-top-contact {
  display: flex;
  align-items: center;
  gap: 20px;
}
.pg-header-1-top-contact .link-elm {
  color: var(--pg-clr-black-1);
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.5s var(--pg-cube-1);
}
.pg-header-1-top-contact .link-elm .icon {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  background-color: #c9f31d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #000;
}
.pg-header-1-top-contact .link-elm:hover {
  color: var(--pg-clr-pr-1);
}
.pg-header-1-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-header-1-main {
    padding: 15px 0;
  }
}
.pg-header-1-main-action-link {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 767px) {
  .pg-header-1-main-action-link .pg-pr-btn-1 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pg-header-1-main-action-link .pg-pr-btn-1 {
    display: flex;
  }
}
.pg-header-1-social {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-right: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pg-header-1-social {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-header-1-social {
    display: none;
  }
}
.pg-header-1-social .link-elm {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.5s var(--pg-cube-1);
}
.pg-header-1-social .link-elm b {
  font-size: 20px;
  font-weight: 600;
}
.pg-header-1-social .link-elm .icon {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  font-size: 20px;
  color: var(--pg-clr-black-1);
  transition: all 0.6s var(--pg-cube-2);
}
.pg-header-1-social .link-elm:hover {
  color: var(--pg-clr-pr-1);
}
.pg-header-1-social .link-elm:hover .icon {
  background-color: var(--pg-clr-pr-1);
  color: #000;
  transform: translateX(3px);
}

.pg-main-navigation .navbar-nav {
  display: flex;
  flex-direction: row;
  gap: 55px;
}
.pg-main-navigation .navbar-nav li {
  position: relative;
}
.pg-main-navigation .navbar-nav li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 48%;
  right: -30px;
  transform: translateY(-50%);
  width: 6px;
  height: 2px;
  background-color: #fff;
}
.pg-main-navigation .navbar-nav li a {
  position: relative;
  z-index: 1;
  font-family: var(--pg-font-1);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  color: #fff;
  padding: 45px 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: all 0.5s var(--pg-cube-1);
}
.pg-main-navigation .navbar-nav li:hover > a {
  color: var(--pg-clr-pr-1);
}
.pg-main-navigation .navbar-nav li:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.pg-main-navigation .navbar-nav li:hover > .dropdown-menu li {
  animation: fadeInDown 0.5s var(--pg-cube-1) backwards;
}
.pg-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(1) {
  animation-delay: 70ms;
}
.pg-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(2) {
  animation-delay: 140ms;
}
.pg-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(3) {
  animation-delay: 210ms;
}
.pg-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(4) {
  animation-delay: 280ms;
}
.pg-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(5) {
  animation-delay: 350ms;
}
.pg-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(6) {
  animation-delay: 420ms;
}
.pg-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(7) {
  animation-delay: 490ms;
}
.pg-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(8) {
  animation-delay: 560ms;
}
.pg-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(9) {
  animation-delay: 630ms;
}
.pg-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(10) {
  animation-delay: 700ms;
}
.pg-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(11) {
  animation-delay: 770ms;
}
.pg-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(12) {
  animation-delay: 840ms;
}
.pg-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(13) {
  animation-delay: 910ms;
}
.pg-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(14) {
  animation-delay: 980ms;
}
.pg-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(15) {
  animation-delay: 1050ms;
}
.pg-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(16) {
  animation-delay: 1120ms;
}
.pg-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(17) {
  animation-delay: 1190ms;
}
.pg-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(18) {
  animation-delay: 1260ms;
}
.pg-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(19) {
  animation-delay: 1330ms;
}
.pg-main-navigation .navbar-nav li:hover > .dropdown-menu li:nth-child(20) {
  animation-delay: 1400ms;
}
.pg-main-navigation .navbar-nav li .dropdown-menu {
  left: 0;
  top: 100%;
  z-index: 100;
  margin: 0px;
  padding: 15px 0px;
  height: auto;
  min-width: 200px;
  display: block;
  box-shadow: 1.782px 0.908px 32.2px 2.8px rgba(214, 243, 69, 0.23);
  border: 1px solid rgba(214, 243, 69, 0.4);
  border-radius: 8px;
  position: absolute;
  background: var(--pg-clr-black-1);
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.5s var(--pg-cube-1);
}
.pg-main-navigation .navbar-nav li .dropdown-menu li {
  display: block;
  margin: 0;
}
.pg-main-navigation .navbar-nav li .dropdown-menu li::after {
  display: none;
}
.pg-main-navigation .navbar-nav li .dropdown-menu li a {
  width: 100%;
  display: block;
  padding: 9px 20px;
  padding-left: 30px;
}
.pg-main-navigation .navbar-nav li .dropdown-menu li:is(.dropdown) > a {
  padding-right: 13px;
}
.pg-main-navigation .navbar-nav li .dropdown-menu li:is(.dropdown) > a::before {
  display: block;
  content: "\f107";
  font-family: "Font Awesome 6 free";
  font-weight: 700;
  position: absolute;
  font-size: 11px;
  right: 20px;
  top: 51%;
  transform: translateY(-50%);
  opacity: 42%;
}
.pg-main-navigation .navbar-nav li .dropdown-menu li:hover > a {
  transform: translateX(5px);
}
.pg-main-navigation .navbar-nav li .dropdown-menu li .dropdown-menu {
  top: 0;
  left: 100%;
}

/* 
    header-1-end
*/
/* 
    header-2-start
*/
.pg-header-2-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.pg-header-2-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: -216px;
  gap: 30px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pg-header-2-wrap {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-header-2-wrap {
    margin-left: 0px;
    padding: 20px 0;
  }
}
.pg-header-2-social {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .pg-header-2-social {
    display: none;
  }
}
.pg-header-2-social .link-elm {
  font-size: 16px;
  display: flex;
  gap: 6px;
  align-items: center;
  transition: all 0.5s var(--pg-cube-1);
}
.pg-header-2-social .link-elm i {
  font-size: 20px;
  margin-top: -4px;
}
.pg-header-2-social .link-elm:hover {
  color: var(--pg-clr-pr-1);
}
.pg-header-2-social .link-elm:hover i {
  animation: pulse 1s;
}

/* 
    header-2-end
*/
/* 
    header-3-start
*/
.pg-header-3-area {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  z-index: 99;
}
.pg-header-3-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.pg-header-3-action-link {
  display: flex;
  align-items: center;
  gap: 30px;
}
.pg-header-3-action-link .pg-header-1-social {
  display: inline-flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-header-3-action-link .pg-header-1-social {
    display: none;
  }
}
.pg-header-3-action-link .pg-header-1-social .link-elm .icon {
  background: var(--pg-clr-pr-1);
}

/* 
    header-3-end
*/
/* 
    sticky-header-css-start
*/
.wa_sticky_header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  transition: 400ms ease-in-out;
  z-index: 8;
}
.wa_sticky_header:is(.wa_sticky) {
  transform: translateY(-190%);
}
.wa_sticky_header:is(.wa_sticky):is(.wa_sticky_show) {
  transform: translateY(0%);
}
.wa_sticky_header:is(.pg-header-2-area):is(.wa_sticky_show) {
  background-color: #000;
}

/* 
    sticky-header-css-end
*/
/* 
    hero-1-start
*/
.pg-hero-1-area {
  margin-top: 165px;
}
.pg-hero-1-wrap {
  margin-right: -181px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 50px;
  align-items: center;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .pg-hero-1-wrap {
    grid-template-columns: 1.4fr 1fr;
    margin-right: -12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-hero-1-wrap {
    grid-template-columns: 1fr;
    margin-right: 0;
    gap: 0;
  }
}
.pg-hero-1-left {
  padding: 100px 0;
  overflow: hidden;
}
.pg-hero-1-left-inner {
  display: flex;
  align-items: center;
  margin-top: 24px;
  padding-left: 5px;
}
@media (max-width: 767px) {
  .pg-hero-1-left-inner {
    flex-wrap: wrap;
    gap: 20px 0;
  }
}
.pg-hero-1-left-inner .inner-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-left: -57px;
  position: relative;
  z-index: 1;
  margin-right: 70px;
}
@media (max-width: 767px) {
  .pg-hero-1-left-inner .inner-img {
    margin-right: 20px;
  }
}
.pg-hero-1-title {
  font-size: 156px;
  color: #000;
  line-height: 0.8;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .pg-hero-1-title {
    font-size: 126px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .pg-hero-1-title {
    font-size: 120px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pg-hero-1-title {
    font-size: 110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pg-hero-1-title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pg-hero-1-title {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .pg-hero-1-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pg-hero-1-title {
    font-size: 70px;
  }
}
.pg-hero-1-title .title-1 {
  display: inline;
}
.pg-hero-1-title .title-1 .split-line {
  display: inline !important;
  perspective: 2000px;
  transform-style: preserve-3d;
}
.pg-hero-1-title .title-1 .split-line div {
  transform-origin: 40% 68%;
}
.pg-hero-1-title .title-2 {
  font-size: 35px;
  transform: translateY(-24px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pg-hero-1-title .title-2 {
    font-size: 30px;
    transform: translateY(0px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pg-hero-1-title .title-2 {
    font-size: 25px;
    transform: translateY(0px);
  }
}
@media (max-width: 767px) {
  .pg-hero-1-title .title-2 {
    font-size: 18px;
    transform: translateY(0px);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pg-hero-1-title .title-2 {
    font-size: 20px;
    transform: translateY(0px);
  }
}
.pg-hero-1-img {
  height: 975px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .pg-hero-1-img {
    height: 775px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .pg-hero-1-img {
    height: 750px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .pg-hero-1-img {
    height: 650px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pg-hero-1-img {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .pg-hero-1-img {
    height: 500px;
  }
}

#wa_liquid_img {
  width: 100%;
  height: 100%;
  position: relative;
}

#wa_liquid_img canvas {
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: cover;
}

/* 
    hero-1-end
*/
/* 
    hero-2-start
*/
.pg-hero-2-area {
  padding-top: 120px;
}
.pg-hero-2-bg-img {
  width: 29%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.pg-hero-2-item {
  height: 750px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pg-hero-2-item {
    height: 650px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pg-hero-2-item {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .pg-hero-2-item {
    height: 550px;
  }
}
.pg-hero-2-item::after {
  content: "";
  width: 990px;
  height: 500px;
  background: linear-gradient(45deg, black 60%, transparent);
  position: absolute;
  bottom: -60px;
  left: -70px;
  filter: blur(41px);
  opacity: 0.8;
  z-index: 1;
}
.pg-hero-2-item-img {
  width: 100%;
  height: 100%;
}
.pg-hero-2-item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 85px 90px;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-hero-2-item-content {
    padding: 55px 20px;
  }
}
.pg-hero-2-item-content .title {
  font-size: 100px;
  line-height: 1;
  max-width: 824px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pg-hero-2-item-content .title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pg-hero-2-item-content .title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pg-hero-2-item-content .title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pg-hero-2-item-content .title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .pg-hero-2-item-content .title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pg-hero-2-item-content .title {
    font-size: 50px;
  }
}
.pg-hero-2-item-content .title .split-line {
  overflow: hidden;
}
.pg-hero-2-item-content .title .split-line > div {
  transform: translateY(100%);
  transition: all 0.5s var(--pg-cube-1);
  transition-delay: 0s;
}
.pg-hero-2-item-content .pg-pr-btn-2 {
  transform: translateY(100%);
  transition: all 0.5s var(--pg-cube-1);
  transition-delay: 0s;
}
.pg-hero-2-slider {
  margin-right: -264px;
  border-radius: 10px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .pg-hero-2-slider {
    margin-right: -107px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .pg-hero-2-slider {
    margin-right: -60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pg-hero-2-slider {
    margin-right: -48px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-hero-2-slider {
    margin-right: 0px;
  }
}
.pg-hero-2-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .pg-hero-2-item-content .title .split-line > div {
  transform: translateY(0);
  transition-delay: 0.3s;
}
.pg-hero-2-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .pg-hero-2-item-content .pg-pr-btn-2 {
  transform: translateY(0);
  transition-delay: 0.5s;
}
.pg-hero-2-slider-btn {
  background-color: #0d0d0d;
  border-radius: 10px;
  max-width: 695px;
  position: absolute;
  bottom: 20px;
  right: 28px;
  z-index: 1;
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  padding: 18px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-hero-2-slider-btn {
    position: unset;
    margin-top: 40px;
  }
}
.pg-hero-2-slider-btn .btn-elm {
  font-size: 18px;
  margin-bottom: -4px;
  cursor: pointer;
}
.pg-hero-2-slider-btn .line {
  width: 100%;
  height: 1px;
}
.pg-hero-2-slider-btn .slider-pagination {
  display: inline-flex;
  width: auto !important;
  gap: 10px;
}
.pg-hero-2-slider-btn .slider-pagination span {
  opacity: 1;
  width: 20px;
  height: 20px;
  background: var(--pg-clr-gd-1);
  position: relative;
  z-index: 1;
  margin: 0 !important;
}
.pg-hero-2-slider-btn .slider-pagination span::after {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  background: #0d0d0d;
  border-radius: 50%;
}
.pg-hero-2-slider-btn .slider-pagination span::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--pg-clr-gd-1);
  border-radius: 50%;
  z-index: 1;
  transition: all 0.5s var(--pg-cube-1);
  opacity: 0;
}
.pg-hero-2-slider-btn .slider-pagination span:is(.swiper-pagination-bullet-active)::before {
  opacity: 1;
}

/* 
    hero-2-end
*/
/* 
    hero-3-start
*/
#pp-nav {
  display: none;
}

@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .pg-home-3-sections .section {
    height: 100vh;
    width: 100%;
    overflow: hidden;
  }
}

.pg-hero-3-area {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
}
.pg-hero-3-area::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.2;
}
.pg-hero-3-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.pg-hero-3-bg-img .scale-elm {
  transform: scale(1.1);
}
.pg-hero-3-content {
  padding-bottom: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-hero-3-content {
    padding-top: 220px;
  }
}
.pg-hero-3-content .subtitle {
  font-size: 30px;
  color: #d6fffe;
}
.pg-hero-3-content .inner-div-1 {
  display: flex;
  gap: 100px;
  align-items: start;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-hero-3-content .inner-div-1 {
    flex-wrap: wrap;
    gap: 0;
  }
}
.pg-hero-3-content .title-1 {
  font-size: 290px;
  line-height: 0.9;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .pg-hero-3-content .title-1 {
    font-size: 270px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pg-hero-3-content .title-1 {
    font-size: 250px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pg-hero-3-content .title-1 {
    font-size: 230px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pg-hero-3-content .title-1 {
    font-size: 210px;
  }
}
@media (max-width: 767px) {
  .pg-hero-3-content .title-1 {
    font-size: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pg-hero-3-content .title-1 {
    font-size: 150px;
  }
}
.pg-hero-3-content .inner-div-2 {
  display: flex;
  gap: 50px;
  align-items: center;
  margin-top: -20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pg-hero-3-content .inner-div-2 {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-hero-3-content .inner-div-2 {
    margin-top: 30px;
    flex-wrap: wrap;
  }
}
.pg-hero-3-content .disc {
  font-size: 25px;
  max-width: 375px;
  font-weight: 400;
  margin-top: -15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-hero-3-content .disc {
    margin-top: 0px;
  }
}
.pg-hero-3-content .title-2 {
  font-size: 170px;
  line-height: 0.9;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .pg-hero-3-content .title-2 {
    font-size: 150px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pg-hero-3-content .title-2 {
    font-size: 130px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pg-hero-3-content .title-2 {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pg-hero-3-content .title-2 {
    font-size: 110px;
  }
}
@media (max-width: 767px) {
  .pg-hero-3-content .title-2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pg-hero-3-content .title-2 {
    font-size: 80px;
  }
}
.pg-hero-3-btn {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  margin-top: 27px;
}
.pg-hero-3-btn .btn-icon {
  width: 100px;
  height: 100px;
  background: var(--pg-clr-pr-1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 25px;
  position: absolute;
  transform: translateX(4px);
}
.pg-hero-3-btn .btn-icon i {
  transform: rotate(-30deg);
}
.pg-hero-3-btn img {
  animation: plybtn2kf 10s linear infinite;
}

@keyframes plybtn2kf {
  0% {
    transform: rotate(0deg);
  }
  33% {
    transform: rotate(30deg);
  }
  66% {
    transform: rotate(-30deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.section:is(.active) .pg-hero-3-content .subtitle span {
  animation: slideInUp 0.5s backwards;
  animation-timing-function: var(--pg-cube-1);
  animation-delay: 0.7s;
}
.section:is(.active) .pg-hero-3-content .title-1 {
  animation: slideInUp 0.5s backwards;
  animation-timing-function: var(--pg-cube-1);
  animation-delay: 0.8s;
}
.section:is(.active) .pg-hero-3-content .pg-hero-3-btn {
  animation: slideInUp 0.5s backwards;
  animation-timing-function: var(--pg-cube-1);
  animation-delay: 0.9s;
}
.section:is(.active) .pg-hero-3-content .disc {
  animation: slideInUp 0.5s backwards;
  animation-timing-function: var(--pg-cube-1);
  animation-delay: 1s;
}
.section:is(.active) .pg-hero-3-content .title-2 {
  animation: slideInUp 0.5s backwards;
  animation-timing-function: var(--pg-cube-1);
  animation-delay: 1.1s;
}

/* 
    hero-3-end
*/
/* 
    about-1-start
*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-about-1-area {
    padding-top: 100px;
  }
}
.pg-about-1-wrap {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 50px;
  align-items: end;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .pg-about-1-wrap {
    grid-template-columns: 1fr auto;
  }
}
@media (max-width: 767px) {
  .pg-about-1-wrap {
    grid-template-columns: 1fr;
  }
}
.pg-about-1-satisfaction {
  max-width: 290px;
  text-align: center;
}
.pg-about-1-satisfaction .number {
  font-size: 70px;
  color: var(--pg-clr-pr-1);
  line-height: 0.8;
  display: flex;
}
.pg-about-1-satisfaction .number .counter {
  font-size: 250px;
  color: #fff;
  margin-top: -15px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pg-about-1-satisfaction .number .counter {
    font-size: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-about-1-satisfaction .number .counter {
    font-size: 150px;
  }
}
.pg-about-1-satisfaction .inner-div {
  display: inline-flex;
  gap: 10px;
  margin-left: 10px;
  margin-top: -16px;
}
.pg-about-1-satisfaction .satisfaction-rating {
  font-size: 50px;
  color: var(--pg-clr-pr-1);
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}
.pg-about-1-satisfaction .satisfaction-rating .rating-number {
  font-size: 18px;
  position: absolute;
  color: #000;
  margin-top: 10px;
}
.pg-about-1-satisfaction .disc {
  font-size: 23px;
  line-height: 1.217;
  font-weight: 400;
  text-align: left;
}
.pg-about-1-progress {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 16px;
  margin-left: -90px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-about-1-progress {
    margin-left: 0;
  }
}
.pg-about-1-progress-single {
  background-color: #0c0c0c;
  border-radius: 10px 5px 5px 10px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  transform: translateX(100%);
  transition: all 1s var(--pg-cube-1);
}
.pg-about-1-progress-single .number {
  font-size: 18px;
  color: var(--pg-clr-pr-1);
  font-weight: 400;
  flex: 0 0 auto;
}
.pg-about-1-progress-single .title {
  padding: 10px 25px;
  background-color: var(--pg-clr-pr-1);
  color: #000;
  font-size: 18px;
}
.pg-about-1-progress-single:is(.active) {
  transform: translateX(0%);
}
.pg-about-1-testimonial {
  margin-top: -345px;
  background: #000;
  border-radius: 10px 10px 0 0;
  position: relative;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pg-about-1-testimonial {
    margin-top: -265px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-about-1-testimonial {
    margin-top: 0px;
  }
}
.pg-about-1-testimonial .padding-wrap {
  padding: 75px 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-about-1-testimonial .padding-wrap {
    padding: 75px 25px;
  }
}
.pg-about-1-testimonial .author-rating {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.pg-about-1-testimonial .author-img {
  width: 84px;
  border-radius: 50%;
}
.pg-about-1-testimonial .author-title {
  font-weight: 400;
}
.pg-about-1-testimonial-img {
  width: 84px;
  height: 84px;
  border-radius: 50%;
}
.pg-about-1-testimonial .pg-rating-1 {
  margin-left: auto;
}
.pg-about-1-testimonial .disc {
  font-size: 35px;
  line-height: 1.142;
  margin-top: 50px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .pg-about-1-testimonial .disc {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pg-about-1-testimonial .disc {
    font-size: 26px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-about-1-testimonial .disc {
    font-size: 22px;
  }
}
.pg-about-1-testimonial .pg-pr-btn-2 {
  width: 100%;
  justify-content: center;
  border-radius: 0 0 10px 10px;
}

/* 
    about-1-end
*/
/* 
    about-2-start
*/
.pg-about-2-sec-title {
  max-width: 810px;
}
.pg-about-2-wrap {
  display: grid;
  grid-template-columns: 1.07fr 1fr;
  gap: 55px;
}
@media (max-width: 767px) {
  .pg-about-2-wrap {
    grid-template-columns: 1fr;
  }
}
.pg-about-2-img-1 {
  height: 400px;
  border-radius: 10px;
}
.pg-about-2-counter {
  display: flex;
  align-items: end;
  gap: 10px;
}
.pg-about-2-counter .number {
  font-size: 220px;
  line-height: 0.8;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-about-2-counter .number {
    font-size: 160px;
  }
}
.pg-about-2-counter .content {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.pg-about-2-counter .plus {
  font-size: 60px;
}
.pg-about-2-counter .disc {
  font-size: 26px;
}
.pg-about-2-counter .disc span {
  display: block;
  font-size: 17px;
}
.pg-about-2-content-disc {
  font-size: 23px;
}
.pg-about-2-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
  margin-top: 32px;
}
.pg-about-2-list li {
  font-size: 22px;
  font-weight: 500;
  display: flex;
  gap: 10px;
}
.pg-about-2-wrap-2 {
  display: flex;
  gap: 40px;
}
.pg-about-2-wrap-2 .item-btn {
  writing-mode: sideways-lr;
  justify-content: center;
  width: 90px;
}
.pg-about-2-img-2 {
  height: 340px;
  border-radius: 10px;
  width: 100%;
}

.pg-section-line-1 {
  width: 100%;
  height: 1px;
  background: radial-gradient(circle, #3e3e3e 0%, rgba(0, 90, 255, 0) 100%);
}

/* 
    about-2-end
*/
/* 
    projects-1-start
*/
.pg-projects-1-wrap {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-projects-1-wrap {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.pg-projects-1-wrap-line {
  width: 1px;
  height: calc(100% - 256px);
  background-color: #2a2a2a;
  position: relative;
  z-index: 1;
  margin-top: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-projects-1-wrap-line {
    display: none;
  }
}
.pg-projects-1-wrap-line::after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #82dd49;
  position: absolute;
  left: -7px;
  animation: p1lineAfterKf 20s linear infinite;
}
.pg-projects-1-wrap-line::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #82dd49;
  position: absolute;
  left: -7px;
  bottom: 0;
  animation: p1lineAfterKf2 20s linear infinite;
}
.pg-projects-1-wrap-left .pg-projects-1-item:not(:last-child) {
  margin-bottom: 70px;
}
.pg-projects-1-wrap-left .pg-projects-1-item:last-child .item-line {
  display: none;
}
.pg-projects-1-wrap-right {
  margin-top: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-projects-1-wrap-right {
    margin-top: 70px;
  }
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .pg-projects-1-wrap-right .pg-projects-1-item .item-line {
    margin-left: -90px;
  }
  .pg-projects-1-wrap-right .pg-projects-1-item .item-line::after {
    animation-delay: 7s;
  }
}
.pg-projects-1-wrap-right .pg-projects-1-item:not(:last-child) {
  margin-bottom: 70px;
}
.pg-projects-1-wrap-right .pg-projects-1-item:last-child .item-line {
  display: none;
}
.pg-projects-1-item .item-img {
  height: 588px;
  border-radius: 10px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .pg-projects-1-item .item-img {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .pg-projects-1-item .item-img {
    height: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pg-projects-1-item .item-img {
    height: 500px;
  }
}
.pg-projects-1-item .content-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.pg-projects-1-item .item-title {
  font-size: 40px;
  transition: all 0.5s var(--pg-cube-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-projects-1-item .item-title {
    font-size: 30px;
  }
}
.pg-projects-1-item .item-title:hover {
  transform: translateX(3px);
}
.pg-projects-1-item .disc {
  font-size: 20px;
  color: #7d7d7d;
  font-weight: 300;
  margin-top: 1px;
}
.pg-projects-1-item .item-line {
  width: calc(100% + 90px);
  height: 1px;
  background: #2a2a2a;
  position: relative;
  z-index: 1;
  margin-top: 65px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-projects-1-item .item-line {
    width: 100%;
  }
}
.pg-projects-1-item .item-line::after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #82dd49;
  position: absolute;
  left: 0;
  bottom: -7px;
  animation: p1ItemLineAfterKf 15s linear infinite;
}
.pg-projects-1-item .item-btn {
  width: 72px;
  height: 72px;
  background-color: #353535;
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  color: #fff;
  transition: all 0.5s var(--pg-cube-1);
}
.pg-projects-1-item .item-btn:hover {
  background: var(--pg-clr-pr-1);
  color: #000;
}

@keyframes p1ItemLineAfterKf {
  0% {
    left: 0%;
  }
  50% {
    left: 99%;
  }
  100% {
    left: 0%;
  }
}
@keyframes p1lineAfterKf {
  0% {
    top: 0%;
  }
  50% {
    top: 99%;
  }
  100% {
    top: 0%;
  }
}
@keyframes p1lineAfterKf2 {
  0% {
    bottom: 0%;
  }
  50% {
    bottom: 99%;
  }
  100% {
    bottom: 0%;
  }
}
/* 
    projects-1-end
*/
/* 
    projects-2-start
*/
.pg-projects-2-sec-title {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.pg-projects-2-wrap {
  max-width: 1225px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.pg-projects-2-item {
  border-radius: 10px;
  padding: 115px 100px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-projects-2-item {
    padding: 115px 25px;
  }
}
.pg-projects-2-item .main-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.pg-projects-2-item .content-wrap {
  max-width: 480px;
  background: #000;
  border-radius: 10px;
  padding-top: 85px;
  padding-left: 65px;
  padding-bottom: 25px;
  padding-right: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-projects-2-item .content-wrap {
    padding-top: 65px;
    padding-left: 25px;
  }
}
.pg-projects-2-item .item-btn {
  display: inline-flex;
  background: #fff;
  border-radius: 50%;
  width: 62px;
  height: 62px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.5s var(--pg-cube-1);
}
.pg-projects-2-item .item-btn .bg-clr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.5s var(--pg-cube-1);
  opacity: 0;
}
.pg-projects-2-item .item-btn:hover {
  background: transparent;
  color: #fff;
}
.pg-projects-2-item .item-btn:hover .bg-clr {
  opacity: 1;
}
.pg-projects-2-item .item-date {
  font-size: 16px;
  color: #000;
  display: inline-block;
  padding: 7px 20px;
  padding-top: 12px;
  border-radius: 100px;
  margin-bottom: 16px;
}
.pg-projects-2-item .item-title {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 14px;
  transition: all 0.5s var(--pg-cube-1);
}
@media (max-width: 767px) {
  .pg-projects-2-item .item-title {
    font-size: 26px;
  }
}
.pg-projects-2-item .item-title:hover {
  transform: translateX(3px);
}

/* 
    projects-2-end
*/
/* 
    services-1-start
*/
.pg-services-1-top {
  display: grid;
  gap: 50px;
  max-width: 1408px;
  grid-template-columns: 1fr 2.3fr;
  margin-bottom: -7px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .pg-services-1-top {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-services-1-top {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
    gap: 10px;
  }
}
.pg-services-1-top .pg-about-1-satisfaction {
  max-width: 340px;
  text-align: center;
  display: inline-flex;
  align-items: end;
}
.pg-services-1-top .pg-about-1-satisfaction .number {
  font-size: 43px;
  color: #fff;
  line-height: 1;
}
.pg-services-1-top .pg-about-1-satisfaction .counter {
  margin-top: -21px;
}
.pg-services-1-top .pg-about-1-satisfaction .disc {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 55px;
  margin-left: -30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-services-1-top .pg-about-1-satisfaction .disc {
    margin-bottom: 25px;
  }
}
.pg-services-1-top .pg-about-1-satisfaction .disc span {
  font-size: 20px;
}
.pg-services-1-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pg-services-1-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .pg-services-1-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pg-services-1-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.pg-services-1-card {
  background-color: #0c0c0c;
  border-radius: 30px;
  padding: 60px 40px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-services-1-card {
    padding: 60px 25px;
  }
}
.pg-services-1-card .icon {
  color: var(--pg-clr-pr-1);
  font-size: 70px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-services-1-card .icon {
    font-size: 50px;
  }
}
.pg-services-1-card .icon-x-number {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pg-services-1-card .number {
  font-size: 21px;
  font-weight: 300;
  color: #7d7d7d;
  transition: all 0.5s var(--pg-cube-1);
}
.pg-services-1-card .title {
  font-size: 28px;
  margin-top: 103px;
  transition: all 0.5s var(--pg-cube-1);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-services-1-card .title {
    font-size: 24px;
  }
}
.pg-services-1-card .title:hover {
  transform: translateX(3px);
}
.pg-services-1-card .ctg-x-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 14px;
  margin-bottom: -10px;
}
.pg-services-1-card .ctg-name {
  font-size: 21px;
  font-weight: 300;
  color: #7d7d7d;
}
.pg-services-1-card .item-btn {
  font-size: 18px;
  color: #7d7d7d;
  transition: all 0.5s var(--pg-cube-1);
}
.pg-services-1-card .item-btn:hover {
  color: var(--pg-clr-pr-1);
}
.pg-services-1-card:hover .number {
  color: var(--pg-clr-pr-1);
}
.pg-services-1-card:hover .icon i {
  animation: swing 1s;
}

/* 
    services-1-end
*/
/* 
    services-2-start
*/
.pg-services-2-wrap {
  border-radius: 10px;
  background-color: #0c0c0c;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 75px;
  padding: 90px 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pg-services-2-wrap {
    gap: 30px;
    padding: 60px 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pg-services-2-wrap {
    gap: 30px;
    padding: 60px 25px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .pg-services-2-wrap {
    gap: 30px;
    padding: 60px 25px;
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pg-services-2-wrap {
    gap: 30px;
    padding: 60px 25px;
    grid-template-columns: 1fr 1fr;
  }
}
.pg-services-2-item .icon {
  font-size: 65px;
  display: inline-block;
  color: #fff;
}
.pg-services-2-item .line {
  width: 100%;
  height: 1px;
  background: #343434;
  margin-top: 35px;
}
.pg-services-2-item .title {
  font-size: 25px;
  margin-top: 32px;
  transition: all 0.5s var(--pg-cube-1);
}
.pg-services-2-item .title:hover {
  transform: translateX(3px);
}
.pg-services-2-item .disc {
  margin-top: 8px;
  opacity: 90%;
}
.pg-services-2-item:hover .icon {
  animation: swing 1s backwards;
}

/* 
    services-2-end
*/
/* 
    services-3-start
*/
.pg-services-3-area {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.pg-services-3-area::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.3;
}
.pg-services-3-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.pg-services-3-bg-img .scale-elm {
  transform: scale(1.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-services-3-content {
    padding-top: 150px;
  }
}
.pg-services-3-content .subtitle {
  font-size: 30px;
  color: #fff;
}
.pg-services-3-content .title-1 {
  font-size: 290px;
  line-height: 0.9;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .pg-services-3-content .title-1 {
    font-size: 270px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .pg-services-3-content .title-1 {
    font-size: 250px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pg-services-3-content .title-1 {
    font-size: 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pg-services-3-content .title-1 {
    font-size: 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pg-services-3-content .title-1 {
    font-size: 130px;
  }
}
@media (max-width: 767px) {
  .pg-services-3-content .title-1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pg-services-3-content .title-1 {
    font-size: 100px;
  }
}
.pg-services-3-content .inner-div-1 {
  display: flex;
  gap: 50px;
  align-items: center;
  margin-top: -10px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .pg-services-3-content .inner-div-1 {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-services-3-content .inner-div-1 {
    margin-top: 0px;
    flex-wrap: wrap;
  }
}
.pg-services-3-content .disc {
  font-size: 25px;
  max-width: 565px;
  font-weight: 400;
}
.pg-services-3-content .services-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.pg-services-3-content .services-list li {
  font-size: 25px;
  font-weight: 400;
  display: flex;
  gap: 8px;
}
.pg-services-3-content .services-list li i {
  font-size: 17px;
  margin-top: 4px;
  color: var(--pg-clr-pr-1);
}
.pg-services-3-bottom {
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr 3fr 1fr;
  margin-top: 100px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pg-services-3-bottom {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-services-3-bottom {
    margin-top: 50px;
    grid-template-columns: 1fr;
  }
}
.pg-services-3-bottom .bottom-box {
  background: rgba(151, 20, 104, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-services-3-bottom .bottom-box {
    padding: 20px 20px;
  }
}
.pg-services-3-plybtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.pg-services-3-plybtn .btn-icon {
  width: 60px;
  height: 60px;
  position: absolute;
  background: var(--pg-clr-pr-1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
}
.pg-services-3-plybtn img {
  animation: plybtn2kf 10s linear infinite;
}
.pg-services-3-bottom-features {
  display: flex;
  gap: 50px;
  max-width: 850px;
}
@media (max-width: 767px) {
  .pg-services-3-bottom-features {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.pg-services-3-bottom-features-single {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 30px 0;
}
.pg-services-3-bottom-features-single .icon {
  width: 55px;
  height: 55px;
  background: #342757;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 23px;
  border-radius: 50%;
}
.pg-services-3-bottom-features-single .title {
  font-size: 25px;
}
.pg-services-3-bottom-features-single .disc {
  font-size: 20px;
  font-weight: 400;
  margin-top: 6px;
  opacity: 0.9;
}
.pg-services-3-bottom-features-single:hover .icon i {
  animation: swing 1s;
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .pg-services-3-bottom-features-single:not(:last-child) {
    padding-right: 50px;
    border-right: 1px solid #B2A9AC;
  }
}
.pg-services-3-bottom-social {
  text-align: center;
}
.pg-services-3-bottom-social .title {
  font-size: 20px;
}
.pg-services-3-bottom-social .item-wrap {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
.pg-services-3-bottom-social .link-elm {
  font-size: 20px;
  color: #fff;
  transition: all 0.5s var(--pg-cube-1);
}
.pg-services-3-bottom-social .link-elm:hover {
  color: var(--pg-clr-pr-1);
}

.section:is(.active) .pg-services-3-content .subtitle span {
  animation: slideInUp 0.5s backwards;
  animation-timing-function: var(--pg-cube-1);
  animation-delay: 0.7s;
}
.section:is(.active) .pg-services-3-content .title-1 span {
  animation: slideInUp 0.5s backwards;
  animation-timing-function: var(--pg-cube-1);
  animation-delay: 0.8s;
}
.section:is(.active) .pg-services-3-content .inner-div-1 {
  animation: fadeInUp2 0.5s backwards;
  animation-timing-function: var(--pg-cube-1);
  animation-delay: 0.9s;
}
.section:is(.active) .pg-services-3-content .pg-pr-btn-2 {
  animation: fadeInUp2 0.5s backwards;
  animation-timing-function: var(--pg-cube-1);
  animation-delay: 1s;
}
.section:is(.active) .pg-services-3-bottom {
  animation: fadeInUp2 0.5s backwards;
  animation-timing-function: var(--pg-cube-1);
  animation-delay: 1.1s;
}

/* 
    services-3-end
*/
/* 
    video-1-start
*/
.pg-video-1-wrap {
  height: 775px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pg-video-1-wrap {
    height: 700px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pg-video-1-wrap {
    height: 650px;
  }
}
@media (max-width: 767px) {
  .pg-video-1-wrap {
    height: 500px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pg-video-1-wrap {
    height: 550px;
  }
}
.pg-video-1-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pg-video-1-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 40%;
}
.pg-video-1-content {
  position: absolute;
  bottom: 35px;
  left: 75px;
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 600px;
  z-index: 2;
}
@media (max-width: 767px) {
  .pg-video-1-content {
    flex-wrap: wrap;
  }
}
.pg-video-1-content .pg-plybtn-1 {
  flex: 0 0 auto;
}
.pg-video-1-content .pg-plybtn-1 .icon-elm {
  color: #fff;
}

/* 
    video-1-end
*/
/* 
    counter-1-start
*/
.pg-counter-1-sec-title {
  max-width: 730px;
  margin-bottom: 35px;
}
.pg-counter-1-wrap {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 50px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .pg-counter-1-wrap {
    justify-content: center;
  }
}
.pg-counter-1-icon {
  font-size: 60px;
  color: var(--pg-clr-pr-1);
  margin-top: 60px;
}
@media (max-width: 767px) {
  .pg-counter-1-icon {
    display: none;
  }
}
.pg-counter-1-item {
  text-align: center;
}
.pg-counter-1-item .item-number {
  width: 173px;
  height: 173px;
  border: 1px solid var(--pg-clr-pr-1);
  border-radius: 50%;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.pg-counter-1-item .number-title {
  position: absolute;
  top: 0;
  right: 0;
  width: 43px;
  height: 43px;
  background: var(--pg-clr-pr-1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: #000;
}
.pg-counter-1-item .disc {
  font-size: 24px;
  max-width: 173px;
  margin-top: 30px;
}

/* 
    counter-1-end
*/
/* 
    features-1-start
*/
.pg-features-1-wrap {
  padding: 0 80px;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 2.1fr;
  gap: 50px;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-features-1-wrap {
    padding: 50px 20px;
    grid-template-columns: 1fr;
  }
}
.pg-features-1-wrap-bg {
  position: absolute;
  top: 90px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 180px);
  border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-features-1-wrap-bg {
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.pg-features-1-tabs-btn {
  gap: 40px;
  display: flex;
  flex-direction: column;
}
.pg-features-1-tabs-btn .nav-link {
  background: transparent;
  font-size: 40px;
  text-align: left;
  position: relative;
  z-index: 1;
  transition: all 0.5s var(--pg-cube-1);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .pg-features-1-tabs-btn .nav-link {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-features-1-tabs-btn .nav-link {
    font-size: 28px;
  }
}
.pg-features-1-tabs-btn .nav-link::after {
  content: "";
  width: 13px;
  height: 30px;
  border-radius: 6px;
  background: #c9f31d;
  position: absolute;
  top: 40%;
  left: -25px;
  transform: translateY(-50%);
  transition: all 0.5s var(--pg-cube-1);
  opacity: 0;
}
.pg-features-1-tabs-btn .nav-link:is(.active) {
  color: #c9f31d;
  transform: translateX(25px);
}
.pg-features-1-tabs-btn .nav-link:is(.active)::after {
  opacity: 1;
}
.pg-features-1-tabs-btn .nav-link:hover {
  color: #c9f31d;
}
.pg-features-1-tabs-content {
  display: grid;
  grid-template-columns: 1.67fr 1fr;
  align-items: center;
  gap: 50px;
}
@media (max-width: 767px) {
  .pg-features-1-tabs-content {
    grid-template-columns: 1fr;
  }
}
.pp-tableCell .elementor, 
.pp-tableCell .elementor-element {
  height: 100%;
}
.pg-features-1-tabs-content-slider {
  overflow: hidden !important;
  border-radius: 10px;
  height: 630px;
}
@media (max-width: 767px) {
  .pg-features-1-tabs-content-slider {
    height: 350px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pg-features-1-tabs-content-slider {
    height: 450px;
  }
}
.pg-features-1-tabs-content-slider-img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.pg-features-1-tabs-content-slider .slider-pagination {
  position: absolute;
  bottom: 20px !important;
  left: 0;
  width: 100%;
  z-index: 1;
  justify-content: center;
  display: flex;
}
.pg-features-1-tabs-content-slider .slider-pagination span {
  width: 20px;
  height: 7px;
  border-radius: 4px;
  opacity: 1;
  background-color: #c9f31d;
  opacity: 0.5;
}
.pg-features-1-tabs-content-slider .slider-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
}
.pg-features-1-tabs-content-right .title {
  font-size: 25px;
  font-weight: 700;
}
.pg-features-1-tabs-content-right .disc {
  font-size: 22px;
  font-weight: 400;
  margin-top: 15px;
}
.pg-features-1-tabs-content-right .btn-wrap {
  margin-top: 25px;
}
.pg-features-1-tabs-pane {
  position: relative;
  z-index: 1;
}
.pg-features-1-tabs-pane .tab-pane {
  display: block !important;
  opacity: 0;
  position: relative;
}
.pg-features-1-tabs-pane .tab-pane:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.pg-features-1-tabs-pane .tab-pane:is(.show) {
  opacity: 1;
  z-index: 1;
}
.pg-features-1-tabs-pane .tab-pane:is(.show) .pg-features-1-tabs-content-right .title, .pg-features-1-tabs-pane .tab-pane:is(.show) .pg-features-1-tabs-content-right .disc, .pg-features-1-tabs-pane .tab-pane:is(.show) .pg-features-1-tabs-content-right .btn-wrap {
  animation: fadeInUp 0.5s backwards;
  animation-timing-function: var(--pg-cube-1);
}
.pg-features-1-tabs-pane .tab-pane:is(.show) .pg-features-1-tabs-content-right .title {
  animation-delay: 0.3s;
}
.pg-features-1-tabs-pane .tab-pane:is(.show) .pg-features-1-tabs-content-right .disc {
  animation-delay: 0.5s;
}
.pg-features-1-tabs-pane .tab-pane:is(.show) .pg-features-1-tabs-content-right .btn-wrap {
  animation-delay: 0.7s;
}

/* 
    features-1-end
*/
/* 
    team-1-start
*/
.pg-team-1-sec-title {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .pg-team-1-sec-title {
    flex-wrap: wrap;
    justify-content: start;
  }
    
}
.pg-team-1-sec-title .sec-disc {
  max-width: 540px;
  font-size: 25px;
  font-weight: 400;
}
.pg-team-1-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pg-team-1-wrap {
    gap: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pg-team-1-wrap {
    gap: 50px 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pg-team-1-wrap {
    gap: 50px 30px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .pg-team-1-wrap {
    gap: 50px 30px;
    grid-template-columns: 1fr;
  }
}
.pg-team-1-member {
  display: flex;
  flex-direction: column;
  gap: 35px;
  overflow: hidden;
}
.pg-team-1-member .member-img {
  height: 370px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.pg-team-1-member .member-img::after {
  content: "";
  width: 100%;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--pg-clr-pr-1);
  transition: all 0.5s var(--pg-cube-1);
  transform: translateY(-100%);
}
.pg-team-1-member .member-img::before {
  content: "";
  width: 100%;
  height: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--pg-clr-pr-1);
  transition: all 0.5s var(--pg-cube-1);
  transform: translateY(100%);
}
.pg-team-1-member .content-wrap {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
.pg-team-1-member .content-wrap::after {
  content: "";
  width: 1px;
  height: 105px;
  position: absolute;
  right: 37px;
  top: -50px;
  background: var(--pg-clr-pr-1);
  transition: all 0.5s var(--pg-cube-1);
}
.pg-team-1-member .member-btn {
  width: 72px;
  height: 72px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--pg-clr-pr-1);
  border-radius: 50%;
  font-size: 18px;
  color: #000;
  transition: all 0.5s var(--pg-cube-1);
  transform: translateX(100%);
  opacity: 0;
}
.pg-team-1-member .author-bio {
  position: relative;
  padding-left: 20px;
  transition: all 0.5s var(--pg-cube-1);
  transform: translateX(-20px);
}
.pg-team-1-member .author-bio::after {
  width: 10px;
  height: 85%;
  border-radius: 6px;
  background: var(--pg-clr-pr-1);
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  transition: all 0.5s var(--pg-cube-1);
  transform: scaleX(0);
}
.pg-team-1-member .member-name {
  font-size: 30px;
  transition: all 0.5s var(--pg-cube-1);
}
.pg-team-1-member .member-name:hover {
  color: #fff;
}
.pg-team-1-member .member-dg {
  font-size: 20px;
  font-weight: 400;
  margin-top: 8px;
  color: var(--pg-clr-pr-1);
}
.pg-team-1-member .member-social {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 15px;
  font-size: 18px;
  margin-top: 8px;
  transition: all 0.5s var(--pg-cube-1);
  opacity: 0;
  transform: translateY(100%);
}
.pg-team-1-member .member-social .link-elm {
  transition: all 0.5s var(--pg-cube-1);
}
.pg-team-1-member .member-social .link-elm:hover {
  color: var(--pg-clr-pr-1);
}
.pg-team-1-member:hover .member-img::after {
  transform: translateY(0);
}
.pg-team-1-member:hover .member-img::before {
  transform: translateY(0);
}
.pg-team-1-member:hover .content-wrap::after {
  transform: scaleY(0);
}
.pg-team-1-member:hover .member-btn {
  transform: translateX(0);
  opacity: 1;
}
.pg-team-1-member:hover .member-social {
  transform: translateY(0);
  opacity: 1;
}
.pg-team-1-member:hover .author-bio {
  transform: translateX(0);
}
.pg-team-1-member:hover .author-bio::after {
  transform: scaleX(1);
}
.pg-team-1-member:is(.has-v2) .content-wrap::after {
  top: 40px;
}

/* 
    team-1-end
*/
/* 
    team-2-start
*/
.pg-team-2-wrap {
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-team-2-wrap {
    grid-template-columns: 1fr;
  }
}
.pg-team-2-sec-title .sec-disc {
  font-size: 20px;
  margin-top: 16px;
}
.pg-team-2-progress {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.pg-team-2-progress-single .title {
  font-size: 18px;
  font-weight: 400;
}
.pg-team-2-progress-single .progress-line {
  width: 100%;
  height: 22px;
  background: #0c0c0c;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 10px;
}
.pg-team-2-progress-single .progress-line:is(.active) .progress-line-fill {
  transform: translateX(0);
}
.pg-team-2-progress-single .progress-line-fill {
  height: 100%;
  border-radius: 20px;
  transform: translateX(-100%);
  transition: all 2s var(--pg-cube-1);
}
.pg-team-2-left {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (min-width: 1800px) {
  .pg-team-2-left {
    margin-left: -265px;
  }
}
@media (max-width: 767px) {
  .pg-team-2-left {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pg-team-2-left {
    grid-template-columns: 1fr 1fr;
  }
}
.pg-team-2-img {
  height: 345px;
  border-radius: 10px;
}

/* 
    team-2-end
*/
/* 
    partner-1-start
*/
.pg-partner-1-title {
  text-align: center;
  font-weight: 400;
  font-size: 21px;
  color: #b4b4b4;
}
.pg-partner-1-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px 100px;
  margin-top: 25px;
  flex-wrap: wrap;
}
.pg-partner-1-logo .single-logo img {
  transition: all 0.5s var(--pg-cube-1);
}
.pg-partner-1-logo .single-logo:hover img {
  animation: flash 0.8s;
  filter: sepia(1) saturate(5000%) hue-rotate(60deg) brightness(1);
}

/* 
    partner-1-end
*/
/* 
    partner-2-start
*/
.pg-partner-2-area .pg-partner-1-logo {
  margin-top: 0;
}
.pg-partner-2-area .pg-partner-1-logo .single-logo {
  opacity: 0.3;
  transition: all 0.5s var(--pg-cube-1);
}
.pg-partner-2-area .pg-partner-1-logo .single-logo:hover {
  opacity: 1;
}

/* 
    partner-2-end
*/
/* 
    testimonial-1-start
*/
.pg-testimonial-1-wrap {
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-testimonial-1-wrap {
    flex-wrap: wrap;
  }
}
.pg-testimonial-1-slider-preview {
  text-align: center;
}
.pg-testimonial-1-slider-preview .preview-img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-testimonial-1-slider-preview .preview-img {
    width: 120px;
    height: 120px;
  }
}
.pg-testimonial-1-slider-preview .author-name {
  font-size: 27px;
  color: var(--pg-clr-h-1);
  margin-top: 26px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-testimonial-1-slider-preview .author-name {
    font-size: 22px;
  }
}
.pg-testimonial-1-slider-preview .author-rating {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #ea9034;
  margin-top: 5px;
}
.pg-testimonial-1-slider {
  max-width: 900px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-testimonial-1-slider {
    overflow: hidden;
  }
}
.pg-testimonial-1-slider-item {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 37px;
  padding-left: 110px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .pg-testimonial-1-slider-item {
    flex-wrap: wrap;
    padding-left: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pg-testimonial-1-slider-item {
    flex-wrap: nowrap;
    padding-left: 110px;
  }
}
.pg-testimonial-1-slider-item .icon {
  flex: 0 0 auto;
}
.pg-testimonial-1-slider-item .main-img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: -1;
  background-color: #82dd49;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-testimonial-1-slider-item .main-img {
    width: 300px;
    height: 300px;
  }
}
.pg-testimonial-1-slider-item .main-img img {
  mix-blend-mode: multiply;
}
.pg-testimonial-1-slider-item .author-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 86px;
}
.pg-testimonial-1-slider-item .author-img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
}
.pg-testimonial-1-slider-item .author-name {
  font-size: 27px;
}
.pg-testimonial-1-slider-item .comment {
  font-size: 43px;
  line-height: 1.162;
  margin-top: 22px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-testimonial-1-slider-item .comment {
    font-size: 32px;
  }
}
.pg-testimonial-1-slider-item .subtitle {
  font-size: 17px;
}
.pg-testimonial-1-slider-item .author-rating {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #ea9034;
  margin-top: 5px;
}
.pg-testimonial-1-slider .swiper-wrapper .swiper-slide .pg-testimonial-1-slider-item .main-img {
  transform: translateY(-50%) scale(0.5);
  opacity: 0;
  transition: all 1s var(--pg-cube-1);
}
.pg-testimonial-1-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .pg-testimonial-1-slider-item .main-img {
  transform: translateY(-50%) scale(1);
  opacity: 1;
}
.pg-testimonial-1-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .pg-testimonial-1-slider-item .icon,
.pg-testimonial-1-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .pg-testimonial-1-slider-item .author-wrap,
.pg-testimonial-1-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .pg-testimonial-1-slider-item .comment {
  animation: fadeInUp2 0.5s backwards;
}
.pg-testimonial-1-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .pg-testimonial-1-slider-item .icon {
  animation-delay: 0.2s;
}
.pg-testimonial-1-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .pg-testimonial-1-slider-item .comment {
  animation-delay: 0.4s;
}
.pg-testimonial-1-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .pg-testimonial-1-slider-item .author-wrap {
  animation-delay: 0.6s;
}
.pg-testimonial-1 .author-name {
  font-size: 27px;
  color: var(--pg-clr-h-1);
  margin-top: 26px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-testimonial-1 .author-name {
    font-size: 22px;
  }
}
.pg-testimonial-1 .author-rating {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #ea9034;
  margin-top: 5px;
}

/* 
    testimonial-1-end
*/
/* 
    testimonial-2-start
*/
@media (min-width: 1800px) {
  .pg-testimonial-2-wrap {
    margin-right: -256px;
  }
}
.pg-testimonial-2-wrap-top {
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 2.1fr;
  align-items: end;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-testimonial-2-wrap-top {
    grid-template-columns: 1fr;
  }
}
.pg-testimonial-2-wrap-line {
  width: 100%;
  height: 1px;
}
.pg-testimonial-2-item-wrap {
  display: flex;
  gap: 70px;
  margin-right: 70px;
}
@media (max-width: 767px) {
  .pg-testimonial-2-item-wrap {
    gap: 30px;
    margin-right: 30px;
  }
}
.pg-testimonial-2-item {
  max-width: 650px;
  border-right: 1px solid var(--pg-clr-sd-2);
  padding-right: 40px;
  flex: 0 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-testimonial-2-item {
    max-width: 350px;
  }
}
.pg-testimonial-2-item .author {
  display: flex;
  align-items: center;
  gap: 15px;
}
.pg-testimonial-2-item .author-img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
}
.pg-testimonial-2-item .author-name {
  font-size: 40px;
  font-weight: 100;
}
.pg-testimonial-2-item .author-dg {
  font-size: 24px;
  font-weight: 400;
  color: var(--pg-clr-pr-1);
}
.pg-testimonial-2-item .title {
  font-size: 40px;
  font-weight: 400;
  margin-top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-testimonial-2-item .title {
    font-size: 32px;
  }
}
.pg-testimonial-2-item .comment {
  font-size: 22px;
  margin-top: 4px;
}
.pg-testimonial-2-item .pg-rating-1 {
  margin-top: 22px;
}
.pg-testimonial-2-marquee-1 .pg-testimonial-2-item {
  padding-bottom: 50px;
}
.pg-testimonial-2-marquee-2 .pg-testimonial-2-item {
  padding-top: 50px;
}

/* 
    testimonial-2-end
*/
/* 
    portfolio-2-start
*/
.pg-portfolio-2-area {
  padding-top: 165px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-portfolio-2-area {
    padding-top: 130px;
  }
}
.pg-portfolio-2-content {
  max-width: 510px;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-portfolio-2-content {
    position: unset;
    margin-bottom: 50px;
  }
}
.pg-portfolio-2-tabs-btn {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.pg-portfolio-2-tabs-btn .nav-link {
  font-size: 24px;
  background: transparent;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
  gap: 30px;
  padding-left: 22px;
  position: relative;
  z-index: 1;
}
.pg-portfolio-2-tabs-btn .nav-link::after {
  content: "";
  width: 6px;
  height: 18px;
  background: var(--pg-clr-gd-1);
  left: 0;
  position: absolute;
  top: 3px;
  transform-origin: left;
  transform: scaleX(0);
  transition: all 0.5s var(--pg-cube-1);
}
.pg-portfolio-2-tabs-btn .nav-link .line {
  width: 100%;
  height: 1px;
  transition: all 0.5s var(--pg-cube-1);
  transform-origin: left;
  transform: scaleX(0);
}
.pg-portfolio-2-tabs-btn .nav-link .text {
  flex: 0 0 auto;
  background: var(--pg-clr-gd-1);
  background-clip: text;
  -webkit-text-fill-color: #fff;
  transition: all 0.5s var(--pg-cube-1);
}
.pg-portfolio-2-tabs-btn .nav-link:hover::after {
  transform: scaleX(1);
}
.pg-portfolio-2-tabs-btn .nav-link:is(.active)::after {
  transform: scaleX(1);
}
.pg-portfolio-2-tabs-btn .nav-link:is(.active) .line {
  transform: scaleX(1);
}
.pg-portfolio-2-tabs-btn .nav-link:is(.active) .text {
  -webkit-text-fill-color: transparent;
}
.pg-portfolio-2-item {
  height: 410px;
  border-radius: 10px;
  position: relative;
}
.pg-portfolio-2-item .item-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  background: var(--pg-clr-pr-1);
  border-radius: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  padding: 24px 30px;
  padding-top: 28px;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.5s var(--pg-cube-1);
}
.pg-portfolio-2-item .item-content .item-title {
  font-size: 28px;
  color: #000;
  transition: all 0.5s var(--pg-cube-1);
}
.pg-portfolio-2-item .item-content .item-title:hover {
  transform: translateX(3px);
}
.pg-portfolio-2-item .item-content .item-btn {
  font-size: 18px;
  color: #000;
  display: flex;
  gap: 10px;
  transition: all 0.5s var(--pg-cube-1);
}
.pg-portfolio-2-item .item-content .item-btn i {
  font-size: 17px;
}
.pg-portfolio-2-item .item-content .item-btn:hover {
  transform: translateX(3px);
}
.pg-portfolio-2-item .item-content .item-btn:hover i {
  animation: fadeInLeft 0.5s;
}
.pg-portfolio-2-item:hover .item-content {
  transform: translateY(0);
  opacity: 1;
}
.pg-portfolio-2-tabs-pane-single .row-1 {
  margin-left: 590px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 10px;
}
@media (min-width: 1800px) {
  .pg-portfolio-2-tabs-pane-single .row-1 {
    margin-right: -245px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-portfolio-2-tabs-pane-single .row-1 {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-portfolio-2-tabs-pane-single .row-1 {
    grid-template-columns: 1fr;
  }
}
.pg-portfolio-2-tabs-pane-single .row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
@media (min-width: 1800px) {
  .pg-portfolio-2-tabs-pane-single .row-2 {
    margin-left: -245px;
    margin-right: -245px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pg-portfolio-2-tabs-pane-single .row-2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-portfolio-2-tabs-pane-single .row-2 {
    grid-template-columns: 1fr;
  }
}
.pg-portfolio-2-tabs-pane .tab-pane:is(.show) .pg-portfolio-2-item {
  animation: fadeIn 0.5s backwards;
  animation-timing-function: var(--pg-cube-1);
}
.pg-portfolio-2-tabs-pane .tab-pane:is(.show) .row-1 .pg-portfolio-2-item:nth-child(1) {
  animation-delay: 0.1s;
}
.pg-portfolio-2-tabs-pane .tab-pane:is(.show) .row-1 .pg-portfolio-2-item:nth-child(2) {
  animation-delay: 0.2s;
}
.pg-portfolio-2-tabs-pane .tab-pane:is(.show) .row-2 .pg-portfolio-2-item:nth-child(1) {
  animation-delay: 0.5s;
}
.pg-portfolio-2-tabs-pane .tab-pane:is(.show) .row-2 .pg-portfolio-2-item:nth-child(2) {
  animation-delay: 0.4s;
}
.pg-portfolio-2-tabs-pane .tab-pane:is(.show) .row-2 .pg-portfolio-2-item:nth-child(3) {
  animation-delay: 0.3s;
}

/* 
    portfolio-2-end
*/
/* 
    portfolio-3-start
*/
.pg-portfolio-3-area {
  height: 100%;
  width: 100%;
  background: #fff;
}
.pg-portfolio-3-area::after {
  content: "";
  width: 30%;
  height: 100%;
  background: linear-gradient(90deg, rgb(194, 230, 224) 0%, rgba(0, 90, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.pg-portfolio-3-content {
  margin-bottom: -50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-portfolio-3-content {
    margin-bottom: 0;
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.pg-portfolio-3-content .pg-about-1-satisfaction .disc {
  color: #000;
}
.pg-portfolio-3-content .title {
  font-size: 290px;
  line-height: 1;
  color: #000;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .pg-portfolio-3-content .title {
    font-size: 250px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .pg-portfolio-3-content .title {
    font-size: 210px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pg-portfolio-3-content .title {
    font-size: 130px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pg-portfolio-3-content .title {
    font-size: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pg-portfolio-3-content .title {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .pg-portfolio-3-content .title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pg-portfolio-3-content .title {
    font-size: 80px;
  }
}
.pg-portfolio-3-content .title-2 {
  font-size: 250px;
  line-height: 1;
  color: #000;
  margin-top: -80px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .pg-portfolio-3-content .title-2 {
    font-size: 220px;
    margin-top: -50px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .pg-portfolio-3-content .title-2 {
    font-size: 190px;
    margin-top: -30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pg-portfolio-3-content .title-2 {
    font-size: 100px;
    margin-top: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-portfolio-3-content .title-2 {
    font-size: 50px;
    margin-top: 0px;
  }
}
.pg-portfolio-3-content > .disc {
  font-size: 25px;
  font-weight: 400;
  color: #000;
  max-width: 555px;
  margin-top: -30px;
  margin-bottom: 34px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-portfolio-3-content > .disc {
    margin-top: 0px;
  }
}
.pg-portfolio-3-slider {
  height: 100%;
  max-width: 100vw;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.pg-portfolio-3-slider-item {
  height: 100%;
  display: flex;
  align-items: center;
}
.pg-portfolio-3-slider-item-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 62%;
  height: 100%;
  z-index: -2;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .pg-portfolio-3-slider-item-img {
    width: 55%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pg-portfolio-3-slider-item-img {
    width: 52%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pg-portfolio-3-slider-item-img {
    width: 46%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-portfolio-3-slider-item-img {
    display: none;
  }
}
.pg-portfolio-3-slider-item-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
}
.pg-portfolio-3-slider-item-img .scale-elm {
  transform: scale(1.1);
}
.pg-portfolio-3-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .pg-portfolio-3-content .pg-about-1-satisfaction {
  animation: slideInUp 0.5s backwards;
  animation-timing-function: var(--pg-cube-1);
  animation-delay: 0.5s;
}
.pg-portfolio-3-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .pg-portfolio-3-content .title {
  animation: slideInUp 0.5s backwards;
  animation-timing-function: var(--pg-cube-1);
  animation-delay: 0.6s;
}
.pg-portfolio-3-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .pg-portfolio-3-content .title-2 {
  animation: slideInUp 0.5s backwards;
  animation-timing-function: var(--pg-cube-1);
  animation-delay: 0.7s;
}
.pg-portfolio-3-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .pg-portfolio-3-content .disc {
  animation: slideInUp 0.5s backwards;
  animation-timing-function: var(--pg-cube-1);
  animation-delay: 0.8s;
}
.pg-portfolio-3-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .pg-portfolio-3-content .pg-pr-btn-2 {
  animation: slideInUp 0.5s backwards;
  animation-timing-function: var(--pg-cube-1);
  animation-delay: 0.9s;
}
.pg-portfolio-3-slider-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 62%;
  z-index: 1;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .pg-portfolio-3-slider-btn {
    width: 55%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pg-portfolio-3-slider-btn {
    width: 52%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-portfolio-3-slider-btn {
    width: 100%;
  }
}
.pg-portfolio-3-slider-btn .pg-hero-2-slider-btn {
  position: unset;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  padding: 23px 40px;
}

/* 
    portfolio-3-end
*/
/* 
    choose-2-start
*/
.pg-choose-2-wrap {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-choose-2-wrap {
    grid-template-columns: 1fr;
  }
}
.pg-choose-2-sec-title .sec-disc {
  font-size: 22px;
  margin-top: 11px;
}
.pg-choose-2-sec-title .left-subtitle {
  position: relative;
  z-index: 1;
  font-size: 20px;
  padding-left: 22px;
  margin-top: 27px;
}
.pg-choose-2-sec-title .left-subtitle::after {
  content: "";
  width: 6px;
  height: 15px;
  background: var(--pg-clr-gd-1);
  left: 0;
  position: absolute;
  top: 1px;
}
.pg-choose-2-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  max-width: 600px;
}
@media (max-width: 767px) {
  .pg-choose-2-list {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pg-choose-2-list {
    grid-template-columns: 1fr 1fr;
  }
}
.pg-choose-2-list li {
  font-size: 22px;
  font-weight: 500;
  display: flex;
  gap: 10px;
}
.pg-choose-2-slider-img {
  height: 675px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pg-choose-2-slider-img {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .pg-choose-2-slider-img {
    height: 350px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pg-choose-2-slider-img {
    height: 450px;
  }
}
.pg-choose-2-slider {
  border-radius: 10px;
  overflow:hidden !important
}
@media (min-width: 1800px) {
  .pg-choose-2-slider {
    margin-right: -265px;
  }
}
.pg-choose-2-slider-btn {
  position: absolute;
  bottom: 30px;
  right: 90px;
  z-index: 1;
  max-width: 830px;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-choose-2-slider-btn {
    position: unset;
  }
}
.pg-choose-2-slider-btn .pg-hero-2-slider-btn {
  position: unset;
  width: 100%;
  max-width: 100%;
}

/* 
    choose-2-end
*/
/* 
    price-1-start
*/
.pg-price-1-sec-title {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}
.pg-price-1-bg-shadow {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #abd400;
  position: absolute;
  bottom: -130px;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(130px);
  z-index: -1;
}
.pg-price-1-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pg-price-1-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .pg-price-1-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pg-price-1-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.pg-price-1-card {
  background: #0c0c0c;
  border-radius: 10px;
  overflow: hidden;
}
.pg-price-1-card .bg-shape-1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: 60%;
  transition: all 0.5s var(--pg-cube-1);
}
.pg-price-1-card .bg-shape-2 {
  position: absolute;
  bottom: 34px;
  right: -40px;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s var(--pg-cube-1);
}
.pg-price-1-card .price {
  font-size: 50px;
  line-height: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-price-1-card .price {
    font-size: 40px;
  }
}
.pg-price-1-card .card-padding {
  padding: 55px 60px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-price-1-card .card-padding {
    padding: 55px 25px;
  }
}
.pg-price-1-card .card-img {
  height: 115px;
  margin-left: -60px;
  width: 376px;
  margin-top: 26px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-price-1-card .card-img {
    width: auto;
  }
}
.pg-price-1-card .price-features {
  margin-top: 36px;
}
.pg-price-1-card .price-features li {
  font-size: 25px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-price-1-card .price-features li {
    font-size: 22px;
  }
}
.pg-price-1-card .price-features li:not(:last-child) {
  margin-bottom: 14px;
}
.pg-price-1-card .price-features li i {
  font-size: 16px;
  margin-top: -4px;
  color: var(--pg-clr-pr-1);
}
.pg-price-1-card .pg-pr-btn-2 {
  width: 100%;
  justify-content: center;
  border-radius: 0;
  background-color: #252525;
  color: #fff;
}
.pg-price-1-card:hover .bg-shape-1 {
  opacity: 0;
}
.pg-price-1-card:hover .bg-shape-2 {
  opacity: 2;
}
.pg-price-1-card:hover .pg-pr-btn-2 {
  background-color: var(--pg-clr-pr-1);
  color: var(--pg-clr-h-1);
  transform: unset;
}

/* 
    price-1-end
*/
/* 
    price-2-start
*/
.pg-price-2-area {
  padding-top: 205px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-price-2-area {
    padding-top: 120px;
  }
}
.pg-price-2-bg-img {
  background-color: #13161c;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (min-width: 1800px) {
  .pg-price-2-bg-img {
    height: calc(100% - 100px);
  }
}
.pg-price-2-wrap {
  display: flex;
}
@media (min-width: 1800px) {
  .pg-price-2-wrap {
    margin-left: -180px;
    margin-right: -260px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-price-2-wrap {
    flex-wrap: wrap;
    gap: 50px;
  }
}
.pg-price-2-sec-title {
  max-width: 600px;
}
.pg-price-2-sec-title .sec-disc {
  font-size: 22px;
  margin-top: 5px;
}
.pg-price-2-tabs-btn {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.pg-price-2-tabs-btn .nav-link {
  font-size: 48px;
  background: transparent;
  font-weight: 400;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
  gap: 30px;
  padding-left: 22px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .pg-price-2-tabs-btn .nav-link {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pg-price-2-tabs-btn .nav-link {
    font-size: 48px;
  }
}
.pg-price-2-tabs-btn .nav-link::after {
  content: "";
  width: 6px;
  height: 29px;
  background: var(--pg-clr-gd-1);
  left: 0;
  position: absolute;
  top: 9px;
  transform-origin: left;
  transform: scaleX(0);
  transition: all 0.5s var(--pg-cube-1);
}
.pg-price-2-tabs-btn .nav-link .text {
  flex: 0 0 auto;
  background: var(--pg-clr-gd-1);
  background-clip: text;
  -webkit-text-fill-color: #fff;
  transition: all 0.5s var(--pg-cube-1);
}
.pg-price-2-tabs-btn .nav-link:hover::after {
  transform: scaleX(1);
}
.pg-price-2-tabs-btn .nav-link:is(.active)::after {
  transform: scaleX(1);
}
.pg-price-2-tabs-btn .nav-link:is(.active) .text {
  -webkit-text-fill-color: transparent;
}
.pg-price-2-tabs-pane {
  width: 100%;
}
.pg-price-2-tabs-pane-single {
  padding-bottom: 80px;
}
.pg-price-2-tabs-pane-single .main-wrap {
  max-width: 820px;
  margin-left: auto;
}
.pg-price-2-tabs-pane-single .main-img {
  width: 54%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.pg-price-2-tabs-pane-single .item-marquee {
  border-radius: 10px;
}
.pg-price-2-tabs-pane-single-video {
  display: flex;
}
.pg-price-2-tabs-pane-single-video .video-elm {
  width: 325px;
  height: 194px;
  flex: 0 0 auto;
}
.pg-price-2-tabs-pane-single-video .video-elm::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;
  transition: all 0.5s var(--pg-cube-1);
}
.pg-price-2-tabs-pane-single-video .video-elm .ply-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  z-index: 1;
  transition: all 0.5s var(--pg-cube-1);
  opacity: 0;
}
.pg-price-2-tabs-pane-single-video .video-elm:hover .ply-btn {
  opacity: 1;
}
.pg-price-2-tabs-pane-single-video .video-elm:hover::after {
  opacity: 0.4;
}
.pg-price-2-tabs-pane-single .btn-wrap {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.pg-price-2-tabs-pane-single .item-counter {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 260px;
}
.pg-price-2-tabs-pane-single .item-counter-number {
  font-size: 65px;
  line-height: 1;
  flex: 0 0 auto;
}
.pg-price-2-tabs-pane-single .item-counter-disc {
  font-size: 20px;
}
.pg-price-2-tabs-pane .tab-pane:is(.show) .pg-price-2-tabs-pane-single .main-img img {
  animation: fadeInUp2 0.5s backwards;
}

/* 
    price-2-end
*/
/* 
    contact-1-start
*/
.pg-contact-1-wrap {
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 1.21fr;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-contact-1-wrap {
    grid-template-columns: 1fr;
  }
}
.pg-contact-1-sec-title .pg-subtitle-1 {
  color: var(--pg-clr-h-1);
}
.pg-contact-1-sec-title .pg-sec-title-1 {
  color: var(--pg-clr-h-1);
  max-width: 460px;
}
.pg-contact-1-sec-title .sec-disc {
  color: var(--pg-clr-h-1);
  margin-top: 10px;
}
.pg-contact-1-features li {
  color: var(--pg-clr-h-1);
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}
.pg-contact-1-features li i {
  font-size: 18px;
  margin-top: -2px;
}
.pg-contact-1-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
@media (max-width: 767px) {
  .pg-contact-1-form {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pg-contact-1-form {
    grid-template-columns: 1fr 1fr;
  }
}
.pg-contact-1-form .has-full-width {
  grid-column-start: 1;
  grid-column-end: -1;
}
.pg-contact-1-form-input {
  font-family: var(--pg-font-2);
  width: 100%;
  height: 62px;
  border-radius: 10px;
  border: none;
  outline: none;
  background: #f3f3f3;
  padding: 0 25px;
  font-size: 15px;
  font-weight: 400;
  color: var(--pg-clr-h-1);
}
.pg-contact-1-form-input:is(textarea) {
  padding-top: 17px;
  height: 200px;
  display: block;
}
.pg-contact-1-form .check-item {
  display: flex;
}
.pg-contact-1-form .check-item label {
  cursor: pointer;
  padding-left: 30px;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  color: var(--pg-clr-h-1);
}
.pg-contact-1-form .check-item label::before {
  content: "";
  background-color: #f3f3f3;
  border-radius: 50%;
  cursor: pointer;
  height: 22px;
  left: 0;
  position: absolute;
  top: -2px;
  width: 22px;
}
.pg-contact-1-form .check-item label::after {
  border: none;
  border-radius: 50%;
  content: "";
  background: var(--pg-clr-pr-1);
  height: 15px;
  width: 15px;
  left: 4px;
  top: 1px;
  opacity: 0;
  position: absolute;
}
.pg-contact-1-form .check-item input {
  width: 0;
  height: 0;
  visibility: hidden;
}
.pg-contact-1-form .check-item input:checked + label:after {
  opacity: 1;
}

/* 
    contact-1-end
*/
/* 
    contact-2-start
*/
.pg-contact-2-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-contact-2-wrap {
    grid-template-columns: 1fr;
  }
}
.pg-contact-2-img {
  border-radius: 10px;
  height: 445px;
}
.pg-contact-2-right-disc {
  font-size: 22px;
}
.pg-contact-2-right .pg-contact-1-form {
  gap: 15px 20px;
}
.pg-contact-2-right .pg-contact-1-form-input {
  border-radius: 6px;
  background: #14161a;
  color: #fff;
}
.pg-contact-2-right .pg-contact-1-form .nice-select {
  width: 100%;
  height: 62px;
  display: flex;
  align-items: center;
  padding: 0 25px;
  font-family: var(--pg-font-2);
  background: #14161a;
  border: none;
  color: #fff;
  font-size: 15px;
}
.pg-contact-2-right .pg-contact-1-form .nice-select::after {
  border-bottom: 2px solid var(--pg-clr-pr-1);
  border-right: 2px solid var(--pg-clr-pr-1);
  height: 9px;
  right: 25px;
  width: 9px;
}
.pg-contact-2-right .pg-contact-1-form .nice-select .list {
  background: #14161a;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  margin-top: 0;
}
.pg-contact-2-right .pg-contact-1-form .nice-select .list li:hover {
  color: #14161a;
}
.pg-contact-2-right .pg-contact-1-form .nice-select .list li:is(.selected) {
  color: #14161a;
}
.pg-contact-2-right .pg-contact-1-form .elm-box {
  position: relative;
  z-index: 1;
}
.pg-contact-2-right .pg-contact-1-form .elm-box:not(:last-child)::after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: var(--pg-clr-gd-1);
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: -1;
  border-radius: 6px;
  opacity: 0.3;
}
.pg-contact-2-right .pg-contact-1-form .elm-box:is(.has-nice-select) {
  z-index: 2;
}

/* 
    contact-2-end
*/
/* 
    contact-2-end
*/
/* 
    blog-1-start
*/
.pg-blog-1-sec-title {
  max-width: 500px;
}
.pg-blog-1-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-blog-1-wrap {
    grid-template-columns: 1fr;
  }
}
.pg-blog-1-item {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  align-items: center;
  background-color: #181818;
}
@media (max-width: 767px) {
  .pg-blog-1-item {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pg-blog-1-item {
    grid-template-columns: 1fr 1.25fr;
  }
}
.pg-blog-1-item .item-img {
  height: 335px;
}
.pg-blog-1-item .content-wrap {
  padding: 40px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-blog-1-item .content-wrap {
    padding: 40px 20px;
  }
}
.pg-blog-1-item .item-meta {
  display: flex;
  gap: 8px;
  font-size: 20px;
  font-weight: 400;
  color: var(--pg-clr-pr-1);
}
.pg-blog-1-item .item-meta i {
  font-size: 16px;
}
.pg-blog-1-item .item-title {
  font-size: 36px;
  font-weight: 400;
  margin-top: 13px;
  transition: all 0.5s var(--pg-cube-1);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pg-blog-1-item .item-title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-blog-1-item .item-title {
    font-size: 26px;
  }
}
.pg-blog-1-item .item-title:hover {
  transform: translateX(3px);
}
.pg-blog-1-item .item-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  margin-top: 48px;
  transition: all 0.5s var(--pg-cube-1);
}
.pg-blog-1-item .item-btn i {
  margin-top: -4px;
}
.pg-blog-1-item .item-btn:hover {
  color: var(--pg-clr-pr-1);
}
.pg-blog-1-item .item-btn:hover i {
  animation: fadeInLeft 1s;
}
.pg-blog-1-all-btn {
  text-align: center;
  margin-top: 55px;
}
.pg-blog-1-all-btn a {
  font-weight: 600;
  border-bottom: 1px solid;
  line-height: 1;
  transition: all 0.5s var(--pg-cube-1);
}
.pg-blog-1-all-btn a:hover {
  border-color: transparent;
  transform: translateX(3px);
}

/* 
    blog-1-end
*/
/* 
    faqs-2-start
*/
.pg-accordion {
  display: flex;
  flex-direction: column;
}
.pg-accordion-item .item-title {
  font-size: 30px;
  background: transparent;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 27px 0px;
  text-align: left;
  transition: 0.2s;
  font-weight: 500;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-accordion-item .item-title {
    font-size: 24px;
    gap: 20px;
  }
}
.pg-accordion-item .item-title .icon {
  font-size: 22px;
}
.pg-accordion-item .item-title .icon i {
  transition: 0.5s;
}
.pg-accordion-item .item-title:is(:not(.collapsed)) {
  border-bottom: 1px solid #272727;
}
.pg-accordion-item .item-title:is(:not(.collapsed)) .icon i:before {
  content: "\f068";
}
.pg-accordion-item .item-title:is(.collapsed):hover {
  color: var(--pg-clr-pr-2);
}
.pg-accordion-item .item-disc {
  padding: 23px 0;
  line-height: 1.7;
  opacity: 0.8;
}
.pg-accordion-item:not(:last-child) {
  border-bottom: 1px solid #272727;
}

.pg-faqs-2-wrap {
  display: grid;
  gap: 70px;
  grid-template-columns: 1fr 1.3fr;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-faqs-2-wrap {
    grid-template-columns: 1fr;
  }
}
.pg-faqs-2-author {
  padding: 60px 50px;
  border-radius: 10px;
  position: relative;
  background-color: #000;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-faqs-2-author {
    padding: 60px 20px;
  }
}
.pg-faqs-2-author-bg-clr {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: -1;
  border-radius: 10px;
  opacity: 0.5;
}
.pg-faqs-2-author .author-img {
  width: 150px;
  height: 150px;
  border-radius: 6px;
}
.pg-faqs-2-author .author-disc {
  font-size: 24px;
  font-weight: 300;
  opacity: 0.8;
  margin-top: 37px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-faqs-2-author .author-disc {
    font-size: 20px;
  }
}
.pg-faqs-2-author .btn-wrap {
  margin-top: 47px;
}

/* 
    faqs-2-end
*/
/* 
    gallery-2-start
*/
.pg-gallery-2-link {
  display: flex;
  justify-content: center;
  padding: 26px 10px;
  gap: 10px;
  font-size: 22px;
  color: #000;
}
.pg-gallery-2-wrap {
  display: flex;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.pg-gallery-2-item {
  height: 370px;
  position: relative;
  z-index: 1;
}
.pg-gallery-2-item::after {
  content: "\f065";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 25px;
  transform: scale(0.5);
  opacity: 0;
  transition: all 0.5s var(--pg-cube-1);
  filter: blur(10px);
}
.pg-gallery-2-item:hover::after {
  opacity: 1;
  transform: scale(1);
  filter: blur(0px);
}
.pg-gallery-2-item:nth-child(3) {
  z-index: 3;
}
.pg-gallery-2-item:nth-child(4) {
  z-index: 2;
}

/* 
    gallery-2-end
*/
/* 
    gallery-3-start
*/
.pg-gallery-3-area {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-bottom: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-gallery-3-area {
    padding-top: 150px;
  }
}
.pg-gallery-3-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 30px;
  align-items: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pg-gallery-3-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .pg-gallery-3-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pg-gallery-3-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.pg-gallery-3-wrap .content-wrap {
  grid-column-start: 1;
  grid-column-end: -1;
  text-align: center;
  margin-bottom: -120px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .pg-gallery-3-wrap .content-wrap {
    margin-bottom: -90px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-gallery-3-wrap .content-wrap {
    margin-bottom: 0px;
  }
}
.pg-gallery-3-wrap .content-wrap .subtitle {
  font-size: 20px;
}
.pg-gallery-3-wrap .content-wrap .title {
  font-size: 120px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .pg-gallery-3-wrap .content-wrap .title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .pg-gallery-3-wrap .content-wrap .title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pg-gallery-3-wrap .content-wrap .title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-gallery-3-wrap .content-wrap .title {
    font-size: 50px;
  }
}
.pg-gallery-3-wrap .item-row {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.pg-gallery-3-wrap .item-row .pg-pr-btn-2 {
  justify-content: center;
}
.pg-gallery-3-item {
  height: 396px;
  border-radius: 20px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-gallery-3-item {
    height: 250px;
  }
}
.pg-gallery-3-item:is(.has-sm-height) {
  height: 176px;
}
.pg-gallery-3-item:is(.has-md-height) {
  height: 345px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-gallery-3-item:is(.has-md-height) {
    height: 296px;
  }
}
.pg-gallery-3-item:is(.has-lg-height) {
  height: 514px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-gallery-3-item:is(.has-lg-height) {
    height: 296px;
  }
}
.pg-gallery-3-wrap-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .pg-gallery-3-wrap-2 {
    flex-wrap: wrap;
  }
}
.pg-gallery-3-wrap-2 .pg-about-1-satisfaction {
  max-width: 450px;
}
.pg-gallery-3-wrap-2 .pg-about-1-satisfaction .inner-div {
  margin-left: 0;
  margin-top: 0;
  align-items: start;
}
.pg-gallery-3-wrap-2 .main-dis {
  font-weight: 400;
  max-width: 150px;
}

.section:is(.active) .pg-gallery-3-wrap .content-wrap .subtitle {
  animation: fadeInUp2 0.5s backwards;
  animation-timing-function: var(--pg-cube-1);
  animation-delay: 0.5s;
}
.section:is(.active) .pg-gallery-3-wrap .content-wrap .title {
  animation: fadeInUp2 0.5s backwards;
  animation-timing-function: var(--pg-cube-1);
  animation-delay: 0.6s;
}
.section:is(.active) .pg-gallery-3-wrap .item-row:nth-child(4) .pg-gallery-3-item {
  animation: fadeInUp2 0.5s backwards;
  animation-timing-function: var(--pg-cube-1);
  animation-delay: 0.7s;
}
.section:is(.active) .pg-gallery-3-wrap .item-row:nth-child(4) .pg-pr-btn-2 {
  animation: fadeInUp2 0.5s backwards;
  animation-timing-function: var(--pg-cube-1);
  animation-delay: 0.8s;
}
.section:is(.active) .pg-gallery-3-wrap .item-row:nth-child(3) .pg-gallery-3-item {
  animation: fadeInUp2 0.5s backwards;
  animation-timing-function: var(--pg-cube-1);
  animation-delay: 0.9s;
}
.section:is(.active) .pg-gallery-3-wrap .item-row:nth-child(5) .pg-gallery-3-item {
  animation: fadeInUp2 0.5s backwards;
  animation-timing-function: var(--pg-cube-1);
  animation-delay: 0.9s;
}
.section:is(.active) .pg-gallery-3-wrap .item-row:nth-child(2) .pg-gallery-3-item {
  animation: fadeInUp2 0.5s backwards;
  animation-timing-function: var(--pg-cube-1);
  animation-delay: 1s;
}
.section:is(.active) .pg-gallery-3-wrap .item-row:nth-child(2) .pg-gallery-3-item:nth-child(2) {
  animation-delay: 1.1s;
}
.section:is(.active) .pg-gallery-3-wrap .item-row:nth-child(6) .pg-gallery-3-item {
  animation: fadeInUp2 0.5s backwards;
  animation-timing-function: var(--pg-cube-1);
  animation-delay: 1s;
}
.section:is(.active) .pg-gallery-3-wrap .item-row:nth-child(6) .pg-gallery-3-item:nth-child(2) {
  animation-delay: 1.1s;
}
.section:is(.active) .pg-gallery-3-wrap-2 {
  animation: fadeInUp2 0.5s backwards;
  animation-timing-function: var(--pg-cube-1);
  animation-delay: 1.2s;
}

/* 
    gallery-3-end
*/
/* 
    reach-us-1-start
*/
.pg-reach-us-1-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-reach-us-1-wrap {
    flex-wrap: wrap;
    justify-content: start;
  }
}
.pg-reach-us-1-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.pg-reach-us-1-item .icon {
  width: 64px;
  height: 64px;
  background: var(--pg-clr-pr-1);
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 26px;
  color: var(--pg-clr-h-1);
}
.pg-reach-us-1-item .link-elm {
  font-size: 25px;
  font-weight: 400;
}
.pg-reach-us-1-item .link-elm a, .pg-reach-us-1-item .link-elm span {
  font-size: 28px;
}
.pg-reach-us-1-item .link-elm a {
  transition: all 0.5s var(--pg-cube-1);
}
.pg-reach-us-1-item .link-elm a:hover {
  transform: translateX(3px);
}
.pg-reach-us-1-item:hover .icon i {
  animation: swing 1s;
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px) {
  .pg-reach-us-1-item:not(:last-child) {
    border-right: 1px solid #282828;
    padding-right: 70px;
  }
}

/* 
    reach-us-1-end
*/
/* 
    reach-us-3-start
*/
.pg-ru-3-area {
  background-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-ru-3-area {
    padding-top: 150px;
  }
}
.pg-ru-3-img {
  position: absolute;
  text-align: center;
  width: 40%;
  z-index: -1;
  left: 58%;
  transform: translateX(-50%);
  bottom: -47px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-ru-3-img {
    display: none;
  }
}
.pg-ru-3-marquee {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  z-index: -2;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-ru-3-marquee {
    display: none;
  }
}
.pg-ru-3-content .subtitle {
  font-size: 50px;
  max-width: 610px;
  margin-bottom: 10px;
}
.pg-ru-3-content .subtitle span {
  color: var(--pg-clr-pr-1);
}
.pg-ru-3-content .disc {
  font-size: 25px;
  font-weight: 400;
  max-width: 500px;
  margin-bottom: 50px;
}
.pg-ru-3-content .title {
  font-size: 230px;
  line-height: 0.9;
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
  justify-content: space-between;
  margin-right: -140px;
  margin-bottom: 3px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .pg-ru-3-content .title {
    margin-right: 0px;
    gap: 0 30px;
    font-size: 210px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .pg-ru-3-content .title {
    margin-right: 0px;
    gap: 0 30px;
    font-size: 190px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pg-ru-3-content .title {
    margin-right: 0px;
    gap: 0 30px;
    font-size: 120px;
    display: block;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-ru-3-content .title {
    margin-right: 0px;
    gap: 0 30px;
    font-size: 70px;
    display: block;
  }
}

.section:is(.active) .pg-ru-3-content .subtitle {
  animation: fadeInUp2 0.5s backwards;
  animation-timing-function: var(--pg-cube-1);
  animation-delay: 0.5s;
}
.section:is(.active) .pg-ru-3-content .disc {
  animation: fadeInUp2 0.5s backwards;
  animation-timing-function: var(--pg-cube-1);
  animation-delay: 0.6s;
}
.section:is(.active) .pg-ru-3-content .title {
  animation: fadeInUp2 0.5s backwards;
  animation-timing-function: var(--pg-cube-1);
  animation-delay: 0.7s;
}
.section:is(.active) .pg-ru-3-content .btn-wrap {
  animation: fadeInUp2 0.5s backwards;
  animation-timing-function: var(--pg-cube-1);
  animation-delay: 0.8s;
}
.section:is(.active) .pg-ru-3-img img {
  animation: fadeInUp2 0.5s backwards;
  animation-timing-function: var(--pg-cube-1);
  animation-delay: 0.7s;
}
.section:is(.active) .pg-ru-3-area .item-marquee {
  animation: fadeInUp2 0.5s backwards;
  animation-timing-function: var(--pg-cube-1);
  animation-delay: 0.9s;
}

/* 
    reach-us-3-end
*/
/* 
    footer-1-start
*/
.pg-footer-1-area {
  background-color: #070707;
}
.pg-footer-1-big-title {
  font-size: 110px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .pg-footer-1-big-title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pg-footer-1-big-title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pg-footer-1-big-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pg-footer-1-big-title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .pg-footer-1-big-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pg-footer-1-big-title {
    font-size: 60px;
  }
}
.pg-footer-1-big-title .split-line div {
  transform-origin: 50% 100%;
}
.pg-footer-1-widget {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-footer-1-widget {
    flex-wrap: wrap;
  }
}
.pg-footer-1-widget .pg-price-1-bg-shadow {
  opacity: 0.6;
}
.pg-footer-1-widget-single .widget-title {
  font-size: 40px;
}
.pg-footer-1-disc {
  font-size: 35px;
  font-weight: 400;
  max-width: 470px;
  margin-top: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-footer-1-disc {
    font-size: 25px;
    max-width: 270px;
  }
}
.pg-footer-1-contact {
  margin-top: 23px;
}
.pg-footer-1-contact .link-elm {
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.5s var(--pg-cube-1);
}
.pg-footer-1-contact .link-elm:not(:last-child) {
  margin-bottom: 10px;
}
.pg-footer-1-contact .link-elm .icon {
  width: 28px;
  height: 28px;
  background: var(--pg-clr-pr-1);
  border-radius: 50%;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: var(--pg-clr-h-1);
}
.pg-footer-1-contact .link-elm:hover {
  color: var(--pg-clr-pr-1);
}
.pg-footer-1-menu {
  margin-top: 22px;
}
.pg-footer-1-menu li:not(:last-child) {
  margin-bottom: 10px;
}
.pg-footer-1-menu a {
  display: flex;
  font-size: 22px;
  gap: 5px;
  font-weight: 400;
  transition: all 0.5s var(--pg-cube-1);
}
.pg-footer-1-menu a svg {
  width: 20px;
  height: auto;
  fill: var(--pg-clr-pr-1);
  margin-top: -4px;
  opacity: 0.7;
  transition: all 0.5s var(--pg-cube-1);
}
.pg-footer-1-menu a:hover {
  color: var(--pg-clr-pr-1);
}
.pg-footer-1-menu a:hover svg {
  transform: rotate(360deg);
}
.pg-footer-1-gallery {
  max-width: 350px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-footer-1-gallery {
    max-width: 250px;
    grid-template-columns: 1fr 1fr;
  }
}
.pg-footer-1-gallery .single-img {
  height: 95px;
  border-radius: 10px;
}
.pg-footer-1-bottom {
  background-color: #131313;
}
.pg-footer-1-bottom-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-top: 24px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .pg-footer-1-bottom-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.pg-footer-1-copyright {
  font-weight: 400;
}
.pg-footer-1-copyright a {
  transition: all 0.5s var(--pg-cube-1);
}
.pg-footer-1-copyright a:hover {
  color: var(--pg-clr-pr-1);
}
.pg-footer-1-social {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 40px;
}
.pg-footer-1-social .link-elm {
  font-size: 18px;
  font-weight: 400;
  display: flex;
  gap: 8px;
  transition: all 0.5s var(--pg-cube-1);
}
.pg-footer-1-social .link-elm:hover {
  color: var(--pg-clr-pr-1);
}

/* 
    footer-1-end
*/
/* 
    footer-2-start
*/
.pg-footer-2-area {
  padding-bottom: 50px;
  padding-top: 200px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-footer-2-area {
    padding-top: 120px;
  }
}
.pg-footer-2-img {
  width: 27%;
  position: absolute;
  left: 53%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-footer-2-img {
    display: none;
  }
}
.pg-footer-2-wrap {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
}
@media (max-width: 767px) {
  .pg-footer-2-wrap {
    flex-wrap: wrap;
  }
}
.pg-footer-2-logo {
  margin-bottom: 30px;
}
.pg-footer-2-disc {
  font-size: 25px;
  font-weight: 300;
  max-width: 495px;
  opacity: 0.8;
}
.pg-footer-2-contact li {
  font-size: 30px;
  margin-bottom: 13px;
}
.pg-footer-2-contact li a {
  display: flex;
  gap: 12px;
  transition: all 0.5s var(--pg-cube-1);
}
.pg-footer-2-contact li a i {
  color: var(--pg-clr-pr-1);
  font-size: 25px;
  transform: translateY(3px);
}
.pg-footer-2-contact li a:hover {
  color: var(--pg-clr-pr-1);
}
.pg-footer-2-social {
  display: flex;
  gap: 3px;
}
@media (max-width: 767px) {
  .pg-footer-2-social {
    flex-wrap: wrap;
  }
}
.pg-footer-2-social li {
  font-size: 30px;
}
.pg-footer-2-social li a {
  transition: all 0.5s var(--pg-cube-1);
}
.pg-footer-2-social li a:hover {
  color: var(--pg-clr-pr-1);
}
.pg-footer-2-copyright {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  opacity: 0.9;
  margin-top: 50px;
}
.pg-footer-2-copyright a {
  transition: all 0.5s var(--pg-cube-1);
}
.pg-footer-2-copyright a:hover {
  color: var(--pg-clr-pr-1);
}

/* 
    footer-2-end
*/
/* 
    footer-3-start
*/
.pg-footer-3-area {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-footer-3-area {
    padding-top: 150px;
    padding-bottom: 80px;
  }
}
.pg-footer-3-area .pg-contact-2-wrap {
  align-items: start;
}
.pg-footer-3-area .pg-contact-2-right {
  margin-top: 68px;
}
.pg-footer-3-area .pg-contact-2-right-disc {
  font-weight: 400;
}
.pg-footer-3-area .pg-contact-2-img {
  border-radius: 10px;
  height: 360px;
  margin-bottom: 30px;
}
.pg-footer-3-area .pg-contact-2-left .inner-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pg-footer-3-area .pg-contact-2-left .pg-footer-1-contact {
  margin-top: 0;
}
.pg-footer-3-area .pg-contact-2-left .pg-footer-1-social {
  gap: 10px 40px;
  flex-direction: column;
}
.pg-footer-3-area .pg-contact-1-form-input:is(textarea) {
  height: 213px;
}
.pg-footer-3-area .pg-footer-2-copyright {
  text-align: center;
  margin-top: 80px;
  margin-bottom: -100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-footer-3-area .pg-footer-2-copyright {
    margin-bottom: 0px;
  }
}

/* 
    footer-3-end
*/
/* 
    pages
*/
/* 
    home-css-start
*/
.pg-home-1 {
  background-color: var(--pg-clr-black-1);
}

.pg-home-2 {
  background-color: #000;
}
.pg-home-2 .wa-cursor::before {
  background: var(--pg-clr-gd-1);
}

.pg-home-3 {
  background-color: #000;
}

/* 
    home-css-end
*/
/* 
    breadcrumb-start
*/
.nm-breadcrumb-area {
  padding-top: 280px;
  padding-bottom: 135px;
}
.nm-breadcrumb-wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  z-index: 1;
  align-items: start;
}
.nm-breadcrumb-title {
  font-family: var(--pg-font-1);
  font-size: 64px;
  line-height: 1.066;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .nm-breadcrumb-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nm-breadcrumb-title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nm-breadcrumb-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nm-breadcrumb-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .nm-breadcrumb-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nm-breadcrumb-title {
    font-size: 40px;
  }
}
.nm-breadcrumb-list {
  display: inline-block;
}
.nm-breadcrumb-list a, .nm-breadcrumb-list span {
  font-weight: 500;
  font-size: 18px;
  font-family: var(--pg-font-2);
  line-height: 28px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
.nm-breadcrumb-list a {
  padding-right: 30px;
  position: relative;
  transition: 300ms;
  margin-right: 5px;
}
.nm-breadcrumb-list a:hover {
  color: var(--nm-clr-pr-1);
}
.nm-breadcrumb-list a::after {
  content: "";
  position: absolute;
  right: 3px;
  top: 13px;
  transform: translateY(-50%);
  background-image: url(../img/icon.svg);
  width: 18px;
  height: 18px;
}
.nm-breadcrumb-list span {
  opacity: 60%;
}
.nm-breadcrumb-list-shape {
  position: absolute;
  bottom: 220%;
  right: 113%;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .nm-breadcrumb-list-shape {
    display: none;
  }
}

/* 
    breadcrumb-end
*/

/* 
    404-start
*/

.tn-404-content .title {
  font-size: 80px;
  font-weight: 800;
  color: var(--pg-clr-pr-1);
}

.tn-404-content .title span {
  display: block;
  font-weight: 400;
  color: #717A8F;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tn-404-content .title {
    font-size: 60px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tn-404-content .title {
    font-size: 55px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tn-404-content .title {
    font-size: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tn-404-content .title {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .tn-404-content .title {
    font-size: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tn-404-content .title {
    font-size: 40px;
  }
}

.tn-404-content .disc {
  font-size: 40px;
  color: #413F3F;
  margin-top: 30px;
  margin-bottom: 30px;
}

.tn-404-content .tn-pr-btn-3 {
  margin-top: 31px;
}

/* 
    404-end
*/

/* 
    blog-page-start
*/
.fx-blog-page-item {
  border: 1px solid #EEEEEE;
  border-radius: 12px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fx-blog-page-item {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .fx-blog-page-item {
    grid-template-columns: 1fr;
  }
}

.fx-blog-page-item .fx-blog-1-item-single {
  border-right: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}

.fx-blog-page-item:is(.has-two-col) {
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  border: none;
}

@media (max-width: 767px) {
  .fx-blog-page-item:is(.has-two-col) {
    grid-template-columns: 1fr;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fx-blog-page-item:is(.has-two-col) {
    grid-template-columns: 1fr 1fr;
  }
}

.fx-blog-page-item:is(.has-two-col) .fx-blog-1-item-single {
  padding: 0;
  border: none;
}

.fx-blog-page-sidebar {
  background: #F3F3F3;
  border-radius: 8px;
  margin-left: 2px;
}

.fx-blog-page-sidebar-widget ul {
  list-style: none;
  padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .fx-blog-page-sidebar {
    margin-left: 0px;
    margin-top: 50px;
  }
}

.fx-blog-page-sidebar-widget {
  padding: 32px 32px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fx-blog-page-sidebar-widget {
    padding: 32px 20px;
  }
}

@media (max-width: 767px) {
  .fx-blog-page-sidebar-widget {
    padding: 32px 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fx-blog-page-sidebar-widget {
    padding: 32px 32px;
  }
}

.fx-blog-page-sidebar-widget:not(:last-child) {
  border-bottom: 1px solid #DFE1E5;
}

.fx-blog-page-sidebar-widget .widget-title {
  font-size: 20px;
  margin-bottom: 15px;
}

.fx-blog-page-sidebar:is(.has-left-sidebar) {
  margin-left: 0px;
  margin-right: 2px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .fx-blog-page-sidebar:is(.has-left-sidebar) {
    margin-right: 0px;
    margin-top: 0;
    margin-bottom: 50px;
  }
}

.fx-sidebar-search {
  position: relative;
  z-index: 1;
}

.fx-sidebar-search-input {
  border: none;
  outline: none;
  margin: 0;
  background: #fff;
  height: 54px;
  width: 100%;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 60px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(65, 65, 65, 0.3);
}

.fx-sidebar-search-btn {
  width: 54px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: var(--pg-clr-pr-1);
  border-radius: 0 5px 5px 0;
  color: #fff;
  transition: all 0.3s ease;
}

.fx-sidebar-search-btn:hover {
  background: #000;
}

.fx-sidebar-gategories a,
.widget_categories a {
  font-family: var(--fx-font-pr-1);
  text-transform: capitalize;
  font-size: 18px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.72);
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
  padding-left: 24px;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #DFE1E5;
  transition: all 0.4s var(--cube-1);
}

.fx-sidebar-gategories a::after,
.widget_categories a:after {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #CACACA;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 23px;
  transition: all 0.4s var(--cube-1);
}

.fx-sidebar-gategories a:hover,
.widget_categories a:hover {
  color: var(--pg-clr-pr-1);
}

.fx-sidebar-gategories a:hover::after,
.widget_categories a:hover::after {
  border-color: transparent;
  background: var(--pg-clr-pr-1);
}

.fx-sidebar-blog .fx-blog-1-item-single {
  background: transparent;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1.7fr;
  gap: 16px;
  align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fx-sidebar-blog .fx-blog-1-item-single {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .fx-sidebar-blog .fx-blog-1-item-single {
    grid-template-columns: 1fr;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fx-sidebar-blog .fx-blog-1-item-single {
    grid-template-columns: 1fr 1.7fr;
  }
}

.fx-sidebar-blog .fx-blog-1-item-single:not(:last-child) {
  margin-bottom: 20px;
}

.fx-sidebar-blog .fx-blog-1-item-single .item-img {
  border-radius: 4px;
  height: 122px;
  margin-bottom: 0;
}
.fx-sidebar-blog .fx-blog-1-item-single .item-img img {
  height: 122px;
  object-fit: cover;
}
.fx-sidebar-blog .fx-blog-1-item-single .item-subtitle {
  font-size: 12px;
  border: 1px solid var(--pg-clr-pr-1);
  border-radius: 6px;
  margin-bottom: 14px;
  padding: 0 10px;
}

.fx-sidebar-blog .fx-blog-1-item-single .item-title {
  font-size: 18px;
}

.fx-sidebar-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.fx-sidebar-tags a,
.tagcloud a {
  font-size: 16px !important;
  line-height: 20px;
  font-family: var(--fx-font-pr-1);
  color: rgba(0, 0, 0, 0.6);
  background: #fff;
  display: inline-block;
  padding: 7px 16px;
  border-radius: 2px;
  transition: all 0.4s var(--cube-1);
  margin-bottom: 5px;
}

.fx-sidebar-tags a:hover,
.tagcloud a:hover {
  color: #000;
  background: var(--pg-clr-pr-1);
}

.fx-blog-item-item-big {
  border-radius: 12px;
  padding: 32px 32px;
  border: 1px solid #DFE1E5;
}

@media (max-width: 767px) {
  .fx-blog-item-item-big {
    padding: 25px 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fx-blog-item-item-big {
    padding: 32px 32px;
  }
}

.fx-blog-item-item-big:not(:last-child) {
  margin-bottom: 32px;
}

.fx-blog-item-item-big .item-img {
  height: 380px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 767px) {
  .fx-blog-item-item-big .item-img {
    height: 300px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fx-blog-item-item-big .item-img {
    height: 350px;
  }
}

.fx-blog-item-item-big .item-img img {
  transform-origin: left;
  transition: 0.5s;
  width: 100%;
}

.fx-blog-item-item-big .item-img .swiper-container {
  width: 100%;
  height: 100%;
}

.fx-blog-item-item-big .item-img .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.fx-blog-item-item-big .item-img .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
}

.fx-blog-item-item-big .item-img .blog-img-navi-btn {
  transform: translateY(-50%);
  z-index: 1;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  border: 2px solid #fff;
  transition: 0.3s;
}

.fx-blog-item-item-big .item-img .blog-img-navi-btn:hover {
  background: var(--pg-clr-pr-1);
  border-color: transparent;
}

.fx-blog-item-item-big .item-img .blog_img_next {
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.fx-blog-item-item-big .item-img .blog_img_prev {
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.fx-blog-item-item-big .item-img .item-img-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.fx-blog-item-item-big .item-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 50px;
  padding: 28px 0;
}

.fx-blog-item-item-big .item-meta .meta-item {
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 18px;
  line-height: 20px;
  color: #000;
  align-items: center;
  gap: 8px;
  opacity: 72%;
  font-family: var(--fx-font-pr-1);
}

@media (max-width: 767px) {
  .fx-blog-item-item-big .item-meta .meta-item {
    font-size: 16px;
  }
}

.fx-blog-item-item-big .item-title {
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 17px;
  transition: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fx-blog-item-item-big .item-title {
    font-size: 26px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .fx-blog-item-item-big .item-title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .fx-blog-item-item-big .item-title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fx-blog-item-item-big .item-title {
    font-size: 22px;
  }
}

.fx-blog-item-item-big .item-title:hover {
  color: var(--pg-clr-pr-1);
  transform: translateX(3px);
}

.fx-blog-item-item-big .item-disc {
  margin-bottom: 24px;
}

.fx-blog-item-item-big .item-btn {
  display: inline-flex;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  align-items: center;
  gap: 11px;
  transition: 0.3s;
}

.fx-blog-item-item-big .item-btn i {
  width: 32px;
  height: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--pg-clr-pr-1);
  border-radius: 50%;
  color: #fff;
  transition: 0.3s;
  font-size: 14px;
}

.fx-blog-item-item-big .item-btn:hover {
  color: var(--pg-clr-pr-1);
}

.fx-blog-item-item-big .item-btn:hover i {
  transform: translateX(5px);
}

.fx-blog-plybtn {
  display: flex;
  width: 84px;
  height: 84px;
  background: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--pg-clr-pr-1);
  position: relative;
  transition: 0.4s;
}

.fx-blog-plybtn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.5);
  background: #fff;
  border-radius: 50%;
  z-index: -1;
  opacity: 20%;
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  animation: fd-blog-plybtn 5s linear infinite;
  animation-delay: 3s;
}

.fx-blog-plybtn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(2);
  background: #fff;
  border-radius: 50%;
  z-index: -1;
  opacity: 10%;
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  animation: fd-blog-plybtn 5s linear infinite;
}

.fx-blog-plybtn:hover {
  color: var(--pg-clr-pr-1);
}

@keyframes fd-blog-plybtn {
  from {
    transform: translate(-50%, -50%) scale(1);
    opacity: 50%;
  }

  to {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

/* 
    blog-page-end
*/
/* 
    blog-details-start
*/
.fx-blog-details-meta {
  display: inline-flex;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 4px;
  padding: 15px 24px;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 27px;
}

.fx-blog-details-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 300;
  font-size: 20px;
}

.fx-blog-details-meta .meta-item svg * {
  fill: #fff;
}

.fx-blog-details-content {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.fx-blog-details-content h1,
.fx-blog-details-content h2,
.fx-blog-details-content h3,
.fx-blog-details-content h4,
.fx-blog-details-content h5,
.fx-blog-details-content h6,
.fx-blog-details-content p,
.fx-blog-details-content li,
.fx-blog-details-content blockquote,
.fx-blog-details-content cite,
.fx-blog-details-content b {
  font-family: var(--fx-font-pr-1);
  color: #000;
}

.fx-blog-details-content h1,
.fx-blog-details-content h2,
.fx-blog-details-content h3,
.fx-blog-details-content h4,
.fx-blog-details-content h5,
.fx-blog-details-content h6 {
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 25px;
  padding-top: 22px;
}

.fx-blog-details-content p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 26px;
}

.fx-blog-details-content h1 {
  font-size: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fx-blog-details-content h1 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .fx-blog-details-content h1 {
    font-size: 26px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fx-blog-details-content h1 {
    font-size: 30px;
  }
}

.fx-blog-details-content h2 {
  font-size: 32px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fx-blog-details-content h2 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fx-blog-details-content h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .fx-blog-details-content h2 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fx-blog-details-content h2 {
    font-size: 26px;
  }
}

.fx-blog-details-content h3 {
  font-size: 32px;
  font-weight: 600;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fx-blog-details-content h3 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .fx-blog-details-content h3 {
    font-size: 22px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fx-blog-details-content h3 {
    font-size: 28px;
  }
}

.fx-blog-details-content h4 {
  font-size: 27px;
  font-weight: 600;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fx-blog-details-content h4 {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .fx-blog-details-content h4 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fx-blog-details-content h4 {
    font-size: 23px;
  }
}

.fx-blog-details-content h5 {
  font-size: 22px;
  font-weight: 600;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fx-blog-details-content h5 {
    font-size: 20px;
  }
}

.fx-blog-details-content h6 {
  font-size: 18px;
  font-weight: 500;
}

.fx-blog-details-content blockquote {
  background: #F6F6F6;
  border-radius: 12px;
  padding: 35px 40px;
  color: #000;
  font-weight: 400;
  position: relative;
  z-index: 1;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 60px;
  overflow: hidden;
  border-left: 4px solid var(--pg-clr-pr-1);
}

.fx-blog-details-content blockquote span {
  color: var(--pg-clr-pr-1);
}

.fx-blog-details-content blockquote::after {
  content: "";
  width: 60px;
  height: 60px;
  left: 31px;
  top: 26px;
  position: absolute;
  z-index: -1;
}

.fx-blog-details-content cite {
  display: block;
  font-weight: 700;
  color: #261723;
  font-style: normal;
  padding-left: 72px;
  margin-top: 20px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  font-size: 18px;
}

@media (max-width: 767px) {
  .fx-blog-details-content cite {
    font-size: 16px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fx-blog-details-content cite {
    font-size: 18px;
  }
}

.fx-blog-details-content cite::after {
  content: "";
  width: 62px;
  height: 2px;
  border-radius: 20px;
  background: var(--pg-clr-pr-1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.fx-blog-details-content-img {
  margin-left: -140px;
  margin-right: -140px;
  margin-bottom: 35px;
  border-radius: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fx-blog-details-content-img {
    height: 400px;
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fx-blog-details-content-img {
    height: 350px;
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (max-width: 767px) {
  .fx-blog-details-content-img {
    height: 300px;
    margin-left: 0px;
    margin-right: 0px;
  }
}

.fx-blog-details-content ul {
  margin-bottom: 40px;
}

.fx-blog-details-content ul li {
  position: relative;
  font-size: 20px;
  line-height: 28px;
  opacity: 72%;
  padding-left: 15px;
}

.fx-blog-details-content ul li:not(:last-child) {
  margin-bottom: 18px;
}

.fx-blog-details-content ul li::after {
  content: "";
  width: 20px;
  height: 20px;
  left: 0;
  top: 6px;
  position: absolute;
}
.art-blog-share .social-media a {
  padding-right: 10px;
}
.fx-blog-details-content b {
  font-size: 18px;
  line-height: 30px;
  color: #444444;
  margin-bottom: 20px;
  display: block;
}

.fx-blog-details-tag-share {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #DFE1E5;
  border-top: 1px solid #DFE1E5;
  padding: 34px 0;
  margin-top: 60px;
  margin-bottom: 64px;
}

.fx-blog-details-comment-item {
  background: #F9F9F9;
  border-radius: 8px;
  padding: 32px;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 64px;
}

@media (max-width: 767px) {
  .fx-blog-details-comment-item {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fx-blog-details-comment-item {
    flex-wrap: nowrap;
  }
}

.fx-blog-details-comment-item .img-wrap {
  flex: 0 0 auto;
  width: 140px;
  height: 140px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #fff;
}

.fx-blog-details-comment-item .name {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
  display: block;
}

.fx-blog-details-comment-item .comment-text {
  margin-bottom: 0;
}

.fx-blog-details-comment-form {
  border: 2px solid #DFE1E5;
  border-radius: 15px;
  padding: 40px 40px;
}

.fx-blog-details-comment-form .title {
  color: #000;
  font-size: 32px;
  line-height: 1.12;
  margin-bottom: 31px;
  padding: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fx-blog-details-comment-form .title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .fx-blog-details-comment-form .title {
    font-size: 22px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fx-blog-details-comment-form .title {
    font-size: 26px;
  }
}

.fx-blog-share,
.fx-blog-tag {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.fx-blog-share .title,
.fx-blog-tag .title {
  line-height: 30px;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.fx-blog-tag a,
.fx-blog-tag .tag {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.72);
  background: #F9F9F9;
  line-height: 20px;
  border-radius: 5px;
  padding: 10px 19px;
  transition: all 0.3s ease;
}

.fx-blog-tag a:hover,
.fx-blog-tag .tag:hover {
  background: var(--pg-clr-pr-1);
  color: rgb(0, 0, 0);
}

.fx-blog-share .link,
.fx-blog-tag .link {
  transition: all 0.3s ease;
}

.fx-blog-share .link:hover,
.fx-blog-tag .link:hover {
  transform: scale(90%);
}

.fx-blog-share .copylink,
.fx-blog-tag .copylink {
  display: flex;
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  background: #DFE1E5;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.fx-blog-share .copylink:hover,
.fx-blog-tag .copylink:hover {
  background: var(--pg-clr-pr-1);
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

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

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

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

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

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

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {

  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.fx-pagination {
  display: inline-flex;
  gap: 9px;
  flex-wrap: wrap;
}

.fx-pagination-item,
.fx-pagination-item .current {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 2px solid #F6F6F6;
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000;
  font-weight: 400;
  transition: all 0.3s var(--cube-1);
}

.fx-pagination-item:hover,
.fx-pagination-item .current {
  background: var(--pg-clr-pr-1);
  color: #fff;
  border-color: var(--pg-clr-pr-1);
}

.fx-pagination-item:is(.has-btn):hover {
  border-color: var(--pg-clr-pr-1);
  background: transparent;
  color: var(--pg-clr-pr-1);
}

/* 
    form-1-start
*/
.fx-form-1-box:not(:last-child) {
  margin-bottom: 28px;
}

.fx-form-1-box:focus-within .fx-form-1-label {
  color: var(--fx-clr-pr-1);
  opacity: 1;
}

.fx-form-1-label {
  font-family: var(--fx-font-pr-1);
  text-transform: capitalize;
  font-weight: 400;
  opacity: 56%;
  color: #000;
  font-size: 14px;
  display: block;
  line-height: 1;
  margin-bottom: 5px;
  transition: all 0.3s var(--cube-1);
}

.fx-form-1-input {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  margin: 0;
  padding: 0px 0px;
  border-bottom: 1px solid #D9D9D9;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  transition: all 0.3s var(--cube-1);
}

.fx-form-1-input::placeholder {
  opacity: 80%;
  font-weight: 400;
}

.fx-form-1-input:is(textarea) {
  height: 100px;
}

.fx-form-1-input:hover {
  border-color: #000;
}

.fx-form-1 input::-webkit-outer-spin-button,
.fx-form-1 input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.fx-cta-1-form:is(.fx-cta-4) .fx-cta-1-form-input:focus {
  border-color: var(--pg-clr-pr-1);
}

.fx-cta-1-form:is(.fx-cta-4) .fx-cta-1-form-btn:hover {
  color: var(--pg-clr-pr-1);
}

.fx-cta-1-form:is(.fx-cta-5-form) .fx-cta-1-form-input:focus {
  border-color: var(--pg-clr-pr-1);
}

.fx-cta-1-form:is(.fx-cta-5-form) .fx-cta-1-form-btn:hover {
  color: var(--pg-clr-pr-1);
}

.fx-form-1:is(.has-home-6) .fx-form-1-box:focus-within .fx-form-1-label {
  color: var(--pg-clr-pr-1);
  opacity: 1;
}

p.comment-form-cookies-consent {
  display: none;
}

p.form-submit {
  display: none;
}

/* 
    form-1-end
*/
/* 
    blog-details-end
*/
/*# sourceMappingURL=main.css.map */
