@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;0,700;1,300;1,500;1,600&display=swap");
/*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: #000000;
  --theme-one: #fa8fc1;
  --theme-two: #99754566;
  --primary-color: #000000;
  --section-bg: #f7f7f7;
  --section-bg-two: #fff9f5;
  --button-color: #252627;
  --secoundary-color: #1e19cf;
  --secoundary-one: #2f16;
  --white-color: #fff;
  --black-color: #363636;
  --ratting-color: #ffd247;
  --pragraph-color: #636363;
  --box-bg: #242471;
  --border-color: #91b3cd;
  --radius: #3e3ec9;
  --border: #6100ff;
  --border-two: #e8dff8;
  --placehol: #b0bcde;
}

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

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

h1 {
  font-size: 70px;
  font-weight: 700;
  line-height: 91.2px;
  margin-top: -7px;
  font-family: "Montserrat", sans-serif;
}

h2 {
  font-weight: 700;
  font-size: 57px;
  line-height: 74.1px;
  margin-top: -12px;
  font-family: "Montserrat", sans-serif;
}

h3 {
  font-size: 43px;
  line-height: 57px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

h4 {
  font-size: 32px;
  line-height: 45.2px;
  margin-top: -15px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

h5 {
  font-size: 24px;
  line-height: 31.2px;
  margin-top: -3px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

h6 {
  font-size: 18px;
  margin-top: -1px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 25px;
}

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

a {
  text-decoration: none;
  margin: 0;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
}

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

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

p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
  color: var(--pragraph-color);
  font-family: "Montserrat", sans-serif;
}

.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;
}

/*-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: var(--primary-color);
}

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

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

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

.active-bg {
  background-color: var(--theme-color);
}
.active-bg .header-tittle {
  color: var(--white-color);
}
.active-bg .price h3 {
  color: var(--white-color) !important;
}
.active-bg .price p {
  color: var(--white-color);
}
.active-bg .price .list li {
  color: var(--white-color) !important;
}

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

.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;
}

.bg {
  background: var(--section-bg);
}

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

.section-header {
  position: relative;
}
.section-header .section-title {
  font-weight: 700;
  color: var(--theme-color);
  margin-bottom: 5px;
  text-transform: uppercase;
}
.section-header p {
  font-size: 18px;
  margin-bottom: 35px;
  color: var(--pragraph-color);
}

@media screen and (max-width: 991px) {
  .section-center {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 767px) {
  .section-center {
    margin: 0 auto 30px;
  }
  .section-header p {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  .section-header p {
    font-size: 16px;
  }
}
/*--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-items .about-tittle {
  color: var(--black-color);
  margin-bottom: 30px;
}
.about-section .about-items p {
  margin-bottom: 10px;
}
.about-section .about-items .button {
  margin-top: 25px;
}
.about-section .about-items .button .btns {
  padding: 15px 30px;
  text-transform: capitalize;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
  border: 1px solid var(--theme-color);
}
.about-section .about-items .button .btns:hover {
  background-color: var(--white-color);
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
}
.about-section .about-items .progress-items {
  margin-top: 30px;
}
.about-section .about-items .progress-conetnt h6 {
  color: var(--theme-color);
  text-transform: uppercase;
  margin-bottom: -10px;
}
.about-section .about-items .progress {
  margin: 18px 0;
  padding: 0;
  width: 100%;
  height: 25px;
  overflow: hidden;
  background: var(--section-bg);
  border-radius: 6px;
}
.about-section .about-items .bar {
  position: relative;
  min-width: 1%;
  height: 100%;
  background: var(--theme-color);
}
.about-section .about-items .percent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-family: tahoma, arial, helvetica;
  font-size: 12px;
  color: white;
}

/*========== About Section End  ==========*/
/*========== Footer Scetion Start ==========*/
.footer-section {
  overflow: hidden;
  background-color: #000000;
}
.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;
}
.footer-section .footer-top .widget-items .footer-content-area p {
  color: var(--white-color);
}
.footer-section .footer-top .widget-items .footer-content-area .footer-bottom-icon {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.footer-section .footer-top .widget-items .footer-content-area .footer-bottom-icon li {
  margin-right: 15px;
}
.footer-section .footer-top .widget-items .footer-content-area .footer-bottom-icon li a {
  font-size: 18px;
}
.footer-section .footer-top .widget-items .footer-content-area .quick-link li {
  margin-bottom: 10px;
}
.footer-section .footer-top .widget-items .footer-content-area .quick-link li a {
  font-weight: 400;
  color: var(--white-color);
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
}
.footer-section .footer-top .widget-items .footer-content-area .quick-link li a:hover {
  color: #FFFFFF;
  margin-left: 5px;
}
.footer-section .footer-top .widget-items .footer-content-area .contact .list {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.footer-section .footer-top .widget-items .footer-content-area .contact .list svg {
  font-size: 16px;
  color: var(--white-color);
  margin-right: 8px;
}
.footer-section .footer-top .widget-items .footer-content-area .contact .list span {
  font-size: 16px;
  font-weight: 500;
  color: var(--white-color);
}
.footer-section .border-area {
  border-top: 1px solid;
	color:FFFFFF;
}
.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: 2px;
  font-weight: 700;
}

/*========== Footer Scetion Here ==========*/
/*========== One Page Footer End ==========*/
.one-page-footer {
  overflow: hidden;
  background-color: var(--theme-color);
  padding: 30px 0px;
}
.one-page-footer .one-page-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.one-page-footer .one-page-items .one-page-footer-text p {
  color: var(--white-color);
}
.one-page-footer .one-page-items .one-page-footer-text p a {
  color: var(--white-color);
}
.one-page-footer .one-page-items .one-page-icon {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.one-page-footer .one-page-items .one-page-icon li {
  margin-right: 20px;
}
.one-page-footer .one-page-items .one-page-icon li svg {
  color: var(--white-color);
  font-size: 18px;
}

/*========== One Page Footer Here ==========*/
/*----Menu Header Start-----*/
.header-section {
  top: 0;
  width: 100%;
  z-index: 99999;
	background-color: #000000;
}

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

.menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  transition: all 0.9s;
  background: #FFFFFF;
background-color: #000000;
}

.header-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  transition: all 0.9s;
  padding: 20px 0;
}
.header-wrapper .logo-menu {
  max-width: 445px;
}
.header-wrapper .logo-menu img {
  max-width: 100%;
}
.header-wrapper .main-menu {
  position: relative;
  display: flex;
  align-items: center;
}
.header-wrapper .main-menu li {
  transition: all 0.6s;
  position: relative;
}
.header-wrapper .main-menu li:not(:last-child) {
  margin-right: 30px;
}
.header-wrapper .main-menu li a {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 19px;
  transition: all 0.3s;
  text-transform: capitalize;
}
.header-wrapper .main-menu li a:hover {
  color: #FFFFFF;
}
.header-wrapper .main-menu li a svg {
  font-size: 19px;
}
.header-wrapper .main-menu li .sub-menu {
  display: none;
  transform: translateY(15px);
}
@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: #FFFFFF;
    padding: 10px 10px 10px;
    box-shadow: -1px 7px 19px -14px rgb(66, 106, 184);
    border-radius: 5px;
    display: block;
    opacity: 0;
    visibility: hidden;
  }
}
.header-wrapper .main-menu li .sub-menu li {
  margin-right: 0;
}
.header-wrapper .main-menu li .sub-menu li a {
  color: var(--black-color);
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  display: block;
  padding: 15px 0;
}
.header-wrapper .main-menu li .sub-menu li:not(:last-child) {
  border-bottom: 1px solid rgba(18, 19, 21, 0.1215686275);
}
.header-wrapper .main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-wrapper .main-menu .active a {
  color: var(--theme-color);
}
.header-wrapper .main-menu .logo-menu-three {
  width: 130px;
  height: 85px;
}
.header-wrapper .main-menu .logo-menu-three img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*----Menu Header Start-----*/
.subtitle-wrapper {
  background: var(--theme-color);
  padding: 10px 20px 13px;
}
.subtitle-wrapper .main-sub {
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.subtitle-wrapper .main-sub .subtitle-left {
  display: flex;
  align-items: center;
}
.subtitle-wrapper .main-sub .subtitle-left li:not(:last-child) {
  margin-right: 45px;
}
.subtitle-wrapper .main-sub .subtitle-left li svg {
  color: var(--white-color);
}
.subtitle-wrapper .main-sub .subtitle-left li a {
  color: var(--white-color);
}
.subtitle-wrapper .main-sub .subtitle-right {
  display: flex;
  align-items: center;
}
.subtitle-wrapper .main-sub .subtitle-right li:not(:last-child) {
  margin-right: 15px;
}
.subtitle-wrapper .main-sub .subtitle-right li a {
  color: var(--white-color);
}
.subtitle-wrapper .main-sub .subtitle-right li a svg {
  color: var(--white-color);
  font-size: 24px;
}

@media screen and (max-width: 991px) {
  .subtitle-wrapper {
    display: none;
  }
}
.navbar .nav-links {
  color: var(--theme-color);
  margin-left: 15px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-item.style-two {
  text-align: center;
  padding: 10px;
}

/* ========= 5.1 HEADER ========= */
/* navbar Start here */
.navbar {
  background-color: transparent;
  display: block;
  padding: 15px 0px;
  position: fixed;
  width: 100%;
  z-index: 999;
  transition: all 0.5s ease-in-out;
}

.menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  transition: all 0.9s;
  background: #000000;
  box-shadow: 0px -31px 32px 9px var(--theme-color);
}

.navbar .navbar-brand {
  color: white;
}

.navbar .nav-link {
  color: white;
  margin-left: 30px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.logo-brand {
  width: 150px;
  transition: 0.5s;
  position: relative;
  margin-top: 10px;
}

.logo-brand img {
  width: 100%;
}

.navbar .navbar-toggler {
  color: transparent;
  background-color: white;
}

.navbar .nav-icon {
  color: var(--theme-color);
}

.navbar .dropdown-menu {
  position: absolute;
  background-color: #fff;
  top: 50px;
  left: -60px;
  width: 250px;
  padding: 0;
  border-radius: 5px;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s ease-in-out;
}

.navbar .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (max-width: 991px) {
  .navbar .nav-link {
    margin: 10px auto !important;
    text-align: center;
  }
  .navbar .dropdown-menu {
    background-color: #fff;
    top: 50px;
    left: 0px !important;
    width: 100% !important;
  }
  .navbar .dropdown-menu .dropdown-item {
    background: #fff;
  }
  .navbar-nav {
    max-height: calc(100vh - 130px);
    overflow-y: auto;
  }
  .ms-auto {
    margin-left: auto !important;
    background: var(--white-color);
    width: 100%;
    overflow: auto;
  }
}
/* navbar End here */
/*========== Banner Section Start  ==========*/
.banner-section {
  overflow: hidden;
}
.banner-section .banner-wrapper {
  background: url(../images/banner/bg1.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.banner-section .banner-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(20, 25, 29, 0.4);
}
.banner-section .banner-wrapper .banner-items {
  padding: 250px 0px;
  position: relative;
}
.banner-section .banner-wrapper .banner-items .banner-content {
  max-width: 800px;
}
.banner-section .banner-wrapper .banner-items .banner-content h1 {
  color: var(--white-color);
  text-transform: uppercase;
}
.banner-section .banner-wrapper .banner-items .banner-content p {
  color: var(--white-color);
}
.banner-section .banner-wrapper.style-two {
  background: url(../images/banner/bg2.jpg) no-repeat center center;
}
.banner-section .banner-wrapper.style-three {
  background: url(../images/banner/bg3.jpg) no-repeat center center;
  position: relative;
}
.banner-section .banner-wrapper.style-four {
  background: url(../images/banner/bg4.jpg) no-repeat center center;
  position: relative;
}
.banner-section .banner-wrapper.style-three::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(20, 25, 29, 0.6);
}

/*========== Banner Section End  ==========*/
/*========== Banner Section Three Start  ==========*/
.banner-section {
  background-color: #000000;
  overflow: hidden;
  position: relative;
}
.banner-section .banner-items {
  padding: 250px 0px;
  position: relative;
}
.banner-section .banner-items .banner-content h1 {
  color: var(--theme-color);
  text-transform: uppercase;
}
.banner-section .banner-items .banner-content h2 {
  color: var(--theme-color);
  text-transform: uppercase;
}
.banner-section .banner-items .banner-content p {
  color: var(--theme-color);
}
.banner-section .banner-items .banner-content .banner-button {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.banner-section .banner-items .banner-content .banner-button .video-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: var(--theme-color);
  border-radius: 100%;
  text-align: center;
}
.banner-section .banner-items .banner-content .banner-button .video-button svg {
  color: var(--white-color);
}
.banner-section .banner-thumb {
  position: absolute;
  bottom: 0;
  right: 15px;
  max-width: 590px;
  height: 590px;
  z-index: 4;
}
.banner-section .banner-thumb img {
  width: 100%;
  height: 100%;
}

/*========== Banner Section Three End  ==========*/
/*========== Breadcumd Banner Start  ==========*/
.breadcumd-banner {
  position: relative;
  background: url(../images/banner/bg5.jpg) no-repeat center center;
  background-size: cover;
}
.breadcumd-banner::before {
  position: absolute;
  inset: 0;
  content: "";
  background-color: rgba(20, 25, 29, 0.3);
}
.breadcumd-banner .bread-bg {
  position: absolute;
  inset: 0;
  content: "";
}
.breadcumd-banner .breadcumd-wrapper {
  position: relative;
  padding: 200px 0px;
  text-align: center;
}
.breadcumd-banner .breadcumd-wrapper .left-content {
  color: var(--head-color);
  text-transform: uppercase;
}
.breadcumd-banner .breadcumd-wrapper .right-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcumd-banner .breadcumd-wrapper .right-content li {
  font-size: 18px;
  position: relative;
  text-transform: capitalize;
}
.breadcumd-banner .breadcumd-wrapper .right-content li:not(:last-child) {
  margin-right: 20px;
}
.breadcumd-banner .breadcumd-wrapper .right-content li a {
  color: var(--white-color);
  transition: all 0.4s;
}
.breadcumd-banner .breadcumd-wrapper .right-content li a:hover {
  color: var(--theme-color);
}

/*========== Breadcumd Banner End  ==========*/
/*========== Service Section Start  ==========*/
.service-section {
  overflow: hidden;
}
.service-section .service-items {
  border: 1px solid, color #000000;
  position: relative;
}
.service-section .service-items .service-thumb {
  overflow: hidden;
}
.service-section .service-items .service-thumb img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.service-section .service-items .service-content {
  padding: 30px 20px;
}
.service-section .service-items .service-content h5 a {
  color: var(--black-color);
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
}
.service-section .service-items:hover .service-thumb img {
  transform: scale(1.3);
}
.service-section .service-items:hover .service-content h5 a {
  transform: scale(1.3);
  color: var(--theme-color);
}
.service-section .service-wrapper .owl-nav {
  text-align: center;
  margin-top: 50px;
}
.service-section .service-wrapper .owl-nav button.owl-next {
  padding: 0 !important;
  font: inherit;
  color: var(--white-color) !important;
  background: var(--theme-color) !important;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  margin-left: 10px;
}
.service-section .service-wrapper .owl-nav button.owl-prev {
  padding: 0 !important;
  font: inherit;
  color: var(--white-color) !important;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  background: var(--theme-color) !important;
}

.owl-carousel .owl-nav.disabled {
  display: block !important;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  display: none;
}

/*========== Service Section End  ==========*/
/*========== Service Overview Start  ==========*/
.service-overview {
  overflow: hidden;
}
.service-overview .overview-items {
  border: 1px solid var(--border-color);
  padding: 70px 40px;
  transition: all 0.4s ease-in-out;
  display: flex;
  align-items: center;
}
.service-overview .overview-items .overview-icon {
  margin-right: 15px;
  width: 100px;
  height: 80px;
}
.service-overview .overview-items .overview-icon img {
  width: 100%;
  height: 100%;
}
.service-overview .overview-items .overview-content h5 {
  color: var(--black-color);
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
}
.service-overview .overview-items:hover {
  box-shadow: 0px 0px 8px var(--theme-color);
}
.service-overview .overview-items:hover .overview-content h5 {
  color: var(--theme-color);
}

/*========== Service Overview End  ==========*/
/*========== Counter Section Start  ==========*/
.counter-section {
  background: url(../images/counter/bg.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  background-attachment: fixed;
}
.counter-section::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.counter-section .counter-wrapper {
  position: relative;
}
.counter-section .counter-wrapper .tittle {
  color: var(--white-color);
  margin-bottom: 30px;
}
.counter-section .counter-wrapper .counter-up-items .counterup-text {
  text-align: center;
}
.counter-section .counter-wrapper .counter-up-items .counterup-text .counterup {
  font-weight: 700;
  color: var(--white-color);
}
.counter-section .counter-wrapper .counter-up-items .counterup-text span {
  font-weight: 700;
  font-size: 42px;
  color: var(--white-color);
}
.counter-section .counter-wrapper .counter-up-items .counterup-text p {
  font-weight: 600;
  color: var(--white-color);
}

/*========== Counter Section End  ==========*/
/*========== Packges Section Start  ==========*/
.packges-section {
  overflow: hidden;
}
.packges-section .pricing-items {
  box-shadow: 0px 4px 24px 0px rgba(106, 105, 194, 0.25);
  padding: 50px 30px;
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
}
.packges-section .pricing-items .header-tittle {
  text-transform: uppercase;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}
.packges-section .pricing-items .price h3 {
  font-size: 48px;
  color: var(--black-color);
  transition: all 0.4s ease-in-out;
}
.packges-section .pricing-items .price p {
  font-weight: 500;
  font-size: 18px;
  transition: all 0.4s ease-in-out;
}
.packges-section .pricing-items .price .list {
  margin-top: 20px;
}
.packges-section .pricing-items .price .list li {
  color: var(--pragraph-color);
  line-height: 45px;
  transition: all 0.4s ease-in-out;
}
.packges-section .pricing-items .price .button {
  margin-top: 20px;
}
.packges-section .pricing-items .price .button .btns {
  padding: 15px 30px;
  text-transform: capitalize;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
}
.packges-section .pricing-items:hover {
  background-color: var(--theme-color);
  transform: translateY(-15px);
}
.packges-section .pricing-items:hover .header-tittle {
  color: var(--white-color);
}
.packges-section .pricing-items:hover .price h3 {
  color: var(--white-color) !important;
}
.packges-section .pricing-items:hover .price p {
  color: var(--white-color);
}
.packges-section .pricing-items:hover .price .list li {
  color: var(--white-color) !important;
}
.packges-section .pricing-items:hover .button .btns {
  background-color: var(--white-color);
  color: var(--theme-color);
}
.packges-section .pricing-items.style-two .price .button .btns {
  background-color: var(--white-color);
  color: var(--theme-color);
}

/*========== Packges Section End  ==========*/
/*========== Project Section Start  ==========*/
.project-section {
  overflow: hidden;
}
.project-section .project-items .project-thumb {
  position: relative;
}
.project-section .project-items .project-thumb img {
  width: 100%;
  height: 100%;
}
.project-section .project-items .project-thumb .effcet-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(42, 133, 203, 0.8);
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.project-section .project-items .project-thumb .effcet-bg .effcet-content {
  margin-top: 50%;
}
.project-section .project-items .project-thumb .effcet-bg .effcet-content h4 {
  text-align: center;
  font-size: 24px;
}
.project-section .project-items .project-thumb .effcet-bg .effcet-content h4 a {
  color: var(--white-color);
  text-transform: capitalize;
}
.project-section .project-items .project-thumb .effcet-bg .effcet-content .effcet-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-section .project-items .project-thumb .effcet-bg .effcet-content .effcet-link li {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  background: var(--white-color);
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  cursor: pointer;
}
.project-section .project-items .project-thumb .effcet-bg .effcet-content .effcet-link li a svg {
  font-size: 18px;
  color: var(--theme-color);
}
.project-section .project-items:hover .effcet-bg {
  opacity: 1;
}

/*========== Project Section End  ==========*/
/*========== Team Section Start  ==========*/
.team-section {
  overflow: hidden;
}
.team-section .team-wrapper .owl-nav {
  text-align: center;
  margin-top: 50px;
}
.team-section .team-wrapper .owl-nav button.owl-next {
  padding: 0 !important;
  font: inherit;
  color: var(--white-color) !important;
  background: var(--theme-color) !important;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  margin-left: 10px;
}
.team-section .team-wrapper .owl-nav button.owl-prev {
  padding: 0 !important;
  font: inherit;
  color: var(--white-color) !important;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  background: var(--theme-color) !important;
}
.team-section .team-items {
  border: 1px solid var(--border-color);
}
.team-section .team-items .team-thumb {
  overflow: hidden;
  position: relative;
}
.team-section .team-items .team-thumb img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.team-section .team-items .team-thumb .effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(42, 133, 203, 0.6);
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.team-section .team-items .team-thumb .effect .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50%;
}
.team-section .team-items .team-thumb .effect .icon li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  transition: all 0.4s ease-in-out;
  color: var(--theme-color);
  background-color: var(--white-color);
  margin-right: 10px;
}
.team-section .team-items .team-thumb .effect .icon li svg {
  transition: all 0.4s ease-in-out;
}
.team-section .team-items .team-thumb .effect .icon li:hover {
  background: var(--theme-color);
}
.team-section .team-items .team-thumb .effect .icon li:hover svg {
  color: var(--white-color) !important;
}
.team-section .team-items .team-thumb .effect .team-effcet-content {
  text-align: center;
  margin-top: 40%;
}
.team-section .team-items .team-thumb .effect .team-effcet-content h5 a {
  color: var(--white-color);
}
.team-section .team-items .team-thumb .effect .team-effcet-content p {
  color: var(--white-color);
  margin-bottom: 10px;
}
.team-section .team-items .team-thumb .effect .icon.style-two {
  margin-top: 0;
}
.team-section .team-items .team-content {
  padding: 25px 10px;
  transition: all 0.4s ease-in-out;
}
.team-section .team-items .team-content h5 {
  font-size: 22px;
}
.team-section .team-items .team-content h5 a {
  color: var(--black-color);
  transition: all 0.4s ease-in-out;
}
.team-section .team-items:hover .team-thumb img {
  transform: scale(1.3);
}
.team-section .team-items:hover .team-content h5 a {
  color: var(--theme-color);
}
.team-section .team-items:hover .effect {
  opacity: 1;
}
.team-section .team-items.style-two {
  border: none;
}

.owl-carousel .owl-nav.disabled {
  display: block !important;
}

/*========== Team Section End  ==========*/
/*========== Testimonial Section Start  ==========*/
.testimonial-section {
  overflow: hidden;
}
.testimonial-section .testi-wrapper .testimonial-items .testi-thump {
  width: 100px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 15px;
}
.testimonial-section .testi-wrapper .testimonial-items .testi-thump img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.testimonial-section .testi-wrapper .testimonial-items .testi-content h5 {
  color: var(--black-color);
}
.testimonial-section .testi-wrapper .testimonial-items .testi-content p {
  color: var(--pragraph-color);
}
.testimonial-section .testi-wrapper .owl-nav {
  text-align: center;
  margin-top: 50px;
}
.testimonial-section .testi-wrapper .owl-nav button.owl-next {
  padding: 0 !important;
  font: inherit;
  color: var(--white-color) !important;
  background: var(--theme-color) !important;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  margin-left: 10px;
}
.testimonial-section .testi-wrapper .owl-nav button.owl-prev {
  padding: 0 !important;
  font: inherit;
  color: var(--white-color) !important;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  background: var(--theme-color) !important;
}
.testimonial-section .testimonial .testimonial-items .testi-thump {
  width: 100px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 15px;
}
.testimonial-section .testimonial .testimonial-items .testi-thump img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.testimonial-section .testimonial .testimonial-items .testi-content h5 {
  color: var(--black-color);
}
.testimonial-section .testimonial .testimonial-items .testi-content p {
  color: var(--pragraph-color);
}
.testimonial-section .testimonial .owl-nav {
  text-align: center;
  margin-top: 50px;
}
.testimonial-section .testimonial .owl-nav button.owl-next {
  padding: 0 !important;
  font: inherit;
  color: var(--white-color) !important;
  background: var(--theme-color) !important;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  margin-left: 10px;
}
.testimonial-section .testimonial .owl-nav button.owl-prev {
  padding: 0 !important;
  font: inherit;
  color: var(--white-color) !important;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  background: var(--theme-color) !important;
}

.owl-carousel .owl-nav.disabled {
  display: block !important;
}

.testimonial-section {
  overflow: hidden;
}
.testimonial-section .client-items .client-thump {
  width: 100px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 15px;
}
.testimonial-section .client-items .client-thump img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.testimonial-section .client-items .client-content {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.testimonial-section .client-items .client-content h5 {
  color: var(--black-color);
}
.testimonial-section .client-items .client-content p {
  color: var(--pragraph-color);
}

/*========== Testimonial Section End  ==========*/
/*========== Newsletter Scetion Start ==========*/
.newsletter {
  overflow: hidden;
  padding: 70px 0px;
  background-color: var(--theme-color);
}
.newsletter .form-content h4 {
  color: var(--white-color);
}
.newsletter .form {
  position: relative;
}
.newsletter .form input {
  color: var(--theme-color);
  width: 100%;
  padding: 22px 40% 22px 35px;
  border: none;
  outline: none;
  border-radius: 10px;
}
.newsletter .form svg {
  position: absolute;
  top: 30px;
  left: 14px;
  color: var(--theme-color);
}
.newsletter .form .effect-button {
  position: absolute;
  top: 22px;
  right: 6px;
}
.newsletter .form .effect-button .effect-btns {
  border: none;
  outline: none;
  border-radius: 5px;
  background: none;
  color: var(--white-color);
  padding: 16px 40px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: var(--theme-color);
  box-shadow: 0px 18px 30px 0px rgba(100, 159, 205, 0.36);
}

/*========== Newsletter Scetion End ==========*/
/*========== Chosse Section Start  ==========*/
.choose-section {
  overflow: hidden;
}
.choose-section .choose-items {
  padding: 30px 15px;
  transition: all 0.4s ease-in-out;
  background-color: var(--white-color);
}
.choose-section .choose-items .choose-icon {
  border-radius: 100%;
  background-color: var(--theme-color);
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  margin-right: 35px;
  margin: 0 auto;
}
.choose-section .choose-items .choose-icon svg {
  color: var(--white-color);
  text-align: center;
  margin: 0 auto;
}
.choose-section .choose-items .choose-content {
  text-align: center;
  margin-top: 10px;
}
.choose-section .choose-items .choose-content h5 {
  color: var(--black-color);
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
}
.choose-section .choose-items:hover {
  transform: scale(1.1);
}
.choose-section .choose-items:hover .choose-content h5 {
  color: var(--theme-color);
}

/*========== Chosse 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: 1px solid;
	color: #91b3cd;
  color: var(--black-color);
}
.booking-items .contact-right .form-clt ::placeholder {
  color: var(--theme-color) !important;
}
.booking-items .contact-right .form-clt select {
  width: 100%;
  outline: none;
  border-radius: 5px;
  border: none;
  padding: 14px 15px;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
}
.booking-items .contact-right .form-clt-big input {
  padding: 14px 15px 100px;
}
.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  ==========*/
/*========== Plumber Section Start  ==========*/
.plumber-section {
  overflow: hidden;
}
.plumber-section .plumber-thumb img {
  width: 100%;
  height: 100%;
}
.plumber-section .plumber-items .plumber-tittle {
  color: var(--black-color);
  text-transform: capitalize;
}
.plumber-section .plumber-items .plumber-list {
  margin-top: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.plumber-section .plumber-items .plumber-list .left {
  margin-right: 50px;
}
.plumber-section .plumber-items .plumber-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.plumber-section .plumber-items .plumber-list li svg {
  color: var(--theme-color);
  font-size: 18px;
}
.plumber-section .plumber-items .plumber-list li p {
  margin-left: 5px;
}

/*========== Plumber Section End  ==========*/
/*========== Promotion Section Start ==========*/
.promition-section {
  overflow: hidden;
  background: url(../images/promotion/bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
.promition-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(20, 25, 29, 0.5);
}
.promition-section .promotion-items {
  position: relative;
}
.promition-section .promotion-items .promo-content {
  max-width: 650px;
}
.promition-section .promotion-items .promo-content h3 {
  color: var(--white-color);
}
.promition-section .promotion-items .promo-content h6 {
  color: var(--white-color);
  margin: 10px 0;
}
.promition-section .promotion-items .promo-content p {
  color: var(--white-color);
  margin-bottom: 20px;
}
.promition-section .promotion-items .promo-content .cmn--btn {
  color: var(--white-color);
  border: 1px solid var(--white-color);
}
.promition-section .promotion-items .promo-content .cmn--btn:hover {
  background-color: var(--white-color);
  border: 1px solid var(--white-color);
  color: var(--black-color);
}

/*========== Promotion Section End ==========*/
/* ====================== [ FQA Page ] ====================== */
.faq-area {
  overflow: hidden;
}

.faq-wrapper .accordion-button {
  background: var(--theme-color);
  color: var(--white-color);
  padding: 10px 10px 10px 70px;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  min-height: 60px;
  text-align: left;
}

.faq-wrapper .accordion-button::after {
  content: "+";
  font-weight: 600;
  font-size: 16px;
  margin-left: 0;
  background-image: none;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 5px;
  position: absolute;
  left: 10px;
}

.faq-wrapper .accordion-button:focus {
  box-shadow: none;
}

.faq-wrapper .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
  content: "-";
  background-color: var(--white-color);
  color: var(--theme-color);
  font-size: 24px;
}

.faq-wrapper .accordion-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid var(--border-color);
}

.faq-wrapper .accordion-item:first-of-type .accordion-button {
  border-radius: 0;
}

.faq-wrapper .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 5px;
}

.faq-wrapper .accordion-body {
  border: 0;
  padding: 20px 30px;
  position: relative;
}

.faq-wrapper .accordion-collapse {
  border: 0;
  background: var(--white-color);
  border-top: 0;
  border-radius: 0 0 5px 5px;
}

.faq-wrapper .accordion-button.collapsed {
  background: var(--white-color);
  color: var(--black-color);
}

.faq-wrapper .accordion-button.collapsed:after {
  background: var(--theme-color);
  color: var(--white-color);
}

.faq-wrapper.accordion-bordered .accordion-item {
  border-color: var(--black-color);
}

.question-content {
  text-align: center;
}

.question-content p {
  margin-bottom: 40px;
}

.mr10 {
  margin-right: 10px;
}

/* ====================== [ FQA Page ] ====================== */
/*=============== 404 Page Start ===============*/
.error-page {
  overflow: hidden;
}
.error-page .error-items .error-thumb {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.error-page .error-items .error-thumb img {
  width: 100%;
  height: 100%;
}
.error-page .error-items .error-button {
  margin-top: 30px;
}

/*=============== 404 Page End ===============*/
/*=============== Contact Page Here ===============*/
.contact-info {
  overflow: hidden;
}
.contact-info .contact-right .form-clt input {
  width: 100%;
  outline: none;
  border-radius: 5px;
  border: none;
  padding: 14px 15px;
  border: 2px solid #ebebeb;
  color:#000;
}
.contact-info .contact-right .form-clt-big input {
  padding: 14px 15px 100px;
  width: 100%;
  outline: none;
  border-radius: 5px;
  border: none;
  border: 2px solid #ebebeb;
  color:#000;
}
.contact-info .googpemap {
  padding: 65px 20px 0;
}
.contact-info .googpemap iframe {
  width: 100%;
  height: 600px;
  border-radius: 20px;
}

.map-section .googpemap {
  padding: 65px 20px 0;
}
.map-section .googpemap iframe {
  width: 100%;
  height: 350px;
  border-radius: 20px;
}

.map-section.style-two .googpemap {
  padding: 0px 0px 0px;
}
.map-section.style-two {
  overflow:hidden;
}
.map-section {
    overflow: hidden;
}
/*=============== Contact Page End ===============*/
/*=============== Team Section End ===============*/
.team-single {
  overflow: hidden;
}
.team-single .team-s-wrapper .team-left-item .team-item-thumb img {
  width: 100%;
  height: 100%;
}
.team-single .team-s-wrapper .team-right-item .team-more-details {
  margin-top: 30px;
}
.team-single .team-s-wrapper .team-right-item .team-more-details .team-address-location li {
  display: flex;
  align-items: center;
  border: 1px solid #f3f3f3;
  border-right: none;
  padding: 15px 10px;
  color: var(--pragraph-color);
}
.team-single .team-s-wrapper .team-right-item .team-more-details .team-address-location li svg {
  padding-right: 30px;
}
.team-single .team-s-wrapper .team-right-item .team-more-details .team-address-location li:not(:last-child) {
  border-bottom: none;
}
.team-single .team-s-wrapper .team-right-item .team-more-details .team-address-location li .icon {
  display: flex;
}
.team-single .team-s-wrapper .team-right-item .team-more-details .team-address-location li .icon .fa-twitter {
  color: #23b6ea;
}
.team-single .team-s-wrapper .team-right-item .team-more-details .team-address-location li .icon .fa-instagram {
  color: #db4437;
}
.team-single .team-s-wrapper .team-right-item .team-more-details .team-address-location li .icon .fa-vimeo-v {
  color: #3b5998;
}
.team-single .team-s-wrapper .team-right-item .team-more-details .team-address-location li .icon .fa-behance {
  color: #0084ff;
}
.team-single .team-s-wrapper .team-right-item .team-more-details .team-address-location li .icon .fa-linkedin-in {
  color: #0084ff;
}
.team-single .team-s-wrapper .team-right-item .team-more-details .team-address-location li .icon a i {
  margin-right: -10px;
}
.team-single .team-s-wrapper .team-award-items {
  margin-top: 50px;
}
.team-single .team-s-wrapper .team-award-items h4 {
  color: var(--black-color);
}
.team-single .team-s-wrapper .team-award-items .p-wrap {
  margin-bottom: 10px;
}
.team-right-details h6{
	font-weight:500;
}
/*=============== Team Section End ===============*/
/*=============== Pricing Section End ===============*/
.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-color);
  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 .active {
  opacity: 1;
}
.pricing-itmes .pricing-header {
  margin-bottom: 25px;
  text-align: center;
}
.pricing-itmes .pricing-header .title {
  margin-bottom: 4px;
  text-transform: uppercase;
}
.pricing-itmes .pricing-header .head-price {
  font-size: 57px;
  font-weight: 700;
  color: var(--black-color);
  margin: 8px 0px;
}
.pricing-itmes .pricing-header h6 {
  color: var(--pragraph-color);
  font-weight: 600;
}
.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(--pragraph-color);
}
.pricing-itmes .pricing-list li:not(:last-child) {
  margin-bottom: 12px;
}
.pricing-itmes .pricing-list li svg {
  margin-right: 8px;
  font-size: 10px !important;
  color: var(--theme-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 ===============*/
@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;
}

.blog-items {
  background-color: var(--white-color);
  box-shadow: 0px 4px 24px 0px rgba(106, 105, 194, 0.25);
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
}
.blog-items .blog-thump {
  overflow: hidden;
  position: relative;
}
.blog-items .blog-thump img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.blog-items .blog-content {
  padding: 30px 20px;
}
.blog-items .blog-content .comments-two {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 0px;
}
.blog-items .blog-content .comments-two li {
  margin-right: 15px;
}
.blog-items .blog-content .comments-two li svg {
  color: var(--theme-color);
  margin-right: 5px;
}
.blog-items .blog-content h6 {
  text-transform: uppercase;
}
.blog-items .blog-content h6 a {
  color: var(--black-color);
  transition: all 0.4s ease-in-out;
}
.blog-items .blog-content .blog-button {
  margin-top: 20px;
}
.blog-items .blog-content .comments {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
.blog-items .blog-content .comments li {
  color: var(--black-color);
  font-size: 16px;
}
.blog-items .blog-content .comments li svg {
  color: var(--theme-color);
  margin-right: 8px;
}
.blog-items:hover .blog-thump img {
  transform: scale(1.3);
}
.blog-items:hover .blog-content h6 a {
  color: var(--theme-color);
}
.blog-items:hover .blog-thump .date-tittle {
  color: var(--theme-color);
}
.blog-items:hover {
  transform: translateY(-10px);
}

.blog-items.style-two:hover .blog-thump img {
  transform: initial;
}
.blog-items.style-two:hover {
  transform: translateY(0px);
}

/*========== Blog Section End  ==========*/
/*========== Tour Info Detailas Here ==========*/
.details-page .details-wrapper .details-items {
  box-shadow: 0px 4px 24px 0px rgba(106, 105, 194, 0.25);
  border-radius: 5px;
  margin-bottom: 40px;
}
.details-page .details-wrapper .details-items .inner-details .inner-thumb {
  overflow: hidden;
}
.details-page .details-wrapper .details-items .inner-details .inner-thumb img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.details-page .details-wrapper .details-items .inner-details .details-content {
  margin-top: 8px;
  padding: 30px;
}
.details-page .details-wrapper .details-items .inner-details .details-content h4 {
  color: var(--black-color);
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}
.details-page .details-wrapper .details-items .inner-details .details-content p {
  color: var(--pragraph-color);
  font-weight: 500;
  line-height: 30px;
}
.details-page .details-wrapper .details-items .inner-details .details-content .p-item {
  margin-bottom: 10px;
}
.details-page .details-wrapper .details-items .inner-details .details-content .sub-comments {
  margin-top: 20px;
  background: var(--theme-color);
  padding: 30px 15px;
  text-align: center;
}
.details-page .details-wrapper .details-items .inner-details .details-content .sub-comments svg {
  color: var(--white-color);
  font-size: 50px;
}
.details-page .details-wrapper .details-items .inner-details .details-content .sub-comments p {
  color: var(--white-color);
}
.details-page .details-wrapper .details-items .inner-details .details-content .thumb-items {
  padding: 30px 0px;
}
.details-page .details-wrapper .details-items .inner-details .details-content .thumb-items .thumb img {
  width: 100%;
  height: 100%;
}
.details-page .details-wrapper .details-items .inner-details:hover .inner-thumb img {
  transform: scale(1.2);
}
.details-page .details-wrapper .details-items .inner-details:hover .details-content h4 {
  color: var(--theme-color);
}
.details-page .details-wrapper .admin-items {
  margin-top: 50px;
  padding: 30px 30px 30px 30px;
  box-shadow: 0px 4px 24px 0px rgba(106, 105, 194, 0.25);
}
.details-page .details-wrapper .admin-items .admin-wrapper {
  display: flex;
  align-items: center;
}
.details-page .details-wrapper .admin-items .admin-wrapper .admin-left {
  margin-right: 20px;
}
.details-page .details-wrapper .admin-items .admin-wrapper .admin-left .admin-thump img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
}
.details-page .details-wrapper .admin-items .admin-wrapper .admin-right .admin-content h6 {
  text-transform: uppercase;
  color: var(--theme-color);
  margin-bottom: 10px;
}
.details-page .details-wrapper .admin-items .admin-wrapper .admin-right .admin-content p {
  margin-bottom: 20px;
}
.details-page .details-wrapper .admin-items .admin-wrapper .admin-right .admin-content a {
  margin-right: 15px;
  font-size: 18px;
}
.details-page .details-wrapper .admin-items-two {
  box-shadow: 0px 4px 24px 0px rgba(106, 105, 194, 0.25);
  margin-top: 30px;
}
.details-page .details-wrapper .admin-items-two .two-comment {
  border-bottom: 1px solid #f1f1f1;
}
.details-page .details-wrapper .admin-items-two .two-comment h5 {
  padding: 30px 0px 30px 30px;
  text-transform: uppercase;
}
.details-page .details-wrapper .admin-items-two .admin-wrapper-two {
  padding: 30px 30px 30px 30px;
  display: flex;
  border-bottom: 1px solid #f1f1f1;
}
.details-page .details-wrapper .admin-items-two .admin-wrapper-two .admin-left {
  margin-right: 20px;
}
.details-page .details-wrapper .admin-items-two .admin-wrapper-two .admin-left .admin-thump.style-two img {
  border-radius: 100%;
  width: 110px;
  height: 110px;
}
.details-page .details-wrapper .admin-items-two .admin-wrapper-two .admin-right .admin-content h6 {
  font-weight: 600;
  margin-bottom: 10px;
}
.details-page .details-wrapper .admin-items-two .contact-items {
  padding: 30px 30px 30px 30px;
}
.details-page .details-wrapper .admin-items-two .contact-items .form-clt input {
  width: 100%;
  outline: none;
  border-radius: 5px;
  border: none;
  padding: 14px 15px;
  border: 2px solid #ebebeb;
  color: var(--theme-color);
}
.details-page .details-wrapper .sidebar .sidebar-catagory {
  box-shadow: 0px 2px 8px rgba(202, 205, 219, 0.42);
  padding: 20px;
  margin-bottom: 40px;
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-catagory-title {
  margin-bottom: 15px;
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-catagory-title h5 {
  font-weight: 600;
  color: var(--black-color);
  text-transform: capitalize;
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-catagory-body ul li {
  padding-block: 15px;
  border-bottom: 1px solid rgba(236, 240, 243, 0.99);
  display: flex;
  justify-content: space-between;
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-catagory-body ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-catagory-body ul li a {
  color: var(--pragraph-color);
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  text-transform: capitalize;
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-catagory-body ul li span {
  color: var(--pragraph-color);
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  font-size: 16px;
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-catagory-body ul li:hover a {
  color: var(--theme-color);
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-catagory-body ul li:hover span {
  color: var(--theme-color);
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-catagory-body ul li .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-catagory-body ul li .content {
  width: calc(100% - 80px);
  padding-left: 15px;
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-catagory-body ul li .content a {
  transition: all 0.3s ease-in-out;
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-catagory-body ul li .content a h6 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--black-color);
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-catagory-body ul li .content a p {
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 500;
  color: var(--pragraph-color);
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-catagory-body ul li:hover a h6 {
  color: var(--theme-color);
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-catagory-post-body ul li {
  padding-block: 10px;
  display: flex;
  justify-content: space-between;
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-catagory-post-body ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-catagory-post-body ul li .thumb {
  width: 100px;
  height: 100px;
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-catagory-post-body ul li .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-catagory-post-body ul li .content {
  width: calc(100% - 80px);
  padding-left: 15px;
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-catagory-post-body ul li .content a {
  transition: all 0.3s ease-in-out;
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-catagory-post-body ul li .content a h6 {
  color: var(--black-color);
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-catagory-post-body ul li .content a p {
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 500;
  color: var(--pragraph-color);
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-catagory-post-body ul li:hover a h6 {
  color: var(--theme-color);
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-tag-body ul {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 10px;
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-tag-body ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-tag-body ul li a {
  text-decoration: none;
  font-weight: 600;
  color: var(--pragraph-color);
  display: block;
  border: 1px solid #ebebeb;
  padding: 10px 15px;
  margin-right: 5px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
}
.details-page .details-wrapper .sidebar .sidebar-catagory .sidebar-catagory-area .sidebar-tag-body ul li a:hover {
  background: var(--theme-color);
  border: 1px solid var(--theme-color);
  color: var(--white-color);
}
.details-page .default-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
}
.details-page .default-pagination .active a {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.details-page .default-pagination li {
  margin-right: 10px;
}
.details-page .default-pagination li a {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  box-shadow: 0px 4px 24px 0px rgba(106, 105, 194, 0.25);
  background-color: var(--white-color);
  display: block;
  transition: all 0.4s ease-in-out;
}
.details-page .default-pagination li a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.single-faq-items {
  margin-top: 70px;
}

.single-faq {
  text-transform: capitalize;
  margin-bottom: 20px;
}

/*--Button Area Start--*/
/*--Button Area Start--*/
.cmn--btn {
  border-radius: 10px;
  padding: 13px 30px 14px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  color: var(--theme-color);
  text-transform: capitalize;
  transition: all 0.3s;
  background: transparent;
  border: 1px solid var(--theme-color);
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-right: 15px;
}
.cmn--btn:hover {
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
  color: var(--white-color);
}

.cmn--border {
  border-radius: 10px;
  padding: 12px 30px 13px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  color: var(--theme-color);
  text-transform: capitalize;
  border: 1px solid var(--border);
  transition: all 0.5s;
  background: transparent;
  position: relative;
  z-index: 1;
}
.cmn--border:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.cmn--link {
  font-size: 18px;
  font-weight: 600;
  color: var(--theme-color);
  transition: all 0.3s;
}
.cmn--link i {
  padding-left: 4px;
  font-size: 16px;
  color: var(--theme-color);
}
.cmn--link:hover {
  color: var(--theme-color);
}

@media screen and (max-width: 768px) {
  .cmn--btn {
    padding: 14px 25px 14px;
    font-size: 15px;
  }
  .cmn--border {
    padding: 14px 25px 14px;
    font-size: 15px;
  }
}
/*--Button Area End--*/
/*--Button Area End--*/
@media screen and (max-width: 1199px) {
  h1 {
    font-size: 56px;
    line-height: 70.8px;
  }
  h2 {
    font-size: 54px;
    line-height: 68.1px;
  }
  h3 {
    font-size: 38px;
    line-height: 49px;
  }
  h5 {
    font-size: 22px;
    line-height: 29.2px;
  }
  p {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 47px;
    line-height: 64.1px;
  }
  h3 {
    font-size: 34px;
    line-height: 42px;
  }
  h4 {
    font-size: 29px;
    line-height: 50.2px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
    line-height: 60.8px;
  }
  h5 {
    font-size: 19px;
    line-height: 29.2px;
  }
  h4 {
    font-size: 26px;
    line-height: 42.2px;
  }
  h6 {
    font-size: 18px;
    line-height: 30px;
  }
  p {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  h1 {
    font-size: 44px;
    line-height: 60.8px;
  }
  h2 {
    font-size: 37px;
    line-height: 54.1px;
  }
  h3 {
    font-size: 30px;
    line-height: 38px;
  }
  h4 {
    font-size: 22px;
    line-height: 38.2px;
  }
  h6 {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  h1 {
    font-size: 38px;
    line-height: 42.8px;
  }
  h2 {
    font-size: 30px;
    line-height: 44.1px;
  }
  h5 {
    font-size: 20px;
    line-height: 24.2px;
  }
}
@media screen and (max-width: 420px) {
  h1 {
    font-size: 30px;
    line-height: 40.8px;
  }
  h2 {
    font-size: 27px;
    line-height: 36.1px;
  }
  h3 {
    font-size: 26px;
    line-height: 35px;
    font-weight: 600;
  }
  h4 {
    font-size: 19px;
    line-height: 30.2px;
  }
  h5 {
    font-size: 18px;
    line-height: 27.2px;
  }
  p {
    font-size: 13px;
  }
}
@media screen and (max-width: 1199px) {
  .header-wrapper .logo-menu {
    max-width: 325px;
  }
  .header-wrapper .main-menu .btn-wrapper {
    margin-left: 0px;
  }
  .header-wrapper .main-menu li a {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .header-section {
    padding: 10px 0;
  }
  .menu-btn-wrapper {
    display: none;
  }
  .header-wrapper {
    padding: 12px 0px;
  }
  .header-wrapper .logo-menu {
    padding: 0px 0px;
  }
  .main-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    display: inline !important;
    left: 0;
    z-index: 999;
    padding: 15px 15px;
    background: #000000;
    transition: all 2s !important;
    transform-origin: top;
    max-height: calc(100vh - 130px);
    overflow-y: auto;
  }
  .main-menu:not(.active) {
    display: none !important;
    transition: all 2s;
  }
  .main-menu li {
    width: 100%;
  }
  .main-menu li:not(:last-child) {
    border-bottom: 1px solid rgb(198, 206, 210);
    margin-right: 0 !important;
  }
  .main-menu li a {
    display: block;
    padding: 14px 0px;
  }
  .main-menu .btn-wrapper {
    margin-top: 15px;
  }
  .main-menu .btn-wrapper .cmn--btn-3 {
    margin-top: 14px;
  }
  .main-menu .active a {
    color: var(--white-color);
  }
  .header-bar {
    position: relative;
    width: 25px;
    height: 20px;
  }
  .header-bar span {
    position: absolute;
    width: 100%;
    height: 2px;
    display: inline-block;
    transition: all 0.3s;
    left: 0;
    background: var(--theme-color);
  }
  .header-bar span:first-child {
    top: 0;
    background: #FFFFFF;
  }
  .header-bar span:nth-child(2) {
    top: 44%;
    background: #FFFFFF;
  }
  .header-bar span:last-child {
    bottom: 0;
    background: #FFFFFF;
  }
  .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);
  }
  .header-bar:hover {
    cursor: pointer;
  }
  .header-wrapper .main-menu li .sub-menu {
    background: var(--white-color);
    position: relative;
    transform: translateY(2px);
  }
  .header-wrapper .main-menu li .sub-menu li a {
    color: var(--black-color);
    padding: 10px 20px;
  }
}
/*========== Service Overview Here ==========*/
@media screen and (max-width: 1199px) {
  .service-overview .overview-items {
    flex-wrap: wrap;
    justify-content: center;
  }
  .service-overview .overview-items .overview-icon {
    text-align: center;
    margin: 0 auto;
  }
  .service-overview .overview-items .overview-content {
    text-align: center;
    margin-top: 20px;
  }
}
/*========== Service Overview End ==========*/
/*========== Newsletter Scetion Here ==========*/
@media screen and (max-width: 991px) {
  .newsletter .form input {
    font-size: 15px;
  }
  .newsletter .form .effect-button .effect-btns {
    padding: 15px 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 500px) {
  .newsletter .form input {
    font-size: 14px;
  }
  .newsletter .form .effect-button .effect-btns {
    padding: 10px 10px;
    font-size: 14px;
  }
}
/*========== Newsletter Scetion End ==========*/
/*========== Banner Section Three Start  ==========*/
@media screen and (max-width: 1199px) {
  .banner-section .banner-items {
    padding: 200px 0px;
  }
  .banner-section .banner-thumb {
    max-width: 450px;
    height: 480px;
  }
}
@media screen and (max-width: 991px) {
  .banner-section .banner-items {
    padding: 150px 0px;
  }
  .banner-section .banner-thumb {
    display: none;
  }
}
/*========== Banner Section Three End  ==========*/
/*========== Banner Section Three Start  ==========*/
@media screen and (max-width: 768px) {
  .breadcumd-banner .breadcumd-wrapper .right-content li {
    font-size: 15px;
  }
  .breadcumd-banner .breadcumd-wrapper .right-content li:not(:last-child) {
    margin-right: 12px;
  }
}
/*========== Banner Section Three End  ==========*/
/*========== Blog Single Start  ==========*/
@media screen and (max-width: 500px) {
  .blog-page .admin-items .admin-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .blog-page .admin-items .admin-wrapper .admin-left {
    margin-right: initial;
  }
  .blog-page .admin-items .admin-wrapper .admin-right {
    text-align: center;
    margin-top: 20px;
  }
  .blog-page .admin-items-two .admin-wrapper-two {
    flex-wrap: wrap;
    justify-content: center;
  }
  .blog-page .admin-items-two .admin-wrapper-two .admin-left {
    margin-right: initial;
  }
  .blog-page .admin-items-two .admin-wrapper-two .admin-right {
    margin-top: 20px;
  }
  .blog-page .admin-items-two .admin-wrapper-two .admin-right .admin-content {
    text-align: center;
  }
}
/*========== Blog Single End  ==========*/
@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;
  }
}

/*==================================
	Homepage video css
===================================*/

#video-box video {
    width: 100%;
}

#hero-banner{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
  text-align: center;

  
  #video-box{
    width: 100%;
	opacity:.90;
    filter: grayscale(.15);
  }
  
  video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    
  }
}

#hero-content {
  position: absolute;
  max-width:750px;
}
#hero-content .banner-items .banner-content h2 {
    text-transform: uppercase;
    color: var(--white-color);
}

#hero-content .banner-items .banner-content p {
    color: var(--white-color);
    margin-bottom: 35px;
    margin-top: 15px;
    display: inline-block;
}
.banner-button.four .cmn--btn {
    color: var(--white-color);
    background: var(--theme-color);
}

.banner-button.four .cmn--btn:hover {
    background: transparent;
    border: 1px solid var(--white-color);
}
.overview-items.four {
    display: inline-block;
    text-align: center;
}

.overview-icon.four {
    text-align: center;
    margin: 0 auto 25px;
    width: 100px;
    height: auto;
    display: inline-block;
}
/*------ fullscreen search bar area start here --------*/
.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: #141b22;
}
.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap .search-field-holder {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .search-wrap .search-field-holder {
    width: 80%;
  }
}
.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: uppercase;
  background: transparent;
  font-size: 25px;
  color: var(--white-color);
  border-bottom: 2px solid var(--white-color);
  text-align: center;
  letter-spacing: 2px;
}

@media (max-width: 575px) {
  .search-wrap .main-search-input {
    height: 50px;
    padding: 0 0;
    line-height: 50px;
    font-size: 18px;
  }
}
.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: var(--white-color);
}

input.main-search-input::placeholder {
  color: var(--white-color);
  opacity: 1;
  font-size: 25px;
}

@media (max-width: 575px) {
  input.main-search-input::placeholder {
    font-size: 18px;
  }
}
.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: var(--white-color);
  cursor: pointer;
}
.menu__components.one-page {
    margin-left: 25px;
}

/*------ fullscreen search bar area end here --------*/
/*# sourceMappingURL=main.css.map */