/*===============================================
Template Name:pixer company HTML5 Template
Author:  https://templatemonster/user/drtheme
Description: Description
Version: 1.0.0
Text Domain: pixer
Tags: agency, consulting, digital agency, digital marketing, digital marketing agency, marketing, marketing agency, media agency, portfolio, seo, seo agency, seo agency theme, seo marketing, smm, social media marketing agency.
================================================*/

/*TABLE OF CONTENTS*/
/*=====================
01. pixer Header Top Menu Area Css
02. pixer Nav Menu Area Css 
03. pixer Slider Area Css
04. pixer Section Title Css
05. pixer Service Area css
06. pixer About Area Css
07. pixer Counter Area Css
08. pixer Case Study Area Css
09. pixer Testimonial Area Css
10. pixer Process Area Css
11. pixer Team Area Css
12. pixer Faq Area Css
13. pixer Brand Section Css
14. pixer Call Do Section Css
15. pixer Form Box Css
16. pixer Skill Area Css
17. pixer Blog Area Css
18. pixer footer Area Css
19. pixer Subscribe Area Css
20. pixer Lines CSS
21. pixer Prossess Ber Css
22. pixer Scrollup Section
23. pixer Bounce Animation Css 
24. pixer Animation Dance
25. pixer Breadcumb Area Css
26. pixer abouts_areas Css
27. pixer Feture-Area Css
28. pixer Pricing Section Css
29. pixer Web Development Section CSS
30. pixer Contact  US Css
31. pixer Blog Sidber Widget CSS
32. pixer Case Study Details Css
33. pixer Search Box Css
34. pixer Loader Css
=======================*/

/*================================
<--  pixer Nav Menu Area Css -->
==================================*/
.pixer_nav_manu {
}

.sticky {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  background: #101210 !important;
  transition: 0.5s !important;
  z-index: 922;
  -webkit-animation: 300ms running fadeInDown;
  animation: 500ms running fadeInUp;
  animation-name: slideInDown;
}

.sticky .pixer_menu > ul > li > a {
  color: #fff;
}

.sticky .pixer_menu > ul > li > a i {
  color: #fff;
  transition: 0.5s;
}

.sticky .header-button a {
}

.sticky .header-button a i {
  color: #fff;
}

/* logo box */
a.logo_img img.logo-light {
  display: none;
}

.sticky a.logo_img img.logo-light {
  display: none;
}

.light-theme a.logo_img img.logo-light {
  display: block;
}

.sticky a.logo_img img.logo-light {
  display: block;
}

.light-theme a.logo_img img.logo-dark {
  display: none;
}

.sticky a.logo_img img.logo-dark {
  display: none;
}

.dark-light span {
  display: inline-block;
  font-size: 30px !important;
}

.dark-light .moon {
  display: none;
}

/* pixer Menu Css*/
.pixer_nav_manu {
  background: #232323;
  position: relative;
  z-index: 1;
}

nav.pixer_menu {
  text-align: right;
  margin-right: 30px;
}

.pixer_menu ul {
  list-style: none;
  display: inline-block;
}

.pixer_menu > ul > li {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.pixer_menu > ul > li > a {
  font-size: 16px;
  display: block;
  margin: 32px 18px;
  transition: 0.5s;
  color: #fff;
  font-weight: 500;
}

nav.pixer_menu span {
  display: inline-block;
  font-size: 14px;
  padding-left: 10px;
  color: #fff;
  transition: 0.5s;
  opacity: 0.8;
}

/*** Sub Menu Style 
==========================***/
.pixer_menu ul .sub-menu {
  position: absolute;
  left: 0;
  top: 130%;
  width: 220px;
  text-align: left;
  background: #fff;
  margin: 0;
  z-index: 1;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
  visibility: hidden;
  border: 1px solid #000201;
  opacity: 0;
}

.pixer_menu ul li:hover > .sub-menu {
  visibility: visible;
  top: 100%;
  opacity: 1;
}

.pixer_menu ul .sub-menu li {
  position: relative;
}

.pixer_menu ul .sub-menu li a {
  display: block;
  padding: 12px 20px;
  margin: 0;
  line-height: 1.3;
  letter-spacing: normal;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  visibility: inherit !important;
  color: #000201 !important;
  border-bottom: 1px solid #000210;
}

.pixer_menu ul li .sub-menu li a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  background: #000201;
  z-index: -1;
  transition: 0.5s;
}

.pixer_menu ul li .sub-menu li a:hover:before {
  height: 100%;
  top: 0;
}

.pixer_menu ul li .sub-menu li a:hover {
  color: #fff !important;
}

/* sub menu 2 
=================*/

.pixer_menu ul .sub-menu .sub-menu {
  left: 100%;
  top: 130%;
  opacity: 0;
  visibility: hidden;
}

.pixer_menu ul .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 0%;
}

/* sub menu 3 
==================*/

.pixer_menu ul .sub-menu .sub-menu li {
  position: relative;
}

.pixer_menu ul .sub-menu .sub-menu .sub-menu {
  right: 100%;
  left: auto;
  top: 130%;
  opacity: 0;
  visibility: hidden;
}

.pixer_menu ul .sub-menu .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 0%;
}

ul.sub-menu li a span {
  background: #000;
  padding: 5px 10px;
  color: #fff;
  opacity: 1;
  font-family: "Fira Sans";
  border-radius: 2px;
  margin-left: 5px;
  transition: 0.5s;
}

ul.sub-menu li:hover a span {
  background: rgba(255, 255, 255, 0.2);
}

/* sub menu 4 
====================*/

.pixer_menu ul .sub-menu .sub-menu .sub-menu li {
  position: relative;
}

.pixer_menu ul .sub-menu .sub-menu .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 0%;
}

.pixer_menu li a:hover:before {
  width: 101%;
}

.pixer_nav_manu.sticky .logo_img {
  display: none;
}

.main_sticky {
  display: none;
}

.pixer_nav_manu.sticky .main_sticky {
  display: inherit;
}

.mobile-menu.mean-container {
  overflow: hidden;
}

img.logo-light {
  display: none;
}

/**
======================================================
<!-- Start pixer Hero Section  -->
======================================================**/
.hero-section {
  background: url(../images/slider/hero-b.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 850px;
  position: relative;
}

.hero-title h1 {
  font-size: 60px;
  line-height: 60px;
  color: #ffffff;
  font-weight: 500;
}

.hero-text p {
  margin-top: 17px;
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 500;
  width: 76%;
}

.hero-main-button {
  display: inline-block;
}

.hero-main-button a {
  display: inline-block;
  padding: 13px 40px;
  background: #000201;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
}

.hero-main-button a:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  width: 0px;
  height: 100%;
  background: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  content: "";
  z-index: -1;
}

.hero-main-button a:hover:before {
  width: 100%;
  opacity: 1;
}

.hero-main-button a:hover {
  color: #000201;
}

/*section title*/
.pixer-section-title h3 {
  font-size: 16px;
  line-height: 48px;
  color: #d3d3d3;
  font-weight: 500;
}

.pixer-section-title h2 {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
  font-weight: 500;
  margin: 0;
}

.pixer-section-title p {
  font-size: 16px;
  line-height: 28px;
  color: #d3d3d3;
  font-weight: 400;
  padding-top: 8px;
}

.pixer-section-title.text-center {
  margin-bottom: 22px;
}

.pixer-section-title.text-left {
  margin-bottom: 32px;
}

/*
<!-- =====================================-->
<!-- start pixer Portfolio area-->
<!-- =====================================-->*/
.portfolio-area {
  background-color: #313131;
  padding: 75px 0 120px;
}

.row.portfolio-box {
  margin-top: 42px;
}

.single-portfolio-box {
  display: inline-block;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.single-portfolio-box .portfolio-overlay {
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 10px;
  transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
}

.single-portfolio-box .portfolio-overlay {
  opacity: 0;
  top: -100%;
  background: rgba(0, 0, 0, 0.5);
}

.single-portfolio-box:hover .portfolio-overlay {
  top: 0;
  opacity: 1;
}

.portfolio-content h3 a {
  position: absolute;
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

span.portfolio-des {
  position: absolute;
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*
<!-- =====================================-->
    <!--start pixer testimonial area-->
<!-- =====================================-->*/
.testimonial-area {
  background: url(../images/resource/testi-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 132px 0 120px;
}

.testimonial-thumb {
  position: relative;
}

.testi-shape {
  position: absolute;
  top: -53px;
  left: -124px;
  transition: 0.5s;
  animation: moveLeftBounce 3s linear infinite;
}

.testimonial-title h2 {
  font-size: 36px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 25px;
}

.testi-des {
  margin-top: 17px;
  margin-bottom: 30px;
}

.testi-des p {
  font-size: 16px;
  line-height: 36px;
  color: #ffffff;
  font-weight: 400;
}

.test-autor-details {
  display: flex;
}

.autor-img {
  margin-right: 23px;
}

.testi-autor-content h3 {
  line-height: 45px;
}

.testi-autor-content h3 a {
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
}

.testi-autor-content span {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
}

/*left bounce animation*/

@keyframes moveLeftBounce {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes MOVIE-BG {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/*
<!-- =====================================-->
<!--start pixer call to action section-->
<!-- =====================================-->*/
.call-to-action-section {
  background: url(../images/resource/call-to-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 105px 0 125px;
}

.call-action-content {
  text-align: center;
}

.call-action-title h2 {
  font-size: 36px;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}

.call-action-des p {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  font-weight: 400;
  width: 38%;
  margin: 0 auto;
}

.section-button {
  margin-top: 23px;
  display: inline-block;
}

.section-button a {
  font-size: 16px;
  color: #000201;
  font-weight: 500;
  display: inline-block;
  background: #ffffff;
  padding: 13px 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.5s;
}

.section-button a::after {
  position: absolute;
  top: 0;
  left: -5%;
  right: auto;
  bottom: auto;
  width: 110%;
  height: 200%;
  background: #000201;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: skewY(-10deg) scale(1, 0);
  transform: skewY(-10deg) scale(1, 0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  content: "";
  z-index: -1;
}

.section-button a:hover:after {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: skewY(-10deg) scale(1, 1);
  transform: skewY(-10deg) scale(1, 1);
}

.section-button:hover a {
  color: #fff;
}

/*
<!-- =====================================-->
<!--start pixer blog area  -->
<!-- =====================================-->*/
.blog-area {
  padding: 75px 0 50px;
  background: #313131;
}

.row.blog-box {
  margin-top: 6px;
}

.single-blog {
  transition: 0.5s;
  position: relative;
  margin-bottom: 30px;
}

.blog-thumb {
  padding: revert;
  overflow: hidden;
  transform: scale(1);
}

.blog-thumb img {
  width: 100%;
  display: block;
  transition: 0.5s;
  transform: scale(1);
}

.blog-thumb:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.blog-content {
  padding: 10px 20px;
  transition: 0.5s;
}

.blog-meta-title h5 {
  font-size: 16px;
  line-height: 34px;
  color: #ffffff;
  font-weight: 400;
  margin: 0;
}

.blog-meta-title h2 {
  font-size: 24px;
  line-height: 36px;
  margin: 0;
}

.blog-meta-title h2 a {
  color: #ffffff;
  font-weight: 500;
  transition: 0.5s;
}

/*all hover */
.single-blog:hover .blog-thumb:after {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.single-blog:hover .blog-thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/**
======================================================
<--  pixer Footer Section Css -->
======================================================**/
footer.footer-section {
  background: url(../images/resource/footer-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 110px 0 0px;
}

.main-footer {
  margin-bottom: 100px;
}

.footer-desc p {
  font-size: 16px;
  line-height: 28px;
  color: #d3d3d3;
  font-weight: 400;
  margin: 22px 0 3px;
}

.footer-title-social h4 {
  font-size: 18px;
  color: #d3d3d3;
  font-weight: 500;
  margin: 0 0 10px;
}

.footer-social ul li {
  display: inline-block;
  margin-right: 18px;
}

.footer-social a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  background: #d3d3d3;
  text-align: center;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}

.footer-social a::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  border-radius: 100%;
  transform: scale(0);
  transition: 0.5s;
  z-index: -1;
}

.footer-social a:hover {
  color: #232323;
}

.footer-social a:hover::before {
  transform: scale(1);
}

.info-title h2 {
  font-size: 24px;
  color: #d3d3d3;
  font-weight: 500;
  margin-bottom: 16px;
}

.footer-recent-info ul li {
  list-style: none;
  margin-bottom: 8px;
}

.footer-recent-info ul li a {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
}

.footer-title h3 {
  font-size: 24px;
  color: #d3d3d3;
  font-weight: 500;
  margin-bottom: 16px;
}

.newsletter-desc p {
  font-size: 16px;
  line-height: 28px;
  color: #d3d3d3;
  font-weight: 400;
  margin-bottom: 32px;
}

.footer-form input {
  font-size: 16px;
  padding-left: 20px;
  color: #d3d3d3;
  font-weight: 400;
  width: 69%;
  height: 55px;
  background: transparent;
  border: 1px solid #d3d3d3;
}

footer.footer-section input::placeholder {
  font-size: 16px;
  color: #d3d3d3;
  font-weight: 400;
}

.footer-form {
  position: relative;
}

.footer-form button {
  font-size: 16px;
  color: #000201;
  font-weight: 500;
  width: 30%;
  height: 55px;
  background-color: #ffffff;
  border: 1px solid #fff;
  position: absolute;
  right: 5px;
  top: 0;
}

.footer-bottom p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  margin: 0;
}

.footer-bottom {
  background: #000201;
  padding: 18px 0;
}

/*=========================================
<!-- Start pixer Hero Section style-one -->
===========================================*/
.hero-section.style-one {
  background: url(../images/resource/hero-bg-2.png);
}

.hero-section.style-one .hero-title h1 {
  font-size: 60px;
  line-height: 76px;
  color: #ffffff;
  font-weight: 500;
}

.hero-title h2 {
  font-size: 36px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 500;
}

.hero-section.style-one .hero-text p {
  margin-top: 17px;
  margin-bottom: 42px;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 400;
  width: 90%;
}

.hero-section.style-one .hero-main-button a {
  display: inline-block;
  padding: 13px 38px;
  background: #fff;
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 500;
  color: #000201;
}

.hero-section.style-one .hero-main-button {
  display: inline-block;
  margin-right: 16px;
}

.hero-right-button {
  display: inline-block;
}

.hero-right-button a {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  border: 1.5px solid #fff;
  padding: 13px 40px;
}

/*=========================================
<!-- Start pixer about-section  -->
===========================================*/
section.about-section {
  background: #313131;
  padding: 100px 0 100px;
}

.about-list ul li {
  list-style: none;
  margin: 0px 0 20px;
  font-size: 16px;
  color: #d3d3d3;
  font-weight: 400;
}

.about-list i {
  display: inline-block;
  color: #fff;
  width: 27px;
  height: 27px;
  line-height: 27px;
  font-size: 16px;
  border-radius: 100%;
  background: #000201;
  margin-right: 10px;
  text-align: center;
}

.about-autor h4 {
  font-size: 24px;
  line-height: 42px;
  color: #ffffff;
  font-weight: 500;
  margin-top: 42px;
  padding-top: 20px;
  border-top: 1px solid rgba(211, 211, 211, 0.38);
}

.about-autor span {
  display: inline-block;
  font-size: 16px;
  color: #d3d3d3;
}

/*============================================
<!-- Start pixer study area-->
==============================================*/
.case-study-area {
  padding: 70px 0 70px;
  background: #000201;
}

.case-study-area .tab_content {
  display: none;
  -webkit-animation: fadeInUp 1s ease-in;
  animation: fadeInUp 1s ease-in;
}

.case-study-area .tab_content.active {
  display: block;
}

.case_study_nav {
  margin: 16px 0 50px;
}

.case_study_menu ul {
  text-align: center;
}

li.current_menu_item {
  border: none !important;
}

.case_study_menu ul li {
  background: transparent;
  border: medium none;
  font-size: 16px;
  color: #d3d3d3;
  line-height: 1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-transform: capitalize;
  padding: 7px 20px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  margin: 0 8px;
  margin-bottom: 7px;
  display: inline-block;
  border: 1px solid #d3d3d3;
}

.case_study_menu ul li:hover {
  color: #fff;
}

.case_study_menu ul li::before {
  animation: opacityFallbackOut 0.5s step-end forwards;
  backface-visibility: hidden;
  background-color: rgb(211, 211, 211, 0.38);
  clip-path: polygon(-1% 0, 0 0, -25% 104%, -1% 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.5s;
  width: 100%;
  z-index: -1;
}

.case_study_menu ul li:hover:before {
  animation: opacityFallbackIn 0s step-start forwards;
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
}

.case_study_menu ul li:hover::before {
  width: 100%;
  z-index: -1;
}

li.current_menu_item {
  color: #fff !important;
}

.case-study-box-inner {
  position: relative;
}

.case-study-thumb {
  position: relative;
  overflow: hidden;
}

.case-study-thumb::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 0;
  width: 100%;
  background-color: rgb(211, 211, 211, 0.38);
  border-radius: 5px;
  transition: all 0.35s ease-in-out;
}

.case-study-single-box:hover .case-study-thumb::before {
  height: 100%;
}

.case-study-thumb img {
  width: 100%;
  border-radius: 5px;
}

.case-study-single-box {
  margin-bottom: 30px;
}

/*============================================
<!-- start pixer brand-area -->
==============================================*/
.brand-area {
  background: #000201;
  padding: 100px 0 100px;
}
/*========================================
<!-- Start pixer breadcumb-area  -->
==========================================*/
.breadcumb-area {
  background: url(../images/resource/breadcumb-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 150px 0 170px;
}

.breadcumb-title h1 {
  font-size: 60px;
  line-height: 90px;
  color: #ffffff;
  font-weight: 500;
}

.breadcumb-content-menu ul li {
  list-style: none;
  display: inline-block;
  color: #fff;
  margin: 0 2px;
}

.breadcumb-content-menu ul li a {
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
}

.breadcumb-content-menu span {
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
}

/*========================================
<!--start pixer about Section style-one -->
==========================================*/
section.about-section.style-one {
  padding: 35px 0 0px;
}

section.about-section.style-one .about-thumb img {
  margin-left: -290px;
}

section.about-section.style-one .pixer-section-title p {
  color: #ffffff;
  padding-top: 0px;
  width: 95%;
}

p.photographer-text {
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 400;
}

/*========================================
<!-- start pixer service section  -->
==========================================*/
.service-section {
  padding: 75px 0 100px;
  background: #313131;
}

.service-single-box {
}

.service-thumb {
  position: relative;
  overflow: hidden;
}

.service-thumb::before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}

.service-single-box:hover .service-thumb::before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.service-thumb img {
  width: 100%;
}

.service-content {
  padding: 17px 15px 22px;
  background: #000201;
  text-align: center;
}

.service-box-title h2 {
  font-size: 36px;
  color: #ffffff;
  font-weight: 500;
  margin: 0;
}

.service-box-title h2 a {
  display: inline-block;
  color: #fff;
}

.service-des p {
  font-size: 16px;
  color: #ffffff;
  margin: 7px 0 24px;
}

.service-button a {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
}

.service-button a i {
  margin-left: 10px;
  font-size: 13px;
  position: relative;
  top: 2px;
}

/*============================================
<!--start pixer team area -->
==============================================*/
.team-area {
  padding: 70px 0 100px;
  background: #313131;
}

.row.team-box {
  margin-top: 25px;
}

.single-team-box {
  text-align: center;
  position: relative;
}

.single-team-box::before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}

.team-thumb img {
  width: 100%;
}

.team-member-content {
  background: #000201;
  padding: 22px 0 18px;
  transition: 0.5s;
  position: relative;
  margin-top: 0;
}

.team-member-title h2 {
  font-size: 24px;
  line-height: 36px;
  margin: 0;
}

.team-member-title h2 a {
  font-size: 24px;
  line-height: 36px;
  display: inline-block;
  transition: 0.5s;
  color: #ffffff;
  font-weight: 500;
}

.team-member-title span {
  display: inline-block;
  font-size: 16px;
  padding-top: 4px;
  padding-bottom: 5px;
  transition: 0.5s;
  color: #ffffff;
  font-weight: 500;
}

.team-social-list {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.5s;
  opacity: 0;
}

.team-social-list ul li {
  list-style: none;
  display: inline-block;
  margin: 0 6px;
  transition: 0.5s;
}

.team-social-list ul li a i {
  color: #fff;
  transition: 0.5s;
}

/*all hover*/

/*
.single-team-box:hover:before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.single-team-box:hover .team-social-list {
  opacity: 1;
}

.single-team-box:hover .team-member-content {
  padding: 23px 0 52px;
  margin-top: -35px;
}
*/

/*============================================
<!-- start pixer contact Area -->
==============================================*/
.contact-area {
  padding: 85px 0 90px;
  background: #313131;
}

.contact-address {
  margin-top: -12px;
}

.single-contact-box {
  margin-bottom: 16px;
}

.contact-box-title h2 {
  font-size: 24px;
  line-height: 48px;
  color: #ffffff;
  font-weight: 500;
}

.contact-box-description p {
  margin: 0;
  font-size: 16px;
  line-height: 31px;
  font-weight: 400;
}

.contact-box-description span {
  display: block;
}

.contact-social-icon ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}

.contact-social-icon ul li a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
}

.form-box {
  margin-bottom: 30px;
}

.form-box input {
  width: 100%;
  height: 55px;
  background-color: transparent;
  border: 1px solid #acacac;
  transition: 0.5s;
  padding: 6px 20px;
  box-shadow: none;
}

.contact-area input::placeholder {
  font-size: 12px;
  color: #ffffff;
}

.contact-area textarea::placeholder {
  font-size: 12px;
  color: #fff;
}

.form-box textarea {
  width: 100%;
  height: 200px;
  padding: 6px 20px;
  background: transparent;
  border: 1px solid #acacac;
}

.submit-button button {
  background: #fff;
  padding: 16px 32px;
  color: #000201;
  font-size: 16px;
  font-weight: 500;
  outline: none;
  letter-spacing: 0.5px;
  border: none;
  text-align: center;
  display: inline-block;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}

.submit-button button::before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000201;
  transform: scale(0, 1);
  transition: 0.5s;
}

.submit-button button:hover::before {
  transform: scale(1);
}

.submit-button button:hover {
  color: #fff;
}

/*============================================
<!-- start pixer google Area -->
==============================================*/

.google-maps iframe {
  width: 100%;
  height: 600px;
}

/*============================================
<!-- start pixer blog list area -->
==============================================*/
.sidebar-search-box {
  margin-bottom: 40px;
  padding: 35px 30px 35px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.sidebar-search-box input::placeholder {
  color: #232323;
}

.search-form {
  position: relative;
  width: 100%;
}

.search-form input {
  height: 60px;
  position: relative;
  width: 100%;
  border: 1px solid #000201;
  color: #616161;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 8px;
  padding-left: 10px;
}

.search-form button {
  background: #313131;
  color: #fff;
  font-size: 18px;
  padding: 1px 15px;
  top: 0px;
  right: 0;
  height: 60px;
  width: 58px;
  border-radius: 0 8px 8px 0;
  position: absolute;
  display: inline-block;
  border: none;
  z-index: 1;
}

.widget-sidebar-box {
  margin-bottom: 40px;
  padding: 35px 30px 35px;
  border-radius: 8px;
  background: #f2f3f5;
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.widget-recent-post {
  display: flex;
  overflow: hidden;
  margin-bottom: 14px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 14px;
}

.rpost-thumb {
  margin-right: 27px;
  overflow: hidden;
}

.rpost-thumb img {
  border-radius: 5px;
  transform: scale(1);
  transition: 0.5s;
  width: 100%;
}

.rpost-thumb img:hover {
  transform: scale(1.2);
}

.rpost-title h4 {
  margin-top: 0;
  margin-bottom: 2px;
  line-height: 16px;
}

.rpost-title h4 a {
  color: #232323;
  font-size: 18px;
  line-height: 22px;
  transition: all 0.3s ease 0s;
  font-weight: 700;
}

.rpost-title h4 a:hover {
  color: #000201;
}

.rpost-title span {
  display: inline-block;
  color: #000201;
}

h4.sidebar-title.upp {
  color: #232323;
  display: block;
  font-size: 21px;
  padding-bottom: 0;
  position: relative;
  text-transform: capitalize;
}

.cate-item-one {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 16px 0;
}

li.cate-item {
  border-top: 1px solid #e8e8e8;
  padding-bottom: 20px;
}

.sidebar-menu li {
  list-style: none;
}

.cate-item-two {
  border-top: 1px solid #e8e8e8;
  padding: 16px 0 16px;
}

.sidebar-menu li a {
  color: #616161;
  font-weight: 400;
  transition: 0.5s;
}

.sidebar-menu li a:hover {
  color: #000201;
}

.sidebar-title.upp h3 {
  color: #232323;
  display: block;
  font-size: 21px;
  text-transform: capitalize;
  position: relative;
}

.cloud-tag li {
  display: inline-block;
  margin: 10px;
}

.cloud-tag li a {
  padding: 9px 18px;
  border: 1px solid#232323;
  border-radius: 4px;
  transition: 0.4s;
  font-weight: 400;
  position: relative;
  display: inline-block;
  z-index: 1;
  color: #232323;
  text-transform: lowercase;
}

.cloud-tag li a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 0%;
  height: 100%;
  background-color: #313131;
  transition: 0.4s;
  z-index: -1;
  border-radius: 4px;
}

.cloud-tag li a:hover {
  color: #fff;
}

.cloud-tag li a:hover::before {
  width: 100%;
  left: 0;
  filter: hue-rotate(360deg);
}

/*============================================
	<!-- start pixer blog details area -->
==============================================*/
.blog-details-area {
  padding: 100px 0 80px;
  background: #313131;
}

.blog-details {
  position: relative;
  display: block;
}

.blog-details__left {
  position: relative;
  display: block;
}

.blog-details__img {
  position: relative;
  display: block;
  border-radius: 10px;
}

.blog-details__img img {
  width: 100%;
}

.blog-details__date {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000201;
  text-align: center;
  padding: 21px 24px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.blog-details__date .day {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 16px;
  font-family: sans-serif;
}

.blog-details__date .month {
  position: relative;
  display: block;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  line-height: 12px;
  text-transform: uppercase;
}

.blog-details__content {
  position: relative;
  display: block;
  margin-top: 22px;
}

.blog-details__meta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-details__meta li + li {
  margin-left: 18px;
}

.blog-details__meta li a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-details__meta li a i {
  color: #fff;
  margin-right: 6px;
}

.blog-details__title {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  margin-top: 12px;
  margin-bottom: 21px;
  font-weight: 600;
  font-family: sans-serif;
}

.blog-details__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0 30px;
  margin-top: 49px;
  border-top: 1px solid #ece9e0;
}

.blog-details__bottom p {
  margin: 0;
}

.blog-details__tags span {
  color: #fff;
  font-size: 20px;
  margin-right: 14px;
  font-weight: 500;
}

.blog-details__tags a {
  position: relative;
  font-size: 15px;
  background-color: #fff;
  color: #000201;
  display: inline-block;
  padding: 5px 30px 5px;
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 35px;
}

.blog-details__tags a:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

.blog-details__tags a + a {
  margin-left: 6px;
}

.blog-details__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-details__social-list a {
  position: relative;
  height: 43px;
  width: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #000;
  background-color: #f2f3f5;
  font-size: 15px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.blog-details__social-list a:hover {
  color: #fff;
}

.blog-details__social-list a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.blog-details__social-list a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: #000201;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.blog-details__social-list a + a {
  margin-left: 10px;
}

.blog-details__pagenation-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 53px;
}

.blog-details__pagenation {
  position: relative;
  display: block;
}

.blog-details__pagenation li {
  position: relative;
  float: left;
  font-size: 20px;
  color: #0e2207;
  font-weight: 600;
  background-color: #ff9f14;
  line-height: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  max-width: 370px;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 52px;
  padding-bottom: 52px;
  border-radius: 10px;
}

.blog-details__pagenation li:hover {
  background-color: #ff9f14;
  color: #000;
}

.blog-details__pagenation li + li {
  margin-left: 30px;
}

/* Nav Links */
.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 53px;
}

.nav-links .prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: calc(50% - 15px);
  margin-right: 30px;
}

.nav-links .prev .thumb {
  margin-right: 20px;
}

.nav-links .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: calc(50% - 15px);
}

.nav-links .next .thumb {
  margin-left: 20px;
}

.nav-links > div {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.nav-links > div .thumb {
  display: inline-block;
  min-width: 60px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.nav-links > div .thumb a {
  display: inline-block;
}

.nav-links > div > a {
  display: inline-block;
  word-wrap: break-word;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  font-size: 20px;
  line-height: 1.637;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  background-color: #000201;
  padding: 52px 50px;
  border-radius: 10px;
  width: 100%;
}

h3.comment-one__title {
  color: #fff;
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 30px;
  font-family: sans-serif;
}

.comment-one__content h3 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 30px;
}

.nav-links > div > a:hover {
  color: #232323;
  background-color: #f2f3f5;
}

.comment-one__single {
  display: flex;
}

.comment-one__content {
  margin-left: 60px;
}

.comment-one__content span {
  color: #fff;
  display: inline-block;
  transition: 0.5s;
}

.comment-one .comment-one__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ece9e0;
  padding-bottom: 60px;
  margin-bottom: 60px;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
}

.comment-one__image img {
  width: 86px;
  height: 86px;
  border-radius: 100%;
}

.comment-form h3 {
  color: #fff;
  font-weight: 600;
}

.comment-box {
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #f2f3f5;
  margin-bottom: 20px;
  transition: 0.5s;
}

#comment-msg-box {
  width: 100%;
  border: 1px solid #ccc;
  background: #f2f3f5;
  border-radius: 5px;
  padding: 15px;
  transition: 0.5s;
}

label {
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
}

.comment-box:focus,
#comment-msg-box:focus {
  border-color: #ff3c00;
  outline: 0;
  box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
}

/*form button*/

.comment-form .submit-comment {
  color: #000201;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 13px 35px;
  margin-left: 15px;
  margin-top: 50px;
}

.comment-form .submit-comment:hover {
  background: #000201;
  color: #fff;
}

.blog-details-area input::placeholder {
  color: #000;
}

.blog-details-area textarea::placeholder {
  color: #000;
}

/*============================================
<!-- start pixer service-details section  -->
==============================================*/
section.service-details-area {
  padding-top: 75px;
  background: #313131;
}

.service-details-thumb {
  position: relative;
}

.single-details-box {
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.single-details-box .service-overlay {
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 10px;
  transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
}

.single-details-box .service-overlay {
  opacity: 0;
  top: -100%;
  background: rgba(0, 0, 0, 0.5);
}

.single-details-box:hover .service-overlay {
  top: 0;
  opacity: 1;
}

.details-button a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #cccccc;
  padding: 10px 33px 9px 34px;
  transition: all 500ms ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.details-button a:hover {
  background: #000201;
  border: 2px solid #000201;
}

.single-details-content {
  margin-top: 50px;
}

.single-content-box {
  margin-bottom: 70px;
  padding-bottom: 70px;
  border-bottom: 1px dotted #000201;
}

.single-content-box.upper {
  border: none;
  margin: 0;
  padding-bottom: 90px;
}

.service-details-content {
  margin-right: 90px;
}

.title h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 33px;
  text-transform: uppercase;
}

.text p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

/***
===================================
<!-- Start pixer Gallery Area -->
===================================***/
.gallery-area {
  padding: 70px 0 65px;
  background: #313131;
}

.row.galler-box {
  margin-top: 25px;
}

.gallery-title {
  margin-bottom: 22px;
}

.gallery-title h2 {
  font-size: 36px;
  line-height: 62px;
  color: #ffffff;
  font-weight: 500;
  margin-top: 18px;
}

.gallery-title h2 a {
  display: inline-block;
  transition: 0.5s;
  color: #fff;
}

.gallery-title span {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
}

/*<!--=========================================-->
<!--start pixer potfolio-details-section -->
<!--===========================================-->*/

section.potfolio-details-section {
  padding: 30px 0;
  background: #313131;
}

.portfolio-info {
  filter: drop-shadow(0px 3px 30px rgba(189, 189, 189, 0.26));
  padding: 68px 60px 0;
}

.portfolio-info-title h2 {
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
  margin: 0;
}

.portfolio-info-details {
  margin-top: 24px;
}

.portfolio-info-details h6 {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 400;
  border-bottom: 1px solid #ddd;
  font-family: sans-serif;
}

h5.skill {
  font-size: 22px;
  line-height: 28px;
  color: #fff;
  font-weight: 600;
}

.portfolio-info-details span {
  display: inline-block;
  font-family: sans-serif;
  font-weight: 300;
  font-size: 18px;
}

.portfolio-info-shere-title h5 {
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 60px;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0;
}

.portfolio-info-share {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.portfolio-info-share ul li {
  display: inline-block;
  margin: 0 4px;
}

.portfolio-info-share ul li a {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #e5e5e5;
  display: inline-block;
  color: #232323;
  text-align: center;
  line-height: 40px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.portfolio-info-share ul li a:hover {
  color: #fff;
}

.portfolio-info-share ul li a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000201;
  transform: scale(0);
  z-index: -1;
  transition: 0.5s;
  border-radius: 20px;
}

.portfolio-info-share ul li a:hover::before {
  transform: scale(1);
  filter: hue-rotate(360deg);
}

.portfolio-info-thumb {
  filter: drop-shadow(0px 3px 30px rgba(189, 189, 189, 0.26));
}

.portfolio-info-thumb img {
  width: 100%;
}

.portfolio-info-content {
  margin-left: 50px;
}

.portfolio-strategy {
  margin: 0px 0 20px;
  padding: 18px 60px 50px;
  filter: drop-shadow(0px 3px 30px rgba(189, 189, 189, 0.26));
}

.portfolio-strategy-title h2 {
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
  margin: 0 0 20px;
}

.portfolio-strategy-desc p {
  margin: 0;
}

/***
=======================================
    Team Details
========================================***/
.team-details {
  padding: 100px 0 80px;
  position: relative;
  display: block;
}

.team-details__top {
  padding: 0 0 120px;
}

.team-details-shape-1 {
  position: absolute;
  bottom: -270px;
  right: 0;
  opacity: 0.5;
  z-index: 2;
}

.team-details-shape-1 img {
  width: auto;
}

.team-details__top-left {
  position: relative;
  display: block;
  margin-right: 20px;
}

.team-details__top-img {
  position: relative;
  display: block;
  border-radius: 30px;
}

.team-details__top-img img {
  width: 100%;
  border-radius: 30px;
}

.team-details__big-text {
  font-size: 80px;
  line-height: 80px;
  text-transform: uppercase;
  color: #eef0f6;
  letter-spacing: 0.35em;
  font-weight: 400;
  position: absolute;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 209px;
  left: -325px;
}

.team-details__top-right {
  position: relative;
  display: block;
  margin-left: 50px;
}

.team-details__top-content {
  position: relative;
  display: block;
  margin-top: -11px;
}

.team-details__top-name {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 3px;
}

.team-details__top-title {
  font-size: 16px;
  color: #000201;
}

.team-details__social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 28px;
}

.team-details__social a {
  position: relative;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: #000201;
  color: #fff;
  font-size: 15px;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-details__social a:hover {
  background-color: #313131;
  color: #fff;
}

.team-details__social a + a {
  margin-left: 10px;
}

.team-details__top-text-1 {
  font-size: 30px;
  line-height: 36px;
  color: #000201;
  font-weight: 400;
  margin-bottom: 30px;
}

.team-details__top-text-2 {
  padding-top: 23px;
  padding-bottom: 35px;
}

.team-details__bottom {
  position: relative;
  display: block;
  border-top: 1px solid #e4e5ea;
  padding-top: 40px;
}

.team-details__bottom-left {
  position: relative;
  display: block;
  margin-right: 70px;
}

.team-details__bottom-left-title {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

.team-details__bottom-left-text {
  padding-top: 30px;
  width: 90%;
  color: #000201;
}

.team-details__bottom-right {
  position: relative;
  display: block;
  margin-left: 70px;
  margin-top: 1px;
}

.team-details-contact h5 {
  color: #000;
  font-weight: 500;
  line-height: 32px;
}

.gmail span {
  display: inline-block;
  color: #000201;
}

.team-contact span {
  display: inline-block;
  color: #000201;
}

.domain span {
  display: inline-block;
  color: #000201;
}

.team-contact span {
  display: inline-block;
  font-family: sans-serif;
}

.prossess-ber-plugin span {
  font-size: 18px;
  color: #000;
  font-weight: 500;
}

.barfiller {
  width: 100%;
  height: 5px;
  position: relative;
  margin-top: 6px;
  margin-bottom: 22px;
  border-radius: 5px;
  filter: drop-shadow(0px 10px 10px rgba(60, 115, 206, 0.2));
  background-color: #5d5d5d;
}

.barfiller .fill {
  display: block;
  position: relative;
  width: 0px;
  height: 100%;
  background: #333;
  z-index: 1;
}

span.fill {
  background: #000201 !important;
}

.prossess-ber-plugin span {
  font-size: 18px;
  font-weight: 500;
}

.barfiller .tip {
  font-size: 16px;
  font-family: sans-serif;
  left: 0px;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
  top: -25px;
  font-weight: 700;
  color: #313131;
}

/***
=======================================
<!-- Start pixer journal Area -->
========================================***/
.journal-area {
  padding: 75px 0 100px;
  background: #313131;
}

.row.journal-box {
  margin-top: 30px;
}

.single-journal-box {
  margin-bottom: 30px;
}

.journal-thumb img {
  width: 100%;
}

.journal-thumb img:hover {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.journal-content {
  padding: 10px 15px;
}

.journal-title h5 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  margin: 0;
}

.journal-title h4 {
  font-size: 20px;
  margin: 0;
}

.journal-button a {
  display: inline-block;
  color: #fff;
}

/* compare */
.compare-section {
  background: #000201;
  padding: 75px 0 0px;
  overflow: hidden;
}

.img-comp-container {
  position: relative;
  height: 600px;
}

.img-comp {
  position: absolute;
  width: auto;
  height: auto;
  overflow: hidden;
}

.img-comp.img-comp-overlay::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 38%;
  background: #fff;
  right: 0;
}

.img-comp.img-comp-overlay::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 58%;
  background: #fff;
  right: 0;
  bottom: 0;
}

.img-comp img {
  display: block;
  vertical-align: middle;
}

.img-comp-slider {
  position: absolute;
  z-index: 9;
  cursor: ew-resize;
  top: 50% !important;
  width: 38px;
  height: 38px;
  border: 3px solid #fff;
  border-radius: 50%;
}

.img-comp-slider::before {
  position: absolute;
  content: "\f0d9";
  left: 4px;
  top: 3px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.img-comp-slider::after {
  position: absolute;
  content: "\f0da";
  right: 4px;
  top: 3px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*
<!-- ==================================== -->
<!--pixer Shop Section  Css -->
<!-- ==================================== -->*/
.shop-section {
  padding: 100px 0 100px;
  background-color: #313131;
  position: relative;
  z-index: 1;
}

.shop-section:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: -1;
  width: 36%;
  height: 100%;
  background: url(../images/resource/serv-dtls-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: center;
}

/* Shop Form*/

.form_box {
  padding: 11px 0 0;
}

p.form-text {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  padding-right: 12px;
}

.form_box select {
  width: 30%;
  height: 38px;
  padding-left: 15px;
  background: #fff;
  border-radius: 4px;
  font-size: 16px;
  color: #062462;
  border: 1px solid rgba(6, 36, 98, 0.4);
  transition: 0.5s;
}

.upper.widget_search {
  padding: 0;
  margin-bottom: 40px;
  background: inherit;
  text-align: right;
  box-shadow: none;
}

.widget_search form {
  position: relative;
}

.upper.widget_search input {
  height: 60px;
  width: 73%;
  color: #062461;
  background: #f6f6f6;
  border: 0;
  border-radius: 4px;
  padding: 0 20px 0;
}

button.icons {
  display: inline-block;
  border: 0;
  font-size: 18px;
  color: #fff;
  position: absolute;
  right: 0;
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: #000201;
  border-radius: 0 4px 4px 0;
}

/*Shop Left*/

.categories-title h4 {
  color: #000201;
  font-size: 22px;
  font-weight: 600;
  border-bottom: 2px solid #313131;
  padding: 0px 0 25px;
  margin: 0 0 30px;
  position: relative;
}

.categories-title h4:before {
  position: absolute;
  content: "";
  left: -10px;
  top: 13px;
  height: 24px;
  width: 3px;
  background: #313131;
}

.widget-check-box {
  padding: 40px 35px 18px;
  background: #fff;
  box-shadow: 0px 10px 50px rgba(231, 231, 231, 0.5);
  border-radius: 4px;
  margin-bottom: 30px;
}

/* Create a custom checkbox */

.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 22px;
  width: 22px;
  border-radius: 2px;
  border: 1px solid rgba(6, 36, 98, 0.1);
  background-color: rgba(7, 72, 131, 0);
}

.widget-check {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
  color: #062461;
}

.widget-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

label.widget-check span {
  display: inline;
  float: right;
}

.widget-check:hover input ~ .checkmark {
  background-color: #ccc;
}

.widget-check input:checked ~ .checkmark {
  background-color: #313131;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.widget-check input:checked ~ .checkmark:after {
  display: block;
}

.widget-check .checkmark:after {
  left: 7px;
  top: 2px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*Price Range
===========================*/

.range-wrapper-box {
  padding: 40px 35px 40px;
  background: #fff;
  box-shadow: 0px 10px 50px rgb(231 231 231 / 50%);
  border-radius: 4px;
  margin-bottom: 30px;
}

.slider-labels {
  margin-top: 35px;
}

.text-right.caption {
  display: inline-block;
}

.caption {
  display: inline-block;
}

.caption strong {
  width: 74px;
  height: 34px;
  line-height: 35px;
  background: #313131;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  margin-right: 10px;
}

span#slider-range-value1,
span#slider-range-value2 {
  font-size: 16px;
  font-weight: 400;
  color: #062462;
}

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 */

.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */

.noUi-horizontal {
  height: 5px;
}

.noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  left: -7px;
  top: -6px;
  background-color: #313131;
}

.noUi-background {
  background: #ececec;
}

.noUi-connect {
  background: #313131;
  -webkit-transition: 450ms;
  transition: 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
}

/* Handles and cursors;
 */

.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 8px solid rgba(59, 179, 216, 0.38);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}

/* Disabled state;
 */

[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/*Product 
======================*/

.product-categories-box {
  padding: 30px 30px 20px;
  background: #fff;
  box-shadow: 0px 10px 50px rgba(231, 231, 231, 0.5);
  border-radius: 4px;
  margin-bottom: 30px;
}

.products-collection {
  margin-bottom: 20px;
}

.product-thumb {
  float: left;
  padding-right: 17px;
}

.products-title h6 {
  color: #000201;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}

.product-price span {
  font-size: 15px;
  font-weight: 400;
  color: #313131;
}

.product-icon-list ul {
  line-height: 20px;
}

.product-icon-list ul li {
  list-style: none;
  display: inline-block;
  color: #ff8d06;
  letter-spacing: 4px;
  font-size: 14px;
}

/*Shop Right 
======================*/

.row.products {
  padding-left: 80px;
}

.single-products-box {
  text-align: center;
  margin-bottom: 30px;
}

.products-thumb {
  position: relative;
  z-index: 1;
}

.products-thumb:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: rgba(6, 36, 98, 0.8);
  opacity: 0.8;
  transition: 0.5s;
  border-radius: 4px 4px 0 0;
}

.products-thumb img {
  width: 100%;
  transition: 0.5s;
  border-radius: 4px 4px 0 0;
}

.product-sale {
  position: absolute;
  top: 20px;
  left: 20px;
}

.product-sale span {
  padding: 4px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  background: #000201;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
}

.product-thumb-icon a {
  font-size: 20px;
  width: 46px;
  height: 46px;
  line-height: 47px;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  color: #0d0e14;
  transition: 0.7s;
  display: inline-block;
  position: relative;
  bottom: 40%;
  z-index: 1;
  overflow: hidden;
}

.product-thumb-icon a:before {
  position: absolute;
  content: "";
  z-index: -1;
  right: 0;
  height: 100%;
  width: 0;
  border-radius: 50%;
  background: #000201;
  transition: 0.6s;
}

.product-thumb-icon a:nth-child(1) {
  position: absolute;
  left: 0;
  opacity: 0;
}

.product-thumb-icon a:nth-child(2) {
  position: absolute;
  right: 0;
  opacity: 0;
}

.product-content {
  padding: 23px 0 6px;
  border: 1px solid rgba(6, 36, 98, 0.1);
  border-top: 0;
  border-radius: 0 0 4px 4px;
}

ul.product-rating li {
  list-style: none;
  display: inline-block;
  color: #ff8d06;
  letter-spacing: 0.3em;
  font-size: 14px;
}

.product-title h2 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 17px;
}

.product-price p {
  font-size: 15px;
  padding: 14px 0 0px;
  color: #fff;
}

.product-price p span {
  color: #fff;
  text-decoration: line-through;
  margin-left: 5px;
}

.product-thumb-icon a:hover {
  color: #fff;
}

.product-thumb-icon a:hover:before {
  left: 0;
  width: 100%;
}

.single-products-box:hover .products-thumb:before {
  height: 100%;
  top: 0;
}

.single-products-box:hover .product-thumb-icon a:nth-child(1) {
  opacity: 1;
  left: 92px;
}

.single-products-box:hover .product-thumb-icon a:nth-child(2) {
  opacity: 1;
  right: 92px;
}

/*pagination
==================*/

.pagination-menu {
  padding-top: 30px;
}

.pagination-menu ul {
  display: inline-block;
}

.pagination-menu ul li {
  display: inline-block;
  list-style: none;
  margin-right: 8px;
}

.pagination-menu ul li a {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
  background: #f5f5f5;
  display: inline-block;
  color: #062462;
  font-size: 20px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.pagination-menu ul li a:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000201;
  border-radius: 50%;
  transform: scale(0);
  transition: 0.5s;
  z-index: -1;
}

.pagination-menu ul li a.active:before,
.pagination-menu ul li a:hover:before {
  transform: scale(1);
}

.pagination-menu ul li a.active,
.pagination-menu ul li a:hover {
  color: #fff;
}

/*
<!--==================================== -->
<!-- Start pixer Shop details Section  -->
<!--==================================== -->*/
.shop-detials {
  padding: 100px 0 70px;
  background: #313131;
}

.tab {
  position: relative;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  padding: 15px 44px 15px;
  border-radius: 10px;
  margin-right: 15px;
}

.tabs li {
  line-height: 38px;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}

.tabs li a {
  background: inherit;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  outline: none;
  padding: 5px;
  transition: all 0.5s ease-in-out;
  margin-right: 20px;
  border-radius: 5px;
}

.tabs li.current:before {
  background: transparent;
  border: 0;
}

li.current a {
  border: 1px solid #3bb3d8;
}

.style-three.tab {
  position: relative;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  border: 1px solid rgba(6, 36, 98, 0.1);
  padding: 15px 44px 15px;
  border-radius: 10px;
  margin-right: 15px;
}

.tabs_item img {
  border-radius: 5px;
}

.style-three .tabs li a {
  background: inherit;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  outline: none;
  padding: 5px;
  transition: all 0.5s ease-in-out;
  margin-right: 20px;
  border-radius: 5px;
}

.style-three .tabs li:last-child a {
  margin-right: 0;
}

.style-three .tabs li.current:before {
  background: transparent;
  border: 0;
}

.style-three li.current a {
  border: 1px solid #fff;
}

/*Shop dtls Right
============================*/

.shop-dtls-info {
  padding-left: 30px;
}

.category-title h2 {
  font-size: 31px;
  font-weight: 700;
  line-height: 26px;
  padding: 0px 0 23px;
}

.category-icon-list ul li {
  list-style: none;
  display: inline-block;
  color: #ff9f14;
  letter-spacing: 0.4em;
  font-size: 16px;
}

li.category-text {
  letter-spacing: 0 !important;
  color: #fff !important;
  padding-left: 6px;
}

.category-price h1 {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  padding: 6px 0 19px;
}

.category-price span {
  color: #fff;
  padding-left: 14px;
  text-decoration: line-through;
}

.category-color p {
  color: #fff;
  line-height: 26px;
  font-weight: 500;
  font-size: 16px;
  padding: 18px 0 6px;
}

.category-color span {
  color: #fff;
  padding-left: 20px;
  position: relative;
}

.category-color span:before {
  position: absolute;
  content: ":";
  left: 4px;
  top: -3px;
}

/* --- Quantity button 
================================*/

.category-count-button {
  display: inline-flex;
  padding: 8px 0 30px;
}

.quantity-with_btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  vertical-align: middle;
}

.quantity .cart-plus-minus {
  position: relative;
  width: 170px;
  text-align: left;
  height: 54px;
  overflow: hidden;
  border-radius: 5px;
}

.quantity .cart-plus-minus > .ctnbutton {
  cursor: pointer;
  position: absolute;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  width: 38px;
  -webkit-box-align: center;
  align-items: center;
  vertical-align: middle;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #000201;
}

.quantity .cart-plus-minus > .cart-plus-minus-box {
  border: 0;
  height: 54px;
  text-align: center;
  width: 170px;
  font-size: 16px;
  font-weight: 600;
  color: #062461;
  background-color: #fff !important;
  background: linear-gradient(90deg, #000201 50%, transparent 0) repeat-x,
    linear-gradient(90deg, #000201 50%, transparent 0) repeat-x,
    linear-gradient(0deg, #000201 50%, transparent 0) repeat-y,
    linear-gradient(0deg, #000201 50%, transparent 0) repeat-y;
  background-size: 6px 2px, 6px 2px, 2px 6px, 2px 7px;
  background-position: 0 0, 0 100%, 0 0, 100% 0;
  -webkit-animation: linearGradientMove 0.3s infinite linear;
  animation: linearGradientMove 0.3s infinite linear;
}

.quantity .cart-plus-minus > .ctnbutton.dec {
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  border-radius: 0 30px 30px 0;
}

.quantity .cart-plus-minus > .ctnbutton.inc {
  top: 50%;
  right: 0%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100%;
  border-radius: 30px 0 0 30px;
}

/*categories button
=========================*/

.category-button {
  display: inline-block;
  padding-left: 20px;
}

.category-button a {
  padding: 13px 25px;
  font-size: 15px;
  font-weight: 500;
  background: #000201;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.category-button a:before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: #fff;
  border-radius: 4px;
  transition: 0.5s;
}

.category-button a:hover {
  color: #000201;
}

.category-button a i {
  padding-left: 10px;
  font-size: 16px;
}

.category-button a:hover:before {
  left: 0;
  width: 100%;
}

/* table
================*/

table.category-table {
  padding: 2px 0 0;
  display: inline-block;
}

table.category-table td.table-title {
  font-size: 16px;
  color: #062461;
  font-weight: 500;
}

table.category-table tr td {
  padding-right: 25px;
  padding-bottom: 12px;
}

table.category-table td.table-title {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

table.category-table td.table-text {
  color: #fff;
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 400;
}

table.category-table td.table-text:before {
  position: absolute;
  content: ":";
  left: -15px;
  top: 0;
  font-size: 20px;
  color: #fff;
}

/*shop tab style
=====================*/

.appoinment-tab {
  padding: 60px 0 0;
}

.appoinment-tab .tabs li a {
  font-size: 15px;
  background: #fff;
  border: 1px solid rgba(13, 14, 20, 0.1);
  color: #062462;
  font-weight: 500;
  display: inline-block;
  outline: none;
  padding: 9px 29px;
  transition: all 0.5s ease-in-out;
  margin-right: 20px;
  border-radius: 5px;
}

.appoinment-tab .tabs li:last-child a {
  margin-right: 0;
}

.appoinment-tab li.current a {
  background: #000201;
  color: #fff;
}

/*tabs items table
=======================*/

table.tab-items-table {
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
}

table.tab-items-table tr {
  background: #fff;
  height: 66px;
  border-radius: 4px;
  width: 100%;
  display: inline-block;
  padding: 20px 0 0 30px;
}

tr.tabs-bg {
  background: #f5f5f5 !important;
}

table.tab-items-table tr td {
  padding-right: 100px;
}

table.tab-items-table td.table-title {
  font-size: 16px;
  color: #062462;
  font-weight: 500;
}

table.tab-items-table td.table-text {
  color: #0d0e14;
  font-weight: 400;
}

table.tab-items-table td.table-text i {
  color: #ff9f14 !important;
  margin-left: 10px !important;
}

/*post comment box
===================*/

.post-comment-thumb {
  float: left;
  margin-right: 20px;
}

.post-content {
  overflow: hidden;
}

/*comment icon list*/

ul.comment-icon-list li {
  list-style: none;
  display: inline-block;
  color: #ff9f14;
  letter-spacing: 0.2em;
  font-size: 14px;
}

/*post title*/

h4.post-title {
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
  margin-top: 0;
  padding: 2px 0 9px;
}

h4.post-title span {
  padding-left: 31px;
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  position: relative;
}

.post-title span:before {
  position: absolute;
  content: "";
  left: 6px;
  top: 9px;
  height: 1px;
  width: 15px;
  background: #fff;
}

/*right reply*/

span.rights-reply {
  font-weight: 500;
  color: #fff;
  cursor: pointer;
}

.posts-reply span i {
  display: inline-block;
  margin-right: 5px;
}

/*sidebar title*/

.product-details-respond {
  padding: 35px 0 0;
}

.sidebar-title h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

/*sidebar desc*/

.sidebar-description p {
  font-size: 16px;
  margin: 6px 0 25px;
}

/*sidebar rating list*/

p.sidebar-text {
  display: inline-block;
}

.sidebar-rating-list ul {
  display: inline-block;
  padding-left: 15px;
}

.sidebar-rating-list ul li {
  list-style: none;
  display: inline-block;
  color: #ff9f14;
  letter-spacing: 0.4em;
  font-size: 15px;
}

/*from box*/

.contact-form-box2 {
  padding: 25px 0 0;
}

p.form_text {
  color: #000;
  margin-bottom: 10px;
  padding: 10px 0 0;
}

h6.form-title {
  font-size: 15px;
  font-weight: 500;
  padding: 0 0 13px;
  margin: 0;
}

.contact-form-box2 .form-box input {
  height: 54px;
  background-color: #fff;
  border: 1px solid rgba(13, 14, 20, 0.1);
  transition: 0.5s;
  padding: 0px 25px;
  display: block;
  width: 100%;
  color: #616161;
  margin-bottom: 30px;
  border-radius: 4px;
}

.contact-form-box2 .from-box input::placeholder {
  color: #616161;
  opacity: 0.6;
}

.contact-form-box2 .form-box textarea {
  height: 155px;
  background-color: #fff;
  border: 1px solid rgba(13, 14, 20, 0.1);
  transition: 0.5s;
  padding: 15px 25px;
  display: block;
  width: 100%;
  border-radius: 4px;
}

.contact-form-box2 .from-box textarea::placeholder {
  color: #616161;
  opacity: 0.6;
}

.product-item-title h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
  padding: 20px 0 30px;
}

/*contact form button*/

.contact-form button {
  padding: 11px 53px;
  color: #fff;
  display: inline-block;
  margin-top: 40px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  border: 2px solid transparent;
  background: #000201;
  transition: 0.5s;
  font-weight: 500;
}

.contact-form button i {
  padding-left: 6px;
  position: relative;
  top: 2px;
}

.contact-form button:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: -1;
  transition: 0.5s;
  transform: scale(0, 1);
}

/*Tab Items
=======================*/

.tab {
  position: relative;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}

.tabs {
  display: table;
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
}

.tabs li {
  line-height: 38px;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}

.tabs li img {
  border-radius: 5px;
}

.tabs li a {
  font-size: 18px;
  background: url(../images/resource/tab1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #152b63;
  font-weight: 600;
  display: inline-block;
  outline: none;
  padding: 15px 93px;
  transition: all 0.5s ease-in-out;
  margin-right: 30px;
  border-radius: 5px 35px 35px 35px;
}

.tabs li a span {
  font-size: 18px;
  padding-right: 6px;
  color: #3bb3d8;
}

.tabs_item {
  display: none;
  padding: 30px 0;
}

.tabs_item:first-child {
  display: block;
}

.tab-thumb {
  margin-right: 65px;
  position: relative;
  z-index: 1;
}

.tab-thumb:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 100%, 100% 0%, 100% 100%);
  transform: scale(0);
  transform-origin: bottom right;
  background-image: linear-gradient(-86deg, #152b63 0%, #152b63 100%);
  pointer-events: none;
  transition: all 500ms linear;
  border-radius: 5px;
  opacity: 0.25;
}

.tab-thumb:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 92px;
  height: 92px;
  background-color: #152b63;
}

.tb-icons {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  width: 92px;
  height: 92px;
  line-height: 80px;
  text-align: center;
  background-color: #3bb3d8;
  display: inline-block;
  border-radius: 0 50px 50px 50px;
}

li.current a {
  background: url(../images/resource/tab-active.png);
  color: #fff;
  background-repeat: no-repeat;
}

li.current a span {
  color: #fff;
}

.tabs li.current:before {
  position: absolute;
  content: "";
  z-index: 1;
  left: 0;
  right: 30px;
  bottom: -7px;
  margin: auto;
  width: 23px;
  transform: rotate(45deg);
  transition: 0.5s;
  border: 18px solid;
  border-right-color: #000201;
  border-top-color: transparent;
  border-left-width: 0;
  border-left-color: transparent;
  border-bottom-width: 0;
}

.tabs_item .hendre-section-title p {
  padding: 17px 0 5px;
}

.tabs_item .hendre-section-title h4 {
  margin-top: 0;
}

.tabs_item .hendre-button a {
  margin-top: 30px;
}

.tab-thumb:hover:before {
  transform: scale(1);
}

/*
Shop style two
=====================*/

.shops-section {
  padding: 100px 0 40px;
}

.shops-section .row.products {
  padding-left: 0;
}

.single-products-box2 {
  display: flex;
  margin-bottom: 35px;
}

.single-products-box2 .products-thumb img {
  width: inherit;
  transition: 0.5s;
  border-radius: 4px;
  margin-right: 30px;
}

.single-products-box2 .product-content2 {
  text-align: left;
}

.single-products-box2 .product-title h2 {
  font-size: 24px;
  line-height: 15px;
}

.single-products-box2 .product-price p {
  margin-bottom: 5px;
}

p.description {
  padding: 12px 0 4px;
}

.product-thumb-icon2 a {
  font-size: 14px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 30px;
  background-color: #062462;
  color: #ffff;
  transition: 0.5s;
  margin-right: 6px;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.product-thumb-icon2 a:after {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background: #3bb3d8;
  transform: scale(0);
  transition: 0.5s;
}

.product-thumb-icon2 a:hover:after {
  transform: scale(1);
}

/*Tab style
======================*/

.shops-section .tab {
  position: relative;
  overflow: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  text-align: right;
  padding: 5px 0 0;
}

.shops-section .tabs {
  display: inline;
}

.shops-section .tabs li.current:before {
  position: inherit;
  border: 0;
}

.shops-section .tabs li a {
  font-size: 35px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #fff;
  background: #062462 !important;
  display: inline-block;
  margin-right: 0;
  margin-left: 15px;
  padding: 0;
  border-radius: 5px 35px 35px 35px;
}

.shops-section li.current a {
  color: #fff !important;
  background: #3bb3d8 !important;
  border-radius: 0;
}

/*widget
==============*/

.widget {
  display: inline-block;
}

.widget select {
  padding: 15px 13px;
  width: 85%;
  display: inline-block;
  position: relative;
  top: -6px;
  color: #6a6e49;
  border: 2px solid #616161;
  border-radius: 5px;
  transition: 0.5s;
  cursor: pointer;
}

.widget form select:focus,
.widget_search.upper2 input:focus {
  border: 2px solid #3bb3d8 !important;
  border-radius: 5px;
}

/*=================================
<--Start Cart Section -->
=================================*/
.cart-section {
  padding: 100px 0;
}

button.remove-btn:hover i {
  color: red;
}

/* Cart Product Mobile */
.cart-product-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.cart-product-mobile-thumb {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 135px;
  flex: 1 0 135px;
  max-width: 135px;
  border: 1px solid #e5e5e5;
}

.cart-product-mobile-remove {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
  border: none;
  border-radius: 50%;
  background-color: var(--text-color-white);
  transition: 0.5s;
}

.cart-product-mobile-remove i {
  display: inline-block;
  border-radius: 50%;
  transition: 0.5s;
}

.cart-product-mobile-remove i:hover {
  color: #dc3545;
}

.cart-product-mobile-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart-product-mobile-image img {
  width: 100%;
}

.cart-product-mobile-content {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.cart-product-mobile-title {
  font-size: 16px;
  margin-bottom: 10px;
}

.cart-product-mobile-title a {
  font-weight: 600;
}

.cart-product-mobile-quantity,
.cart-product-mobile-total {
  font-size: 14px;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}

.cart-product-mobile-total {
  margin-bottom: 15px;
}

.cart-product-mobile-add-to-cart {
  margin-top: 15px;
}

.cart-product-mobile-quantity,
.cart-product-mobile-total {
  font-size: 15px;
  line-height: 1;
  display: -webkit-box;
  margin-bottom: 10px;
  font-weight: 500;
  color: #212529;
}

.cart-product-mobile-quantity .price,
.cart-product-mobile-total .total {
  padding-left: 5px;
}

.btn {
  border: none;
  outline: none;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  padding: 21px 42px;
  border-radius: 5px;
  display: inline-block;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  font-family: "DM Sans", sans-serif;
}

/* Cart Checkout Alert */
.alert-btn.show-modal,
.alert-box {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.alert-js.active .show-modal {
  display: none;
}

.alert-overlay {
  position: fixed;
  z-index: 922;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
}

.alert-js.active .alert-overlay {
  opacity: 1;
  pointer-events: auto;
}

.alert-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 380px;
  width: 100%;
  padding: 30px 20px;
  border-radius: 24px;
  background-color: #ffffff;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%) scale(1.2);
  z-index: 923;
}

.alert-js.active .alert-box {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}

.alert-box i {
  font-size: 70px;
  color: #27ff00;
}

.alert-box h2 {
  margin-top: 20px;
  font-size: 25px;
  font-weight: 600;
  color: #333;
}

.alert-box h3 {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  margin-top: 15px;
  text-align: center;
  font-family: cursive;
}

.alert-box .alert-buttons {
  margin-top: 25px;
}

.alert-buttons a {
  display: inline-block;
  padding: 14px 22px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  background: #313131;
  border-radius: 6px;
  cursor: pointer;
  margin: 0 10px;
  transition: 0.5s;
}

.alert-buttons a:first-child:hover {
  background-color: #ff0000;
}

.alert-buttons a:hover {
  background-color: #ff0000;
}

button.btn.btn_primary {
  background: #313131;
  color: #fff;
}

.btn.btn_border.border_black {
  color: #1b1b1b;
  border-color: rgba(18, 16, 13, 0.3);
  transition: 0.5s;
}

.btn.btn_border.border_black:hover {
  background: #313131;
  color: #fff;
}

.cart-totals {
  margin-top: 30px;
  max-width: 500px;
  margin-left: auto;
  padding: 30px;
  background-color: #f8f9fa;
}

/* -------------------------------- */
/* shop product section */
/* ----------------------------------- */
.shop-product-section {
  padding: 100px 0;
}

#billing-form h4 {
  color: #000201;
}

.shop-product-section label {
  color: #000201;
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}

.checkout-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px;
  background-color: #f8f9fa;
}

.checkout-box:not(:last-child) {
  margin-bottom: 30px;
}

.cart-totals .table,
.checkout-box .table {
  --bs-table-bg: transparent;
}

/* Cart Totals */
.cart-totals {
  margin-top: 30px;
  max-width: 500px;
  margin-left: auto;
  padding: 30px;
  background-color: #f8f9fa;
}

.cart-totals .title {
  margin-bottom: 15px;
}

.cart-totals .table {
  margin-bottom: 20px;
}

.cart-totals .table th:first-child,
.cart-totals .table td:first-child {
  padding-left: 0;
}

.cart-totals .table th:last-child,
.cart-totals .table td:last-child {
  padding-right: 0;
}

/* Checkout Box */
.checkout-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px;
  background-color: #f8f9fa;
}

.checkout-box:not(:last-child) {
  margin-bottom: 30px;
}

/* Form */
/* Checkbox */
.form-check {
  min-height: auto;
  margin-bottom: 0;
}

.form-check:not(:last-child) {
  margin-bottom: 15px;
}

.form-check .form-check-input {
  margin-top: 1px;
  border-width: 2px;
}

.form-check .form-check-input:checked,
.form-check .form-check-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-check .form-check-label {
  font-size: 14px;
}

/* Checkout Payment Method */
.checkout-payment-method .single-method:not(:last-child) {
  margin-bottom: 25px;
}

.checkout-payment-method .single-method p {
  font-size: 14px;
  margin-top: 10px;
}

/*-----------------------------------
    - Form CSS
-----------------------------------*/
/* Form Common Style */
fieldset {
  padding: 20px;
  padding-top: 10px;
  border: 1px solid #e5e5e5;
}

fieldset legend {
  font-size: 16px;
  font-weight: 700;
  float: none;
  width: auto;
  margin: 0;
  padding: 0 10px;
  background-color: var(--text-color-white);
}

/* Form Label */
label {
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}

/* Form Field Select */
select.form-field {
  font-size: 14px;
  width: 100%;
  height: 54px;
  padding: 10px 20px;
  border: 1px solid #e5e5e5;
  background-color: var(--text-color-white);
  background-image: url("../images/icons/angle-down-solid.svg");
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 12px;
  -webkit-appearance: none;
  appearance: none;
}

select.form-field:focus {
  border-color: #c7a17a;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  select.form-field {
    height: 52px;
  }
}

@media only screen and (max-width: 767px) {
  select.form-field {
    height: 44px;
  }
}

/* Form Field Input */
input.form-field:not([type="submit"]):not([type="checkbox"]):not(
    [type="radio"]
  ):not([type="range"]) {
  font-size: 14px;
  width: 100%;
  height: 54px;
  padding: 10px 24px;
  border: 1px solid #e5e5e5;
  background-color: var(--text-color-white);
}

input.form-field:not([type="submit"]):not([type="checkbox"]):not(
    [type="radio"]
  ):not([type="range"])::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

input.form-field:not([type="submit"]):not([type="checkbox"]):not(
    [type="radio"]
  ):not([type="range"]):-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

input.form-field:not([type="submit"]):not([type="checkbox"]):not(
    [type="radio"]
  ):not([type="range"])::-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

input.form-field:not([type="submit"]):not([type="checkbox"]):not(
    [type="radio"]
  ):not([type="range"]):-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  input.form-field:not([type="submit"]):not([type="checkbox"]):not(
      [type="radio"]
    ):not([type="range"]) {
    height: 52px;
  }
}

@media only screen and (max-width: 767px) {
  input.form-field:not([type="submit"]):not([type="checkbox"]):not(
      [type="radio"]
    ):not([type="range"]) {
    height: 44px;
  }
}

input.form-field:not([type="submit"]):not([type="checkbox"]):not(
    [type="radio"]
  ):not([type="range"]):focus {
  border-color: #c7a17a;
}

#shipping-form h4 {
  color: #000201;
}

.checkout-box h4 {
  color: #000201;
}

/* Form Field Textarea */
textarea.form-field {
  font-size: 14px;
  width: 100%;
  height: 140px;
  padding: 10px 24px;
  border: 1px solid #e5e5e5;
  background-color: var(--text-color-white);
}

textarea.form-field::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

textarea.form-field:-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

textarea.form-field::-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

textarea.form-field:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

textarea.form-field:focus {
  border-color: #c7a17a;
}

/* News Letter Form */
.subscribe-newsletter {
  position: relative;
  width: 100%;
  max-width: 770px;
}

.subscribe-newsletter input[type="email"] {
  height: 60px !important;
  padding: 10px 30px !important;
  padding-right: 140px !important;
  border-radius: 100px;
  background-color: #f8f9fa;
}

@media only screen and (max-width: 767px) {
  .subscribe-newsletter input[type="email"] {
    font-size: 14px;
    height: 50px !important;
  }
}

.subscribe-newsletter input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  padding: 10px 30px;
  color: var(--text-color-white);
  border: none;
  border-radius: 100px;
  background-color: #c7a17a;
}

.subscribe-newsletter input[type="submit"]:hover {
  background-color: #bc8e5f;
}

@media only screen and (max-width: 767px) {
  .subscribe-newsletter input[type="submit"] {
    font-size: 14px;
    height: 50px;
  }
}

/* Reservation Form */
.reservation-form {
  padding: 40px 50px;
  border: 1px solid #e5e5e5;
  background-color: var(--text-color-white);
  -webkit-box-shadow: 10px 25px 80px rgba(0, 0, 0, 0.05);
  box-shadow: 10px 25px 80px rgba(0, 0, 0, 0.05);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 479px) {
  .reservation-form {
    padding: 30px;
  }
}

.reservation-form .block-title {
  margin-bottom: 20px;
}

.reservation-form .input-field {
  width: 100%;
}

.reservation-form .input-field:not(:last-child) {
  margin-bottom: 15px;
}

.reservation-form .input-field input,
.reservation-form .input-field textarea {
  font-size: 15px;
}

.reservation-form .input-field textarea {
  height: 120px;
}

.reservation-form .input-field input[type="submit"] {
  text-transform: uppercase;
}

/* Form */
/* Checkbox */
.form-check {
  min-height: auto;
  margin-bottom: 0;
}

.form-check:not(:last-child) {
  margin-bottom: 15px;
}

.form-check .form-check-input {
  margin-top: 1px;
  border-width: 2px;
}

.form-check .form-check-input:checked,
.form-check .form-check-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-check .form-check-label {
  font-size: 14px;
  line-height: 1.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.single-method.form-check p {
  color: #000201;
}

/*my account */
.contact-area.account label {
  display: inline-block;
}

.login-button button {
  background: #fff;
  margin-top: 20px;
  padding: 14px 42px;
  color: #000201;
  font-size: 16px;
  font-weight: 500;
  outline: none;
  letter-spacing: 0.5px;
  border: none;
  text-align: center;
  display: inline-block;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}

.login-button button::before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000201;
  transform: scale(0, 1);
  transition: 0.5s;
}

.login-button button:hover::before {
  transform: scale(1);
}

.login-button button:hover {
  color: #fff;
}

.form-box:first-child {
  margin-top: 30px;
}

.row.account.form {
  border: 1px solid #acacac;
  padding: 10px;
}

.login-button {
  margin-bottom: 30px;
}

/*==============
preloader 
===============*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #111;
  z-index: 99999;
}

/*==============
 Style One
===============*/

.preloader.style1 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.preloader.style1 .loader {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.preloader.style1 .loader .ring {
  position: relative;
  height: 150px;
  width: 150px;
  margin: -30px;
  border: 4px solid transparent;
  border-radius: 50%;
  border-top: 4px solid #fff;
  animation: animate 4s linear infinite;
}
@keyframes animate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.preloader.style1 .loader .ring::before {
  content: "";
  position: absolute;
  top: 12px;
  right: 12px;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  background: #fff;
  box-shadow: 0 0 0 5px #24ecff33, 0 0 0 10px #24ecff22, 0 0 0 20px #24ecff11,
    0 0 20px #fff, 0 0 50px #fff;
}
.preloader.style1 .loader .ring:nth-child(2) {
  animation: animate2 4s linear infinite;
  animation-delay: -1s;
  border-top: 4px solid transparent;
  border-left: 4px solid #ff9f14;
}
.preloader.style1 .loader .ring:nth-child(2)::before {
  content: "";
  position: absolute;
  top: initial;
  bottom: 12px;
  left: 12px;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  background: #ff9f14;
  box-shadow: 0 0 0 5px #93ff2d33, 0 0 0 10px #93ff2d22, 0 0 0 20px #93ff2d11,
    0 0 20px #ff9f14, 0 0 50px #ff9f14;
}
@keyframes animate2 {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.preloader.style1 .loader .ring:nth-child(3) {
  position: absolute;
  top: -66.66px;
  border-top: 4px solid transparent;
  border-left: 4px solid #f00;
  animation: animate2 4s linear infinite;
  animation-delay: -3s;
}
.preloader.style1 .loader .ring:nth-child(3)::before {
  content: "";
  position: absolute;
  top: initial;
  bottom: 12px;
  left: 12px;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  background: #f00;
  box-shadow: 0 0 0 5px #fff, 0 0 0 10px #e41cf822, 0 0 0 20px #e41cf811,
    0 0 20px #f00, 0 0 50px #f00;
}
.preloader.style1 .loader p {
  position: absolute;
  color: #fff;
  font-size: 1.5em;
  font-family: consolas;
  bottom: -150px;
  letter-spacing: 0.15em;
}

/*
<!-- ============================================================== -->
<!--Scrollup Button Section -->
<!-- ============================================================== -->*/

/*------back-to-top------------*/

.prgoress_indicator {
  position: fixed;
  right: 50px;
  bottom: 20px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(187, 247, 55, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transform: translateY(15px) !important;
  transition: all 200ms linear !important;
}

.prgoress_indicator.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) !important;
}

.prgoress_indicator::after {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: #ff9f14;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  font-weight: 900;
  z-index: 1;
  transition: all 200ms linear !important;
}

.prgoress_indicator::before {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  font-weight: 900;
  opacity: 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear !important;
}

.prgoress_indicator:hover ::after {
  color: #ff9f14;
}

.prgoress_indicator:hover ::before {
  opacity: 1;
}

.prgoress_indicator svg path {
  fill: none;
}

.prgoress_indicator svg.progress-circle path {
  stroke: #ff9f14;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear !important;
}

/*=====================================
<--sidebar Search Box Css -->
=======================================*/
/*nav button*/
.search-box-btn.search-box-outer {
  display: inline-block;
  cursor: pointer;
  margin-right: 40px;
}

.nav-btn.navSidebar-button {
  display: inline-block;
}

.nav-btn.navSidebar-btn a i {
  display: inline-block;
  color: #232323;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.xs-sidebar-group .xs-overlay {
  left: 100%;
  top: 0;
  position: fixed;
  z-index: 101;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in 0.8s;
  -o-transition: all 0.4s ease-in 0.8s;
  transition: all 0.4s ease-in 0.8s;
}

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 23px;
  right: 0;
  padding: 25px;
}

.xs-sidebar-widget {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: 0.7;
  visibility: visible;
  -webkit-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
  left: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  right: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
  padding: 40px 32px;
}

.close-side-widget i {
  color: #161617;
  opacity: 0.9;
  font-size: 28px;
  display: block;
  transition: 0.5s;
}

.close-side-widget i:hover {
  color: #f00;
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in 0.3s;
  -o-transition: all 0.3s ease-in 0.3s;
  transition: all 0.3s ease-in 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  -o-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 0;
}

.xs-bg-black {
  background: rgb(22, 22, 23, 0.5) !important;
}

/*html css*/
.nav-logo {
  margin: 0 0 50px;
}

.content-box h2 {
  color: #000;
  font-size: 26px;
  font-weight: 600;
}

.content-box p {
  display: inline-block;
  color: #000;
  padding: 15px 0 0;
}

a.theme-btn.btn-style-two span {
  color: #000;
  font-size: 20px;
}

a.theme-btn.btn-style-two i {
  color: #f00;
}

.contact-info h2 {
  color: #232323;
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 600;
}

ul.list-style-one li {
  display: block;
  list-style: none;
  color: #000;
  padding: 16px 0 0;
  overflow: hidden;
}

ul.list-style-one li span {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 0 10px 0 0px;
}

ul.social-box {
  margin: 30px 0 0;
}

ul.social-box li {
  display: inline-block;
  list-style: none;
  margin: 0 6px 0 0;
}

ul.social-box li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  background: #000;
  transition: 0.5s;
  font-size: 18px;
  border-radius: 3px;
}

ul.social-box li a:hover {
  background: #f00;
}
@media screen and (min-width : 769px){
.pc {display: inline-block;}
.sp {display: none;}
}
@media (max-width : 768px){
.pc {display: none;}
.sp {display: inline-block;}
}