/* Linoor - DIgital Agency HTML Template  */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.  Fonts
2.  Reset
3.  Global Settings
4.  Scroll To Top style
5.  Main Header style / Header Style One
6.  Sticky Header
7.  Search Popup
8.  Mobile Menu
9.  Lazy Load Settings
10. Banner Section
11. Section Title
12. categories Section
13. About Section
14. Live Section
15. We DO Section
16. Gallery Section
17. Fun Facts Section
18. We DO Section
19. Team Section
20. Parallax Section
21. Sponsors Section
22. Agency Section
23. News Section
24. Call Section
25. Main Footer
26. categories Section
27. We DO Section
28. Gallery Section
29. Why Us Section
30. Testimonials Section
31. Parallax Section
32. We DO Section
33. Call Section
34. Call Section
35. categories Section
36. Discover Section
37. Parallax Section
38. We Work Section
39. Testimonials Section
40. We DO Section
41. Get Quote
42. Map Section
43. Sponsors Section
44. Page Banner
45. Faqs Section
46. Get Quote
47. Error Section
48. Contact Section
49. Sidebar Page Container
50. Comment Area
51. Leave Comments Form
52. Service Details
53. Service Details
--------------------------------------------------------------*/
/*
  font-family: 'Teko', sans-serif;
  font-family: 'Barlow', sans-serif;
  font-family: 'Rubik', sans-serif;
*/
/***

====================================================================
2.  Reset
====================================================================

 ***/

 @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
 * {
   margin: 0px;
   padding: 0px;
   border: none;
   outline: none;
   font-size: 100%;
   line-height: inherit;
 }
 
 /***
 
 ====================================================================
 3.  Global Settings
 ====================================================================
 
  ***/
 
 :root {
   --thm-font: "Poppins", sans-serif;
   --thm-b-font: "Poppins", sans-serif;
   --thm-base: #0F5996;
   --thm-second-base: #8DC63F;
   --thm-base-rgb: 255, 170, 23;
   --thm-black: #222429;
   --thm-text: #686a6f;
 }
 
 .container {
   padding-left: 15px;
   padding-right: 15px;
 }
 
 .row {
   --bs-gutter-x: 30px;
   --bs-gutter-y: 0px;
 }
 html{
  overflow-x: hidden;
 }
 body {
   font-size: 16px;
   font-family: var(--thm-b-font);
   color: var(--thm-text);
   line-height: 2.125em;
   font-weight: 400;
   background: #ffffff;
   -webkit-font-smoothing: antialiased;
   -moz-font-smoothing: antialiased;
   top: 0 !important;
   overflow-x: hidden;
 }
 
 a {
   text-decoration: none;
   cursor: pointer;
   color: var(--thm-base);
 }
 
 .theme_color {
   color: var(--thm-base);
 }
 
 a:hover,
 a:focus,
 a:visited,
 a:active,
 button:active {
   text-decoration: none;
   outline: none;
 }
 
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
   position: relative;
   font-weight: 400;
   margin: 0px 0px 20px;
   background: none;
   line-height: 1.25em;
   color: #000;
 }
 
 h1 {
   font-size: 140px;
 }
 
 h2 {
   font-size: 70px;
 }
 
 h3 {
   font-size: 60px;
 }
 
 h4 {
   font-size: 40px;
 }
 
 h5 {
   font-size: 30px;
 }
 
 h6 {
   font-size: 26px;
 }
 
 input,
 select,
 button {
 }
 
 textarea {
   overflow: hidden;
   resize: none;
 }
 
 button {
   outline: none !important;
   cursor: pointer;
 }
 
 p {
   line-height: 2.125em;
   margin: 0 0 20px;
 }
 
 .text {
   line-height: 2.125em;
   margin: 0 0;
 }
 
 ::-webkit-input-placeholder {
   color: inherit;
 }
 
 ::-moz-input-placeholder {
   color: inherit;
 }
 
 ::-ms-input-placeholder {
   color: inherit;
 }
 
 .page-wrapper {
   position: relative;
   margin: 0 auto;
   width: 100%;
   min-width: 300px;
   z-index: 11;
 }
 
 .page-wrapper__dark {
   background-color: #1c1e22;
   background-image: url(../images/background/home-portfolio-bg-1-1.png);
 }
 
 .page-wrapper__gradient {
   background: #432ff6;
   background: linear-gradient(100deg, #432ff6 0%, #f174e3 100%);
 }
 
 body.boxed-wrapper {
   background-color: #f4f5f8;
 }
 
 .page-wrapper.boxed-wrapper {
   max-width: 1410px;
   margin-left: auto;
   margin-right: auto;
   background-color: #ffffff;
   -webkit-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
           box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
 }
 
 .page-wrapper__dark.boxed-wrapper {
   background-color: #1c1e22;
 }
 
 @media (max-width: 1440px) {
   .page-wrapper.boxed-wrapper {
     max-width: 90%;
   }
 }
 
 @media (max-width: 768px) {
   .page-wrapper.boxed-wrapper {
     max-width: 95%;
   }
 }
 
 .auto-container {
   position: static;
   max-width: 1400px;
   padding: 0px 15px;
   margin: 0 auto;
 }
 
 ul,
 li {
   list-style: none;
   padding: 0px;
   margin: 0px;
 }
 
 figure {
   margin-bottom: 0;
 }
 
 .theme-btn {
   display: inline-block;
   -webkit-transition: all 0.3s ease;
   transition: all 0.3s ease;
 }
 
 .theme-btn i {
   position: relative;
   display: inline-block;
   font-size: 14px;
   margin-left: 3px;
 }
 
 .centered {
   text-align: center !important;
 }
 
 /*Btn Style One*/
 .btn-style-one {
   position: relative;
   display: inline-block;
   text-align: center;
   text-transform: uppercase;
   letter-spacing: 0;
   background: var(--thm-base);
   color: #000;
   border-radius: 40px;
   padding: 6px 20px;
   overflow: hidden;
   transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
 }
 
 .btn-style-one .btn-title {
   position: relative;
   display: block;
   color: #fff;
   font-size: 22px;
   line-height: 30px;
   font-weight: 500;
   letter-spacing: 0;
   padding: 6px 20px;
   z-index: 1;
 }
 
 .btn-style-one:hover {
   background: var(--thm-base);
   color: #ffffff;
 }
 
 .btn-style-one .btn-curve {
   position: absolute;
   right: -15px;
   top: 0;
   width: 26px;
   height: 100%;
   background: var(--thm-second-base);
   opacity: 0.2;
   z-index: 0;
   -webkit-transform: skewX(-22deg);
           transform: skewX(-22deg);
   transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -webkit-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
 }
 
 .btn-style-one:hover .btn-curve {
   opacity: 1;
   right: 0;
   width: 100%;
   -webkit-transform: skewX(0deg);
           transform: skewX(0deg);
 }
 
 /*Btn Style Two*/
 .btn-style-two {
   position: relative;
   display: inline-block;
   text-align: center;
   text-transform: uppercase;
   letter-spacing: 0.05em;
   background: var(--thm-second-base);
   color: #ffffff;
   border-radius: 5px;
   overflow: hidden;
   transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
 }
 
 .btn-style-two .btn-title {
   position: relative;
   display: block;
   font-size: 18px;
   line-height: 30px;
   font-weight: 400;
   padding: 19px 50px 16px;
   z-index: 1;
   letter-spacing: 0.1em;
   -webkit-transition: 0.5s;
   transition: 0.5s;
 }
 
 .btn-style-two:hover {
   color: #fff;
 }
 
 .btn-style-two .btn-curve {
   position: absolute;
   right: -15px;
   top: 0;
   width: 26px;
   height: 100%;
   background: #ffffff;
   opacity: 0.2;
   z-index: 0;
   -webkit-transform: skewX(-22deg);
           transform: skewX(-22deg);
   transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -webkit-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
 }
 
 .btn-style-two:hover .btn-curve {
   opacity: 1;
   right: 0;
   width: 100%;
   -webkit-transform: skewX(0deg);
           transform: skewX(0deg);
 }
 
 .btn-style-three {
   background-color: var(--thm-base);
   color: #fff;
   font-size: 16px;
   font-weight: bold;
   padding: 22.5px 40px;
   display: -webkit-inline-box;
   display: -ms-inline-flexbox;
   display: inline-flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   line-height: 1;
 }
 
 .btn-style-three:hover {
   background-color: #000;
   color: #fff;
 }
 
 .pull-right {
   float: right;
 }
 
 .pull-left {
   float: left;
 }
 
 .preloader {
   position: fixed;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   z-index: 999999;
   background-color: white;
   background-color: #1c1e22;
 }
 
 .preloader__gradient {
   background: #432ff6;
   background: linear-gradient(100deg, #432ff6 0%, #f174e3 100%);
 }
 
 .preloader .icon {
   position: fixed;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   z-index: 5;
   background-color: rgba(0, 0, 0, 0);
   background-position: center center;
   background-repeat: no-repeat;
   background-image: url(../images/icons/preloader.png);
   -webkit-transition: all 200ms ease;
   transition: all 200ms ease;
   -webkit-animation-name: rotateMe;
   -webkit-animation-duration: 2s;
   -webkit-animation-iteration-count: infinite;
   -webkit-animation-timing-function: linear;
   -moz-animation-name: rotateMe;
   -moz-animation-duration: 2s;
   -moz-animation-iteration-count: infinite;
   -moz-animation-timing-function: linear;
   -ms-animation-name: rotateMe;
   -ms-animation-duration: 2s;
   -ms-animation-iteration-count: infinite;
   -ms-animation-timing-function: linear;
   animation-name: rotateMe;
   animation-duration: 2s;
   animation-iteration-count: infinite;
   animation-timing-function: linear;
 }
 
 .preloader__gradient .icon {
   background-image: url(../images/update-26-02-2021/preloader-white.png);
 }
 
 .page-loaded .preloader .icon {
   opacity: 0;
 }
 
 img {
   display: inline-block;
   max-width: 100%;
   height: auto;
 }
 
 .dropdown-toggle::after {
   display: none;
 }
 
 .fa {
   line-height: inherit;
 }
 
 /***
 
 ====================================================================
 4.  Scroll To Top style
 ====================================================================
 
 ***/
 .scroll-to-top {
   position: fixed;
   right: 10px;
   bottom: 25px;
   width: 50px;
   height: 50px; 
   color: #fff;
   font-size: 14px;
   line-height: 50px;
   border-radius: 50%;
   text-align: center;
   z-index: 9999;
   cursor: pointer;
   background: var(--thm-second-base);
   border:1px solid var(--thm-second-base);
   display: none;
   -webkit-transition: all 300ms ease;
   transition: all 300ms ease;
 }
 
 .scroll-to-top:hover {
   background: #fff;
   color: var(--thm-base);
 }
 
 /***
 
 ====================================================================
 5.  Main Header style / Header Style One
 ====================================================================
 
 ***/
 .main-header {
   position: relative;
   display: block;
   width: 100%;
   z-index: 9999;
   background: none;
 }
 .main-header .top-bar{
   background-color: var(--thm-base);
   height: 25px;
   position: relative;
   display: block;
 }
 /*=== Header Main Box ===*/
 .main-header .header-upper {
   position: relative;
   display: block;
   width: 100%;
   background: none;
   border-bottom: 1px solid rgba(255, 255, 255, 0.1);
   z-index: 1;
   -webkit-transition: all 300ms ease;
   transition: all 300ms ease;
 }
 
 .boxed-wrapper .main-header .header-upper {
   max-width: 1410px;
   left: 50%;
   -webkit-transform: translateX(-50%);
           transform: translateX(-50%);
 }
 
 .fixed-header .header-upper {
   background: #171717;
   -ms-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
   -o-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
   -webkit-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
           box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
 }
 
 .header-style-two.fixed-header .header-upper {
   background: var(--thm-black);
   -ms-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
   -o-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
   -webkit-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
           box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
 }
 
 .main-header .header-upper .inner-container {
   position: relative;
   display: block;
   min-height: 100px;
 }
 
 .main-header .header-upper .logo-box {
   position: relative;
   float: left;
   padding: 0;
   margin-right: 50px;
   z-index: 7;
 }
 
 .fixed-header.main-header .header-upper .logo-box{
   padding: 30px 0;
 }
 .main-header .header-upper .logo-box .logo {
   position: relative;
   display: block;
   height: 100px;
 }
.main-header .header-upper .logo-box .logo a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}
 .main-header .header-upper .logo-box .logo img {
   position: relative;
   display: inline-block;
   max-width: 100%;
   max-height: 100px;
   z-index: 1;
 }
 
 .main-header .other-links {
   margin-top: 23px;
   position: relative;
   float: right;
   z-index: 7;
 }
 .main-header .cart-btn {
   font-size: 18px;
   color: #fff;
   margin-right: 30px;
 }
 
 .main-header .cart-btn a {
   color: inherit;
 }
 
 .fixed-header.main-header .other-links {
   margin-top: 20px;
 }
 .main-header .other-links .link-box {
   position: relative;
   float: left;
   padding: 34px 0px;
 }
 
 .main-header .other-links .link-box .link {
   position: relative;
   display: block;
   padding-top: 4px;
   text-transform: uppercase;
   letter-spacing: 0.05em;
   padding-left: 60px;
   color: #ffffff;
 }
 
 .header-style-two.fixed-header .other-links .link-box .link {
   color: #ffffff;
 }
 
 .main-header .other-links .link-box .link .icon {
   position: absolute;
   left: 0;
   top: 0;
   width: 44px;
   height: 42px;
   background: url(../images/icons/chat-icon.png) left center no-repeat;
 }
 
 .main-header .other-links .link-box .sub-text {
   position: relative;
   display: block;
   font-size: 14px;
   font-weight: 500;
   line-height: 18px;
   letter-spacing: 0.03em;
 }
 
 .main-header .other-links .link-box .number {
   position: relative;
   display: block;
   letter-spacing: 0.03em;
   font-size: 20px;
   font-weight: 400;
   line-height: 24px;
 }
 
 .main-header .other-links .link-box .number:hover {
   text-decoration: underline;
 }
 
 .main-header .other-links .call-us {
   position: relative;
 }
 
 .main-header .other-links .search-btn {
     position: relative;
     float: left;
     padding: 3px 0px;
     padding-right: 15px;
     margin-right: 15px;
     border-right: 1px solid rgba(255, 255, 255, 0.1);
 }
 .main-header .other-links .theme-btn .btn-title{
     font-size: 22px;
     font-weight: 500;
     padding: 6px 20px;
 }
 .main-header .other-links .search-btn button {
   position: relative;
   display: block;
   font-size: 20px;
   padding: 0;
   margin: 0;
   background: none;
   line-height: 32px;
   color: var(--thm-base);
   cursor: pointer;
 }
 
 .main-header .other-links .search-btn button span {
   vertical-align: middle;
 }
 
 .main-header .nav-outer {
   position: absolute;
   left: 0;
   top: 0;
   float: left;
   text-align: center;
   width: 90%;
   z-index: 5;
 }
 
 .main-header .nav-outer .main-menu {
   position: relative;
   display: inline-block;
   vertical-align: middle;
 }
 
 @media (min-width: 992px) {
   .boxed-wrapper .main-header .nav-outer .main-menu {
     margin-right: 70px;
   }
 }
 
 .main-menu .navbar-collapse {
   padding: 0px;
   display: block !important;
 }
 
 .main-menu .navigation {
   position: relative;
   display: block;
   width: 100%;
   margin: 0px;
 }
 
 .main-menu .navigation > li {
   position: relative;
   float: left;
   padding: 23px 0px;
   margin-right: 20px;
   -webkit-transition: all 300ms ease;
   transition: all 300ms ease;
 }
 .main-menu .navigation > li.dropdown a:after{
   position: absolute;
   font-family: 'Font Awesome 5 Free';
   content: "\f107";
   font-weight: 600;
   right: -15px;
   top: 12px;
   font-size: 16px;
   color: #858F94;
 }
 .main-menu .navigation > li.dropdown li a:after{
   content: none;
 }
 .fixed-header .main-menu .navigation > li{
   padding: 20px 0;
 }
 .main-menu .navigation > li:last-child {
   margin-right: 0px;
 }
 
 .main-menu .navigation > li:last-child:after {
   display: none;
 }
 
 .main-menu .navigation > li > a {
   position: relative;
   display: block;
   text-align: center;
   font-size: 20px;
   line-height: 30px;
   font-weight: 500;
   text-transform: uppercase;
   letter-spacing: 0.03em;
   color: var(--thm-base);
   padding: 12px 0px;
   opacity: 1;
   -webkit-transition: all 300ms ease;
   transition: all 300ms ease;
 }
 
 .main-menu .navigation li > a {
   display: -webkit-box !important;
   display: -ms-flexbox !important;
   display: flex !important;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   -webkit-box-pack: justify;
       -ms-flex-pack: justify;
           justify-content: space-between;
 }
 .main-menu .navigation > li.active > a {
   font-weight: 700;
   opacity: 1!important;
 }

 .main-menu .navigation > li > ul {
    background: #ffffff;
    padding: 20px 0px 15px;
    border-radius: 5px;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
 .main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
 /* header style two */
 .header-style-two.fixed-header .header-upper .logo-box .logo .stricked-logo,
 .header-style-two .header-upper .logo-box .logo .main-logo {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
 }
 
 .header-style-two.fixed-header .header-upper .logo-box .logo .main-logo,
 .header-style-two .header-upper .logo-box .logo .stricked-logo {
   display: none;
 }
 
 /* header style four */
 .header-style-four .header-upper {
   background-color: #fff;
 }
 
 .header-style-four .other-links .search-btn {
   border-color: #e9ebee;
 }
 
 .header-style-four .main-header .header-upper {
   border-bottom: 0;
 }
 
 .header-style-four .main-menu .navigation > li > a {
   color: #727479;
 }
 
 .header-style-four .other-links .link-box .number,
 .header-style-four .main-menu .navigation > li:hover > a,
 .header-style-four .main-menu .navigation > li.current > a {
   color: #000;
 }
 
 .header-style-four .other-links .search-btn button {
   color: #000;
 }
 
 .header-style-four .other-links .link-box .link .icon {
   background-image: url(../images/icons/chat-icon-dark.png);
 }
 
 .header-style-four .other-links .link-box .sub-text {
   color: #727479;
 }
 
 /* header style five */
 .header-style-five .header-upper {
   background-color: rgba(0, 0, 0, 0);
 }
 
 .fixed-header.header-style-five .header-upper {
   background-color: #fff;
 }
 
 .header-style-five .header-upper .inner-container {
   max-width: 1200px;
   padding-left: 15px;
   padding-right: 15px;
   margin-left: auto;
   margin-right: auto;
 }
 
 .header-style-five .nav-outer {
   text-align: right;
 }
 
 /* header style six */
 .header-style-six .header-upper {
   background-color: rgba(0, 0, 0, 0);
 }
 
 .fixed-header.header-style-six .header-upper {
   background-color: #000;
 }
 
 .header-style-six .nav-outer {
   display: none;
 }
 
 .header-style-six .header-upper .inner-container {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
       -ms-flex-pack: justify;
           justify-content: space-between;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
 }
 
 .header-style-six .header-upper .right-menu {
   margin-left: auto;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
 }
 
 .header-style-six .header-upper .right-menu .search-btn button {
   background-color: rgba(0, 0, 0, 0);
   padding: 0;
   width: auto;
   font-size: 22px;
   color: #ffffff;
 }
 
 .header-style-six .header-upper .right-menu .mobile-nav-toggler {
   cursor: pointer;
   margin-left: 30px;
 }
 
 .header-style-six .header-upper .right-menu .mobile-nav-toggler:hover span {
   width: 28px !important;
 }
 
 .header-style-six .header-upper .right-menu .mobile-nav-toggler .bar {
   width: 28px;
   height: 1px;
   background-color: #fff;
   display: block;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }
 
 .header-style-six .header-upper .right-menu .mobile-nav-toggler .bar:nth-child(2) {
   width: 23px;
 }
 
 .header-style-six .header-upper .right-menu .mobile-nav-toggler .bar:nth-child(3) {
   width: 18px;
 }
 
 .header-style-six .header-upper .right-menu .mobile-nav-toggler .bar + .bar {
   margin-top: 7px;
 }
 
 .header-style-six-no-border .header-upper {
   border-bottom: 0;
 }
 
 /* header style seven */
 .header-style-seven {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   z-index: 100%;
 }
 
 .header-style-seven .header-upper {
   margin-top: 44px;
   border-color: rgba(255, 255, 255, 0.06);
 }
 
 .header-style-seven .header-upper .auto-container {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
 }
 
 .header-style-seven.fixed-header .header-upper {
   margin-top: 0;
 }
 
 .header-style-seven .nav-outer {
   position: relative;
   top: auto;
   left: auto;
   text-align: right;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: end;
       -ms-flex-pack: end;
           justify-content: flex-end;
 }
 
 .header-style-seven .main-menu .navigation > li > a {
   font-size: 18px;
   text-transform: capitalize;
   font-weight: 400;
   color: #fff;
   letter-spacing: 0;
 }
 
 .header-style-seven .main-menu .navigation > li > ul > li > a {
   font-size: 16px;
   font-weight: 500;
   text-transform: capitalize;
   letter-spacing: 0;
 }
 
 /* topbar */
 .header-style-seven .topbar-four {
   background-color: #18212e;
   padding-top: 4.5px;
   padding-bottom: 4.5px;
 }
 
 .header-style-seven .topbar-four .auto-container {
   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;
 }
 
 .header-style-seven .topbar-four .right-content {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
 }
 
 .header-style-seven .topbar-four p {
   margin: 0;
   font-size: 14px;
   font-weight: 400;
   color: #959ca6;
 }
 
 .header-style-seven .topbar-four .phone {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   margin-right: 40px;
 }
 
 .header-style-seven .topbar-four .phone span {
   font-size: 14px;
   color: var(--thm-base);
   margin-right: 10px;
 }
 
 .header-style-seven .topbar-four .phone a {
   color: #fff;
   font-size: 14px;
   font-weight: 500;
 }
 
 .header-style-seven .social-links {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
 }
 
 .header-style-seven .social-links li + li {
   margin-left: 30px;
 }
 
 .header-style-seven .social-links a {
   font-size: 14px;
   color: #959ca6;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }
 
 .header-style-seven .social-links a:hover {
   color: var(--thm-base);
 }
 
 .header-style-seven .main-menu .navigation li > a > span {
   top: 0;
 }
 
 /* cart btn */
 .main-header .other-links {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
 }
 
 .main-header .cart-btn {
   font-size: 18px;
   color: var(--thm-base);
   margin-right: 30px;
 }
 
 .main-header .cart-btn a {
   position: relative;
     color: inherit;
     display: inline-block;
     -webkit-transition: all 0.3s ease;
     transition: all 0.3s ease;
 }
 .main-header .cart-btn a span.qty{
     position: absolute;
     top: -5px;
     right: -12px;
     width: 18px;
     height: 18px;
     color: #fff;
     background-color: var(--thm-second-base);
     border-radius: 50%;
     font-size: 14px;
     display: flex;
     align-items: center;
     justify-content: center;
 }
 .header-style-eight .header-upper {
   border-bottom: 1px solid #e9ebee;
 }
 
 .header-style-eight .main-menu .navigation > li > a {
   font-size: 20px;
   font-weight: 500;
   color: var(--thm-text);
   text-transform: lowercase;
 }
 
 .header-style-eight .nav-outer {
   position: relative;
   left: auto;
   top: auto;
   float: none;
   text-align: right;
 }
 
 .header-style-eight .main-menu .navigation > li > a::before {
   bottom: -32px;
 }
 
 .header-style-eight .main-menu .navigation > li {
   padding-top: 33px;
   padding-bottom: 33px;
 }
 
 .header-style-eight .main-menu .navigation > li > ul {
   border-radius: 0;
 }
 
 .header-style-eight .main-menu .navigation > li > ul > li > a {
   text-transform: capitalize;
   font-size: 16px;
   font-weight: 500;
   color: var(--thm-text);
 }
 
 .header-style-eight .main-menu .navigation > li > ul > li > a:hover {
   color: #000;
 }
 
 .header-style-eight .main-menu .navigation li > a > span {
   font-size: 12px;
   padding-left: 8px;
   padding-right: 8px;
 }
 
 .header-style-eight .auto-container {
   width: 100%;
 }
 
 .header-style-eight .header-upper .logo-box {
   padding: 20px 0;
 }
 
 @media (min-width: 992px) {
   .header-style-eight .header-upper .logo-box {
     padding: 40px 0;
   }
 }
 
 .header-style-eight .nav-outer .mobile-nav-toggler {
   margin-top: 18px;
 }
 
 @media (min-width: 992px) {
   .header-style-eight .nav-outer .mobile-nav-toggler {
     margin-top: 40px;
   }
 }
 
 .fixed-header.header-style-eight .header-upper {
   background-color: #fff;
   border-bottom: 0;
 }
 
 .header-style-nine {
   z-index: 991;
   position: relative;
   top: auto;
   left: auto;
   display: block;
   width: 100%;
 }
 
 .header-style-nine__inner {
   padding-top: 32px;
   padding-bottom: 32px;
   padding-left: 30px;
   padding-right: 30px;
   background-color: var(--thm-gray);
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
 }
 
 @media (min-width: 992px) {
   .header-style-nine {
     width: 100px;
     height: 100vh;
     overflow: hidden;
     position: fixed;
     top: 0;
     left: 0;
   }
   .header-style-nine__inner {
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
         -ms-flex-direction: column;
             flex-direction: column;
     -webkit-box-pack: start;
         -ms-flex-pack: start;
             justify-content: flex-start;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
     height: 100%;
     overflow-y: auto;
     padding-left: 0;
     padding-right: 0;
     padding-top: 40px;
     padding-bottom: 60px;
   }
 }
 
 .header-style-nine .mobile-nav-toggler {
   width: 28px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   cursor: pointer;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   display: block !important;
 }
 
 .header-style-nine .nav-outer .main-menu {
   display: none;
 }
 
 .header-style-nine .mobile-nav-toggler span {
   background-color: #000;
   height: 1px;
   width: 28px;
   display: block;
 }
 
 .header-style-nine .mobile-nav-toggler span:nth-child(2) {
   width: 23px;
   margin-top: 7px;
   margin-bottom: 7px;
 }
 
 .header-style-nine .mobile-nav-toggler span:nth-child(3) {
   width: 18px;
 }
 
 .header-style-nine .nav-outer {
   position: relative;
   left: auto;
   top: auto;
   float: none;
   text-align: left;
   width: auto;
   z-index: 5;
 }
 
 .header-style-nine .nav-outer .mobile-nav-toggler {
   position: relative;
   float: none;
   font-size: 30px;
   line-height: 40px;
   cursor: pointer;
   margin-left: 0px;
   color: var(--thm-base);
   margin: 0px 0px 0px;
   margin-left: 30px;
 }
 
 @media (min-width: 992px) {
   .header-style-nine .nav-outer {
     margin-top: auto;
   }
   .header-style-nine .nav-outer .mobile-nav-toggler {
     margin-left: 0;
   }
 }
 
 .header-style-nine__search-btn__outer,
 .header-style-nine .search-btn {
   cursor: pointer;
   margin-left: auto;
   margin-right: 0px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
 }
 
 .header-style-nine__search-btn__outer {
   display: none;
 }
 
 @media (min-width: 576px) {
   .header-style-nine .search-btn {
     margin-right: 30px;
   }
 }
 
 @media (min-width: 992px) {
   .header-style-nine .search-btn {
     display: none;
   }
   .header-style-nine__search-btn__outer {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     position: fixed;
     top: 0;
     right: 0;
   }
 }
 
 .header-style-nine .social-icons {
   display: none;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
 }
 
 @media (min-width: 576px) {
   .header-style-nine .social-icons {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
   }
 }
 
 @media (min-width: 992px) {
   .header-style-nine .social-icons {
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
         -ms-flex-direction: column;
             flex-direction: column;
     -webkit-box-pack: center;
         -ms-flex-pack: center;
             justify-content: center;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
     margin-top: auto;
   }
 }
 
 .header-style-nine .social-icons a {
   font-size: 16px;
   color: var(--thm-text);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }
 
 .header-style-nine .social-icons a:hover {
   color: var(--thm-base);
 }
 
 .header-style-nine .social-icons a + a {
   margin-left: 20px;
 }
 
 @media (min-width: 992px) {
   .header-style-nine .social-icons a + a {
     margin-left: 0;
     margin-top: 15px;
   }
 }
 
 .header-style-nine__search-btn__outer button,
 .header-style-nine .search-btn button {
   background-color: transparent;
 }
 
 .header-style-nine__search-btn__outer button span,
 .header-style-nine .search-btn button span {
   font-size: 22px;
   color: #000;
   position: relative;
   display: block;
   margin-right: 20px;
 }
 
 .header-style-nine__search-btn__outer .text,
 .header-style-nine .search-btn .text {
   font-size: 16px;
   color: var(--thm-text);
 }
 
 .header-style-nine__search-btn__outer {
   padding: 33px 70px;
   z-index: 991;
   background-color: var(--thm-gray);
 }
 
 /***
 
 ====================================================================
 6.        Sticky Header
 ====================================================================
 
 ***/
 .sticky-header {
   position: fixed;
   visibility: hidden;
   opacity: 0;
   left: 0px;
   top: 0px;
   width: 100%;
   padding: 0px 0px;
   z-index: -1;
   background: #ffffff;
   border-bottom: 1px solid #f0f0f0;
   -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
   -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
   -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
           box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
   -webkit-transition: top 300ms ease;
   transition: top 300ms ease;
 }
 
 .fixed-header .sticky-header {
   opacity: 1;
   z-index: 99901;
   visibility: visible;
 }
 
 .fixed-header .sticky-header .logo {
   padding: 10px 0px;
 }
 
 .sticky-header .main-menu .navigation > li {
   margin-left: 40px !important;
   padding: 0;
   margin-right: 0;
   background-color: transparent;
 }
 
 .sticky-header .main-menu .navigation > li.dropdown > a:after,
 .sticky-header .main-menu .navigation > li:before {
   display: none;
 }
 
 .sticky-header .main-menu .navigation > li > a {
   padding: 21px 0px !important;
   line-height: 30px;
   font-size: 16px;
   font-weight: 600;
   color: #25283a;
   text-transform: capitalize;
   -webkit-transition: all 300ms ease;
   transition: all 300ms ease;
 }
 .fixed-header .main-menu .navigation > li > a{
   color:#fff;
 }
 .sticky-header .main-menu .navigation > li > ul > li > ul {
   left: auto;
   right: 100%;
 }
 
 .sticky-header .main-menu .navigation > li:hover > a,
 .sticky-header .main-menu .navigation > li.current > a,
 .sticky-header .main-menu .navigation > li.current-menu-item > a {
   opacity: 1;
 }
 
 
 .cursor {
   position: absolute;
   background-color: #fff;
   width: 6px;
   height: 6px;
   border-radius: 100%;
   z-index: 1;
   -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
   transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
   transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
   transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   pointer-events: none;
   z-index: 999999;
   -webkit-transform: scale(1);
           transform: scale(1);
   visibility: hidden;
 }
 
 .cursor {
   visibility: visible;
 }
 
 .cursor.active {
   -webkit-transform: scale(0);
           transform: scale(0);
 }
 
 .cursor.hovered {
   opacity: 0.08;
 }
 
 .cursor-follower {
   position: absolute;
   background-color: RGBA(255, 255, 255, 0.3);
   width: 50px;
   height: 50px;
   border-radius: 100%;
   z-index: 1;
   -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
   transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
   transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
   transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   pointer-events: none;
   z-index: 999999;
   visibility: hidden;
 }
 
 .cursor-follower {
   visibility: visible;
 }
 
 .cursor-follower.active {
   opacity: 0.7;
   -webkit-transform: scale(1);
           transform: scale(1);
 }
 
 .cursor-follower.hovered {
   opacity: 0.08;
 }
 
 .cursor-follower.close-cursor:before {
   position: absolute;
   content: "";
   height: 25px;
   width: 2px;
   background: #fff;
   left: 48%;
   top: 12px;
   -webkit-transform: rotate(-45deg);
           transform: rotate(-45deg);
   display: inline-block;
 }
 
 .cursor-follower.close-cursor:after {
   position: absolute;
   content: "";
   height: 25px;
   width: 2px;
   background: #fff;
   right: 48%;
   top: 12px;
   -webkit-transform: rotate(45deg);
           transform: rotate(45deg);
 }
 /*--------------------------------------------------------------
 # Sidemenu
 --------------------------------------------------------------*/
 .side-menu__block {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 99999;
   -webkit-transform: scale(0, 1);
           transform: scale(0, 1);
   -webkit-transform-origin: left center;
           transform-origin: left center;
   -webkit-transition: -webkit-transform 0.7s ease;
   transition: -webkit-transform 0.7s ease;
   transition: transform 0.7s ease;
   transition: transform 0.7s ease, -webkit-transform 0.7s ease;
 }
 
 .side-menu__block.active {
   -webkit-transform: scale(1, 1);
           transform: scale(1, 1);
 }
 
 .side-menu__block-overlay {
   width: 100%;
   height: 100%;
   background-color: var(--thm-black);
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   z-index: 999;
   opacity: 0.7;
 }
 
 .side-menu__block-overlay .cursor-follower {
   background-color: rgba(8, 39, 64, 0.3);
 }
 
 .side-menu__block-inner {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   max-width: 520px;
   height: 100%;
   overflow-y: auto;
   background-color: #eceeef;
   z-index: 999999;
   padding: 40px 0;
   padding-top: 20px;
 }
 
 @media (max-width: 575px) {
   .side-menu__block-inner {
     max-width: 480px;
   }
 }
 
 @media (max-width: 480px) {
   .side-menu__block-inner {
     max-width: 400px;
   }
 }
 
 @media (max-width: 375px) {
   .side-menu__block-inner {
     max-width: 300px;
   }
 }
 
 .side-menu__block-inner .mCustomScrollBox {
   width: 100%;
 }
 
 .side-menu__top {
   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;
   padding-left: 100px;
   padding-right: 40px;
 }
 
 .mobile-nav__container {
   padding-left: 100px;
   padding-right: 100px;
   padding-top: 50px;
 }
 
 .mobile-nav__container ul {
   margin: 0;
   padding: 0;
   list-style: none;
 }
 
 .mobile-nav__container li.dropdown ul {
   display: none;
   padding: 10px 0px 0px;
   margin-bottom: 20px;
   padding-left: 0.5em;
 }
 
 .mobile-nav__container li.dropdown ul li {
   margin-bottom: 10px;
 }
 
 .mobile-nav__container li.dropdown {
   position: relative;
 }
 
 .mobile-nav__container li.dropdown > a {
   position: relative;
   display: -webkit-inline-box;
   display: -ms-inline-flexbox;
   display: inline-flex;
   padding-right: 25px;
   vertical-align: middle;
 }
 .mobile-nav__container li > a {
   background-color: var(--thm-base);
   display: flex;
   align-items: center;
   justify-content: flex-start;
 }
 .mobile-nav__container li > a > span {
   color: #fff;
   font-size: 13px;
   text-transform: uppercase;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   text-align: center;
   position: relative;
   margin-left: 5px;
 }
 
 .mobile-nav__container li.dropdown .dropdown-btn {
   position: absolute;
   top: 0;
   right: 0;
   line-height: 22px;
   width: 22px;
   height: 22px;
   display: block;
   text-align: center;
   border: none;
   outline: none;
   background-color: transparent;
   color: #9ca3a9;
   font-size: 14px;
   -webkit-transform: rotate(90deg);
           transform: rotate(90deg);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }
 
 .mobile-nav__container li.dropdown .dropdown-btn.open {
   -webkit-transform: rotate(-90deg);
           transform: rotate(-90deg);
   color: var(--thm-black);
 }
 
 .mobile-nav__container li + li {
   margin-top: 10px;
 }
 
 .mobile-nav__container li a {
   text-transform: uppercase;
   color: #9ca3a9;
   font-size: 20px;
   letter-spacing: 1px;
   line-height: 24px;
   font-weight: 500;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   font-family: "Teko", sans-serif;
   position: relative;
 }
 
 .mobile-nav__container li a:hover {
   color: var(--thm-black);
 }
 
 .mobile-nav__container li.current-menu-item > a,
 .mobile-nav__container li.current-menu-item .dropdown-btn,
 .mobile-nav__container li.current .dropdown-btn,
 .mobile-nav__container li.current > a {
   color: var(--thm-black);
 }
 
 .side-menu__social {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   margin-top: 80px;
   margin-bottom: 40px;
 }
 
 .side-menu__social a {
   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;
   width: 57px;
   height: 57px;
   background-color: #fff;
   color: #9ca3a9;
   font-size: 16px;
   border-radius: 50%;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }
 
 .side-menu__social a + a {
   margin-left: 10px;
 }
 
 .side-menu__social a:hover {
   background-color: #ffaa16;
   color: var(--thm-black);
 }
 
 .side-menu__content {
   padding-left: 100px;
   padding-right: 100px;
 }
 
 .side-menu__content p {
   margin: 0;
   font-family: var(--thm-b-font);
   color: #9ca3a9;
 }
 
 .side-menu__content p + p {
   margin-top: 30px;
 }
 
 .side-menu__content p a {
   color: var(--thm-black);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }
 
 .side-menu__content p a:hover {
   color: #ffaa16;
   text-decoration: underline;
 }
 
 .side-menu__sep {
   width: calc(100% - 200px);
   margin-left: auto;
   margin-right: auto;
   height: 1px;
   background-color: #fff;
   margin-top: 70px;
   margin-bottom: 70px;
 }
 
 .side-menu__text p {
   font-size: 20px;
   line-height: 30px;
   font-weight: 400;
   letter-spacing: 0.05em;
   color: #9ca3a9;
   margin: 0;
   margin-bottom: 25px;
 }
 
 .side-menu__text a {
   font-size: 20px;
   color: #ff0143;
   line-height: 30px;
   font-weight: 400;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }
 
 .side-menu__text a:hover {
   color: var(--thm-base);
 }
 
 .side-menu__block__copy {
   text-transform: uppercase;
   font-size: 16px;
   color: #9ca3a9;
   font-weight: 400;
   letter-spacing: 0.2em;
 }
 
 @media (max-width: 575px) {
   .side-menu__top,
   .side-menu__content,
   .mobile-nav__container {
     padding-left: 50px;
     padding-right: 50px;
   }
   .side-menu__sep {
     margin-top: 40px;
     margin-bottom: 40px;
     width: calc(100% - 100px);
   }
 }
 
 @media (max-width: 480px) {
   .side-menu__top,
   .side-menu__content,
   .mobile-nav__container {
     padding-left: 25px;
     padding-right: 25px;
   }
   .side-menu__sep {
     width: calc(100% - 50px);
   }
   .side-menu__social {
     margin-top: 40px;
   }
   .side-menu__social a {
     width: 45px;
     height: 45px;
   }
 }
 
 
 /***
 
 ====================================================================
 8.      Mobile Menu
 ====================================================================
 
 ***/
 .nav-outer .mobile-nav-toggler {
   position: relative;
   float: right;
   font-size: 30px;
   line-height: 40px;
   cursor: pointer;
   margin-left: 0px;
   color: var(--thm-base);
   margin: 40px 0px 0px;
   display: none;
 }
 
 .mobile-nav-toggler .txt {
   position: relative;
   display: inline-block;
   vertical-align: top;
   padding-left: 10px;
   font-size: 16px;
   text-transform: capitalize;
   font-weight: 500;
   display: none;
 }
 
 .sec-title .lower-text {
     position: relative;
     display: block;
     font-size: 16px;
     line-height: 2.125em;
     font-weight: 400;
     color: var(--thm-text);
     padding: 30px 0px 0px;
     margin-bottom: 50px;
 }
 
 .thm-btn__seven {
   border-radius: 40px;
   display: -webkit-inline-box;
   display: -ms-inline-flexbox;
   display: inline-flex;
   font-size: 16px;
   font-weight: bold;
   color: #fff;
   letter-spacing: .1em;
   background-color: var(--thm-base);
   -webkit-transition: .5s;
   transition: .5s;
   text-transform: uppercase;
   padding: 5px 25px;
   vertical-align: middle;
   -webkit-transform: perspective(1px) translateZ(0);
   transform: perspective(1px) translateZ(0);
   box-shadow: 0 0 1px rgba(0, 0, 0, 0);
   -webkit-transition-duration: 0.3s;
   transition-duration: 0.3s;
   -webkit-transition-property: transform;
   transition-property: transform;
 }
 
 .thm-btn__seven:hover {
   color: var(--thm-base)!important;
   background-color: var(--thm-second-base)!important;
   background-position: 100%!important;
 }
 
 /*Hero Section*/
 /* Project six */
 .hero-section {
   position: relative;
   height: 75vh;
   overflow: hidden;
 }
.hero-section .home_sec1_video {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
  }
 .hero-section .auto-container {
   max-width: 100%;
   padding-left: 0;
   padding-right: 0;
   padding-bottom: 2px;
 }
 
 .hero-section__item img {
   width: 100%;
   height: 75vh;
 }
 .hero-section .hero-section__item{
   position: relative;
 }
 .hero-section .hero-section__item .hero-content{
   position: absolute;
   top: 0;
   left: 25%;
   right: 25%;
   bottom: 0;
   width: auto;
   height: auto;
   text-align: center;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 50px;
   z-index: 99;
 }
 .hero-section .hero-section__item .hero-content-video{
   position: absolute;
   top: 0;
   left: unset;
   right: unset;
   bottom: 0;
   width: 100%;
   height: 75vh;
   text-align: center;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 50px;
   z-index: 99;
 }
 .hero-section .hero-content h2{
   font-size: 60px;
   font-weight: 700;
   line-height: 80px;
   color: #fff;
 }
 .hero-section .hero-content p{
   font-weight:500;
   font-size:35px;
   line-height:45px;
   color: #fff;
 }
 .hero-section .hero-content a{
   width: auto;
   font-size: 22px;
   font-weight: 500;
   display: inline-block;
   background-color: var(--thm-base);
   color: #fff;
   padding: 6px 20px;
   border-radius: 40px;
 }
  .hero-section .hero-content a span{
    font-size: 22px;
   font-weight: 500;
   padding: 6px 20px;
  }
 .swiper-button-prev,
 .swiper-button-next{
     background: rgba(30, 30, 30, 0.49);
     height: 100px;
     width: 60px;
     top: calc(50% - 50px);
     color: #fff;
 }
 .swiper-button-next:after, .swiper-button-prev:after{
  font-size: 30px;
 }
 .swiper-button-next{
   right: 0;
 }
 .swiper-button-prev{
   left: 0;
 }
 .swiper-button-prev:hover,
 .swiper-button-next:hover{
   background-color: var(--thm-base);
 }
 /***
 
 ====================================================================
 27. We DO Section
 ====================================================================
 
 ***/
 .featured-section {
   position: relative;
   padding: 50px 100px;
 }
 
 .featured-section .right-col {
   position: relative;
   margin-bottom: 30px;
 }
 
 .featured-section .right-col .inner {
   position: relative;
   display: block;
   padding-left: 30px;
 }
 
 .featured-section .right-col .image-box {
   position: relative;
   display: block;
   border-radius: 40px;
   overflow: hidden;
 }
 .featured-section .right-col .image-box img {
   display: block;
   width: 100%;
   width: 100%;
   -webkit-transform: scale(1);
           transform: scale(1);
   opacity: 1;
   -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
   transition: opacity 500ms ease, -webkit-transform 500ms ease;
   transition: transform 500ms ease, opacity 500ms ease;
   transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
   border-radius: 40px;
 }
 
 .featured-section .right-col .image-box:hover img {
   opacity: 1;
   -webkit-transform: scale(1.1);
           transform: scale(1.1);
 }
 
 .featured-section .left-col {
   position: relative;
   margin-top: 0;
 }
 
 .featured-section .left-col .inner {
   position: relative;
   display: block;
 }
 .featured-section .left-col .inner h2{
   font-size: 40px;
   font-weight: 700;
   color: var(--thm-base);
   line-height: 60px;
 }
 .featured-section .sec-title .lower-text{
   position: relative;
   display: block;
   font-size: 24px;
   line-height: 40px;
   font-weight: 700;
   color: #707070;
   padding: 0;
   max-width: 80%;
   margin-bottom: 15px;
 }
 .featured-section .sec-title p{
   color: var(--thm-base);
   font-size: 19px;
   font-weight: 600;
   max-width: 80%;
 }
 .featured-section .sec-title a{
     font-size: 22px;
     font-weight: 500;
     padding: 6px 20px;
 }
 
 .categories {
     padding:80px 30px; 
     position: relative; 
 }
 .categories-home{
   background-color: #F1F9FF;
 }
 .categories-page .swiper-slide{
   margin-bottom: 60px;
 }
 .categories .sec-title{
     margin-bottom: 100px;
 }
 .categories .sec-title h2 {
     color: var(--thm-base);
     margin-bottom: 0;
     font-size: 40px;
     font-weight: 700;
 }
 .categories .swiper-pointer-events{
   overflow: hidden;
 }
 .categories .categories__item{
     padding: 0 10px;
 }
 .categories .sec-title .lower-text{
     padding-top: 0;
     margin-top: 0;
     font-size: 22px;
     font-weight: 600;
 }
 .categories__image img {
     width: 100%;
     -webkit-transition: all 500ms ease;
     transition: all 500ms ease;
 }
 
 .categories__item:hover .categories__image img {
     opacity: 0.8;
 }
 .categories .card-flip {
     width: 100%;
     -webkit-perspective: 1000px;
     -moz-perspective: 1000px;
     -ms-perspective: 1000px;
     perspective: 1000px;
     -webkit-transform: perspective(1000px);
     -moz-transform: perspective(1000px);
     -ms-transform: perspective(1000px);
     transform: perspective(1000px);
     -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
     -ms-transform-style: preserve-3d;
     transform-style: preserve-3d;
     position: relative;
     float: left;
     overflow: hidden;
 }
 
 .frontCard,
 .backCard {
     display: flex;
     align-items: center;
     justify-content: center;
     width: 100%;
     height: 100%;
     -ms-transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
     transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
     -webkit-transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
     overflow: hidden;
     position: absolute;
     top: 0;
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
 }
 
 .categories .card-flip .frontCard {
     -webkit-transform: rotateY(0deg);
     -moz-transform: rotateY(0deg);
     -o-transform: rotateY(0deg);
     -ms-transform: rotateY(0deg);
     transform: rotateY(0deg);
     transform-style: preserve-3d;
     z-index: 1;
 }
 
 .categories .card-flip:hover .frontCard {
     -webkit-transform: rotateY(-180deg);
     -moz-transform: rotateY(-180deg);
     -o-transform: rotateY(-180deg);
     -ms-transform: rotateY(-180deg);
     transform: rotateY(-180deg);
     transform-style: preserve-3d;
 }
 
 .categories .card-flip .backCard {
     -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
     -o-transform: rotateY(180deg);
     -ms-transform: rotateY(180deg);
     transform: rotateY(180deg);
     transform-style: preserve-3d;
     z-index: 1;
     width: 215px;
     height: 215px;
     border-radius: 50%;
     background: var(--thm-base);
 }
 
 .categories .card-flip:hover .backCard {
     -webkit-transform: rotateY(0deg);
     -moz-transform: rotateY(0deg);
     -o-transform: rotateY(0deg);
     -ms-transform: rotateY(0deg);
     transform: rotateY(0deg);
     transform-style: preserve-3d;
 }
 .categories .card-flip .backCard .servce-flip{
    width: 100%;
    height: 100%;
    padding: 10px;
 }
 
 .categories .flip-card {
     background-color: transparent;
     width: 100%;
     height: 246px;
     border-radius: 20px;
     overflow: hidden;
     margin-bottom: 30px;
 }
 
 .categories .flip-card-inner {
     position: relative;
     width: 100%;
     height: 100%;
     text-align: center;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
     backface-visibility: hidden;
     -moz-backface-visibility: hidden;
 }
 .categories .categories-solutions .flip-card-inner .flip-card-front{
     box-shadow: none;
     background: transparent;
     border:none;
 }
 .categories .flip-card-front {
     color: #000;
     z-index: 2;
 }
 .categories .flip-card-front .solution-img{
     border-radius: 50%;
     margin: 0 auto;
 }
 .categories .flip-card-front .solution-img img{
     position: relative;
     width: 215px;
     height: 215px;
     border-radius: 50%;
 }
 .categories .flip-card-front:hover .solution-img img {
     padding: 0 !important;
     border-width: 0;
 }
 .categories .flip-card h3 {
   font-size: 1.5vw;
   line-height: 30px;
   font-weight: bold;
   color: #233fd1;
   margin: 20px 0;
 }
 .categories .flip-card-back h3{
     color: #fff;
 }
 
 .categories .flip-card-back p{
    color: #fff;
    font-family: "IBM Plex Sans Arabic", Sans-serif;
    font-size: .9vw;
    font-weight: 500;
    padding: 20px;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
    height: 90%;
 }
 .categories .flip-card-front.frontCard p{
     color: #020202;
 }
 .categories .flip-card-back a{
     position: relative;
     display: inline-block;
     background: #ef5a20;
     border: 1px solid #ef5a20;
     border-radius: 2px;
     color: #ffffff;
     font-size: 16px;
     line-height: 30px;
     font-weight: 700;
     text-transform: capitalize;
     padding: 5px 20px;
     transition: all 500ms ease;
     cursor: pointer;
 }
 .categories__title {
     margin-top: 30px;
     text-align: center;
     text-transform: capitalize;
     font-size: 28px;
     color: var(--thm-base);
     font-weight: 700;
     line-height: 1;
     display: block;
 }
 
 .categories__title a {
     color: inherit;
     -webkit-transition: all 500ms ease;
     transition: all 500ms ease;
 }
 
 .categories__title a:hover {
     color: var(--thm-base);
 }
 .categories__category {
     margin: 0;
     text-transform: capitalize;
     font-size: 18px;
     text-align: center;
     color: var(--thm-text);
     font-weight: 400;
     line-height: 1;
     display: block;
     margin-top: 20px;
     margin-bottom: 20px;
     min-height: 60px;
 }
 .categories .categories__content a.view-category{
     border:2px solid var(--thm-base);
     display: block;
     text-align: center;
     padding: 10px;
     color: var(--thm-base);
 }
 .categories .categories__content a.view-category:hover{
     background-color: var(--thm-base);
     color:#fff;
 }
 .categories-link{
     position: relative;
     margin: 20px 10px 0;
 }
 .blog-link{
     margin: 20px 0 0;
 }
 .see-more,
 .see-more:hover{
     position: relative;
     color:#FF0000;
     font-size: 22px;
     font-weight: 600;
     text-align: right;
     display: inline-block;
 }
 .categories-link:before{
     position: absolute;
     content: "";
     background-color: var(--thm-base);
     height: 2px;
     width: calc(100% - 160px);
     left: 0;
     right: 140px;
     top: calc(50% - 1px);
 }
 .categories .swiper-button-prev,  .categories  .swiper-button-next {
  top: calc(50% + 30px);
 }

 /* blog six */
 .blog-section {
   padding-bottom: 70px;
   padding-top: 100px;
 }
 .blog-section.relative-blogs{
   padding-top: 50px;
 }
 .blog-section .sec-title{
     margin-bottom: 50px;
 }
 .blog-section .sec-title h2 {
     color: var(--thm-base);
     margin-bottom: 0;
     font-size:40px;
     font-weight: 700;
 }
 .blog-section .sec-title .lower-text{
     padding-top: 0;
     margin-top: 0;
     font-size: 22px;
     font-weight: 600;
 }
 .blog-section .blog__item {
   position: relative;
   margin-bottom: 0;
   height: 100%;
   min-height: 700px;
 }
 
 .blog-section .blog__image {
   background-color: transparent;
   overflow: hidden;
   height: 400px;
       transition: all .3s ease-in-out;
     -webkit-transition: all .3s ease-in-out;
     z-index: 999;
     border-radius: 30px;
 }
 
 .blog-section .blog__image img {
  width: 100%;
   -webkit-transform: scale(1);
           transform: scale(1);
   opacity: 1;
   -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
   transition: opacity 500ms ease, -webkit-transform 500ms ease;
   transition: transform 500ms ease, opacity 500ms ease;
   transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
 
 }
 .blog-section .blog__item:hover .blog__image{
     height: 450px;
     border-radius: 30px;
 }
 .blog-section .blog__item:hover .blog__image img {
   opacity: 1;
   -webkit-transform: scale(1.1);
           transform: scale(1.1);
 }
 
 .blog-section .blog__content {
   background-color: #fff;
   padding-top: 20px;
   padding-bottom: 0;
   position: relative;
 }
 
 .blog-section .blog__title {
   margin: 0;
   color: var(--thm-base);
   font-size: 26px;
   line-height: 30px;
   font-weight: 700;
   font-style: normal;
   text-decoration: underline;
   min-height: 60px;
 }
 
 .blog-section .blog__title a {
   color: inherit;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }
 
 .blog-section .blog__title a:hover {
   color: var(--thm-base);
 }
 
 .blog-section .blog__meta {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
     margin: 15px 0;
 }
 
 .blog-section .blog__meta a {
   font-size: 20px;
   font-weight: 500;
   color: var(--thm-second-base);
   text-decoration: underline;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }
 .blog-section .text p{
     color: var(--thm-base);
     line-height: 2;
     font-size: 20px;
     font-weight: 500;
 }
 .blog-section .blog__content a.blog-info{
   margin-top: 15px;
   color: var(--thm-second-base);
   display: flex;
   align-items: center;
   justify-content: flex-start;
   font-size: 14px;
   text-transform: capitalize;
   font-weight: 600;
 }
 .blog-section .blog__content a.blog-info i{
     margin-left: 5px;
 }
 /***
 
 ====================================================================
 48. Contact Section
 ====================================================================
 
 ***/
 .contact-section {
   position: relative;
   padding: 80px 0px;
   background: #F1F9FF;
 }
 .contact-section .sec-title{
     margin-bottom: 100px;
 }
 .contact-section .sec-title h2 {
     color: var(--thm-base);
     margin-bottom: 0;
     font-size:40px;
     font-weight: 700;
 }
 .contact-section .sec-title .lower-text{
     padding-top: 0;
     margin-top: 0;
     font-size: 22px;
     font-weight: 600;
 }
 .contact-section .form-box {
   position: relative;
   display: block;
   max-width: 100%;
   margin: 0 auto;
   text-align: center;
 }
 
 .contact-section .form-box form .row {
   margin: 0 -10px;
 }
 
 .contact-section .form-box form .form-group {
   padding: 0px 10px;
   margin-bottom: 20px;
 }
 
 /* Default Form Style */
 .default-form {
   position: relative;
 }
 
 .default-form .row {
   margin: 0 -15px;
 }
 
 .default-form .form-group {
   position: relative;
   margin-bottom: 30px;
 }
 
 .default-form .field-inner {
   position: relative;
   display: block;
 }
 
 .default-form .field-inner .alt-icon {
   position: absolute;
   left: 20px;
   top: 50%;
   margin-top: -15px;
   line-height: 30px;
   font-size: 20px;
   color: #9b9fa6;
   z-index: 1;
   pointer-events: none;
 }
 
 .default-form .form-group .field-label {
   position: relative;
   display: block;
   color: #0f172b;
   font-size: 14px;
   line-height: 24px;
   text-transform: uppercase;
   letter-spacing: 2px;
   margin-bottom: 10px;
 }
 .default-form .form-group .e-label {
   position: relative;
 }
 .default-form .form-group input[type="text"],
 .default-form .form-group input[type="tel"],
 .default-form .form-group input[type="date"],
 .default-form .form-group input[type="email"],
 .default-form .form-group input[type="number"],
 .default-form .form-group textarea {
   position: relative;
   display: block;
   height: 50px;
   width: 100%;
   font-size: 18px;
   color: #222;
   line-height: 40px;
   font-weight: 400;
   padding: 14px 30px;
   background-color: #fff;
   border: 1px solid var(--thm-base);
   border-radius: 15px;
   -webkit-transition: all 300ms ease;
   transition: all 300ms ease;
 }
 
 .default-form .form-group ::-webkit-input-placeholder {
   opacity: 1;
   color: #222;
 }
 
 .default-form .form-group :-ms-input-placeholder {
   opacity: 1;
   color: #222;
 }
 
 .default-form .form-group ::-ms-input-placeholder {
   opacity: 1;
   color: #222;
 }
 .default-form .form-group ::placeholder {
   opacity: 1;
   color: #222;
 }
 
 .default-form .form-group textarea {
   height: 220px;
   resize: none;
 }
 
 .contact-form .form-group input[type="submit"],
 .contact-form .form-group button {
   display: inline-block;
 }
 
 .default-form .form-group input[type="text"]:focus,
 .default-form .form-group input[type="email"]:focus,
 .default-form .form-group input[type="password"]:focus,
 .default-form .form-group input[type="tel"]:focus,
 .default-form .form-group input[type="date"]:focus,
 .default-form .form-group input[type="file"]:focus,
 .default-form .form-group input[type="number"]:focus,
 .default-form .form-group textarea:focus,
 .default-form .form-group select:focus,
 .form-group .ui-selectmenu-button.ui-button:focus,
 .form-group .ui-selectmenu-button.ui-button:active {
   border-color: var(--thm-second-base);
   box-shadow: none;
 }
 
 .default-form ::-webkit-input-placeholder {
   color: #AFAFAF;
 }
 
 .default-form ::-moz-input-placeholder {
   color: #AFAFAF;
 }
 
 .default-form ::-ms-input-placeholder {
   color: #AFAFAF;
 }
 .default-form button{
     padding: 6px 20px;
 }
 .default-form label.error {
   color: #ff0000;
   font-size: 14px;
   text-transform: capitalize;
   text-align: left;
   display: block;
   letter-spacing: 1px;
   padding-top: 7px;
   line-height: 24px;
 }
 .contact-section .contact-bg{
     width: 500px;
     position: absolute;
     right: 0;
     top: calc(50% - 250px);
 }
 /*====================================================================
 25. Main Footer
 ====================================================================
 
 ***/
 .main-footer {
   position: relative;
   color: #fff;
   background: var(--thm-base);
   background-size: cover;
 }
 .main-footer .auto-container{
   position: relative;
 }
 .main-footer .widgets-section {
   position: relative;
   padding: 70px 0px;
 }
 
 .main-footer .footer-widget {
   position: relative;
 }
 
 .main-footer .footer-logo {
   position: relative;
   margin-top: -10px;
   margin-bottom: 20px;
 }
 
 .main-footer h6,
 .main-footer .logo a {
   position: relative;
   font-size: 32px;
   font-weight: 700;
   line-height: 40px;
   color: #ffffff;
   text-transform: uppercase;
   letter-spacing: 0.03em;
   margin-bottom: 20px;
 }
 
 .main-footer .logo-widget {
   position: relative;
 }
 
 .main-footer .logo-widget .logo {
   position: relative;
   margin-bottom: 26px;
 }
 
 .main-footer .logo-widget .logo img {
   height: 34px;
 }
 
 .main-footer .logo-widget .text {
   position: relative;
   display: block;
   margin: 0 0 30px;
 }
 
 .main-footer .links-widget ul li {
   position: relative;
   margin-bottom: 10px;
 }
 .main-footer .links-widget ul li:last-child{
  margin-bottom: 0;
 }
 .main-footer .links-widget ul li a {
   position: relative;
   color: #fff;
   font-size: 26px;
   font-weight: 400;
   line-height: 40px;
   text-transform: capitalize;
   transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
 }
 
 .main-footer .links-widget ul li a:before {
   content: "";
   position: absolute;
   left: 0;
   bottom: 0;
   width: 100%;
   border-bottom: 2px solid var(--thm-base);
   -webkit-transform: scaleX(0);
           transform: scaleX(0);
   -webkit-transform-origin: left;
           transform-origin: left;
   transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
 }
 
 .main-footer .links-widget ul li a:hover:before {
   -webkit-transform: scaleX(1);
           transform: scaleX(1);
 }
 
 .main-footer .links-widget ul li a:hover {
   color: var(--thm-second-base);
 }
 
 .main-footer .social-links {
   position: relative;
   margin-top: 20px;
 }
 
 .main-footer .social-links li {
   position: relative;
   margin-right: 8px;
   display: inline-block;
 }
 
 .main-footer .social-links li a {
   position: relative;
   display: block;
   color: #fff;
   font-size: 16px;
   border:1px solid #fff;
   width: 44px;
   height: 44px;
   line-height: 44px;
   background: transparent;
   text-align: center;
   border-radius: 50%;
   -webkit-transition: all 300ms ease;
   transition: all 300ms ease;
 }
 
 .main-footer .social-links li a span {
   vertical-align: middle;
 }
 
 .main-footer .social-links li a:hover {
   color: #ffffff;
   background: var(--thm-second-base);
 }
 
 .main-footer .info-widget ul li {
   position: relative;
   display: flex;
   align-items: start;
   justify-content: flex-start;
   line-height: 22px;
   margin-bottom: 30px;
 }
 .main-footer .info-widget ul li .contact-icon{
   background-color: #138fc2;
   opacity: .08;
   width: 40px;
   height: 40px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 50%;
 }
 .main-footer .info-widget ul li .overlap-group-2 {
     position: relative;
     height: 50px;
     width: 50px;
     float: left;
     border-radius: 20px;
     margin-right: 40px;
 }
 .main-footer .info-widget ul li .overlap-group-2 .ellipse {
     position: absolute;
     width: 50px;
     height: 50px;
     top: 0;
     left: 0;
     background-color: #fff;
     border-radius: 25px;
     opacity: 0.8;
 }
 .main-footer .info-widget ul li .overlap-group-2 .img-3 {
     position: absolute;
     width: 26px;
     height: 26px;
     top: 13px;
     left: 13px;
 }
 .main-footer .info-widget ul li.address {
   font-size: 26px;
   line-height: 35px;
   margin-bottom: 20px;
 }
 
 .main-footer .info-widget ul li .icon {
   position: absolute;
   left: 0;
   top: 0;
   line-height: 30px;
   font-size: 16px;
   color: var(--thm-base);
 }
 
 .main-footer .info-widget ul li:last-child {
   margin: 0;
 }
 
 .main-footer .info-widget ul li a {
   position: relative;
   color: #fff;
   font-size: 26px;
   font-weight: 400;
   line-height: 40px;
   transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   float: left;
   width: auto;
 }
 
 .main-footer .info-widget ul li a:hover {
   color: var(--thm-second-base);
   text-decoration: underline;
   -webkit-text-decoration-color: var(--thm-second-base);
   text-decoration-color: var(--thm-second-base);
 }
 .main-footer .footer-bottom {
   position: relative;
   text-align: center;
   border-top: 1px solid rgba(255, 255, 255, 0.1);
 }
 
 .main-footer .footer-bottom .inner {
   position: relative;
   display: block;
   padding: 10px 0px;
   line-height: 30px;
   color: #999b9f;
 }
 
 .main-footer .footer-bottom .copyright {
   position: relative;
   line-height: 1.5em;
   color: #fff;
 }
.main-footer .footer-bottom .copyright a {
    font-size: 18px;
    font-family: var(--thm-font);
    font-weight: 600;
    color: var(--thm-second-base);
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
 .main-footer .logo{
   margin-top: 0;
   margin-bottom: 20px;
 }
 .main-footer .m-t-60{
   margin-top: 80px;
 }
 
 .main-footer .text{
     font-size: 22px;
     line-height: 1.5em;
 }
 /***
 
 ====================================================================
 44.   Page Banner
 ====================================================================
 
 ***/
 .page-banner {
   position: relative;
   padding: 0;
   color: #ffffff;
   background-position: center top;
   background-repeat: no-repeat;
   background-size: cover;
 }
 .page-banner:before{
  content: "";
  position: absolute;
   background-color: rgb(0 0 0 / 30%);
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   z-index: 1;
 }
 .page-banner .image-layer {
   position: absolute;
   background-color: rgb(0 0 0 / 30%);
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   z-index: 0;
 }
 .page-banner .banner-inner {
   position: relative;
   display: block;
   text-align: center;
   z-index: 3;
 }
 
 .page-banner .inner-container {
   position: relative;
   padding: 110px 0px;
 }
 
 .page-banner h1 {
   position: relative;
   font-size: 64px;
   color: #ffffff;
   line-height: 65px;
   font-weight: 700;
   text-transform: capitalize;
   margin: 0;
 }
 .page-banner p{
   font-size: 32px;
   font-weight: 400;
   line-height: 50px;
 }
 .braedcrumb .page-nav {
   position: relative;
   padding: 30px 0;
   text-align: left;
   display: flex;
   align-items: center;
   justify-content: flex-start;
 }
 
 .braedcrumb .bread-crumb {
   position: relative;
   display: inline-block;
 }
 
 .braedcrumb .bread-crumb li {
   position: relative;
   float: left;
   font-size: 20px;
   line-height: 30px;
   color: #707070;
   font-weight: 400;
   text-transform: uppercase;
   letter-spacing: 1px;
   cursor: default;
   padding-right: 15px;
   margin-right: 15px;
   letter-spacing: 0.1em;
 }
 
 .braedcrumb .bread-crumb li:before {
   position: absolute;
   right: -20px;
   width: 40px;
   color: #222;
   text-align: center;
   font-size: 26px;
   line-height: 30px;
   font-weight: 700;
   content: ">";
 }
 
 .braedcrumb .bread-crumb li:last-child {
   padding-right: 0;
   margin-right: 0;
 }
 
 .braedcrumb .bread-crumb li:last-child:before {
   display: none;
 }
 
 .braedcrumb .bread-crumb li a {
   color: #222;
   font-size: 26px;
   font-weight: 700;
   -webkit-transition: all 300ms ease;
   transition: all 300ms ease;
 }
 
 .braedcrumb .bread-crumb li a:hover,
 .braedcrumb .bread-crumb li.active {
   color: var(--thm-base);
   font-size: 26px;
   font-weight: 700;
 }
 .about-content{
   padding: 0 0 50px;
 }
 .about-content .title h2{
   color: var(--thm-base);
   font-size: 46px;
   font-weight: 600;
   line-height: 60px;
 }
 .about-content .text p{
   font-size: 22px;
   font-weight: 400;
   color: var(--thm-base);
   line-height: 25px;
   margin-bottom: 30px;
 }
 
 
 /*----------------------------*\
       Coverflow Album Slider 
 \*-----------------------------*/
 .about-slider{
    padding: 50px 0 100px;
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
 }
 
 .about-slider .swiper-container {
   width: 700px;
   height: 250px;
   margin-left: auto;
   margin-right: auto;
 }
 .about-slider .swiper-slide {
   text-align: center;
   font-size: 18px;
   height: 100%;
   color: #000;
 /*  transform: scale(0.8); */
   /* Center slide text vertically */
   display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   -webkit-justify-content: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   -webkit-align-items: center;
   align-items: center;
   transition: 0.3s all;
 }
.about-slider .swiper-slide .slider-image img {
    border-radius: 60px;
    margin-top: 40px;
}
 .about-slider .swiper-slide:not(.swiper-slide-prev):not(.swiper-slide-active):not(.swiper-slide-next) {
   opacity: 0;
 }
 
 .about-slider .swiper-button-next, 
 .about-slider .swiper-button-prev {
   background-color: var(--thm-base);
   top: 90px;
 }
 
 .about-slider .swiper-slide-active {
   transition: 0.3s all;
   opacity: 1;
 }
 .about-slider .swiper-button-next {
     right: -330px;
 }
 .about-slider .swiper-button-prev {
     left: -330px;
     position: absolute;
 }
 /*.about-slider .swiper-button-next {
     right: -300px;
 }
 .about-slider .swiper-slide-prev {
     left: -300px;
 }*/
 /*--------------------------------------------------------------
 # Shop
 --------------------------------------------------------------*/
 .image-layer{
   background-position: top center!important;
   background-size: cover!important;
   background-repeat: no-repeat!important;
 }
 .filter-search{
   margin-top: -30px;
 }
 .filter-search.single-product{
   margin-top: 30px;
 }
 .filter-search .filter-box{
   background-color: #F2F2F2;
   padding: 70px 20px;
   z-index: 9;
   position: relative;
 }
 .shop-page {
   padding:0 0 50px;
 }
 .market-place{
   padding: 50px 0;
 }
 .market-place .bg{
   background-color: #F1F9FF;
   padding:50px;
 }
 @media (max-width: 992px) {
   .shop-page {
     padding-top: 120px;
     padding-bottom: 105px;
   }
 }
 
 .product-sorting {
   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;
   margin-bottom: 30px;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
   -webkit-box-pack: start;
       -ms-flex-pack: start;
           justify-content: flex-start;
   -webkit-box-align: start;
       -ms-flex-align: start;
           align-items: flex-start;
 }
 
 @media (min-width: 768px) {
   .product-sorting {
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
         -ms-flex-direction: row;
             flex-direction: row;
     -webkit-box-pack: justify;
         -ms-flex-pack: justify;
             justify-content: space-between;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
   }
 }
 
 .product-sorting p {
   margin: 0;
   color: var(--thm-text);
   font-size: 18px;
   margin-bottom: 20px;
 }
 
 @media (min-width: 768px) {
   .product-sorting p {
     margin-bottom: 0;
   }
 }
 
 .product-sorting .form-group {
   max-width: 340px;
   width: 100%;
 }
 
 .product-card {
   background: #F2F2F2;
   border-radius: 40px;
   margin-bottom: 30px;
 }
 .market-place .product-card{
   background: #D9D9D9;
 }
 .product-card__buttons .theme-btn .btn-title {
   padding: 7px 21px 3px;
   font-size: 16px;
 }
 
 .product-card__image {
   position: relative;
   overflow: hidden;
   border-radius: 8px;
   padding: 60px 60px 20px;
 }
 
 .product-card__image > img {
   width: 100%;
 }
 
 .product-card__content {
   background-color: #E7E7E7;
   border-radius: 40px;
   text-align: left;
   padding: 40px 40px 10px;
 }
 .market-place .product-card__content{
   background-color: transparent;
   border-radius: 0;
 }
 .product-card__title {
   margin: 0;
   color: var(--thm-base);
   font-size: 28px;
   font-weight: 700;
   text-transform: uppercase;
   margin-bottom: 10px;
 }
 
 .product-card__title a {
   color: inherit;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }
 
 .product-card__title a:hover {
   color: var(--thm-base);
 }
 .shop-page .product-card__content p{
   margin: 0;
   color: var(--thm-base);
   font-size: 20px;
   font-weight: 500;
   text-transform: uppercase;
 }
 .market-place .product-card__text{
   margin:0;
 }
 .product-card__content a.view-product{
  margin-top: 10px;
  display: block;
   font-size: 18px;
   color: var(--thm-second-base);
   line-height: 30px;
 }
 .market-place .product-card a.theme-btn{
  margin-top: 10px;
  display: block;
   width: 100%;
   margin-bottom: -10px;
 }
 .market-place .product-card a.theme-btn span{
  font-size: 35px;
 }
 /*Custom Select*/
 .form-group .ui-selectmenu-button.ui-button {
   width: 100%;
   font-size: 18px;
   font-style: normal;
   padding: 15px 30px;
   line-height: 30px;
   color: #B0B0B0;
   background-color: #fff;
   border: 1px solid #fff;
 }
 
 .form-group .ui-button .ui-icon {
   background: none;
   position: relative;
   top: 10px;
   text-indent: 0px;
   color: #000;
 }
 
 .form-group .ui-button .ui-icon:before {
   font-family: "Font Awesome 5 Free";
   content: "\f107";
   position: absolute;
   right: 0px;
   top: 0px !important;
   width: 15px;
   height: 30px;
   display: block;
   color: #000;
   line-height: 20px;
   font-size: 16px;
   font-weight: 900;
   text-align: center;
   z-index: 5;
 }
 
 .ui-widget.ui-widget-content {
   background: #f4f5f8;
   border: 1px solid #e9ebee;
   border-top: none;
   border-radius: 0;
   padding: 0;
 }
 
 .ui-menu .ui-menu-item {
   font-size: 20px;
   border-bottom: 1px solid #e9ebee;
 }
 
 .ui-menu .ui-menu-item:last-child {
   border: none;
 }
 
 .ui-menu .ui-menu-item-wrapper {
   position: relative;
   display: block;
   padding: 14px 30px !important;
   font-size: 20px;
   letter-spacing: 0.02em;
   line-height: 30px;
   -webkit-transition: all 300ms ease;
   transition: all 300ms ease;
 }
 
 .ui-menu .ui-menu-item-wrapper:hover,
 .ui-menu .ui-menu-item-wrapper.ui-state-active {
   background: var(--thm-base);
   margin: 0;
 }
 .form-group .ui-selectmenu-button.ui-button:focus,
 .form-group .ui-selectmenu-button.ui-button:active {
   border-color: var(--thm-base);
 }
 .form-group label{
   font-size: 28px;
   font-weight: 500;
   color: var(--thm-base);
 }
 /*Paginations*/
 .pagination{
   justify-content: center;
 }
 .pagination nav.page-pagination ul{
     padding: 0;
     margin: 0;
     text-align: center;
     font-size: 0;
     line-height: 0;
     border: none;
 }
 .pagination nav.page-pagination ul li{
     list-style: none;
     display: inline-block;
     vertical-align: middle;
     border: none;
     position: relative;
     border-radius: 50%;
 }
 
 .pagination nav.page-pagination ul li+li{
     margin-left: 5px;
 }
 .pagination nav.page-pagination ul li a,
 .pagination nav.page-pagination ul li span{
     font-size: 16px;
     color: var(--thm-base);
     width: 40px;
     height: 40px;
     border: 1px solid var(--thm-base);
     display: inline-block;
 }
 .pagination nav.page-pagination ul li a,
 .pagination nav.page-pagination ul li span{
   line-height: 38px;
   border-radius: 50%;
 }
 .pagination nav.page-pagination ul li span.current,
 .pagination nav.page-pagination ul li a:hover{
     font-size: 16px;
     color: #fff;
     width: 40px;
     height: 40px;
     background-color: var(--thm-base);
     border: 1px solid var(--thm-base);
     display: inline-block;
     position: relative;
 }
 .pagination nav.page-pagination ul li a.next{
     margin-left: 15px;
 }
 .pagination nav.page-pagination ul li a.prev{
     margin-right: 15px;
 }
 .pagination nav.page-pagination ul li a:hover{
     background-color: var(--thm-base);
 }
 
 /*--------------------------------------------------------------
 # category
 --------------------------------------------------------------*/
 .categories-one {
   padding:30px 0;
 }
 .categories-one .cat-bg{
   padding: 0 50px;
 }
 .category-one [class*="col-"] {
   margin-bottom: 30px;
 }
 
 .tabs-box {
   position: relative;
 }
 
 .tabs-box .tab-buttons {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: center;
     width: 100%;
 }
 
 .tabs-box .tab-buttons .tab-btn {
   position: relative;
   display: inline-block;
   vertical-align: top;
   cursor: pointer;
   width: calc(100% / 5);
 }
 
 .tabs-box .tabs-content {
   position: relative;
 }
 
 .tabs-box .tabs-content .tab {
   position: relative;
   display: none;
 }
 
 .tabs-box .tabs-content .active-tab {
   display: block;
 }
 
 .default-tabs .tab-buttons .tab-btn {
   position: relative;
 }
 
 .default-tabs .tab-buttons .tab-btn:last-child {
   margin-right: 0;
 }
 .default-tabs .tab-buttons .tab-btn:hover,
 .default-tabs .tab-buttons .tab-btn.active-btn:hover {
   color: #000;
 }
 .default-tabs .tab-buttons .tab-btn.active-btn .category-card__amount{
   color: var(--thm-second-base);
 }
 .default-tabs .tabs-content {
   position: relative;
   padding-top: 40px;
 }
 
 .default-tabs .tabs-content .content {
   position: relative;
   display: block;
   opacity: 0;
   visibility: hidden;
   -webkit-transform: translateY(50px);
           transform: translateY(50px);
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
 }
 
 .default-tabs .tabs-content .active-tab .content {
   opacity: 1;
   visibility: visible;
   -webkit-transform: translateY(0px);
           transform: translateY(0px);
 }
 
 .default-tabs .tabs-content .text {
   position: relative;
   color: var(--thm-text);
   font-size: 16px;
   line-height: 34px;
 }
 /* price card */
 .category-card {
   background-color: transparent;
   text-align: center;
 }
 
 .category-card__icon {
   width: 148px;
   height: 148px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   text-align: center;
   margin-left: auto;
   margin-right: auto;
   position: relative;
   margin-bottom: 30px;
 }
 
 .category-card__icon img {
   position: relative;
   border-radius: 50%;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }
 .category-card__amount {
     margin: 0;
     line-height: 1;
     font-size: 28px;
     margin-bottom: 20px;
     font-weight: 600;
     color: var(--thm-base);
 }
 .cat-slider{
   padding: 0 0 100px;
 }
 
 .cat-slider .swiper-container {
   position: relative;
   width: 100%;
   overflow: visible;
 }
 
 .cat-slider .swiper-container > .swiper-slide__content {
   position: absolute;
   top: 0;
 }
 
 .cat-slider .swiper-slide {
   height: 300px;
   display: flex;
   align-items: center;
   justify-content: center;
   transition: all 200ms linear;
   transform: scale(0.6);
 }
 .cat-slider .swiper-slide img{
 
 }
 .cat-slider .swiper-slide.swiper-slide-active {
   transform: scale(1);
 }
 
 .cat-slider .swiper-slide__content {
   height: 300px;
 }
 .cat-slider .swiper-container-horizontal>.swiper-pagination-bullets, 
 .cat-slider .swiper-pagination-custom, 
 .cat-slider .swiper-pagination-fraction {
   bottom: -60px;
 }
 .cat-slider .swiper-pagination-bullet {
     margin: 0 4px;
     width: 32px;
     height: 32px;
     background: #707070;
 }
 .cat-slider .swiper-pagination-bullet-active{
   background:var(--thm-base);
 }
 .product-details{
   padding: 50px 0 100px;
 }
 .product-details h2{
   font-size: 32px;
   font-weight: 700;
   color: var(--thm-base);
   line-height: 40px;
 }
 .product-details p{
   font-size: 22px;
   font-weight: 500;
   color: var(--thm-base);
   border-bottom: 1px solid var(--thm-base);
   margin-bottom: 50px;
 }
 .product-details .inner {
   position: relative;
   display: block;
 }
 .product-details .accordion-box {
   position: relative;
 }
 .product-details .accordion-box .block {
   position: relative;
   background: #ffffff;
   overflow: hidden;
   margin-bottom: 16px;
 }
 .product-details .accordion-box .block:last-child {
   margin-bottom: 0;
 }
 .product-details .accordion-box .block .acc-btn {
   position: relative;
   line-height: 32px;
   font-weight: 700;
   font-size: 28px;
   text-transform: uppercase;
   border-bottom: 1px solid var(--thm-base);
   cursor: pointer;
   padding-right: 60px;
   color: var(--thm-base);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }
 .product-details .accordion-box .block .acc-btn:before {
   position: absolute;
   right: 35px;
   top: 2px;
   height: 30px;
   font-size: 15px;
   font-weight: 600;
   color: var(--thm-base);
   line-height: 30px;
   content: "\f067";
   font-family: "Font Awesome 5 Free";
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }
 .product-details .accordion-box .block .acc-btn.active {
   background-color: #ffffff;
 }
 .product-details .accordion-box .block .acc-btn.active:before {
   color: #000;
   content: "\f068";
 }
 .product-details .accordion-box .block .acc-content {
   position: relative;
   display: none;
 }
 .product-details .accordion-box .block .content {
   position: relative;
   padding: 0px 40px 30px;
 }
 .product-details .accordion-box .block .acc-content.current {
   display: block;
 }
 .product-details .accordion-box .block .content .text {
   display: block;
   position: relative;
   top: 0px;
   display: block;
 }
 .product-details .product-icons{
   display: flex;
   align-items: center;
   justify-content: flex-start;
   margin-top: 30px;
 }
 .product-details .product-icons li{
   margin-right: 30px;
 }
 .product-details .product-icons li a{
   color: var(--thm-base);
   font-size: 28px;
 }
 .product-details .product-icons li a:hover{
   color: var(--thm-second-base);
 }
 .product-details .theme-btn{
   margin-top: 50px;
   width: 100%;
   justify-content: center;
 }
 /***
 
 ====================================================================
 48. Contact Section
 ====================================================================
 
 ***/
 .contact-section {
   position: relative;
   padding: 80px 0px;
   background: #ffffff;
 }
 
 .contact-section__one-page {
   padding-bottom: 0;
 }
 
 .contact-section .map-box {
   position: relative;
   display: block;
   margin: 0 0 120px;
   border-radius: 7px;
   overflow: hidden;
 }
 
 .contact-section .form-box {
   position: relative;
   display: block;
   max-width: 100%;
   margin: 0 auto;
   text-align: center;
 }
 
 .contact-section .form-box form .row {
   margin: 0 -10px;
 }
 
 .contact-section .form-box form .form-group {
   padding: 0px 10px;
   margin-bottom: 20px;
 }
 
 .contact-section .upper-info {
   position: relative;
   margin-bottom: 90px;
 }
 
 .contact-section .info-block {
   position: relative;
   margin-bottom: 30px;
 }
 
 .contact-section .info-block .inner-box {
   position: relative;
   display: block;
   height: 100%;
   min-height: 100%;
   padding: 45px 45px 40px;
   background: #ffffff;
   border-radius: 7px;
   -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
           box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }
 
 .contact-section .info-block .inner-box:hover {
   background: var(--thm-black);
 }
 
 .contact-section .info-block .inner-box h5 {
   font-size: 24px;
   text-transform: uppercase;
   color: #000;
   font-weight: 400;
   letter-spacing: 1px;
   line-height: 1.1em;
   margin: 0;
 }
 
 .contact-section .info-block .inner-box h5 a {
   color: #000;
   transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -webkit-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
 }
 
 .contact-section .info-block .inner-box:hover h5,
 .contact-section .info-block .inner-box:hover h5 a {
   color: #ffffff;
 }
 
 .contact-section .info-block .inner-box .text {
   position: relative;
   display: block;
   color: var(--thm-text);
   padding: 30px 0px 0px;
   z-index: 1;
 }
 
 .contact-section .info-block .inner-box .text a {
   position: relative;
   color: var(--thm-text);
 }
 
 .contact-section .info-block .inner-box:hover .text,
 .contact-section .info-block .inner-box:hover .text a {
   color: #999b9f;
 }
 
 .contact-section .info-block .inner-box:hover h5 a:hover,
 .contact-section .info-block .inner-box:hover .text a:hover {
   text-decoration: underline;
   color: #ffffff;
 }
 .main-social{
   background: transparent;
 }
 .main-footer.main-social .social-links li a{
   background: var(--thm-base);
 }
 .main-footer.main-social .social-links li a:hover{
   background:var(--thm-second-base);
 }
 .contact-infos {
   padding-top: 70px;
   padding-bottom: 70px;
   background-color: #000;
 }
 
 .contact-infos .row {
   --bs-gutter-y: 20px;
 }
 .wpcf7-list-item{
  margin: 0 1em 0 0;
 }
 
 @media (min-width: 992px) {
   .contact-infos {
     padding-top: 110px;
     padding-bottom: 110px;
   }
 }
 
 @media (min-width: 1200px) {
   .contact-infos [class*="col-"]:not(:first-child) p {
     padding-left: 55px;
   }
 }
 
 .contact-infos p {
   margin: 0;
   font-size: 16px;
   line-height: 36px;
   color: #a4a4a4;
   font-weight: 400;
 }
 
 .contact-infos p br {
   display: none;
 }
 
 @media (min-width: 768px) {
   .contact-infos p br {
     display: inherit;
   }
 }
 
 .contact-infos p a {
   color: inherit;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }
 
 .contact-infos p a:hover {
   color: #fff;
 }
 
 /* contact two */
 .contact-two .form-box {
   text-align: left;
 }
 
 .contact-two .sec-title {
   margin-bottom: 34px;
 }
 
 .contact-two__text {
   max-width: 351px;
   margin: 0;
   font-size: 16px;
   line-height: 34px;
   color: #222;
 }
 
 .contact-two__social {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   margin-top: 50px;
 }
 
 .contact-two__social a {
   color: #686a6f;
   font-size: 20px;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }
 
 .contact-two__social a:hover {
   color: var(--thm-base);
 }
 
 .contact-two__social a + a {
   margin-left: 24px;
 }
 
 /* contact info two */
 .contact-info-two {
   padding-bottom: 80px;
 }
 
 @media (min-width: 1200px) {
   .contact-info-two {
     padding-bottom: 0;
   }
 }
 
 .contact-info-two__card {
   background-color: #fff;
   border-radius: 8px;
   -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
           box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
   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;
   padding: 25px 15px;
   text-align: center;
   border: 1px solid #f4f5f8;
   margin-bottom: 20px;
 }
 
 @media (min-width: 1200px) {
   .contact-info-two__card {
     position: relative;
     margin-bottom: -37px;
     z-index: 91;
   }
 }
 
 .contact-info-two__card i {
   font-size: 20px;
   color: var(--thm-base);
   margin-right: 20px;
 }
 
 .contact-info-two__card a {
   color: #000;
   font-size: 20px;
 }
 .map-canvas, .map-iframe {
     position: relative;
     display: block;
     width: 100%;
     height: 450px;
 }
 .form-box .tacbox {
   display:block;
   color: #222;
 }
 
 .form-box input[type="checkbox"] {
   height: 1.5em;
   width: 1.5em;
   vertical-align: middle;
 }
 .blog-page .blog__item{
   display: flex;
 }
 .blog-section.blog-page .blog__image img {
  width: 100%;
   -webkit-transform: scale(1);
           transform: scale(1);
   opacity: 1;
   -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
   transition: opacity 500ms ease, -webkit-transform 500ms ease;
   transition: transform 500ms ease, opacity 500ms ease;
   transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
   border-radius: 30px;
 }
 .blog-section.blog-page .blog__item .blog__image{
     height: auto;
     min-width: 30%;
 }
 .blog-section.blog-page .blog__item:hover .blog__image img {
   opacity: 1;
   -webkit-transform: scale(1);
           transform: scale(1);
 }
 .blog-section.blog-page .blog__title {
   font-size: 22px;
 }
 
 .blog-section.blog-page .blog__content{
   margin-left: 50px;
 }
 .blog-section.blog-page .text p{
   max-width: 70%;
 }
 .blog-section.blog-page .blog__item{
   min-height: auto;
   height: auto;
 }
 .sidebar{
   border:1px solid var(--thm-base);
   border-radius: 40px;
 }
 .sidebar h3{
   position: relative;
   color: var(--thm-base);
   font-size: 28px;
   font-weight: 600;
   padding: 20px 50px;
   display: block;
   border-bottom:1px solid var(--thm-base);
 }
 .sidebar h3:before{
   position: absolute;
   right: 35px;
   top: 20px;
   height: 30px;
   font-size: 15px;
   font-weight: 600;
   color: var(--thm-base);
   line-height: 30px;
   content: "\f0b0";
   font-family: "Font Awesome 5 Free";
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }
 .sidebar .search-box{
   padding: 20px 50px 56px;
   border-bottom: 1px solid var(--thm-base);
 }
  .sidebar .search-box.tags{
    border-bottom: 0;
  }
 .sidebar .search-box h4{
   position: relative;
   color: var(--thm-base);
   font-size: 22px;
   font-weight: 600;
   display: block;
 }
 .sidebar .search-box .ui-selectmenu-button.ui-button{
   border-color: var(--thm-base);
   border-radius: 40px;
 }
 
 .sidebar .search-box .form-group {
   position: relative;
   margin: 0px;
 }
 
 .sidebar .search-box .form-group input[type="text"],
 .sidebar .search-box .form-group input[type="search"] {
   position: relative;
   line-height: 40px;
   padding: 19px 80px 19px 35px;
   background: var(--thm-base);
   color: #000;
   display: block;
   font-size: 14px;
   width: 100%;
   height: 80px;
   border: 1px solid var(--thm-base);
   font-family: var(--thm-b-font);
   border-radius: 7px;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }
 
 .sidebar .search-box .form-group ::-webkit-input-placeholder {
   opacity: 1;
   color: inherit;
 }
 
 .sidebar .search-box .form-group :-ms-input-placeholder {
   opacity: 1;
   color: inherit;
 }
 
 .sidebar .search-box .form-group ::-ms-input-placeholder {
   opacity: 1;
   color: inherit;
 }
 
 .sidebar .search-box .form-group ::placeholder {
   opacity: 1;
   color: inherit;
 }
 
 .sidebar .search-box .form-group input:focus {
   border-color: #000;
 }
 
 .sidebar .search-box .form-group button {
   position: absolute;
   right: 20px;
   top: 0px;
   height: 80px;
   width: 60px;
   line-height: 80px;
   display: block;
   font-size: 24px;
   color: #000;
   background: none;
   font-weight: normal;
 }
 
 .sidebar .search-box .form-group input:focus + button,
 .sidebar .search-box .form-group button:hover {
   color: #181b1f;
 }
 
 .sidebar .top-blogs{
   padding: 20px 50px;
 }
 .sidebar hr{
   background-color: var(--thm-base);
 }
 .sidebar .top-blogs h4{
   position: relative;
   color: var(--thm-base);
   font-size: 28px;
   font-weight: 600;
   display: block;
 }
 .sidebar .top-blogs .tacbox {
   display:flex;
   align-items: flex-start;
 }
 .sidebar .tacbox label{
   color: #707070;
 }
 .sidebar .top-blogs input[type="checkbox"] {
   height: 1.5em;
   width: 1.5em;
   vertical-align: middle;
   margin-right: 5px;
 }
.sidebar .top-blogs ul li{
  position: relative;
  padding-left: 30px;
}
.sidebar .top-blogs ul li:before{
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    content: "\f192";
    color: var(--thm-base);
    font-size: 20px;
    left: 0;
    top: -2px;
}
 /* Post Details */
 .post-details {
   position: relative;
   margin-bottom: 30px;
 }
 
 .post-details .inner-box {
   position: relative;
   display: block;
 }
 
 .post-details .image-box {
   position: relative;
   display: block;
   overflow: hidden;
 }
 
 .post-details .image-box img {
   display: block;
   width: 100%;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
   border-radius: 7px;
 }
 
 .post-details .lower-box {
   position: relative;
   padding: 30px 0px 0px;
 }
 
 .post-details .post-meta {
   position: relative;
   display: block;
 }
 
 .post-details .post-meta ul {
   position: relative;
   display: block;
 }
 
 .post-details .post-meta ul li {
   position: relative;
   display: inline-block;
   vertical-align: middle;
   margin: 0 20px 5px 0px;
   font-size: 22px;
   color: var(--thm-second-base);
   text-transform: uppercase;
 }
 .post-details .lower-box h4 {
   text-transform: capitalize;
   color: var(--thm-base);
   font-size: 32px;
   font-weight: 700;
   line-height: 40px;
 }
 
 .post-details .lower-box h4 a {
   color: var(--thm-base);
 }
 
 .post-details .lower-box h4 a:hover {
   color: var(--thm-second-base);
 }
 
 .post-details .lower-box .text {
   position: relative;
   display: block;
 }
 
 .post-details .lower-box .text p {
   position: relative;
   margin-bottom: 10px;
   color: var(--thm-base);
   font-size: 22px;
   font-weight: 500;
 }
 /***
 
 ====================================================================
 7.  Search Popup
 ====================================================================
 
 ***/
 .search-popup {
   position: fixed;
   top: 0;
   left: 0;
   width: 100vw;
   height: 100vh;
   z-index: 99999;
   -webkit-transform: scale(1, 0);
           transform: scale(1, 0);
   -webkit-transform-origin: bottom center;
           transform-origin: bottom center;
   -webkit-transition: -webkit-transform 0.7s ease;
   transition: -webkit-transform 0.7s ease;
   transition: transform 0.7s ease;
   transition: transform 0.7s ease, -webkit-transform 0.7s ease;
 }
 
 .search-popup.active {
   -webkit-transform-origin: top center;
           transform-origin: top center;
   -webkit-transform: scale(1, 1);
           transform: scale(1, 1);
 }
 
 .search-popup__overlay {
   width: 100%;
   height: 100%;
   background-color: #000;
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   z-index: 999;
   opacity: 0.7;
   cursor: none;
 }
 
 .search-popup__inner {
   position: absolute;
   width: 100%;
   height: 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: flex-start;
           margin-top: 150px;
 }
 
 .search-popup__form {
   position: relative;
   z-index: 9991;
   width: 100%;
   padding: 15px;
   max-width: 600px;
   min-width: 600px;
   position: relative;
 }
 
 .search-popup__form input {
   background-color: transparent;
   border: none;
   outline: none;
   width: 100%;
   height: 60px;
   line-height: 30px;
   padding: 15px 30px;
   color: #272727;
   font-size: 14px;
   background-color: #ffffff;
   font-family: var(--thm-b-font);
   padding-left: 30px;
 }
 
 .search-popup__form button[type="submit"] {
   border: none;
   outline: none;
   width: 60px;
   height: 60px;
   line-height: 60px;
   color: #fff;
   background-color: var(--thm-base);
   cursor: pointer;
   position: absolute;
   top: 50%;
   right: 15px;
   -webkit-transform: translateY(-50%);
           transform: translateY(-50%);
   -webkit-transition: all 0.4s ease;
   transition: all 0.4s ease;
 }
 
 .search-popup__form button[type="submit"]:hover {
   background-color: #000;
   color: #ffffff;
 }
 
 .cursor {
   position: absolute;
   background-color: #fff;
   width: 6px;
   height: 6px;
   border-radius: 100%;
   z-index: 1;
   -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
   transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
   transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
   transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   pointer-events: none;
   z-index: 999999;
   -webkit-transform: scale(1);
           transform: scale(1);
   visibility: hidden;
 }
 
 .cursor {
   visibility: visible;
 }
 
 .cursor.active {
   opacity: 0.5;
   -webkit-transform: scale(0);
           transform: scale(0);
 }
 
 .cursor.hovered {
   opacity: 0.08;
 }
 
 .cursor-follower {
   position: absolute;
   background-color: RGBA(255, 255, 255, 0.3);
   width: 50px;
   height: 50px;
   border-radius: 100%;
   z-index: 1;
   -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
   transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
   transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
   transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   pointer-events: none;
   z-index: 999999;
   visibility: hidden;
 }
 
 .cursor-follower {
   visibility: visible;
 }
 
 .cursor-follower.active {
   opacity: 0.7;
   -webkit-transform: scale(1);
           transform: scale(1);
 }
 
 .cursor-follower.hovered {
   opacity: 0.08;
 }
 
 .cursor-follower.close-cursor:before {
   position: absolute;
   content: "";
   height: 25px;
   width: 2px;
   background: #fff;
   left: 48%;
   top: 12px;
   -webkit-transform: rotate(-45deg);
           transform: rotate(-45deg);
   display: inline-block;
 }
 
 .cursor-follower.close-cursor:after {
   position: absolute;
   content: "";
   height: 25px;
   width: 2px;
   background: #fff;
   right: 48%;
   top: 12px;
   -webkit-transform: rotate(45deg);
           transform: rotate(45deg);
 }
 
 /* cart page */
 .cart-page {
   padding:50px 0;
 }
 
 
 .cart-table {
   margin-bottom: 60px;
 }
 
 .cart-table thead th {
   text-transform: uppercase;
   font-size: 28px;
   color: var(--thm-base);
   font-weight: 600;
   padding: 0;
   border: none;
   padding-bottom: 20px;
 }
 
 .cart-table thead th:last-child {
   text-align: right;
 }
 
 .cart-table .quantity-box {
   position: relative;
   width: 98px;
   border-radius: 8px;
   height: 60px;
 }
 
 .cart-table .quantity-box input {
   width: 98px;
   border-radius: 8px;
   height: 60px;
   border: 1px solid #e9ebee;
   -webkit-appearance: textfield;
   -moz-appearance: textfield;
   font-family: var(--thm-b-font);
   padding-left: 30px;
 }
 
 .cart-table .quantity-box button {
   width: 29px;
   height: 29px;
   background-color: transparent;
   color: #000;
   font-size: 8px;
   position: absolute;
   top: 1px;
   right: 1px;
   background-color: #fff;
   border-left: 1px solid #e9ebee;
   border-top-right-radius: 8px;
   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;
 }
 
 .cart-table .quantity-box button.item-sub {
   bottom: 1px;
   top: auto;
   border-top: 1px solid #e9ebee;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 8px;
 }
 
 .cart-table .product-box {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
 }
 .cart-table .product-box img{
  width: 100px;
 }
 .cart-table h3 {
   text-transform: uppercase;
   margin: 0;
   color: #000;
   font-size: 24px;
   margin-left: 30px;
 }
 
 .cart-table h3 a {
   color: inherit;
 }
 
 .cart-table tbody tr {
   vertical-align: middle;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e9ebee;
 }
 
 .cart-table tbody tr:last-child {
  border-bottom: 1px solid #e9ebee;
 }
 
 .cart-table tbody td {
   vertical-align: middle;
   padding-top: 30px;
   padding-bottom: 30px;
   padding-left: 0;
   padding-right: 0;
   font-size: 16px;
   color: #686a6f;
   border:none;
 }
 
 .cart-table tbody td:last-child {
   text-align: right;
 }
 
 .cart-cupon__form {
   margin-bottom: 30px;
 }
 
 .cart-cupon__input {
   width: 100%;
   max-width: 370px;
   border-radius: 8px;
   background-color: #f4f5f8;
   padding-left: 30px;
   padding-right: 30px;
   margin-right: 10px;
   font-family: var(--thm-b-font);
   font-size: 14px;
   color: #686a6f;
   height: 80px;
   margin-bottom: 20px;
 }
 
 .cart-cupon__form ::-webkit-input-placeholder {
   color: inherit;
   opacity: 1;
 }
 
 .cart-cupon__form :-ms-input-placeholder {
   color: inherit;
   opacity: 1;
 }
 
 .cart-cupon__form ::-ms-input-placeholder {
   color: inherit;
   opacity: 1;
 }
 
 .cart-cupon__form ::placeholder {
   color: inherit;
   opacity: 1;
 }
 
 .cart-total {
   margin-bottom: 20px;
 }
 
 .cart-total li {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: end;
       -ms-flex-pack: end;
           justify-content: flex-end;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   font-size: 18px;
 }
 
 .cart-total li + li {
   margin-top: 10px;
 }
 
 .cart-total li span:first-child {
   text-transform: uppercase;
   font-size: 30px;
   color: #000;
   margin-right: 70px;
   display: block;
   width: auto;
   text-align: right;
 }
 
 .cart-total li:nth-child(2) span:first-child {
   position: relative;
   right: 6px;
 }
 
 .cart-total__total {
   color: var(--thm-base);
   font-weight: 500;
 }
 
 .cart-page__buttons {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   -webkit-box-pack: end;
       -ms-flex-pack: end;
           justify-content: space-around;
   -ms-flex-wrap: wrap;
       flex-wrap: wrap;
 }
 
 .cart-page__buttons .checkout-page .btn-style-one{
   margin-left: 10px;
   margin-top: 0;
 }
 .product-details__buttons .btn-style-two:hover .btn-curve,
 .cart-page__buttons .btn-style-two:hover .btn-curve {
   background-color: var(--thm-base);
 }
 .cart2-page .cart-table .theme-btn{
   font-size: 16px;
 }
 .cart2-page .cart-table .theme-btn.remove-item{
  margin-bottom: 15px;
 }
 .cart2-page .cart-table .btn-style-one .btn-title{
   padding: 5px;
   font-size: 16px;
   letter-spacing: 0;
 }
 .cart2-page .cart-table h3 a{
   color: var(--thm-base);
 }
 .cart2-page .cart-table h3 a:hover{
   color: var(--thm-base);
 }
 .cart2-page .form-box{
   padding: 30px;
   background-color: rgb(15 89 150/ 20%);
   border-radius: 40px;
 }
 .cart2-page .default-form h3,
 .cart2-page .table-responsive h3{
   color: var(--thm-base);
   font-size: 28px;
   font-weight: 700;
 }
 .cart2-page .default-form .btn-style-one .btn-title{
   padding: 10px;
 }
 /* checkout page */
 .checkout-page {
   padding:50px 0;
 }
 
 .checkout-page .default-form .row {
   margin-left: -10px;
   margin-right: -10px;
 }
 
 .checkout-page .default-form [class*="col-"] {
   padding-left: 10px;
   padding-right: 10px;
 }
 
 .checkout-page .default-form .form-group {
   margin-bottom: 20px;
 }
 
 .checkout-page__returning {
   margin: 0;
   font-size: 16px;
   color: var(--thm-text);
   line-height: 1.5em;
   margin-bottom: 15px;
 }
 
 @media (min-width: 768px) {
   .checkout-page__returning {
     line-height: 1;
   }
 }
 
 .checkout-page__returning a {
   color: var(--thm-base);
 }
 
 .checkout__title {
   text-transform: uppercase;
   margin: 0;
   color: var(--thm-base);
   font-size: 28px;
   font-weight: 700;
   line-height: 40px;
   margin-bottom: 30px;
 }
 
 .checkout__checkbox {
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
 }
 
 .checkout__checkbox input[type="checkbox"] {
   position: absolute;
   left: -999999px;
   visibility: hidden;
 }
 
 .checkout__checkbox label {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   cursor: pointer;
 }
 
 .checkout__checkbox label::after {
   content: "";
   width: 19px;
   height: 19px;
   background-color: #f4f5f8;
   border-radius: 50%;
   margin-left: 20px;
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   font-size: 10px;
   color: #fff;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
 }
 .checkout-page .form-group .ui-selectmenu-button.ui-button{
   border:1px solid var(--thm-base);
   height: 50px;
   border-radius: 15px;
   padding: 12px 30px;
 }
 .checkout-page .form-group .ui-button .ui-icon {
   top: 2px;
 }
 .checkout__checkbox input[type="checkbox"]:checked + label::after {
   background-color: var(--thm-base);
   content: "\f00c";
 }
 
 .checkout-page .default-form .field-checkbox {
   position: relative;
 }
 
 .checkout-page .default-form .field-checkbox input[type="checkbox"] {
   position: absolute;
   left: -999999px;
   visibility: hidden;
 }
 
 .checkout-page .default-form .field-checkbox label {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   font-size: 16px;
   color: var(--thm-base);
   cursor: pointer;
 }
 
 .checkout-page .default-form .field-checkbox label::before {
   content: "";
   width: 19px;
   height: 19px;
   background-color: #f4f5f8;
   border-radius: 50%;
   margin-right: 10px;
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   font-size: 10px;
   color: #fff;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
 }
 
 .checkout-page .default-form .field-checkbox input[type="checkbox"]:checked + label::before {
   background-color: var(--thm-base);
   content: "\f00c";
 }
 
 .checkout-page .default-form textarea {
   height: 150px;
 }
 
 .checkout-page .default-form {
   margin-bottom: 60px;
 }
 
 .checkout__table {
   margin-bottom: 50px;
 }
 
 @media (min-width: 992px) {
   .checkout__table {
     margin-bottom: 0;
   }
 }
 
 .checkout__table thead th {
   text-transform: uppercase;
   color: #000;
   font-size: 30px;
   line-height: 1;
   font-weight: 400;
 }
 
 .checkout__table th:last-child,
 .checkout__table td:last-child {
   text-align: right;
 }
 
 .checkout__table thead {
   border-top: 1px solid #e9ebee;
   border-bottom: 1px solid #e9ebee;
 }
 
 .checkout__table thead th,
 .checkout__table tbody td {
   padding: 0;
   /* border-top: 1px solid #e9ebee; */
   border: 0;
 }
 
 .checkout__table thead th {
   padding-top: 30px;
   padding-bottom: 23px;
 }
 
 .checkout__table tbody {
   border-bottom: 1px solid #e9ebee;
 }
 
 .checkout__table tbody td {
   padding-top: 10px;
   padding-bottom: 10px;
   color: var(--thm-text);
 }
 
 .checkout__payment {
   background-color: #f4f5f8;
   border-radius: 8px;
   padding: 30px;
   padding-bottom: 5px;
   margin-bottom: 20px;
 }
 
 @media (min-width: 992px) {
   .checkout__payment {
     padding: 50px;
     padding-bottom: 25px;
   }
 }
 
 .checkout__payment__item + .checkout__payment__item {
   margin-top: 35px;
 }
 
 .checkout__payment__title {
   margin: 0;
   text-transform: uppercase;
   font-size: 24px;
   color: #000;
   font-weight: 400;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   margin-bottom: 20px;
   cursor: pointer;
 }
 
 .checkout__payment__title::before {
   content: "";
   width: 19px;
   height: 19px;
   background-color: #fff;
   border: 2px solid #e9ebee;
   border-radius: 50%;
   margin-right: 10px;
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   font-size: 10px;
   color: #fff;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   margin-right: 15px;
   position: relative;
   top: -2px;
   -webkit-transition: all 500ms ease;
   transition: all 500ms ease;
 }
 
 .checkout__payment__title img {
   margin-left: 15px;
 }
 
 .checkout__payment__item--active .checkout__payment__title::before {
   background-color: var(--thm-base);
   border-color: var(--thm-base);
   content: "\f00c";
 }
 
 .checkout__payment__content {
   font-size: 16px;
   line-height: 30px;
   color: #686a6f;
 }
 .body-spinner{
     position: fixed;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     width: 100wh;
     height: 100vh;
     background-color: rgba(0, 0, 0, .5);
     z-index: 20;
 }
 
 .body-spinner .sp {
     position: fixed;
     left: calc(50% - 16px);
     top: calc(50% - 16px);
     width: 32px;
     height: 32px;
     clear: both;
     margin: 20px auto;
 }
 
 
 /* Spinner Sphere */
 .body-spinner .sp-sphere {
     border-radius: 50%;
     border-left: 0px var(--thm-base) solid;
     border-right: 0px var(--thm-base) solid;
     -webkit-animation: spSphere 1s infinite linear;
     animation: spSphere 1s infinite linear;
 }
 @-webkit-keyframes spSphere {
     0% {
         border-left: 0px var(--thm-base) solid;
         border-right: 0px var(--thm-base) solid;
     }
     33% {
         border-left: 32px var(--thm-base) solid;
         border-right: 0px var(--thm-base) solid;
     }
     34% {
         border-left: 0px var(--thm-base) solid;
         border-right: 32px var(--thm-base) solid;
     }
     66% {
         border-left: 0px var(--thm-base) solid;
         border-right: 0px var(--thm-base) solid;
     }
 }
 @keyframes spSphere {
     0% {
         border-left: 0px var(--thm-base) solid;
         border-right: 0px var(--thm-base) solid;
     }
     33% {
         border-left: 32px var(--thm-base) solid;
         border-right: 0px var(--thm-base) solid;
     }
     34% {
         border-left: 0px var(--thm-base) solid;
         border-right: 32px var(--thm-base) solid;
     }
     66% {
         border-left: 0px var(--thm-base) solid;
         border-right: 0px var(--thm-base) solid;
     }
 }
 
 li#custom_html-2 {
     list-style-type: none;
     padding: 0;
     margin: 0;
 }
 .search_bar .main-btn {
   line-height: 53px;
   width: 100%;
   padding: 0;
 }
 .search_bar .main-btn:hover {
   border-color: #1e1c1a;
 }
 .search_bar ul {
   margin: 0;
 }
 .search_bar ul li {
   margin: 5px 0;
   padding: 5px;
 }
 .search_bar ul li:hover {
   background-color: var(--thm-base) ;
 }
 .search_bar ul li a {
   display: flex;
   align-items: center;
   justify-content: flex-end;
   flex-direction: row-reverse;
 }
 .search_bar ul li a img {
   width: 60px;
 }
 .search_bar ul li a span {
   color: var(--thm-base) ;
   direction: rtl;
   margin-left: 10px;
   text-align: right;
 }
 .search_bar ul li:hover a span{
   color: #fff;
 }
 .search-box .serach-form input {
   width: 50%;
   height: 50px;
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   background-color: #fff;
   color: #1e1c1a;
   padding-right: 20px;
   /*    border-radius: 50px;*/
 }
 .search-box .serach-form button {
   position: absolute;
   top: 50%;
   right: 72%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   padding: 0;
   border: 0;
   background-color: transparent;
   color: #1e1c1a;
   cursor: pointer;
   font-size: 16px;
 }
 
 .search-box div.search_result,.search-box div.mobile_search_result,
 .search_bar div.search_result,.search_bar div.mobile_search_result {
     display: none;
     position: absolute;
     background: #fff;
     width: 80%;
     left: 10%;
     padding: 25px;
     top: auto;
     box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
     border-radius: 10px;
     z-index: 9999;
 }
 .search_bar .search_result_single {
   top: calc(100% + 5px) !important;
   padding: 15px !important;
 }
 .not-found li a {
   color: #F16F51;
 }
 .not-found li:hover {
   background-color: transparent !important;
 }
 
 .search_result, .mobile_search_result {
     max-height: 500px;
     overflow-y: auto;
 }
 
 
 
 /* my update */
 .categories .card-flip .backCard {
   width: 100%;
   height: 100%;
 }
 .categories .flip-card-front{
   border: 0px solid #fff;
 }
 .btn-style-one .btn-curve,.btn-style-two .btn-curve{
   position: absolute;
   right:-30px;
   top: 0;
   width: 26px;
   height: 100%;
   background: var(--thm-second-base);
   opacity: 0.2;
   z-index: 0;
   -webkit-transform: skewX(-22deg);
   transform: skewX(-22deg);
   transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
 }
 .main-footer .widgets-section .copyRight{
   font-size: 16px;
   position:absolute;
   left: 50%;
   bottom:-10px;
   transform: translateX(-50%);
 }
 
 .main-footer .widgets-section .copyRight span{
   color: #8dc63f;
 }
 
 .main-footer .info-widget ul li.address span{
 padding-top: 20px;
 cursor: pointer;
 transition: all 0.3s ease;
 }
 
 .main-footer .info-widget ul li.address span:hover{
   color: #8dc63f;
 }
 .main-footer .widgets-section .copyRight span:hover{
   text-decoration: underline;
   cursor: pointer;
 }


 /* my update */

 .categories .card-flip .backCard {
  width: 100%;
  height: 100%;
}
.categories .flip-card-front{
  border: 0px solid #fff;
}
.btn-style-one .btn-curve,.btn-style-two .btn-curve{
  position: absolute;
  right:-30px;
  top: 0;
  width: 26px;
  height: 100%;
  background: var(--thm-second-base);
  opacity: 0.2;
  z-index: 0;
  -webkit-transform: skewX(-22deg);
  transform: skewX(-22deg);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.main-footer .widgets-section .copyRight{
  font-size: 16px;
  position:absolute;
  left: 50%;
  bottom:-10px;
  transform: translateX(-50%);
}

.main-footer .widgets-section .copyRight span{
  color: #8dc63f;
}
.main-footer .info-widget ul li.address span{
padding-top: 20px;
cursor: pointer;
transition: all 0.3s ease;
}

.main-footer .info-widget ul li.address span:hover{
  color: #8dc63f;
}
.main-footer .widgets-section .copyRight span:hover{
  text-decoration: underline;
  cursor: pointer;
}

@media print {
    .btn-print, header, footer {
        display: none!important;
    }
}
.modal .contact-section{
  padding: 0;
}
