 /* Css For Golfer */

 /************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two
5. Main Slider/style-one/style-two
6. Intro Section
7. Welcome Section
9. Cta Section
8. Research Fields
10. Testimonial Section
11. Researches Section
12. Team Section
14. Video
15. Fact Counter
16. News Section
19. Clients Section
20. Main Footer
21. Footer Bottom
22. Research Style Two
23. Innovative Solution
24. Discover Section
25. Testimonial Section
26. Chooseus Section
27. News Style Two
28. Page Title
29. Research Page Section
30. Research Details
31. Professor Page Section
32. Professor Details
33. About Section
34. Error Section
35. Blog Page Section
36. Blog Details
37. Blog Sidebar
38. Contact Section
39. Google Map


**********************************************/



 /***

====================================================================
  Reset
====================================================================

 ***/
 * {
   margin: 0px;
   padding: 0px;
   border: none;
   outline: none;
 }


 /***

====================================================================
  Global Settings
====================================================================

 ***/


 :root {
   --secondary-color: #1C403D;
   --text-color: #1C3D40;
   --title-color: #1C3D40;
   --text-font: "DM Sans", sans-serif;
   --title-font: "Marcellus", serif;
 }

 html {
   overflow-x: hidden;
 }

 .fa-times:before {
   content: "✖";
   color: white;
   font-size: 18px;
 }

 .fa-angle-down:before {
   content: "⌵";
   color: white;
   font-size: 16px;
   font-weight: blod;
   display: block;
   transform: rotate(-90deg);
 }

 .icon-32:before {
   content: "+";
 }

 .icon-6:before {
   content: "←";
   font-size: 25px;
 }

 .icon-7:before {
   content: "→";
   font-size: 25px;
 }

 .icon-20:before {
   content: "⌵";
   font-weight: bold;
   font-size: 20px;
 }

 .icon-37:before {
   /*content: "↓";*/
   content: "→";
   color: white;
 }

 .page-title .content-box .bread-crumb li:before {
   content: ">" !important;
   color: white;
 }

 .icon-25:before {
   content: "▶" !important;
   color: white;
 }

 .fa-angle-right:before {
   content: "❯" !important;
 }

 body {

   font-size: 16px;
   color: var(--text-color);
   line-height: 28px;
   font-weight: 400;
   background: #ffffff;
   font-family: var(--text-font);
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center top;
   -webkit-font-smoothing: antialiased;
 }

 @media (min-width:1200px) {
   .container {
     max-width: 1200px;
     padding: 0px 15px;
   }
 }

 .main-header .info-list li svg {
   margin-right: 5px;
 }

 .large-container {
   max-width: 1680px;
   padding: 0px 15px;
   margin: 0 auto;
 }

 .container-fluid {
   padding: 0px;
 }

 .auto-container {
   /* position: static; */
   max-width: 1320px;
   padding: 0px 15px;
   margin: 0 auto;
 }

 .small-container {
   max-width: 680px;
   margin: 0 auto;
 }

 .boxed_wrapper {
   position: relative;
   margin: 0 auto;
   /*overflow: hidden !important;*/
   width: 100%;
   min-width: 300px;
 }


 a {
   text-decoration: none;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }

 a:hover {
   text-decoration: none;
   outline: none;
 }

 input,
 button,
 select,
 textarea {
   font-family: var(--text-font);
   font-weight: 400;
   font-size: 18px;
   background: transparent;
 }

 ::-webkit-input-placeholder {
   color: inherit;
 }

 ::-moz-input-placeholder {
   color: inherit;
 }

 ::-ms-input-placeholder {
   color: inherit;
 }

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

 input {
   transition: all 500ms ease;
 }

 button:focus,
 input:focus,
 textarea:focus {
   outline: none;
   box-shadow: none;
   transition: all 500ms ease;
 }

 p {
   position: relative;
   font-family: var(--text-font);
   color: var(--text-color);
   font-weight: 400;
   margin: 0px;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
   position: relative;
   font-family: var(--title-font);
   font-weight: 400;
   color: var(--title-color);
   margin: 0px;
 }


 /* Preloader */

 .handle-preloader {
   align-items: center;
   -webkit-align-items: center;
   display: flex;
   display: -ms-flexbox;
   height: 100%;
   justify-content: center;
   -webkit-justify-content: center;
   position: fixed;
   left: 0;
   top: 0;
   width: 100%;
   z-index: 9999999;
   background: #fff;
 }

 .preloader-close {
   position: fixed;
   z-index: 99999999;
   font-size: 20px;
   background: var(--secondary-color);
   color: var(--theme-color);
   width: 40px;
   height: 40px;
   line-height: 42px;
   text-align: center;
   border-radius: 50%;
   cursor: pointer;
   right: 30px;
   top: 30px;
   font-weight: 400;
 }

 .handle-preloader .animation-preloader {
   position: absolute;
   z-index: 100;
 }

 .handle-preloader .animation-preloader .spinner {
   animation: spinner 1s infinite linear;
   border-radius: 50%;
   height: 150px;
   margin: 0 auto 45px auto;
   width: 150px;
 }

 .handle-preloader .animation-preloader .txt-loading {
   text-align: center;
   user-select: none;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:before {
   animation: letters-loading 4s infinite;
   content: attr(data-text-preloader);
   left: 0;
   opacity: 0;
   top: 0;
   position: absolute;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading {
   font-family: var(--title-font);
   font-weight: 500;
   letter-spacing: 15px;
   display: inline-block;
   position: relative;
   font-size: 70px;
   line-height: 70px;
   text-transform: uppercase;
   color: transparent;
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: rgba(0, 0, 0, 0.30);
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
   animation-delay: 0.2s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
   animation-delay: 0.4s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
   animation-delay: 0.6s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
   animation-delay: 0.8s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
   animation-delay: 1s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
   animation-delay: 1.2s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
   animation-delay: 1.4s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before {
   animation-delay: 1.6s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(10):before {
   animation-delay: 1.8s;
 }

 .handle-preloader .loader-section {
   background-color: #000;
   height: 100%;
   position: fixed;
   top: 0;
   width: calc(50% + 1px);
 }

 .preloader .loaded .animation-preloader {
   opacity: 0;
   transition: 0.3s ease-out;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:before {
   color: #000;
 }

 .handle-preloader .animation-preloader .spinner {
   border: 3px solid #000;
   border-top-color: rgba(0, 0, 0, 0.3);
 }

 /* AnimaciÃ³n del preloader */
 @keyframes spinner {
   to {
     transform: rotateZ(360deg);
   }
 }

 @keyframes letters-loading {

   0%,
   75%,
   100% {
     opacity: 0;
     transform: rotateY(-90deg);
   }

   25%,
   50% {
     opacity: 1;
     transform: rotateY(0deg);
   }
 }

 @media screen and (max-width: 767px) {
   .handle-preloader .animation-preloader .spinner {
     height: 8em;
     width: 8em;
   }
 }

 @media screen and (max-width: 500px) {
   .handle-preloader .animation-preloader .spinner {
     height: 7em;
     width: 7em;
   }

   .handle-preloader .animation-preloader .txt-loading .letters-loading {
     font-size: 30px;
     letter-spacing: 5px;
   }
 }


 .centred {
   text-align: center;
 }

 .pull-left {
   float: left;
 }

 .pull-right {
   float: right;
 }


 figure {
   margin: 0px;
 }

 img {
   display: inline-block;
   max-width: 100%;
   height: auto;
   transition-delay: .1s;
   transition-timing-function: ease-in-out;
   transition-duration: .7s;
   transition-property: all;
   width: 100%;

 }

 .row {
   --bs-gutter-x: 30px;
 }

 .lenis.lenis-smooth {
   scroll-behavior: auto;
 }

 html.lenis {
   height: auto;
 }

 /** button **/


 .theme-btn {
   position: relative;
   display: inline-block;
   overflow: hidden;
   vertical-align: middle;
   font-size: 16px;
   line-height: 30px;
   font-weight: 500;
   font-family: var(--text-font);
   color: #fff !important;
   text-align: center;
   border-radius: 5px;
   padding: 10px 30px;
   text-transform: uppercase;
   z-index: 1;
   transition: all 0.5s ease-in-out 0.0s;
 }

 .theme-btn.btn-one {}

 .theme-btn.btn-one:hover {}

 .theme-btn:before {
   position: absolute;
   content: '';
   width: 0%;
   height: 100%;
   left: 0px;
   top: 0px;
   transform: translateX(0);
   transform-origin: left center;
   z-index: -1;
   background: var(--secondary-color);
   transition: all 500ms ease;
 }

 .theme-btn:after {
   position: absolute;
   content: '';
   width: 0%;
   height: 100%;
   right: 0px;
   top: 0px;
   transform: translateX(0);
   transform-origin: right center;
   z-index: -1;
   background: var(--secondary-color);
   transition: all 500ms ease;
 }

 .theme-btn:hover:before,
 .theme-btn:hover:after {
   transform: translateX(1);
   width: 51%;
 }

 .theme-btn.btn-two {
   border: 1px solid #E5E5E5;
   color: var(--text-color) !important;
   padding: 9px 30px;
 }

 .theme-btn.btn-two:hover {
   color: #fff !important;
 }


 .parallax-bg {
   position: absolute;
   left: 0px;
   top: -30%;
   width: 100%;
   height: calc(100% + 30%);
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }


 /** styled-pagination */

 .pagination {
   position: relative;
   display: block;
 }

 .pagination li {
   position: relative;
   display: inline-block;
   margin: 0px 4px;
 }

 .pagination li a {
   position: relative;
   display: inline-block;
   font-size: 18px;
   font-family: var(--title-font);
   color: var(--title-color);
   font-weight: 500;
   height: 50px;
   width: 50px;
   line-height: 50px;
   background: #ffffff;
   text-align: center;
   border-radius: 50%;
   border: 1px solid #e5e5e5;
   z-index: 1;
   transition: all 500ms ease;
 }

 .pagination li a:hover,
 .pagination li a.current {
   color: #fff;
 }

 .pagination li a i {
   position: relative;
   display: inline-block;
 }

 .sec-pad {
   padding: 142px 0px 150px 0px;
 }

 .mr-0 {
   margin: 0px !important;
 }

 /** scroll-to-top **/

 .scroll-to-top {
   position: fixed;
   right: 30px;
   bottom: 60px;
   height: 50px;
   width: 50px;
   cursor: pointer;
   display: block;
   box-shadow: inset 0 0 0 2px rgba(0, 46, 65, 0.2);
   border-radius: 50%;
   z-index: 90000;
   opacity: 0;
   visibility: hidden;
   -webkit-transform: translateY(15px);
   -ms-transform: translateY(15px);
   transform: translateY(15px);
   -webkit-transition: all 200ms linear;
   transition: all 200ms linear;
 }

 .scroll-to-top.scroll-top-active {
   opacity: 1;
   visibility: visible;
   -webkit-transform: translateY(0);
   -ms-transform: translateY(0);
   transform: translateY(0)
 }

 .scroll-to-top::after {
   position: absolute;
   content: "︿";
   font-family: 'icomoon';
   text-align: center;
   line-height: 40px;
   font-size: 18px;
   color: var(--theme-color);
   left: 0;
   top: 0;
   height: 50px;
   width: 50px;
   cursor: pointer;
   display: block;
   z-index: 2;
   -webkit-transition: all 200ms linear;
   transition: all 200ms linear;
   font-weight: blod
 }

 .scroll-to-top:hover::after {}

 .scroll-to-top:hover::before {
   opacity: 1
 }

 .scroll-to-top .scroll-top-inner path {
   stroke-width: 4;
   fill: transparent;
   box-sizing: border-box;
   stroke: var(--theme-color);
   -webkit-transition: all 200ms linear;
   transition: all 200ms linear;
 }



 @-webkit-keyframes ripple {
   70% {
     -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
     box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
   }

   100% {
     -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
     box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
   }
 }

 @keyframes ripple {
   70% {
     -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
     box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
   }

   100% {
     -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
     box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
   }
 }



 .sec-title {
   position: relative;
   display: block;
 }

 .sec-title .sub-title {
   position: relative;
   display: inline-block;
   font-size: 18px;
   line-height: 25px;
   font-weight: 500;
   text-transform: uppercase;
   padding-right: 15px;
   margin-bottom: 11px;
 }

 .sec-title.centred .sub-title {
   padding-left: 15px;
 }

 .sec-title .sub-title:before {
   position: absolute;
   content: '';
   width: 5px;
   height: 5px;
   top: 8px;
   right: 0px;
   border-radius: 50%;
 }

 .sec-title.centred .sub-title:after {
   position: absolute;
   content: '';
   width: 5px;
   height: 5px;
   top: 8px;
   left: 0px;
   border-radius: 50%;
 }

 .sec-title h1,
 .sec-title h3,
 .sec-title h2 {
   position: relative;
   display: block;
   font-size: 38px;
   line-height: 1.2;
   text-transform: uppercase;
 }

 .sec-title h1,
 .sec-title h3 {
   font-size: 38px;
   text-transform: none;
 }

 .sec-title.light h2 {
   color: #fff;
 }

 .sec-title .p {
   margin-top: 18px;
 }

 .sec-title p {
   margin-top: 20px;
 }

 .sec-title .icon-box {
   position: relative;
   display: block;
   font-size: 70px;
   line-height: 70px;
   color: var(--text-color);
   margin-bottom: 34px;
 }





 /***

====================================================================
                        Home-Page-One
====================================================================

***/


 /** main-header **/

 .main-header {
   position: relative;
   left: 0px;
   top: 0px;
   right: 0px;
   z-index: 999;
   width: 100%;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }

 .sticky-header {
   position: fixed;
   opacity: 0;
   visibility: hidden;
   left: 0px;
   top: 0px;
   width: 100%;
   z-index: 0;
   background-color: #fff;
   border-bottom: 1px solid rgba(0, 0, 0, 0.10);
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
 }

 .fixed-header .sticky-header {
   z-index: 999;
   opacity: 1;
   visibility: visible;
   -ms-animation-name: fadeInDown;
   -moz-animation-name: fadeInDown;
   -op-animation-name: fadeInDown;
   -webkit-animation-name: fadeInDown;
   animation-name: fadeInDown;
   -ms-animation-duration: 500ms;
   -moz-animation-duration: 500ms;
   -op-animation-duration: 500ms;
   -webkit-animation-duration: 500ms;
   animation-duration: 500ms;
   -ms-animation-timing-function: linear;
   -moz-animation-timing-function: linear;
   -op-animation-timing-function: linear;
   -webkit-animation-timing-function: linear;
   animation-timing-function: linear;
   -ms-animation-iteration-count: 1;
   -moz-animation-iteration-count: 1;
   -op-animation-iteration-count: 1;
   -webkit-animation-iteration-count: 1;
   animation-iteration-count: 1;
 }

 .nice-select {
   position: relative;
   display: inline-block;
   font-size: 14px;
   line-height: 16px;
   padding-right: 14px;
 }

 .nice-select:before {
   position: absolute;
   content: '\e913';
   font-family: 'icomoon';
   top: 1px;
   right: 25px;
   font-size: 8px;
 }

 .nice-select .list {
   width: 100%;
   left: 0px;
 }

 .nice-select .list li {
   color: var(--text-color);
 }

 .nice-select .list {
   max-height: 160px;
   overflow-x: hidden;
   overflow-y: auto;
 }


 .owl-dots-none .owl-dots,
 .owl-nav-none .owl-nav {
   display: none !important;
 }

 .owl-nav button {
   background: transparent;
 }

 .float-bob-y {
   animation-name: float-bob-y;
   animation-duration: 2s;
   animation-iteration-count: infinite;
   animation-timing-function: linear;
   -webkit-animation-name: float-bob-y;
   -webkit-animation-duration: 2s;
   -webkit-animation-iteration-count: infinite;
   -webkit-animation-timing-function: linear;
   -moz-animation-name: float-bob-y;
   -moz-animation-duration: 2s;
   -moz-animation-iteration-count: infinite;
   -moz-animation-timing-function: linear;
   -ms-animation-name: float-bob-y;
   -ms-animation-duration: 2s;
   -ms-animation-iteration-count: infinite;
   -ms-animation-timing-function: linear;
   -o-animation-name: float-bob-y;
   -o-animation-duration: 2s;
   -o-animation-iteration-count: infinite;
   -o-animation-timing-function: linear;
 }

 .float-bob-x {
   animation-name: float-bob-x;
   animation-duration: 15s;
   animation-iteration-count: infinite;
   animation-timing-function: linear;
   -webkit-animation-name: float-bob-x;
   -webkit-animation-duration: 15s;
   -webkit-animation-iteration-count: infinite;
   -webkit-animation-timing-function: linear;
   -moz-animation-name: float-bob-x;
   -moz-animation-duration: 15s;
   -moz-animation-iteration-count: infinite;
   -moz-animation-timing-function: linear;
   -ms-animation-name: float-bob-x;
   -ms-animation-duration: 15s;
   -ms-animation-iteration-count: infinite;
   -ms-animation-timing-function: linear;
   -o-animation-name: float-bob-x;
   -o-animation-duration: 15s;
   -o-animation-iteration-count: infinite;
   -o-animation-timing-function: linear;
 }


 /** rtl-switcher **/

 .demo-rtl {
   position: fixed;
   top: 390px;
   left: 10px;
   z-index: 9999;
 }

 button.rtl {
   background: var(--theme-color);
   display: block;
   text-indent: inherit;
   font-size: 12px;
   width: 40px;
   height: 40px;
   line-height: 40px;
   text-align: center;
   font-weight: 700;
   margin: 0px;
   color: #fff !important;
   border-radius: 50%;
   box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
   transition: all 500ms ease;
 }

 .demo-ltr {
   position: fixed;
   top: 390px;
   left: auto;
   right: 10px;
   z-index: 9999;
 }

 button.ltr {
   background: var(--theme-color);
   display: block;
   text-indent: inherit;
   font-size: 12px;
   font-weight: 700;
   width: 40px;
   height: 40px;
   line-height: 40px;
   text-align: center;
   margin: 0px;
   color: #fff !important;
   border-radius: 50%;
   box-shadow: rgba(0, 0, 0, 1.0);
   transition: all 500ms ease;
 }

 .boxed_wrapper.ltr .demo-rtl {
   display: block;
 }

 .boxed_wrapper.ltr .demo-ltr {
   display: none;
 }

 .boxed_wrapper.rtl .demo-rtl {
   display: none;
 }

 .boxed_wrapper.rtl .demo-ltr {
   display: block;
 }

 .nav-style-one .owl-nav button {
   position: relative;
   display: inline-block;
   overflow: hidden;
   width: 60px;
   height: 60px;
   line-height: 66px;
   background: #fff;
   color: var(--text-color);
   text-align: center;
   border-radius: 50%;
   cursor: pointer;
   font-size: 25px;
   z-index: 1;
   box-shadow: 0px 2px 70px 0px rgba(0, 0, 0, 0.20);
   transition: all 500ms ease;
 }

 .nav-style-one .owl-nav .owl-prev {
   margin-right: 10px;
 }

 .nav-style-one .owl-nav button:hover {
   color: #fff;
   background: transparent !important;
 }

 .nav-style-one .owl-nav button:before {
   position: absolute;
   content: '';
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
   border-radius: 50%;
   transform-origin: top center;
   transform: scaleY(0);
   z-index: -1;
   transition: all 500ms ease;
 }

 .nav-style-one .owl-nav button:hover:before {
   transform: scaleY(1);
 }

 .progress-box .bar {
   position: relative;
   width: 100%;
   height: 5px;
   background: #EBF2E9;
   border-radius: 30px;
 }

 .progress-box .bar-inner {
   position: relative;
   display: block;
   width: 0px;
   height: 5px;
   border-radius: 30px;
   -webkit-transition: all 1500ms ease;
   -ms-transition: all 1500ms ease;
   -o-transition: all 1500ms ease;
   -moz-transition: all 1500ms ease;
   transition: all 1500ms ease;
 }

 .rating li.light {
   color: #DADEDE;
 }

 .accordion-box .block .acc-content {
   position: relative;
   display: none;
 }

 .accordion-box .block .acc-content.current {
   display: block;
 }


 .wrapper.list .shop-list-content {
   display: block;
 }

 .wrapper.list .shop-grid-content {
   display: none
 }

 .wrapper.grid .shop-list-content {
   display: none;
 }

 .wrapper.grid .shop-grid-content {
   display: block
 }

 .nice-select .option {
   padding-left: 15px;
   padding-right: 15px;
 }

 .tabs-box .tab {
   position: relative;
   display: none;
   transition: all 900ms ease;
   -moz-transition: all 900ms ease;
   -webkit-transition: all 900ms ease;
   -ms-transition: all 900ms ease;
   -o-transition: all 900ms ease;
 }

 .tabs-box .tab.active-tab {
   display: block;
 }

 .tabs-box .tab {
   transform: scale(0.9, 0.9) translateY(0px);
 }

 .tabs-box .tab.active-tab {
   transform: scale(1) translateY(0px);
 }

 .border-animation {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   -webkit-border-radius: 50%;
   -khtml-border-radius: 50%;
   -moz-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
   border-radius: 50%;
   border: 1px solid rgba(255, 255, 255, 0.50);
   animation: squares 2.9s linear 0s infinite;
   -webkit-animation: squares 2.9s linear 0s infinite;
   -ms-animation: squares 2.9s linear 0s infinite;
   -o-animation: squares 2.9s linear 0s infinite;
   -webkit-animation-play-state: running;
   -moz-animation-play-state: running;
   -o-animation-play-state: running;
   animation-play-state: running;
   opacity: 0;
 }

 .border-animation.border-2 {
   -webkit-animation-delay: 1s;
   -moz-animation-delay: 1s;
   -o-animation-delay: 1s;
   animation-delay: 1s;
 }

 .border-animation.border-3 {
   -webkit-animation-delay: 2s;
   -moz-animation-delay: 2s;
   -o-animation-delay: 2s;
   animation-delay: 2s;
 }

 .bootstrap-touchspin .input-group-btn-vertical i {
   left: 12px;
 }

 .item-quantity-selector input.quantity-spinner {
   line-height: 48px;
   height: 38px;
   width: 40px !important;
   padding: 0px !important;
   box-shadow: none !important;
   border: none;
   text-align: center;
   font-size: 16px;
   font-weight: 500;
   color: #111;
   background: transparent;
 }

 .bootstrap-touchspin .btn.bootstrap-touchspin-up {
   position: absolute;
   height: 40px;
   width: 40px;
   padding: 0px 0px;
   right: -30px;
   top: -1px;
   margin-top: 0px;
   border-radius: 0px 50px 50px 0px;
   border: none !important;
 }

 .bootstrap-touchspin .btn.bootstrap-touchspin-up:before {
   content: "\f067";
   font-size: 16px;
   font-style: normal;
   color: #111;
   font-family: 'Font Awesome 5 Pro';
   transition: all 500ms ease;
 }

 .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
   position: absolute;
   height: 40px;
   width: 40px;
   padding: 0px 0px;
   left: -30px;
   top: -1px;
   border-radius: 50px 0px 0px 50px;
   border: none !important;
   transition: all 500ms ease;
 }

 .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down:before {
   content: "\f068";
   font-size: 16px;
   font-style: normal;
   color: #111;
   font-family: 'Font Awesome 5 Pro';
   transition: all 500ms ease;
 }

 .bootstrap-touchspin .input-group-btn-vertical i {
   display: none;
 }

 .bootstrap-touchspin .btn:hover,
 .bootstrap-touchspin .btn:focus {
   border: none !important;
   box-shadow: none !important;
   outline: none !important;
 }


 /*** chat popup ***/

 .chat-popup {
   position: fixed;
   right: -100%;
   bottom: 0px;
   width: 350px;
   z-index: 99999;
   visibility: hidden;
   opacity: 0;
   background: #fff;
   box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
   border-radius: 10px;
   transition: all 0.5s ease-in-out 0.1s;
 }

 .chat-popup.popup-visible {
   right: 0px;
   visibility: visible;
   opacity: 1;
 }

 .chat-popup .popup-inner {
   position: relative;
   display: block;
   padding: 40px 30px;
   padding-top: 32px;
 }

 .chat-popup .close-chat {
   position: absolute;
   display: inline-block;
   left: 0px;
   top: -65px;
   width: 50px;
   height: 50px;
   line-height: 54px;
   text-align: center;
   border-radius: 50%;
   font-size: 16px;
   color: #fff;
   cursor: pointer;
   box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
 }

 .chat-popup .popup-inner p {
   position: relative;
   display: block;
   font-size: 14px;
   line-height: 20px;
   text-align: center;
   margin-bottom: 40px;
 }

 .chat-popup .chat-form .form-group {
   position: relative;
   display: block;
   margin-bottom: 20px;
 }

 .chat-popup .chat-form .form-group:last-child {
   margin-bottom: 0px;
 }

 .chat-popup .chat-form .form-group input[type='tel'],
 .chat-popup .chat-form .form-group input[type='text'],
 .chat-popup .chat-form .form-group input[type='email'],
 .chat-popup .chat-form .form-group textarea {
   position: relative;
   display: block;
   width: 100%;
   height: 40px;
   border: 1px solid #e5e5e5;
   border-radius: 5px;
   font-size: 13px;
   color: var(--text-color);
   padding: 10px 20px;
   transition: all 500ms ease;
 }

 .chat-popup .chat-form .form-group textarea {
   height: 120px;
   resize: none;
 }

 .chat-popup .chat-form .form-group input:focus,
 .chat-popup .chat-form .form-group textarea:focus {}

 .chat-popup .chat-form .form-group .theme-btn {
   width: 100%;
 }

 .chat-icon {
   position: fixed;
   display: inline-block;
   right: 30px;
   bottom: 115px;
   z-index: 99;
 }

 .chat-icon button {
   position: relative;
   display: inline-block;
   width: 50px;
   height: 50px;
   line-height: 50px;
   text-align: center;
   font-size: 26px;
   color: #fff;
   border-radius: 50%;
 }

 .chat-icon svg {
   width: 55%;
 }

 .image-hov-one {
   position: relative;
   display: block;
   overflow: hidden;
 }

 .image-hov-one::before {
   background: rgba(255, 255, 255, 0.5);
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   width: 0%;
   height: 100%;
   opacity: 1;
   z-index: 1;
   pointer-events: none;
 }

 .image-hov-one:hover::before {
   width: 100%;
   opacity: 0;
   -webkit-transition: all 400ms linear;
   transition: all 400ms linear;
 }

 .image-hov-two {
   position: relative;
   display: block;
   overflow: hidden;
 }

 .image-hov-two::before {
   background: rgba(255, 255, 255, 0.5);
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   width: 1000%;
   height: 0%;
   opacity: 1;
   z-index: 1;
   pointer-events: none;
 }

 .image-hov-two:hover::before {
   height: 100%;
   opacity: 0;
   -webkit-transition: all 400ms linear;
   transition: all 400ms linear;
 }

 .list-style-one li {
   position: relative;
   display: block;
   font-size: 18px;
   line-height: 26px;
   /* padding-left: 28px; */
   margin-bottom: 11px;

 }

 .list-style-one li:last-child {
   margin-bottom: 0px;
 }

 /*  .list-style-one li i {
   position: absolute;
   left: 0px;
   top: 4px;
   font-size: 18px;
 } */
 .list-style-one li svg {
   margin-right: 5px;
 }

 .bg-color-1 {
   background: #EFF2F2;
 }

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

 .odometer.odometer-auto-theme .odometer-digit:last-child {
   padding-right: 20px;
 }

 .odometer.odometer-auto-theme .odometer-digit {
   display: inline-block;
 }

 .white-bg {
   background: #fff !important;
 }

 .check-box input {
   display: none;
 }

 .check-box label {
   position: relative;
   font-size: 16px;
   line-height: 30px;
   padding-left: 24px;
   color: var(--text-color) !important;
   display: inline-block !important;
   cursor: pointer;
   margin-bottom: 0px;
 }

 .check-box label:before {
   position: absolute;
   content: '';
   left: 0px;
   top: 6px;
   width: 16px;
   height: 16px;
   border-radius: 2px;
   border-style: solid;
   border-width: 1px;
   border-color: #DDDDDD;
   background: transparent;
 }

 .check-box label:after {
   position: absolute;
   content: '\e916';
   font-family: 'icomoon';
   left: 3px;
   top: 0px;
   opacity: 0;
   font-size: 8px;
   color: #fff;
 }

 .check-box input:checked+label:after {
   opacity: 1;
 }

 .check-box input:checked+label:before {}

 .check-box-three input {
   display: none;
 }

 .check-box-three label {
   position: relative;
   font-size: 14px;
   line-height: 30px;
   color: var(--title-color);
   padding-left: 24px;
   display: inline-block;
   cursor: pointer;
   margin-bottom: 0px;
 }

 .check-box-three label:before {
   position: absolute;
   content: '';
   left: 0px;
   top: 7px;
   width: 14px;
   height: 14px;
   border-radius: 50%;
   border-style: solid;
   border-width: 1px;
   border-color: rgba(154, 154, 154, 1);
   background: transparent;
 }

 .check-box-three label:after {
   position: absolute;
   content: '';
   left: 3px;
   top: 10px;
   width: 8px;
   height: 8px;
   border-radius: 50%;
   background: var(--secondary-color);
   opacity: 0;
 }

 .check-box-three input:checked+label:after {
   opacity: 1;
 }

 .check-box-three input:checked+label:before {
   border-color: var(--secondary-color);
 }

 .text-one {
   display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: normal;
 }

 .text-two {
   text-overflow: -o-ellipsis-lastline;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   line-clamp: 2;
   -webkit-box-orient: vertical;
 }

 .text-three {
   text-overflow: -o-ellipsis-lastline;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3;
   line-clamp: 3;
   -webkit-box-orient: vertical;
 }

 .shop-block-one .inner-box .lower-content .price {
   color: #888;
 }

 .case-details .course-details-content .big-image {
   text-align: center;
   margin-bottom: 40px;
 }

 .case-details .course-details-content .big-image img {
   width: auto;
   max-width: 100%;
 }

 .case-details .content-one {
   text-align: center;
 }

 .my_sticky {
   position: sticky !important;
   top: 75px;
   left: 0;
 }

 .about-style-five .auto-container>.row {
   align-items: center;
 }

 .about-style-five .auto-container .content_block_one .text-box:last-child {
   margin-bottom: 0;
 }


 .breadcumb-my {
   padding: 16px 0;
   /* background: #EFF2F2; */
   /* border-bottom: 1px solid #ccc5c5; */
 }

 .breadcumb-my ul {
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   font-size: 16px;
   color: #333;
 }

 .breadcumb-my i {
   margin: 0 10px;
   vertical-align: middle;
 }

 .breadcumb-my a {
   color: #333;
   transition: ease-out .26s;
 }

 .breadcumb-my a:hover {
   color: var(--theme-color);
 }

 .breadcumb-my h1 {
   font-size: 16px;
   line-height: 28px;
   color: #333;
   font-family: var(--text-font);
 }


 @media (max-width: 767px) {

   .breadcumb-my {
     padding: 15px 0;
   }

   .breadcumb-my ul {
     font-size: 15px;
   }

   .breadcumb-my img {
     margin: 0 6px;
   }

 }

 .page-title .content-box.content-box-product {
   font-size: 18px;
   color: #fff;
   max-width: 800px;
 }

 .page-title .content-box.content-box-product h2,
 .page-title .content-box.content-box-product h1 {
   font-size: 50px;
 }

 @media only screen and (max-width: 767px) {

   .page-title .content-box.content-box-product h2,
   .page-title .content-box.content-box-product h1 {
     font-size: 45px;
   }

 }


 .page-title .content-box.content-box-product .theme-btn:hover {
   color: var(--theme-color) !important;
 }

 .page-title .content-box.content-box-product .theme-btn:before,
 .page-title .content-box.content-box-product .theme-btn:after {
   background: #fff;
 }

 .content-box-product .btn-form {
   cursor: pointer;
   margin-top: 25px;
 }


 .sub-cat {
   display: none;
   width: calc(100% - 15px);
   margin-left: auto;
   overflow: hidden;
   border: 1px solid #E5E5E5;
   border-radius: 10px;
   padding: 0 10px;
   margin-top: 10px;
 }


 .sub-cat a.selected,
 .sub-cat a:hover {
   color: var(--theme-color) !important;
   overflow: hidden;
 }

 .category-li>a span i {
   transition: ease-out .26s;
 }

 .category-li.rotate>a span i {
   opacity: 1 !important;
   transform: rotate(90deg);
 }

 .category-li.rotate>a,
 .category-li.selected>a {
   color: #fff !important;
   background: var(--theme-color) !important;
 }


 .course-sidebar .category-widget .category-list li .sub-cat a {
   border: none;
   border-radius: 0;
   border-top: 1px solid #E5E5E5;
   font-size: 16px;
   line-height: 20px;
   padding: 10px;
 }

 .course-sidebar .category-widget .category-list li .sub-cat a:first-child {
   border-top: none;
 }

 .course-sidebar .category-widget .category-list li .sub-cat a:hover {
   background: #fff;
   border-color: #E5E5E5 !important;
   color: var(--theme-color);
 }

 .group-title-lis {
   display: flex !important;
   justify-content: center;
   flex-wrap: wrap;
 }

 .group-title-lis div {
   margin: 0 10px 10px 10px;
   padding: 3px 0;
   position: relative;
   cursor: pointer;
 }

 .group-title-lis div::after {
   content: '';
   position: absolute;
   left: 0;
   bottom: 0;
   width: 0;
   height: 2px;
   background: var(--theme-color);
   transition: ease-out .3s;
 }

 .group-title-lis div:hover::after,
 .group-title-lis div.on::after {
   width: 100%;
 }

 .group-text-lis .text-box {
   display: none;
 }

 .group-text-lis .text-box:first-child {
   display: block;
 }

 .owl-nav {
   text-align: center;
   margin-top: 20px;
 }

 .blog-sidebar.course-sidebar .sidebar-widget {
   box-shadow: none;
   padding: 0;
   margin-bottom: 40px;

 }

 .blog-sidebar.content_block_three .content-box .accordion .acc-btn h3 {
   font-size: 18px;
   line-height: 1.45;
 }

 .blog-sidebar.content_block_three .content-box .accordion .acc-btn {
   padding: 15px 60px 15px 20px;
 }

 .blog-sidebar.content_block_three .content-box .accordion .acc-content {
   padding: 15px 20px 15px 20px;
 }

 .contact-form-items .col-lg-6>p {
   display: none;
 }

 .service-item-carousel.owl-carousel .owl-stage-outer {
   overflow: visible;
 }

 .service-item-carousel .owl-item {
   opacity: 0;
   transition: ease-out .3s;
 }

 .service-item-carousel .owl-item.active {
   opacity: 1;
 }











 .cloudzoom-blank img {
   transition: none;
 }

 .cloudzoom-zoom img {
   transition: none;
 }

 .cloudzoom-lens {
   border: 2px solid #e3c0c0;
   width: 200px !important;
   height: 200px !important;
   z-index: 10;
 }

 .cloudzoom-zoom {
   width: 100px;
   height: 100px;
   z-index: 10;
 }

 .cloudzoom-zoom-inside {
   border: none;
   box-shadow: none;
 }

 .product-swiper .swiper-button-prev,
 .product-swiper .swiper-button-next {
   z-index: 15;
 }

 .product-swiper.on {
   opacity: .5;
 }

 .product-swiper .swiper-button-next,
 .product-swiper .swiper-button-prev {
   color: #fff;
 }

 .thumbs-slider .mySwiper .swiper-slide {
   margin-top: 10px;
 }

 .thumbs-slider .mySwiper .swiper-slide img {
   width: 100%;
   opacity: .5;
   transition: ease-out .36s;
   cursor: pointer;
 }

 .thumbs-slider .mySwiper .swiper-slide:hover img,
 .thumbs-slider .mySwiper .swiper-slide.swiper-slide-thumb-active img {
   opacity: 1;
 }


 .form-inner .row>p {
   display: none;
 }

 .popup-inner .chat-form form>p {
   display: none;
 }

 .zoom-col {
   position: relative;
 }

 .cloudzoom-zoom {
   width: 100% !important;
   left: 0 !important;
   top: 0 !important;
 }

 .cloudzoom-zoom img {
   width: 100% !important;
   height: auto !important;
 }

 @media (max-width: 991px) {
   .zoom-col {
     margin-top: 30px;
   }

 }

 .event-block-one .inner-box .lower-content .post-date {
   padding-left: 0 !important;
 }

 .event-block-one .inner-box .lower-content .post-date svg {
   margin-right: 10px;
 }

 .course-sidebar .contact-widget .info-list li i {
   display: flex !important;
   justify-content: center;
   align-items: center;
 }

 .team-block-one .inner-box .lower-content .social-links li a:hover svg {
   filter: brightness(0) invert(1);
 }

 .blog-sidebar .post-widget .post .post-date {
   padding-left: 0 !important;
 }

 .blog-details-content .post-share-option .social-links li a:hover svg {
   opacity: 0.5;
 }


 .news-page {
   display: flex;
   justify-content: space-between;
   margin-bottom: 40px;
 }

 .news-page a {
   display: flex;
   align-items: center;
   max-width: 48%;
   font-size: 16px;
   color: #666;
   transition: ease-out .3s;
   padding: 5px 0;
 }

 .news-page span {
   color: #222;
   margin: 0 10px;
 }

 .news-page div {
   flex: 1;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
 }

 .news-page i {
   width: 36px;
   height: 36px;
   border-radius: 50%;
   overflow: hidden;
   background: #F4F6FA;
   padding: 10px;
   display: flex;
   align-items: center;
   justify-content: center;
   transition: ease-out .3s;
 }

 .news-page .icon-6:before,
 .news-page .icon-7:before {
   font-size: 18px;
 }

 .news-page a:hover {
   color: var(--theme-color);
 }

 .news-page a:hover i {
   background: var(--theme-color);
   color: #fff;
 }



 @media(max-width:992px) {
   .about-style-five .auto-container .image_block_five .image-box {
     margin-left: 0;
   }
 }

 @media(max-width:991px) {
   .auto-container .inner-container .inner-box .content-box {
     text-align: left;
   }

   .auto-container .inner-container .inner-box .image-box {
     margin: 0 auto !important;
   }
 }


 @media (max-width: 768px) {
   .news-page {
     display: block;
   }

   .news-page a {
     max-width: 100%;
   }

   .news-page a:nth-child(2) {
     text-align: right;
   }

 }


 .owl-carousel .owl-item {
   overflow: hidden;
 }

 .icon-24:before {
   content: "✖";
 }

 .course-sidebar .contact-widget .info-list li span {
   flex: 1;
 }

 .course-sidebar .contact-widget .info-list li a {
   flex: 1;
 }

 @media(min-width:992px) and (max-width:1090px) {
   .course-sidebar .contact-widget .info-list li {
     display: block !important;
   }
 }

 .image_block_one .image-box .image-2 img {
   max-width: 250px;
 }

 /*富文本编辑器 表格处理*/
 .details-content table {
   width: 100%;
   font-size: 16px;
   color: #333333;
   border-width: 1px;
   border-color: #a9c6c9;
   border-collapse: collapse;
   text-align: center;
 }

 .details-content table th {
   border-width: 1px;
   padding: 8px;
   border-style: solid;
   border-color: #a9c6c9;
 }

 .details-content table td {
   border-width: 1px;
   padding: 8px;
   border-style: solid;
   border-color: #a9c6c9;
 }

 .details-content table tr:nth-child(odd) {
   background: #F4F4F4;
 }

 .details-content table p {
   margin-bottom: 0;
   padding-bottom: 0;
 }

 .details-table {
   width: 100%;
 }

 .top-carousel .top-carousel-li {
   overflow: hidden;
   background-size: cover;
   background-position: center;

   min-height: 450px;
   padding: 50px 0;
   display: flex;
   flex-direction: column;
   justify-content: center;
 }

 .top-carousel .owl-dots {
   position: absolute;
   left: 0 !important;
   bottom: 16px !important;
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   z-index: 1;
 }

 .top-carousel .owl-dots .owl-dot span {
   width: 15px;
   height: 5px;
   background: #fff;
   opacity: 1;
   transition: ease-out .36s;
   display: flex;
   justify-content: center;
   align-items: center;
   margin: 0 5px !important;
   border-radius: .25rem;
 }

 .top-carousel .owl-dots .owl-dot.active span,
 .top-carousel .owl-dots .owl-dot:hover span {
   width: 30px;
   background: var(--theme-color);
 }

 .top-carousel .auto-container {
   width: 100%;
 }

 .product-details-info {
   color: #333;
 }

 .product-details-info li {
   position: relative;
   display: block;
   padding: 3px 0 3px 15px;
   line-height: 1.5;
 }

 .product-details-info li::before {
   content: "•";
   font-size: 22px;
   position: absolute;
   left: 0;
   line-height: 1.18;
 }

 .details-description {
   padding-top: 10px;
 }

 .details-description-img img {
   width: 100%;
 }

 .details-description-text h2 {
   font-size: 30px;
   margin-bottom: 10px;
 }

 .details-description li {
   margin-bottom: 40px;
 }

 .details-description li:last-child {
   margin-bottom: 0;
 }

 .details-description .details-description-text {
   padding-right: 30px;
 }

 .details-description li.on .row {
   flex-direction: row-reverse;
 }

 .details-description li.on .details-description-text {
   padding-right: 0;
   padding-left: 30px;
 }

 .details-download {
   max-width: 800px;
   margin-left: auto;
   margin-right: auto;
 }

 .details-download li {
   display: flex;
   align-items: center;
   padding: 20px 0;
   border-bottom: 1px solid #dddcdc;
 }

 .details-download li img {
   width: 80px;

 }

 .details-download li>span {
   font-size: 20px;
   color: #000;
   margin: 0 20px;
   flex: 1;
   overflow: hidden;
 }

 .details-download li:last-child {
   border-bottom: none;
 }

 @media screen and (max-width: 768px) {

   .details-table {
     overflow-x: scroll;
   }

   .details-content table {
     width: 150%;
     font-size: 14px;
   }

   .details-content table th {
     padding: 5px;
   }

   .details-content table td {
     padding: 5px;
   }

   .top-carousel .top-carousel-li {
     min-height: 300px;
   }

 }

 .sec-title .theme-btn.btn-two {
   border-color: #888;
 }

 .sec-title .theme-btn {
   margin: 5px 3px;
 }

 .sec-title .btn-box {
   margin-top: 20px;
 }

 .text-align-left {
   text-align: left;
 }

 .index-product-li {
   display: none;
 }

 .index-product-li.active {
   display: block;
 }

 .index-bg {
   background: linear-gradient(to bottom, #f3f5f5, #fff);
 }

 .solution-section .course-block-two .inner-box {
   padding: 0;
   border-radius: 10px 10px 20px 20px;
   overflow: hidden;
 }

 .solution-section .course-div {
   padding: 0 25px 30px 25px;
 }

 .solution-section .course-block-two .inner-box h3 {
   font-size: 22px;
 }

 .course-div .btn-box {
   text-align: center;


 }


 .about-section .image-2::after {
   content: '';
   position: absolute;
   left: 10px;
   top: 10px;
   width: calc(100% - 20px);
   height: calc(100% - 20px);
   background: rgba(0, 0, 0, 0.3);
   border-radius: 50%;
 }

 .video-absolute {
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   z-index: 1;
 }

 .video-absolute a {
   position: relative;
   display: inline-block;
   width: 80px;
   height: 80px;
   line-height: 80px;
   text-align: center;
   font-size: 20px;
   color: #fff;
   border: 1px solid #fff;
   border-radius: 50%;
 }

 .about-style-three .video-absolute a {
   width: 90px;
   height: 90px;
   line-height: 90px;
   font-size: 22px;
 }

 .index-product-li .owl-prev span:before {
   content: "←";
   font-size: 25px;
 }

 .index-product-li .owl-next span:before {
   content: "→";
   font-size: 25px;
 }


 .about-history {
   background-size: cover;
   background-position: center;
   position: relative;
   overflow: hidden;
 }

 .about-history .index_title {
   color: white;
   text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
   text-align: center;
 }

 .about-history-center {
   margin-top: 60px;
   position: relative;
 }

 .about-history .swiper-slide {
   text-align: center;
   color: #fff;
 }

 .about-history-title {
   font-size: 30px;
   font-weight: 700;
   line-height: 1.3;
   text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
 }

 .about-history-title::before {
   content: '';
   width: 85px;
   height: 3px;
   background: var(--theme-color);
   display: block;
   margin: 0 auto 6px auto;
 }

 .about-history-text {
   font-size: 16px;
   line-height: 1.6;
   font-weight: 400;
   margin: 18px auto 0 auto;
   padding: 0 60px;
   max-width: 900px;
   text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
 }

 .about-history-sub {
   color: #FFFFFF47;
   font-weight: 800;
   font-size: 180px;
   line-height: 1;
   margin-top: auto;
   white-space: nowrap;
 }

 .about-history-center .swiper-slide {
   height: auto;
   display: flex;
   flex-direction: column;
   overflow: hidden;
 }

 .about-history-prev,
 .about-history-next {
   position: absolute;
   top: 70px;
   width: 50px;
   height: 50px;
   border-radius: 50%;
   background: #fff;
   cursor: pointer;
   z-index: 2;
   transition: ease-out .36s;
   font-size: 30px;
   line-height: 1;
 }

 .about-history-prev::before,
 .about-history-next::before {
   content: '⌵';
   display: block;
   font-weight: bold;
   position: absolute;
   top: 50%;
   left: 50%;
 }

 .about-history-prev::before {
   transform: translate(-30%, -50%) rotate(90deg);
 }

 .about-history-next::before {
   transform: translate(-70%, -50%) rotate(-90deg);
 }

 .about-history-prev:hover,
 .about-history-next:hover {
   background: var(--theme-color);
   color: #fff;
 }

 .about-history-prev {
   left: 0;
 }

 .about-history-next {
   right: 0;
 }

 .about-history-bottom {
   margin-top: 60px;
   border-bottom: 1px solid rgba(255, 255, 255, 0.5);
   display: flex;
   justify-content: center;
   position: relative;
   z-index: 2;
 }

 .about-history-bottom .swiper {
   position: relative;
   bottom: -5px;
   overflow: visible;
 }

 .about-history-bottom .swiper-slide {
   width: auto;
   padding: 0 60px;
   cursor: pointer;
 }

 .about-history-bottom .swiper-slide span {
   display: block;
   width: 9px;
   height: 9px;
   position: relative;
   margin: 0 auto;
   opacity: .5;
 }

 .about-history-bottom .swiper-slide span::after {
   content: '';
   display: block;
   width: 100%;
   height: 100%;
   border-radius: 50%;
   background: #fff;
 }

 .about-history-bottom .swiper-slide span::before {
   content: '';
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   width: 27px;
   height: 27px;
   border-radius: 50%;
   background: rgba(255, 255, 255, 0.5);
   opacity: 0;
   transition: ease-out .36s;
 }

 .about-history-bottom .swiper-slide div {
   font-size: 30px;
   color: #fff;
   text-align: center;
   opacity: .5;
   font-weight: 600;
   margin-bottom: 15px;
   text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
 }

 .about-history-bottom .swiper-slide-thumb-active span,
 .about-history-bottom .swiper-slide-thumb-active div,
 .about-history-bottom .swiper-slide-thumb-active span::before {
   opacity: 1;
 }

 .about-history-bottom .swiper {
   width: 100%;
 }

 @media (max-width: 1024px) {
   .about-history-sub {
     font-size: 17vw;
   }
 }

 @media screen and (min-width: 768px) and (max-width: 992px) {
   .about-history-sub {
     font-size: 14vw;
   }
 }

 .about-history .sec-title h2,
 .about-history .sec-title .sub-title {
   color: #fff;
 }

 .about-history .sec-title .sub-title::after,
 .about-history .sec-title .sub-title::before {
   background: #fff;
 }

 .certificate-section .team-block-one .inner-box .lower-content {
   padding-bottom: 0;

 }

 .certificate-section .team-block-one .inner-box .lower-content h3 {
   font-size: 22px;
   line-height: 1.35;
   text-align: center;
 }

 .certificate-section .team-block-one .inner-box {
   padding: 20px;
   border-radius: 20px;
 }

 .certificate-section .auto-container {
   overflow: hidden;
 }

 .certificate-section .swiper {
   overflow: visible;
 }

 .certificate-section .team-block-one .inner-box {
   box-shadow: 0px 10px 22px 0px rgba(0, 0, 0, 0.08);
 }

 .certificate-section .team-block-one .inner-box:hover {
   box-shadow: 0px 10px 22px 0px rgba(0, 0, 0, 0.15);
 }



 .xhl_form {
   padding: 0 !important;
 }

 .xhl_form fieldset {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;

 }

 .contact-section .xhl_form .xhl-control-group {
   width: 100%;
   margin-bottom: 30px;
 }

 .contact-section .xhl_form .xhl-control-label {
   color: #fff;
 }

 .contact-section .xhl_form .xhl-input-xlarge {
   position: relative;
   display: block;
   width: 100%;
   height: 40px;
   line-height: 40px;
   font-size: 16px;
   color: #fff;
   border-bottom: 1px solid rgba(255, 255, 255, 0.10);
   transition: all 500ms ease;
 }

 .contact-section .xhl_form .xhl-input-xlarge:focus {
   border-color: var(--theme-color);
 }

 .contact-section .xhl_form .xhl-input-xlarge::placeholder {
   color: #bdbdbd;
 }

 .chat-popup .xhl_form .xhl-submit,
 .contact-style-two .xhl_form .xhl-submit,
 .contact-section .xhl_form .xhl-submit {
   position: relative;
   display: inline-block;
   overflow: hidden;
   vertical-align: middle;
   font-size: 16px;
   line-height: 30px;
   font-weight: 500;
   color: #fff !important;
   text-align: center;
   border-radius: 5px;
   padding: 10px 30px;
   text-transform: uppercase;
   z-index: 1;
   transition: all 0.5s ease-in-out 0.0s;
   cursor: pointer;
   background: var(--theme-color);
 }

 .chat-popup .xhl_form .xhl-submit:hover,
 .contact-style-two .xhl_form .xhl-submit:hover,
 .contact-section .xhl_form .xhl-submit:hover {
   opacity: .8;
 }

 .chat-popup .xhl_form .xhl-control-group {
   width: 100%;
   margin-bottom: 20px;
 }

 .contact-style-two .xhl_form .xhl-control-group {
   width: 100%;
   margin-bottom: 30px;
 }

 .chat-popup .xhl_form .xhl-input-xlarge,
 .contact-style-two .xhl_form .xhl-input-xlarge {
   position: relative;
   display: block;
   width: 100%;
   height: 50px;
   border: 1px solid #E5E5E5;
   border-radius: 10px;
   font-size: 16px;
   color: #1C3D40;
   padding: 10px 30px;
   transition: all 500ms ease;
 }

 .chat-popup .xhl_form .xhl-input-xlarge:focus,
 .contact-style-two .xhl_form .xhl-input-xlarge:focus {
   border-color: var(--theme-color);
 }

 .chat-popup .xhl_form .xhl-control-label,
 .contact-style-two .xhl_form .xhl-control-label {
   margin-bottom: 6px;
 }

 .chat-popup .xhl-footer,
 .contact-section .xhl-footer,
 .contact-style-two .xhl-footer {
   padding-top: 6px;
 }

 @media (min-width: 992px) {

   .contact-section .xhl_form .xhl-control-group,
   .contact-style-two .xhl_form .xhl-control-group {
     width: 49%;
   }

 }


 .contact-social {
   display: flex;
   flex-wrap: wrap;
   padding-top: 12px;
 }

 .contact-social a {
   width: 30px;
   height: 30px;
   border-radius: 50%;
   background: var(--theme-color);
   margin: 10px 5px 0 5px;
   display: flex;
   align-items: center;
   justify-content: center;
   transition: .26s;
 }

 .contact-social a:hover {
   opacity: .8;
 }

 @media only screen and (max-width: 1710px) {
   .menu-right-content .btn-box {
     display: none;
   }
 }

 @media only screen and (max-width: 1200px) {
   .menu-right-content .btn-box {
     display: flex;
   }
 }



 /*  */
 .variations {
   width: 100%;
 }

 .variations .label {
   width: 80px;
 }

 .variations .value {
   width: calc(100% - 80px);
   padding-left: 10px;
 }

 .variations .value #xinghao {
   display: none !important;
 }

 .variations .value .reset_variations {
   display: none !important;
 }

 .variations .xhl-attr-buttons {
   margin: 10px 0 10px;
 }

 .woocommerce-variation-availability {
   display: none;
 }

 .xhl-buybox .single_add_to_cart_button {
   width: 100%;
   height: 50px;
   background: var(--theme-color);
   position: relative;
   display: inline-block;
   overflow: hidden;
   vertical-align: middle;
   font-size: 16px;
   line-height: 30px;
   font-weight: 500;
   font-family: var(--text-font);
   color: #fff !important;
   text-align: center;
   border-radius: 5px;
   padding: 10px 30px;
   text-transform: uppercase;
   z-index: 1;
   transition: all 0.5s ease-in-out 0.0s;
   margin-top: 35px;
 }

 .xhl-buybox .single_add_to_cart_button:before {
   position: absolute;
   content: '';
   width: 0%;
   height: 100%;
   left: 0px;
   top: 0px;
   transform: translateX(0);
   transform-origin: left center;
   z-index: -1;
   background: var(--secondary-color);
   transition: all 500ms ease;
 }

 .xhl-buybox .single_add_to_cart_button:after {
   position: absolute;
   content: '';
   width: 0%;
   height: 100%;
   right: 0px;
   top: 0px;
   transform: translateX(0);
   transform-origin: right center;
   z-index: -1;
   background: var(--secondary-color);
   transition: all 500ms ease;
 }

 .xhl-buybox .single_add_to_cart_button:hover:after {
   width: 51%;
 }

 .xhl-buybox .single_add_to_cart_button:hover::before {
   width: 51%;
 }

 .single_variation_wrap .quantity {
   display: flex;
   align-items: center;
   padding-top: 20px;
 }

 .single_variation_wrap .quantity .screen-reader-text {
   position: static !important;
   width: initial !important;
   height: initial !important;
   clip: none !important;
   clip-path: none !important;
   margin-right: 15px;
 }

 .xhl-header-cart {
   margin-right: 24px;
   position: relative;
   z-index: 1;
 }

 .xhl-header-cart:hover::after {
   pointer-events: all;
 }

 .xhl-header-cart::after {
   content: "";
   position: absolute;
   width: 100%;
   height: 120%;
   left: 0;
   top: 0;
   pointer-events: none;
   cursor: pointer;
   z-index: -1;
 }

 /* #wpadminbar {
   display: none !important;
 } */

 #xhl-header-cart .xhl-cart-icon {
   font-size: 20px;
 }


 /* cart-list */

 .woocommerce .cart-collaterals {
   max-width: 1320px;
   margin: 0 auto;
   padding-top: 90px;
 }

 .woocommerce .cart-collaterals .cart_totals {
   float: initial;
 }

 .woocommerce .cart-collaterals .cart_totals h2 {
   margin-bottom: 30px;
 }

 .woocommerce .cart .button {
   margin-left: 20px;
 }

 .woocommerce .product-name a {
   font-weight: bold;
   color: #333;
   line-height: 1.65;
   font-size: 18px;
 }

 .woocommerce .product-name a:hover {
   color: var(--theme-color);
 }

 .woocommerce .product-thumbnail img {
   display: inline-block;
   width: 100%;
 }

 .woocommerce .woocommerce-cart-form .product-thumbnail a {
   display: inline-block;
   overflow: hidden;
   border-radius: 10px;
   width: 200px;
 }

 .woocommerce .product-thumbnail img:hover {
   transform: scale(1.07);
 }

 .woocommerce .product-thumbnail .screen-reader-text {
   clip: none;
   word-wrap: normal !important;
   border: 0;
   clip-path: none;
   height: initial;
   margin: -1px;
   overflow: initial;
   overflow-wrap: normal !important;
   padding: 0;
   position: static !important;
 }

 .woocommerce .product-thumbnail {
   width: 200px;
 }

 .woocommerce table.shop_table td,
 .woocommerce table.shop_table th,
 .cart-collaterals table.shop_table td,
 .cart-collaterals table.shop_table th {
   padding: 12px 16px;
 }

 .woocommerce .quantity .qty {
   padding: 8px 10px 8px 5px;
   border: 1px #ccc solid;
   border-radius: 6px;
 }

 .woocommerce a.remove {
   height: 30px;
   width: 30px;
   background: #efefef;
   line-height: 0;
   display: flex;
   align-items: center;
   border-radius: 9px;
   justify-content: center;
   margin-left: auto;
   margin-right: auto;
 }

 .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
   background-color: var(--theme-color) !important;
 }

 .cart-collaterals .cart_totals .wc-proceed-to-checkout a:hover {
   transform: translateY(4px);
 }

 .woocommerce table.cart td.actions .input-text {
   width: 180px;
 }

 /* cart-list end*/

 /* checkout */
 .woocommerce {
   max-width: 1320px;
   margin: 0 auto;
   padding-top: 90px;
   padding-bottom: 90px;
   overflow: hidden;
   padding-left: 60px;
   padding-right: 60px;
 }

 .woocommerce-checkout #customer_details {
   margin-bottom: 50px;
 }

 .woocommerce-checkout #order_review_heading {
   margin-bottom: 20px;
 }

 .woocommerce form .form-row .input-text, .woocommerce form .form-row select {
   border-color: #999;
 }

 .woocommerce .woocommerce-billing-fields h3,
 .woocommerce .woocommerce-additional-fields h3 {
   margin-bottom: 15px;
 }

 #billing_country {
   display: block !important;
 }

 .woocommerce-billing-fields .address-field .nice-select {
   display: none;
 }

 .woocommerce .woocommerce-billing-fields .form-row {
   padding: 3px;
   margin: 0 0 14px;
 }

 .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info a {
   color: var(--theme-color);
 }

 .woocommerce .woocommerce-info {
   border-top-color: var(--theme-color);
 }

 .woocommerce .woocommerce-info::before {
   color: var(--theme-color);
 }

 .woocommerce .woocommerce-checkout #payment {
   background-color: rgba(119, 169, 106, .14);
 }

 .woocommerce .woocommerce-checkout #payment div.payment_box {
   background-color: #b2caaa;
 }

 .woocommerce-checkout #payment div.payment_box::before {
   border: 1em solid #b2caaa;
   border-right-color: transparent;
   border-left-color: transparent;
   border-top-color: transparent;
 }

 .woocommerce #payment #place_order {
   background-color: var(--theme-color);
 }

 .select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
   background-color: var(--theme-color);
   color: #fff;
 }

 /* checkout end*/


 /* login */
 .woocommerce .cs-login-right .u-column1.col-1,
 .woocommerce .cs-login-right .u-column2.col-2 {
   float: initial !important;
   width: 100%;
 }

 .cs-login {
   display: flex;
 }

 .cs-login-left,
 .cs-login-right {
   width: 50%;
 }

 .cs-login-left img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .cs-login-right {
   padding: 50px 30px 50px 70px;
 }

 .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
   border: none !important;
   padding: 0px !important;
   margin: 2em 0;
   text-align: left;
   border-radius: 5px;
 }

 .woocommerce form .form-row {
   padding: 3px;
   margin: 0 0 15px;
 }

 .woocommerce form .form-row .input-text {
   margin-top: 4px;

 }

 .cs-login form .form-row .input-text {
   border-top: none;
   border-left: none;
   border-right: none;
   border-radius: 0;
 }


 .woocommerce form .woocommerce-button,
 .woocommerce .woocommerce-MyAccount-content button {
   padding: 15px 34px !important;
   transition: all 0.5s;
 }

 .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
   margin-top: 10px;
   padding-left: 10px;
 }

 .woocommerce .woocommerce-LostPassword.lost_password a {
   display: inline-block;
   margin-right: 20px;
   color: var(--theme-color);
 }

 .woocommerce .woocommerce-LostPassword.lost_password a:hover {
   text-decoration: underline;
 }

 .woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
 .woocommerce .woocommerce-form-login .woocommerce-button {
   transition: all 0.5s;
 }

 .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
 .woocommerce .woocommerce-form-register .woocommerce-button:hover,
 .woocommerce .woocommerce-MyAccount-content button:hover {
   color: #fff;
   background-color: var(--theme-color);
 }

 .woocommerce-privacy-policy-text {
   margin-bottom: 12px;
 }

 .u-column2 {
   display: none;
 }

 /* login end */


 /* account */
 .woocommerce-MyAccount-navigation {
   width: 300px;
   float: left;
 }

 .woocommerce>.woocommerce-MyAccount-content {
   width: calc(100% - 300px);
   padding-left: 45px;
   float: right;
 }

 .woocommerce-MyAccount-navigation-link a {
   display: block;
   width: 100%;
   border-bottom: 1px solid #e1e1e1;
   padding: 20px 20px;
   font-size: 18px;
   color: #333;
   transition: all 0.5s;
   line-height: 1.35;
 }

 .woocommerce-MyAccount-navigation-link.is-active a {
   background-color: var(--theme-color);
   color: #fff;
 }

 .woocommerce-MyAccount-navigation-link:hover a {
   background-color: var(--theme-color);
   color: #fff;
 }

 .nice-select:before {
   display: none;
 }

 .woocommerce-MyAccount-content .country_to_state .current {
   display: none !important;
 }

 .woocommerce-MyAccount-content .country_select,
 .woocommerce .woocommerce-MyAccount-content .state_select {
   display: block !important;
 }

 .woocommerce .woocommerce-MyAccount-content .state_select .current {
   display: none;
 }

 .woocommerce-MyAccount-content .select2-container .select2-selection--single .select2-selection__rendered {
   height: 44px;
   line-height: 25px;
 }

 .woocommerce-info,
 .woocommerce-message {
   margin-top: 25px;
 }

 .woocommerce-MyAccount-content form {
   margin-top: 20px;
 }

 /* account end*/


 @media screen and (max-width:1440px) {
   .woocommerce {
     padding-left: 50px;
     padding-right: 50px;
     padding-top: 80px;
     padding-bottom: 80px;
   }

   .woocommerce .cart-collaterals {
     padding-top: 70px;
   }

   .cs-login-right {
     padding: 50px 30px 50px 50px;
   }

   .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
     margin: 1.5em 0;
   }

   .woocommerce-MyAccount-navigation-link a {
     padding: 16px 20px;
   }

   .woocommerce .woocommerce-cart-form .product-thumbnail a {
     width: 200px;
   }
 }

 @media screen and (max-width:1200px) {
   .woocommerce {
     padding-left: 40px;
     padding-right: 40px;
     padding-top: 70px;
     padding-bottom: 30px;
   }

   .cs-login-right {
     padding: 40px 30px 40px 40px;
   }

   .woocommerce-MyAccount-navigation {
     width: 250px;
     float: left;
   }

   .woocommerce>.woocommerce-MyAccount-content {
     width: calc(100% - 250px);
     padding-left: 40px;
     float: right;
   }

   .woocommerce .cart-collaterals {
     padding-top: 40px;
   }

   .woocommerce .product-thumbnail {
     width: 240px;
   }

   .woocommerce .woocommerce-cart-form .product-thumbnail a {
     width: 210px;
   }
 }

 @media screen and (max-width:768px) {
   .woocommerce {
     padding-left: 20px;
     padding-right: 20px;
     padding-top: 60px;
     padding-bottom: 20px;
   }

   .cs-login {
     flex-direction: column;
   }

   .cs-login-left,
   .cs-login-right {
     width: 100%;
   }

   .cs-login-right {
     padding: 00px 00px 30px 00px;
   }

   .woocommerce-MyAccount-navigation {
     width: 100%;
     float: initial;
     margin-bottom: 40px;
   }

   .woocommerce>.woocommerce-MyAccount-content {
     width: 100%;
     padding-left: 0px;
     float: initial;
   }

   .woocommerce table.cart .product-thumbnail {
     display: block;
   }

   .woocommerce table.shop_table_responsive tr td.product-thumbnail::before {
     display: none;
   }

   .woocommerce .product-thumbnail {
     width: 100%;
     text-align: center;
   }

   .woocommerce .woocommerce-cart-form .product-thumbnail a {
     width: 100%;
   }

   .woocommerce table.cart td.actions .input-text {
     width: 100% !important;
     height: 46px;
     ;
   }

   .woocommerce table.cart td.actions .input-text.button {
     width: 100% !important;
   }
 }


 .product-swiper .swiper-slide {
   position: relative;
 }

 .product-video-btn {
   position: absolute;
   width: 60px;
   height: 60px;
   border-radius: 50%;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   z-index: 2;
   cursor: pointer;
   transition: all 0.5s;
   background-color: var(--theme-color);
 }


 .product-video-btn svg {
   width: 28px;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   position: absolute;
 }

 .product-video-btn svg path {
   fill: #fff;
 }

 .product-video-btn:hover {
   transform: translate(-50%, -50%) scale(1.1);
 }

 .product-details-media {
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   margin-bottom: -15px;
   padding-top: 30px;
 }

 .product-details-media .btns {
   display: flex;
   align-items: center;
   background-color: var(--theme-color);
   color: #fff;
   margin-right: 15px;
   margin-bottom: 15px;
 }

 .product-details-media .btns svg {
   width: 17px;
   margin-left: 10px;
 }

 .product-details-media .btns svg path {
   fill: #fff;
 }

 .xhl-acc__btn svg {
   cursor: pointer;
 }

 .xhl-acc__btn svg path {
   fill: #2E7D32;
 }

 .menu-accounts {
   margin-right: 25px;
 }

 .cart-fixed {
   display: none;
 }

 .woocommerce-variation-add-to-cart .screen-reader-text {
   display: none !important;
 }

 @media only screen and (max-width: 599px) {
   .menu-accounts {
     position: absolute;
     right: 40px;
     top: 50%;
     transform: translateY(-50%);
     z-index: 2;
   }

   .menu-carts {
     display: none !important;
   }

   .main-header .menu-right-content {
     position: static !important;
   }

   .cart-fixed {
     display: flex;
     align-items: center;
     justify-content: center;
     width: 50px;
     height: 50px;
     border-radius: 50%;
     position: fixed;
     right: 30px;
     bottom: calc(115px + 58px);
     background-color: #77A96A;
   }

   .cart-fixed img.emoji {
     width: 1.5em !important;
     height: 1.5em !important;
     filter: brightness(0) invert(1)
   }

   .cart-fixed .xhl-header-cart {
     margin: 0;
     margin-right: 4px;
   }

   #xhl-header-cart .xhl-cart-count {
     position: absolute;
     right: -4px;
     top: 0;
   }

   #xhl-header-cart .xhl-cart-link {
     position: relative;
   }

   #xhl-header-cart {
     margin-left: 0 !important;
     display: inline-block !important;
   }

   #xhl-header-cart .xhl-cart-icon {
     margin-top: 4px;
   }

   .xhl-mini-cart {
     display: none !important;
   }
 }