/*
  Theme Name:  Indust - Construction HTML Template
  Author: Kazi Sahiduzzman
  Description: Indust - Construction HTML Template
  Version: 1.0
*/
/*01*/
/*-------------------------------------------------------
01. Variable css   #FC944B
---------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&family=Pattaya&family=Roboto:wght@100;300;400;500;700;900&display=swap");
:root {
  --clr-heading: #1b1f24;
  --clr-body: #1b1b1b;
  --clr-bg: #f7f7f7;
  --clr-def: #c73537;
  --clr-def-2: #b30000;
  --clr-menu: #ff4a17;
  --clr-white: #fff;
  --clr-black: #2d5094;
  --font-1: "Roboto", sans-serif;
  --font-2: "Jost", sans-serif;
  --font-3: "Pattaya", sans-serif;
  --rad-1: 2rem;
  --clr-ftr: #c2d1e2;
  --clr-1: #18252f;
  --clr-2: #14212b;
  --clr-3: #f42222;
  --clr-4: #020202;
  --clr-5: #1f1f1f;
  --clr-6: #9f6153;
  --clr-overlay: rgba(5, 20, 65, 0.8);
  --box-shadow-1: 0 0 10px rgba(0, 0, 0, 0.09);
  --border-1: 1px solid #1d263f;
}

/*02*/
/*-------------------------------------------------------
02. Mixins Css #070E27 #5416CF #0B0F28;
---------------------------------------------------------*/
/*03*/
/*-------------------------------------------------------
02. Typography css
---------------------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  scroll-behavior: inherit !important;
}

html,
body {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  box-sizing: border-box;
}

body {
  font-family: var(--font-1);
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--clr-body);
}

a {
  color: var(--clr-body);
}

a,
a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--clr-heading);
  margin: 0 0 1.5rem 0;
  font-weight: 700;
  font-family: var(--font-2);
  line-height: 1.2;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}

p {
  margin-bottom: 1.5rem;
}

.img,
img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: auto;
}

hr {
  padding: 0px;
  border-bottom: 1px solid #eceff8;
  border-top: 0px;
}

label {
  color: #999;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 400;
}

*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #555;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #555;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #999;
  font-size: 1.4rem;
  opacity: 1;
}

*::placeholder {
  color: #999;
  font-size: 1.4rem;
  opacity: 1;
}

.sohag a:active,
.sohag a:focus,
.sohag a:hover {
  border: 2px solid red;
}

/*04*/
/* Preloader */
/*.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background-color: #fff; }

.preloader.full-preloader {
  position: fixed;
  z-index: 2000; }
  .preloader.full-preloader .preloader-animation {
    position: absolute;
    top: calc(50% - 3.25em);
    left: calc(50% - 3.25em); }

.preloader-container {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.preloader-animation {
  display: inline-block;
  height: 6.5em;
  width: 6.5em;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #c73537;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite; }
  .preloader-animation::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #2d5094;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite; }
  .preloader-animation::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #000;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite; }

.preloader-text {
  text-align: center;
  color: #34495e;
  z-index: 1;
  top: calc(50%-6rem);
  font-size: 51px;
  display: block;
  margin-bottom: 5rem;
  font-weight: 600; }

.preloader-percent {
  position: absolute;
  text-align: center;
  color: #34495e;
  z-index: 1;
  width: 3em;
  top: calc(50% - .75em);
  left: calc(50% - 1.5em); }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }*/
/*05*/
/*-------------------------------------------------------
04. Theme Default css
---------------------------------------------------------*/
.colmn-2 {
  column-count: 2;
}

.bg-cover {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.hero-bg {
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
}

.pos-rel {
  position: relative;
  z-index: 1;
}

.width-100 {
  width: 100%;
}

.overflow-hidden {
  overflow: hidden;
}

.text-right {
  text-align: right;
}

.space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rad-50 {
  border-radius: 50%;
}

.c-pd {
  padding: 0 7rem;
}

.s-pd {
  padding: 0 12rem;
}

.h-100 {
  height: 100%;
}

.h-100vh {
  height: 100vh;
}

.bg {
  background-color: var(--clr-bg);
}

.bg-1 {
  background-color: var(--clr-1);
}

.bg-2 {
  background-color: var(--clr-2);
}

.bg-theme {
  background-color: var(--clr-def);
}

.bg-theme-2 {
  background-color: var(--clr-def-2);
}

.bg-heading {
  background-color: var(--clr-heading);
}

.bg-black {
  background-color: var(--clr-black);
}

.bg-overlay {
  position: relative;
  z-index: 1;
}
.bg-overlay::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  background: #2d5094cf;
  opacity: 0.8;
  top: 0;
  left: 0;
}

.hero-overlay {
  position: relative;
  z-index: 1;
}
.hero-overlay::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  background: #1414148c;
  opacity: 0.5;
}

.hero-overlay-2 {
  position: relative;
  z-index: 1;
}
.hero-overlay-2::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--clr-black);
  opacity: 0.7;
}

/*Theme button css*/
.site-title {
  margin-bottom: 6.4rem;
}
.site-title h2 {
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.8px;
  margin-bottom: 3rem;
  text-transform: capitalize;
  font-size: 5.6rem;
}
.site-title h2 span {
  color: var(--clr-def);
  font-family: var(--font-3);
}

.site-title.mb-0 {
  margin-bottom: 0;
}

.site-title.wh p,
.site-title.wh h2,
.site-title.wh h3 {
  color: var(--clr-white);
}

.pos-rel {
  position: relative;
  z-index: 1;
}

.input-style-1 {
  height: 7rem;
  border: none;
  padding: 2rem;
  outline: none;
  border-radius: 2px;
  font-size: 1.4rem;
  color: var(--clr-heading);
}
.input-style-1::placeholder {
  color: #747070;
  opacity: 1;
}

.input-style-2 {
  height: 7rem;
  padding: 2rem;
  outline: none;
  border-radius: 5px;
  font-size: 1.4rem;
  color: var(--clr-heading);
  width: 100%;
  background-color: transparent;
  border: 1px solid #ccc;
}
.input-style-2:focus {
  outline: none;
  box-shadow: none;
}

.round-move {
  animation: round-move 5s linear infinite;
}

@keyframes round-move {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.up-move {
  animation: up-move 5s ease-in-out infinite;
}

@keyframes up-move {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
.small-big {
  animation: small-big 5s ease-in-out infinite;
}

@keyframes small-big {
  0% {
    transform: scale(0.5);
  }
  51% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(0.5);
  }
}
/*06*/
/*-------------------------------------------------------
05. Grids css 
---------------------------------------------------------*/
.grid-2 {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(4, 1fr);
}

.grid-5 {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(5, 1fr);
}

.grid-6 {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(6, 1fr);
}

.grid-px-2 {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
}

.gap-0 {
  grid-gap: 0;
}

.cs-gap-1 {
  grid-gap: 1rem;
}

.cs-gap-2 {
  grid-gap: 2rem;
}

.cs-gap-3 {
  grid-gap: 3rem;
}

.cs-gap-4 {
  grid-gap: 4rem;
}

.cs-gap-5 {
  grid-gap: 5rem;
}

.cs-gap-6 {
  grid-gap: 6rem;
}

.cs-gap-7 {
  grid-gap: 7rem;
}

.cs-gap-8 {
  grid-gap: 8rem;
}

.cs-gap-9 {
  grid-gap: 9rem;
}

.cs-gap-10 {
  grid-gap: 10rem;
}

/*07*/
/*-------------------------------------------------------
06. Scroll top css 
---------------------------------------------------------*/
#scrtop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: 1px solid #ddd;
  outline: none;
  background-color: var(--clr-def);
  color: var(--clr-white);
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  line-height: 1;
}
#scrtop:hover {
  background-color: var(--clr-heading);
}

/*08*/
/*-------------------------------------------------------
07. Site Menu css
---------------------------------------------------------*/
.main {
  margin-top: -9rem;
}

@media all and (min-width: 992px) {
  .navbar .nav-item .nav-link {
    margin-right: 3rem;
    height: 90px;
    line-height: 90px;
    padding: 0;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--clr-heading);
  }
  .navbar .nav-item:last-child .nav-link {
    margin-right: 0;
  }
  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    margin-top: 0;
    padding: 1.5rem 2.5rem 2.5rem 2.5rem;
    border: none;
    border-radius: 0;
    width: 240px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.07);
  }
  .navbar .nav-item .dropdown-menu li {
    margin-bottom: 1rem;
  }
  .navbar .nav-item .dropdown-menu li:last-child {
    margin-bottom: 0;
  }
  .navbar .nav-item .dropdown-menu .dropdown-item {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .navbar .nav-item:hover .nav-link {
    color: var(--clr-menu);
  }
  .navbar .nav-item:hover .dropdown-menu {
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }
  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }
  .navbar .dropdown-menu.fade-up {
    top: 180%;
  }
}
/*Bootstrap menu*/
.navbar {
  padding-top: 0;
  padding-bottom: 0;
  z-index: 999;
}

.navbar.fixed-top {
  background-color: var(--clr-white);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.17);
}
.navbar.fixed-top .nav-item .nav-link {
  color: var(--clr-heading);
}

.header-2 .nav-item .nav-link {
  color: var(--clr-white);
}
.header-2 .navbar.fixed-top .search-cart .cart-li li i {
  color: var(--clr-heading);
}
.header-2 .search-cart .cart-li li i {
  color: var(--clr-white);
}

.navbar .navbar-brand .logo-display {
  display: block;
}

.navbar .navbar-brand .logo-scrolled {
  display: none;
}

.navbar.fixed-top .navbar-brand .logo-display {
  display: none;
}

.navbar.fixed-top .navbar-brand .logo-scrolled {
  display: block;
}

button.navbar-toggler {
  font-size: 3.5rem;
  padding: 0;
  margin: 0;
}

button.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: inherit;
  height: inherit;
}

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  font-size: 1.25rem;
}

.header-cart-btn {
  display: flex;
  align-items: center;
  gap: 3.5rem;
  margin-left: 3.5rem;
}
.header-cart-btn i {
  font-size: 2rem;
  color: var(--clr-def);
}

/*// Dropdown toggler*/
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0;
  font-family: "Font Awesome\ 5 Free";
  content: "\f078";
  font-weight: 900;
  border: none;
  font-size: 14px;
}

.nav-item.active .nav-link {
  color: var(--clr-menu) !important;
}

.search-cart {
  margin-left: 4rem;
  margin-top: 1.5rem;
}
.search-cart .cart-li {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.search-cart .cart-li li {
  display: block;
  margin-bottom: 1.5rem;
}
.search-cart .cart-li li i {
  cursor: pointer;
  height: 4rem;
  width: 4rem;
  display: inline-block;
  line-height: 4rem;
  text-align: center;
  border-radius: 50%;
  background-color: var(--clr-def);
  color: var(--clr-white);
  font-size: 1.6rem;
}
.search-cart .cart-li li .site-cart {
  position: relative;
  z-index: 1;
}
.search-cart
  .cart-li
  li
  .site-cart
  .site-checkbox-cart:checked
  ~ .site-cart-list {
  opacity: 1;
  visibility: visible;
  top: 200%;
}
.search-cart .cart-li li .site-cart .site-checkbox-cart {
  display: none;
}
.search-cart .cart-li li .site-cart .site-cart-list {
  position: absolute;
  top: 100%;
  left: -280%;
  width: 300px;
  background-color: var(--clr-white);
  padding: 3rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s ease-in-out;
}
.search-cart .cart-li li .site-cart .site-cart-list ul li .site-cart-up {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}
.search-cart .cart-li li .site-search .site-input-checkbox {
  display: none;
}
.search-cart
  .cart-li
  li
  .site-search
  .site-input-checkbox:checked
  ~ .site-search-content {
  display: flex;
  transition: all 2s ease-in-out;
  align-items: center;
  justify-content: center;
}
.search-cart .cart-li li .site-search .site-input-label .site-close {
  position: fixed;
  top: 3rem;
  right: 3rem;
  z-index: 999;
  display: none;
}
.search-cart .cart-li li .site-search .site-input-label .site-close i {
  height: 4rem;
  width: 4rem;
  line-height: 4rem;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  text-align: center;
  font-size: 1.8rem;
  display: inline-block;
  background-color: var(--clr-white);
  color: var(--clr-heading);
}
.search-cart
  .cart-li
  li
  .site-search
  .site-input-checkbox:checked
  ~ .site-input-label
  .site-close {
  display: inline-block;
}
.search-cart .cart-li li .site-search .site-search-content {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 90;
}
.search-cart .cart-li li .site-search .site-search-content form {
  text-align: center;
}
.search-cart .cart-li li .site-search .site-search-content form .input-style-3 {
  height: 6rem;
  padding: 1.5rem;
  border-radius: 3rem;
  border: 1px solid var(--clr-white);
  outline: none;
  margin-right: 2rem;
  width: 100%;
  background-color: transparent;
  color: var(--clr-white);
}
.search-cart .cart-li li .site-search .site-search-content form button {
  padding: 1.5rem 4rem;
  background-color: var(--clr-menu);
  border: none;
  font-weight: 600;
  border-radius: 3rem;
  color: var(--clr-white);
  transition: all 0.5s ease;
  margin-top: 2rem;
}
.search-cart .cart-li li .site-search .site-search-content form button:hover {
  background-color: var(--clr-def);
}

.navigation__background {
  opacity: 0;
  visibility: hidden;
  height: 6rem;
  width: 6rem;
  border-radius: 50%;
  position: fixed;
  top: 6.5rem;
  right: 6.5rem;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 34;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}

.site-input-checkbox:checked ~ .navigation__background {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(80);
  transform: scale(80);
}

.header-2 .navbar.fixed-top .search-cart .cart-li li i {
  color: var(--clr-white);
}

.site-cart-bottom {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #ddd;
}

.site-cart-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.3rem;
}
.site-cart-button .button-btns {
  border: none;
  padding: 7px 1.2rem;
  background-color: var(--clr-def);
  color: var(--clr-white);
  font-size: 1.4rem;
  border-radius: 4px;
  font-weight: 600;
  transition: all 0.5s ease;
  display: inline-block;
}
.site-cart-button .button-btns:hover {
  background-color: var(--clr-def-3);
}

/*09*/
/*-------------------------------------------------------
08. Hero css 
---------------------------------------------------------*/
.hero-png img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
}

.hero-single {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.hero-single .hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  z-index: 3;
}
.hero-single .hero-content .hero-title {
  margin-bottom: 2.5rem;
}
.hero-single .hero-content .hero-sub-title {
  margin-bottom: 2rem;
}
.hero-single .hero-content p {
  font-size: 2rem;
  line-height: 38px;
  margin-bottom: 4rem;
  padding-right: 32%;
}
.hero-single .hero-content .hero-btn {
  line-height: 1;
  display: flex;
  margin-top: 1rem;
}

.hero-2-single.hero-overlay::before {
  top: 0;
  left: 0;
}

.hero-2-single {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hero-2-single .hero-2-content {
  z-index: 7;
}
.hero-2-single .hero-2-content h2 {
  font-weight: 800;
  font-size: 72px;
  line-height: 96px;
  color: var(--clr-white);
  margin-bottom: 3rem;
}
.hero-2-single .hero-2-content p {
  font-size: 18px;
  line-height: 3rem;
  color: var(--clr-white);
  margin-bottom: 4rem;
  padding: 0 10%;
}

.hero-2-content.hero-slide-1 h2 {
  color: var(--clr-heading);
}
.hero-2-content.hero-slide-1 p {
  color: var(--clr-body);
}

.hero-2-shape img {
  position: absolute;
  z-index: 2;
}
.hero-2-shape img.hero-2-1 {
  bottom: 0;
  right: 0;
  opacity: 0.6;
}
.hero-2-shape img.hero-2-2 {
  top: 100px;
  right: 5rem;
}
.hero-2-shape img.hero-2-3 {
  bottom: 100px;
  left: 5rem;
}
.hero-2-shape img.hero-2-4 {
  top: 100px;
  left: 5rem;
}

.hero-right-pic {
  padding: 2rem 0 0 2rem;
}
.hero-right-pic::before {
  position: absolute;
  content: "";
  z-index: 1;
  bottom: 70px;
  left: -30px;
  transform: skewY(-20deg);
  background-color: var(--clr-def);
  height: 25rem;
  width: 10rem;
  opacity: 0.8;
}

.hero-shape-1 {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 1rem;
}

.hero-shape-2 {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 1rem;
  transform: rotate(10deg);
}

.hdr-pic {
  display: flex;
  justify-content: center;
}

.hero-2 .hero-single {
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-2 .hero-content {
  text-align: center;
}
.hero-2 .hero-content .hero-title {
  color: var(--clr-white);
}
.hero-2 .hero-content .hero-sub-title {
  color: var(--clr-white);
}
.hero-2 .hero-content p {
  color: var(--clr-white);
}
.hero-2 .hero-content .hero-btn {
  justify-content: center;
}

.bo {
  height: 20rem;
  width: 20rem;
  clip-path: path(
    "M 102.905 18.268 c 28.412 -37.588 97.208 3.111 97.208 58.371 A 100.057 100.057 0 0 1 0 76.639 C 0 21.379 74.493 55.857 102.905 18.268 Z"
  );
  background-color: var(--clr-def);
  display: inline-block;
}

.hero-sldr.owl-theme .owl-nav {
  margin-top: 0px;
}

.hero-sldr.owl-theme .owl-nav [class*="owl-"] {
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  background: var(--clr-def);
  color: var(--clr-white);
  display: inline-block;
  cursor: pointer;
  height: 4rem;
  width: 4rem;
  line-height: 4.5rem;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.hero-sldr.owl-theme .owl-nav [class*="owl-"]::before {
  position: absolute;
  z-index: -1;
  content: "";
  height: 6rem;
  width: 6rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: var(--clr-def);
  opacity: 0.7;
}

.hero-sldr.owl-theme .owl-nav [class*="owl-"]:hover {
  background: var(--clr-white);
  color: var(--clr-def);
}

.hero-sldr.owl-theme .owl-nav .owl-prev {
  left: 5rem;
}

.hero-sldr.owl-theme .owl-nav .owl-next {
  right: 5rem;
}

.hero-sldr.owl-theme .owl-nav .owl-prev,
.hero-sldr.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.hero-sldr .owl-item .hero-2-single .hero-2-content h2 {
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
  transform: translateY(-20px);
}
.hero-sldr .owl-item .hero-2-single .hero-2-content p {
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
  transform: translateX(-50px);
}
.hero-sldr .owl-item .hero-2-single .hero-2-content .hero-btn {
  transform: scaleY(0);
  transition: all 500ms ease;
  transition-delay: 2000ms;
  transform-origin: bottom;
}
.hero-sldr .owl-item .hero-2-single .hdr-pic {
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
  transform: translateY(50px);
}

.hero-sldr .owl-item.active .hero-2-single .hero-2-content h2 {
  opacity: 1;
  visibility: visible;
  transition-delay: 800ms;
  transform: translateY(0px);
}
.hero-sldr .owl-item.active .hero-2-single .hero-2-content p {
  opacity: 1;
  visibility: visible;
  transition-delay: 1600ms;
  transform: translateX(0px);
}
.hero-sldr .owl-item.active .hero-2-single .hero-2-content .hero-btn {
  transform: scale(1);
}
.hero-sldr .owl-item.active .hero-2-single .hdr-pic {
  opacity: 1;
  visibility: visible;
  transition-delay: 1200ms;
  transform: translateY(0px);
}

/*10*/
/*-------------------------------------------------------
10. Feature css 
---------------------------------------------------------*/
.feature-area {
  position: relative;
  z-index: 3;
  margin-top: -130px;
}

.feature-wpr {
  background-color: var(--clr-heading);
  padding: 6rem 4rem 5rem 4rem;
}

.feature-box {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}
.feature-box .feature-icon i {
  font-size: 6rem;
  color: var(--clr-def);
}
.feature-box .feature-desc h4 {
  text-transform: capitalize;
  font-size: 2.2rem;
  margin-bottom: 1rem;
  color: var(--clr-white);
}
.feature-box .feature-desc p {
  color: var(--clr-white);
  line-height: 3.2rem;
  padding-right: 10%;
}

/*11*/
/*-------------------------------------------------------
03. About css 
---------------------------------------------------------*/
.about-left {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.about-pic::before {
  position: absolute;
  content: "";
  z-index: 1;
  height: 500px;
  width: 550px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-44deg);
  border: 3px dashed var(--clr-def);
  border-radius: 35% 65% 36% 64% / 31% 37% 63% 69%;
}

.about-main-pic {
  border-radius: 35% 65% 36% 64% / 31% 37% 63% 69%;
}

.about-heading p {
  padding-right: 18%;
  line-height: 26px;
}

.about-exp-text {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.about-exp {
  background-color: #2d5094;
  padding: 4rem 2.4rem;
  text-align: center;
  border-radius: var(--rad-1);
}
.about-exp p {
  font-size: 5.6rem;
  line-height: 7.2rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
  color: var(--clr-white);
}
.about-exp span {
  display: block;
  font-size: 1.6rem;
  text-transform: capitalize;
  color: var(--clr-white);
}

.about-exp-txt .about-right-2-desc ul {
  gap: 15px;
}

.about-list li {
  position: relative;
  z-index: 1;
  color: var(--clr-heading);
  margin-bottom: 2rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.about-list li i {
  height: 5rem;
  width: 5rem;
  line-height: 5rem;
  color: var(--clr-def-2);
  font-size: 2.4rem;
  border: 1px solid var(--clr-def);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}

.about-list-2 li {
  position: relative;
  z-index: 1;
  padding-left: 6rem;
}
.about-list-2 li::before {
  position: absolute;
  z-index: 1;
  content: "";
  height: 2px;
  width: 4rem;
  background-color: var(--clr-def);
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.about-2-area {
  overflow: hidden;
}

.about-2-header {
  margin-bottom: 3rem;
}

.about-2-txt {
  padding-right: 12%;
}

.about-2-opt {
  margin-top: 45px;
}
.about-2-opt .about-opt-single {
  padding: 50px 15px 30px 20px;
  background-color: var(--clr-bg);
  position: relative;
  z-index: 1;
}
.about-2-opt .about-opt-single .about-2-opt-icon {
  position: absolute;
  top: -2.5rem;
  left: 20px;
}
.about-2-opt .about-opt-single .about-2-opt-icon i {
  height: 5rem;
  width: 5rem;
  line-height: 5rem;
  font-size: 35px;
  background-color: var(--clr-def);
  color: var(--clr-white);
  display: inline-block;
  border-radius: 5px 0 5px 5px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.about-2-opt .about-opt-single .about-2-opt-icon i::after {
  position: absolute;
  z-index: -1;
  content: "";
  height: 25px;
  width: 25px;
  background-color: var(--clr-def);
  right: -25px;
  top: 0;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}
.about-2-opt .about-opt-single .about-2-opt-desc h5 {
  font-weight: 700;
}
.about-2-opt .about-opt-single .about-2-opt-desc p {
  padding-right: 12%;
}

.about-2-mgn ul li {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: 18px;
  font-weight: 700;
  color: var(--clr-heading);
  margin-bottom: 2rem;
}
.about-2-mgn ul li:last-child {
  margin-bottom: 0;
}
.about-2-mgn ul li i {
  color: var(--clr-white);
  font-size: 1.6rem;
  background-color: var(--clr-def);
  border-radius: 3rem;
  line-height: 4rem;
  height: 4rem;
  width: 4rem;
  text-align: center;
}

.about-2-content .about-right-2-header {
  margin-bottom: 2.8rem;
}
.about-2-content
  .about-2-bottom-content
  .about-2-bottom-left
  .about-2-bottom-call {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1.2rem 2rem;
  background-color: var(--clr-def);
  margin-top: 3rem;
}
.about-2-content
  .about-2-bottom-content
  .about-2-bottom-left
  .about-2-bottom-call
  i {
  height: 6rem;
  width: 6rem;
  line-height: 6rem;
  text-align: center;
  color: var(--clr-white);
  display: inline-block;
  font-size: 3.5rem;
  position: relative;
  z-index: 1;
  border: 2px dashed #fff;
  border-radius: 5px;
}
.about-2-content
  .about-2-bottom-content
  .about-2-bottom-left
  .about-2-bottom-call
  .about-2-bottom-call-content
  h4 {
  text-transform: capitalize;
  font-size: 2.2rem;
  margin-bottom: 0;
  color: var(--clr-white);
}
.about-2-content
  .about-2-bottom-content
  .about-2-bottom-left
  .about-2-bottom-call
  .about-2-bottom-call-content
  span {
  font-weight: 700;
  font-size: 1.4rem;
  color: var(--clr-white);
}
.about-2-content .about-2-bottom-content .about-2-bottom-right .about-2-opt {
  margin-top: 2.5rem;
  margin-bottom: 3rem;
}

.about-right-2-desc ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.about-right-2-desc ul li i {
  padding-right: 12px;
  color: var(--clr-def);
}

.about-2-tt {
  height: 5rem;
  width: 8rem;
  line-height: 5rem;
  font-size: 35px;
  font-weight: 600;
  background-color: var(--clr-def);
  color: var(--clr-white);
  display: inline-block;
  border-radius: 5px 0 5px 5px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.about-2-tt::before {
  position: absolute;
  z-index: -1;
  content: "";
  height: 25px;
  width: 25px;
  background-color: var(--clr-def);
  right: -25px;
  top: 0;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}

/*12*/
/*-------------------------------------------------------
13.service css  
---------------------------------------------------------*/
.theme-single.service-single .theme-info {
  padding: 4rem 3rem 3rem 3rem;
}

.service-area::before {
  position: absolute;
  z-index: -1;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: var(--clr-white);
  opacity: 0.6;
}

.service-box .service-pic img {
  width: 100%;
}
.service-box .service-desc {
  display: flex;
  align-items: flex-end;
  margin-top: -15rem;
  margin-left: 2rem;
  margin-right: 2rem;
}
.service-box .service-desc .service-content {
  background-color: var(--clr-white);
  padding: 6.5rem 3rem 5rem 3rem;
  position: relative;
  z-index: 1;
}
.service-box .service-desc .service-content i {
  display: inline-block;
  height: 10rem;
  width: 10rem;
  line-height: 10rem;
  text-align: center;
  background-color: var(--clr-def);
  color: var(--clr-white);
  font-size: 5.6rem;
  border-radius: var(--rad-1);
  position: absolute;
  top: -5rem;
  left: 3rem;
}
.service-box .service-desc .service-content h4 {
  text-transform: capitalize;
  margin-bottom: 1rem;
}
.service-box .service-desc .service-content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /*        line-height: 3.2rem;*/
  margin-bottom: 0;
}
.service-box .service-desc .btn-2 i {
  height: 15rem;
  color: var(--clr-white);
  width: 3rem;
  background-color: var(--clr-def);
  line-height: 15rem;
  display: inline-block;
  text-align: center;
  font-size: 2rem;
}

.service-2-shape img {
  position: absolute;
  top: -38%;
  left: -72%;
  z-index: -1;
}

.service-2-box {
  padding: 5.6rem 4rem 5.6rem 4rem;
  background: linear-gradient(to right, #201d3c 0%, #37325a 100%);
  border-radius: var(--rad-1);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.service-2-box .service-2-icon {
  margin-bottom: 4rem;
}
.service-2-box .service-2-icon i {
  font-size: 5.6rem;
  display: inline-block;
  color: var(--clr-white);
  height: 10rem;
  width: 10rem;
  line-height: 10rem;
  text-align: center;
  border: 1px solid var(--clr-white);
}
.service-2-box .service-2-desc h4 {
  color: var(--clr-white);
  font-size: 2.2rem;
  margin-bottom: 2.5rem;
}
.service-2-box .service-2-desc p {
  color: var(--clr-white);
  line-height: 3.2rem;
}

.service-2-btn {
  margin-top: 3.5rem;
}
.service-2-btn .btn-2 {
  padding: 15px 2rem;
  border-radius: 2px;
  transition: all 0.5s ease;
  border: 1px solid var(--clr-white);
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--clr-white);
  display: inline-block;
}
.service-2-btn .btn-2:hover {
  background-color: var(--clr-def);
  color: var(--clr-white);
  border: 1px solid transparent;
}

.service-2-area.hero-overlay::before {
  top: 0;
  left: 0;
}

/*13*/
/*-------------------------------------------------------
12.Choose css  
---------------------------------------------------------*/
.whu-img-1 {
  padding-left: 5rem;
}

.whu-img-2 {
  display: flex;
  align-items: center;
}

.whu-img-3 {
  display: flex;
  align-items: center;
}

.whu-img-4 {
  padding-right: 5rem;
}

.ch-pic img {
  position: absolute;
  top: 0;
  right: 5rem;
  width: 13%;
  animation: ups-dwn 5s ease-in-out infinite;
}

.whu-dot {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.whu-dot::before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--clr-def);
  animation: bloom 5s ease-in-out infinite;
  border-radius: 50%;
}

.choose-title {
  font-size: 62px;
  text-transform: capitalize;
  line-height: 1.3;
  margin-bottom: 4rem;
}

.choose-goal {
  padding-right: 10rem;
}

.choose-goal-single {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  row-gap: 3rem;
  column-gap: 3rem;
  margin-bottom: 3.5rem;
  padding-bottom: 3rem;
  border-bottom: 2px dashed var(--clr-def);
}
.choose-goal-single:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.choose-goal-single .choose-goal-icon i {
  font-size: 7rem;
  color: var(--clr-def);
}
.choose-goal-single .choose-goal-desc h4 {
  font-size: 2.8rem;
  margin-bottom: 2rem;
  text-transform: capitalize;
}
.choose-goal-single .choose-goal-desc p {
  margin-bottom: 0;
  line-height: 3rem;
  padding-right: 7rem;
}

/*14*/
/*-------------------------------------------------------
12. Counter css 
---------------------------------------------------------*/
.counter-area {
  position: relative;
  z-index: 2;
}

.counter-shape .cnt-1 {
  position: absolute;
  top: -14rem;
  left: -26px;
  z-index: -1;
}

.counter-1 {
  background-image: linear-gradient(
    to right,
    var(--clr-def-2) 0%,
    var(--clr-def) 100%
  );
  padding: 9rem;
  border-radius: 3rem;
}
.counter-1 .fun-fact {
  text-align: center;
  position: relative;
}
.counter-1 .fun-fact .fun-icon {
  line-height: 1;
  margin-bottom: 4.5rem;
}
.counter-1 .fun-fact .fun-icon i {
  color: var(--clr-white);
  font-size: 7rem;
  display: block;
}
.counter-1 .fun-fact .fun-desc .timer {
  font-size: 6.3rem;
  font-weight: 700;
  color: var(--clr-white);
  margin-bottom: 4rem;
}
.counter-1 .fun-fact .fun-desc .medium {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--clr-white);
}

.counter-right-padding {
  padding-right: 260px;
}

.counter-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.counter-block-title {
  margin-bottom: 6rem;
}
.counter-block-title .hero-title {
  color: var(--clr-white);
  margin-top: -1.5rem;
}

.site-icon-style {
  display: inline-block;
  height: 10rem;
  width: 10rem;
  line-height: 10rem;
  text-align: center;
  background-color: var(--clr-def);
  color: var(--clr-white);
  font-size: 5.6rem;
  border-radius: var(--rad-1);
}

.counter-2 {
  background-color: var(--clr-bg);
  padding: 6.4rem;
  border-radius: var(--rad-1);
}
.counter-2 .fun-fact {
  text-align: center;
  padding: 5.6rem 2.4rem 5.6rem 2.4rem;
  background-color: #2d5094;
  border-radius: var(--rad-1);
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.counter-2 .fun-fact::before {
  position: absolute;
  content: "";
  height: 40%;
  width: 40%;
  z-index: -1;
  background: var(--clr-def);
  opacity: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: var(--rad-1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.counter-2 .fun-fact .fun-icon {
  margin-bottom: 1.6rem;
}
.counter-2 .fun-fact .fun-icon .site-icon-style {
  border: 2px solid var(--clr-white);
  margin-bottom: 2.4rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.counter-2 .fun-fact .fun-icon .timer {
  font-size: 5.6rem;
  line-height: 7.2rem;
  font-weight: 700;
  text-transform: capitalize;
  font-family: var(--font-2);
  color: var(--clr-white);
}
.counter-2 .fun-fact .fun-desc span {
  font-size: 1.4rem;
  font-family: var(--font-2);
  text-transform: uppercase;
  display: block;
  line-height: 1;
  color: var(--clr-white);
  font-weight: 500;
  letter-spacing: 1px;
}
.counter-2 .fun-fact:hover {
  background-color: var(--clr-def);
}
.counter-2 .fun-fact:hover::before {
  background-color: #2d5094;
}
.counter-2 .fun-fact:hover .fun-icon .site-icon-style {
  background-color: #2d5094;
}

/*15*/
/*-------------------------------------------------------
14.Finance css  
---------------------------------------------------------*/
.finance-sk {
  position: relative;
  z-index: 1;
}
.finance-sk::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7rem;
  background: var(--clr-white);
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% 41%, 0 86%);
  transform: rotate(180deg);
}

.finance-area {
  position: relative;
}

.finance-right {
  margin-right: 10rem;
}
.finance-right h2 {
  margin-bottom: 3rem;
  text-transform: capitalize;
}
.finance-right .finance-text {
  margin-bottom: 4rem;
}

.finance-box {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}
.finance-box .finance-icon i {
  height: 5rem;
  width: 5rem;
  line-height: 5rem;
  color: var(--clr-white);
  font-size: 2.4rem;
  background-color: var(--clr-def);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.finance-box .finance-desc h5 {
  text-transform: capitalize;
}
.finance-box .finance-desc p {
  margin-right: 5rem;
}

.finance-opt {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.finance-left-pic {
  position: relative;
  z-index: 1;
}
.finance-left-pic::before {
  position: absolute;
  z-index: 0;
  content: "";
  height: 270px;
  width: 270px;
  background-color: var(--clr-2);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  bottom: -50%;
  left: 10%;
  opacity: 0.9;
}
.finance-left-pic .finance-pic img {
  border-radius: 50%;
}
.finance-left-pic .finance-pic.finance-pic-2 img {
  position: absolute;
  bottom: -40%;
  left: 32%;
  border: 5px solid var(--clr-white);
}
.finance-left-pic .finance-pic.finance-pic-3 img {
  position: absolute;
  top: 15%;
  right: 15%;
  border: 5px solid var(--clr-white);
}

/*16*/
/*-------------------------------------------------------
14. Review css 
---------------------------------------------------------*/
.review-area {
  padding-bottom: 250px;
}

.review-shape img {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  opacity: 0.3;
}

.review-box {
  display: grid;
  align-items: center;
  grid-gap: 3rem;
  grid-template-columns: 22rem 1fr;
  border: 2px dashed var(--clr-def);
  padding: 5.6rem 3.2rem;
}
.review-box .review-pic img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px dashed var(--clr-def);
  padding: 5px;
}
.review-box .review-pic .review-bio {
  margin-top: 3.2rem;
}
.review-box .review-pic .review-bio h4 {
  font-size: 2.4rem;
  margin-bottom: 16px;
  font-weight: 500;
  color: var(--clr-white);
}
.review-box .review-pic .review-bio span {
  display: block;
  font-size: 1.6rem;
  color: var(--clr-white);
  opacity: 0.7;
}
.review-box .review-content .review-quote blockquote {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: var(--clr-white);
  margin-bottom: 15px;
}

.review-star {
  display: flex;
  align-items: center;
}
.review-star i {
  color: #f39c12;
  font-size: 16px;
  letter-spacing: 5px;
}

.review-quote {
  position: relative;
  z-index: 1;
}
.review-quote .quote-icon {
  position: absolute;
  z-index: -1;
  top: 13px;
  left: -125px;
}

.owl-carousel .owl-item img {
  display: block;
  width: inherit;
  margin: 0 auto;
}

.rev-sldr.owl-carousel .owl-item img {
  margin: 0;
}

.rev-sldr.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 70px;
}

.rev-sldr.owl-theme .owl-dots,
.rev-sldr.owl-theme .owl-nav {
  text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 5px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  width: 20px;
  height: 5px;
  background-color: var(--clr-def);
}

/*17*/
/*-------------------------------------------------------
12. Products css 
---------------------------------------------------------*/
.product-tree img {
  position: absolute;
  z-index: -1;
}
.product-tree img:first-child {
  bottom: 0;
  right: 0;
}
.product-tree img:nth-child(2) {
  top: 0;
  left: 2rem;
}

.products-wpr.grid-4 {
  row-gap: 4.5rem;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

@-webkit-keyframes circle-hover {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  to {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle-hover {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  to {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.products-box {
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  background-color: var(--clr-white);
}
.products-box .products-pic {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.products-box .products-pic img {
  background: #f8f8f8;
}
.products-box .products-pic::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 10;
}
.products-box .products-pic .carts {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  flex-direction: column;
  gap: 1.5rem;
  transform: translateY(-140%);
  transition: all 0.5s ease-in-out;
}
.products-box .products-pic .carts li a i {
  height: 3rem;
  width: 3rem;
  line-height: 3.2rem;
  text-align: center;
  background-color: var(--clr-def);
  color: var(--clr-white);
  display: block;
  font-size: 1.4rem;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
  padding-left: 2px;
}
.products-box .products-pic .carts li a i:hover {
  background-color: var(--clr-def-2);
  color: var(--clr-white);
}
.products-box .products-desc {
  border: 1px solid #eee;
  border-top: none;
  padding: 3rem 2rem 4.5rem 2rem;
}
.products-box .products-desc h5 {
  text-transform: capitalize;
  margin-bottom: 2rem;
}
.products-box .products-desc p {
  margin-bottom: 2rem;
}
.products-box .products-desc .products-price {
  line-height: 1;
  margin-bottom: 2rem;
}
.products-box .products-desc .products-price span {
  font-weight: 600;
  color: var(--clr-def);
  display: inline-block;
}
.products-box .products-desc .add-to-cart {
  line-height: 1;
}
.products-box .products-desc .add-to-cart .cart-btn {
  padding: 7px 1.5rem;
  line-height: 1;
  background-color: var(--clr-def);
  color: var(--clr-white);
  border-radius: 2rem;
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-size: 1.6rem;
}
.products-box .products-desc .add-to-cart .cart-btn::before {
  position: absolute;
  height: 0%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: var(--clr-def-3);
  content: "";
  z-index: -1;
  transition: all 0.5s ease-in-out;
  border-radius: 2rem 2rem 0 0;
}
.products-box .products-desc .add-to-cart .cart-btn::after {
  position: absolute;
  height: 0%;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: var(--clr-def-3);
  content: "";
  z-index: -1;
  transition: all 0.5s ease-in-out;
  border-radius: 0 0 2rem 2rem;
}
.products-box:hover .carts {
  transform: translateY(0%);
}
.products-box:hover .add-to-cart .cart-btn::before {
  height: 50%;
}
.products-box:hover .add-to-cart .cart-btn::after {
  height: 50%;
}
.products-box:hover .products-pic::before {
  -webkit-animation: circle-hover 0.75s;
  animation: circle-hover 0.75s;
}

.load-more {
  line-height: 14px;
}

/*18*/
/*-------------------------------------------------------
21. Team css 
---------------------------------------------------------*/
.team-padding {
  margin-top: -30rem;
  padding-top: 300px;
}

.team-box {
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: var(--rad-1);
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: var(--clr-white);
}
.team-box .team-pic {
  position: relative;
  z-index: 1;
  padding: 5rem;
  text-align: center;
}
.team-box .team-pic .team-main {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.team-box .team-content {
  padding: 0 0 5rem 0;
  z-index: 8;
  position: relative;
  text-align: center;
}
.team-box .team-content h4 {
  font-weight: 600;
  font-size: 2.2rem;
}
.team-box .team-content span {
  color: var(--clr-heading);
  display: block;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 1.4rem;
  line-height: 1;
}
.team-box:hover .team-social {
  opacity: 1;
  visibility: visible;
}

.team-shape img {
  position: absolute;
  z-index: -1;
}
.team-shape img.team-shape-1 {
  top: 32px;
  left: 60px;
  display: none;
}
.team-shape img.team-shape-2 {
  top: 15px;
  left: 30px;
}

.team-social {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: var(--clr-def);
  padding: 1rem 5px 1rem 10px;
  border-radius: 1rem 0 0 1rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.team-social li a i {
  font-size: 1.5rem;
  color: var(--clr-white);
}
.team-social li a i:hover {
  color: var(--clr-white);
}

.team-overlay::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  background: var(--clr-white);
  opacity: 0.5;
  top: 0;
  left: 0;
}
.team-overlay::after {
  position: absolute;
  content: "";
  height: 100.5%;
  width: 80%;
  z-index: -1;
  background: var(--clr-black);
  opacity: 0.8;
  top: 0;
  left: 0;
  clip-path: polygon(15% 0, 100% 0, 100% 50%, 100% 100%, 25% 100%, 0 28%);
  transform: rotate(-180deg);
}

.team-style .team-box {
  border: none;
}
.team-style .team-box::before {
  position: absolute;
  z-index: -1;
  background-color: var(--clr-def);
  content: "";
  height: 30%;
  width: 100%;
  top: 0;
  left: 0;
}

.team-2::before {
  background-color: var(--clr-bg);
  clip-path: polygon(100% 0, 100% 70%, 0 100%, 0 30%);
  position: absolute;
  z-index: -1;
  top: -15%;
  left: 0;
  content: "";
  height: 75%;
  width: 100%;
}

/*19*/
/*-------------------------------------------------------
17. Variable css  
---------------------------------------------------------*/
.top-area {
  background-color: var(--clr-def);
}

.top-middle {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.top-right.top-box {
  text-align: right;
}

.top-box h5 {
  margin-bottom: 0;
  display: flex;
  gap: 1rem;
  color: var(--clr-white);
  font-size: 16px;
  align-items: center;
}
.top-box h5 i {
  color: var(--clr-def);
  height: 4rem;
  width: 4rem;
  line-height: 4rem;
  text-align: center;
  background-color: var(--clr-white);
  font-size: 2.2rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/*20*/
/*-------------------------------------------------------
18. Blog css 
---------------------------------------------------------*/
.blog-box .blog-pic {
  position: relative;
  z-index: 1;
}
.blog-box .blog-pic .blog-date {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translate(-50%, 0);
  background: var(--clr-white);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  width: 80%;
  text-align: center;
  padding: 1.2rem;
  color: var(--clr-heading);
  font-weight: 600;
  font-size: 1.4rem;
}
.blog-box .blog-pic .blog-date i {
  margin-right: 1rem;
  color: var(--clr-def);
}
.blog-box .blog-desc {
  padding: 5rem 3rem 3rem 3rem;
  border: 1px solid #ebedf2;
  background-color: var(--clr-white);
}
.blog-box .blog-desc .blog-meta {
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-box .blog-desc .blog-meta li {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.blog-box .blog-desc .blog-meta li a {
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
}
.blog-box .blog-desc .blog-meta li a i {
  color: var(--clr-def);
  margin-right: 1rem;
}
.blog-box .blog-desc .blog-content h4 {
  font-size: 2.4rem;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 1.8rem;
  transition: all 0.5s ease;
}
.blog-box .blog-desc .blog-content h4:hover {
  color: var(--clr-def);
}
.blog-box .blog-desc .blog-content p {
  line-height: 3.2rem;
  margin-bottom: 2rem;
}
.blog-box .blog-desc .blog-content .btn-2 {
  font-weight: 600;
  color: var(--clr-def);
  transition: all 0.5s ease;
}
.blog-box .blog-desc .blog-content .btn-2:hover {
  color: #18252f;
}

/*21*/
/*-------------------------------------------------------
20.Step css  
---------------------------------------------------------*/
.step-left-header {
  margin-bottom: 3rem;
}
.step-left-header .hero-sub-title {
  margin-bottom: 1rem;
}
.step-left-header .hero-title {
  color: var(--clr-white);
}

.step-left-para {
  padding-right: 31%;
  line-height: 26px;
  /*  line-height: 3.2rem;*/
  color: var(--clr-white);
}

.step-right {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.step-area::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  background: black;
  opacity: 0.8;
  top: 0;
  left: 0;
}

.step-box {
  background-color: var(--clr-black);
  border: 5px solid var(--clr-def);
  border-radius: 50%;
  height: 25rem;
  width: 25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3rem;
  position: relative;
  z-index: 1;
}
.step-box span {
  display: inline-block;
  height: 5rem;
  width: 5rem;
  line-height: 4.2rem;
  text-align: center;
  background: var(--clr-def);
  color: var(--clr-white);
  font-weight: 600;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 1.6rem;
  position: absolute;
  top: 25px;
  left: 0;
  border: 5px solid var(--clr-white);
}
.step-box h4 {
  text-transform: capitalize;
  color: var(--clr-white);
}
.step-box p {
  color: var(--clr-white);
  line-height: 3.2rem;
}

/*22*/
/*-------------------------------------------------------
16. Contact US css 
---------------------------------------------------------*/
.loader {
  margin-left: 1rem;
  display: inline-block;
}

.contact-area {
  margin-top: -120px;
  position: relative;
  z-index: 5;
  padding-top: 240px !important;
  overflow: hidden;
}

.contact-sketch img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.contact-bg {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
}

.contact-us-wpr .g-5,
.contact-us-wpr .gx-5 {
  --bs-gutter-x: 5rem;
}

.contact-left {
  padding-right: 130px;
}

.contact-form {
  background-color: var(--clr-white);
  padding: 5rem;
  border-radius: var(--rad-1);
  width: 80%;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}
.contact-form .form-control:focus {
  box-shadow: none;
  outline: none;
}
.contact-form .contact-sub-btn button {
  transition: 0.5s ease-in-out;
  margin-top: 3rem;
}

textarea.form-control {
  height: 15rem !important;
  padding-top: 2rem !important;
}

.addr-box-single {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
  margin-bottom: 5rem;
}
.addr-box-single:last-child {
  margin-bottom: 0;
}
.addr-box-single .addr-icon i {
  height: 10rem;
  width: 10rem;
  line-height: 10rem;
  text-align: center;
  border: 5px solid var(--clr-def);
  color: #2d5094;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  font-size: 4rem;
}
.addr-box-single .addr-desc h4 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.addr-box-single .addr-desc p {
  line-height: 3.2rem;
}

.contact-page .contact-sub-btn {
  justify-content: center;
  display: flex;
  align-items: center;
}
.contact-page .loader {
  margin-left: 1rem;
  display: inline-block;
  margin-top: 2.5rem;
}

.g-map-area {
  height: 40rem;
}

.g-map--wrapper iframe {
  width: 100%;
  height: 40rem;
  border: none;
}

/*23*/
/*-------------------------------------------------------
21. Faq css 
---------------------------------------------------------*/
.faq-area::before {
  position: absolute;
  z-index: -1;
  content: "";
  height: 100%;
  width: 70%;
  background-color: var(--clr-bg);
  top: 0;
  right: 0;
}

.faq-shape img {
  position: absolute;
  z-index: -1;
  top: 15%;
  left: -10%;
  transform: rotate(-90deg);
}

.accordion-item {
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #eee;
}

.accordion-item:not(last-child) {
  margin-bottom: 3rem;
}

.accordion-button {
  padding: 2.5rem 2rem;
  font-size: 1.5rem;
  color: var(--clr-white);
  background-color: var(--clr-def);
  font-weight: 500;
}

.accordion-button::after {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  font-family: "Font Awesome\ 5 Free";
  content: "\f067";
  /* FontAwesome Unicode */
  font-weight: 900;
  background-image: inherit;
  font-size: 1.4rem;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
  background-image: inherit;
  font-family: "Font Awesome\ 5 Free";
  content: "\f068";
  /* FontAwesome Unicode */
  font-weight: 900;
  font-size: 1.4rem;
}

.accordion-button:not(.collapsed) {
  border: none;
}

.accordion-button:not(.collapsed) {
  color: var(--clr-white);
  background-color: var(--clr-heading);
  box-shadow: none;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.accordion-button:focus {
  z-index: 3;
  border: none;
  outline: 0;
  box-shadow: none;
}

.accordion-body {
  padding: 2rem 2rem 2rem 2rem;
}
.accordion-body p {
  font-size: 1.6rem;
}

/*24*/
/*-------------------------------------------------------
22.Shop css 
---------------------------------------------------------*/
/*Shop Page*/
.vs-sort-bar {
  padding: 2rem 4rem;
  background-color: var(--clr-white);
  border-radius: 4rem;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.07);
}

.tb-pagination {
  text-align: center;
}
.tb-pagination ul {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
.tb-pagination ul li a {
  display: inline-block;
  height: 5rem;
  width: 5rem;
  line-height: 4.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  border: 2px solid #eef1f5;
  border-radius: 50%;
}
.tb-pagination ul li a.active,
.tb-pagination ul li a:hover {
  color: var(--clr-white);
  background-color: var(--clr-def);
  border-color: transparent;
}

.select-opt {
  display: flex;
  gap: 5rem;
  justify-content: flex-end;
}
.select-opt .select-option {
  display: grid;
  align-items: center;
  grid-template-columns: 7rem 1fr;
}
.select-opt .select-option label {
  font-size: 14px;
  margin-bottom: 0;
  margin-right: 15px;
  font-weight: 500;
  line-height: 1;
  color: var(--clr-heading);
}
.select-opt .select-option .form-select {
  height: 35px;
  border-width: 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: auto;
  color: var(--clr-heading);
  padding-right: 30px;
  padding-left: 20px;
  font-size: 14px;
  margin: 0;
}

.shop-filter {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.shop-filter a {
  height: 5rem;
  width: 5rem;
  line-height: 5rem;
  text-align: center;
  background-color: var(--clr-def);
  color: var(--clr-white);
  display: inline-block;
  border-radius: 50%;
}

.products-wpr.product-list.grid-2 {
  grid-row-gap: 4.5rem;
}

.product-list .products-box {
  display: flex;
  align-items: center;
  background-color: var(--clr-white);
}
.product-list .products-box .products-desc {
  border: none;
}

/*Shop details*/
.sh-de-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  grid-gap: 6rem;
}

.shop-datails-pic img,
.sh-pic img {
  border: 1px solid #ddd;
}

.sh-de-left .nav-tabs {
  border-bottom: none;
}
.sh-de-left .nav-tabs .nav-link {
  border: none;
  padding: 0;
}
.sh-de-left .nav-tabs .nav-link:last-child {
  margin-right: 0;
}
.sh-de-left nav {
  margin-top: 2rem;
}

.sh-pic img {
  background-color: #fafafa;
  width: 100%;
}

.shop-datails-pic img {
  background-color: #fafafa;
  width: 100%;
}

/*Shop Quantity Number*/
.quantity {
  display: inline-block;
}

.quantity .input-text.qty {
  width: 35px;
  height: 39px;
  padding: 0 5px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #efefef;
}

.quantity.buttons_added {
  text-align: left;
  position: relative;
  white-space: nowrap;
  vertical-align: top;
}

.quantity.buttons_added input {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  box-shadow: none;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
  background-color: #ffffff;
  border: 1px solid #efefef;
  cursor: pointer;
}

.quantity.buttons_added .minus {
  border-right: 0;
}

.quantity.buttons_added .plus {
  border-left: 0;
}

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
  background: #eeeeee;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

.quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
  outline: none;
}

.sh-de-header h4 {
  text-transform: capitalize;
  font-weight: 700;
}
.sh-de-header p {
  margin-bottom: 2rem;
}

.sh-de-rating {
  margin-bottom: 1.5rem;
}
.sh-de-rating i {
  color: #f9c936;
  margin-right: 8px;
}

.sh-de-price {
  margin-bottom: 2rem;
}
.sh-de-price span {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--clr-heading);
  font-family: var(--font-2);
  display: block;
}

.sh-de-quantity {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.sh-de-quantity .quantity.buttons_added {
  margin-right: 1rem;
}

.sh-de-color {
  margin-bottom: 1.5rem;
}
.sh-de-color ul li {
  display: inline-block;
  margin-right: 1rem;
}
.sh-de-color ul li:last-child {
  display: inline-block;
  margin-right: 0;
}
.sh-de-color ul li .d-colors span {
  display: inline-block;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
}
.sh-de-color ul li .d-colors span:first-child {
  background-color: #fa3150;
}
.sh-de-color ul li .d-colors span:nth-child(2) {
  background-color: #f9c936;
}
.sh-de-color ul li .d-colors span:nth-child(3) {
  background-color: #92b8b9;
}

.sh-de-btn {
  margin-bottom: 2rem;
}
.sh-de-btn a {
  display: inline-block;
  padding: 1rem 3rem;
  border: 1px solid #ecebeb;
  margin-right: 1rem;
  transition: 0.5s ease;
  text-transform: uppercase;
  line-height: 1;
  color: var(--heading-color);
}
.sh-de-btn a:hover {
  background: var(--clr-black);
  border: 1px solid transparent;
  color: var(--clr-white);
}
.sh-de-btn .sh-de-btn-1 i {
  margin-left: 7px;
}
.sh-de-btn .sh-de-btn-2 i {
  margin-right: 7px;
}

.product-rev-wrapper .nav-item {
  width: 25%;
  overflow: hidden;
  display: inline-block;
}
.product-rev-wrapper .nav-pills .nav-link {
  border-radius: 0;
  text-align: center;
  border: 1px solid #eaeaea;
  width: 100%;
}
.product-rev-wrapper div#pills-tabContent {
  margin-top: 3rem;
}

.nav-pills .nav-link.active {
  color: var(--clr-heading);
  background-color: #f8f8f8;
}
.nav-pills .show > .nav-link {
  color: var(--clr-heading);
  background-color: #f8f8f8;
}

/*Cart Page Css*/
.form-cop .input-style-2 {
  height: 7rem;
  margin-right: 1rem;
}

.ui-w-40 {
  width: 40px !important;
  height: auto;
}

.ui-product-color {
  display: inline-block;
  overflow: hidden;
  margin: 0.144em;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 10rem;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset;
  vertical-align: middle;
}

.cart-qty .card {
  box-shadow: none;
  border: none;
  background-color: transparent;
}
.cart-qty .card-body {
  padding: 0;
}
.cart-qty .card-body .media {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cart-qty .table thead th {
  border-bottom: none;
  font-weight: 400;
  font-size: 1.6rem;
  color: var(--clr-body);
}
.cart-qty .close {
  color: #dddddd;
  font-size: 4.6rem;
  font-weight: 100;
  opacity: 1;
}
.cart-qty .form-control.bk {
  padding: 17px 1rem;
  border: none;
  border-radius: 1.25rem;
  background-color: #fff;
  font-size: 1.6rem;
  outline: none;
}

.cart-tl ul li {
  margin-bottom: 1rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1.5rem;
}
.cart-tl .cart-tl-title {
  color: var(--clr-heading);
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 1.5rem;
}

.cart-tt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-n p {
  margin-bottom: 1.2rem;
  line-height: 1;
}
.cart-n p:last-child {
  margin-bottom: 0;
}

.cr-tl-btn {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
.cr-tl-btn a:last-child {
  margin-right: 0;
}

.course-over-fet {
  background-color: var(--clr-white);
  box-shadow: 0 3px 1.5rem rgba(139, 139, 139, 0.16);
  padding: 6rem;
}

.course-over-bio {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

.course-over-name {
  margin-left: 2.5rem;
}
.course-over-name h5 {
  line-height: 1;
  margin-bottom: 9px;
}
.course-over-name h6 {
  line-height: 1;
  margin-bottom: 3px;
}

.course-over-rating i {
  color: var(--clr-def);
}

.course-ovr-wrp .single-content-title {
  margin-bottom: 2.5rem;
}
.course-ovr-wrp .single-comments-section {
  margin-top: 3rem;
}
.course-ovr-wrp .row.csf.align-items-center {
  margin-top: -3.5rem;
}

.single-comments-section-form h2 {
  margin-bottom: 3rem;
}

/*Comment Section*/
.single-comments-section .single-commentor .single-commentor-user {
  display: grid;
  grid-template-columns: 7rem 1fr;
  align-items: center;
  grid-gap: 2rem;
}
.single-comments-section
  .single-commentor
  .single-commentor-user
  .single-commentor-user-bio-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-comments-section
  .single-commentor
  .single-commentor-user
  .single-commentor-user-bio-head
  h6 {
  text-transform: capitalize;
  margin-bottom: 7px;
}
.single-comments-section
  .single-commentor
  .single-commentor-user
  .single-commentor-user-bio-head
  h6
  span {
  text-transform: uppercase;
  color: var(--clr-body);
  position: relative;
  z-index: 1;
  padding-left: 2rem;
}
.single-comments-section
  .single-commentor
  .single-commentor-user
  .single-commentor-user-bio-head
  h6
  span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 1rem;
  height: 1.6rem;
  width: 1px;
  background: #5156ea;
  transform: translate(0, -50%);
}
.single-comments-section
  .single-commentor
  .single-commentor-user
  .single-commentor-user-bio-head
  a
  i {
  font-size: 1.4rem;
  margin-right: 7px;
}
.single-comments-section
  .single-commentor
  .single-commentor-user
  .single-commentor-user-bio-head
  a:hover
  i {
  color: #5156ea;
}
.single-comments-section .single-commentor .single-commentor-user p {
  margin-bottom: 0;
}
.single-comments-section .single-commentor ul li {
  margin-bottom: 3rem;
}
.single-comments-section
  .single-commentor
  .single-commentor-user.rlp
  .single-commentor-user-bio-head
  h6 {
  color: var(--clr-def);
}

.single-commentor-user.rlp {
  padding-left: 7rem;
}

/*single-comments-section-form*/
.single-comments-section-form form .form-control {
  outline: none;
  height: 5rem;
  border: 1px solid #e5e5e5;
  background: #f8f8f8;
  padding: 1rem 3rem;
  line-height: 1;
  margin-bottom: 3.5rem;
}
.single-comments-section-form form .form-control::placeholder {
  font-size: 1.6rem;
  font-weight: 300;
  color: var(--clr-body);
  line-height: 1;
  text-transform: capitalize;
}
.single-comments-section-form form textarea.form-control {
  height: 15rem;
}
.single-comments-section-form form button {
  padding: 1rem 3rem;
  font-family: var(--font-2);
  font-size: 2.2rem;
  border: none;
  font-weight: 400;
  background: var(--clr-def);
  color: var(--clr-white);
}

/*Slider wrp*/
.sldr.owl-theme .owl-nav [class*="owl-"] {
  color: var(--clr-def);
  font-size: 3rem;
  margin: 0;
  padding: 0;
  background: none;
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
}

.sldr.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none;
  color: var(--clr-def);
  text-decoration: none;
}

.sldr.owl-theme .owl-nav .owl-prev {
  left: 0rem;
}

.sldr.owl-theme .owl-nav .owl-next {
  right: 0rem;
}

.sldr.owl-theme .owl-nav .owl-prev,
.sldr.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

/*25*/
/*-------------------------------------------------------
20. Checkout css
---------------------------------------------------------*/
.checkout-wrapper {
  display: flex;
  justify-content: center;
  animation: slideUp 2000ms ease;
}

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.checkout h2 {
  align-self: center;
}

.checkout {
  background-color: var(--clr-def);
  -webkit-box-shadow: 9px 13px 25px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 9px 13px 25px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 9px 13px 25px 0px rgba(0, 0, 0, 0.18);
  border-radius: 1rem;
  padding: 6rem 4rem;
}
.checkout input {
  width: 100%;
  min-height: 25px;
  border: 0;
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
  color: var(--clr-heading);
  border-radius: 10px;
  margin-bottom: 2rem;
}
.checkout label {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2px;
  color: var(--clr-white);
  margin-bottom: 1rem;
}
.checkout h2 {
  font-size: 24px;
  line-height: 1;
  color: var(--clr-white);
  letter-spacing: 1px;
}

.name {
  justify-content: space-between;
  display: flex;
  width: 100%;
}
.name div {
  width: 45%;
}

.address-info {
  display: flex;
  justify-content: space-between;
}
.address-info div {
  width: 30%;
}

.cc-info {
  display: flex;
  justify-content: space-between;
}
.cc-info div {
  width: 45%;
}

.btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  margin-top: 2rem;
}
.btns button {
  margin: 0;
  color: var(--clr-def);
  background-color: var(--clr-white);
  text-transform: uppercase;
  border: 0;
  border-radius: 1rem;
  letter-spacing: -1px;
  font-weight: 600;
  padding: 1.2rem 3rem;
  line-height: 1;
}
.btns button:hover {
  animation-name: btn-hov;
  animation-duration: 550ms;
  animation-fill-mode: forwards;
}

@keyframes btn-hov {
  100% {
    background-color: #cfc9e1;
    color: #4a3b76;
    transform: scale(1.05);
  }
}
input:focus,
button:focus {
  outline: none;
  box-shadow: none;
}

.p-info {
  font-size: 24px;
  line-height: 1;
  color: var(--clr-white);
  letter-spacing: 1px;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

@media (max-width: 736px) {
  .checkout-wrapper {
    width: 100%;
  }

  .btns {
    flex-direction: column;
  }
  .btns button {
    width: 100%;
  }

  .checkout h2 {
    text-align: center;
    line-height: 1.4;
  }

  .name,
  .address-info,
  .cc-info {
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
  }
  .name div,
  .address-info div,
  .cc-info div {
    align-items: center;
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .street,
  .cc-num {
    text-align: center;
  }

  .checkout input {
    margin: 5px 0;
    min-height: 30px;
  }
}
/*26*/
/* -------------------------------------------------------
21. Breadcrumb css
---------------------------------------------------------*/
.site-breadcrumb {
  height: 60vh;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 3;
}
.site-breadcrumb::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  background: #030a15;
  opacity: 0.7;
}
.site-breadcrumb .breadcrumb-title {
  font-size: 4rem;
  text-transform: uppercase;
  color: var(--clr-white);
  font-weight: 700;
  margin-bottom: 0;
  letter-spacing: 0.0025em;
  display: inline-block;
  background-color: var(--clr-def);
  padding: 1.2rem 4rem;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.site-breadcrumb .breadcrumb-menu {
  position: absolute;
  z-index: 1;
  bottom: -23px;
  left: 15%;
  padding: 3rem 2rem;
  background-color: var(--clr-white);
  border-radius: 0;
  box-shadow: var(--box-shadow-1);
}
.site-breadcrumb .breadcrumb-menu li {
  position: relative;
  display: inline-block;
  margin-left: 3rem;
  color: var(--clr-heading);
  font-weight: 500;
  text-transform: capitalize;
}
.site-breadcrumb .breadcrumb-menu li a {
  color: var(--clr-heading);
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-breadcrumb .breadcrumb-menu li.active {
  color: #d63031;
}
.site-breadcrumb .breadcrumb-menu li::before {
  position: absolute;
  content: "/";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  width: 2rem;
  right: -24px;
  top: 1px;
  text-align: center;
  font-size: 1.4rem;
  color: var(--clr-heading);
}
.site-breadcrumb .breadcrumb-menu li:first-child {
  margin-left: 0;
}
.site-breadcrumb .breadcrumb-menu li:last-child:before {
  display: none;
}
.site-breadcrumb .breadcrumb-menu li:hover {
  color: #d63031;
}

/*27*/
/*-------------------------------------------------------
14. Project css 
---------------------------------------------------------*/
@media (min-width: 1600px) {
  .sd-container-fluid {
    max-width: 1825px;
  }
}
.project-wp {
  position: relative;
  z-index: 7;
}

.project-area::before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  left: 0;
  height: 70%;
  width: 100%;
  background-color: var(--clr-1);
  clip-path: polygon(
    30% 0%,
    70% 0%,
    100% 0,
    100% 70%,
    74% 49%,
    30% 100%,
    0% 70%,
    0 0
  );
}

.project-shape .project-shape-pic {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 20%;
}

.project-box .project-pic {
  position: relative;
  z-index: 1;
}
.project-box .project-pic .project-overlay {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(3, 13, 40, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(-90deg);
  transform-origin: bottom;
  transition: all 0.5s ease-in-out;
}
.project-box .project-pic .project-overlay i {
  height: 10rem;
  width: 10rem;
  background-color: var(--clr-def);
  line-height: 10rem;
  font-size: 4rem;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  color: var(--clr-white);
  display: inline-block;
  text-align: center;
}
.project-box .project-desc {
  padding: 4rem;
  background-color: var(--clr-1);
  margin: 0 3rem;
  border-radius: 2rem;
  position: relative;
  margin-top: -7rem;
  z-index: 2;
}
.project-box .project-desc h4 {
  line-height: 3.6rem;
  font-size: 2.2rem;
  text-transform: capitalize;
  color: var(--clr-white);
}
.project-box .project-desc p {
  line-height: 3.3rem;
  font-size: 1.7rem;
  padding-right: 4rem;
  color: var(--clr-white);
}
.project-box:hover .project-pic .project-overlay {
  transform: rotateX(0deg);
}

.project-area.project-2::before {
  clip-path: none;
  height: 50%;
}

.project-page .project-card {
  overflow: hidden;
}
.project-page .project-card .project-img {
  position: relative;
  z-index: 1;
}
.project-page .project-card .project-img img {
  border-radius: var(--rad-1);
}
.project-page .project-card .project-img .port-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.project-page .project-card .project-img .port-overlay::before {
  position: absolute;
  z-index: -1;
  content: "";
  background-color: var(--clr-overlay);
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: var(--rad-1);
}
.project-page .project-card .project-img .port-overlay .port-shape span {
  position: absolute;
  background-color: var(--clr-def);
  height: 10rem;
  width: 10rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.project-page
  .project-card
  .project-img
  .port-overlay
  .port-shape
  span::before {
  position: absolute;
  z-index: -1;
  content: "";
  height: 0;
  width: 0;
  background-color: var(--clr-def);
  opacity: 0.4;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.project-page .project-card .project-img .port-overlay .port-shape span::after {
  position: absolute;
  z-index: -1;
  content: "";
  height: 0;
  width: 0;
  background-color: var(--clr-def);
  opacity: 0.3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.project-page .project-card .project-img .port-overlay .port-links .popup-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.2rem;
  color: var(--clr-white);
}
.project-page
  .project-card
  .project-img
  .port-overlay
  .port-links
  .single-link {
  position: absolute;
  top: 56%;
  left: 50%;
  color: white;
  font-size: 1.2rem;
  height: 3.5rem;
  width: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.2);
  transform: translate(-50%, 0);
  background-color: rgba(193, 6, 1, 0.9);
}
.project-page .project-card:hover .port-overlay {
  opacity: 1;
  visibility: visible;
}
.project-page .project-card:hover .port-overlay .port-shape span::before {
  height: 13rem;
  width: 13rem;
}
.project-page .project-card:hover .port-overlay .port-shape span::after {
  height: 16rem;
  width: 16rem;
}

.sec-btn-area {
  margin-bottom: 3.2rem;
}

.filter-menu-style-1 button {
  padding: 1.7rem 3rem 1.5rem 3rem;
  margin-right: 1rem;
  background: var(--clr-def);
  color: var(--clr-white);
  font-weight: 700;
  border: none;
  text-transform: uppercase;
  border-radius: 5px;
  line-height: 1;
}

/*28*/
/*-------------------------------------------------------
21. Partner css #37325A
---------------------------------------------------------*/
.part-area {
  background-color: #37325a;
  padding: 6.4rem 0 6.4rem 0;
}

.partner-sldr.owl-carousel .owl-item img {
  width: 50%;
}

.partner-sldr-2.owl-carousel .owl-item img {
  width: 100%;
}

/*29*/
/*-------------------------------------------------------
28. Action css 
---------------------------------------------------------*/
.action-area {
  padding: 165px 0 165px 0 !important;
}

.action-area.bg-overlay::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  background: #030a15;
  opacity: 0.4;
}

.action-content {
  display: flex;
  gap: 3rem;
  align-items: center;
  position: relative;
  z-index: 1;
  padding-left: 2rem;
}
.action-content::before {
  position: absolute;
  z-index: -1;
  content: "";
  height: 10rem;
  width: 10rem;
  background-color: var(--clr-def);
  top: 20%;
  left: -12px;
  transform: translate(0, -50%);
  border-radius: 50%;
}
.action-content i {
  font-size: 9rem;
  color: var(--clr-white);
}
.action-content h2 {
  text-transform: capitalize;
  color: var(--clr-white);
}

.action-btn {
  text-align: right;
}

/*30*/
/*-------------------------------------------------------
30. Work css 
---------------------------------------------------------*/
.work-area {
  position: relative;
  z-index: 5;
}

.work-minus {
  margin-top: -12.8rem;
}

.work-wpr-style {
  padding-top: 12.8rem;
  padding-left: 12.8rem;
  padding-bottom: 12.8rem;
  background-color: var(--clr-bg);
}

.work-title-para {
  padding-right: 31%;
}

.work-box .work-pic {
  position: relative;
  z-index: 1;
}
.work-box .work-pic img {
  width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.work-box .work-pic .work-ovarlay {
  position: absolute;
  z-index: 1;
  bottom: 3rem;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 1.5rem 3rem;
  background-color: var(--clr-white);
  width: 90%;
  -webkit-border-radius: var(--rad-1);
  border-radius: 5px;
  -webkit-transition: height 0.5s ease-out;
  transition: height 0.5s ease-out;
  overflow: hidden;
  height: 20%;
  display: flex;
  align-items: center;
}
.work-box .work-pic .work-ovarlay .work-overlay-content {
  width: 100%;
}
.work-box .work-pic .work-ovarlay .work-overlay-content .work-overlay-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.work-box
  .work-pic
  .work-ovarlay
  .work-overlay-content
  .work-overlay-header
  h4 {
  text-transform: capitalize;
  margin-bottom: 0;
}
.work-box
  .work-pic
  .work-ovarlay
  .work-overlay-content
  .work-overlay-header
  .work-link
  i {
  color: var(--clr-white);
  height: 5rem;
  width: 5rem;
  line-height: 5rem;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--clr-def);
  font-size: 1.8rem;
  display: inline-block;
}
.work-box .work-pic .work-ovarlay .work-overlay-content .work-text {
  color: var(--clr-white);
  display: none;
  line-height: 3.2rem;
  padding-right: 21%;
}
.work-box:hover .work-pic .work-ovarlay {
  height: 90%;
  background-color: rgba(0, 0, 0, 0.7);
}
.work-box:hover .work-pic .work-ovarlay .work-overlay-header {
  margin-bottom: 5rem;
}
.work-box:hover .work-pic .work-ovarlay h4 {
  color: var(--clr-white);
}
.work-box:hover .work-pic .work-ovarlay .work-text {
  display: block;
}

.gallery-sldr.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 6.4rem;
}

/*31*/
/*-------------------------------------------------------
31. Why css 
---------------------------------------------------------*/
.why-right .hero-title {
  margin-top: -2rem;
}
.why-right .step-left-para {
  color: var(--clr-body);
  padding-right: 23%;
}

/*-------------------------------------------------------
27.Skill css  
---------------------------------------------------------*/
.skills-section .progress-box {
  margin-bottom: 4rem;
}
.skills-section .progress-box:last-child {
  margin-bottom: 0;
}
.skills-section .progress-box h5 {
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: capitalize;
  margin-bottom: 3rem;
  color: var(--clr-white);
}
.skills-section .progress-box .progress .progress-bar {
  background-color: var(--clr-def);
}

.woocommerce-message,
.woocommerce-info {
  position: relative;
  border: 1px solid #d8d8d8;
  padding: 11px 20px;
  background-color: var(--clr-body);
  color: var(--clr-white);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
  border-radius: 5px;
}
.woocommerce-message a,
.woocommerce-info a {
  color: inherit;
}
.woocommerce-message a:hover,
.woocommerce-info a:hover {
  text-decoration: underline;
}
.woocommerce-message:before,
.woocommerce-info:before {
  content: "\f06a";
  font-family: #ddd;
  font-weight: 900;
  margin-right: 10px;
}

.woocommerce-notices-wrapper .woocommerce-message {
  background-color: var(--clr-def);
}
.woocommerce-notices-wrapper .woocommerce-message:before {
  content: "\f14a";
  font-weight: 300;
}

.woocommerce-form-coupon,
.woocommerce-form-login {
  display: none;
}

.woocommerce-form-login-toggle .woocommerce-info {
  background-color: var(--clr-def);
}

.woocommerce-checkout .form-select,
.woocommerce-checkout .form-group {
  margin-bottom: 0.5rem;
}
.woocommerce-checkout .form-control {
  margin-bottom: 15px;
}
.woocommerce-checkout .shipping_address {
  display: none;
}

.woocommerce-product-rating .star-rating {
  display: inline-block;
  vertical-align: middle;
}

.woocommerce-cart-form {
  text-align: center;
}

.cart_table {
  border: 1px solid #eaf0f2;
  margin-bottom: 45px;
}
.cart_table thead {
  background-color: #ecf0f1;
}
.cart_table td:before,
.cart_table th {
  font-family: var(--font-2);
  color: var(--clr-heading);
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  padding: 27px 15px;
}
.cart_table td:before {
  content: attr(data-title);
  position: absolute;
  left: 15px;
  top: 50%;
  vertical-align: top;
  padding: 0;
  transform: translateY(-50%);
  display: none;
}
.cart_table td {
  border: none;
  border-bottom: 1px solid #f3f3f3;
  color: #8b8b8b;
  padding: 20px 10px;
  position: relative;
}
.cart_table .product-quantity {
  color: var(--clr-heading);
}
.cart_table .cart-productname {
  font-weight: 600;
  font-family: var(--font-2);
  color: inherit;
}
.cart_table .cart-productimage {
  display: inline-block;
  border: 1px solid #ddd;
}
.cart_table .remove {
  color: #29af8a;
  font-size: 18px;
}
.cart_table .quantity {
  display: inline-flex;
  align-items: center;
}
.cart_table .qut-btn {
  border: 2px solid var(--clr-menu);
  background-color: transparent;
  color: #b8c6d0;
  padding: 0;
  width: 30px;
  height: 30px;
  font-size: 16px;
  border-radius: 4px;
  position: relative;
  top: 0;
  left: 0;
}
.cart_table .qut-btn.quantity-minus {
  top: 0;
}
.cart_table .qut-btn:hover {
  background-color: var(--clr-def);
  color: var(--clr-white);
  border-color: transparent;
}
.cart_table .qty-input {
  vertical-align: middle;
  border: 2px solid var(--clr-menu);
  width: 70px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  color: #2c3e50;
  font-weight: 700;
  margin: 0 10px;
  border-radius: 4px;
  padding-right: 0;
  /* Firefox */
}
.cart_table .qty-input::-webkit-outer-spin-button,
.cart_table .qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart_table .qty-input[type="number"] {
  -moz-appearance: textfield;
}
.cart_table .actions {
  text-align: right;
  vertical-align: middle;
}
.cart_table .actions > .vs-btn {
  margin-right: 15px;
}
.cart_table .actions > .vs-btn:last-child {
  margin-right: 0;
}
.cart_table .tb-cart-coupon {
  float: left;
  margin: 0;
  width: 455px;
  max-width: 100%;
  display: flex;
}
.cart_table .tb-cart-coupon input {
  height: 6rem;
  width: calc(100% - 200px);
  margin-right: 10px;
  padding-left: 20px;
}
.cart_table .tb-cart-coupon .vs-btn {
  width: 200px;
  padding-left: 0;
  padding-right: 0;
}

.cart_totals {
  border: 1px solid #ecf0f1;
}
.cart_totals th,
.cart_totals td {
  vertical-align: top;
  padding: 20px 20px;
  border: none;
  border-bottom: 1px solid #ecf0f1;
  font-size: 14px;
  color: var(--clr-heading);
  width: 55%;
}
.cart_totals th:first-child,
.cart_totals td:first-child {
  width: 45%;
  background-color: #f9fbfb;
  font-weight: 700;
  font-size: 14px;
  color: #333333;
}
.cart_totals .shipping-calculator-button {
  display: inline-block;
  border-bottom: 1px solid;
  color: var(--clr-heading);
  font-weight: 700;
}
.cart_totals .shipping-calculator-button:hover {
  color: var(--clr-def);
}
.cart_totals .woocommerce-shipping-destination {
  margin-bottom: 10px;
}
.cart_totals .woocommerce-shipping-methods {
  margin-bottom: 0;
}
.cart_totals .shipping-calculator-form {
  display: none;
}
.cart_totals .shipping-calculator-form p:first-child {
  margin-top: 20px;
}
.cart_totals .shipping-calculator-form p:last-child {
  margin-bottom: 0;
}
.cart_totals .shipping-calculator-form .vs-btn {
  padding: 5px 30px;
}
.cart_totals .amount {
  font-weight: 700;
}
.cart_totals .order-total .amount {
  color: #1abc9c;
}

.shipping-calculator-form .form-select,
.shipping-calculator-form .form-control {
  height: 40px;
  padding-left: 15px;
  font-size: 16px;
  border-radius: 0;
  background-position: right 13px center;
}
.shipping-calculator-form .vs-btn {
  font-size: 14px;
  padding: 0 20px;
  width: max-content;
  height: 40px;
}

.checkout-ordertable th,
.checkout-ordertable td {
  border: none;
  vertical-align: top;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--clr-body);
  border: 1px solid #ededed;
  text-align: right;
  padding: 5px 20px;
}
.checkout-ordertable th {
  text-align: left;
}
.checkout-ordertable ul {
  margin: 0;
  padding: 0;
}
.checkout-ordertable .order-total .amount {
  color: #29af8a;
}
.checkout-ordertable input[type="hidden"] ~ label {
  color: #29af8a;
}

.woocommerce-checkout-payment ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.woocommerce-checkout-payment ul li {
  padding-top: 10px;
  border-bottom: 1px solid #d8d8d8;
  border-radius: 4px;
}
.woocommerce-checkout-payment .place-order {
  padding-top: 30px;
}
.woocommerce-checkout-payment .payment_box {
  color: #a1b1bc;
  background-color: var(--clr-def);
  border: 1px solid #d8d8d8;
  border-bottom: none;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 4px;
  display: none;
}
.woocommerce-checkout-payment .payment_box p {
  margin: 0;
}
.woocommerce-checkout-payment input[type="radio"] ~ label {
  margin-bottom: 15px;
  color: var(--clr-body);
}
.woocommerce-checkout-payment input[type="radio"] ~ label img {
  margin-bottom: -2px;
  margin-left: 10px;
}

.star-rating {
  overflow: hidden;
  position: relative;
  width: 100px;
  height: 1.2em;
  line-height: 1.2em;
  display: block;
  font-family: #ddd;
  font-weight: 700;
  font-size: 14px;
}
.star-rating:before {
  content: "\f005\f005\f005\f005\f005";
  color: var(--clr-def-3);
  float: left;
  top: 0;
  left: 0;
  font-weight: 400;
  position: absolute;
  letter-spacing: 3px;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
  color: var(--clr-def-3);
  letter-spacing: 3px;
}

.rating-select label {
  margin: 0;
  margin-right: 10px;
}
.rating-select p.stars {
  margin-bottom: 0;
  line-height: 1;
}
.rating-select p.stars a {
  position: relative;
  height: 14px;
  width: 18px;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}
.rating-select p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 14px;
  line-height: 1;
  font-family: #ddd;
  content: "\f005";
  font-weight: 400;
  text-indent: 0;
  color: var(--clr-def-3);
}
.rating-select p.stars a:hover ~ a::before {
  content: "\f005";
  font-weight: 400;
}
.rating-select p.stars:hover a::before {
  content: "\f005";
  font-weight: 700;
}
.rating-select p.stars.selected a.active::before {
  content: "\f005";
  font-weight: 700;
}
.rating-select p.stars.selected a.active ~ a::before {
  content: "\f005";
  font-weight: 400;
}
.rating-select p.stars.selected a:not(.active)::before {
  content: "\f005";
  font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart_table th {
    padding: 23px 8px;
    font-size: 14px;
  }
  .cart_table .cart-productname {
    font-size: 14px;
  }
  .cart_table .tb-cart-coupon {
    width: 100%;
    margin-bottom: 20px;
  }
  .cart_table .actions {
    text-align: center;
  }
  .cart_table .tb-udp button {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .tb-udp button {
    margin-bottom: 1rem;
  }

  .cart_table {
    text-align: left;
    min-width: auto;
    border-collapse: separate;
    border-spacing: 0 20px;
    border: none;
    margin-right: 0;
    padding-right: 0;
    width: 100%;
  }
  .cart_table thead {
    display: none;
  }
  .cart_table td {
    padding: 15px;
    display: block;
    width: 100%;
    padding-left: 25%;
    text-align: right;
    border: 1px solid #f3f3f3;
    border-bottom: none;
    font-size: 1.3rem;
  }
  .cart_table td::before {
    display: block;
  }
  .cart_table td:last-child {
    border-bottom: 1px solid #f3f3f3;
  }
  .cart_table td.actions {
    padding-left: 15px;
    text-align: center;
  }
  .cart_table td.actions > .vs-btn {
    margin-top: 10px;
    margin-right: 0;
    display: block;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .cart_table td.actions > .vs-btn:last-child {
    margin-right: auto;
  }
  .cart_table .tb-cart-coupon {
    width: 100%;
    text-align: center;
    float: none;
    justify-content: center;
    display: block;
    padding-bottom: 10px;
  }
  .cart_table .tb-cart-coupon input {
    width: 100%;
    margin-bottom: 10px;
  }

  tfoot.checkout-ordertable th {
    display: none;
  }

  .woocommerce-checkout-payment ul input[type="radio"] ~ label img {
    max-width: 150px;
  }

  .woocommerce-message,
  .woocommerce-info {
    font-size: 12px;
    padding: 5px 10px;
  }

  .cart_totals th,
  .cart_totals td {
    padding: 15px 10px;
  }
  .cart_totals th:first-child,
  .cart_totals td:first-child {
    width: 17%;
    line-height: 1.4;
  }
}
/*-------------------------------------------------------
17. Register css 
---------------------------------------------------------*/
.reg-area {
  position: relative;
  z-index: 1;
}
.reg-area::before {
  position: absolute;
  z-index: -1;
  content: "";
  background-image: linear-gradient(
    90deg,
    var(--clr-def) 0,
    var(--clr-def-3) 100%
  );
  clip-path: polygon(100% 100%, 100% 0, 0 100%);
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
}

.reg-wpr {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.login-shape {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.login-form {
  text-align: center;
  width: 47rem;
  padding: 6rem 5rem;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  border-radius: 2rem;
  background-color: var(--clr-white);
}
.login-form .header-icon {
  display: block;
  margin-bottom: 3rem;
}
.login-form .input-style-2 {
  height: 5.5rem;
  border-radius: 4px;
  border: 1px solid #eee;
}
.login-form .input-style-2::placeholder {
  font-size: 1.6rem;
}
.login-form .login-btn {
  display: block;
  width: 100%;
  text-align: center;
}
.login-form .reg-acc {
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.005em;
  margin-top: 3rem;
}
.login-form .reg-acc a {
  color: var(--clr-def);
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1;
}

.form-check-input[type="checkbox"] {
  border-radius: 0;
  margin-top: 0;
  vertical-align: top;
  float: inherit;
  margin-left: -3em;
}

.rs-ps {
  margin-top: -7px;
  display: block;
  font-size: 1.4rem;
}

.form-check-label {
  color: var(--clr-body);
  margin-left: 1rem;
}

.register-title {
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.005em;
}

/*-------------------------------------
	18. Loading 
-------------------------------------*/
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(img/logo/pre-loader.gif) center no-repeat var(--clr-white);
  text-align: center;
}

/*-------------------------------------------------------
21. Footer css #37325A
---------------------------------------------------------*/
footer {
  position: relative;
  z-index: 1;
  background-color: #ff4d4d;
}
footer::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  background: linear-gradient(to right, #03427c 0%, #2d5094 100%);
  opacity: 1;
  top: 0;
  right: 0;
}
footer::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  z-index: -1;
  background: white;
  opacity: 0.1;
  top: 0;
  left: 35%;
}
footer .top-shape {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background-color: var(--clr-def);
  content: "";
}

.footer-widget {
  overflow: hidden;
}

.footer-right {
  background-color: var(--clr-white);
  padding: 5rem;
  border-radius: 5rem;
  position: relative;
}

.footer-left {
  flex-direction: column;
  display: flex;
  height: 100%;
  justify-content: center;
}

.copyright {
  padding-bottom: 5rem;
}
.copyright .copyright-content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3rem 5rem 3rem 0;
  position: relative;
  z-index: 1;
}
.copyright .copyright-content::before {
  position: absolute;
  z-index: -1;
  background-color: #013a6e;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.copyright p {
  color: var(--clr-white);
}
.copyright p a {
  color: var(--clr-def);
  font-weight: 700;
}

.footer-widget-title {
  position: relative;
  padding-bottom: 3rem;
  margin-bottom: 4rem;
  z-index: 1;
  text-transform: uppercase;
  color: var(--clr-white);
}
.footer-widget-title::before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 6rem;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: var(--clr-white);
}

.about-us {
  padding-right: 5rem;
}
.about-us .footer-logo {
  margin-bottom: 4rem;
}
.about-us p {
  line-height: 26px;
  margin-bottom: 4rem;
  color: var(--clr-white);
  padding-right: 5rem;
}

.footer-sub form {
  position: relative;
  z-index: 1;
}
.footer-sub form .input-style-1 {
  width: 100%;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.3);
  height: 7rem;
  color: var(--clr-white);
}
.footer-sub form .input-style-1::placeholder {
  color: var(--clr-white);
  opacity: 0.8;
}
.footer-sub form .input-btn {
  background-color: var(--clr-def);
  color: var(--clr-white);
  outline: none;
  border: none;
  position: absolute;
  right: 10px;
  top: 10px;
  height: 5rem;
  width: 5rem;
  border-radius: 5px;
  font-size: 2.5rem;
}
.footer-sub form .input-btn:hover {
  background-color: var(--clr-menu);
}

.footer-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.footer-list li {
  position: relative;
  z-index: 1;
}
.footer-list li a {
  transition: color 0.5s ease;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
  color: var(--clr-white);
}
.footer-list li a i {
  color: var(--clr-def);
}
.footer-list li:hover a {
  color: var(--clr-menu);
}

.subs {
  background-color: var(--clr-def);
}
.subs p {
  color: var(--clr-white);
  line-height: 3.2rem;
}

.subs-padding {
  padding: 12.8rem 4rem 5.6rem 4rem;
}

.insta-wpr a img {
  width: 100%;
}

.insta-wpr.grid-3 {
  grid-gap: 1rem;
}

.recent-product {
  padding-left: 2rem;
}
.recent-product ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.recent-product ul li .rcp {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.recent-product ul li .rcp .rcp-desc {
  line-height: 1;
}
.recent-product ul li .rcp .rcp-desc h6 {
  text-transform: capitalize;
  font-weight: 600;
  color: var(--clr-white);
}
.recent-product ul li .rcp .rcp-desc span {
  color: var(--clr-def);
  line-height: 1;
  font-weight: 600;
}

.footer-social {
  display: flex;
  gap: 1.5rem;
}
.footer-social li a i {
  height: 4rem;
  width: 4rem;
  line-height: 4rem;
  text-align: center;
  background-color: var(--clr-def);
  color: var(--clr-white);
  border-radius: 0;
  transition: background-color 0.5s ease;
}
.footer-social li a i:hover {
  background-color: var(--clr-menu);
}

/*-------------------------------------------------------
15. Blog Single css
---------------------------------------------------------*/
.blockqoute {
  padding: 3rem;
  font-size: 19px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0.0015em;
  color: var(--clr-white);
  background-color: #2d5094;
  position: relative;
  z-index: 1;
}
.blockqoute .block-qoute {
  position: absolute;
  content: "";
  left: 3rem;
  top: 2.5rem;
  z-index: -1;
}

.single-content-img {
  position: relative;
  z-index: 1;
}
.single-content-img img {
  border-radius: 6px;
  width: 100%;
}
.single-content-img .single-sci-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background-color: rgba(7, 14, 39, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.theme-single.blog-single {
  padding: 2rem;
  background: var(--clr-white);
}

.single-comments-section.blg-single {
  background: var(--clr-white);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  padding: 4rem 5rem;
  margin-top: 3rem;
}
.single-comments-section.blg-single .single-content-title {
  margin-bottom: 3rem;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.0015em;
}
.single-comments-section.blg-single .single-comments-section-form h4 {
  margin-bottom: 3rem;
}
.single-comments-section.blg-single .single-commentor {
  margin-bottom: 0rem;
}
.single-comments-section.blg-single .single-commentor ul {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.single-comments-section.blg-single .single-commentor .single-commentor-user {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.single-comments-section.blg-single
  .single-comments-section-form
  form
  .form-control {
  margin-bottom: 0;
}

textarea.input-style-2 {
  height: 15rem;
}

.blog-single-pic {
  margin-bottom: 6rem;
  display: block;
}

.blog-single-info .blog-single-header .blog-single-title {
  font-weight: 400;
  margin-bottom: 3rem;
}
.blog-single-info .blog-single-header .blog-single-meta {
  display: flex;
  align-items: center;
  gap: 3rem;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 1.3rem;
}
.blog-single-info .blog-single-header .blog-single-meta li i {
  margin-right: 1rem;
}
.blog-single-info .blog-single-header .blog-single-meta li:first-child i {
  color: #2878eb;
}
.blog-single-info .blog-single-header .blog-single-meta li:nth-child(2) i {
  color: #f14d5d;
}
.blog-single-info .blog-single-header .blog-single-meta li:nth-child(3) i {
  color: #00d2ff;
}
.blog-single-info .blog-single-header .blog-single-meta li:nth-child(4) i {
  color: #f14d5d;
}
.blog-single-info .blog-single-header .blog-single-meta li:nth-child(5) i {
  color: #1a01ff;
}
.blog-single-info .blog-tag-links {
  gap: 2rem;
}
.blog-single-info .blog-single-nxt-prev {
  display: flex;
  gap: 1.5rem;
}
.blog-single-info .blog-single-nxt-prev a i {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: var(--theme-color);
  text-align: center;
  color: var(--white-color);
  display: inline-block;
  font-size: 3rem;
}
.blog-single-info .blog-single-nxt-prev a:last-child i {
  background-color: #f14d5d;
}
.blog-single-info .blog-single-comment .blog-single-single {
  display: grid;
  grid-template-columns: 10rem 1fr;
  grid-gap: 4rem;
  align-items: center;
  margin-bottom: 3rem;
}
.blog-single-info .blog-single-comment .blog-single-single:last-child {
  margin-bottom: 0;
}
.blog-single-info
  .blog-single-comment
  .blog-single-single
  .blog-single-single-bio
  h5 {
  font-weight: 500;
}
.blog-single-info
  .blog-single-comment
  .blog-single-single
  .blog-single-single-bio
  h5
  .reply {
  color: var(--body-color);
  font-size: 1.6rem;
  font-weight: 400;
}
.blog-single-info
  .blog-single-comment
  .blog-single-single
  .blog-single-single-bio
  span {
  display: block;
  margin-bottom: 1.5rem;
}

.single-comments-section-form .input-style-2 {
  padding: 2.1rem 2rem;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  outline: none;
  line-height: 1;
  background-color: var(--clr-white);
}
.single-comments-section-form .input-style-2::placeholder {
  font-size: 1.6rem;
  color: #787781;
  opacity: 1;
}
.single-comments-section-form .input-style-2:focus {
  outline: none;
  box-shadow: none;
}

.blog-single-area
  .single-comments-section
  .single-commentor
  .single-commentor-user
  p {
  margin-bottom: 2rem;
}

textarea.input-style-2 {
  height: 15rem !important;
}

button.theme-btn {
  border: none;
}

.single-user-title {
  font-weight: 500;
  margin-bottom: 6rem;
}

.b-qoute {
  padding: 3rem 6rem;
  font-style: italic;
  border: 1px solid #eaeaea;
}

.theme-single {
  padding: 1.5rem 2rem;
  box-shadow: 0px 0px 50px 0px rgba(34, 34, 34, 0.1);
  border-radius: 5px;
  background-color: var(--clr-white);
}

.theme-info {
  padding: 7rem 3rem 3rem 3rem;
}

.theme-pic {
  position: relative;
  z-index: 1;
}
.theme-pic .big-pic {
  width: 100%;
  border-radius: 5px;
}
.theme-pic .pdt-title {
  position: absolute;
  bottom: -5rem;
  left: 3%;
  box-shadow: 0px 0px 29px 0px rgba(34, 34, 34, 0.1);
  padding: 1.5rem 2rem;
  border-radius: 5px;
  background-color: var(--clr-white);
  text-transform: capitalize;
  font-size: 2.4rem;
}

.theme-opt-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.0015em;
}

.de-list {
  column-count: 2;
  column-gap: 4rem;
}
.de-list li {
  margin-bottom: 2rem;
}
.de-list li:last-child {
  margin-bottom: 0;
}
.de-list li .de-wpr {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
.de-list li .de-wpr .de-icon {
  font-size: 5rem;
  color: var(--clr-def);
}

.theme-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 3rem 0;
  border-bottom: 1px solid rgba(7, 14, 39, 0.1);
  margin-bottom: 3rem;
}
.theme-meta .theme-meta-left ul {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.theme-meta .theme-meta-left ul li i {
  color: var(--clr-def);
  margin-right: 1rem;
}
.theme-meta .theme-meta-right {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.theme-meta .theme-meta-right a i {
  color: var(--clr-def);
  margin-right: 8px;
}
.theme-meta .theme-meta-right .footer-social li a i {
  height: 4rem;
  width: 4rem;
  line-height: 4rem;
  text-align: center;
  border: 1px solid var(--clr-def);
  font-size: 1.6rem;
  color: var(--clr-def);
}
.theme-meta .share-btn a {
  display: flex;
  align-items: center;
}
.theme-meta .share-btn a i {
  font-size: 2rem;
  margin-right: 1rem;
}

.theme-desc h2 {
  margin-bottom: 2rem;
  text-transform: capitalize;
}

.theme-opt {
  margin-bottom: 3rem;
}
.theme-opt:last-child {
  margin-bottom: 0;
}
.theme-opt ul {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.theme-opt ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.0015em;
  position: relative;
  z-index: 1;
  padding-left: 2rem;
}
.theme-opt ul li a {
  text-decoration: underline;
}
.theme-opt ul li::before {
  position: absolute;
  content: "";
  height: 1rem;
  width: 1rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--clr-heading);
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.theme-price-plan .theme-price-single {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.theme-price-plan .theme-price-single .form-check-input {
  margin-top: 0;
  outline: none;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.theme-price-plan .theme-price-single .form-check-input:focus {
  outline: none;
  box-shadow: none;
}
.theme-price-plan .theme-price-single .form-check-input:checked {
  background-color: transparent;
  border: 1px solid var(--clr-def);
}
.theme-price-plan .theme-price-single .form-check-input:checked::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: var(--clr-def);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.plan-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.005em;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(7, 14, 39, 0.1);
}

.theme-price-single .form-check-label {
  margin-left: 1rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 10px;
  letter-spacing: 0.005em;
  color: var(--clr-heading);
}
.theme-price-single .theme-price-value {
  color: var(--clr-def-2);
  font-size: 16px;
  font-weight: 700;
  line-height: 10px;
  letter-spacing: 0.005em;
}

.theme-bottom-price-btuoon {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}

.theme-bottom-price-port {
  margin-top: 3rem;
}

.price {
  padding: 3rem 2rem;
}

.theme-bottom-price-btuoon .btn-6 {
  padding: 1.2rem 3rem;
}

.btn-4 {
  display: inline-block;
  padding: 2rem;
  background-color: var(--clr-def-2);
  color: var(--clr-white);
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 10px;
  letter-spacing: 0.0015em;
}
.btn-4:hover {
  background-color: var(--clr-def);
  color: var(--clr-white);
}

.theme-single-pill {
  box-shadow: 0px 0px 50px 0px rgba(7, 14, 39, 0.1);
  background-color: var(--clr-white);
}
.theme-single-pill .nav {
  display: flex;
  flex-wrap: inherit;
  padding-left: 0;
  margin-bottom: 0;
  justify-content: space-between;
}
.theme-single-pill .nav-pills .nav-item {
  width: 100%;
}
.theme-single-pill .nav-pills .nav-item .nav-link {
  border: 3px solid transparent;
  border-radius: 5px 5px 0 0;
  padding: 2rem;
  line-height: 1;
  margin-right: 0;
  color: var(--clr-body);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.0015em;
  width: 100%;
}
.theme-single-pill .nav-pills .nav-link.active,
.theme-single-pill .nav-pills .show > .nav-link {
  color: var(--clr-white);
}

.blog-page-single {
  box-shadow: 0 0 29px rgba(0, 0, 0, 0.09);
  margin-bottom: 3rem;
  background-color: var(--clr-white);
}
.blog-page-single .blog-pic {
  margin-bottom: 0rem;
  position: relative;
  z-index: 1;
}
.blog-page-single .blog-content {
  position: relative;
  z-index: 1;
  padding: 4rem 4rem 4rem 4rem;
}
.blog-page-single .blog-content .blog-page-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.blog-page-single .blog-content .blog-text {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px dashed #ccc;
  line-height: 3.4rem;
}
.blog-page-single .blog-content .blog-page-title {
  line-height: 1.4;
  text-transform: capitalize;
}
.blog-page-single .blog-content .blog-user {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-page-single .blog-content .blog-user .blog-user-info {
  display: flex;
  align-items: center;
  gap: 2rem;
  line-height: 1;
}
.blog-page-single .blog-content .blog-user .blog-user-info .blog-user-bio h4 {
  font-size: 2.2rem;
  text-transform: capitalize;
  line-height: 1;
  margin-bottom: 1rem;
}
.blog-page-single .blog-content .blog-user .blog-user-info .blog-user-bio span {
  color: var(--clr-heading);
  display: block;
  font-size: 1.4rem;
  line-height: 1;
}
.blog-page-single .blog-content .blog-user .blog-mta {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.blog-page-single .blog-content .blog-user .blog-mta li i {
  color: var(--clr-def);
  margin-right: 2rem;
}

.blog-user-date-yr {
  display: flex;
  flex-direction: column;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
}
.blog-user-date-yr .blog-user-date {
  background-color: var(--clr-black);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  color: var(--clr-white);
  padding: 1rem 2rem;
  text-transform: uppercase;
  border-radius: 0 2rem 0 0;
}
.blog-user-date-yr .blog-user-yr {
  background-color: var(--clr-def);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  color: var(--clr-white);
  padding: 1rem 2rem;
}

.red-more {
  line-height: 1;
}

/*-------------------------------------------------------
15. Sidebar css
---------------------------------------------------------*/
.widget {
  padding: 4rem 3rem;
  box-shadow: 0px 0px 50px 0px rgba(7, 14, 39, 0.1);
  margin-bottom: 3rem;
  background-color: var(--clr-white);
}
.widget:last-child {
  margin-bottom: 0;
}

.ps.g-5 {
  --bs-gutter-x: 5rem;
}

.work-title {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.work-title::before {
  position: absolute;
  z-index: -1;
  height: 5px;
  width: 6rem;
  border-radius: 2rem;
  content: "";
  bottom: 0;
  left: 0;
  background-color: var(--clr-def);
}

.search-form {
  position: relative;
  z-index: 1;
}
.search-form button {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 4px;
}
.search-form button i {
  color: var(--clr-white);
}

.category-list ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.category-list ul li {
  padding-bottom: 1.5rem;
  border-bottom: 1px dashed #ccc;
}
.category-list ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.category-list ul li a {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.category-list ul li a i {
  height: 5rem;
  width: 5rem;
  line-height: 5rem;
  text-align: center;
  border-radius: 50%;
  background-color: var(--clr-def);
  color: var(--clr-white);
  display: inline-block;
  font-size: 3rem;
}

.slidecontainer {
  width: 100%;
}
.slidecontainer .slider {
  -webkit-appearnce: none;
  width: 100%;
  height: 4px;
  background: var(--clr-bg-2);
  outline: none;
  border: none;
}
.slidecontainer .slider:hover {
  opacity: 1;
}
.slidecontainer .slider::-webkit-slider-thumb {
  -webkit-appearnce: none;
  width: 5px;
  height: 5px;
  background: red;
  cursor: pointer;
}
.slidecontainer .slider::-moz-range-thumb {
  width: 5px;
  height: 5px;
  background: red;
  cursor: pointer;
}

.sidebar-rating {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.sidebar-rating li {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding-left: 3rem;
}
.sidebar-rating li::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid var(--clr-def);
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.sidebar-rating li::after {
  width: 8px;
  height: 8px;
  position: absolute;
  content: "";
  z-index: -1;
  background: var(--clr-def);
  left: 4px;
  border-radius: 50%;
  top: 50%;
  transform: translate(0, -50%);
}

.recent-post-single {
  display: flex;
  gap: 3rem;
  align-items: center;
  margin-bottom: 2rem;
}
.recent-post-single:last-child {
  margin-bottom: 0;
}
.recent-post-single .recent-post-bio h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 2rem;
  margin-bottom: 10px;
}
.recent-post-single .recent-post-bio span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  gap: 8px;
}

.content-tags {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.content-tags h5 {
  font-size: 19px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.0015em;
}
.content-tags ul {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.tags-link {
  padding: 1.5rem 2rem;
  background-color: var(--clr-bg);
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 10px;
  letter-spacing: 0.0025em;
  color: var(--clr-heading);
  display: inline-block;
}
.tags-link:hover {
  background-color: var(--clr-def);
  color: var(--clr-white);
}

.sidebar-tags .tags a {
  margin: 8px 8px 8px 0;
}

.share {
  font-size: 14px;
  font-weight: 500;
  line-height: 10px;
  letter-spacing: 0.0025em;
  text-transform: capitalize;
  color: var(--clr-heading);
}
.share img {
  margin-right: 7px;
}

.de-bpd {
  padding-left: 10rem;
}

.service-sidebar ul li {
  margin-bottom: 1.5rem;
  display: block;
}
.service-sidebar ul li:last-child {
  margin-bottom: 0;
}
.service-sidebar ul li a {
  display: flex;
  padding: 15px 20px;
  font-size: 18px;
  border-radius: 5px;
  border: 2px solid #e6ecf7;
  background-color: var(--clr-bg);
  align-items: center;
  justify-content: space-between;
}

.theme-pic .pdt-title {
  margin-right: 3rem;
}

.project-sidebar .project-sidebar-single {
  box-shadow: 0 0 10px #eee;
  padding: 30px;
  margin-bottom: 3rem;
  background-color: var(--clr-white);
}
.project-sidebar .project-sidebar-single:last-child {
  margin-bottom: 0;
}
.project-sidebar .project-sidebar-single ul li {
  border-bottom: 1px solid #e7e7e7;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-family: var(--font-2);
  font-weight: 600;
  line-height: 33px;
}
.project-sidebar .project-sidebar-single ul li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
.project-sidebar .project-sidebar-single ul li span {
  display: block;
  font-weight: normal;
  margin: 0;
  text-transform: capitalize;
}

.rating a i {
  color: var(--clr-def);
}

/*-------------------------------------------------------
17. Pagination css 
---------------------------------------------------------*/
.pagination {
  display: block;
  margin-top: 6rem;
  margin-bottom: 0px;
  text-align: center;
}
.pagination .page-value {
  width: 43px;
  height: 43px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  background-color: var(--clr-white);
  font-size: 15px;
  font-weight: 600;
  margin: 0 2px 10px;
  padding: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.pagination .page-value.current {
  background-color: var(--clr-def);
  color: var(--clr-white);
}
.pagination .page-value:hover {
  background-color: var(--clr-def);
  color: var(--clr-white);
}
.pagination .page-value i {
  font-size: 15px;
}

/*-------------------------------------------------------
31. Heading css 
---------------------------------------------------------*/
.heading-1 {
  font-size: 119px;
  line-height: 144px;
  font-weight: 700;
}

.heading-2 {
  font-size: 84px;
  line-height: 112px;
  font-weight: 700;
}

.heading-light-2 {
  font-size: 84px;
  line-height: 112px;
  font-weight: 300;
}

.heading-3 {
  font-size: 59px;
  line-height: 72px;
  font-weight: 700;
}

.heading-light-3 {
  font-size: 59px;
  line-height: 72px;
  font-weight: 200;
}

.heading-4 {
  font-size: 42px;
  line-height: 48px;
  font-weight: 700;
}

.heading-light-4 {
  font-size: 42px;
  line-height: 48px;
  font-weight: 300;
}

.heading-5 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
}

.heading-6 {
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
}

.para {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.faq-para {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: var(--clr-heading);
}

.hero-title {
  font-size: 5.6rem;
  line-height: 7.2rem;
  font-weight: 700;
  text-transform: capitalize;
  font-family: var(--font-2);
}
.hero-title span {
  color: var(--clr-def);
  font-family: var(--font-2);
  font-weight: 200;
}

.hero-title-light {
  font-size: 5.6rem;
  line-height: 7.2rem;
  font-weight: 300;
  text-transform: capitalize;
  font-family: var(--font-2);
}
.hero-title-light span {
  color: var(--clr-def);
  font-family: var(--font-2);
  font-weight: 200;
}

.hero-sub-title {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 4rem;
  display: inline-block;
  font-family: var(--font-3);
  color: var(--clr-def);
}

.hero-sub-title-light {
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 4rem;
  display: inline-block;
  font-family: var(--font-3);
  color: var(--clr-def);
}

/* CSS Document */
/*-------------------------------------------------------
03. CSS Shape 
---------------------------------------------------------*/
.tri-1 {
  position: absolute;
  background-color: var(--clr-def);
  bottom: 12%;
  left: 12%;
  transform: rotate(-30deg) skewX(-30deg) scale(1, 0.866);
  z-index: 4;
}
.tri-1,
.tri-1::before,
.tri-1::after {
  width: 14rem;
  height: 14rem;
  border-top-right-radius: 30%;
}
.tri-1::before,
.tri-1::after {
  content: "";
  position: absolute;
  background-color: inherit;
}
.tri-1::before {
  transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707)
    translate(0, -50%);
}
.tri-1::after {
  transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
}

/*-------------------------------------------------------
03. Site Animation
---------------------------------------------------------*/
@keyframes bloom {
  0% {
    height: 0px;
    width: 0px;
  }
  50% {
    height: 170px;
    width: 170px;
  }
  100% {
    height: 0px;
    width: 0px;
  }
}
@keyframes ups-dwn {
  0% {
    -webkit-transform: translateY(0rem);
    transform: translateY(0rem);
  }
  50% {
    -webkit-transform: translateY(-5rem);
    transform: translateY(-5rem);
  }
  100% {
    -webkit-transform: translateY(0rem);
    transform: translateY(0rem);
  }
}
/*-------------------------------------------------------
10. RTL css
---------------------------------------------------------*/
body.rtl-mode {
  direction: rtl;
}
body.rtl-mode .item-area {
  direction: ltr;
}
body.rtl-mode .price-wpr {
  direction: rtl;
}
@media (min-width: 992px) {
  body.rtl-mode .navbar-brand {
    margin-left: 3rem;
  }
  body.rtl-mode .navbar .nav-item .nav-link {
    margin-left: 3rem;
    margin-right: 0;
  }
}

/*-------------------------------------------------------
24. Vidz css 
---------------------------------------------------------*/
.mfp-hide {
  display: none;
}

#vidz {
  display: flex;
  align-items: center;
  justify-content: center;
}
#vidz iframe {
  width: 853px;
  height: 480px;
}

.mfp-close-btn-in .mfp-close {
  color: #fff !important;
}

.vidz-wpr {
  position: relative;
  z-index: 1;
}
.vidz-wpr img {
  filter: brightness(0.3);
}
.vidz-wpr .pl {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pl {
  position: absolute;
  bottom: 12%;
  left: 15%;
  z-index: 5;
}
.pl .play-bt {
  width: 7.2rem;
  height: 7.2rem;
  line-height: 7.2rem;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid var(--clr-white);
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 4.5rem;
  padding-left: 5px;
  background-color: var(--clr-white);
}
.pl .play-bt i {
  color: var(--clr-def);
}
.pl .play-bt:hover {
  color: var(--clr-white);
}
.pl .play-bt .wave-3,
.pl .play-bt::before,
.pl .play-bt::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
  z-index: -1;
  background: rgba(255, 255, 255, 0.7);
  height: 15rem;
  width: 15rem;
}
.pl .play-bt::before {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.pl .play-bt::after {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.pl .play-bt .wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

@keyframes waves {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.2, 0.2);
    transform: translate(-50%, -50%) scale(0.2, 0.2);
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9, 0.9);
    transform: translate(-50%, -50%) scale(0.9, 0.9);
    opacity: 0;
  }
}
@-webkit-keyframes button_wave {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    transform: translate(-50%, -50%) scale(0.5);
  }
}
/*-------------------------------------------------------
03. Margin Padding Css  
---------------------------------------------------------*/
/*margins paddings*/
.pb-140 {
  padding-bottom: 14rem;
}

.pd-50 {
  padding: 5rem 0;
}

.de-padding {
  padding: 12.8rem 0;
}

.de-pt {
  padding-top: 12.8rem;
}

.de-pb {
  padding-bottom: 12.8rem;
}

.pd-0 {
  padding: 0;
}

.pl-30 {
  padding-left: 3rem;
}

.pl-300 {
  padding-left: 30rem;
}

.pt-0 {
  padding-top: 0rem;
}

.pt-10 {
  padding-top: 1rem;
}

.pt-20 {
  padding-top: 2rem;
}

.pt-30 {
  padding-top: 3rem;
}

.pt-40 {
  padding-top: 4rem;
}

.pt-50 {
  padding-top: 5rem;
}

.pt-60 {
  padding-top: 6rem;
}

.pt-70 {
  padding-top: 7rem;
}

.pt-80 {
  padding-top: 8rem;
}

.pt-90 {
  padding-top: 9rem;
}

.pt-100 {
  padding-top: 10rem;
}

.pr-60 {
  padding-right: 6rem;
}

.pr-50 {
  padding-right: 5rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.pb-10 {
  padding-bottom: 1rem;
}

.pb-20 {
  padding-bottom: 2rem;
}

.pb-30 {
  padding-bottom: 3rem;
}

.pb-40 {
  padding-bottom: 4rem;
}

.pb-50 {
  padding-bottom: 5rem;
}

.pb-60 {
  padding-bottom: 6rem;
}

.pb-70 {
  padding-bottom: 7rem;
}

.pb-80 {
  padding-bottom: 8rem;
}

.pb-90 {
  padding-bottom: 9rem;
}

.pb-100 {
  padding-bottom: 10rem;
}

.pb-256 {
  padding-bottom: 25.6rem;
}

.pl-60 {
  padding-left: 6rem;
}

.mr-100 {
  margin-right: 10rem;
}

.mt-0 {
  margin-top: 0;
}

.mt-10 {
  margin-top: 1rem;
}

.mt-20 {
  margin-top: 2rem;
}

.mt-30 {
  margin-top: 3rem;
}

.mt-40 {
  margin-top: 4rem;
}

.mt-50 {
  margin-top: 5rem;
}

.mt-60 {
  margin-top: 6rem;
}

.mt-70 {
  margin-top: 7rem;
}

.mt-80 {
  margin-top: 8rem;
}

.mt-90 {
  margin-top: 9rem;
}

.mt-100 {
  margin-top: 10rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-10 {
  margin-bottom: 1rem;
}

.mb-20 {
  margin-bottom: 2rem;
}

.mb-30 {
  margin-bottom: 3rem;
}

.mb-40 {
  margin-bottom: 4rem;
}

.mb-50 {
  margin-bottom: 5rem;
}

.mb-60 {
  margin-bottom: 6rem;
}

.mb-70 {
  margin-bottom: 7rem;
}

.mb-80 {
  margin-bottom: 8rem;
}

.mb-90 {
  margin-bottom: 9rem;
}

.mb-100 {
  margin-bottom: 10rem;
}

.mr-300 {
  margin-right: 30rem;
}

.ml-300 {
  margin-left: 30rem;
}

/*-------------------------------------------------------
03. BTN Css  
---------------------------------------------------------*/
.button-container-1 {
  position: relative;
  width: 200px;
  height: 70px;
  overflow: hidden;
  border: 1px solid var(--clr-def);
  transition: 0.5s;
  border-radius: 8px;
}
.button-container-1 .site-btn-1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 7rem;
  text-align: center;
  display: inline-block;
  width: 101%;
  height: 100%;
  background: var(--clr-def);
  -webkit-mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/nature-sprite.png");
  mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/nature-sprite.png");
  -webkit-mask-size: 2300% 100%;
  mask-size: 2300% 100%;
  border: none;
  color: #fff;
  cursor: pointer;
  -webkit-animation: ani2 0.7s steps(22) forwards;
  animation: ani2 0.7s steps(22) forwards;
}
.button-container-1 .site-btn-1:hover {
  -webkit-animation: ani 0.7s steps(22) forwards;
  animation: ani 0.7s steps(22) forwards;
}
.button-container-1:hover .mas {
  color: var(--clr-def);
}

.button-container-2 {
  position: relative;
  width: 200px;
  height: 70px;
  overflow: hidden;
  border: 1px solid var(--clr-def);
  transition: 0.5s;
  border-radius: 8px;
}
.button-container-2 .site-btn-2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 7rem;
  text-align: center;
  display: inline-block;
  width: 101%;
  height: 100%;
  background: var(--clr-def);
  -webkit-mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png");
  mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png");
  -webkit-mask-size: 3000% 100%;
  mask-size: 3000% 100%;
  border: none;
  color: #fff;
  cursor: pointer;
  -webkit-animation: ani2 0.7s steps(29) forwards;
  animation: ani2 0.7s steps(29) forwards;
}
.button-container-2 .site-btn-2:hover {
  -webkit-animation: ani 0.7s steps(29) forwards;
  animation: ani 0.7s steps(29) forwards;
}
.button-container-2:hover .mas {
  color: var(--clr-def);
}

.button-container-3 {
  position: relative;
  width: 200px;
  height: 70px;
  overflow: hidden;
  border: 1px solid #2d5094;
  transition: 0.5s;
  border-radius: 8px;
}
.button-container-3 .site-btn-3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 7rem;
  text-align: center;
  display: inline-block;
  width: 101%;
  height: 100%;
  background: #2d5094;
  -webkit-mask: url("https://raw.githubusercontent.com/pizza3/asset/master/natureSmaller.png");
  mask: url("https://raw.githubusercontent.com/pizza3/asset/master/natureSmaller.png");
  -webkit-mask-size: 7100% 100%;
  mask-size: 7100% 100%;
  border: none;
  color: #fff;
  cursor: pointer;
  -webkit-animation: ani2 0.7s steps(70) forwards;
  animation: ani2 0.7s steps(70) forwards;
}
.button-container-3 .site-btn-3:hover {
  -webkit-animation: ani 0.7s steps(70) forwards;
  animation: ani 0.7s steps(70) forwards;
}
.button-container-3:hover .mas {
  color: var(--clr-def);
}

.mas {
  position: absolute;
  color: #000;
  text-align: center;
  width: 101%;
  position: absolute;
  overflow: hidden;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 20px;
  font-weight: 700;
}

@-webkit-keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@-webkit-keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
@keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
/*Theme Button*/
.btn-trn {
  background-color: transparent;
  border: 2px solid var(--clr-white);
  font-size: 1.6rem;
  color: var(--clr-white);
  border-radius: 5px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
  padding: 1.5rem 3.5rem;
  transition: all 0.5s ease;
}
.btn-trn:hover {
  border: 2px solid var(--clr-def-2);
  background-color: var(--clr-def-2);
  color: var(--clr-white);
}

.btn-trn-2 {
  background-color: transparent;
  border: 2px solid var(--clr-def);
  font-size: 1.6rem;
  color: var(--clr-heading);
  border-radius: 5px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
  padding: 1.5rem 3.5rem;
}

.btn-2 {
  font-weight: 600;
  color: var(--clr-def);
}

.btn-3 {
  display: inline-block;
  padding: 2rem 4rem;
  background-color: var(--clr-menu);
  color: var(--clr-white);
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border: none;
  outline: none;
  line-height: 1;
}
.btn-3 i {
  margin-left: 1rem;
}
.btn-3:hover {
  background-color: var(--clr-black);
  color: var(--clr-white);
}

.btn-sub {
  height: 7rem;
  width: 7rem;
  border: none;
  background-color: var(--clr-def);
  border-radius: 2px;
  outline: none;
}

.btn-glow {
  position: relative;
  width: 160px;
  height: 50px;
  line-height: 48px;
  background: #000;
  text-transform: uppercase;
  font-size: 25px;
  text-align: center;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: 0.5s;
  display: inline-block;
  -webkit-box-reflect: below 1px linear-gradient(transparent, #0004);
}

.btn-glow span {
  position: absolute;
  display: block;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  text-align: center;
  background: #0c0c0c;
  color: rgba(255, 255, 255, 0.2);
  transition: 0.5s;
}

.btn-glow:hover span {
  color: white;
}

.btn-glow span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 10;
}

.btn-glow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    45deg,
    #c0392b,
    #f39c12,
    #f1c40f,
    #2ecc71,
    #3498db,
    #2980b9,
    #9b59b6,
    #8e44ad,
    #c0392b,
    #f39c12,
    #f1c40f,
    #2ecc71,
    #3498db,
    #2980b9,
    #9b59b6,
    #8e44ad
  );
  background-size: 400%;
  opacity: 0;
  transition: 2.5s;
  animation: eff 20s linear infinite;
}

.btn-glow:hover::before,
.btn-glow:hover::after {
  opacity: 1;
}

.btn-glow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    45deg,
    #c0392b,
    #f39c12,
    #f1c40f,
    #2ecc71,
    #3498db,
    #2980b9,
    #9b59b6,
    #8e44ad,
    #c0392b,
    #f39c12,
    #f1c40f,
    #2ecc71,
    #3498db,
    #2980b9,
    #9b59b6,
    #8e44ad
  );
  background-size: 400%;
  opacity: 0;
  filter: blur(20px);
  transition: 0.5s;
  animation: eff 20s ease infinite;
}

@keyframes eff {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

/*Estilos añadidos*/

div#fixed-contact {
  display: none;
}
.hd-telephone {
  display: none;
}

/*nuevo footer desing*/
@media only screen and (max-width: 991px) {
  #footer {
    /*padding-bottom: 60px;*/
  }
  a#ui-to-top {
    margin-bottom: 180px;
  }
  div#fixed-contact {
    display: block;
  }
  div.new-footer {
    background-color: rgb(0 0 0 / 57%);
    position: fixed;
    display: block;
    bottom: 0;
    width: 100%;
    border-top: 3px solid #00dc8f;
    z-index: 99;
    height: 50px;
  }
  div#fixed-contact .phone-btn a {
    /*backface-visibility: hidden;*/
    background-color: #07db50 !important;
  }
  ul.link_footer > li {
    margin-right: 30px;
  }
  ul.list.list-marked-none.link_footer {
    margin-top: -10px;
  }
  div#fixed-contact .columns.phone-btn {
    left: 50%;
  }
  div#fixed-contact .columns {
    display: inline-block;
    width: auto;
    text-align: center;
    float: none;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 35%;
    padding: 0;
  }
  div#fixed-contact .email-btn a {
    display: block;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    top: -20px;
    position: relative;
    border: 6px solid rgba(255, 255, 255, 0.4);
    background-clip: padding-box;
    box-shadow: 0 0 20px rgb(0 0 0 / 25%);
    background-color: #07db50 !important;
  }
  div#fixed-contact .email-btn a i {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    font-size: 23px;
    color: #fff;
  }
  div#fixed-contact .phone-btn a {
    display: block;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    top: -20px;
    position: relative;
    border: 9px solid rgba(255, 255, 255, 0.4);
    background-clip: padding-box;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  }
  div#fixed-contact .phone-btn a i {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    font-size: 34px;
    color: #fff;
  }
  div#fixed-contact .quote-btn a {
    display: block;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    top: -20px;
    position: relative;
    border: 7px solid rgba(255, 255, 255, 0.4);
    background-clip: padding-box;
    box-shadow: 0 0 20px rgb(0 0 0 / 25%);
    background-color: #07db50 !important;
  }
  div#fixed-contact .quote-btn a i {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    font-size: 24px;
    color: #fff;
  }
  div#fixed-contact a i {
    display: block;
    color: #fff;
  }
  div#fixed-contact a div.pnl-email {
    background-color: #3f51b5;
  }
  .pnl-email > i {
    line-height: 50px;
  }
  div#fixed-contact a div.pnl-email,
  div#fixed-contact a div.pnl-freequote {
    border-radius: 100%;
    border: 1px solid white;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0px auto;
  }
  div#fixed-contact a div.pnl-freequote {
    background-color: #03a9f4;
  }
  .pnl-freequote > i {
    line-height: 50px;
  }
  div#fixed-contact .columns.quote-btn {
    left: calc(57% + 120px);
  }
  div#fixed-contact .columns:not(.phone-btn) {
    width: 30%;
  }
  div#fixed-contact a span {
    font-size: 16px;
    color: #fff;
    padding-top: 3px;
    display: block;
    font-family: inherit;
  }
  i.fa.fa-file-text {
    font-size: 21px;
  }
  div#fixed-contact .columns.email-btn {
    left: calc(55% - 120px);
  }
  i.fa.fa-envelope {
    font-size: 17px;
  }
  i#icon-new-footer {
    font-size: 20px;
  }
  ul.link_footer > li {
    /*width: 130px;*/
  }
  button#back-to-top-btn {
    margin-bottom: 75px;
  }
  i.icon.la.la-envelope-o.new {
    font-size: 23px;
  }
  i.icon.la.la-file-o {
    font-size: 27px;
  }
  div#fixed-contact {
    z-index: 99;
  }
  p.situacion {
    z-index: 99;
  }
}

.button-container-1-get {
  width: 150px;
  height: 50px;
}
.button-container-1-get a.btn-get {
  line-height: 5rem;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
}
.button-container-1-get:hover span.mas {
  color: #fff !important;
}
.link-mobile {
  display: none;
}
.link_desktop {
  display: block;
}
.service-content-new {
  padding: 6.5rem 1rem 2rem 2rem;
}
.service-desc-new {
  margin-top: -5rem;
}
.theme-meta {
  padding: 0 0 1rem 0;
  border-bottom: 1px solid rgba(7, 14, 39, 0.1);
  margin-bottom: 1rem;
}
.button-container-1-one,
.button-container-1-two {
  display: inline-block;
  position: relative;
}
.button-container-1-two {
  border: 1px solid #2d5094;
}
.button-container-1-two a {
  background: #2d5094 !important;
}
.button-container-1-two:hover span {
  color: #2d5094 !important;
}
ul.list_contact_aside li a i {
  background: #2d5094;
}
.single-comments-section.blg-single .single-commentor .single-commentor-user {
  display: inline-grid !important;
}
i.icon_reviews {
  background: #2d5094;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 100%;
  font-size: 26px;
}
.theme-info-new {
  padding: 3rem 3rem 3rem 3rem;
}
.review-quote-new {
  margin-top: 20px;
}
.review-quote-new blockquote {
  width: 365px;
}
img.logo-reviews {
  border-radius: 8px;
  margin-bottom: 20px;
}
.button-container-1-new {
  border: 1px solid #2d5094;
}
.button-container-1-new .site-btn-1 {
  background: #2d5094 !important;
}
.button-container-1-new:hover .mas {
  color: #000;
}
.content_btn {
  text-align: center;
  margin: 40px 50%;
}
.service-desc .btn-2 i {
  background-color: #2d5094 !important;
}
a.sysall {
  color: #e2e7e6e8 !important;
}
ul.footer-list li a i {
  color: #fff;
  font-size: 23px;
}
.ssl {
  margin-top: 25px;
}
.ssl {
  text-align: center;
}
img.logo_ssl {
  border-radius: 100%;
  width: 120px;
}
.footer-widget {
  padding-bottom: 4.8rem !important;
}
.footer-widget-box {
  padding-top: 6rem;
}
.part-area {
  background-color: #f7f5f5;
  padding: 6.4rem 0 6.4rem 0;
}
.work-box:hover .work-pic .work-ovarlay {
  height: 90%;
  background-color: rgb(0 79 152 / 68%);
}
.step-box {
  background-color: rgb(0 79 152 / 60%);
}
.tags-new a {
  margin: 5px;
}
ul.footer-list-new li a:hover {
  color: #fff;
}
.navbar.fixed-top .button-container-1-get span {
  line-height: 5rem;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
  color: #000 !important;
}
ul.navbar-nav.ms-auto li.nav-item-mobile {
  display: none;
}
/* p.text_menu {
  display: none;
} */
a.navbar-brand {
  position: absolute;
  top: 0px;
  left: 80px;
}
img.logo-display {
  width: 150px;
}
.content_logo_mobile {
  display: none;
}
img.logo_services {
  position: absolute;
  top: -45px;
  border-radius: 10px;
}
.new-content {
  text-align: right;
}
p.text-color {
  font-size: 16px;
}
.btns {
  margin-top: 0px;
}
.form-button {
  margin-top: 15px;
}
.site-title h2 {
  color: #2d5094;
}

/*
*
* Preloader
*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: 0.3s all ease;
  pointer-events: none;
  backface-visibility: hidden;
}

.preloader::before,
.preloader::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  transition: 0.2s linear;
  transform: translateY(0);
  pointer-events: none;
}

.preloader::before {
  top: 0;
  bottom: 50%;
  background: #fff;
}

.preloader::after {
  top: 50%;
  bottom: 0;
  background: #f6f6f6;
}

.preloader.loaded::before,
.preloader.loaded::after {
  transition: 0.4s linear;
}

.preloader.loaded::before {
  transform: translateY(-100%);
}

.preloader.loaded::after {
  transform: translateY(100%);
}

.preloader.loaded .preloader-logo,
.preloader.loaded .preloader-body {
  opacity: 0;
  visibility: hidden;
  transition: 0s;
}

.preloader-logo,
.preloader-body {
  transition: 0s 0.2s;
}

.preloader-logo {
  position: relative;
  z-index: 10;
  transform: translate3d(0, -50%, 0);
  padding: 40px;
}

.preloader-body {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  left: 0;
  right: 0;
  z-index: 10;
  text-align: center;
}

#loadingProgressG {
  width: 100vw;
  height: 5px;
  overflow: hidden;
  background: #e8e9ee;
  border-radius: 6px;
  margin: auto;
}

.loadingProgressG {
  background: #c73537;
  margin-top: 0;
  margin-left: -100vw;
  animation-name: bounce_loadingProgressG;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  width: 100vw;
  height: 5px;
  transition: 0.5s;
}

@keyframes bounce_loadingProgressG {
  0% {
    margin-left: -100vw;
  }
  100% {
    margin-left: 100vw;
  }
}

/*reviews*/
.contenedor1 {
  margin: 1rem auto;
  height: 200px;
  width: 100%;
  /*max-width: 400px;*/
  overflow: auto;
  box-sizing: border-box;
  /*padding:0 1rem;*/
  text-align: left;
}

/* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/

.contenedor1::-webkit-scrollbar {
  -webkit-appearance: none;
}

.contenedor1::-webkit-scrollbar:vertical {
  width: 10px;
}

.contenedor1::-webkit-scrollbar-button:increment,
.contenedor1::-webkit-scrollbar-button {
  display: none;
}

.contenedor1::-webkit-scrollbar:horizontal {
  height: 10px;
  scrollbar-height: 10px;
}

.contenedor1::-webkit-scrollbar-thumb {
  background-color: #797979;
  border-radius: 20px;
  border: 2px solid #f1f2f3;
  height: 50px;
}

.contenedor1::-webkit-scrollbar-track {
  border-radius: 10px;
}
.row_reviews div {
  margin-bottom: 15px;
}
.review-bio-new h4 {
  color: #000 !important;
}
blockquote.contenedor_new {
  height: 100px;
}
span.text_customers {
  margin-left: 35px;
  color: #f9f9f9;
  font-size: 16px;
}
.addr-box-single .addr-icon i {
  height: 7rem;
  width: 7rem;
  line-height: 7rem;
  font-size: 3rem;
}
span.signo_conters {
  position: absolute;
  color: #fff;
  top: 60%;
  left: auto;
  font-size: 35px;
  margin-left: 50px;
}
span.signo_conters_new {
  position: absolute;
  color: #fff;
  top: 60%;
  left: auto;
  font-size: 35px;
  margin-left: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar {
    padding: 2rem;
    background-color: #c73537 !important;
  }
}

p.text_menu {
  color: #fff;
  position: absolute;
  left: 15%;
  top: 28%;
}

@media (min-width: 1400px) {
  p.text_services {
    height: 180px;
  }
}
img.logo-display {
  border-radius: 20px;
}

.fancybox-image {
  border: 5px solid #c73537;
  border-radius: 3px;
}
.fancybox__caption h6 {
  color: #fff !important;
  font-size: 26px !important;
  font-weight: 400 !important;
}
.fancybox__caption a {
  text-align: center;
  align-items: center;
  display: flow-root;
}
.fancybox__toolbar__column.is-middle {
  position: absolute !important;
  right: 50% !important;
  top: 75% !important;
  transform: translate(50%, -50%) !important;
}
.fancy_new {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.fancy_new:hover span {
  content: "";
  position: absolute;
  top: 0 !important;
  display: block;
}
.fancy_new span {
  position: absolute;
  display: none;
  color: #fff !important;
  font-size: 22px;
  line-height: 15px;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 /0.6);
  transition: all 0.4s ease;
}
._isotope-item {
  margin-bottom: 15px;
}
a.fancy_new span i {
  font-size: 50px;
  margin-top: 50%;
  text-align: center;
}

.text-title {
  width: 100%;
  margin-top: -10px;
  background-color: #c73537;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.text-title p {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
}
.fancybox__caption a {
  color: #fff;
  font-size: 16px !important;
  margin-top: -10px;
}
.text-title h5 {
  color: #fff;
  font-weight: 400 !important;
}

a.fancybox {
  display: block;
  overflow: hidden;
  max-height: 317px;
  border-radius: 3px;
}

a.fancybox video {
  object-fit: cover;
  width: 100%;
  max-height: 430px;
}
.content-galleries > i {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  color: #fff;
  opacity: 0.6;
  z-index: 9;
}

.content-galleries {
  display: flex;
  max-height: 550px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.content-galleries img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 550px;
}

.content-galleries .team-social-icon-hov {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 97%;
  background: rgb(0 0 0 /0.6);
  opacity: 0;
  color: #fff;
  transition: all 0.5s ease;
}

.content-galleries .team-social-icon-hov i {
  position: absolute;
  top: -100%;
  font-size: 50px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s ease;
}

.content-galleries:hover .team-social-icon-hov {
  opacity: 1;
}

.content-galleries:hover .team-social-icon-hov i {
  top: 50%;
}

.content-galleries .text-title {
  bottom: 0;
}

ul#filter li {
  display: inline-block;
}
li.current_menu_item a.site-btn-1::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-radius: 50%;
  background: #c73537;
}
.photo .text-title {
  padding-top: 20px;
}
ul.list_link_footer {
  margin-top: 25px;
}
ul.list_link_footer li {
  display: inline-block;
  margin-right: 30px;
}
ul.list_link_footer li a {
  color: #ffffff;
}
button.btn-3 {
  background-color: #c73537;
}
img.logo_header {
  background-color: #fff;
}
img.logo-scrolled {
  margin-top: 8px;
}

@media (max-width: 991px) {
  .link-mobile {
    display: flex;
  }
  .link_desktop {
    display: none;
  }
  a.navbar-brand {
    display: none;
  }
  .navbar-collapse.collapse.show {
    position: absolute;
    top: 89%;
    background-color: #c73537 !important;
    width: 100%;
    left: 0px;
  }
  ul.navbar-nav.ms-auto li {
    padding-left: 15px;
  }
  ul.navbar-nav.ms-auto li.nav-item-mobile {
    display: block;
  }
  .navbar {
    padding: 1rem;
    background-color: #c73537 !important;
  }
  ul.navbar-nav.ms-auto {
    border-top: 2px solid #ffffffad;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  ul.navbar-nav.ms-auto li.nav-item.active {
    background-color: #2d5094;
  }
  a#scrtop {
    margin-bottom: 80px;
  }
  .content_logo_mobile {
    display: block;
    height: 230px;
    position: relative;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .content_btn {
    text-align: center;
    margin: 40px 25%;
  }
  .step-right {
    display: inherit;
  }
  .addr-box {
    display: inline-block;
    margin: auto 30%;
  }
  .site-breadcrumb {
    height: 50vh;
  }
  .dropdown-menu {
    background-color: #c73537;
  }
  ul.dropdown-menu.fade-up.show li {
    padding-bottom: 6px;
  }
  .button-container-1-one {
    margin-bottom: 15px;
  }
  .theme-meta {
    display: inherit;
    margin-bottom: 0px;
  }
  span.preloader-text {
    font-size: 35px;
  }
  .copyright-content {
    margin-top: -35px;
  }
  .addr-box-single {
    flex-direction: inherit !important;
    margin-bottom: 3rem;
  }
  .addr-box {
    display: inline-block;
    margin: auto 5%;
  }
  .review-quote-new blockquote {
    width: 100%;
  }
  .content_video {
    text-align: center;
    margin: auto;
  }
  .fancybox__toolbar__column.is-middle {
    position: absolute;
    right: 20% !important;
    top: 0;
    margin-top: 125%;
    transform: none !important;
  }
  .fancybox-image {
    margin-top: 0px !important;
  }
  .fancybox__footer {
    display: none;
  }
  .fancybox__content {
    width: 450px !important;
  }
  img.fancybox-image {
    width: 450px !important;
    height: auto;
  }
  .fancy_new:hover span {
    /*    left: 25px;*/
  }
}

@media (max-width: 1399px) {
  .review-quote-new blockquote {
    width: 300px;
  }
}

@media (max-width: 991px) {
  /*Inicio de quickacces*/
  .d-lg-none {
    display: block;
  }
  .justify-content-around {
    justify-content: space-around;
  }
  .d-flex {
    display: flex;
  }
  .row-o {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
  }
  .row-o > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
  }
  .col-auto {
    flex: 0 0 auto !important;
    width: auto;
  }
  .position-relative {
    position: relative !important;
  }
  .position-fixed {
    position: fixed;
  }
  .z-999 {
    z-index: 999;
  }
  .w-100 {
    width: 100%;
  }
  .bottom-0 {
    bottom: 0;
  }
  /*fin de quickacces*/
  .quick {
    z-index: 9 !important;
  }
  a.navbar-brand {
    display: none;
  }
}

.img_reviews {
  width: 64px;
  height: 64px;
}

@media (min-width: 576px) and (max-width: 991px) {
  .hero-sldr .owl-item .hero-2-single .hero-2-content h2 {
    height: 100px;
  }
  .hero-sldr .owl-item .hero-2-single .hero-2-content p {
    height: 60px;
  }
}

@media (min-width: 768px) {
  .service-box .service-desc .service-content p {
    height: 260px;
  }
  .review-pic img{
    width: 60px !important;
    height: 60px !important;
    border-radius: 100%;
    object-fit: cover;
  }
}

@media (min-width: 992px) {
  .service-box .service-desc .service-content p {
    height: 182px;
  }
}

@media (min-width: 1200px) {
  .service-box .service-desc .service-content p {
    height: 220px;
  }
}

@media (min-width: 1400px) {
  .service-box .service-desc .service-content p {
    height: 182px;
  }
}
