/*============================================================
Template Name   : Manrox
Description     : Industrial & Manufacturing HTML5 Template
Design by       : Raga Designers (https://www.ragadesigners.com/)
Version         : 1.0
==============================================================*/
/*=====================================================
Table of contents
=======================================================

1. Google fonts
2. Theme variables
3. General css
4. Margin & padding
5. Preloader
6. Scroll top css
7. Bs custom css
8. Breadcrumb css
9. Pagination css 
10. Play btn
11. Site title css
12. Theme button
13. Header top css
14. Navbar css
15. Navbar multi level dropdown
16. Navbar mega menu
17. Search popup
18. Hero css 
19. About css 
20. Feature css
21. Counter css
22. Video css 
23. Contact us css 
24. Error css 
25. Terms/privacy css
26. Coming soon css 
27. Faq css 
28. Team css 
29. Testimonial css 
30. Partner css 
31. Choose css 
32. Cta css 
33. Blog css
34. Blog single css
35. Blog sidebar widget css
36. Auth css 
37. Step/process css
38. Footer css
39. Pricing css 
40. Service css
41. Portfolio css 
42. Quote css 
43. Gallery css
44. Skill css
45. Home css

=======================================================*/
/*====================
1. Google fonts
======================*/
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&family=Roboto:wght@100;300;400;500;700;900&display=swap");
/*====================
2. Theme variables
======================*/
:root {
  --body-font: "Roboto", sans-serif;
  --heading-font: "Sora", sans-serif;
  --theme-color: #fe712b;
  --theme-color2: #393a39;
  --theme-bg-light: #f6f6f6;
  --theme-bg-light2: #faf4f0;
  --body-text-color: #757f95;
  --color-white: #ffffff;
  --color-dark: #393a39;
  --color-green: #15d4c9;
  --color-blue: #2075fe;
  --color-skyblue: #00bfff;
  --color-purple: #a855f7;
  --color-yellow: #fba707;
  --color-gray: #ececec;
  --color-red: #fd6a6a;
  --box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.05);
  --box-shadow2: 0 0 15px rgba(0, 0, 0, 0.17);
  --box-shadow3: 0 0 40px 5px rgba(142, 121, 249, 0.05);
  --transition: all 0.5s ease-in-out;
  --transition2: all 0.3s ease-in-out;
  --border-info-color: rgba(0, 0, 0, 0.08);
  --border-info-color2: rgba(0, 0, 0, 0.05);
  --border-white-color: rgba(255, 255, 255, 0.08);
  --border-white-color2: rgba(255, 255, 255, 0.15);
  --footer-bg: #393a39;
  --footer-text-color: #f5faff;
}

/*====================
3. General css
======================*/
*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  scroll-behavior: inherit !important;
}

html,
body {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: clip;
}

body {
  font-family: var(--body-font);
  font-style: normal;
  font-size: 16px;
  font-weight: normal;
  color: var(--body-text-color);
  line-height: 1.8;
}

a {
  color: var(--color-dark);
  display: inline-block;
}

a,
a:active,
a:focus,
a:hover {
  outline: none;
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
}

a:hover {
  color: var(--color-blue);
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-dark);
  margin: 0px;
  font-weight: 500;
  font-family: var(--heading-font);
  line-height: 1.05;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin: 0px;
}

.img,
img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
  height: auto;
}

label {
  color: #999;
  cursor: pointer;
  font-weight: 400;
}

*::-moz-selection {
  background: #d6b161;
  color: var(--color-white);
  text-shadow: none;
}

::-moz-selection {
  background: #555;
  color: var(--color-white);
  text-shadow: none;
}

::selection {
  background: #555;
  color: var(--color-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: #999;
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: #999;
  font-size: 16px;
  opacity: 1;
}

/* theme default */
.bg {
  background: var(--theme-bg-light);
}


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

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

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

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


.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}


.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

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


.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}


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

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


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


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


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


/*====================
5. Preloader
======================*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.preloader-logo {
  display: inline-block;
}
.preloader-logo img {
  width: 350px;
  max-width: 70vw;
  animation: preloader-zoom 1.2s ease-in-out infinite;
}

@keyframes preloader-zoom {
  0% {
    transform: scale(0.75);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    transform: scale(0.75);
    opacity: 0.5;
  }
}
/*====================
6. Scroll top css
======================*/
#scroll-top {
  position: fixed;
  bottom: -20px;
  right: 30px;
  z-index: 99;
  font-size: 20px;
  border: none;
  outline: none;
  border-radius: 50px;
  color: var(--color-white);
  background-color: var(--theme-color);
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  box-shadow: var(--box-shadow2);
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
  transform: rotate(-40deg);
  z-index: 1;
}
#scroll-top:hover {
  transform: rotate(0);
}
#scroll-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  #scroll-top.active {
    bottom: 100px;
  }
}

/*====================
6.1 Float contact css
======================*/
.float-contact {
  position: fixed;
  left: 30px;
  bottom: 20px;
  z-index: 98;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.float-contact .float-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--color-white);
  box-shadow: var(--box-shadow2);
  transition: var(--transition);
  animation: pulse-btn 2s infinite;
}
.float-contact .float-btn:hover {
  transform: scale(1.1);
  color: var(--color-white);
}
.float-contact .whatsapp-btn {
  background-color: #25D366;
}
.float-contact .call-btn {
  background-color: var(--theme-color);
  font-size: 20px;
}
@keyframes pulse-btn {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.35);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@media all and (max-width: 575px) {
  .float-contact {
    left: 15px;
    bottom: 15px;
  }
  .float-contact .float-btn {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }
}

/*====================
7. Bs custom css
======================*/
/* custom form */
.form-group {
  margin-bottom: 20px;
}
.form-group .form-label {
  color: var(--color-dark);
}
.form-group .form-control,
.form-group .form-select {
  padding: 12px 15px 12px 15px;
  background-color: var(--color-white);
  color: var(--color-dark);
  border-color: var(--border-info-color);
  border-radius: 10px;
}
.form-group .form-control:focus,
.form-group .form-select:focus {
  border-color: var(--theme-color);
  box-shadow: 0 0 0 0.25rem rgba(238, 29, 38, 0.25);
  box-shadow: none;
}
.form-group .form-control::-moz-placeholder {
  color: var(--body-text-color);
}
.form-group .form-control::placeholder {
  color: var(--body-text-color);
}

.form-check {
  margin-bottom: 20px;
}
.form-check-input {
  border-radius: 50px;
  margin-top: 6.5px;
  border-color: var(--border-info-color);
}
.form-check-input:checked {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.form-check-input:focus {
  border-color: var(--theme-color);
  box-shadow: 0 0 0 0.25rem rgba(238, 29, 38, 0.25);
}
.form-check-label {
  color: var(--color-dark);
}

.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* custom tooltip */
.tooltip-inner {
  background: var(--theme-color);
  border-radius: 50px;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 600;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  border-top-color: var(--theme-color) !important;
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  border-top-color: var(--theme-color) !important;
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -2.5px !important;
  border-left-color: var(--theme-color) !important;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -2.5px !important;
  border-right-color: var(--theme-color) !important;
}

.tooltip.show {
  opacity: 1;
}

/* custom modal */
.modal .modal-content {
  border-radius: 25px;
}
.modal .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 22px;
  height: 22px;
  line-height: 20px;
  background: var(--color-dark);
  border-radius: 50px;
  color: var(--color-white);
  font-size: 20px;
  opacity: 1;
  z-index: 1;
}
.modal .modal-body {
  padding: 25px;
}

/* custom form */
/*====================
8. Breadcrumb css
======================*/
.site-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  text-align: center;
  position: relative;
     padding-top: 200px;
  padding-bottom: 120px;
  z-index: 1;
}
.site-breadcrumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.site-breadcrumb .breadcrumb-title {
  font-size: 35px;
  color: var(--color-white);
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.site-breadcrumb .breadcrumb-menu {
  position: relative;
  z-index: 1;
}
.site-breadcrumb .breadcrumb-menu li {
  position: relative;
  display: inline-block;
  margin-left: 25px;
  color: var(--color-white);
  font-weight: 500;
  text-transform: capitalize;
}
.site-breadcrumb .breadcrumb-menu li a {
  color: var(--color-white);
  transition: all 0.5s ease-in-out;
}
.site-breadcrumb .breadcrumb-menu li a:hover {
  color: var(--theme-color);
}
.site-breadcrumb .breadcrumb-menu li::before {
  position: absolute;
  content: "\f101";
  font-family: "Font Awesome 6 Pro";
  right: -21px;
  top: 1px;
  text-align: center;
  font-size: 16px;
  color: var(--color-white);
}
.site-breadcrumb .breadcrumb-menu li:first-child {
  margin-left: 0;
}
.site-breadcrumb .breadcrumb-menu li:last-child:before {
  display: none;
}
.site-breadcrumb .breadcrumb-menu li.active {
  color: var(--theme-color);
}

/*====================
9. Pagination css 
======================*/
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.pagination .page-item .page-link {
  border: none;
  background: var(--theme-bg-light);
  color: var(--color-dark);
  font-weight: 500;
  margin: 0 6px;
  border-radius: 12px !important;
  width: 40px;
  height: 40px;
  line-height: 28px;
  text-align: center;
  transition: var(--transition);
  z-index: 1;
}
.pagination .page-item .page-link:hover, .pagination .page-item.active .page-link {
  background: var(--theme-color);
  color: var(--color-white);
}


@keyframes ripple-wave {
  0% {
    opacity: 0.8;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2.2);
  }
}
/*====================
11. Site title css
======================*/
.site-heading {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.site-heading .site-title-tagline {
  display: inline-block;
  color: var(--theme-color);
  font-weight: 500;
  text-transform: capitalize;
  font-size: 18px;
  background: rgb(from var(--theme-color) r g b/0.1);
  border-radius: 50px;
  padding: 2px 15px 2px 3px;
  margin-bottom: 15px;
}
.site-heading .site-title-tagline i {
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 31px;
  background: var(--theme-color);
  color: var(--color-white);
  text-align: center;
  border-radius: 50px 50px 50px 50px;
  margin-right: 5px;
}
.site-heading .site-title {
  font-weight: 600;
  font-size: 50px;
  color: var(--color-dark);
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  .site-heading .site-title {
    font-size: 30px;
  }
}
.site-heading .site-title span {
  color: var(--theme-color);
}
.site-heading p {
  margin-top: 15px;
}

@keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateX(75px);
  }
  100% {
    transform: translateX(-1px);
  }
}
/*====================
12. Theme button
======================*/
.theme-border-btn,
.theme-btn2,
.theme-btn {
  font-size: 16px;
  color: var(--color-white);
  padding: 10px 22px;
  transition: all 0.5s;
  text-transform: capitalize;
  position: relative;
  border-radius: 50px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  border: none;
  background: var(--theme-color);
  box-shadow: var(--box-shadow);
  z-index: 1;
}
.theme-border-btn::before,
.theme-btn2::before,
.theme-btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background: var(--theme-color2);
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.theme-border-btn:hover::before,
.theme-btn2:hover::before,
.theme-btn:hover::before {
  right: auto;
  left: 0;
  width: 100%;
}
.theme-border-btn i,
.theme-btn2 i,
.theme-btn i {
  margin-left: 8px;
  transform: rotate(-40deg);
  transition: var(--transition2);
}
.theme-border-btn:hover i,
.theme-btn2:hover i,
.theme-btn:hover i {
  transform: rotate(0deg);
}
.theme-border-btn span,
.theme-btn2 span,
.theme-btn span {
  margin-right: 5px;
}

.theme-btn:hover {
  color: var(--color-white);
}

.theme-btn2 {
  background: var(--theme-color2);
  color: var(--color-white);
}
.theme-btn2::before {
  background: var(--theme-color);
}
.cta-area .theme-btn2,
.process-wrap .theme-btn2 {
  background: var(--theme-color);
}
.cta-area .theme-btn2::before,
.process-wrap .theme-btn2::before {
  background: var(--theme-color2);
}
.theme-btn2:hover {
  color: var(--color-white);
}


/*====================
14. Navbar css
======================*/
.navbar {
  background: transparent;
  padding-top: 0px;
  padding-bottom: 0px;
  z-index: 4;
}
.navbar.fixed-top {
  position: fixed !important;
  background: var(--color-white);
  box-shadow: var(--box-shadow2);
  animation: slide-down 0.7s;
}
.navbar .navbar-brand {
  margin-right: 0;
}
.navbar .navbar-brand img {
  width: 100px;
}
.navbar .dropdown-toggle::after {
  display: inline-block;
  margin-left: 5px;
  vertical-align: baseline;
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  font-weight: 600;
  border: none;
  font-size: 14px;
}

@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@media all and (min-width: 992px) {
  .navbar .nav-item .nav-link {
    margin-right: 22px;
    padding: 25px 10px;
    font-size: 17px;
    font-weight: 500;
    color: var(--color-dark);
    text-transform: capitalize;
  }
  .navbar .nav-item .nav-link.active, .navbar .nav-item:hover .nav-link {
    color: var(--theme-color);
  }
  .navbar .nav-item:last-child .nav-link {
    margin-right: 0;
  }
  .navbar .nav-item .dropdown-menu {
    display: block;
    padding: 8px 0;
    margin-top: 0;
    left: -15px;
    border-radius: 0px;
    border: none;
    background: var(--color-dark);
    border-top: 3px solid var(--theme-color);
           width: 280px;
    box-shadow: var(--box-shadow);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition2);
  }
  .navbar .nav-item .dropdown-menu li {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  }
  .navbar .nav-item .dropdown-menu li:last-child {
    border-bottom: none;
  }
  .navbar .nav-item .dropdown-menu .dropdown-item {
    font-size: 16px;
    padding: 8px 15px 8px 25px;
    font-weight: 500;
    color: var(--color-white);
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    text-transform: capitalize;
    transition: var(--transition2);
    z-index: 1;
  }
  .navbar .nav-item .dropdown-menu .dropdown-item:hover {
    background: transparent;
    padding-left: 32px;
  }
  .navbar .nav-item .dropdown-menu .dropdown-item::before {
    content: "//";
    position: absolute;
    left: 15px;
    top: 8px;
    color: var(--color-white);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition2);
    z-index: -1;
  }
  .navbar .nav-item .dropdown-menu .dropdown-item:hover::before {
    opacity: 1;
    visibility: visible;
  }
  .navbar .nav-item:hover .dropdown-menu {
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
  .navbar.fixed-top .nav-item .nav-link {
    color: var(--color-dark);
  }
  .navbar.fixed-top .nav-link.active,
  .navbar.fixed-top .nav-item:hover .nav-link {
    color: var(--theme-color);
  }
  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }
  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }
  .navbar .nav-right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-left: 30px;
  }
}
.navbar .mobile-menu-right {
  display: none;
}

@media all and (max-width: 1199px) {
  .navbar .nav-item .nav-link {
    margin-right: 15px;
  }
  .navbar .nav-right {
    margin-left: 25px;
  }
  .navbar .nav-right .nav-btn,
  .navbar .nav-right .sidebar-btn {
    display: none;
  }
}
@media all and (max-width: 991px) {
  .navbar .offcanvas {
    width: 300px;
  }
  .navbar .offcanvas-header .btn-close {
    background: var(--color-red);
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50px;
    color: var(--color-white);
    font-size: 18px;
    box-shadow: none;
    opacity: 1;
  }
  .navbar .offcanvas-brand {
    width: 150px;
  }
  .navbar.fixed-top:has(.offcanvas.show) {
    animation: none;
  }
  .navbar .nav-item .nav-link {
    color: var(--color-dark);
    font-weight: 700;
    margin-right: 0px;
    transition: var(--transition);
  }
  .navbar .nav-item .nav-link:hover {
    color: var(--theme-color);
  }
  .navbar .nav-item .dropdown-menu {
    border-radius: 15px;
  }
  .navbar .nav-item .dropdown-toggle::after {
    float: right;
    margin-top: 2.5px;
  }
  .navbar-toggler {
    padding: 0;
    border: none;
  }
  .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }
  .navbar-toggler span {
    display: block;
    width: 22px;
    border-bottom: 3px solid var(--color-dark);
    border-radius: 50px;
    margin-top: 5px;
  }
  .navbar-toggler span:first-child {
    margin-top: 0;
  }
  .navbar-toggler span:nth-child(2) {
    width: 15px;
  }
  .navbar .mobile-menu-right {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .navbar .nav-right {
    display: none;
  }
}
@media all and (max-width: 991px) {
  .navbar .nav-item .dropdown-menu .dropdown-item {
    color: var(--color-dark);
  }
}

/*============================
16. Navbar mega menu
==============================*/
/*==============================
16b. Applications mega menu
================================*/
.navbar .nav-item .dropdown-menu.applications-mega {
  padding: 16px;
  border-radius: 15px;
}
.applications-mega-head {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--theme-color);
  padding: 0 8px 12px;
  margin-bottom: 8px;
  border-bottom: 1px dashed rgba(57, 58, 57, 0.15);
}
.applications-mega-grid {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.applications-mega-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 10px;
  border-radius: 10px;
  min-width: 0;
  transition: background 0.25s ease, transform 0.4s ease, opacity 0.4s ease;
}
.applications-mega-item .app-icon {
  flex: none;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 50%;
  color: var(--theme-color);
  background: rgba(254, 113, 43, 0.1);
  transition: var(--transition2);
}
.applications-mega-item .app-text {
  font-size: 15px;
  font-weight: 500;
  color: var(--color-dark);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: var(--transition2);
}
.applications-mega-item:hover {
  background: rgba(254, 113, 43, 0.08);
}
.applications-mega-item:hover .app-icon {
  background: var(--theme-color);
  color: var(--color-white);
  transform: rotate(-10deg) scale(1.1);
}
.applications-mega-item:hover .app-text {
  color: var(--theme-color);
}
.dropdown-menu.show .applications-mega-item {
  opacity: 1;
  transform: translateY(0);
}
@media all and (min-width: 992px) {
  .navbar .nav-item.mega-dropdown {
    position: static;
  }
  .navbar .nav-item .dropdown-menu.applications-mega {
    left: 50%;
    width: min(1220px, 96vw);
    padding: 28px 32px;
    transform: translateX(-50%) rotateX(-75deg);
  }
  .navbar .nav-item:hover .dropdown-menu.applications-mega {
    transform: translateX(-50%) rotateX(0deg);
  }
  .applications-mega-head {
    color: var(--color-white);
    opacity: 0.7;
    border-bottom-color: rgba(255, 255, 255, 0.15);
  }
  .applications-mega-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px 30px;
  }
  .applications-mega-item {
    opacity: 0;
    transform: translateY(12px);
  }
  .applications-mega-item .app-icon {
    background: rgba(255, 255, 255, 0.08);
  }
  .applications-mega-item .app-text {
    color: var(--color-white);
  }
  .applications-mega-item:hover {
    background: rgba(255, 255, 255, 0.08);
  }
  .navbar .nav-item:hover .applications-mega-item {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(var(--i, 0) * 0.04s);
  }
}


/*====================
18. Hero css 
======================*/
.hero-section .hero-single {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.hero-section .hero-single::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom right, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}
.hero-section .hero-single .hero-content {
  height: 100%;
}
.hero-section .hero-single .hero-content .hero-sub-title {
  display: inline-block;
  color: var(--color-white);
  font-size: 20px;
  position: relative;
}
@media all and (max-width: 767px) {
  .hero-section .hero-single .hero-content .hero-sub-title {
    font-size: 18px;
  }
}
.hero-section .hero-single .hero-content .hero-title {
  color: var(--color-white);
  font-size: 60px;
  margin: 20px 0;
}
@media all and (max-width: 1199px) {
  .hero-section .hero-single .hero-content .hero-title {
    font-size: 37px;
  }
}
@media all and (max-width: 991px) {
  .hero-section .hero-single .hero-content .hero-title {
    font-size: 50px;
  }
}
.hero-section .hero-single .hero-content .hero-title span {
  color: var(--theme-color);
}
.hero-section .hero-single .hero-content p {
  color: var(--color-white);
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}
.hero-section .hero-single .hero-content .hero-btn {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 35px;
}


.hs-1 {
  position: relative;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hs-1 .hero-single {
  padding-top: 0px;
  padding-bottom: 60px;
  height: 100vh;
  min-height: 760px;
  align-items: end;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .hs-1 .hero-single {
    height: unset;
    min-height: unset;
    padding-top: 300px;
  }
}
.hs-1 .hero-single::before {
  display: none;
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .hs-1 .hero-single .hero-content {
    margin-top: 10px;
  }
}
.hs-1 .hero-single .hero-content .hero-sub-title {
  color: var(--color-white);
  font-size: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px 10px 8px 10px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.hs-1 .hero-single .hero-content .hero-title {
  font-size: 60px;
  color: var(--color-white);
  font-weight: 600;
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .hs-1 .hero-single .hero-content .hero-title {
    font-size: 50px;
  }
}
@media all and (max-width: 767px) {
  .hs-1 .hero-single .hero-content .hero-title {
    font-size: 45px;
  }
}
.hs-1 .hero-single .hero-content .hero-title span {
  color: transparent;
  -webkit-text-stroke: 3px var(--color-white);
}
.hs-1 .hero-single .hero-content p {
  color: var(--color-white);
}
.hs-1 .hero-single .hero-content .hero-info-2 {
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 15px;
  border-radius: 20px;
}
.hs-1 .hero-single .hero-content .hero-info-2 ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px 20px;
}
@media all and (max-width: 767px) {
  .hs-1 .hero-single .hero-content .hero-info-2 ul {
    flex-direction: column;
  }
}
.hs-1 .hero-single .hero-content .hero-info-2 li {
  color: var(--color-white);
}
.hs-1 .hero-single .hero-content .hero-info-2 li img {
  filter: brightness(0) invert(1);
  width: 20px;
  margin-right: 4px;
}
.hs-1 .hero-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  overflow: hidden;
  z-index: -1;
}
.hs-1 .hero-video-bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.hs-1 .hero-video-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}


.about-left {
  position: relative;
  margin-right: 30px;
  overflow: hidden;
}
@media all and (max-width: 991px) {
  .about-left {
    margin-right: 0;
  }
}
.about-left .about-img .img-1 {
  position: relative;
}
.about-left .about-img .img-1 img {
  border-radius: 20px;
}
.about-left .about-img .img-2 {
  position: relative;
}
.about-left .about-img .img-2 img {
  border-radius: 20px;
}
.about-right {
  position: relative;
  display: block;
}
@media all and (max-width: 991px) {
  .about-right {
    margin-top: 80px;
  }
}
.about-experience {
  background: var(--theme-color2);
  border-radius: 20px;
  padding: 25px 20px;
  margin-bottom: 55px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media all and (max-width: 1199px) {
  .about-experience {
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
    text-align: center;
    margin-bottom: 25px;
  }
}
.about-experience .icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  line-height: 73px;
  text-align: center;
  background: var(--color-white);
  border-radius: 50px;
}
@media all and (max-width: 1199px) {
  .about-experience .icon {
    display: none;
  }
}
.about-experience .icon img {
  width: 45px;
}
.about-experience h4 {
  color: var(--color-white);
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 5px;
}
.about-experience p {
  color: var(--color-white);
  font-weight: 600;
  line-height: 1.1;
  font-family: var(--heading-font);
  font-size: 18px;
}
.about-content {
  margin-top: 35px;
  margin-bottom: 45px;
}
.about-content .about-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.about-content .about-info .img img {
  max-width: 120px;
  border-radius: 50%;
}
.about-content .about-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-dark);
  font-size: 18px;
  font-family: var(--heading-font);
  font-weight: 500;
  margin-bottom: 5px;
}
.about-content .about-list li:last-child {
  margin-bottom: 0;
}
.about-content .about-list li img {
  width: 22px;
}
.about-area2 .about-content {
  margin-top: 22px;
  margin-bottom: 21px;
}
.about-area2 .about-content .about-list li {
  background: var(--theme-bg-light2);
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
  padding: 3px 20px 3px 3px;
  font-size: 16px;
  margin: 15px 0;
}
.about-area2 .about-content .about-list li i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: var(--color-white);
  border-radius: 50px;
  color: var(--color-dark);
  text-align: center;
}
.about-area2 .about-content .about-info .img img {
  max-width: 200px;
  border-radius: 30px;
}
.about-area2 .about-left .about-img .img-2 {
  margin-top: 20px;
}
.about-area2 .about-left .about-img .img-1 img {
  border-radius: 30px;
}
.about-area2 .about-left .about-img .img-2 img {
  border-radius: 30px;
}
.about-area2 .about-left .about-experience {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  justify-content: center;
  background: var(--color-white);
  text-align: center;
  margin-top: -30px;
  padding: 0 0 10px 0;
  z-index: 2;
}
@media all and (max-width: 767px) {
  .about-area2 .about-left .about-experience {
    margin-top: 0px;
  }
}
.about-area2 .about-left .about-experience h4 {
  color: var(--color-dark);
}
.about-area2 .about-left .about-experience p {
  color: var(--color-dark);
}
.about-area2 .about-left .call-box {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--theme-bg-light2);
  margin-top: 68px;
  border-radius: 20px;
  padding: 30px;
}
@media all and (max-width: 767px) {
  .about-area2 .about-left .call-box {
    flex-direction: column;
    padding: 10px;
    gap: 8px;
    margin-top: 55px;
  }
}
.about-area2 .about-left .call-box .call-icon {
  flex-shrink: 0;
  width: 55px;
  height: 55px;
  line-height: 53px;
  background: var(--theme-color2);
  border-radius: 50px;
  text-align: center;
}
.about-area2 .about-left .call-box .call-icon img {
  width: 25px;
  filter: brightness(0) invert(1);
}
@media all and (max-width: 767px) {
  .about-area2 .about-left .call-box .call-info {
    text-align: center;
  }
}
.about-area2 .about-left .call-box .call-info span {
  color: var(--color-dark);
  font-weight: 500;
}
.about-area2 .about-left .call-box .call-info a {
  font-size: 19px;
  font-weight: 600;
}
@media all and (max-width: 767px) {
  .about-area2 .about-left .call-box .call-info a {
    font-size: 18px;
  }
}
.about-area2 .about-left .call-box .call-info a:hover {
  color: var(--theme-color);
}
.about-area2 .about-left .rating-box {
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid var(--border-info-color);
  border-radius: 20px;
  padding: 25px;
}
@media all and (max-width: 767px) {
  .about-area2 .about-left .rating-box {
    flex-direction: column;
    padding: 10px;
    gap: 8px;
  }
}
.about-area2 .about-left .rating-box img {
  width: 55px;
}
.about-area2 .about-left .rating-box span {
  display: block;
}
.about-area2 .about-left .rating-box i {
  color: var(--theme-color);
}
.about-area2 .about-left .rating-box .rating {
  font-size: 18px;
  color: var(--body-text-color);
}

.feature-item {
  position: relative;
  padding: 30px 25px;
  border-radius: 25px;
  background: rgb(from var(--theme-color) r g b/0.05);
}
.feature-item .count {
  position: absolute;
  right: 30px;
  top: 30px;
  font-weight: 500;
  color: var(--color-dark);
  font-size: 20px;
}
.feature-icon {
  flex-shrink: 0;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 57px;
  border-radius: 50%;
  background: var(--theme-color);
  margin: 0 0 30px 0;
}
.feature-icon img {
  width: 28px;
  filter: brightness(0) invert(1);
}
.feature-info h4 {
     font-size: 15px;
  margin-bottom: 25px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border-info-color);
}

/* ===================
21. Counter css 
====================== */
.counter-title {
  position: relative;
  margin-bottom: 60px;
}
.counter-title h4 {
  background: var(--color-white);
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 2px 20px;
  font-size: 24px;
}
.counter-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 13px;
  width: 100%;
  border-bottom: 1px solid var(--border-info-color);
  z-index: -1;
}
@media all and (max-width: 767px) {
  .counter-title::before {
    bottom: -20px;
  }
}
.counter-box {
  position: relative;
}
@media all and (max-width: 767px) {
  .counter-box {
    padding-bottom: 20px;
  }
}
.counter-box::before {
  content: "";
  position: absolute;
  right: 40px;
  top: 0;
  height: 100%;
  border-right: 1px solid var(--border-info-color);
}
@media all and (max-width: 767px) {
  .counter-box::before {
    border-right: none;
    border-bottom: 1px solid var(--border-info-color);
    width: 100%;
    right: 0;
  }
}
.counter-box .content .title {
 font-size: 19px;
    margin-bottom: 20px;
    width: 65%;
    line-height: 1.4;
  color: var(--color-dark);
}
.counter-box .content .info .counter {
  font-size: 50px;
  color: var(--color-dark);
  line-height: 1;
  font-weight: 500;
}
.counter-box .content .info .unit {
  color: var(--color-dark);
}


/*===================
23. Contact us css 
=====================*/
.contact-content .site-heading .site-title {
  font-size: 40px;
  text-transform: unset;
  font-weight: 600;
}
.contact-info {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  border-radius: 50em;
  background: var(--color-white);
  margin-top: 20px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 50px 5px 5px;
}
.contact-info .icon {
  width: 55px;
  height: 55px;
  line-height: 48px;
  border-radius: 50px;
  font-size: 35px;
  color: var(--color-white);
  text-align: center;
  border: 1px solid var(--border-info-color);
}
.contact-info .icon img {
  width: 25px;
}
.contact-info .content h4 {
  font-size: 17px;
  color: var(--color-dark);
  margin-bottom: 5px;
}
.contact-info .content p {
  color: var(--body-text-color);
  font-size: 16px;
}
.contact-info .content p a {
  color: var(--body-text-color);
  font-size: 16px;
}
.contact-info .content p a:hover {
  color: var(--theme-color);
}
.contact-form {
  background: var(--color-white);
  padding: 40px;
  border-radius: 20px;
}
.contact-form-header {
  margin-bottom: 30px;
}
.contact-form-header h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--color-dark);
}
.contact-form-header p {
  color: var(--body-text-color);
}
.contact-map {
  margin-bottom: -9px;
}
.contact-map iframe {
  width: 100%;
  height: 500px;
  border-radius: 20px;
}


/*====================
27. Faq css 
======================*/
.faq-area .accordion-item {
  border: none;
  border-radius: 15px;
  margin-bottom: 25px;
  background: var(--theme-bg-light2);
  line-height: 30px;
}
.faq-area .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-area .accordion-button {
  border-radius: 15px 15px 0 0 !important;
  background: transparent;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  color: var(--color-dark);
  padding: 14px;
  box-shadow: none;
}
@media all and (max-width: 991px) {
  .faq-area .accordion-button {
    font-size: 16px;
  }
}
.faq-area .accordion-button::after {
  content: "\f107";
  background: none;
  color: var(--theme-color);
  font-size: 24px;
  font-weight: 500;
  font-family: "Font Awesome 6 pro";
  width: unset;
  height: unset;
  margin-right: 3px;
}
.faq-area .accordion-button:not(.collapsed) {
  color: var(--color-white);
  background: var(--color-dark);
  box-shadow: 0 0.8px 0 0 var(--border-white-color);
}
.faq-area .accordion-button:not(.collapsed)::after {
  content: "\f107";
  transform: rotate(-180deg);
}
.faq-area .accordion-button span {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
.faq-area .accordion-button span i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  background: var(--theme-color);
  text-align: center;
  color: var(--color-white);
}
.faq-area .accordion-body {
  color: var(--color-white);
  background: var(--color-dark);
  border-radius: 0 0 15px 15px;
}
@media all and (max-width: 991px) {
  .faq-area .faq-content {
    margin-bottom: 50px;
  }
}
.faq-area .faq-img {
  position: relative;
}
.faq-area .faq-img img {
  width: 100%;
  border-radius: 20px;
}
@media all and (max-width: 767px) {
  .faq-area .faq-img img {
    min-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.faq-area .faq-box {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: var(--box-shadow);
  max-width: 280px;
  border-radius: 15px;
  padding: 20px;
  z-index: 2;
}
.faq-area .faq-box h4 {
  color: var(--color-white);
  margin-bottom: 20px;
  padding-bottom: 20px;
  line-height: 1.3;
  border-bottom: 1px solid var(--border-white-color);
}


/*====================
29. Testimonial css 
======================*/
.testimonial-item {
  position: relative;
  margin: 2px;
  padding-bottom: 25px;
  display: flex;
  gap: 20px;
}
@media all and (max-width: 991px) {
  .testimonial-item {
    flex-direction: column;
  }
}
.testimonial-item .content {
  background: var(--theme-bg-light2);
  border-radius: 20px;
  padding: 40px;
  position: relative;
  z-index: 1;
}
.testimonial-item .content .icon {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px 0 50px 50px;
  margin-bottom: 30px;
  z-index: -1;
}
.testimonial-item .content .icon img {
  width: 45px !important;
  filter: brightness(0) invert(1);
}
.testimonial-item .content .rating {
  color: var(--color-white);
  margin-bottom: 40px;
  border: 1px solid var(--border-info-color);
  background: var(--theme-color2);
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 10px;
  border-radius: 50px;
}
.testimonial-item .content .quote p {
  color: var(--body-text-color);
}
.testimonial-item .content .author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid var(--border-info-color);
}
.testimonial-item .content .author-info h4 {
  font-size: 18px;
  color: var(--color-dark);
}
.testimonial-item .content .author-info p {
  color: var(--theme-color);
  margin-top: 10px;
  line-height: 1;
}
.testimonial-left-img {
  height: 100%;
}
.testimonial-left-img img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* testimonial-slider */
.testimonial-slider .owl-dots {
  text-align: center;
  margin-top: 10px;
}
.testimonial-slider .owl-dots .owl-dot span {
  background: var(--theme-color);
  margin: 5px 7px;
  border-radius: 10px;
  width: 8px;
  height: 8px;
  display: inline-block;
  transition: var(--transition);
  position: relative;
}
.testimonial-slider .owl-dots .owl-dot.active span {
  background-color: var(--theme-color);
}
.testimonial-slider .owl-dots .owl-dot.active span::before {
  content: "";
  position: absolute;
  inset: -4px;
  border: 1.6px solid var(--theme-color);
  border-radius: 50px;
}
.testimonial-slider.owl-dot-none .testimonial-item {
  padding-bottom: 0;
}
.testimonial-slider.owl-dot-none .owl-dots {
  display: none;
}


/*====================
31. Choose css 
======================*/
.choose-content {
  /*  */
  border-radius: 20px;
  padding: 10px;
}
.choose-img img {
  border-radius: 15px;
}
.choose-item {
  background: rgba(255, 255, 255, 0.05);
  padding: 20px;
  border-radius: 15px;
  position: relative;
}
.choose-item .count {
  position: absolute;
  right: 20px;
  top: 20px;
  font-weight: 500;
  color: var(--color-white);
}
.choose-item .icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  line-height: 45px;
  background: var(--color-white);
  border-radius: 50px;
  text-align: center;
  margin-bottom: 25.5px;
}
.choose-item .icon img {
  width: 30px;
}
.choose-item .info h4 {
  color: var(--color-white);
  font-size: 22px;
  margin-bottom: 20px;
}
.choose-item .info p {
  color: var(--color-white);
}
.choose-area2 .choose-content {
  /* background: var(--color-white); */
  padding: 0;
}
.choose-area2 .choose-item {
  padding: 0;
}
.choose-area2 .choose-item .icon {
  background: var(--theme-color2);
}
.choose-area2 .choose-item .icon img {
  filter: brightness(0) invert(1);
}
.choose-area2 .choose-item .info h4 {
  color: var(--color-dark);
}
.choose-area2 .choose-item .info p {
  color: var(--color-dark);
}
.choose-area2 .choose-img {
  position: relative;
  text-align: right;
}
.choose-area2 .choose-img img,
.choose-area2 .choose-img video {
  max-width: 84%;
  border-radius: 20px;
}
.choose-area2 .choose-img video {
  object-fit: cover;
}
@media all and (max-width: 991px) {
  .choose-area2 .choose-img img,
  .choose-area2 .choose-img video {
    max-width: 100%;
    width: 100%;
  }
}

/*====================
32. Cta css 
======================*/
.cta-wrap {
  background: var(--theme-color);
  border-radius: 20px;
  padding: 50px;
  position: relative;
  overflow: hidden;
}
.cta-content h4 {
  color: var(--color-white);
  font-size: 35px;
  margin-bottom: 50px;
}
.cta-content p {
  color: var(--color-white);
}
.cta-img .img-1 {
  position: absolute;
  right: 30%;
  bottom: 0;
  width: 33%;
}
@media all and (max-width: 767px) {
  .cta-img .img-1 {
    display: none;
  }
}
.cta-img .img-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 35%;
}
@media all and (max-width: 767px) {
  .cta-img .img-2 {
    width: 72%;
  }
}


/*====================
37. Step/process css  
======================*/
.process-area {
  position: relative;
}
.process-wrap {
  background: var(--theme-color2);
  border-radius: 25px;
}
.process-item {
  background: var(--color-white);
  padding: 40px;
  border-radius: 30px;
  position: relative;
}
.process-item .count {
  position: absolute;
  right: 20px;
  top: 20px;
  border: 1px solid var(--border-info-color);
  padding: 2px 14px;
  border-radius: 50px;
  transition: var(--transition);
}
.process-item:hover .count {
  background: var(--theme-color2);
  color: var(--color-white);
}
.process-item .icon {
  width: 65px;
  height: 65px;
  line-height: 60px;
  background: var(--color-dark);
  border-radius: 50px;
  text-align: center;
  margin-bottom: 30px;
}
.process-item .icon img {
  filter: brightness(0) invert(1);
  width: 32px;
}
.process-item .content {
  margin-bottom: 50px;
}
.process-item .content h4 {
  margin-bottom: 10px;
font-size: 16px;
}
.process-item .img {
  -webkit-mask-image: url(../images/is-1.svg);
          mask-image: url(../images/is-1.svg);
  display: block;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 220px;
  height: 120px;
  -webkit-mask-position: center center;
          mask-position: center center;
  border-radius: 4px;
}
.process-item .img.img-2 {
  -webkit-mask-image: url(../images/is-2.svg);
          mask-image: url(../images/is-2.svg);
}

/*====================
38. Footer css
======================*/
.footer-area {
  background: var(--footer-bg);
  position: relative;
  bottom: -1px;
  z-index: 1;
}
.footer-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.05;
  z-index: -1;
}
@media all and (max-width: 991px) {
  .footer-widget-wrap {
    padding-bottom: 0px;
  }
}
.footer-widget {
  position: relative;
}
@media all and (max-width: 1199px) {
  .footer-widget-box {
    margin-bottom: 50px;
  }
}
.footer-widget-box.about-us {
  margin-right: 50px;
}
.footer-widget-box.about-us.bg {
  background: #fe712b;
  border-radius: 20px;
  padding: 30px;
}
.footer-widget-box p {
  color: var(--color-white);
  padding-right: 18px;
  margin-bottom: 20px;
}
.footer-widget-title {
  color: var(--color-white);
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 22px;
  z-index: 1;
}
.footer-widget-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 3px;
  background: var(--theme-color);
  border-radius: 50px;
}
.footer-logo img {
  width: 230px;
  margin-bottom: 20px;
}
.footer-list {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.footer-list li a {
  color: var(--color-white);
  transition: var(--transition);
  position: relative;
  margin-left: -20px;
}
@media all and (max-width: 1199px) {
  .footer-list li a {
    font-size: 14px;
  }
}
@media all and (max-width: 991px) {
  .footer-list li a {
    font-size: 16px;
  }
}
.footer-list li a:hover {
  margin-left: 0px;
  color: var(--theme-color);
}
.footer-list li a i {
  margin-right: 5px;
  opacity: 0;
  transition: var(--transition);
}
.footer-list li a:hover i {
  opacity: 1;
}
.footer-social {
  display: flex;
  gap: 15px;
  justify-content: start;
}
@media all and (max-width: 767px) {
  .footer-social {
    justify-content: flex-start;
    margin-top: 20px;
  }
}
.footer-social li a i {
  height: 42px;
  width: 42px;
  line-height: 38px;
  text-align: center;
  border-radius: 50px;
  border: 1.5px solid var(--border-white-color);
  color: var(--color-white);
  transition: var(--transition);
}
.footer-social li a i:hover {
  background: var(--theme-color);
  color: var(--color-white);
}
.footer-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.08);
  padding: 25px 30px;
  border-radius: 20px;
}
@media all and (max-width: 1199px) {
  .footer-contact {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media all and (max-width: 991px) {
  .footer-contact {
    margin-top: 30px;
  }
}
.footer-contact h4 {
  color: var(--color-white);
  font-size: 30px;
  text-transform: capitalize;
}
.footer-contact-wrap {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media all and (max-width: 991px) {
  .footer-contact-wrap {
    flex-wrap: wrap;
  }
}
.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.footer-contact-item .icon {
  width: 55px;
  height: 55px;
  line-height: 58px;
  background: var(--theme-color);
  color: var(--color-white);
  font-size: 28px;
  border-radius: 50px;
  text-align: center;
}
.footer-contact-item .content {
  line-height: 1;
}
.footer-contact-item .content h5 {
  color: var(--color-white);
  margin-bottom: 10px;
}
.footer-contact-item .content p,
.footer-contact-item .content a {
  color: var(--color-white);
}
.footer-newsletter .newsletter-form .form-group {
  position: relative;
}
.footer-newsletter .newsletter-form .form-control {
  padding: 14px 14px 14px 45px;
  border-radius: 10px;
  box-shadow: none;
  border: none;
}
.footer-newsletter .newsletter-form .theme-btn {
  margin-top: 20px;
}
.footer-newsletter .newsletter-form .theme-btn span {
  margin-right: 0;
  margin-left: 5px;
}
.footer-newsletter.fn-2 .newsletter-form .form-control {
  border-radius: 50px;
  padding-left: 25px;
}
.footer-newsletter.fn-2 .newsletter-form button {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 0;
  border: 0;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: var(--color-dark);
  color: var(--color-white);
  transition: var(--transition);
}
.footer-newsletter.fn-2 .newsletter-form button:hover {
  background: var(--theme-color);
}

.copyright {
  padding: 20px;
}
.copyright .copyright-text {
  color: var(--footer-text-color);
  margin-bottom: 0px;
  font-size: 16px;
}
.copyright .copyright-text a {
  color: var(--theme-color);
  font-weight: 500;
}


/* footer area 2 */
.footer-area.ft-2 .footer-logo img {
  margin-bottom: 0;
}
.footer-area.ft-2 .footer-contact {
  background: none;
  border-bottom: 1px solid var(--border-white-color);
  margin-bottom: 70px;
  /* padding: 50px 0 50px 0; */
  border-radius: 0;
}
.footer-area.ft-2 .footer-contact.fc-2 {
  border-bottom: none;
  border-top: 1px solid var(--border-white-color);
  margin-bottom: 0px;
  margin-top: 70px;
}
.footer-area.ft-2 .footer-social-box h4 {
  color: var(--color-white);
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.footer-area.ft-2 .copyright {
  border-top: 1px solid var(--border-white-color);
  margin-top: 50px;
  padding-top: 30px;
}


/*====================
40. Service css
======================*/
.service-wrap {
  border-radius: 40px;
  position: relative;
  background: var(--theme-bg-light2);
}
@media all and (max-width: 991px) {
  .service-wrap {
    padding: 50px 10px;
  }
}
.service-wrap.full {
  border-radius: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}
.service-wrap.full::before {
  border-radius: 0;
}
.service-item {
  background: var(--color-white);
  padding: 25px;
  border-radius: 25px;
  position: relative;
  z-index: 1;
}
.service-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: var(--theme-color2);
  transition: var(--transition2);
  border-radius: 20px;
  z-index: -1;
}
.service-item:hover::before {
  height: 100%;
}
.service-item .count {
  position: absolute;
  right: 40px;
  top: 30px;
  font-size: 20px;
  font-weight: 500;
  font-family: var(--heading-font);
  color: var(--color-dark);
}
.service-item:hover .count {
  color: var(--color-white);
}
.service-icon {
  width: 60px;
  height: 60px;
  line-height: 57px;
  background: var(--theme-color);
  border-radius: 50px;
  box-shadow: var(--box-shadow);
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
.service-icon img {
  filter: brightness(0) invert(1);
  width: 28px;
}
.service-icon::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: var(--color-dark);
  transform: scale(0);
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 100px;
  transition: var(--transition2);
}
.service-item:hover .service-icon::before {
  transform: scale(1);
}
.service-content h4 {
  margin-bottom: 10px;
}
.service-content h4 a {
  color: var(--color-dark);
}
.service-content h4 a:hover {
  color: var(--theme-color);
}
.service-bottom {
  border-top: 1px solid var(--border-info-color);
  padding-top: 20px;
  margin-top: 20px;
}
.service-bottom a {
  font-weight: 500;
}
.service-bottom a i {
  margin-left: 8px;
  transform: rotate(-35deg);
  transition: var(--transition);
}
.service-bottom a:hover {
  color: var(--theme-color);
}
.service-bottom a:hover i {
  transform: rotate(0deg);
}
.service-item:hover .service-icon::before {
  background: var(--color-white);
}
.service-item:hover .service-icon img {
  filter: brightness(1);
}
.service-item:hover .service-content h4 a {
  color: var(--color-white);
}
.service-item:hover .service-content p {
  color: var(--color-white);
}
.service-item:hover .service-bottom {
  border-top-color: var(--border-white-color);
}
.service-item:hover .service-bottom a {
  color: var(--color-white);
}


/*====================
41. Portfolio css 
======================*/
.portfolio-area {
  position: relative;
}
.portfolio-img {
  position: relative;
  overflow: hidden;
  border-radius: 30px 30px 30px 0;
}
.portfolio-img img {
  border-radius: 30px 30px 30px 0;
}
.portfolio-img .icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 64, 143, 0.7);
  border-radius: 30px 30px 30px 0;
  transition: var(--transition2);
  transform: scale(0);
}
.portfolio-img .icon a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: var(--color-white);
  border-radius: 50px;
  text-align: center;
  font-size: 25px;
  color: var(--theme-color);
  box-shadow: var(--box-shadow);
}
.portfolio-img .icon a:hover {
  background: var(--theme-color);
  color: var(--color-white);
}

.portfolio-panel .pin-panel {
  position: relative;
  height: 300px;
  border: 1px solid var(--border-info-color);
  padding: 30px;
  border-radius: 30px;
  background: var(--color-white);
  margin-bottom: 25px;
}
@media all and (max-width: 991px) {
  .portfolio-panel .pin-panel {
    height: 100%;
  }
}
.portfolio-panel .pin-panel:last-child {
  margin-bottom: 0;
}
.portfolio-panel .pin-panel .portfolio-img {
  border-radius: 15px;
}
.portfolio-panel .pin-panel .portfolio-img img {
  width: 100%;
  height: 237px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
@media all and (max-width: 991px) {
  .portfolio-panel .pin-panel .portfolio-info {
    margin: 25px 0 10px 0;
  }
}
.portfolio-panel .pin-panel .portfolio-info .subtitle {
  display: inline-block;
  border: 1.5px solid var(--theme-color2);
  margin-bottom: 30px;
  color: var(--color-dark);
  border-radius: 50px;
  padding: 2px 15px;
}
.portfolio-panel .pin-panel .portfolio-info .title a:hover {
  color: var(--theme-color);
}
.portfolio-panel .pin-panel .portfolio-bottom {
  text-align: right;
}
@media all and (max-width: 991px) {
  .portfolio-panel .pin-panel .portfolio-bottom {
    margin-top: 18px;
  }
}


/*====================
42. Quote css 
======================*/
.quote-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.quote-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.quote-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 64, 62, 0.65);
}
.quote-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 592px;
}
.quote-contact {
  position: relative;
  max-width: 370px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.quote-contact .top {
  border-bottom: 1px solid var(--border-white-color);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.quote-contact .top h4 {
  color: var(--color-white);
  margin-bottom: 10px;
}
.quote-contact .top p {
  color: var(--color-white);
}
.quote-contact .info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.quote-contact .info li a {
  color: var(--color-white);
}
.quote-contact .info li a:hover {
  color: var(--theme-color);
}
.quote-contact .info li i {
  color: var(--color-white);
  margin-right: 10px;
}
.quote-header {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border-info-color);
}
.quote-header h4 {
  font-size: 32px;
  color: var(--color-dark);
  margin-bottom: 10px;
}
.quote-header p {
  color: var(--body-text-color);
}
.quote-form {
  position: relative;
  background: var(--color-white);
  padding: 40px;
  border-radius: 20px;
  box-shadow: var(--box-shadow);
  z-index: 1;
}
.quote-form .form-select,
.quote-form .form-control {
  background-color: transparent;
}

/*====================
43. Gallery css
======================*/
.gallery-area {
  position: relative;
}
.gallery-item {
  position: relative;
  width: 100%;
}
.gallery-img {
  height: 100%;
}
.gallery-img img {
  width: 100%;
  border-radius: 20px;
}
.gallery-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gallery-content::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  background: var(--theme-color);
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.gallery-content:hover::before {
  opacity: 0.9;
  visibility: visible;
}
.gallery-content:hover .gallery-link {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
.gallery-link {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.5s;
  border-radius: 50px;
  opacity: 0;
  visibility: hidden;
  font-size: 50px;
  color: var(--color-white);
}
.gallery-link:hover {
  color: var(--color-white);
}


/*====================
45. Home css
======================*/
/* header */
.header {
  position: relative;
  z-index: 1;
}
.header.hd-1 .navbar > .container {
  background-color: var(--color-white);
  border-radius: 10px;
}

.ani-img {
  position: relative;
  overflow: hidden;
}
.ani-img::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.ani-img:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}


@keyframes ani-transY {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(20px);
  }
}


@keyframes ani-transX {
  0% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(20px);
  }
}

@keyframes ani-transX2 {
  50% {
    transform: translateX(20px);
  }
}


@keyframes ani-swing {
  0% {
    transform: rotate(6deg);
  }
  100% {
    transform: rotate(-6deg);
  }
}
/* tw marquee */
.tw-marquee {
  padding: 20px 0;
  position: relative;
  background: var(--theme-color2);
}
.tw-marquee-wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.tw-marquee-wrap:hover .tw-marquee-group {
  animation-play-state: paused;
}
.tw-marquee-group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: auto;
  animation: tw-marquee 60s linear infinite;
}

@media (prefers-reduced-motion) {
  .tw-marquee-group {
    animation-play-state: paused;
  }
}
@keyframes tw-marquee {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.marquee-text-slider .tw-marquee .tw-marquee-group .tw-marquee-text {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-right: 30px;
}
.marquee-text-slider .tw-marquee .tw-marquee-group .tw-marquee-text img {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  padding: 0;
  filter: brightness(0) invert(1);
}
.marquee-text-slider .tw-marquee .tw-marquee-group h3 {
  text-transform: capitalize;
  font-size: 35px;
  letter-spacing: 2px;
  color: var(--color-white);
  position: relative;
}

/*====================
Get In Touch popup form
======================*/
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transform: scale(0.8) translateY(20px);
  transition: all 0.3s ease-in-out;
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
  background: rgba(20, 20, 20, 0.75);
  backdrop-filter: blur(6px);
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) translateY(0);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 1;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  opacity: 0;
  transform: scale(0.8) translateY(20px);
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-zoom-in .gform-popup {
  opacity: 0;
  transform: scale(0.8) translateY(20px);
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.mfp-zoom-in.mfp-ready .gform-popup {
  opacity: 1;
  transform: scale(1) translateY(0);
}
.mfp-zoom-in.mfp-removing .gform-popup {
  opacity: 0;
  transform: scale(0.8) translateY(20px);
}

.gform-popup {
  position: relative;
  max-width: 600px;
  width: 100%;
  margin: 30px auto;
  background: var(--color-white);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
}
button.mfp-close {
  color: var(--color-white);
  font-size: 20px;
  opacity: 1;
  top: 18px;
  right: 18px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  transition: var(--transition);
}
button.mfp-close:hover {
  background: var(--theme-color);
  transform: rotate(90deg);
}
.gform-header {
  background: linear-gradient(135deg, var(--theme-color), #ff9a56);
  padding: 28px 40px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.gform-header::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  top: -100px;
  right: -60px;
}
.gform-header::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  bottom: -80px;
  left: -40px;
}
.gform-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
      background: #fff;
  color: var(--color-white);
  font-size: 20px;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
  animation: gform-icon-pulse 2.2s infinite;
}
.gform-icon img {
     width: 39px;
    height: 38px;
  object-fit: contain;
  border-radius: 0;
}
@keyframes gform-icon-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    box-shadow: 0 0 0 14px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.gform-header h3 {
  color: var(--color-white);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
  position: relative;
  z-index: 1;
}
.gform-header p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 12.5px;
  line-height: 1.4;
  margin: 0 auto;
  max-width: 400px;
  position: relative;
  z-index: 1;
}
.gform-form {
  padding: 24px 38px 30px;
  /* margin-top: -20px; */
  position: relative;
  z-index: 2;
}
.gform-row {
  display: flex;
  gap: 14px;
  margin-bottom: 13px;
}
@media all and (max-width: 575px) {
  .gform-row {
    flex-direction: column;
    gap: 0;
  }
}
.gform-group {
  position: relative;
  flex: 1;
  margin-bottom: 13px;
  opacity: 0;
  transform: translateY(15px);
  animation: gform-field-in 0.5s ease-out forwards;
}
.gform-row .gform-group {
  margin-bottom: 0;
}
.gform-row:nth-of-type(1) .gform-group:nth-child(1) { animation-delay: 0.05s; }
.gform-row:nth-of-type(1) .gform-group:nth-child(2) { animation-delay: 0.1s; }
.gform-row:nth-of-type(2) .gform-group:nth-child(1) { animation-delay: 0.15s; }
.gform-row:nth-of-type(2) .gform-group:nth-child(2) { animation-delay: 0.2s; }
.gform-row:nth-of-type(3) .gform-group:nth-child(1) { animation-delay: 0.25s; }
.gform-row:nth-of-type(3) .gform-group:nth-child(2) { animation-delay: 0.3s; }
.gform-row:nth-of-type(4) .gform-group { animation-delay: 0.35s; }
.gform-form > .gform-group.gform-textarea { animation-delay: 0.4s; }
.gform-form > .gform-submit { animation-delay: 0.45s; }
@keyframes gform-field-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.gform-group > i {
  position: absolute;
  left: 15px;
top: 17px;
  color: var(--theme-color);
  font-size: 13.5px;
  transition: var(--transition);
}
.gform-group.gform-textarea > i {
  top: 24px;
}
.gform-group input,
.gform-group select,
.gform-group textarea {
  width: 100%;
  padding: 12px 15px 12px 40px;
  border: 1.5px solid var(--border-info-color);
  border-radius: 11px;
  font-size: 13.5px;
  color: var(--color-dark);
  background: #fbfbfb;
  transition: var(--transition);
  outline: none;
  appearance: none;
}
.gform-group textarea {
  resize: none;
      height: 100px;
}
.gform-group input:focus,
.gform-group select:focus,
.gform-group textarea:focus {
  border-color: var(--theme-color);
  background: var(--color-white);
  box-shadow: 0 0 0 4px rgba(254, 113, 43, 0.12);
}
.gform-group input:focus + i,
.gform-group select:focus + i,
.gform-group textarea:focus + i,
.gform-group input:not(:placeholder-shown) ~ i {
  color: var(--theme-color);
}
.gform-group select {
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23393a39' stroke-width='2'%3e%3cpath d='M6 9l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px;
}
.gform-submit {
  width: 100%;
  justify-content: center;
  border: none;
  opacity: 0;
  transform: translateY(15px);
  animation: gform-field-in 0.5s ease-out forwards;
  animation-delay: 0.45s;
}
.gform-submit:hover {
  transform: translateY(-3px);
}
@media all and (max-width: 575px) {
  .gform-popup {
    margin: 12px;
    border-radius: 16px;
  }
  .gform-header {
    padding: 22px 24px 32px;
  }
  .gform-form {
    padding: 18px 20px 22px;
  }
}

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