@import url("../../../../../../css2");
/*CSS Table Of Content Starts Here*/
/*
01. General CSS
---------------------------
Section css
---------------------------
---------------------------
02. Header Section CSS
---------------------------
03. Banner Section CSS
---------------------------
04. Footer Section CSS
---------------------------
---------------------------
05. About Section CSS
---------------------------
06. Dashboard Section CSS
---------------------------
07. Alert Section CSS
---------------------------
08. Auction Section CSS
---------------------------
09. Testimonial Section CSS
---------------------------
10. Pricing Section CSS
---------------------------
15. Support Section CSS
---------------------------
12. Contact Section CSS
---------------------------
13. Error Section CSS
---------------------------
14. Working Location CSS
---------------------------
15. Bidding Section CSS
---------------------------
16. Winning Details Section CSS
---------------------------
17. Team Section CSS
---------------------------
19. Blog Section CSS
---------------------------
---------------------------
20. Blog Details Section CSS
---------------------------
---------------------------
21. Personal Profile Section CSS
---------------------------
---------------------------
22. Product Details Section CSS
---------------------------
---------------------------
23. Favorites Section CSS
---------------------------
---------------------------
24. FAQ Section CSS
---------------------------
---------------------------
24. FAQ Section CSS
---------------------------
---------------------------
25. Animate CSS
---------------------------
*/
/*CSS Table Of Content Ends Here*/
:root {
  --theme-color: #300f97;
  --theme-one: #00cce1;
  --theme-two: #99754566;
  --primary-color: #300f97;
  --section-bg: #f9f9f9;
  --section-bg-two: #fff9f5;
  --button-color: #1fb5ac;
  --secoundary-color: #636363;
  --paragraph-color: #707070;
  --border-color: #e5e5e5;
  --white-color: #fff;
  --black-color: #000000;
  --border-color: #ebebeb;
  --ratting-color: #ffd247;
}

body {
  color: var(--white-color);
  padding: 0;
  margin: 0;
  background: var(--white-color);
  overflow-x: auto;
}

::selection {
  color: var(--white-color);
  background: var(--theme-color);
}

h2,
h3,
h4,
h5,
h6 {
  color: var(--black-color);
  font-family: "Roboto", sans-serif;
}

h1 {
  font-size: 48px;
  font-weight: 700;
  margin-top: -7px;
  line-height: 65px;
}

h2 {
  font-weight: 700;
  font-size: 48px;
}

h3 {
  font-size: 36px;
  font-weight: 700;
}

h4 {
  font-size: 30px;
  margin-top: -15px;
  font-weight: 700;
}

h5 {
  font-size: 24px;
  margin-top: -3px;
  font-weight: 700;
}

h6 {
  font-size: 22px;
  margin-top: -1px;
  font-weight: 700;
}

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

a {
  text-decoration: none;
  margin: 0;
  color: var(--theme-color);
  font-family: "Roboto", sans-serif;
}

a:hover {
  text-decoration: none;
  color: var(--theme-color);
}

input:focus {
  color: var(--white-color);
}

p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
  color: var(--paragraph-color);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

.mr-10 {
  margin-right: 20px;
}

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

.ml-50 {
  margin-left: 50px;
}

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

.right {
  text-align: right;
}

.mr-none {
  margin-right: initial !important;
}

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

.bg-1 {
  background-color: var(--theme-color);
}

.bg-2 {
  background-color: var(--theme-one);
}

.bb {
  border-bottom: initial !important;
}

.mb-none {
  margin-bottom: initial !important;
}

.pd-none {
  padding: initial !important;
}

/*-Responsive-*/
/*-Responsive-*/
@media screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 80px;
  }
  .pb-120 {
    padding-bottom: 80px;
  }
  .pt-80 {
    padding-top: 60px;
  }
  .pb-80 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .pt-120 {
    padding-top: 70px;
  }
  .pb-120 {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 575px) {
  .pt-120 {
    padding-top: 60px;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
  .pt-80 {
    padding-top: 60px;
  }
  .pb-80 {
    padding-bottom: 60px;
  }
  p {
    font-size: 16px;
    line-height: 26px;
  }
}
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--box-bg);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 10px;
}

/*-Responsive-*/
/*-Responsive-*/
.text-base {
  color: #60d4e3;
}

.text-base-2 {
  color: var(--secoundary-color);
}

.theme {
  color: var(--theme-one);
}

.title-white {
  color: var(--white-color);
}

.bg-white {
  background: var(--white-color);
}

.text-block {
  color: #170808;
}

.section__header__space {
  padding-bottom: 40px;
}

.center {
  text-align: center;
  margin: 0 auto;
}

.section-bg {
  background-color: #f9f9f9;
}

.twitter {
  background: var(--secoundary-color) !important;
}

.twitch {
  background: rgb(110, 60, 210) !important;
}

.youtube {
  background: rgb(172, 46, 46) !important;
}

.insta {
  background: rgb(207, 93, 93) !important;
}

.lind {
  background: rgb(78, 131, 228) !important;
}

.face {
  background: rgb(27, 114, 244) !important;
}

/*--Section Header Start--*/
/*--Section Header Start--*/
.section-center {
  text-align: center;
  max-width: 690px;
  margin: 0 auto 50px;
}

.section-header .section-title {
  text-transform: capitalize;
  margin-bottom: 0;
}
.section-header img {
  padding: 10px 0;
}

@media screen and (max-width: 991px) {
  .section-center {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 767px) {
  .section-center {
    margin: 0 auto 30px;
  }
}
.mr-none {
  margin-right: initial !important;
}

/*--Section Header End--*/
/*--Section Header End--*/
/*========== About Section Start ==========*/
.about-section {
  overflow: hidden;
}
.about-section .about-thumb img {
  width: 100%;
  height: 100%;
}
.about-section .about-content h3 {
  text-transform: capitalize;
}
.about-section .about-content .a-text {
  margin-bottom: 10px;
  text-align: justify;
}
.about-section .about-content p {
  margin-bottom: 15px;
  text-align: justify;
}
.about-section .owl-dots .owl-dot.active span {
  background: var(--theme-one);
}

/*========== About Section End ==========*/
/*========== Footer Scetion Start ==========*/
.footer-section {
  overflow: hidden;
  background-color: #191919;
}
.footer-section .footer-top {
  position: relative;
}
.footer-section .footer-top .widget-items .footer-head {
  margin-bottom: 30px;
}
.footer-section .footer-top .widget-items .footer-head .header-content {
  color: var(--white-color);
  text-transform: capitalize;
  margin-bottom: 0;
  margin-top: 0;
}
.footer-section .footer-top .widget-items .footer-content-area p {
  color: #b4b4b4;
  margin-bottom: 25px;
}
.footer-section .footer-top .widget-items .footer-content-area span {
  color: #b4b4b4;
}
.footer-section .footer-top .widget-items .footer-content-area .cmn--link {
  color: var(--theme-one);
}
.footer-section .footer-top .widget-items .footer-content-area .form {
  position: relative;
  margin-top: 20px;
}
.footer-section .footer-top .widget-items .footer-content-area .form input {
  color: var(--white-color);
  width: 100%;
  padding: 20px 15% 20px 15px;
  border: 2px solid #252525;
  outline: none;
  font-size: 16px;
  background-color: transparent;
}
.footer-section .footer-top .widget-items .footer-content-area .form input::placeholder {
  color: #3d3d3d !important;
}
.footer-section .footer-top .widget-items .footer-content-area .form .effect-button {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.footer-section .footer-top .widget-items .footer-content-area .form .effect-button .f-btn {
  padding: 12px 12px;
  display: block;
  font-weight: 600;
  color: var(--white-color);
  background-color: var(--theme-one);
  text-transform: capitalize;
  font-size: 15px;
}
.footer-section .footer-top .widget-items .footer-content-area .quick-link {
  display: flex;
  margin-bottom: 15px;
}
.footer-section .footer-top .widget-items .footer-content-area .quick-link .thumb img {
  width: 75px;
  height: 75px;
}
.footer-section .footer-top .widget-items .footer-content-area .quick-link .product-content {
  margin-left: 10px;
}
.footer-section .footer-top .widget-items .footer-content-area .quick-link .product-content h6 {
  margin-bottom: 0;
  font-size: 16px;
}
.footer-section .footer-top .widget-items .footer-content-area .quick-link .product-content h6 a {
  color: #b4b4b4;
  transition: all 0.4s ease-in-out;
}
.footer-section .footer-top .widget-items .footer-content-area .quick-link .product-content p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.footer-section .footer-top .widget-items .footer-content-area .quick-link .contact .list {
  display: flex;
  color: #b4b4b4;
  margin-bottom: 25px;
}
.footer-section .footer-top .widget-items .footer-content-area .quick-link .contact .list a {
  font-weight: 500;
  color: #b4b4b4;
  transition: all 0.4s ease-in-out;
  font-size: 15px;
  margin-left: 10px;
}
.footer-section .footer-top .widget-items .footer-content-area .quick-link .contact .list a:hover {
  color: var(--theme-one);
}
.footer-section .footer-top .widget-items .footer-content-area .quick-link:hover .product-content h6 a {
  color: var(--theme-one);
}
.footer-section .footer-top .widget-items .footer-content-area .link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
.footer-section .footer-top .widget-items .footer-content-area .link h5 {
  color: var(--white-color);
  margin-top: 0;
  margin-bottom: 0;
  text-transform: capitalize;
}
.footer-section .footer-top .widget-items .footer-content-area .link ul {
  display: flex;
  align-items: center;
  margin-left: 12px;
}
.footer-section .footer-top .widget-items .footer-content-area .link ul li {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #323232;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.footer-section .footer-top .widget-items .footer-content-area .link ul li a i {
  color: var(--white-color);
  transition: all 0.4s;
}
.footer-section .footer-top .widget-items .footer-content-area .link ul li:hover {
  background-color: var(--theme-one);
}
.footer-section .footer-top .widget-items .footer-content-area .link ul .active {
  background-color: var(--theme-one);
}
.footer-section .border-area {
  background-color: #161616;
}
.footer-section .border-area .footer-bottom {
  padding: 30px 0px;
  text-align: center;
}
.footer-section .border-area .footer-bottom p {
  color: var(--white-color);
}
.footer-section .border-area .footer-bottom p a {
  color: var(--theme-color);
  letter-spacing: 1px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
.footer-section .border-area .footer-bottom p a:hover {
  color: var(--theme-one);
}

/*========== Footer Scetion Here ==========*/
/*----Scroll Top To Bottom Start-----*/
#progress {
  background-color: var(--theme-color);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  position: fixed;
  right: 20px;
  z-index: 9999;
  display: none;
  bottom: 20px;
  transition: all 0.4s ease-in-out;
}
#progress i {
  color: var(--white-color);
}
#progress #valiu {
  display: block;
}
#progress #valiu img {
  width: 16px;
}
#progress:hover {
  cursor: pointer;
  background-color: var(--theme-one);
}

/*----Scroll Top To Bottom Start-----*/
/*========== Top Header Section Start  ==========*/
.top-header {
  overflow: hidden;
  background-color: #f9f9f9;
}
.top-header .top-header-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-header .top-header-items ul {
  display: flex;
  align-items: center;
}
.top-header .top-header-items ul li {
  margin-right: 15px;
  position: relative;
}
.top-header .top-header-items ul li a i {
  color: #a0a0a0;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
}
.top-header .top-header-items ul li a i:hover {
  color: var(--theme-one);
}
.top-header .top-header-items ul .active a i {
  color: var(--theme-one);
}
.top-header .top-header-items .top-header-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.top-header .top-header-items .top-header-right ul {
  border: none;
  position: relative;
}
.top-header .top-header-items .top-header-right ul li {
  margin-right: 20px;
}
.top-header .top-header-items .top-header-right ul li i {
  color: var(--theme-one);
  font-size: 18px;
  margin-right: 5px;
}
.top-header .top-header-items .top-header-right ul li span {
  color: #a0a0a0;
  text-transform: capitalize;
  font-size: 16px;
}
.top-header .top-header-items .top-header-right .seacrch-wrp {
  position: relative;
}
.top-header .top-header-items .top-header-right .seacrch-wrp::before {
  content: "\f002";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  text-align: right;
  color: var(--theme-one);
}
.top-header .top-header-items .top-header-right .seacrch-wrp .search-area {
  background-color: transparent;
  outline: none;
  color: #a0a0a0;
  padding: 10px 20% 10px 15px;
  border: 1px solid var(--white-color);
  width: 100%;
}
.top-header .top-header-items .top-header-right .seacrch-wrp .search-area::placeholder {
  color: #a0a0a0;
}
@media screen and (max-width: 425px) {
  .top-header .top-header-items .top-header-right .seacrch-wrp .search-area {
    width: 200px;
  }
}

/*========== Top Header Section End  ==========*/
/*========== Middle Header Section Start  ==========*/
.middle-header {
  overflow: hidden;
  padding: 22px 0;
}
.middle-header .middle-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.middle-header .middle-items .logo-meny {
  width: 230px;
  height: auto;
}
.middle-header .middle-items .logo-meny img {
  width: 100%;
  height: 100%;
}
.middle-header .middle-items .middle-wrapper {
  display: flex;
  align-items: center;
  float: right;
}
.middle-header .middle-items .middle-wrapper .top-middle-items {
  margin-right: 40px;
}
.middle-header .middle-items .middle-wrapper .top-middle-items .middle-content {
  margin-left: 15px;
}
.middle-header .middle-items .middle-wrapper .top-middle-items .middle-content h6 {
  margin-bottom: 0;
  text-transform: capitalize;
  margin-top: 0;
}
.middle-header .middle-items .middle-wrapper .top-middle-items .middle-content h6 a {
  color: var(--black-color);
}
.middle-header .middle-items .middle-wrapper .top-middle-items .middle-content p {
  color: #a0a0a0;
}

/*========== Middle Header Section End  ==========*/
/*----Menu Header Start-----*/
.header-section {
  width: 100%;
  z-index: 99999;
  background-color: var(--theme-color);
}

.menu-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  transition: all 0.9s;
  border-bottom: unset;
  background-color: var(--theme-color);
}

.header-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  transition: all 0.9s;
}
.header-wrapper .logo-menu {
  max-width: 230px;
  height: auto;
  display: none;
}
.header-wrapper .logo-menu img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header-wrapper .cmn--btn {
  padding: 20px 40px 20px;
  clip-path: polygon(16% 0%, 100% 0%, 84% 100%, 0% 100%);
  font-size: 16px;
  background-color: var(--theme-one);
}
.header-wrapper .cmn--btn i {
  margin-right: 3px;
}
.header-wrapper .cmn--btn::before {
  background-color: var(--theme-one);
}
.header-wrapper .main-menu {
  position: relative;
  display: flex;
  align-items: center;
}
.header-wrapper .main-menu li {
  transition: all 0.6s;
  position: relative;
  text-transform: uppercase;
}
.header-wrapper .main-menu li:not(:last-child) {
  margin-right: 35px;
}
.header-wrapper .main-menu li a {
  color: var(--white-color);
  font-weight: 600;
  font-size: 18px;
  transition: all 0.3s;
}
.header-wrapper .main-menu li a i {
  margin-left: 2px;
  font-size: 14px !important;
}
.header-wrapper .main-menu li .sub-menu {
  margin: 0 10px 10px 10px;
  display: none;
  transform: translateY(15px);
  max-height: calc(100vh - 130px);
  overflow-y: auto;
}
@media (min-width: 992px) {
  .header-wrapper .main-menu li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    width: 250px;
    transition: all 0.8s;
    background-color: var(--white-color);
    border-radius: 10px;
    display: block !important;
    opacity: 0;
    visibility: hidden;
  }
}
.header-wrapper .main-menu li .sub-menu li {
  border-bottom: 1px solid var(--theme-color);
  margin-right: 0;
  margin-bottom: 5px;
  background-color: var(--white-color);
  transition: all 0.4s !important;
}
.header-wrapper .main-menu li .sub-menu li a {
  color: var(--theme-color);
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  display: block;
  padding: 14px 20px;
  border-radius: 8px;
}
.header-wrapper .main-menu li .sub-menu li a i {
  font-size: 14px !important;
}
.header-wrapper .main-menu li .sub-menu li:hover a {
  margin-left: 10px;
}
.header-wrapper .main-menu li .cmn--btn {
  color: var(--white-color);
  display: none;
}
.header-wrapper .main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.menu-fixed .header-wrapper .logo-menu {
  display: block;
}

.menu-fixed .header-wrapper .cmn--btn {
  display: none;
}

.menu-fixed .header-wrapper {
  padding: 15px 0 !important;
}

.header-section-two {
  top: 0;
  width: 100%;
  z-index: 99999;
  position: absolute;
}

.header-section-two .logo-menu {
  display: block;
}
.header-section-two .cmn--btn {
  display: none;
}
.header-section-two .header-wrapper {
  padding: 15px 0;
}

/*----Menu Header Start-----*/
/*------Banner Section Start--------*/
/*------Banner Section Start--------*/
.banner-section {
  position: relative;
  overflow: hidden;
}
.banner-section .owl-dots {
  position: absolute;
  bottom: 70px;
  right: 50%;
  transform: translate(-50%, -50%);
}
.banner-section .owl-dots .owl-dot span {
  background-color: var(--theme-one);
  width: 15px;
  height: 15px;
  border-radius: 100%;
}
.banner-section .owl-dots .owl-dot.active span {
  background: var(--theme-color);
}
.banner-section .owl-nav .owl-prev {
  position: absolute;
  top: 45%;
  left: 0;
  width: 40px;
  height: 40px;
  line-height: 35px;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 18px;
}
.banner-section .owl-nav .owl-next {
  position: absolute;
  top: 45%;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 35px;
  background-color: var(--theme-one);
  color: var(--white-color);
  font-size: 18px;
}
.banner-section .owl-banner-items.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.banner-section .owl-banner-items.active h3 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.banner-section .owl-banner-items.active p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}

.banner-items {
  background: url(../img/banner/banner1.jpg) no-repeat center center;
  background-size: cover;
  padding: 250px 0;
  position: relative;
}
.banner-items .banner-content {
  max-width: 690px;
}
.banner-items .banner-content h3 {
  text-transform: uppercase;
  color: var(--white-color);
  background-color: var(--theme-color);
  padding: 15px 20px;
  max-width: 370px;
  margin-bottom: 10px;
}
.banner-items .banner-content h1 {
  text-transform: uppercase;
  padding: 15px 20px;
  color: var(--white-color);
  background-color: var(--theme-one);
  max-width: 610px;
  margin-top: 0;
}
.banner-items .banner-content p {
  font-size: 18px;
  margin-top: 15px;
}
.banner-items .banner-content .banner-button {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.banner-items .banner-content .banner-button .cmn--btn {
  margin-right: 20px;
  color: var(--white-color);
  background-color: var(--theme-one);
}
.banner-items .banner-content .banner-button .cmn--cmn--btn-two {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.thumb-itemsone {
  background: url(../img/banner/banner8.jpg) no-repeat center center;
  background-size: cover;
}

.thumb-itemstwo {
  background: url(../img/banner/banner3.jpg) no-repeat center center;
  background-size: cover;
}

.thumb-itemsthree {
  background: url(../img/banner/banner4.jpg) no-repeat center center;
  background-size: cover;
}
.thumb-itemsthree .banner-content h2 {
  text-transform: uppercase;
  color: var(--theme-color);
}

.thumb-itemsfour {
  background: url(../img/banner/banner5.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.thumb-itemsfour::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-linear-gradient(-180deg, rgba(22, 3, 1, 0), #09334f 120%);
}
.thumb-itemsfour .banner-content {
  position: relative;
  max-width: 700px;
}
.thumb-itemsfour .banner-content h1 {
  color: var(--white-color);
}
.thumb-itemsfour .banner-content p {
  color: var(--white-color) !important;
  margin-bottom: 20px;
}
.thumb-itemsfour .banner-content .banner-button .cmn--btn {
  color: var(--white-color);
}

.thumb-itemsfive {
  background: url(../img/banner/banner5.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.thumb-itemsfive::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-linear-gradient(-180deg, rgba(22, 3, 1, 0), #09334f 145%);
}
.thumb-itemsfive .banner-content {
  position: relative;
  max-width: 700px;
}
.thumb-itemsfive .banner-content h1 {
  color: var(--white-color);
}
.thumb-itemsfive .banner-content p {
  color: var(--white-color) !important;
}
.thumb-itemsfive .banner-content .banner-button .cmn--btn {
  color: var(--white-color);
}

.thumb-itemssix {
  background: url(../img/banner/banner7.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.thumb-itemssix::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-linear-gradient(-180deg, rgba(22, 3, 1, 0), #09334f 145%);
}
.thumb-itemssix .banner-content {
  position: relative;
}
.thumb-itemssix .banner-content p {
  color: var(--white-color);
}

.style-four .owl-nav {
  display: none;
}
.style-four .banner-items .banner-content h1 {
  padding: initial;
  background-color: initial;
  max-width: initial;
}

/*------Banner Section End--------*/
/*------Banner Video Here--------*/
.video-banner {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.video-banner .video-banner-content {
  position: relative;
  z-index: 99;
  max-width: 870px;
  margin: 0 auto;
  text-align: center;
}
.video-banner .video-banner-content .video-font {
  color: var(--white-color);
  position: relative;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 100px;
  line-height: 120px;
}
.video-banner .video-banner-content p {
  position: relative;
  color: var(--white-color);
  margin-bottom: 30px;
  font-size: 18px;
}
.video-banner .blue-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(5, 12, 14, 0.4);
  width: 100%;
  height: 100%;
}
.video-banner .back-video {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/*------Banner Video End--------*/
/*------Banner Three Start--------*/
.banner-section-three {
  overflow: hidden;
  padding: 250px 0px;
}
.banner-section-three .banner-content {
  max-width: 690px;
}
.banner-section-three .banner-content h1 {
  text-transform: uppercase;
  color: var(--theme-color);
  margin-top: 0;
}
.banner-section-three .banner-content h1 span {
  color: var(--theme-one);
}
.banner-section-three .banner-content p {
  font-size: 18px;
  margin-top: 15px;
  color: var(--secoundary-color);
}
.banner-section-three .banner-content .banner-button .cmn--cmn--btn-two {
  padding: 15px 30px;
}

/*------Banner Three End--------*/
@media screen and (max-width: 500px) {
  .banner-section-three .banner-content h1 {
    line-height: 40px;
  }
}
/*========== Breadcumd Banner Start  ==========*/
/*--Breadcumd Banner--*/
.breadcumd-banner {
  padding: 160px 0 90px;
  position: relative;
  background: url(../img/banner/inner-bg.jpg) no-repeat center center;
  background-size: cover;
}
.breadcumd-banner .breadcumd-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.breadcumd-banner .breadcumd-wrapper .left-content {
  color: var(--theme-one);
  font-size: 30px;
}
.breadcumd-banner .breadcumd-wrapper .right-content {
  display: flex;
  align-items: center;
}
.breadcumd-banner .breadcumd-wrapper .right-content li {
  font-size: 16px;
  position: relative;
  color: var(--paragraph-color);
  text-transform: capitalize;
}
.breadcumd-banner .breadcumd-wrapper .right-content li:not(:last-child) {
  margin-right: 25px;
}
.breadcumd-banner .breadcumd-wrapper .right-content li:not(:first-child)::before {
  position: absolute;
  right: 100%;
  content: "";
  top: 4px;
  width: 6px;
  height: 6px;
  margin-top: 7px;
  background-color: var(--paragraph-color);
  border-radius: 100%;
  left: -15px;
}
.breadcumd-banner .breadcumd-wrapper .right-content li a {
  color: var(--paragraph-color);
  transition: all 0.4s;
}
.breadcumd-banner .breadcumd-wrapper .right-content li a:hover {
  color: var(--theme-one);
}
.breadcumd-banner .breadcumd-wrapper .right-content .cont-color {
  color: var(--theme-one);
}

/*========== Breadcumd Banner End  ==========*/
.owl-item.active .banner-content h3 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 1s;
}

.owl-item.active .banner-content h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 1.3s;
}

.owl-item.active .banner-content p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 1.6s;
}

.owl-item.active .banner-content .banner-button {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 1.9s;
}

/*========== Feature Section Start ==========*/
.feature-section {
  overflow: hidden;
  position: relative;
}
.feature-section .feature-right .feature-items .content {
  margin-top: 15px;
}
.feature-section .feature-thumbs img {
  width: 100%;
  height: 100%;
}
.feature-section .feature-thumb {
  position: absolute;
  bottom: 0;
  left: 15px;
  max-width: 670px;
}
.feature-section .feature-thumb img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1199px) {
  .feature-section .feature-thumb {
    width: 485px;
    height: 485px;
  }
}
@media screen and (max-width: 991px) {
  .feature-section .feature-thumb {
    display: none;
  }
}
/*========== Feature Section End ==========*/
/*========== Team Section Start ==========*/
.team-section {
  overflow: hidden;
}
.team-section .team-items {
  background-color: var(--white-color);
  border-bottom: 4px solid var(--theme-color);
  transition: all 0.4s ease-in-out;
}
.team-section .team-items .team-thumb {
  position: relative;
  overflow: hidden;
}
.team-section .team-items .team-thumb img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.team-section .team-items .team-thumb .team-effect {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.team-section .team-items .team-thumb .team-effect ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 95px;
}
.team-section .team-items .team-thumb .team-effect ul li {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: transparent;
  border: 2px solid var(--white-color);
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.team-section .team-items .team-thumb .team-effect ul li a {
  color: var(--white-color);
}
.team-section .team-items .team-thumb .team-effect ul li:hover {
  background-color: var(--theme-one);
  border: 2px solid var(--theme-one);
}
.team-section .team-items .team-thumb .team-effect:hover {
  opacity: 1;
}
.team-section .team-items .team-content {
  padding: 20px 0;
}
.team-section .team-items .team-content h6 {
  margin-bottom: 0;
}
.team-section .team-items .team-content h6 a {
  color: var(--black-color);
  transition: all 0.4s ease-in-out;
}
.team-section .team-items .team-content h6 a:hover {
  color: var(--theme-one);
}
.team-section .team-items:hover .team-thumb img {
  transform: scale(1.1);
}
.team-section .team-items:hover {
  border-bottom: 4px solid var(--theme-one);
}

/*========== Team Section End ==========*/
/*========== Service Section Start ==========*/
.service-section {
  overflow: hidden;
}
.service-section .service-items {
  border: 5px solid var(--border-color);
  padding: 30px 30px;
  transition: all 0.4s ease-in-out;
}
.service-section .service-items .s-items {
  margin-bottom: 10px;
}
.service-section .service-items .s-items .s-icon {
  margin-right: 15px;
}
.service-section .service-items .s-items h6 {
  margin-bottom: 0;
}
.service-section .service-items .s-items h6 a {
  color: var(--black-color);
  transition: all 0.4s ease-in-out;
}
.service-section .service-items .s-items h6 a:hover {
  color: var(--theme-one);
}
.service-section .service-items p {
  margin-bottom: 5px;
}
.service-section .service-items .cmn-link:hover {
  color: var(--theme-one);
}
.service-section .service-items:hover {
  border: 5px solid var(--theme-one);
}
.service-section .active-bg {
  border: 5px solid var(--theme-one);
}
.service-section .active-bg .s-items h6 a {
  color: var(--theme-one);
}
.service-section .active-bg .cmn-link {
  color: var(--theme-one);
}
.service-section .style-two {
  padding: initial;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border: initial;
  background-color: var(--white-color);
}
.service-section .style-two .service-thumb img {
  width: 100%;
  height: 220px;
}
.service-section .style-two .service-content {
  padding: 25px 25px;
}
.service-section .style-two .service-content h6 {
  text-transform: capitalize;
}
.service-section .style-two .service-content h6 a {
  color: var(--black-color);
  transition: all 0.4s ease-in-out;
}
.service-section .style-two .service-content h6 a:hover {
  color: var(--theme-one);
}
.service-section .style-two:hover {
  border: initial;
}
.service-section .style-service {
  padding: initial;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border: initial;
  background-color: var(--white-color);
  padding: 30px 30px;
}
.service-section .style-service h6 {
  margin-bottom: 4px;
}
.service-section .style-service h6 a {
  color: var(--black-color);
  transition: all 0.4s ease-in-out !important;
}
.service-section .style-service h6 a:hover {
  color: var(--theme-one);
}
.service-section .style-service:hover {
  border: initial;
}

/*========== Service Section End ==========*/
/*========== Pricing Section Start ==========*/
.pricing-section {
  overflow: hidden;
}
.pricing-section .pricing-items {
  border: 5px solid var(--white-color);
  transition: all 0.4s ease-in-out;
}
.pricing-section .pricing-items .pricing-header {
  padding: 30px 0;
}
.pricing-section .pricing-items .pricing-header h4 {
  margin-bottom: 0;
  margin-top: 0;
  color: var(--theme-color);
  transition: all 0.4s ease-in-out;
}
.pricing-section .pricing-items .pricing-content .price-head {
  background-color: var(--white-color);
  padding: 20px 0;
  transition: all 0.4s ease-in-out;
}
.pricing-section .pricing-items .pricing-content .price-head h2 {
  margin-bottom: 0;
  color: var(--theme-color);
  transition: all 0.4s ease-in-out;
}
.pricing-section .pricing-items .pricing-content .price-head p {
  color: var(--theme-color);
  transition: all 0.4s ease-in-out;
}
.pricing-section .pricing-items .pricing-content .pricing-list {
  padding: 30px 0;
}
.pricing-section .pricing-items .pricing-content .pricing-list li {
  color: var(--paragraph-color);
  padding: 10px 0;
}
.pricing-section .pricing-items .price-button .cmn--cmn--btn-two {
  padding: 15px 30px 15px;
}
.pricing-section .pricing-items:hover {
  border: 5px solid var(--theme-one);
  background-color: var(--white-color);
  transform: translateY(-10px);
}
.pricing-section .pricing-items:hover .pricing-header h4 {
  color: var(--theme-one);
}
.pricing-section .pricing-items:hover .pricing-content .price-head {
  background-color: var(--theme-one);
}
.pricing-section .pricing-items:hover .pricing-content .price-head h2 {
  color: var(--white-color);
}
.pricing-section .pricing-items:hover .pricing-content .price-head p {
  color: var(--white-color);
}
.pricing-section .pricing-items:hover .price-button .cmn--cmn--btn-two {
  background-color: var(--theme-one);
}
.pricing-section .pricing-items:hover .price-button .cmn--cmn--btn-two:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.pricing-section .pricing-items:hover .price-button .cmn--cmn--btn-two:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 100%;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  transition: all 0.6s;
  z-index: -1;
}
.pricing-section .pricing-items:hover .price-button .cmn--cmn--btn-two:hover {
  color: var(--white-color);
  background-color: var(--theme-one);
}
.pricing-section .pricing-items:hover .price-button .cmn--cmn--btn-two:hover:before {
  top: 0;
  right: 0;
}
.pricing-section .active-bg {
  border: 5px solid var(--theme-one);
  background-color: var(--white-color);
}
.pricing-section .active-bg .pricing-header h4 {
  color: var(--theme-one);
}
.pricing-section .active-bg .pricing-content .price-head {
  background-color: var(--theme-one);
}
.pricing-section .active-bg .pricing-content .price-head h2 {
  margin-bottom: 0;
  color: var(--white-color);
}
.pricing-section .active-bg .pricing-content .price-head p {
  color: var(--white-color);
}
.pricing-section .active-bg .price-button .cmn--btn {
  padding: 15px 30px 15px;
}

/*========== Pricing Section End ==========*/
/*========== Logo Section Start ==========*/
.logo-section {
  overflow: hidden;
  background: url(../img/logo/logo1.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.logo-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
}
.logo-section .section-header {
  position: relative;
}
.logo-section .section-header .section-title {
  color: var(--white-color);
}
.logo-section .section-header p {
  color: var(--white-color);
}
.logo-section .logo-wrapper .owl-nav {
  text-align: center;
  margin-top: 50px;
}
.logo-section .logo-wrapper .owl-nav .owl-prev {
  padding: 0 !important;
  font: inherit;
  color: var(--white-color) !important;
  width: 30px;
  height: 30px;
  background: var(--theme-color) !important;
  line-height: 30px;
}
.logo-section .logo-wrapper .owl-nav .owl-next {
  padding: 0 !important;
  font: inherit;
  color: var(--white-color) !important;
  background: var(--theme-one) !important;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  line-height: 30px;
}
.logo-section .owl-carousel .owl-nav.disabled {
  display: block !important;
}
.logo-section .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  display: none;
}

/*========== Logo Section End ==========*/
/*========== Testimonial Section Start ==========*/
.testimonial-section {
  overflow: hidden;
  position: relative;
}
.testimonial-section .testi-items {
  border: 1px solid var(--border-color);
  padding: 25px 25px;
}
.testimonial-section .testi-items .testi-content {
  margin-top: 20px;
}
.testimonial-section .testi-items .testi-content .testi-tittle {
  margin-bottom: 10px;
}
.testimonial-section .testi-items .testi-content .testi-tittle h6 {
  margin-bottom: 0;
  font-size: 18px;
  color: var(--theme-one);
  margin-top: 0;
  text-transform: capitalize;
  margin-right: 50px;
}
.testimonial-section .testi-items .testi-content .testi-tittle span {
  font-size: 14px;
  color: var(--paragraph-color);
  font-weight: 400;
}
.testimonial-section .testi-items .testi-thumb {
  width: 92px;
  height: 92px;
}
.testimonial-section .testi-items .testi-thumb img {
  width: 100%;
  height: 100%;
}
.testimonial-section .testi-wrapper .owl-nav {
  text-align: center;
  margin-top: 50px;
}
.testimonial-section .testi-wrapper .owl-nav .owl-prev {
  padding: 0 !important;
  font: inherit;
  color: var(--white-color) !important;
  width: 30px;
  height: 30px;
  background: var(--theme-color) !important;
  line-height: 30px;
}
.testimonial-section .testi-wrapper .owl-nav .owl-next {
  padding: 0 !important;
  font: inherit;
  color: var(--white-color) !important;
  background: var(--theme-one) !important;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  line-height: 30px;
}
.testimonial-section .owl-carousel .owl-nav.disabled {
  display: block !important;
}
.testimonial-section .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  display: none;
}

.client-section {
  overflow: hidden;
  background: url(../img/testi/bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.client-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
}
.client-section .section-header {
  position: relative;
}
.client-section .section-header .section-title {
  color: var(--white-color);
}
.client-section .section-header p {
  color: var(--white-color);
}
.client-section .client-items {
  background-color: var(--white-color);
  padding: 30px 30px;
}
.client-section .client-items .client-thumb img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
}
.client-section .client-items .client-content {
  margin-top: 15px;
}
.client-section .client-items .client-content h6 {
  text-transform: capitalize;
  margin-bottom: 2px;
}

/*========== Testimonial Section End ==========*/
/*========== Counter Section Start  ==========*/
.counter-section {
  overflow: hidden;
  background: url(../img/counter/bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.counter-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
}
.counter-section .section-header {
  position: relative;
}
.counter-section .section-header .section-title {
  color: var(--white-color);
}
.counter-section .section-header p {
  color: var(--white-color);
}

.main-counter-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.main-counter-wrapper .counter-items {
  width: 25%;
  text-align: center;
}
.main-counter-wrapper .counter-items .counter-content {
  margin: 0 auto;
}
.main-counter-wrapper .counter-items .counter-content .cont {
  justify-content: center;
}
.main-counter-wrapper .counter-items .counter-content .cont span {
  color: var(--theme-one);
  font-size: 48px;
  font-weight: 600;
  margin-top: 4px;
}
.main-counter-wrapper .counter-items .counter-content h2 {
  color: var(--white-color);
  font-size: 48px;
  font-weight: 600;
}
.main-counter-wrapper .counter-items .counter-content p {
  font-size: 18px;
  color: var(--white-color);
}

@media screen and (max-width: 991px) {
  .main-counter-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .main-counter-wrapper .counter-items {
    width: 31.6666666667%;
  }
  .main-counter-wrapper .counter-items:not(:last-child) {
    margin-bottom: 30px;
  }
  .main-counter-wrapper .counter-items .counter-content h2 {
    font-size: 46px;
  }
}
@media screen and (max-width: 767px) {
  .main-counter-wrapper .counter-items {
    width: 47.5%;
  }
  .main-counter-wrapper .counter-items:not(:last-child) {
    margin-bottom: 0;
  }
  .main-counter-wrapper .counter-items:nth-child(1) {
    margin-bottom: 30px;
  }
  .main-counter-wrapper .counter-items:nth-child(2) {
    margin-bottom: 30px;
  }
  .main-counter-wrapper .counter-items .counter-content h2 {
    font-size: 44px;
  }
  .main-counter-wrapper .counter-items .counter-content .cont span {
    font-size: 44px;
    margin-top: 2px;
  }
}
@media screen and (max-width: 500px) {
  .main-counter-wrapper .counter-items {
    width: 47.5%;
  }
  .main-counter-wrapper .counter-items .counter-content h2 {
    font-size: 31px;
  }
  .main-counter-wrapper .counter-items .counter-content .cont span {
    font-size: 31px;
    margin-top: 2px;
  }
  .main-counter-wrapper .counter-items .counter-content p {
    font-size: 16px;
  }
}
/*========== Counter Section End  ==========*/
/*========== Choose Section Start  ==========*/
.choose-section {
  overflow: hidden;
}
.choose-section .choose-items {
  display: flex;
  margin-bottom: 20px;
}
.choose-section .choose-items .choose-content h6 {
  font-size: 18px;
  text-transform: capitalize;
}
.choose-section .choose-items .choose-content h6 a {
  color: var(--black-color);
  transition: all 0.4s ease-in-out;
}
.choose-section .choose-items .choose-icon-wrap .choose-icon {
  border: 4px solid var(--border-color);
  width: 65px;
  height: 65px;
  line-height: 55px;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}
.choose-section .choose-items .choose-icon-wrap .choose-icon .choose-icon-thumb {
  margin: 0 auto;
  text-align: center;
}
.choose-section .choose-items .choose-icon-wrap .choose-icon .choose-icon-thumb img {
  transition: all 0.4s ease-in-out;
  object-fit: contain;
}
.choose-section .choose-items:hover .choose-content h6 a {
  color: var(--theme-one);
}
.choose-section .choose-items:hover .choose-icon-wrap .choose-icon {
  border: 4px solid var(--theme-one);
}
.choose-section .choose-items:hover .choose-icon-wrap .choose-icon {
  transform: rotate(90deg);
}
.choose-section .choose-items:hover .choose-icon-wrap .choose-icon .choose-icon-thumb img {
  transform: rotate(-90deg);
}
.choose-section .active .choose-content h6 a {
  color: var(--theme-one);
}
.choose-section .active .choose-icon-wrap .choose-icon {
  border: 4px solid var(--theme-one);
}
.choose-section .choose-thumb img {
  width: 100%;
  height: 100%;
}

/*========== Choose Section End  ==========*/
/*========== Booking Section Start  ==========*/
.booking-section {
  overflow: hidden;
}
.booking-section .booking-items {
  padding: 30px 20px;
  height: 100%;
}
.booking-section .booking-items .b-content h6 {
  color: var(--white-color);
  text-transform: uppercase;
}
.booking-section .booking-items .b-content span {
  color: var(--white-color);
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
}
.booking-section .booking-items .b-content p {
  color: var(--white-color);
  margin-top: 10px;
}
.booking-section .booking-items .b-content .number {
  margin-top: 10px;
}
.booking-section .booking-items .b-content ul {
  margin-top: 10px;
}
.booking-section .booking-items .b-content ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--white-color);
  padding: 15px 0;
}
.booking-section .booking-items .b-content ul li span {
  font-size: 16px;
  font-weight: 600;
}
.booking-section .booking-items .b-button {
  margin-top: 15px;
}

/*========== Booking Section End  ==========*/
/*========== Booking Section End  ==========*/
.apoointe-book {
  overflow: hidden;
}
.apoointe-book .apoointe-content h3 {
  color: var(--white-color);
}
.apoointe-book .apoointe-content h4 {
  color: var(--white-color);
  margin: 8px 0;
}
.apoointe-book .apoointe-content p {
  color: var(--white-color);
  margin-bottom: 15px;
}
.apoointe-book .style-two {
  max-width: 730px;
}

/*========== Booking Section End  ==========*/
/*------Pricing Section Start--------*/
/*------Pricing Section Start--------*/
.pricing-section {
  overflow: hidden;
  position: relative;
}

.pricing-itmes {
  background: var(--white-color);
  padding: 40px 60px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}
.pricing-itmes .selling {
  background: var(--theme-one);
  color: var(--white-color);
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  right: -27%;
  transition: all 0.4s;
  top: 6%;
  text-align: center;
  width: 320px;
  opacity: 0;
  transform: rotate(49deg);
}
.pricing-itmes .pricing-header {
  margin-bottom: 25px;
  text-align: center;
}
.pricing-itmes .pricing-header .title {
  margin-bottom: 4px;
  text-transform: uppercase;
  color: var(--theme-color);
  font-size: 32px;
  font-weight: 700;
}
.pricing-itmes .pricing-header .head-price {
  font-size: 57px;
  font-weight: 700;
}
.pricing-itmes .pricing-list:not(:last-child) {
  margin-bottom: 25px;
}
.pricing-itmes .pricing-list li {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--paragraph-color);
}
.pricing-itmes .pricing-list li:not(:last-child) {
  margin-bottom: 12px;
}
.pricing-itmes .pricing-list li i {
  margin-right: 8px;
  font-size: 10px !important;
  color: var(--pragraph-color);
}
.pricing-itmes .cmn--btn {
  display: block;
  width: 100%;
  text-align: center;
}
.pricing-itmes .pring-step {
  margin-top: 35px;
}
.pricing-itmes .pring-step .pricing-list .step-head {
  margin-bottom: 15px;
  font-size: 19px;
  font-weight: 600;
  color: var(--white-color);
}
.pricing-itmes .pricing-form {
  color: var(--pragraph-color);
  font-size: 17px;
  display: block;
  margin-bottom: 10px;
}
.pricing-itmes:hover {
  transform: scale(1.1);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.12);
  z-index: 2;
}
.pricing-itmes:hover .selling {
  opacity: 1;
}

/*------Pricing Section End--------*/
/*------Pricing Section End--------*/
/*========== Booking Section Start  ==========*/
.booking-section {
  overflow: hidden;
}
.booking-section .booking-thump img {
  width: 100%;
  height: 100%;
}

.booking-items .booking-tittle {
  margin-bottom: 30px;
}
.booking-items .contact-right .form-clt input {
  width: 100%;
  outline: none;
  border-radius: 5px;
  border: none;
  padding: 14px 15px;
  border: 2px solid var(--border-color);
  color: var(--black-color);
}
.booking-items .contact-right .form-clt ::placeholder {
  color: var(--black-color) !important;
}
.booking-items .contact-right .form-clt select {
  width: 100%;
  outline: none;
  border-radius: 5px;
  border: none;
  padding: 14px 15px;
  border: 2px solid var(--border-color);
  color: var(--black-color);
}
.booking-items .contact-right .form-clt select option {
  color: var(--black-color);
}
.booking-items .contact-right .form-clt-big input {
  padding: 14px 15px 120px;
}
.booking-items .contact-right .cmn--btn {
  border-radius: 5px;
  padding: 12px 32.5px;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  color: var(--theme-color);
  text-transform: uppercase;
  transition: all 0.3s;
  border: 1px solid var(--theme-color);
  background: var(--white-color);
  position: relative;
  box-shadow: none;
  outline: none;
  overflow: hidden;
  letter-spacing: 2px;
  transition: all 0.4s ease-in-out;
}
.booking-items .contact-right .cmn--btn:hover {
  color: #fff;
  background: var(--theme-color);
  border: 1px solid var(--theme-color);
}

/*========== Booking Section End  ==========*/
/*========== Video Section Start  ==========*/
.video-section {
  overflow: hidden;
  background: url(../img/video/bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
.video-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-linear-gradient(-180deg, rgba(22, 3, 1, 0.3), #09334f 145%);
}
.video-section .video-items {
  position: relative;
}
.video-section .video-items .video-icon {
  border: 5px solid var(--theme-color);
  width: 90px;
  height: 90px;
  line-height: 85px;
  border-radius: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
  position: relative;
}
.video-section .video-items .video-icon i {
  font-size: 18px;
  color: var(--theme-color);
}
.video-section .video-items h4 {
  text-transform: uppercase;
  color: var(--white-color);
}
.video-section .video-items p {
  color: var(--white-color);
}

/*========== Video Section End  ==========*/
/*========== Error Section Start  ==========*/
.error-section {
  overflow: hidden;
}
.error-section .error-items .error-thumb img {
  width: 100%;
  height: 100%;
}
.error-section .error-items .error-content {
  margin-top: 20px;
}
.error-section .error-items .error-content h1 {
  text-transform: uppercase;
  color: var(--black-color);
}
.error-section .error-items .error-content p {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
}

/*========== Error Section End  ==========*/
/*========== Error Search Start  ==========*/
.error-search {
  overflow: hidden;
  padding: 30px 0;
}
.error-search .error-search {
  position: relative;
}
.error-search .error-search input {
  width: 100%;
  height: 60px;
  border: none;
  position: relative;
  outline: none;
  color: #c2c2c2;
  padding: 20px 15% 20px 30px;
  border-radius: 4px;
  background: var(--white-color);
}
.error-search .error-search ::placeholder {
  color: #c2c2c2 !important;
}
.error-search .error-search .search-icon {
  position: absolute;
  top: 47px;
  right: 25px;
}
.error-search .error-search .search-icon a i {
  color: var(--theme-color);
}

/*========== Error Search End  ==========*/
/*=============== Contact Page Here ===============*/
.contact-info {
  overflow: hidden;
}
.contact-info .contact-left-items {
  padding: 15px 15px;
}
.contact-info .contact-left-items .contact-left {
  background-color: var(--white-color);
  margin-bottom: 15px;
  padding: 20px 0;
}
.contact-info .contact-left-items .contact-left .contact-icon {
  margin-bottom: 10px;
}
.contact-info .contact-left-items .contact-left .contact-content p {
  line-height: 25px;
}
.contact-info .contact-left-items .contact-left .contact-content p a {
  color: var(--paragraph-color);
  transition: all 0.3s ease-in-out;
}
.contact-info .contact-left-items .contact-left .contact-content p a:hover {
  color: var(--theme-one);
}

.contact-right {
  padding: 15px 15px;
}
.contact-right .form-clt input {
  width: 100%;
  outline: none;
  border-radius: 5px;
  border: none;
  padding: 16px 15px;
  color: var(--black-color);
  background-color: var(--white-color);
}
.contact-right .form-clt-big textarea {
  padding: 16px 15px 100px;
  width: 100%;
  outline: none;
  border-radius: 5px;
  border: none;
  color: var(--black-color);
  background-color: var(--white-color);
}
.contact-right .button-contact .cmn--btn {
  border: none;
  padding: 15px 35px 15px;
}

.contact-tittle {
  text-transform: capitalize;
  margin-bottom: 20px;
}

.map-section {
  overflow: hidden;
}
.map-section .googpemap iframe {
  width: 100%;
  height: 650px;
}

/*=============== Contact Page End ===============*/
/*=============== Faq Start ===============*/
.faq-section {
  position: relative;
  overflow: hidden;
}
.faq-section .faq-shape {
  position: absolute;
  top: 50%;
  left: 0;
  max-width: 500px;
}
.faq-section .faq-shape img {
  width: 100%;
  height: 100%;
}

.faq-left-wrapper {
  position: relative;
}
.faq-left-wrapper .accordion-item {
  border: none;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid var(--border-color);
  position: relative;
  margin-top: 15px;
  padding: 11px 2px;
}
.faq-left-wrapper .accordion-item .accordion-button {
  background: transparent;
  font-size: 18px;
  padding: 15px 20px 12px;
}
.faq-left-wrapper .accordion-item .accordion-button.collapse .icon img {
  transform: rotate(-180deg);
}
.faq-left-wrapper .accordion-item .accordion-button:not(.collapsed) .icon img {
  transform: rotate(180deg);
}
.faq-left-wrapper .accordion-item .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 5px;
  line-height: 40px;
  text-align: center;
  transition: all 0.3s;
  background-color: var(--theme-color);
}
.faq-left-wrapper .accordion-item .icon img {
  width: 21px;
  height: 19px;
  transition: all 0.4s;
}
.faq-left-wrapper .accordion-item:hover .icon {
  background-color: var(--theme-one);
}
.faq-left-wrapper .accordion-body {
  padding: 5px 0px;
}
.faq-left-wrapper .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  box-shadow: none !important;
  color: var(--theme-one);
}
.faq-left-wrapper .accordion-button::after {
  display: none;
}
.faq-left-wrapper .accordion-button:focus {
  z-index: 3;
  border-color: unset !important;
  outline: 0;
  box-shadow: none !important;
}

/*=============== Faq End ===============*/
/*=============== Blog Single Start ===============*/
.blog-section .hover-none {
  border-bottom: 4px solid var(--theme-color);
  transition: all 0.4s ease-in-out;
}
.blog-section .hover-none:hover {
  transform: initial !important;
  border-bottom: 4px solid var(--theme-one);
}
.blog-section .hover-none .blog-content {
  padding: 25px 25px;
  margin-left: initial;
}
.blog-section .hover-none .b-single-button .cmn-link {
  text-transform: uppercase;
}
.blog-section .hover-none .blog-thumb {
  position: relative;
}
.blog-section .hover-none .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 40%;
}
.blog-section .hover-none .owl-dots .owl-dot span {
  background-color: var(--theme-color);
}
.blog-section .hover-none .owl-dots .owl-dot.active span {
  background: var(--theme-one);
}
.blog-section .style-single {
  position: relative;
}
.blog-section .style-single .play-icon {
  position: absolute;
  top: 45%;
  left: 45%;
}
.blog-section .style-single .play-icon a i {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 100%;
  background-color: #c9251c;
  color: var(--white-color);
}
.blog-section .style-single .blog-content .single-icon {
  text-align: center;
  margin-bottom: 10px;
}
.blog-section .style-single .blog-content .single-icon i {
  color: var(--theme-one);
  font-size: 36px;
}
.blog-section .style-single .blog-content h5 {
  color: var(--theme-one);
  font-weight: normal;
}
.blog-section .style-single .blog-content .single-text {
  text-align: center;
}
.blog-section .style-single .blog-content .single-text a {
  color: #979797;
  font-size: 18px;
  font-weight: 500;
}
.blog-section .blog-single {
  border-bottom: none;
}
.blog-section .blog-single:hover {
  border-bottom: none;
}
.blog-section .blog-single .blog-content {
  border-bottom: 1px solid var(--border-color);
}
.blog-section .blog-single .blog-content h6 {
  color: var(--theme-one);
}
.blog-section .blog-single .quote-cont {
  margin: 20px 0;
}
.blog-section .blog-single .quote-cont i {
  font-size: 36px;
  color: var(--theme-one);
  margin-right: 20px;
}
.blog-section .blog-single .quote-cont p {
  color: var(--theme-one);
}
.blog-section .blog-single .tag-icon {
  padding: 20px 20px;
}
.blog-section .blog-single .tag-icon h6 {
  text-transform: uppercase;
  margin-bottom: 0;
}
.blog-section .blog-single .tag-icon span {
  color: var(--black-color);
  font-size: 18px;
}
.blog-section .blog-single .tag-icon span a {
  color: var(--paragraph-color);
  font-family: Roboto Italic;
}
.blog-section .blog-single .tag-icon ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.blog-section .blog-single .tag-icon ul li {
  margin-right: 15px;
}
.blog-section .blog-single .tag-icon ul li a i {
  color: var(--paragraph-color);
  transition: all 0.3s ease-out;
}
.blog-section .blog-single .tag-icon ul li a i:hover {
  color: var(--theme-one);
}
.blog-section .blog-instructor-items {
  background-color: var(--white-color);
}
.blog-section .blog-instructor-items .riview-wrapper .review-items .review-content {
  margin-left: 15px;
}
.blog-section .blog-instructor-items .riview-wrapper .review-items .review-content .head-wrap h6 {
  margin-bottom: 0;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
}
.blog-section .blog-instructor-items .riview-wrapper .review-items .review-content .head-wrap h6 span {
  font-size: 14px;
  color: var(--paragraph-color);
  font-weight: 500;
}
.blog-section .blog-instructor-items .riview-wrapper .review-items .review-content .head-wrap a {
  color: var(--paragraph-color);
  text-decoration: underline;
}
.blog-section .blog-instructor-items .riview-wrapper .review-items .review-content .head-wrap a i {
  margin-right: 10px;
  color: var(--theme-one);
}
.blog-section .blog-instructor-items .riview-wrapper .review-items .review-content p {
  margin-top: 10px;
  margin-bottom: 30px;
}
.blog-section .blog-instructor-items .contact-right {
  padding: initial;
}
.blog-section .blog-instructor-items .contact-right .form-clt input {
  border: 1px solid var(--border-color);
}
.blog-section .blog-instructor-items .contact-right .form-clt-big {
  border: 1px solid var(--border-color);
}

.blog-list-right .items-box .style-two {
  margin-bottom: 5px !important;
}
.blog-list-right .items-box .post-category li {
  border-bottom: 1px solid var(--border-color);
  transition: all 0.4s ease-in-out;
  padding: 15px 0;
}
.blog-list-right .items-box .post-category li a {
  color: var(--paragraph-color);
  transition: all 0.4s ease-in-out;
}
.blog-list-right .items-box .post-category li:hover {
  margin-left: 4px;
}
.blog-list-right .items-box .post-category li:hover a {
  color: var(--theme-one);
}
.blog-list-right .items-box .box-head {
  margin-bottom: 20px;
  text-transform: capitalize;
}
.blog-list-right .items-box .box-head span {
  font-size: 18px;
  font-weight: 400;
  color: var(--pragraph-color);
  display: block;
  padding-top: 14px;
}
.blog-list-right .items-box form {
  position: relative;
}
.blog-list-right .items-box form input {
  border: none;
  outline: none;
  width: 100%;
  position: relative;
  padding: 14px 50px 14px 10px;
  border: 1px solid var(--border-color);
  color: #e1e1e1;
}
.blog-list-right .items-box form input::placeholder {
  color: #e1e1e1;
}
.blog-list-right .items-box form i {
  position: absolute;
  top: 36%;
  right: 4%;
  color: var(--paragraph-color);
}
.blog-list-right .items-box:not(:last-child) {
  margin-bottom: 30px;
}
.blog-list-right .items-box .post-recent li {
  margin-bottom: 15px;
}
.blog-list-right .items-box .post-recent li .cont {
  margin-top: 20px;
}
.blog-list-right .items-box .post-recent li .cont h6 a {
  color: #363636;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.blog-list-right .items-box .post-recent li .cont h6 a:hover {
  color: var(--theme-one);
}
.blog-list-right .items-box .post-recent li .cont ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.blog-list-right .items-box .post-recent li .cont ul li {
  margin-right: 10px;
  color: #979797;
}
.blog-list-right .items-box .post-recent li .cont ul li i {
  margin-right: 4px;
}
.blog-list-right .items-box .tag {
  display: flex;
  flex-wrap: wrap;
}
.blog-list-right .items-box .tag li a {
  padding: 12px 12px;
  display: inline-block;
  margin: 5px;
  color: var(--paragraph-color);
  font-size: 16px;
  font-weight: 600;
  transition: all 0.8s;
  border: 1px solid var(--border-color);
}
.blog-list-right .items-box .tag li a:hover {
  background: var(--theme-one);
  border: 1px solid var(--theme-one);
  color: var(--white-color);
}
.blog-list-right .items-box .ratting-item {
  border-bottom: 1px solid var(--border-color);
  padding: 20px 0;
}
.blog-list-right .items-box .ratting-item .rating-content {
  margin-left: 10px;
}
.blog-list-right .items-box .ratting-item .rating-content h6 {
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.blog-list-right .items-box .ratting-item .rating-content h6 a {
  color: #363636;
}
.blog-list-right .items-box .ratting-item .rating-content span {
  color: #555555;
  font-weight: normal;
}
.blog-list-right .items-box .ratting-item .rating-content .rating .active i {
  color: #f3f3f3;
}

.default-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.default-pagination li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  text-align: center;
  margin-right: 5px;
  border: 1px solid var(--border-color);
  transition: all 0.4s ease-in-out;
  font-weight: 600;
  cursor: pointer;
}
.default-pagination li a {
  transition: all 0.4s ease-in-out;
  color: var(--black-color);
}
.default-pagination li:hover {
  background-color: var(--theme-color);
}
.default-pagination li:hover a {
  color: var(--white-color);
}
.default-pagination .active-one {
  background-color: var(--theme-color);
}
.default-pagination .active-one a {
  color: var(--white-color);
}
.default-pagination .active-one:hover a {
  color: var(--white-color);
}
.default-pagination .active-two {
  background-color: var(--theme-one);
}
.default-pagination .active-two a {
  color: var(--white-color);
}
.default-pagination .active-two:hover {
  background-color: var(--theme-one);
}

/*=============== Blog Single End ===============*/
/*=============== Shop Section End ===============*/
.shop-showing-result {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid var(--border-color);
  padding: 10px 15px;
}
.shop-showing-result .shop-showing-title h6 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
  color: var(--theme-color);
}
.shop-showing-result .shop-showing-icon {
  display: flex;
  align-items: center;
}
.shop-showing-result .shop-showing-icon .showing-icon {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: var(--white-color);
  text-align: center;
}
.shop-showing-result .shop-showing-icon .showing-icon i {
  color: var(--theme-color);
}
.shop-showing-result .shop-showing-icon .showing-icon.style-two {
  background-color: var(--white-color);
}
.shop-showing-result .shop-showing-icon .showing-icon.style-two i {
  color: var(--paragraph-color);
}

.shop-section {
  overflow: hidden;
  /* Price Range */
  /* Price Range Containers */
  /* Price Range Input */
  /* Price Range Input Thumb */
  /* Price Range Output */
}
.shop-section .product-items {
  background-color: var(--section-bg);
  border-bottom: 4px solid var(--theme-color);
  transition: all 0.4s ease-in-out;
}
.shop-section .product-items .product-thumb {
  position: relative;
}
.shop-section .product-items .product-thumb img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.shop-section .product-items .product-content {
  padding: 25px 0;
}
.shop-section .product-items .product-content h6 {
  text-transform: uppercase;
  font-size: 16px;
}
.shop-section .product-items .product-content h6 a {
  transition: all 0.4s ease-in-out;
  color: var(--black-color);
}
.shop-section .product-items .product-content h6 a:hover {
  color: var(--theme-one);
}
.shop-section .product-items .product-content .p-price {
  margin-bottom: 10px;
}
.shop-section .product-items:hover {
  border-bottom: 4px solid var(--theme-one);
}
.shop-section .rating li i {
  color: var(--theme-one);
}
.shop-section .comnt-tittle {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.shop-section .button-contact {
  text-align: left;
}
.shop-section price-range {
  --track-color: #bbb;
  --track-highlight-color: #00cce1;
  width: 100%;
  display: block;
}
.shop-section price-range > div {
  position: relative;
  width: 100%;
  height: 15px;
}
.shop-section price-range > div > div {
  width: 100%;
  height: 8px;
  background: #e7e7e7;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.shop-section price-range input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.shop-section price-range input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -5px;
  width: 15px;
  height: 15px;
  background: var(--theme-color);
  border: none;
  border-radius: 50%;
  pointer-events: auto;
  cursor: pointer;
}
.shop-section price-range input[type=range]::-moz-range-thumb {
  -moz-appearance: none;
  width: 15px;
  height: 15px;
  border: none;
  border-radius: 50%;
  pointer-events: auto;
  cursor: pointer;
}
.shop-section price-range input[type=range]::-ms-thumb {
  appearance: none;
  width: 15px;
  height: 15px;
  border: none;
  border-radius: 50%;
  pointer-events: auto;
  cursor: pointer;
  transition: box-shadow 0.15s ease;
}
.shop-section price-range output {
  display: block;
  margin-top: 1rem;
  color: var(--theme-one);
  font-size: 18px;
}
.shop-section .filter-button .cmn--btn {
  padding: 12px 30px 12px;
}

/*=============== Shop Section End ===============*/
/*========== Shop Single Section Start  ==========*/
.s-product-details .s-product-title h5 {
  margin-top: 10px;
  text-transform: capitalize;
  color: var(--black-color);
}
.s-product-details .price-del del {
  color: #e3e3e3;
  margin-right: 5px;
  font-size: 18px;
}
.s-product-details .price-del h5 {
  margin-bottom: 0;
  margin-top: 0;
  color: var(--theme-one);
}
.s-product-details ul {
  padding: 10px 0;
}
.s-product-details ul li i {
  color: var(--theme-one);
}
.s-product-details ul .active i {
  color: #e3e3e3;
}
.s-product-details .s-product-description h6 {
  font-size: 18px;
  text-transform: capitalize;
  margin-top: 10px;
}
.s-product-details .s-product-size-wrapper {
  display: flex;
  margin-top: 20px;
}
.s-product-details .s-product-size-wrapper .s-product-size {
  width: 100%;
  margin-right: 15px;
}
.s-product-details .s-product-size-wrapper .s-product-size select {
  outline: none;
  border: none;
  border: 1px solid rgb(235, 235, 235);
  padding: 15px 20px;
  border-radius: 3px;
  width: 100%;
}
.s-product-details .s-product-size-wrapper .s-product-color {
  width: 100%;
}
.s-product-details .s-product-size-wrapper .s-product-color select {
  outline: none;
  border: none;
  border: 1px solid rgb(235, 235, 235);
  padding: 15px 20px;
  border-radius: 3px;
  width: 100%;
}
.s-product-details .s-discount-area {
  display: flex;
  align-items: center;
  margin: 25px 0;
}
.s-product-details .s-discount-area .qtybutton {
  width: 40px;
  height: 40px;
  border: 1px solid var(--border-color);
  line-height: 40px;
  transition: all 0.3s ease-in-out;
  background: var(--white-color);
  font-size: 16px;
}
.s-product-details .s-discount-area .qtybutton i {
  color: var(--pragraph-color);
  font-size: 16px;
}
.s-product-details .s-discount-area .qtybutton:hover {
  background: var(--theme-one);
  color: var(--white-color) !important;
  cursor: pointer;
}
.s-product-details .s-discount-area input {
  width: 70px;
  height: 40px;
  border: 1px solid #f0f0f0;
  text-align: center !important;
  padding-left: 10px;
  transition: all 0.3s;
  font-size: 16px;
}
.s-product-details .s-discount-area .s-discout-nbr {
  display: flex;
  align-items: center;
}
.s-product-details .s-discount-area .s-discout-nbr a {
  border: 1px solid #f0f0f0;
  color: var(--pragraph-color);
  padding: 11px 21px;
}
.s-product-details .s-discount-area .s-discount-code {
  margin-left: 15px;
}
.s-product-details .s-discount-area .s-discount-code input {
  border: 1px solid var(--border-color);
  padding: 15px 20px;
  border-radius: 3px;
  width: 100%;
  outline: none;
}
.s-product-details .cmn--btn {
  width: 100%;
  text-align: center;
}

.b-comnts-area-1 {
  background-color: var(--white-color);
}
.b-comnts-area-1 .review-tittle {
  text-transform: capitalize;
  margin: 10px 0;
}
.b-comnts-area-1 .b-comnts-1 {
  border: 1px solid var(--border-color);
  margin-bottom: 20px;
}
.b-comnts-area-1 .b-comnts-1 .b-comments-2 {
  padding: 30px 20px;
}
.b-comnts-area-1 .b-comnts-1 .b-comments-2 .b-comnts-details .name-area {
  justify-content: space-between;
}
.b-comnts-area-1 .b-comnts-1 .b-comments-2 .b-comnts-details .name-area .comt-name-items {
  display: flex;
  align-items: center;
}
.b-comnts-area-1 .b-comnts-1 .b-comments-2 .b-comnts-details .name-area .comt-name-items h6 {
  margin-bottom: 0;
  text-transform: capitalize;
  margin-right: 15px;
  font-size: 18px;
}
.b-comnts-area-1 .b-comnts-1 .b-comments-2 .b-comnts-details .name-area .comt-name-items p {
  font-size: 14px;
}
.b-comnts-area-1 .b-comnts-1 .b-comments-2 .b-comnts-details .name-area .comnt-icon li i {
  color: var(--theme-one);
}
.b-comnts-area-1 .bb-none {
  border-bottom: none;
}
.b-comnts-area-1 .ratting {
  margin-bottom: 20px;
}
.b-comnts-area-1 .ratting h6 {
  margin-bottom: 0;
  font-size: 16px;
  color: var(--paragraph-color);
}
.b-comnts-area-1 .ratting ul {
  margin-left: 5px;
}
.b-comnts-area-1 .contact-right {
  padding: initial;
}
.b-comnts-area-1 .contact-right .form-clt input {
  border: 1px solid var(--border-color);
}
.b-comnts-area-1 .contact-right .form-clt-big {
  border: 1px solid var(--border-color);
}

.shop-singe-tab .nav-pills .nav-link.active {
  background: var(--white-color);
}

.nav-pills .nav-link.active h6 {
  color: var(--theme-one);
  margin-bottom: 0;
  background-color: transparent;
}

.tab-contents {
  background-color: #f8f8f8;
  padding: 10px 25px;
  border: 1px solid var(--border-color);
}
.tab-contents p {
  text-align: justify;
}
.tab-contents .tabs {
  margin: 15px 0;
}

.pro-cont {
  margin-bottom: 20px;
  text-transform: capitalize;
}

.shop-slider-thumb img {
  cursor: pointer;
  width: 100%;
}
.shop-slider-thumb .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid var(--theme-one);
}

.arry {
  position: absolute;
  top: 40%;
  z-index: 3;
  width: 100%;
  transition: 0.4s;
}
.arry .arry-left {
  width: 25px;
  height: 65px;
  line-height: 65px;
  background-color: var(--theme-color);
  text-align: center;
  cursor: pointer;
}
.arry .arry-left .arry-one {
  color: var(--white-color);
}
.arry .arry-right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25px;
  height: 65px;
  line-height: 65px;
  background-color: var(--theme-one);
  text-align: center;
  cursor: pointer;
}
.arry .arry-right .arry-two {
  color: var(--white-color);
}

.image.w-img {
  position: relative;
}
.image.w-img img {
  width: 100%;
  height: 100%;
}

.custom-btn {
  padding: 8px 36px;
  text-transform: uppercase;
  border-radius: 2px;
  background-color: var(--theme-one);
  color: var(--white-color);
  font-weight: 400;
  font-size: 14px;
  transition: 0.4s;
  border: 1px solid var(--theme-one);
}
.custom-btn:hover {
  color: var(--theme-one);
  background-color: transparent;
}

.custom-btn.white:hover {
  background-color: var(--white-color);
  border: 1px solid var(--theme-one);
}

@media screen and (max-width: 425px) {
  .arry {
    display: none;
  }
}
/*========== Shop Single Section End  ==========*/
/*========== Shop Cart Section Start  ==========*/
.shop-cart-area {
  background-color: #fafafa;
  border: 1px solid var(--border-color);
}
.shop-cart-area table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background-color: var(--white-color);
}
.shop-cart-area table thead {
  background-color: var(--theme-color);
}
.shop-cart-area table thead tr {
  color: var(--white-color);
  border-bottom: 1px solid var(--border-color);
}
.shop-cart-area table thead tr td {
  padding: 21px 0px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}

table tbody {
  background: var(--white-color);
}
table tbody td {
  border-bottom: 1px dotted var(--border-color);
}
table tbody td h6 {
  color: var(--paragraph-color);
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
table tbody td h6:hover {
  color: var(--theme-color);
}
table tbody .quantity .qtybutton {
  width: 80px;
  height: 40px;
  border: 1px solid var(--border-color);
  line-height: 40px;
  transition: all 0.3s ease-in-out;
  background: var(--white-color);
  font-size: 16px;
}
table tbody .quantity .qtybutton i {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
table tbody .quantity .qtybutton:hover {
  background: var(--theme-color);
  color: var(--white-color) !important;
  cursor: pointer;
}
table tbody .quantity .qtybutton:hover i {
  color: var(--white-color);
}
table tbody .quantity input {
  width: 70px;
  height: 40px;
  border: 1px solid var(--border-color);
  text-align: center !important;
  padding-left: 10px;
  transition: all 0.3s;
  font-size: 16px;
}
table tbody .quantity input:hover {
  background: var(--theme-color);
  color: var(--white-color);
  cursor: pointer;
}
table tbody img {
  margin-top: 35px;
  margin-bottom: 40px;
}
table tbody i {
  color: var(--paragraph-color);
  font-size: 18px;
  font-weight: 500;
}
table tbody h4, table tbody h5 {
  font-size: 18px;
  color: var(--theme-color);
  font-weight: 500;
}

.shop-coupon-area {
  box-shadow: 0px 0px 10px 0px #f0f0f0;
  border-radius: 5px;
  padding: 25px 20px;
  margin: 50px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.shop-coupon-area .shop-coupon-code {
  border: 1px solid var(--border-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0px 0px 10px;
}
.shop-coupon-area .shop-coupon-code input {
  border: none;
  color: var(--theme-color) !important;
  font-weight: 600;
  font-size: 16px;
  outline: none;
}
.shop-coupon-area .shop-coupon-code button {
  border: none;
  outline: none;
  background: var(--theme-color);
  text-transform: uppercase;
  font-size: 16px;
  color: var(--white-color);
  font-weight: 600;
  padding: 20px 30px;
}
.shop-coupon-area .shop-coupon-code h4 {
  font-size: 16px;
  color: #555;
  margin-right: 20px;
}
.shop-coupon-area .shop-coupon-code a {
  font-size: 14px;
  font-weight: 600;
  color: var(--theme-color);
  background: #f7fbff;
  padding: 20px;
}
.shop-coupon-area .shop-checkout a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 20px;
  margin-left: 10px;
  color: var(--white-color);
}

.shop-shipping-area {
  border-bottom: 1px solid var(--border-color);
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.shop-shipping-area h5 {
  text-transform: uppercase;
}

.shoping-main-wrap {
  box-shadow: 0px 0px 10px 0px #f0f0f0;
  border-radius: 5px;
}

.calculate-shipping-wrapper .form-select {
  outline: none;
  border: none;
  border: 1px solid var(--border-color);
  margin-right: 10px;
  padding: 15px 20px;
  border-radius: 3px;
  width: 100%;
}
.calculate-shipping-wrapper .post-code-btn {
  margin-top: 40px;
}
.calculate-shipping-wrapper .post-code-btn .custom-btn {
  border-radius: 4px;
}

.shipping-item {
  display: flex;
  margin-top: 30px;
  margin-bottom: 20px;
}
.shipping-item .shipping-country {
  width: 100%;
  margin-right: 15px;
}
.shipping-item .shipping-country select {
  outline: none;
  border: none;
  border: 1px solid var(--border-color);
  padding: 15px 20px;
  border-radius: 3px;
  width: 100%;
}
.shipping-item .shipping-country h5 {
  font-size: 16px;
  color: #555;
  border: 1px solid var(--border-color);
  padding: 15px 25px;
}
.shipping-item .shipping-post-code {
  width: 100%;
}
.shipping-item .shipping-post-code select {
  outline: none;
  border: none;
  border: 1px solid var(--border-color);
  padding: 15px 20px;
  border-radius: 3px;
  width: 100%;
}
.shipping-item .shipping-post-code h4 {
  font-size: 16px;
  color: #555;
  border: 1px solid var(--border-color);
  padding: 15px 25px;
  margin-left: 10px;
}

.shop-header {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.shipping-card-wrapper .shipping-card-item .s-card-item {
  display: flex;
  justify-content: space-between;
  border: 1px solid var(--border-color);
  margin-bottom: 20px;
  border-radius: 3px;
}
.shipping-card-wrapper .shipping-card-item .s-card-item p {
  padding: 15px 25px;
}
.shipping-card-wrapper .shipping-card-item .s-card-item .theme {
  color: var(--theme-color);
}

.shop-search-area {
  box-shadow: 0px 0px 10px 0px #f0f0f0;
  border-radius: 5px;
  padding: 0 0 25px 0;
}
.shop-search-area .head-title {
  color: var(--theme-one);
  border-bottom: 1px solid var(--border-color);
  padding: 20px 20px;
}
.shop-search-area .search-wrapper {
  border: 1px solid var(--border-color);
  padding: 10px 25px;
  margin: 30px 30px 10px;
}
.shop-search-area .search-wrapper .blog-search input {
  border: none;
  outline: none !important;
}
.shop-search-area .cus-accor {
  margin-top: 30px;
}
.shop-search-area .cus-accor .accordion-button:not(.collapsed) {
  color: var(--theme-one);
  font-size: 16px;
  font-weight: 600;
  background-color: none;
  box-shadow: none;
}
.shop-search-area .cus-accor .accordion-item {
  background: none;
  border: none;
}
.shop-search-area .cus-accor .accordion-item:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}
.shop-search-area .cus-accor .accordion-item .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 17px;
  font-weight: 600;
  color: var(--theme-one);
  /* font-size: 0rem; */
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
.shop-search-area .s-wrap-search {
  padding: 20px 20px;
}
.shop-search-area .s-wrap-search .most-popular-area:not(:last-child) {
  margin-bottom: 20px;
}

.shop-search-areas-none {
  padding: 0;
}

/*========== Shop Cart Section End  ==========*/
/*========== Service Single Start  ==========*/
.service-single .service-single-items {
  border: 1px solid var(--border-color);
}
.service-single .service-single-items .single-thumb img {
  width: 100%;
  height: 100%;
}
.service-single .service-single-items .service-single-content {
  padding: 20px 20px;
}
.service-single .service-single-items .service-single-content h5 {
  text-transform: capitalize;
}
.service-single .service-single-items .service-single-content .quote-cont {
  padding: 15px 0 20px;
}
.service-single .service-single-items .service-single-content .quote-cont i {
  font-size: 32px;
  color: var(--theme-one);
  margin-right: 10px;
}
.service-single .service-single-items .service-items .service-thumb img {
  width: 100%;
  height: 200px;
}
.service-single .map-items {
  border: 1px solid var(--border-color);
}
.service-single .map-items .googpemap iframe {
  width: 100%;
  height: 250px;
}
.service-single .map-items .map-content .map-content-wrap {
  padding: 15px 20px;
}
.service-single .map-items .map-content .map-content-wrap li {
  list-style: none;
  margin-bottom: 15px;
}
.service-single .map-items .map-content .map-content-wrap li a {
  color: var(--paragraph-color);
  transition: all 0.4s ease-in-out;
}
.service-single .map-items .map-content .map-content-wrap li a i {
  margin-right: 5px;
}
.service-single .map-items .map-content .map-content-wrap li a span {
  text-transform: capitalize;
}
.service-single .map-items .map-content .map-content-wrap li a:hover {
  color: var(--theme-one);
}
.service-single .contact-right {
  padding: initial;
}
.service-single .contact-right .form-clt-big {
  border: 1px solid var(--border-color);
}

/*========== Service Single End  ==========*/
/*========== Checkout Section Start ==========*/
.checkout__radio {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 24px;
}
.checkout__radio .primary-text {
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 16px;
  color: var(--black-color);
  font-weight: 600;
}
.checkout__radio h4 {
  color: var(--black-color);
  margin-bottom: 16px;
}
.checkout__radio .checkout__radio-wrapper .checkout__radio-single .form-check-input {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  box-shadow: none;
  outline: none;
  border: 1px solid var(--border-color);
}
.checkout__radio .checkout__radio-wrapper .checkout__radio-single label {
  color: var(--black-color);
}
.checkout__radio .checkout__radio-wrapper .checkout__radio-single:not(:last-child) {
  margin-bottom: 12px;
}
@media (max-width: 500px) {
  .checkout__radio {
    padding: 10px;
  }
}

.checkout__single-wrapper .checkout__single h4 {
  color: var(--black-color);
  margin-bottom: 2rem;
}
.checkout__single-wrapper .checkout__single .checkout__single-form .input-single textarea,
.checkout__single-wrapper .checkout__single .checkout__single-form .input-single .country-select,
.checkout__single-wrapper .checkout__single .checkout__single-form .input-single input {
  width: 100%;
  outline: none;
  box-shadow: none;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  padding: 12px 24px;
  color: var(--black-color);
}
.checkout__single-wrapper .checkout__single .checkout__single-form .input-single label {
  color: var(--black-color);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.checkout__single-wrapper .checkout__single .checkout__single-form .input-single ::placeholder {
  color: var(--black-color);
}
.checkout__single-wrapper .checkout__single .checkout__single-form .payment {
  color: var(--black-color);
  margin-bottom: 12px;
}
.checkout__single-wrapper .boxshado__single {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 32px;
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .checkout__single-wrapper .boxshado__single {
    padding: 14px;
  }
}
.checkout__single-wrapper .checkout__single__bg {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 32px;
}
.checkout__single-wrapper .checkout__single__bg .checkout__single-form .input-single textarea,
.checkout__single-wrapper .checkout__single__bg .checkout__single-form .input-single .country-select,
.checkout__single-wrapper .checkout__single__bg .checkout__single-form .input-single input {
  border: 1px solid var(--border-color);
  background: transparent;
}
@media (max-width: 575px) {
  .checkout__single-wrapper .checkout__single__bg {
    padding: 14px;
  }
}
.checkout__single-wrapper .checkout__single__bg .payment__save {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.checkout__single-wrapper .checkout__single__bg .payment__save input {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid var(--border-color);
  background-color: var(--theme-color);
  outline: none;
  color: var(--theme-color);
}
.checkout__single-wrapper .checkout__single__bg .payment__save label {
  font-size: 16px;
  font-weight: 500;
  color: var(--paragraph-color);
}

/*========== Checkout Section End ==========*/
/*========== Successful Section STart ==========*/
.successful__section {
  padding: 240px 0 120px;
}
@media (max-width: 991px) {
  .successful__section {
    padding: 200px 0px;
  }
}
@media (max-width: 500px) {
  .successful__section {
    padding: 180px 0px;
  }
}

.payment__success__inner {
  border: 1px solid var(--border-color);
  background: var(--white-color);
  border-radius: 5px;
  padding: 32px;
}
.payment__success__inner .payment__success__header {
  text-align: center;
  margin-bottom: 24px;
}
.payment__success__inner .payment__success__header .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--theme-color);
  margin: 0 auto 20px;
}
.payment__success__inner .payment__success__header .icon i {
  color: var(--white-color);
  font-size: 24px;
}
.payment__success__inner .payment__success__header h2 {
  color: var(--black-color);
  margin-bottom: 20px;
}
.payment__success__inner .payment__success__header p {
  font-size: 24px;
  color: var(--paragraph-color);
}
@media (max-width: 575px) {
  .payment__success__inner .payment__success__header h2 {
    font-size: 26px;
  }
  .payment__success__inner .payment__success__header p {
    font-size: 16px;
  }
}
.payment__success__inner .payment__success__body {
  padding: 14px 24px;
  background: #F6F5FE;
  margin-bottom: 24px;
}
.payment__success__inner .payment__success__body ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.payment__success__inner .payment__success__body ul li:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}
.payment__success__inner .payment__success__body ul li span {
  color: var(--black-color);
  font-size: 18px;
  font-weight: 600;
  padding: 12px 0;
}
.payment__success__inner .payment__success__body ul li .textbo {
  font-weight: 600;
}
@media (max-width: 575px) {
  .payment__success__inner .payment__success__body {
    padding: 14px 14px;
  }
  .payment__success__inner .payment__success__body li span {
    font-size: 14px !important;
  }
}
.payment__success__inner .payment__success__footer .payment-success__footer-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 24px;
}
.payment__success__inner .payment__success__footer .payment-success__footer-inner a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.payment__success__inner .payment__success__footer .payment-success__footer-inner a .icon {
  margin-top: 5px;
}
.payment__success__inner .payment__success__footer .payment-success__footer-inner a .icon i {
  font-size: 20px;
  color: var(--theme-color);
}
.payment__success__inner .payment__success__footer .payment-success__footer-inner a span {
  color: var(--black-color);
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .payment__success__inner .payment__success__footer .payment-success__footer-inner {
    flex-wrap: wrap;
  }
}
.payment__success__inner .payment__success__footer .dbutton {
  text-align: center;
  margin-top: 32px;
}
@media (max-width: 575px) {
  .payment__success__inner {
    padding: 15px;
  }
}

/*========== Successful Section End ==========*/
/*=============== Portfolio Single Start ===============*/
.portfolio-section {
  overflow: hidden;
}
.portfolio-section .gallery-single-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.portfolio-section .port-content h5 {
  text-transform: uppercase;
}
.portfolio-section .port-content p {
  text-align: justify;
}
.portfolio-section .single-right h5 {
  text-transform: uppercase;
}
.portfolio-section .f-items .f-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--border-color);
  padding: 10px 0;
}
.portfolio-section .f-items .f-wrap p {
  text-transform: uppercase;
}
.portfolio-section .f-items .f-wrap .f-wrapper .f-cont {
  margin-left: 5px;
}
.portfolio-section .f-items .f-wrap .s-icon li {
  margin-right: 10px;
}
.portfolio-section .f-items .f-wrap .s-icon li a i {
  color: var(--paragraph-color);
  transition: all 0.3s ease-in-out;
}
.portfolio-section .f-items .f-wrap .s-icon li a i:hover {
  color: var(--theme-color);
}

/*=============== Portfolio Single End ===============*/
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin4 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(60deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes spin3 {
  0% {
    transform: rotate(0deg) scale(1.1);
  }
  50% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg) scale(1.1);
  }
}
/*========== Blog Section Start ==========*/
.blog-section {
  overflow: hidden;
  position: relative;
}
.blog-section .blog-items {
  background-color: var(--section-bg);
  transition: all 0.4s ease-in-out;
}
.blog-section .blog-items .blog-thumb {
  position: relative;
}
.blog-section .blog-items .blog-thumb img {
  width: 100%;
  height: 100%;
}
.blog-section .blog-items .blog-thumb .sub-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--theme-color);
  transition: all 0.4s ease-in-out;
}
.blog-section .blog-items .blog-thumb .sub-thumb .image {
  width: 22px;
  text-align: center;
  margin: 0 auto;
}
.blog-section .blog-items .blog-content {
  padding: 30px 20px;
}
.blog-section .blog-items .blog-content h6 {
  text-transform: capitalize;
  margin-bottom: 7px;
}
.blog-section .blog-items .blog-content h6 a {
  color: var(--black-color);
  transition: all 0.4s ease-in-out;
}
.blog-section .blog-items .blog-content h6 a:hover {
  color: var(--theme-one);
}
.blog-section .blog-items .blog-content ul {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.blog-section .blog-items .blog-content ul li {
  color: #bdbcbc;
  margin-right: 10px;
  font-size: 16px;
}
.blog-section .blog-items .blog-content ul li i {
  margin-right: 4px;
  color: var(--theme-one);
}
.blog-section .blog-items .blog-content p {
  margin-bottom: 5px;
}
.blog-section .blog-items:hover .blog-thumb .sub-thumb {
  background-color: var(--theme-one);
}
.blog-section .style-four {
  background-color: var(--white-color);
}
.blog-section .style-four:hover {
  transform: translateY(-10px);
}

/*========== Blog Section End ==========*/
/* ==========================================================================
   	11. FILTER GALLERY .
   ========================================================================== */
.portfolio-section {
  overflow: hidden;
}

.gallery-section img {
  width: 100%;
  height: 100%;
}

.button-group.filters-button-group {
  margin-bottom: 30px;
  text-align: center;
}

.button.is-checked {
  background-color: var(--theme-one);
  color: #fff !important;
}

.portfolio-filter {
  margin-bottom: 30px;
}

.swiper-pagination-bullet-active {
  background-color: var(--theme-one);
}

.button {
  color: var(--black-color);
  margin-right: 10px;
  font-weight: 500;
  font-size: 15px;
  transition: 0.3s;
  padding: 8px 20px;
  border-radius: 2px;
  text-transform: uppercase;
  border: 1px solid var(--border-color);
  background-color: var(--white-color);
}

.portfolio-item {
  margin: 0px;
  padding: 10px;
}

.portfolio-item.style-two {
  padding: 0;
}

.portfolio-item img {
  width: 100%;
}

figure {
  margin: 0;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .button {
    margin-bottom: 15px;
  }
}
.portfolio-item.style-two .effcet .effcet-link {
  position: relative;
  margin-top: 35%;
}

.effcet {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.4s ease-in-out;
  border: 5px solid var(--theme-one);
}
.effcet .effcet-link {
  position: relative;
  margin-top: 45%;
}
.effcet .effcet-link li {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 2px solid var(--white-color);
  text-align: center;
  line-height: 40px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.effcet .effcet-link li a i {
  color: var(--white-color);
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.effcet .effcet-link li:hover {
  background: var(--theme-one);
  border: 2px solid var(--theme-one);
}
.effcet .effcet-link.style-two {
  position: absolute;
  bottom: 15px;
  right: 5px;
}
.effcet .effect-content {
  position: absolute;
  top: 20px;
  left: 15px;
}
.effcet .effect-content h6 {
  margin-bottom: 0;
  text-transform: uppercase;
  color: var(--white-color);
}
.effcet .effect-content p {
  color: var(--white-color);
}
.effcet:hover {
  opacity: 1;
}

.magnific-img {
  position: relative;
}

/*------Gallery Section Start--------*/
.gallerys-section {
  overflow: hidden;
  position: relative;
}
.gallerys-section .galley-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gallerys-section .galley-wrapper .gallery-items .g-items {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 25px;
}
.gallerys-section .galley-wrapper .gallery-items .g-items img {
  width: 100%;
  height: 100%;
}
.gallerys-section .galley-wrapper .gallery-items .g-items .link-solcial {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  opacity: 0;
  transition: all 0.7s;
}
.gallerys-section .galley-wrapper .gallery-items .g-items .link-solcial .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.gallerys-section .galley-wrapper .gallery-items .g-items .link-solcial .content .title {
  font-size: 20px;
  margin-bottom: 15px;
  color: var(--white-color);
  text-transform: capitalize;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.gallerys-section .galley-wrapper .gallery-items .g-items .link-solcial .content .title:hover {
  color: var(--theme-one);
}
.gallerys-section .galley-wrapper .gallery-items .g-items .link-solcial .link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallerys-section .galley-wrapper .gallery-items .g-items .link-solcial .link a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid var(--white-color);
  border-radius: 10%;
  display: block;
}
.gallerys-section .galley-wrapper .gallery-items .g-items .link-solcial .link a:not(:last-child) {
  margin-right: 10px;
}
.gallerys-section .galley-wrapper .gallery-items .g-items .link-solcial .link a i {
  color: var(--white-color);
  font-size: 17px;
}
.gallerys-section .galley-wrapper .gallery-items .g-items:hover {
  cursor: pointer;
}
.gallerys-section .galley-wrapper .gallery-items .g-items:hover .link-solcial {
  opacity: 1;
}
.gallerys-section .galley-wrapper .gallery-items-two {
  margin: 0 20px;
}

@media screen and (max-width: 1199px) {
  .gallerys-section .galley-wrapper .gallery-items .g-items .link-solcial .content .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .gallerys-section .galley-wrapper {
    flex-wrap: wrap;
  }
  .gallerys-section .galley-wrapper .gallery-items-two {
    margin: 0;
  }
  .gallerys-section .galley-wrapper .gallery-items-three {
    margin-top: -25px;
  }
  .gallerys-section .galley-wrapper .gallery-items {
    width: 48.5%;
  }
  .gallerys-section .galley-wrapper .gallery-items .g-items {
    margin: 20px;
  }
  .gallerys-section .galley-wrapper .gallery-items .g-items .link-solcial .content .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 580px) {
  .gallerys-section .galley-wrapper {
    flex-wrap: wrap;
  }
  .gallerys-section .galley-wrapper .gallery-items-two {
    margin: 0;
  }
  .gallerys-section .galley-wrapper .gallery-items-three {
    margin-top: 0px;
  }
  .gallerys-section .galley-wrapper .gallery-items {
    width: 95%;
  }
  .gallerys-section .galley-wrapper .gallery-items .g-items {
    margin: 10px;
  }
  .gallerys-section .galley-wrapper .gallery-items .g-items:not(:last-child) {
    margin-bottom: 25px;
  }
  .gallerys-section .galley-wrapper .gallery-items .g-items .link-solcial .content .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
/*========== Gallery Scetion End ==========*/
/*--Button Area Start--*/
/*--Button Area Start--*/
.cmn--btn {
  border-radius: 2px;
  padding: 15px 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: var(--white-color);
  text-transform: uppercase;
  background-color: var(--theme-one);
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.cmn--btn:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.cmn--btn:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 100%;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  transition: all 0.6s;
  z-index: -1;
}
.cmn--btn:hover {
  color: var(--white-color);
  background-color: var(--theme-one);
}
.cmn--btn:hover:before {
  top: 0;
  right: 0;
}

.cmn--cmn--btn-two {
  border-radius: 2px;
  padding: 15px 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: var(--white-color);
  text-transform: uppercase;
  background-color: var(--theme-color);
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.cmn--cmn--btn-two:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.cmn--cmn--btn-two:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: var(--theme-one);
  transition: all 0.6s;
  z-index: -1;
}
.cmn--cmn--btn-two:hover {
  color: var(--white-color);
}
.cmn--cmn--btn-two:hover:before {
  bottom: 0;
  left: 0;
}

.cmn-link {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--paragraph-color);
  transition: all 0.4s ease-in-out;
}
.cmn-link i {
  font-size: 16px;
  margin-left: 4px;
}
.cmn-link:hover {
  color: var(--theme-one);
}

.cmn--border {
  border-radius: 2px;
  padding: 15px 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: var(--white-color);
  text-transform: uppercase;
  background-color: transparent;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  border: 1px solid var(--white-color);
  border-radius: 5px;
  z-index: 1;
}
.cmn--border:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.cmn--border:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 100%;
  width: 100%;
  height: 100%;
  background-color: var(--white-color);
  transition: all 0.6s;
  z-index: -1;
}
.cmn--border:hover {
  color: var(--theme-color);
  background-color: var(--white-one);
}
.cmn--border:hover:before {
  top: 0;
  right: 0;
}

.cmn--cart {
  border-radius: 2px;
  padding: 10px 20px 10px;
  font-size: 16px;
  font-weight: 600;
  color: var(--black-color);
  text-transform: uppercase;
  background-color: transparent;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  border: 1px solid var(--black-color);
  border-radius: 5px;
  z-index: 1;
}
.cmn--cart:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.cmn--cart:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 100%;
  width: 100%;
  height: 100%;
  background-color: var(--theme-one);
  transition: all 0.6s;
  z-index: -1;
}
.cmn--cart:hover {
  color: var(--white-color);
  background-color: var(--theme-one);
  border: 1px solid var(--theme-one);
}
.cmn--cart:hover:before {
  top: 0;
  right: 0;
}

/*--Button Area End--*/
/*--Button Area End--*/
@media screen and (max-width: 767px) {
  .cmn--btn {
    padding: 13px 17px 13px;
    font-size: 14px;
  }
  .cmn--cmn--btn-two {
    padding: 13px 17px 13px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  h2 {
    font-size: 54px;
  }
  h3 {
    font-size: 32px;
  }
  p {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 46px;
  }
  h2 {
    font-size: 42px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 26px;
  }
  h6 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 19px;
  }
  p {
    font-size: 14px;
    line-height: 26px;
  }
  h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 37px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 22px;
  }
  h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  h2 {
    font-size: 30px;
  }
  h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 420px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 27px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 19px;
  }
  h5 {
    font-size: 18px;
  }
  p {
    font-size: 13px;
  }
}
@media screen and (max-width: 1199px) {
  .middle-header .middle-items .logo-menu {
    max-width: 180px;
    height: auto;
  }
  .middle-header .middle-items .logo-menu img {
    width: 100%;
    height: 100%;
  }
  .middle-header .middle-items .middle-wrapper .top-middle-items .middle-content h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .header-section {
    border-bottom: unset;
  }
  .header-section-two {
    background-color: var(--theme-color);
  }
  .top-header {
    display: none;
  }
  .middle-header {
    display: none;
  }
  .header-wrapper {
    padding: 15px 0;
  }
  .header-wrapper .logo-menu {
    display: block !important;
    width: 180px;
    height: auto;
  }
  .main-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    display: inline !important;
    left: 0;
    margin-top: 20px;
    z-index: 999;
    padding: 0px 0px;
    transition: all 2s !important;
    transform-origin: top;
    max-height: calc(100vh - 130px);
    overflow-y: auto;
    border-radius: 10px;
  }
  .main-menu:not(.active) {
    display: none !important;
    transition: all 2s;
  }
  .main-menu li {
    width: 100%;
    border-bottom: none;
    border-radius: 10px;
  }
  .main-menu li:not(:last-child) {
    margin-right: 0 !important;
    margin-bottom: 15px;
  }
  .main-menu li a {
    display: block;
    padding: 10px 10px 14px;
    font-size: 17px;
  }
  .main-menu li .sub-menu {
    transform: translateY(0px) !important;
    margin: 0px 10px 15px 20px !important;
  }
  .main-menu li .sub-menu li {
    margin-bottom: 10px;
  }
  .main-menu li .sub-menu li a {
    padding: 12px 15px !important;
  }
  .main-menu li .sub-menu li .sub-two {
    position: static !important;
    width: 100% !important;
    padding: 15px 10px 20px 30px;
  }
  .main-menu li .sub-menu li .sub-two li a {
    padding: 10px 15px !important;
    display: block;
  }
  .main-menu .btn--items {
    box-shadow: none;
    border: unset;
  }
  .main-menu .btn--items .cmn--btn {
    width: 140px;
    text-align: center;
    display: block !important;
    background: rgb(67, 58, 193);
    background: linear-gradient(90deg, rgb(67, 58, 193) 0%, rgb(11, 4, 131) 30%, rgb(0, 215, 255) 100%);
  }
  .main-menu .active a {
    color: var(--white-color);
  }
  .header-bar {
    position: relative;
    width: 40px;
    height: 20px;
  }
  .header-bar span {
    position: absolute;
    width: 100%;
    height: 3px;
    display: inline-block;
    transition: all 0.3s;
    left: 0;
    background: var(--theme-one);
  }
  .header-bar span:first-child {
    top: 0;
    background: var(--theme-one);
  }
  .header-bar span:nth-child(2) {
    top: 44%;
    width: 30px;
    background: var(--theme-one);
  }
  .header-bar span:last-child {
    bottom: 0;
    width: 25px;
    background: var(--theme-one);
  }
  .header-bar.active span:first-child {
    transform: rotate(45deg) translate(3px, 9px);
  }
  .header-bar.active span:nth-child(2) {
    opacity: 0;
  }
  .header-bar.active span:last-child {
    transform: rotate(-45deg) translate(3px, -9px);
    width: 40px;
  }
  .header-bar:hover {
    cursor: pointer;
  }
  .header-wrapper .cmn--btn {
    display: none;
  }
}
/*========== Banner Start ==========*/
@media screen and (max-width: 767px) {
  .banner-section .owl-nav {
    display: none;
  }
  .banner-items .banner-content h3 {
    max-width: initial;
    background-color: initial;
    color: var(--theme-color);
    padding: initial;
  }
  .banner-items .banner-content h1 {
    max-width: initial;
    background-color: initial;
    color: var(--theme-one);
    padding: initial;
    line-height: 40px;
  }
  .banner-items .banner-content p {
    font-size: 13px;
  }
  .breadcumd-banner .breadcumd-wrapper {
    flex-wrap: wrap;
  }
  .breadcumd-banner .breadcumd-wrapper .right-content {
    flex-wrap: wrap;
  }
}
/*========== Banner End ==========*/
/*========== Banner Video Start ==========*/
@media screen and (max-width: 1199px) {
  .video-banner .video-banner-content {
    max-width: 750px;
  }
  .video-banner .video-banner-content .video-font {
    font-size: 80px;
    line-height: 90px;
  }
  .video-banner .video-banner-content p {
    font-size: 16px;
  }
  .hader-top .header-top-wrapper {
    justify-content: center;
  }
  .hader-top .header-top-wrapper .header-top-left {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .video-banner .video-banner-content {
    max-width: 630px;
  }
  .video-banner .video-banner-content .video-font {
    font-size: 70px;
    line-height: 75px;
  }
  .video-banner .video-banner-content p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .video-banner .video-banner-content {
    max-width: 530px;
  }
  .video-banner .video-banner-content .video-font {
    font-size: 50px;
    line-height: 65px;
  }
}
@media screen and (max-width: 500px) {
  .video-banner .video-banner-content .video-font {
    font-size: 32px;
    line-height: 40px;
  }
  .video-banner .video-banner-content p {
    font-size: 13px;
  }
}
/*========== Banner Video End ==========*/
/*========== Team Section Start ==========*/
@media screen and (max-width: 767px) {
  .team-section .team-items .team-thumb .team-effect ul {
    margin-top: 135px;
  }
}
@media screen and (max-width: 480px) {
  .team-section .team-items .team-thumb .team-effect ul {
    margin-top: 80px;
  }
}
/*========== Team Section End ==========*/
/*========== Footer Scetion Start ==========*/
@media screen and (max-width: 767px) {
  .footer-section .footer-top .widget-items .footer-content-area .quick-link .product-content h6 {
    font-size: 14px;
  }
  .footer-section .footer-top .widget-items .footer-content-area .quick-link .product-content p {
    font-size: 12px;
  }
  .footer-section .footer-top .widget-items .footer-content-area .quick-link .contact .list a {
    font-size: 14px;
  }
  .footer-section .footer-top .widget-items .footer-content-area .link h5 {
    margin-right: 10px;
  }
  .footer-section .footer-top .widget-items .footer-content-area .link ul {
    display: flex;
    align-items: center;
    margin-left: initial;
  }
  .footer-section .footer-top .widget-items .footer-content-area .link ul li {
    margin-top: 15px;
  }
  .footer-section .footer-top .link h5 {
    margin-right: 10px;
  }
  .footer-section .footer-top .link ul {
    display: flex;
    align-items: center;
    margin-left: initial;
  }
  .footer-section .footer-top .link ul li {
    margin-top: 15px;
  }
}
@media screen and (max-width: 480px) {
  .footer-section .footer-top .widget-items .footer-content-area .form input {
    font-size: 13px;
  }
  .footer-section .footer-top .widget-items .footer-content-area .form .effect-button .f-btn {
    font-size: 12px;
  }
}
/*========== Footer Scetion Here ==========*/
/*=============== Pricing Section Start ===============*/
@media screen and (max-width: 1199px) {
  .pricing-itmes {
    padding: 35px 30px;
  }
  .pricing-itmes .selling {
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    left: -21%;
    transition: all 0.4s;
    top: 13%;
    text-align: center;
    width: 163px;
    opacity: 1;
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 991px) {
  .pricing-itmes .selling {
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    left: -18%;
    transition: all 0.4s;
    top: 13%;
    text-align: center;
    width: 163px;
    opacity: 1;
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 767px) {
  .pricing-itmes .selling {
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    left: -13%;
    border-radius: 10px;
    transition: all 0.4s;
    top: 13%;
    text-align: center;
    width: 163px;
    opacity: 1;
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 575px) {
  .pricing-itmes .selling {
    display: none;
  }
  .dots-space {
    padding-bottom: 95px;
  }
}
@media screen and (max-width: 500px) {
  .pricing-itmes .pricing-list li i {
    font-size: 10px;
  }
  .pricing-itmes .pricing-header .title {
    font-size: 22px;
  }
  .pricing-itmes .pricing-header .head-price {
    font-size: 48px;
    font-weight: 700;
  }
  .pricing-itmes .pricing-header .head-price li i {
    font-size: 11px;
  }
  .pricing-itmes .cmn--btn-2 {
    padding: 10px 10px !important;
  }
}
/*=============== Pricing Section End ===============*/
/*=============== Faq Start ===============*/
@media screen and (max-width: 575px) {
  .faq-left-wrapper .accordion-item .accordion-button {
    font-size: 14px;
    padding: 9px 45px 12px 8px;
    margin-top: 0;
  }
  .faq-left-wrapper .accordion-item .icon {
    position: absolute;
    right: 8px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .faq-left-wrapper .accordion-item .icon img {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 500px) {
  .faq-left-wrapper .accordion-body {
    padding: 2px 0px;
  }
  .faq-left-wrapper .accordion-body p {
    font-size: 16px;
  }
}
/*=============== Faq End ===============*/
/*=============== Blog Single End ===============*/
@media screen and (max-width: 500px) {
  .blog-section .hover-none .owl-dots {
    display: none;
  }
  .blog-section h5 {
    font-size: 16px;
  }
  .blog-section .style-single .play-icon {
    top: 40%;
    left: 40%;
  }
  .blog-section .style-single .play-icon a i {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
/*=============== Blog Single End ===============*/
/*========== Blog Single Start ==========*/
@media screen and (max-width: 991px) {
  .blog-section .riview-wrapper .review-items {
    flex-wrap: wrap;
  }
  .blog-section .riview-wrapper .review-items .review-content {
    margin-top: 15px;
    margin-left: inherit;
  }
  .blog-section .riview-wrapper .review-items .review-content .head-wrap {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  .blog-section .riview-wrapper .review-items {
    justify-content: center;
  }
  .blog-section .riview-wrapper .review-items .review-content {
    text-align: center;
  }
  .blog-section .riview-wrapper .review-items .review-content .head-wrap {
    justify-content: center;
  }
  .ml-50 {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .single-all .services-s-item .instructor-category .content h6 {
    font-size: 14px;
  }
  .shop-showing-result .shop-showing-title h6 {
    font-size: 14px;
  }
}
/*========== Blog Single End ==========*/
/*========== Shop Single Section Start  ==========*/
@media screen and (max-width: 1199px) {
  .b-comnts-area-1 .b-comnts-1 .b-comments-2 .b-comnts-details .name-area {
    align-items: center;
    flex-wrap: wrap;
  }
  .b-comnts-area-1 .b-comnts-1 .b-comments-2 .b-comnts-details .name-area h5 {
    font-size: 17px;
  }
  .b-comnts-area-1 .b-comnts-1 .b-comments-2 .b-comnts-details .name-area p {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .b-comnts-area-1 .b-comnts-1 .b-comments-2 {
    flex-wrap: wrap;
  }
  .b-comnts-area-1 .b-comnts-1 .b-comments-2 .b-comnts-details .name-area {
    margin-top: 10px;
  }
  .b-comnts-area-1 .b-comnts-1 .b-comments-2 .b-comnts-details .name-area h5 {
    font-size: 16px;
  }
  .b-comnts-area-1 .b-comnts-1 .b-comments-2 .b-comnts-details .name-area p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .b-comnts-area-1 .b-comnts-1 .b-comments-2 {
    flex-wrap: wrap;
  }
  .b-comnts-area-1 .b-comnts-1 .b-comments-2 .b-comnts-details .name-area {
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .b-comnts-area-1 .b-comnts-1 .b-comments-2 .b-comnts-details .name-area p {
    display: none;
  }
}
/*========== Shop Single Section End  ==========*/
/*========== Shop Cart Section Start  ==========*/
@media screen and (max-width: 991px) {
  .s-product-img {
    margin-bottom: 30px;
  }
  .shoppppp {
    margin-top: 40px;
  }
  .shop-coupon-area .shop-coupon-code {
    border: 1px solid #f0f0f0;
    margin-bottom: 30px;
    padding: 0px 0px 0px 10px;
  }
  .shop-coupon-area {
    flex-wrap: wrap;
    align-items: center;
  }
  .b-comnts-1.d-flex.align-items-center {
    flex-wrap: wrap;
  }
  table, thead, tbody, td, tr {
    display: block;
  }
  .quantity {
    justify-content: center;
    padding: 5px 0;
  }
}
@media screen and (max-width: 575px) {
  .s-product-area .s-product-details .s-discount-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 25px;
  }
  .s-product-area .s-product-details .s-discount-area .s-discount-code input {
    margin-left: 0px !important;
  }
  .s-product-area .s-product-details .s-discount-area .s-discout-nbr {
    margin-bottom: 10px;
  }
  .s-product-area .s-product-details .btn {
    width: 85%;
  }
  .form-select {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    border: 1px solid #f0f0f0;
    padding: 12px 27px;
  }
}
@media screen and (max-width: 767px) {
  select {
    font-size: 14px;
  }
  .b-comnts-thumb.me-4 {
    margin-bottom: 10px;
  }
  .shop-coupon-area .shop-coupon-code button {
    font-size: 13px;
    padding: 20px 15px;
  }
  .shop-coupon-area .shop-checkout a {
    font-size: 12px;
  }
  table tbody h4, table tbody h5 {
    padding: 7px 0;
  }
  table tbody td {
    border-bottom: 1px solid #f1f1f1;
    padding: 7px 0;
  }
  .shop-cart-area table thead td {
    padding: 8px 0px;
  }
}
@media screen and (max-width: 400px) {
  .shop-coupon-area .shop-coupon-code button {
    font-size: 11px;
    padding: 20px 10px;
  }
  .shop-coupon-area .shop-checkout a {
    font-size: 10px;
    padding: 15px 10px;
    margin-left: 0px;
  }
  .s-product-area {
    padding: 20px 12px 0px;
  }
  .b-comnts-area .b-comnts-area-accordian {
    padding: 20px 10px;
  }
  .b-post-form-two .space-b-post-area {
    padding: 33px 10px 0px 10px !important;
  }
}
@media screen and (max-width: 395px) {
  .shop-coupon-area .shop-coupon-code input {
    font-weight: 600;
    font-size: 12px;
  }
  .shop-shipping-area h3 {
    font-size: 14px;
    font-weight: 700;
  }
  .shipping-wrapper .shipping-item {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  select {
    width: 100%;
    margin-bottom: 10px;
    font-size: 12px;
  }
}
/*========== Shop Cart Section End  ==========*//*# sourceMappingURL=main.css.map */