 /* Css For Sleeky */

/************ 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
====================================================================

 ***/


body {
  font-size:15px;
  color:#666666;
  line-height:26px;
  font-weight:400;
  background:#ffffff;
  font-family: 'Inter', sans-serif;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}

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

.large-container{
  max-width: 1500px;
  padding: 0px 15px;
  margin: 0 auto;
}
.footer-style-two .large-container{
  max-width: 1520px;
}
.footer-style-three .large-container{
  max-width: 1530px;
}
.container-fluid{
  padding: 0px;
}

.auto-container{
  position:static;
  max-width:1200px;
  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: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 15px;
}

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: 'Inter', sans-serif;
  color: #666666;
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6{
  position:relative;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: #000000;
  margin: 0px;
  transition: all 500ms ease;
}

/* 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;
}

.preloader-close{
  position: fixed;
  z-index: 99999999;
  font-size: 18px;
  background: #fff;
  width: 30px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  cursor: pointer;
  right: 15px;
  top: 15px;
  border-radius: 50%;
}

.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: 'Londrina Solid', cursive;
  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(255, 255, 255, 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 .loader-section {
  background-color: #ffffff;
  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: #ffffff;
}

.handle-preloader .animation-preloader .spinner{
  border: 3px solid #ffffff;
  border-top-color: rgba(255, 255, 255, 0.5); 
}

/* 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: 10px;}
}


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

/** button **/

.theme-btn,
.faq-form .fluentform .ff_btn_style,
.contact-us-page .ff_submit_btn_wrapper .ff_btn_style,
.woocommerce .product_type_grouped,
.home-page-sellingproduct .product_type_grouped,
.home-page-sellingproduct .product_type_external,
.home-two-shop .product_type_grouped {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  padding: 15px 38px;
  border-radius: 5px;
  text-transform: uppercase;
  z-index: 1;
  transition: all 500ms ease;
}

.theme-btn.btn-one,
.faq-form .fluentform .ff_btn_style,
.product_type_grouped{
  color: #fff;
}

.theme-btn:before,
.faq-form .fluentform .ff_btn_style:before,
.faq-sidebar .fluentform .ff_btn_style:before,
.home-two-shop .product_type_grouped:before,
.home-page-sellingproduct .product_type_grouped:before,
.home-page-sellingproduct .product_type_external:before,
.contact-us-page .fluentform .ff_btn_style::before,
.home-two-shop .product_type_external:before,
.blog-sidebar .newsletter-widget .fluentform .ff_submit_btn_wrapper .ff_btn_style::before {
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  bottom: 110%;
  left: 50%;
  background-color: #000;
  border: 1px solid #000;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}

.shop-details .theme-btn:before{
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: static;
}
.added_to_cart.wc-forward::before{
  position: absolute;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  width: 200%;
  height: 200%;
  content: "";
  /* background-color: #000; */
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}
.shop-page-section .our-shop .wrapper .shop-grid-content .product_type_grouped:before{
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  bottom: 110%;
  left: 50%;
  background-color: #000;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}

.theme-btn:hover:before,
.product_type_grouped::before,
.home-page-sellingproduct .product_type_grouped:hover::before,
.home-page-sellingproduct .product_type_grouped:hover::before,
.home-two-shop .product_type_grouped:hover::before,
.contact-us-page .fluentform .ff_btn_style:hover:before
.faq-form .fluentform .ff_btn_style:hover:before,
.blog-sidebar .newsletter-widget .fluentform .ff_submit_btn_wrapper .ff_btn_style:hover:before {
  bottom: -40%;
}

.theme-btn.btn-three{
  background: #000;
  color: #fff;
}

.theme-btn.btn-four{
  color: #fff;
}

.theme-btn.btn-four:after{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.theme-btn.btn-four:hover:after{
  width: 100%;
}

.theme-btn.btn-four:before{
  display: none;
}


.owl-carousel button{
  background-color: transparent;
}

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



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

.pagination .page-numbers{
  position: relative;
  display: inline-block;
  font-size: 14px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  color: #000;
  border-radius: 3px;
  border: 1px solid #cccccc;
  background: #f3f4f9;
  transition: all 500ms ease;
  margin: 0px 1px;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current{
  color: #fff;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next{
  width: 80px;
}

.pagination .page-numbers.prev i,
.pagination .page-numbers.next i{
  position: relative;
  font-size: 18px;
  margin-left: 6px;
  top: 2px;
}
.pagination .page-numbers.prev i{
  margin-left: 0;
  margin-right: 6px;
}

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

.sec-pad-2{
  padding: 150px 0px !important;
}

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

.top-0{
  top: 0px !important;
}

.scroll-top{
  width: 50px;
  height: 50px;
  line-height: 52px;
  position: fixed;
  bottom: 105%;
  right: 30px;
  font-size: 30px;
  z-index: 99;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  transition: 1s ease;
}

.scroll-top.open {
  bottom: 50px;
}

.scroll-top span{
  color: #fff;
}

.sec-title{
  position: relative;
  display: block;
  margin-bottom: 70px;
}

.sec-title h2{
  display: block;
  font-size: 72px;
  line-height: 80px;
  font-family: 'Londrina Solid', cursive;
  font-weight: 400;
}

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




/*** 

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

***/


/** main-header **/

.main-header{
  position:relative;
  left:0px;
  top: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: #000;
  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;
}


/** header-style-one **/

.header-style-one{
  background: #191d20;
}

.main-header .outer-box{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.header-style-one .logo-box{
  position: relative;
  padding: 34px 33px 9px 33px;
}

.header-style-one .logo-box .logo-shape{
  position: absolute;
  left: 0px;
  bottom: -42px;
  width: 100%;
  height: 42px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-image: url(../images/shape-1.png);
}

.main-header .nav-right{
  position: relative;
  display: flex;
  align-items: center;
}

.header-style-one .nav-right .theme-btn:hover{
  background: #fff;
}

.main-header .nav-right .btn-box{
  margin-right: 65px;
}

.main-header .nav-right .btn-box .theme-btn:before{
  display: none;
}

.main-header .nav-right .user-link{
  margin-right: 35px;
}

.main-header .nav-right .user-link a{
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
}

.main-header .nav-right .cart-box a{
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  padding-right: 35px;
}

.main-header .nav-right .cart-box a span{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  text-align: center;
}

/** main-menu **/

.main-menu{
  float: left;
}

.main-menu .navbar-collapse{
  padding:0px;
  display:block !important;
}

.main-menu .navigation{
  margin:0px;
}

.main-menu .navigation > li{
  position:relative;
  float:left;
  z-index:2;
  margin: 0px 18px;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-menu .navigation > li:last-child{
  margin-right:0px !important;
}

.main-menu .navigation > li:first-child{
  margin-left: 0px !important;
}

.main-menu .navigation > li > a{
  position:relative;
  display:block;
  text-align:center;
  font-size:16px;
  line-height:30px;
  padding: 35px 0px;
  font-weight:700;
  opacity:1;
  color: #fff;
  z-index:1;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.main-menu .navigation > li > a:before{
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  left: 50%;
  bottom: 25px;
  border-radius: 50%;
  transform: translateX(-50%) scale(0,0);
  transition: all 500ms ease;
}

.main-menu .navigation > li.current-menu-item > a:before,
.main-menu .navigation > li:hover > a:before{
  transform: translateX(-50%) scale(1,1);
}

.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu{
  position:absolute;
  left: inherit;
  top:100%;
  width:230px;
  margin-top: 15px;
  z-index:100;
  display:none;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  background-color: #000;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
}

.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a{
  position:relative;
  display:block;
  padding: 10px 30px;
  line-height:24px;
  font-weight:600;
  font-size:14px;
  text-transform:capitalize;
  color:#fff;
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > a{
  border-bottom: 1px solid rgba(255,255,255,0.15);
}

.main-menu .navigation > li > .megamenu li > a{
  padding-left: 0px;
}

.main-menu .navigation > li > .megamenu h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}

.main-menu .navigation > li > ul > li:last-child > a,
.main-menu .navigation > li > .megamenu li:last-child > a{
  border-bottom: none;
}

.main-menu .navigation > li > ul > li.menu-item-has-children > a:after{
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position:absolute;
  right:20px;
  top:10px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:800;
  text-align:center;
  z-index:5;  
}

.main-menu .navigation > li > ul > li > ul{
  position:absolute;
  right:100%;
  top:0%;
  margin-top: 15px;
  width:230px;
  z-index:100;
  display:none;
  border-radius: 0px;
  background-color: #000;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > ul > li > a{
  position:relative;
  display:block;
  padding:10px 30px;
  line-height:24px;
  font-weight:600;
  font-size:14px;
  text-transform:capitalize;
  color:#fff;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a{
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li.menu-item-has-children > a:after{
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position:absolute;
  right:20px;
  top:12px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:900;
  z-index:5;  
}

.main-menu .navigation > li.menu-item-has-children:hover > ul,
.main-menu .navigation > li.menu-item-has-children:hover > .megamenu{
  visibility:visible;
  opacity:1;
  margin-top: 0px;
  top: 100%;
}

.main-menu .navigation li > ul > li.menu-item-has-children:hover > ul{
  visibility:visible;
  opacity:1;
  top: 0%; 
  margin-top: 0px;
}

.main-menu .navigation li.menu-item-has-children .dropdown-btn{
  position:absolute;
  right:-32px;
  top:66px;
  width:34px;
  height:30px;
  text-align:center;
  font-size:18px;
  line-height:26px;
  color:#3b3b3b;
  cursor:pointer;
  display: none;
  z-index:5;
  transition: all 500ms ease;
}

.main-menu .navigation li.menu-item-has-children ul li.menu-item-has-children .dropdown-btn{
  display: none;
}

.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}

.menu-area .mobile-nav-toggler .icon-bar{
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child{
  margin-bottom: 0px;
}


/** megamenu-style **/

.main-menu .navigation > li.dropdown > .megamenu{
  position: absolute;
  width: 100%;
  padding: 30px 50px;
  left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4{
  font-weight: 700;
  padding: 3px 0px;
  margin-bottom: 10px;
}


/** mobile-menu **/

.nav-outer .mobile-nav-toggler{
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color:#3786ff;
  display: none;
}

.mobile-menu{
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right:30px;
  max-width:100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: all 900ms ease;
}

.mobile-menu .navbar-collapse{
  display:block !important; 
}

.mobile-menu .nav-logo{
  position:relative;
  padding:50px 25px;
  text-align:left;  
  padding-bottom: 100px;
}

.mobile-menu-visible{
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop{
  position: fixed;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 900ms ease;
  background-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
  opacity: 0.70;
  visibility: visible;
  right: 100%;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s
}

.mobile-menu .menu-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #000;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 900ms ease !important;
}

.mobile-menu-visible .mobile-menu .menu-box{
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn{
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition:all 0.9s ease;
  -moz-transition:all 0.9s ease;
  -ms-transition:all 0.9s ease;
  -o-transition:all 0.9s ease;
  transition:all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn{
  -webkit-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  transform:rotate(360deg);
}

.mobile-menu .close-btn:hover{
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}

.mobile-menu .navigation{
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li{
  position: relative;
  display: block;
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation:last-child{
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > ul > li:first-child{
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > a{
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li ul li > a{
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li > a:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  height:0;
  border-left:5px solid #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li.current-menu-item > a:before{
  height:100%;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn{
  position:absolute;
  right:6px;
  top:6px;
  width:32px;
  height:32px;
  text-align:center;
  font-size:16px;
  line-height:32px;
  color:#ffffff;
  background:rgba(255,255,255,0.10);
  cursor:pointer;
  border-radius:2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
  z-index:5;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open{
  color: #ffffff;
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);  
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.menu-item-has-children > .megamenu{
  display: none;
}

.mobile-menu .social-links{
  position:relative;
  padding:0px 25px;
}

.mobile-menu .social-links li{
  position:relative;
  display:inline-block;
  margin:0px 10px 10px;
}

.mobile-menu .social-links li a{
  position:relative;
  line-height:32px;
  font-size:16px;
  color:#ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

div#mCSB_1_container{
  top: 0px !important;
}

.mobile-menu .contact-info {
  position: relative;
  padding: 120px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255,255,255,0.80);
  margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a{
  color: rgba(255,255,255,0.80);
}

.mobile-menu .contact-info ul li:last-child{
  margin-bottom: 0px;
}

.main-header .outer-box{
  position: relative;
}

.header-style-one .sticky-header .logo-box{
  padding: 22px 33px 21px 33px;
}

/** check-box **/



.check-box input {
  display: none;
}

.check-box label {
  position: relative;
  font-size: 14px;
  line-height: 26px;
  color: #666666;
  padding-left: 34px;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 0px;
}

.check-box label a{
  color: #0066cc;
}

.check-box label a:hover{
  text-decoration: underline;
}

.check-box label:before{
  position: absolute;
  content: '';
  left: 0px;
  top: 4px;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  border-color: #ccc9c4;
  background: transparent;
}

.check-box label:after {
  position: absolute;
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
  font-size: 12px;
  left: 0px;
  top: 5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  opacity: 0;
  font-weight: 400;
  text-align: center;
}

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


/** main-footer **/

.main-footer{
  position: relative;
  background: #191d20;
}

.footer-top{
  padding: 268px 0px 0px 0px;
}

.main-footer .footer-logo{
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}

.main-footer .footer-logo .logo{
  position: relative;
  padding: 64px 33px 24px 33px;
}

.main-footer .footer-logo .logo .logo-shape{
  position: absolute;
  left: 0px;
  bottom: -42px;
  width: 100%;
  height: 42px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.footer-top .contact-widget span{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #cccccc;
  margin-bottom: 5px;
}

.footer-top .contact-widget h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 17px;
}

.footer-top .contact-widget h3 a{
  display: inline-block;
}

.footer-top .contact-widget h3 a:hover{
  color: #fff;
}

.footer-top .contact-widget p{
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #cccccc;
  margin-bottom: 5px;
}

.footer-top .contact-widget .mail a{
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #cccccc;
}

.footer-top .contact-widget .mail a:hover{

}

.footer-top .subscribe-widget{
  position: relative;
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.footer-top .subscribe-widget .text{
  margin-bottom: 26px;
}

.footer-top .subscribe-widget .text p{
  font-size: 14px;
  line-height: 24px;
  color: #cccccc;
}

.footer-top .subscribe-widget form .form-group{
  position: relative;
  margin-bottom: 21px;
}

.footer-top .subscribe-widget form .form-group input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  background: #2a2f33;
  border: 1px solid #2a2f33;
  border-radius: 5px;
  font-size: 15px;
  color: #999999;
  padding: 0px 160px 0px 25px;
  transition: all 500ms ease;
}

.footer-top .subscribe-widget form .form-group button[type='submit']{
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0px 32px;
  border-radius: 0px 5px 5px 0px;
}

.footer-top .subscribe-widget .lower-box p{
  font-size: 14px;
  line-height: 24px;
  color: #cccccc;
  font-style: italic;
  margin-bottom: 56px;
}

.footer-top .subscribe-widget .lower-box p a{
  font-style: normal;
  color: #fff;
  line-height: 16px;
  text-decoration: underline;
}

.footer-top .social-links li{
  position: relative;
  display: inline-block;
  margin: 0px 1px;
}

.footer-top .social-links li a{
  position: relative;
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  background: #2a2f33;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}

.footer-top .text-widget .text{
  padding-left: 100px;
}

.footer-top .text-widget .text p{
  font-size: 14px;
  line-height: 24px;
  color: #cccccc;
}

.main-footer .copyright{
  padding-bottom: 73px;
  padding-top: 73px;
}

.main-footer .copyright p{
  font-size: 14px;
  line-height: 24px;
  color: #cccccc;
}

.main-footer .copyright p a{
  color: #fff;
}

.nice-select:after{
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #101011;
  border-right: 1px solid #101011;
  right: 20px;
}

.nice-select{
  position: relative;
  display: block;
  width: 100%;
  border-radius: 5px;
  padding: 0px 16px;
  padding-right: 40px;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  border: 1px solid #cccccc !important;;
  color: #000000;
  background: #f3f4f9;
}

.nice-select:after{
  width: 9px;
  height: 9px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  right: 20px;
}

.nice-select{
  position: relative;
  display: block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  border: 1px solid #d6d6d6 !important;
  border-radius: 5px;
  font-size: 14px;
  color: #000;
  padding: 0px 20px;
  padding-right: 40px;
  font-weight: 400;
  background: transparent;
}

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


/** header-style-two **/

.header-style-two{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
}

.header-style-two .outer-box{
  display: block;
}

.header-style-two .outer-box .logo-box{
  float: left;
  margin-right: 100px;
  padding-top: 53px;
  padding-bottom: 20px;
}

.header-style-two .main-menu .navigation > li.current-menu-item > a, 
.header-style-two .main-menu .navigation > li:hover > a{
  color: #ffae00;
}

.header-style-two .header-lower .main-menu{
  padding-top: 31px;
}

.header-style-two .nav-right{
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 53px;
}

.header-style-two .support-box{
  position: relative;
  padding: 0px 0px 0px 73px;
  margin-right: 100px;
}

.header-style-two .support-box .icon{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: -2px;
  width: 54px;
  height: 54px;
  line-height: 54px;
  background: #ffa00b;
  font-size: 24px;
  color: #000;
  text-align: center;
  border-radius: 50%;
}

.header-style-two .support-box span{
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.50);
  margin-bottom: 1px;
}

.header-style-two .support-box h3{
  display: block;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
}

.header-style-two .support-box h3 a{
  display: inline-block;
  color: #fff;
}

.header-style-two .support-box h3 a:hover{
  text-decoration: underline;
}

.header-style-two .nav-right .info-box{
  display: flex;
  align-items: center;
}

.header-style-two .nav-right .cart-box a span{
  color: #000;
  background: #ffa00b;
}

.header-style-two .nav-right .language .nice-select{
  height: auto;
  line-height: 30px;
  color: #fff;
  border: none !important;
  padding-right: 15px;
}

.header-style-two .nav-right .language .nice-select .option{
  color: #000;
}

.header-style-two .nav-right .language .nice-select:after{
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  right: 0px;
}

.header-style-two .nav-right .language{
  position: relative;
  top: -5px;
}

.header-style-two .sticky-header .outer-box .logo-box{
  padding-top: 25px;
}

.header-style-two .main-menu .navigation > li > a:before{
  display: none;
}

.header-style-two .sticky-header .nav-right{
  padding-top: 40px;
}

.theme-btn.btn-two {
  color: #000;
}

.home-2 .ff_submit_btn_wrapper .ff_btn_style{
  color: #000;
}

.theme-btn.btn-two:hover,.home-2 .ff_submit_btn_wrapper .ff_btn_style:hover{
  color: #fff;
}

.ml_70{
  margin-left: 70px;
}

.mr_70{
  margin-right: 70px;
}

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


/** footer-style-two **/


.footer-style-two{
  position: relative;
  background: #191d20;
}

.footer-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: 1;
}

.footer-style-two .footer-top{
  position: relative;
  padding: 320px 0px 150px 0px;
}

.footer-top .widget-title{
  position: relative;
  display: block;
  margin-bottom: 29px;
}

.footer-top .widget-title h4{
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}

.footer-style-two .footer-top .contact-widget h3 a:hover{
  color: #fff;
}

.footer-style-two .footer-top .contact-widget .mail{
  margin-bottom: 42px;
}

.footer-style-two .footer-top .social-links li a:hover{
  color: #000;
}

.footer-top .schedule-widget .schedule-list li{
  position: relative;
  width: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.footer-top .schedule-widget .schedule-list li .line {
  position: relative;
  display: block;
  height: 1px;
  border: 1px dashed #626262;
  width: 100%;
  flex: 1;
  top: 3px;
}

.footer-top .schedule-widget .schedule-list li .day{
  position: relative;
  display: block;
  font-size: 14px;
  color: #cccccc;
  margin-right: 15px;
}

.footer-top .schedule-widget .schedule-list li .time{
  position: relative;
  display: block;
  font-size: 14px;
  color: #cccccc;
  margin-left: 15px;
}

.footer-top .schedule-widget{
  max-width: 250px;
}

.footer-top .links-widget .links-list li{
  position: relative;
  display: block;
  margin-bottom: 4px;
}

.footer-top .menu-footer-menu-container .menu li,
.footer-style-three .menu-footer-menu-container .menu li{
  position: relative;
  display: block;
  margin-bottom: 4px;
}
.footer-style-three .footer-top .menu-footer-menu-container .menu li a {
  color:#99ffcc;
}
.footer-top .links-widget .links-list li:last-child,
.footer-top .menu-footer-menu-container .menu li:last-child ,
.footer-style-three .menu-footer-menu-container .menu li:last-child {
  margin-bottom: 0px;
}

.footer-top .links-widget .links-list li a,
.footer-top .menu-footer-menu-container .menu li a ,
.footer-style-three .menu-footer-menu-container .menu li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #cccccc;
}

.footer-top .newsletter-widget .text{
  position: relative;
  display: block;
  margin-bottom: 26px;
}

.footer-top .newsletter-widget p{
  color: #cccccc;
  line-height: 24px;
}

.footer-top .newsletter-widget .lower-text p{
  font-style: italic;
}

.footer-top .newsletter-widget .lower-text p a{
  font-style: normal;
  color: #fff;
  line-height: 16px;
  display: inline-block;
  text-decoration: underline;
}

.footer-top .newsletter-widget form .form-group{
  position: relative;
  margin-bottom: 21px;
}

.footer-top .newsletter-widget form .form-group input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  background: #2a2f33;
  border-radius: 5px;
  border: 1px solid #2a2f33;
  padding: 10px 140px 10px 20px;
  font-size: 14px;
  color: #999999;
  transition: all 500ms ease;
}

.footer-top .newsletter-widget form .form-group button{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 125px;
  height: 50px;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0px 5px 5px 0px;
}

.footer-style-two .pattern-layer-2{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.footer-style-two .copyright{
  padding-bottom: 73px;
}

.footer-style-two .copyright p{
  font-size: 14px;
  line-height: 24px;
  color: #cccccc;
}

.footer-style-two .copyright p a{
  color: #fff;
}

/*** 

====================================================================
                        Home-Page-Two
====================================================================

***/

/** header-style-three **/

.header-style-three{
  position: relative;
}

.header-style-three .left-column{
  display: flex;
  align-items: center;
}

.header-style-three .support-box{
  margin-right: 0px;
  top: 7px;
}

.header-style-three .outer-box .logo-box{
  padding-top: 41px;
}

.header-style-three .header-lower .main-menu{
  padding-top: 19px;
  margin-right: 100px;
}

.header-style-three .outer-box{
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 40px 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 60px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 60px 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);
  }
}

.bg-color-2{
  background: #f2f3f8;
}


#ui-datepicker-div.ui-widget-content {
  background: transparent;
  color: #252525;
  font-size: 14px;
  border-radius: 0px;
  width: 270px;
  padding: 0px;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
  background: #151515 none repeat scroll 0 0;
  border: 2px solid #252525;
  border-radius: 0;
  color: #fff;
  font-weight: 700;
  padding: 5px 0;
  position: relative;
}

.ui-datepicker td a {
  color: #000000 !important;
  text-align: center;
  background-image: none !important;
  background: #f5f5f5 !important;
  border: 1px solid #f9f9f9 !important;
}

.ui-state-highlight, 
.ui-widget-content .ui-state-highlight, 
.ui-widget-header .ui-state-highlight{
  border: 1px solid #333333 !important;
  background: #333333 !important;
  color: #ffffff !important;
}

.ui-datepicker .ui-datepicker-prev {
  left: 5px;
}

.ui-datepicker .ui-datepicker-prev, 
.ui-datepicker .ui-datepicker-next {
  border-radius: 30%;
  height: 20px;
  position: absolute;
  top: 7px;
  width: 20px;
  background: #fff;
  transition: all 500ms ease;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
  right: 5px;
}

.ui-datepicker .ui-datepicker-prev:hover, 
.ui-datepicker .ui-datepicker-next:hover {
  top: 7px;
  border: none;
}

.ui-datepicker table {
  border-collapse: collapse;
  font-size: 13px;
  margin: 0 0 0.4em;
  width: 100%;
  z-index: 99999999;
  background: #ffffff;
}

.ui-datepicker th {
  border: medium none;
  font-weight: 600;
  padding: 2px 3px;
  text-align: center;
}

.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active{
  background: #43c3ea;
  color: #fff;
  border-color: #43c3ea;
}

.ui-icon{
  position: relative;
  left: 3px;
  top: 3px;
}


/** footer-style-three **/

.footer-style-three{
  position: relative;
}

.footer-style-three .footer-upper{
  position: relative;
  padding: 100px 0px 77px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-style-three .footer-upper .text h2{
  display: block;
  font-size: 72px;
  line-height: 70px;
  font-family: 'Londrina Solid', cursive;
  font-weight: 400;
  color: #fff;
  margin-bottom: 16px;
}

.footer-style-three .footer-upper .text p{
  font-size: 14px;
  color: #fff;
}

.footer-style-three .footer-upper .form-inner{
  margin-top: 14px;
}

.footer-style-three .footer-upper .form-inner form{
  position: relative;
  display: block;
  margin-bottom: 13px;
}

.footer-style-three .footer-upper .form-inner form .form-group{
  position: relative;
  margin-bottom: 0px;
}

.footer-style-three .footer-upper .form-inner form .form-group input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #fff;
  padding: 10px 170px 10px 30px;
  font-size: 16px;
  color: #999999;
  transition: all 500ms ease;
}

.footer-style-three .footer-upper .form-inner form .form-group button{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 145px;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0px 5px 5px 0px;
  cursor: pointer;
}

.footer-style-three .footer-upper .form-inner p{
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-style: italic;
}

.footer-style-three .footer-upper .form-inner p a{
  font-style: normal;
  text-decoration: underline;
  color: #fff;
}

.footer-style-three .footer-top{
  padding: 100px 0px 100px 0px;
}

.footer-style-three .footer-top .footer-logo{
  position: relative;
  margin-bottom: 52px!important;
}

.footer-style-three .footer-top .support-box{
  position: relative;
  padding: 0px 0px 0px 73px;
}

.footer-style-three .footer-top .icon{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: -2px;
  width: 54px;
  height: 54px;
  line-height: 54px;
  background: #ffa00b;
  font-size: 24px;
  color: #000;
  text-align: center;
  border-radius: 50%;
}

.footer-style-three .footer-top span{
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 060);
  margin-bottom: 1px;
}

.footer-style-three .footer-top h3{
  display: block;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
}

.footer-style-three .footer-top h3 a{
  display: inline-block;
  color: #fff;
}

.footer-style-three .footer-top h3 a:hover{
  text-decoration: underline;
}

.footer-style-three .footer-top .contact-widget .info-list li{
  position: relative;
  display: block;
  padding-left: 30px;
}

.footer-style-three .footer-top .contact-widget .info-list li i{
  position: absolute;
  left: 0px;
  top: 8px;
  font-size: 14px;
  color: #99ffcc;
}

.footer-style-three .footer-top .contact-widget .info-list li p{
  font-size: 14px;
  line-height: 30px;
  color: #99ffcc;
}

.footer-style-three .footer-top .contact-widget .info-list li p a{
  color: #99ffcc;
}

.footer-style-three .footer-top .contact-widget .info-list li p a:hover{
  color: #fff;
}

.footer-style-three .footer-top .contact-widget .info-list{
  margin-bottom: 44px;
}

.footer-style-three .footer-top .social-links li a{
  background: rgba(0, 0, 0, 0.10);
}

.footer-style-three .footer-top .social-links li a:hover{
  background: #000;
}

.footer-style-three .footer-top .links-widget .links-list li a{
  color: #99ffcc;
}

.footer-style-three .footer-top .gallery-widget .image-list{
  position: relative;
  margin: 0px -10px;
}

.footer-style-three .footer-top .gallery-widget .image-list li{
  position: relative;
  display: inline-block;
  float: left;
  margin: 0px 10px 20px 10px;
}

.footer-style-three .footer-top .gallery-widget .image-list li .image{
  width: 101px;
  height: 101px;
  position: relative;
  display: block;
  background: #000;
  overflow: hidden;
}

.footer-style-three .footer-top .gallery-widget .image-list li .image img{
  width: 100%;
  transition: all 500ms ease;
}

.footer-style-three .footer-top .gallery-widget .image-list li .image:hover img{
  opacity: 0.5;
}

.footer-style-three .copyright{
  position: relative;
  padding-bottom: 70px;
}

.footer-style-three .copyright p{
  font-size: 14px;
  line-height: 24px;
  color: #99ffcc;
}

.footer-style-three .copyright p a{
  color: #fff;
}

.footer-style-three .copyright p a:hover{
  text-decoration: underline;
}

.swiper-container-initialized{
  overflow: hidden;
}

.swiper-pagination-bullet{
  opacity: 1;
}


/** header-style-four **/

.header-style-four{
  top: 40px;
}

.header-style-four .header-lower .outer-box{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  padding: 0px 70px;
}

.header-style-four .header-lower .main-menu{
  padding-top: 0px;
}

.header-style-four .header-lower .main-menu .navigation > li > a{
  color: #000;
}

.header-style-four .outer-box .logo-box{
  padding: 0px;
}

.header-style-four .nav-right{
  padding-top: 0px;
}

.header-style-four .header-lower .main-menu .navigation > li > a:after{
  position: absolute;
  content: '';
  width: 100%;
  height: 6px;
  left: 0px;
  bottom: 0px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.header-style-four .header-lower .main-menu .navigation > li.current-menu-item > a:after,
.header-style-four .header-lower .main-menu .navigation > li > a:hover:after{
  transform: scale(1,1);
}

.header-style-four .header-lower .nav-right .user-link a,
.header-style-four .header-lower .nav-right .cart-box a{
  color: #000;
}

.main-header.header-style-four .nav-right .cart-box a span{
  color: #fff;
}

.header-style-four .sticky-header .nav-right{
  padding-top: 22px;
}

/** footer-style-four **/

.footer-style-four .pattern-layer-3{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 98px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.footer-style-four .footer-top .social-links li a:hover{
  color: #fff;
}

.footer-style-four .footer-top .newsletter-widget form .form-group button{
  color: #fff;
}

.footer-style-four .footer-top{
  padding-top: 270px;
}

.header-style-four .menu-area .mobile-nav-toggler{
  background: #000;
}


/** header-style-five **/

.header-style-five{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  background: transparent;
}

@keyframes slide{
  from { background-position: 0 0; }
    to { background-position: 1920px 0; }
}

@-webkit-keyframes slide{
  from { background-position: 0 0; }
    to { background-position: 1920px 0; }
}

.bg-color-2{
  background: #f2eeec;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}



/** page-title **/

.page-title{
  position: relative;
  padding: 164px 0px 128px 0px;
}

.page-title h1{
  display: block;
  font-size: 72px;
  line-height: 80px;
  font-family: 'Londrina Solid', cursive;
}

.page-title.style-two{
  padding-bottom: 26px;
}

.page-title.style-two .text{
  padding-bottom: 129px;
}

.page-title .bread-crumb li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 14px;
  color: #000;
  padding-right: 12px;
  margin-right: 8px;
}

.page-title .bread-crumb li:last-child{
  padding: 0px !important;
}

.page-title .bread-crumb li a{
  color: #000;
}

.page-title .bread-crumb li a:hover{

}

.page-title .bread-crumb li:last-child{
  color: #a9a9a9;
}

.page-title .bread-crumb li:before{
  position: absolute;
  content: '/';
  top: 0px;
  right: 0px;
  color: #999999;
}

.page-title .bread-crumb li:last-child:before{
  display: none;
}

.page-title.shop-page{
  padding-bottom: 68px;
}

.page-title.shop-details{
  padding: 63px 0px 100px 0px;
}

.page-title.shop-details .bread-crumb li{
  float: none;
}


/** page-title-three **/

.page-title-three{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 193px 0px 214px 0px;
}

.page-title-three:before{
  position: absolute;
  content: '';
  background: #191d20;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.35;
}

.page-title-three .inner-box h5{
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 18px;
  letter-spacing: 1px;
}

.page-title-three .inner-box h1{
  position: relative;
  display: block;
  font-size: 150px;
  line-height: 130px;
  color: #fff;
  font-weight: 400;
  font-family: 'Londrina Solid', cursive;
  text-transform: uppercase;
}

.page-title-three .inner-box span{
  position: relative;
  display: block;
  font-size: 160px;
  line-height: 50px;
  font-weight: 400;
  font-family: 'Kaushan Script', cursive;
  min-height: 50px;
}

.page-title-three.about-page{
  padding: 241px 0px 350px 0px;
}

.page-title-three .shape{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.page-title.team-page{
  padding-bottom: 61px;
}

.page-title.gallery-page{
  padding-bottom: 87px;
}

.page-title.testimonial-page{
  padding-bottom: 97px;
}

.page-title.faq-page{
  padding-bottom: 125px;
}

.page-title.faq-page h1{
  margin-bottom: 40px;
}

.page-title.faq-page .text p{
  font-size: 16px;
  line-height: 30px;
}


.error-section{
	position: relative;
	padding: 160px 0px 180px 0px;
	background: #f2eeeb;
}

.error-section .image-box{
	position: relative;
	display: block;
	margin-bottom: 105px;
}

.error-section .inner-box p{
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 72px;
}

.error-section .inner-box .sec-title{
	margin-bottom: 25px;
}

.error-section .inner-box .theme-btn{
	font-size: 18px;
	flex-wrap: 700;
	padding: 22.5px 50px;
}

.base-theme .main-footer .copyright {
  padding-top: 73px;
}
.home-two-shop .product_type_external:hover:before {
  bottom: -40%;
}

.home-two-shop .shop-block-two .inner-box .product_type_grouped i {
  position: relative;
  font-size: 17px;
  margin-right: 10px;
  top: 2px;
} 
.home-two-shop .shop-block-two .inner-box .product_type_grouped,
.home-two-shop .btn-box .product_type_external {
  color: #000;
}

.home-two-shop .product_type_grouped {
  color: #000;
}

.copyright.centred.footer-top-enable {
  padding-top: 0;
}

.main-footer .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1470px;
}

.main-footer .fluentform input[type='email'] {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  background: #2a2f33;
  border: 1px solid #2a2f33;
  border-radius: 5px;
  font-size: 15px;
  color: #999999;
  padding: 0px 160px 0px 25px;
  transition: all 500ms ease;
}

.main-footer form.frm-fluent-form .wpf_has_custom_css.ff-btn-submit {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0px 32px;
  border-radius: 0px 5px 5px 0px;
  background-color: #b33012;
  min-width: unset!important;
  border-color: #b33012;
}

.main-footer form.frm-fluent-form .wpf_has_custom_css.ff-btn-submit:hover {
  min-width: unset!important;
  background-color: #b33012;
  color: #fff;
  border-color: #b33012;
  opacity: 1;
}
.main-footer .fluentform .ff-el-group {
  margin-bottom: 0;
}
.main-footer .frm-fluent-form .ff-t-cell {
  display: unset;
}
.main-footer .elementor-section {
  margin-left: -5px;
  margin-right: -5px;
}

.blog .main-footer .elementor-icon i {
  width: 1em;
  height: 5em;
  position: relative;
  display: block;
  line-height: 46px;
  left: 35%;
}

.footer-style-two .newsletter-widget .fluentform .ff-column-container {
    position: relative;
}

.footer-style-two .frm-fluent-form .ff-t-cell {
  display: unset;
}
.footer-style-two .newsletter-widget .fluentform .ff-el-group input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  background: #2a2f33;
  border-radius: 5px;
  border: 1px solid #2a2f33;
  padding: 10px 140px 10px 20px;
  font-size: 14px;
  color: #999999;
  transition: all 500ms ease;
}

.footer-style-two .newsletter-widget form.frm-fluent-form .wpf_has_custom_css.ff-btn-submit {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 125px;
  height: 50px;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0px 5px 5px 0px;
}
.footer-style-two form.frm-fluent-form .wpf_has_custom_css.ff-btn-submit {
  background-color: #ffa00b!important;
  border-color: #ffa00b!important;
  color: #000;
  min-width: unset!important;
}
.footer-style-two .fluentform .ff_btn_style:focus, .footer-style-two .fluentform .ff_btn_style:hover {
  opacity: 1;
}

.footer-style-two .fluentform .ff-el-group {
  margin-bottom: 0px;
}

.footer-style-two .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1470px;
}

.footer-style-three .footer-top .menu-footer-menu-container .menu li a:hover {
  color:#ffa00b;
}

.footer-style-three .elementor-image-gallery .gallery-columns-4 .gallery-item {
  max-width: 33.33%;
}

@media (min-width: 768px) {
  .elementor-image-gallery .gallery-columns-4 .gallery-item {
    max-width: 33.33%;
  }
}

.footer-style-three .gallery-item {
  padding: 2.77%;
}

.footer-style-three .elementor-image-gallery {
  margin-left: -10px;
  margin-right: -10px;
}

.footer-style-two .menu-footer-menu-container .menu li a:hover {
    color: #ffa00b;
}

.footer-style-three .frm-fluent-form .ff-t-cell {
  display: unset;
}

.footer-style-three .fluentform form.frm-fluent-form input[type='email'] {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #fff;
  padding: 10px 170px 10px 30px;
  font-size: 16px;
  color: #999999;
  transition: all 500ms ease;
}

.footer-style-three .fluentform form.frm-fluent-form .wpf_has_custom_css.ff-btn-submit {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 145px;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0px 5px 5px 0px;
  cursor: pointer;
  background-color: #ffa00b;
  border-color: #ffa00b;

}

.footer-style-three .fluentform form.frm-fluent-form .wpf_has_custom_css.ff-btn-submit:hover {
  background-color: #ffa00b;
  border-color: #ffa00b;
  color: #000;
  min-width: unset;
  opacity: 1;
}

.footer-style-three .fluentform form.frm-fluent-form .ff-el-group {
  margin-bottom: 0px;
}

.footer-style-three form.frm-fluent-form .wpf_has_custom_css.ff-btn-submit {
  min-width: unset!important;
}

.footer-style-three .fluentform .ff_btn_style {
    padding: 0;
}

.footer-style-three .elementor-widget-shortcode {
  margin-bottom: 0!important;
}
@media screen and (max-width: 1024px) {
  .footer-style-three .footer-widget.logo-widget {
    padding-right: 20px;
  }
  .footer-style-three .elementor-image-gallery .gallery-columns-4 .gallery-item {
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .footer-style-two .footer-widget.newsletter-widget .lower-text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .frm-fluent-form .ff-t-cell {
      display: unset;
  }

  .footer-style-three .fluentform form.frm-fluent-form .ff-el-group {
    margin-bottom: 8px;
  }

  .footer-style-three .fluentform form.frm-fluent-form .ff-el-group {
    margin-bottom: 8px;
  }

  .footer-style-three .footer-menu .elementor-widget-wrap {
    margin-left: 0px!important;
    margin-top: 29px!important;
    margin-bottom: 29px!important;
  }
  .footer-style-three .gallery-item {
    padding: 12px!important;
  }

  .gallery > .gallery-item {
    max-width: 100%;
    width: unset!important;
  }
}

.footer-style-three .elementor-image-gallery .gallery-item {
  width: unset;
  padding: 0!important;
  text-align: center;
  vertical-align: top;
  margin: 0px 10px 20px 10px!important;
}

.footer-style-three.footer-upper {
  max-width: 1470px;
}

.contact-inner .fluentform input[type="text"],
.contact-inner .fluentform input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  height: 46px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 14px;
  color: #999999;
  padding: 0px 20px;
  transition: all 500ms ease;
}

.contact-inner form.fluent_form_7 .ff-btn-submit {
  background: #298a3b;
  border-color: #298a3b;
}
.contact-inner form.fluent_form_7 .ff-btn-submit:hover {
  background: #ffa00b;
  border-color: #ffa00b;
}


.contact-inner form.fluent_form_7 .theme-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  padding: 15px 38px;
  border-radius: 5px;
  text-transform: uppercase;
  z-index: 1;
  transition: all 500ms ease;
}

.fluentform .ff-el-input--content textarea {
    height: 120px;
    resize: none;
    padding-top: 10px;

}

.booking-contact-form .fluentform form.frm-fluent-form .nice-select {
	position: relative;
  display: block;
  width: 100%;
  height: 46px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 14px;
  color: #999999;
  padding: 0px 20px;
	background: #f2f3f8;
  line-height: 44px;
}

.booking-contact-form .fluentform .ff-el-input--content textarea {
    line-height: 44px;
}

.home-2 .booking-contact-form .form-inner .form-group input[type='text'], 
.home-2 .booking-contact-form .form-inner .form-group input[type='email'], 
.home-2 .booking-contact-form .form-inner .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 46px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 14px;
  color: #999999;
  padding: 0px 20px;
}

.home-2 .booking-contact-form .fluentform form.frm-fluent-form .nice-select {
	position: relative;
  display: block;
  width: 100%;
  height: 46px;
  background: #fff;
  border: 1px solid #fff!important;
  border-radius: 5px;
  font-size: 14px;
  color: #999999;
  padding: 0px 20px;
  line-height: 44px;
}

.home-2 .fluentform .ff-el-input--content textarea {
  height: 120px;
  resize: none;
  padding-top: 10px;
}

.footer-style-two.footer-style-four form.frm-fluent-form .wpf_has_custom_css.ff-btn-submit,
.footer-style-two.footer-style-four form.frm-fluent-form .wpf_has_custom_css.ff-btn-submit:hover {
  background-color: #298a3b!important;
  border-color: #298a3b!important;
  color: #fff;
  min-width: unset!important;
  opacity: 1;
}
.footer-style-two.footer-style-four .menu-footer-menu-container .menu li a:hover {
  color: #298a3b
}

.home-4 .menu-shape-pattern  {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 12px;
    background-repeat: repeat-x;
    animation: slide 60s linear infinite;
    -webkit-animation: slide 60s linear infinite;
}

.faq-section .ff_submit_btn_wrapper {
  margin-top: 21px;
}

.faq-section .fluentform .ff-el-form-control {
  border: 0px solid #ced4da;
}
.testimonial-style-four .testimonial-content .rating-box .rating li {
  margin-right: 5px;
}
.testimonial-style-four .testimonial-content .rating-box .rating li:last-child {
  margin-right: 0px;
}

.booking-contact-form .fluentform form.frm-fluent-form .nice-select{
	border:none!important;
}
.booking-contact-form form.frm-fluent-form .ff-btn-submit {
  margin-top: 21px;
}

.contact-us-page .fluentform .ff_btn_style:hover:before ,
.faq-sidebar .fluentform .ff_btn_style:hover:before,
.blog-sidebar .newsletter-widget .fluentform .ff_submit_btn_wrapper .ff_btn_style:hover:before {
  bottom:-40%;
}

.main-footer .elementor-widget-container {
	color:#cccccc;
}

.blog .main-footer .elementor-icon i {
  width: 1em;
  height: 5em;
  position: relative;
  display: block;
  line-height: 46px;
  left: 35%;
}

.home-4 .menu-shape-pattern  {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 12px;
    background-repeat: repeat-x;
    animation: slide 60s linear infinite;
    -webkit-animation: slide 60s linear infinite;
}

.faq-section .ff_submit_btn_wrapper {
  margin-top: 21px;
}
.booking-contact-form .fluentform form.frm-fluent-form .nice-select{
	border:none!important;
}

.single-image-box {
	margin-left:-20px;
	margin-right:-20px;
}

.sidebar-page-container .shop-block-one .inner-box:hover .content-box h3 .price del {
	color: #ff6666;
}

.shop-block-one .inner-box:hover .content-box h3 {
    color: #fff!important;
}

.blog-breadcrumb .bread-crumb li,.page-breadcrumb .bread-crumb li{
  float:unset!important;
  margin-top:20px;
}

@media screen and (max-width: 767px) {
  .content-box {
    padding-right: 0px;
    border-right: 0px solid #d9d9d9;
  }
}


@media screen and (max-width: 767px) {
  .home-2 .alternat-2 .schedule-inner {
    margin-right:0px;
  }
}

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

  .content-block-one .inner-box {
    min-height:408px;
  }

  .footer-style-three .elementor-image-gallery .gallery-columns-4 .gallery-item {
    max-width: 26%;
  }

  .event-section .events-table {
    min-width: unset;
    width: 100%;
  }

}

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

  .home-2 .alternat-2 .schedule-inner {
    margin-right: 0;
  }

  .schedule-inner {
    margin-right: 0px;
  }


}

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

  .footer-style-three .elementor-image-gallery .gallery-columns-4 .gallery-item {
    max-width: 50%;
  }
  .faq-sidebar {
    margin-left:0px;
  }
  .footer-top .subscribe-widget {
    padding-left:20px;
  }

}


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

  .content-block-one .inner-box {
    min-height:495px;
  }
  .menu-style-two, .team-section {
    padding-bottom: 0;
  }
  .menu-style-two .menu-block-three {
    margin-bottom: 0px;
  }

  .main-footer .footer-top .text-widget .text {
    padding-left: 0;
  } 

  .faq-content {
    margin-right:0px;
  }

  .main-footer .footer-template-one .contact-info-one {
      width:50%!important;
  }
  .main-footer .footer-template-one .text-widget-one {
      width:50%!important;
  }

}

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

  .content-block-one .inner-box {
    min-height:unset;
  }
  .menu-style-two {
    padding: 0px;
    margin-left:-15px;
    margin-right:-15px;
  }

  .feature-block-one .inner-box {
    margin-bottom: 25px;
  }
  .feature-block-one .inner-box .icon-box {
    position: static;
    left: 0px;
    top: 11px;
    margin-bottom: 15px;
  }

  .feature-block-one .inner-box {
    padding: 5px 0px 3px 0px;
    text-align:center;
  }

  .location-section .sec-title {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .main-footer .footer-template-one .contact-info-one {
      width:100%!important;
  }
  .main-footer .footer-template-one .text-widget-one {
      width:100%!important;
  }

  .footer-top .subscribe-widget {
    max-width: 100%;
    width: 100%!important;
    margin-top: 24px!important;
  }

  .main-footer .fluentform .ff-el-group {
    margin-bottom: 20px;
  }

  .header-style-two .nav-right .language .nice-select:after {
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    right: 0px;
  }
  .main-header .nice-select{
    background-image:unset;
  }

  .header-style-two .nav-right .language .nice-select:after {
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    right: 0px;
  }
  .theme-btn:hover:before {
    bottom: -40%;
  }

  .about-section .image-box img {
    width: 100%;
  }

  .banner-carousel .content-box {
    padding-right: 0px;
    border-right: 0px solid #d9d9d9;
  }

}

.fluentform .ff_submit_btn_wrapper {
 margin-bottom:0px!important;
}


.fluentform .ff_submit_btn_wrapper {
  margin-bottom: 0px;
margin-top:-20px;
}

.woocommerce .main-footer .elementor-icon i, 
.woocommerce-page .main-footer .elementor-icon i, 
.woocommerce .main-footer .elementor-icon svg,
.woocommerce-page .main-footer .elementor-icon svg,
.blog .main-footer .elementor-icon i, 
.tinvwl-theme-style .main-footer .elementor-icon i, 
.blog .main-footer .elementor-icon svg ,
.tinvwl-theme-style .main-footer .elementor-icon svg {
  margin: 16px;
}

/*
wishlist page
*/

.woocommerce .col2-set, .woocommerce-page .col2-set {
  margin: 0;
}

.our-shop .products .tinv-wraper,.home-page-sellingproduct .products .tinv-wraper {
  position: absolute;
  top: 25px;
  right: 27px;
}

.our-shop .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, .our-shop .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
  position: absolute;
  top: -50%;
  right: 0;
  left: 100%;
  margin-right: 0;
  font-size: 24px;
  color: #cccccc;
}

.woocommerce .tinvwl-input-group-btn button,.woocommerce .tinvwl-to-right button {
  padding:13px;
}

.woocommerce .wishlist_item .product-action button:hover,.woocommerce .tinvwl-input-group-btn button:hover,.woocommerce .tinvwl-to-right button:hover {
  background-color:#000;
  transition:0.5s;
  color:#fff;
}

.shop-section .swiper-slide .shop-block-one .inner-box {
  border: 1px solid #bcb4aa;
}

.home-page-sellingproduct .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, .home-page-sellingproduct .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
  position: absolute;
  top: -15%;
  right: 0;
  left: 100%;
  margin-right: 0;
  font-size: 24px;
  color: #cccccc;
}

.home-page-sellingproduct .tinv-wraper.tinv-wishlist  {
  position: absolute;
  top: 25px;
  right: 27px;
}

.theme-btn:hover:before {
bottom:-40%;
}

.home-2 .about-section .content-box .theme-btn:before {
  background: #047139;
}

.theme-btn:before {
background-color: #000;
  border: 1px solid #000;
}

.shop-style-three .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before,
.shop-style-four .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before {
  content: "\e908";
  font-size: 25px;
  color: #cccccc;
}

.shop-style-three .tinv-wraper.tinv-wishlist {
  font-size: 100%;
  position: absolute;
  top: 5px;
  right: 15px;
  z-index: 1;
  font-size: 25px;
  color: #cccccc;
}

.shop-style-four .tinv-wraper.tinv-wishlist {
  font-size: 100%;
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 1;
  font-size: 25px;
  color: #cccccc;
}

.shop-style-five .tinv-wraper.tinv-wishlist {
  font-size: 100%;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  font-size: 30px;
  color: #cccccc;
}


.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
  font-size:25px!important;
}
.banner-section .content-box {
  border-right: 0px solid #d9d9d9;
}

.shop-style-four .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, .shop-style-five .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
  position: absolute;
  top: 35px;
  left: 0;
  margin-right: 0;
}
.shop-style-four .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, .shop-style-four .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
  position: absolute;
  top: 35px;
  left: 0;
  margin-right: 0;
}

.related-products .tinv-wraper.tinv-wishlist {
  position: absolute;
  top: 4px;
  right: 8px;
  left: unset;
  margin-right: 0;
}

.shop-block-one .inner-box:hover .tinv-wraper.tinv-wishlist {
  color:#fff;
}

.tinvwl_button_view,.tinvwl_button_close {
  background-color:#000!important;
  color:#fff;
  padding:8px;
}

.tinvwl_button_view:hover,.tinvwl_button_close:hover {
  background-color:#f3f4f9!important;
  color:#222;
}


.woocommerce .shop-details .product form.cart {
  margin-bottom: 0;
}

.shop-details .shop-details-content .tinv-wraper {
  position: relative;
  display: inline-block;
  width: 50px!important;
  height: 50px!important;
  line-height: 54px!important;
  text-align: center;
  font-size: 20px;
  color: #cccccc;
  border-radius: 5px;
  border: 1px solid #d6d6d6;
}
.shop-details .shop-details-content .tinv-wraper:hover {
background: #b33012;
border-color: #b33012;
color:#fff;
}

.shop-details .shop-details-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, .shop-details .shop-details-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
  position: absolute;
  top: 50%;
  left: 45%;
  margin-right: 0;
  transition:0.5s;
}

.theme-btn{
	white-space:nowrap;
}

.header-style-two .nice-select:after {
    width: 7px!important;
    height: 7px!important;
    border-bottom: 1px solid #fff!important;
    border-right: 1px solid #fff!important;
    right: 0px!important;
}

.related-product .tinv-wraper.tinv-wishlist {
    position: absolute;
    top: 0px;
    right: 8px;
}

.classyea-tab-wrapper .tab-btns li{
  min-height: 40px;
  border-radius: 5px;
}

.classyea-tab-wrapper .tab-btns li h3{
  font-size: 14px;
  text-transform: uppercase;
}


.product-today-section .shop-block-one .inner-box:before{
  background: #047139;
}
.product-today-section .content-box{
  padding-right: 0;
  border-right: 0;
}

.product-today-section .shop-block-one .inner-box .content-box h3 .price .woocommerce-Price-amount{
  color: #f82c04;
}

.product-today-section .shop-block-one .inner-box .content-box h3 .price del .woocommerce-Price-amount {
  color: #999;
}
.product-today-section .shop-block-one:hover .inner-box .content-box h3 .price del{
  opacity: 1;
  color: #fff !important;
}
.product-today-section .shop-block-one:hover .inner-box .content-box h3 .price del .woocommerce-Price-amount{
  color: #fff;
}


.product-today-section .woocommerce .theme-btn.btn-one{
  background: #298a3b;
}
.product-today-section .woocommerce .shop-block-one:hover .theme-btn.btn-one{
  background: rgba(0, 0, 0, 0.15) !important;
}

.product-today-section .shop-block-one .inner-box:hover .content-box p{
  color: #fff;
}

.product-today-section .shop-block-one .inner-box:hover{
  border-color: #298a3b;
}

.home-3-contact .fluentform input.ff-el-form-control {
  height: 45px;
  padding: 0 0 0 20px;
  border: 0;
}

.home-3-contact .fluentform textarea.ff-el-form-control{
  border: 0;
}

.home-3-contact .booking-contact-form form.frm-fluent-form .ff-btn-submit,
.home-3-contact form.fluent_form_7 .ff-btn-submit{
  background: #298a3b;
  padding: 15px 38px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

.classyea-team-item-253 .classyea-team-social li a svg {
  font-size: 12px;
  width: 12px;
  height: 12px;
  fill: #fff;
}



.sleeky-team-box .classyea-team-item-253:hover{
border: none !important;
box-shadow: none !important;
}



.sleeky-team-box .classyea-team-item-253{
border: none !important;
box-shadow: none !important;
}


.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt{
top: 0 !important;
}


.elementor-widget-shortcode .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt{
  top: -12px !important;
}