/***************************************************************************************************************
||||||||||||||||||||||||||||       MASTER STYLESHEET FOR Fitness Care       ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||||              TABLE OF CONTENT                  ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************

1. Imported Styles
2. Global styles
3. Header styles
4. Slider styles
5. Slider Bottom styles
6. Gym Area styles
7. Subscription styles
8. Support styles
9. Workout styles
10. health care pack styles
11. Walking area styles
12. Expertize trainer styles
13. Daily workout plan styles
14. Testimonial styles
15. Suppliment Area styles
16. Perfect Plan styles
17. Project content styles
18. Join Now home 2 styles
19. fitness service boxed styles
20. fitness video Gallery styles
21. Bmi Calculator styles
22. Poplular Class styles
23. Schedule class styles
24. Pricing table styles
25. Shop CTA styles
26. Shop styles
27. Footer styles
28. Inner banner styles
29. Inner banner styles
30. 404 styles
31. faq styles
32. Sidebar styles
33. Blog styles
34. contact styles
35. Cart Page styles
36. Checkout page styles
37. Login Register styles

****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/




/* ==============================
   1. Imported styles
   ============================== */

   @import url(https://fonts.googleapis.com/css?family=Raleway:400,900italic,900,800italic,800,700italic,700,600italic,600,500italic,500,400italic,300italic,300,200italic,200);
   @import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
   @import url(https://fonts.googleapis.com/css?family=Oregano:400,400italic);
   @import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
   @import url(https://fonts.googleapis.com/css?family=Seaweed+Script);
   @import url(https://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic);
   @import url(../assets/bootstrap/css/bootstrap.min.css);
   @import url(../assets/font-awesome/css/font-awesome.min.css);
   @import url(../assets/revolution/css/settings.css);
   @import url(../assets/revolution/css/layers.css);
   @import url(../assets/revolution/css/navigation.css);
   @import url(../assets/jquery-ui-1.11.4/jquery-ui.css);
   @import url(../assets/owl.carousel-2/assets/owl.carousel.css);
   @import url(../assets/owl.carousel-2/assets/owl.theme.default.min.css);
   @import url(../assets/animate.min.css);
   @import url(../assets/fancyapps-fancyBox/source/jquery.fancybox.css);
   @import url(../assets/flaticon/flaticon.css);
   @import url(../assets/Polyglot-Language-Switcher-master/css/polyglot-language-switcher.css);
   @import url(../assets/nouislider/nouislider.css);
   @import url(../assets/nouislider/nouislider.pips.css);
   @import url(../assets/bootstrap-touch-spin/jquery.bootstrap-touchspin.css);
   @import url(../assets/fitness-care-icon/style.css);
   @import url(../assets/menuzord/css/menuzord.css);
   @import url(../assets/bootstrap-select/dist/css/bootstrap-select.min.css);
   
   /* ==============================
      2. Global styles
      ============================== */
   
   body {
       font-family: 'Roboto', sans-serif;
       font-size: 14px;
       line-height: 26px;
       perspective: 1000;
   }
   
   img {
       max-width: 100%;
   }
   
   
   .img-trainer{
       width: 100% !important;
       height: 300px !important;
       object-fit: cover !important;
   }
   
   
   .img-pop{
       width: 100%;
       height:500px;
            object-fit: cover !important;
       
   }
   
   a,
   a:hover,
   a:focus {
       text-decoration: none;
       outline: none;
   }
   
   h1,
   h2,
   h3,
   h4,
   h5,
   h6 {
       font-family: 'Roboto', sans-serif;
   }
   
   input,
   textarea {
       outline: none;
   }
   
   p {
       font-family: 'Raleway', sans-serif;
   }
   
   .animate-3 {
       transition: all 0.3s ease;
   }
   
   .animate-5 {
       transition: all 0.5s ease;
   }
   
   .animate-7 {
       transition: all 0.7s ease;
   }
   
   .animate-3-all * {
       transition: all 0.3s ease;
   }
   
   .animate-5-all * {
       transition: all 0.5s ease;
   }
   
   .animate-7-all * {
       transition: all 0.7s ease;
   }
   
   @media (min-width: 1200px) {
       .container {
           padding: 0;
       }
   }
   
   .white-bg {
       background: #ffffff !important;
   }
   
   .color-black {
       color: #272727 !important;
   }
   
   .color-gray {
       color: #9e9e9e !important;
   }
   
   .color-white {
       color: #ffffff !important;
   }
   
   .color-green {
       color: #a6c311 !important;
   }
   
   .font-oregano {
       font-family: 'Oregano', sans-serif !important;
   }
   
   .pl-30 {
       padding-left: 30px;
   }
   
   .pt30 {
       padding-top: 30px !important;
   }
   
   .pt0 {
       padding-top: 0 !important;
   }
   
   .pb0 {
       padding-bottom: 0 !important;
   }
   
   .mb0 {
       margin-bottom: 0 !important;
   }
   
   .thm-btn {
       border: none;
       outline: none;
       background: #a6c311;
       font-size: 16px;
       line-height: 50px;
       font-weight: bold;
       color: #ffffff;
       text-transform: uppercase;
       font-family: 'Roboto', sans-serif;
       display: inline-block;
       transition: all .5s ease !important;
       position: relative;
       padding: 0 40px;
   }
   
   .thm-btn:hover {
       background: #2b2c2d;
       color: #ffffff;
   }
   
   .thm-btn i {
       font-size: 14px;
       color: #ffffff;
   }
   
   .thm-btn.thm-black {
       background: #0c0c0c;
   }
   
   .thm-btn.thm-black:hover {
       background: #a6c311;
       color: #ffffff;
       border-color: #0c0c0c;
   }
   
   .thm-btn.borderd {
       border: 2px solid #ffffff;
       line-height: 46px;
       padding: 0 27px;
       background-color: transparent;
       color: #ffffff;
   }
   
   .thm-btn.borderd:not(.borderd) {
       padding: 0 25px;
   }
   
   .thm-btn.borderd:hover {
       background: #2b2c2d;
       border-color: #2b2c2d;
   }
   
   .section-padding {
       padding: 80px 0;
   }
   
   .section-padding.page-title {
       padding-bottom: 30px;
   }
   
   .section-title {
       padding-bottom: 60px;
   }
   
   .section-title a {
       color: #a6c311;
       background: #ffffff;
       font-family: "Roboto", sans-serif;
       font-size: 14px;
       text-transform: uppercase;
       margin-top: 2px;
       font-weight: 600;
   }
   
   .section-title h1 {
       color: #272727;
       font-size: 30px;
       margin-bottom: -6px;
       margin-top: -6px;
       position: relative;
       text-transform: uppercase;
       font-weight: 700;
       background: rgba(0, 0, 0, 0) url("../img/resources/section-title/bg.png") repeat-x left center;
   }
   
   .section-title h1 span {
       /* background: #ffffff; */
       padding-right: 30px;
       
   }
   
   .section-title.text-center h1 span {
       padding-left: 30px;
       padding-right: 30px;
   }
   
   .accrodion h4,
   .accrodion p {
       margin: 0;
       padding: 0;
   }
   
   .accrodion.active .accrodion-title {
       border-bottom: 0 !important;
   }
   
   .accrodion.active .accrodion-title h4:before {
       content: '\f068 ';
       background: #a6c311;
       border-color: #a6c311;
       color: #ffffff;
   }
   
   .accrodion:last-child .accrodion-title {
       border-bottom: 1px solid #f7f7f7;
   }
   
   .accrodion .accrodion-title {
       cursor: pointer;
       position: relative;
       border-top: 1px solid #f7f7f7;
       padding-top: 15px;
       padding-bottom: 15px;
   }
   
   .accrodion .accrodion-title h4 {
       font-size: 18px;
       font-weight: 600;
       color: #272727;
   }
   
   .accrodion .accrodion-title h4:before {
       content: '\f067 ';
       font-family: 'FontAwesome';
       font-weight: normal;
       font-size: 14px;
       width: 30px;
       height: 30px;
       line-height: 26px;
       border: 2px solid #dedede;
       color: #dedede;
       display: inline-block;
       text-align: center;
       transition: all 0.5s ease;
       margin-right: 15px;
       border-radius: 50%;
   }
   
   .accrodion .accrodion-content {
       padding-left: 50px;
       padding-bottom: 25px;
   }
   
   .accrodion .accrodion-content p {
       margin: 0;
       margin-top: -10px;
       font-size: 14px;
       color: #9e9e9e;
       line-height: 26px;
       font-family: 'Raleway';
   }
   
   .accrodion .accrodion-content .text-box {
       padding-left: 25px;
   }
   
   .page-navigation {
       margin-top: 50px;
   }
   
   .page-navigation li {
       display: inline;
   }
   
   .page-navigation li a,
   .page-navigation li span {
       width: 46px;
       height: 46px;
       line-height: 44px;
       background: #ffffff;
       color: #cdcdcd;
       font-size: 20px;
       display: inline-block;
       border: 1px solid #e2e2e2;
       margin-right: 5px;
       text-align: center;
       transition: all .3s ease;
   }
   
   .page-navigation li a i,
   .page-navigation li span i {
       font-size: 16px;
       color: #cdcdcd;
   }
   
   .page-navigation li span,
   .page-navigation li a:hover {
       background: #ff8c04;
       color: #ffffff;
       border-color: #ff8c04;
   }
   
   .home-google-map .google-map {
       width: 100%;
       height: 625px;
   }
   
   .mixit-gallery .mix {
       display: none;
   }
   
   ul.gallery-filter li:hover span,
   ul.gallery-filter li.active span {
       background: #a6c311;
       color: #ffffff;
       border-color: #a6c311;
   }
   
   ul.gallery-filter li span {
       display: block;
       font-size: 16px;
       color: #000;
       font-weight: bold;
       border: 1px solid #f7f7f7;
       line-height: 48px;
       padding-left: 19px;
       padding-right: 19px;
       transition: all 0.5s ease;
       cursor: pointer;
       background: url(../img/single-project-item/bg.png) repeat top left;
   }
   
   ul.post-pagination li:hover a,
   ul.post-pagination li.active a {
       background: #a6c311;
       border-color: #a6c311;
       color: #ffffff;
   }
   
   ul.post-pagination li a {
       display: block;
       font-size: 18px;
       color: #a6c311;
       font-weight: bold;
       border: 1px solid #f4f4f4;
       line-height: 50px;
       padding-left: 20px;
       padding-right: 20px;
       transition: all 0.5s ease;
       cursor: pointer;
       background: url(../img/resources/texture/strip.png) repeat;
   }
   
   .pattern-2 {
       position: relative;
       background: url(../img/resources/texture/pattern-1.png) repeat;
   }
   
   .pattern-2 * {
       position: relative;
   }
   
   .pattern-2:before {
       content: '';
       position: absolute;
       top: 0;
       left: 0;
       right: 0;
       bottom: 0;
       background: #131313;
       display: block;
       opacity: .95;
   }
   
   .pattern-2 .section-title span {
       background: #131313;
   }
   
   .pattern-3 {
       position: relative;
       background: url(../img/resources/texture/pattern-1.png) repeat;
   }
   
   .pattern-3 * {
       position: relative;
   }
   
   .pattern-3:before {
       content: '';
       position: absolute;
       top: 0;
       left: 0;
       right: 0;
       bottom: 0;
       background: #a6c311;
       display: block;
       opacity: .95;
   }
   
   .pattern-3 .section-title span {
       background: #a6c311;
   }
   
   .pattern-4 {
       position: relative;
       background: url(../img/resources/texture/pattern-1.png) repeat;
   }
   
   .pattern-4 * {
       position: relative;
   }
   
   .pattern-4:before {
       content: '';
       position: absolute;
       top: 0;
       left: 0;
       right: 0;
       bottom: 0;
       background: #f7f7f7;
       display: block;
       opacity: .95;
   }
   
   .pattern-4 .section-title span {
       background: #f7f7f7;
   }
   
   .pattern-5 {
       position: relative;
       background: url(../img/resources/texture/pattern-1.png) repeat;
   }
   
   .pattern-5 * {
       position: relative;
   }
   
   .pattern-5:before {
       content: '';
       position: absolute;
       top: 0;
       left: 0;
       right: 0;
       bottom: 0;
       background: #7561cd;
       display: block;
       opacity: .95;
   }
   
   .pattern-5 .section-title span {
       background: #7561cd;
   }
   
   .pattern-6 {
       position: relative;
       background: url(../img/resources/texture/pattern-1.png) repeat;
   }
   
   .pattern-6 * {
       position: relative;
   }
   
   .pattern-6:before {
       content: '';
       position: absolute;
       top: 0;
       left: 0;
       right: 0;
       bottom: 0;
       background: #c3b11b;
       display: block;
       opacity: .95;
   }
   
   .pattern-6 .section-title span {
       background: #c3b11b;
   }
   
   .flip-flop-btn span:not(.indicator) {
       -webkit-transition: -webkit-transform 0.3s;
       -moz-transition: -moz-transform 0.3s;
       transition: transform 0.3s;
       -webkit-transform-origin: 50% 0;
       -moz-transform-origin: 50% 0;
       transform-origin: 50% 0;
       -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
       transform-style: preserve-3d;
       display: block;
   }
   
   .flip-flop-btn span:not(.indicator)::before {
       position: absolute;
       top: 100%;
       left: 0;
       width: 100%;
       height: 100%;
       content: attr(data-hover);
       -webkit-transition: background 0.3s;
       -moz-transition: background 0.3s;
       transition: background 0.3s;
       -webkit-transform: rotateX(-90deg);
       -moz-transform: rotateX(-90deg);
       transform: rotateX(-90deg);
       -webkit-transform-origin: 50% 0;
       -moz-transform-origin: 50% 0;
       transform-origin: 50% 0;
       border-radius: 0px;
       background-size: 100%;
       cursor: pointer;
   }
   
   .flip-flop-btn:hover span {
       -webkit-transform: rotateX(90deg) translateY(-22px);
       -moz-transform: rotateX(90deg) translateY(-22px);
       transform: rotateX(90deg) translateY(-22px);
   }
   
   .arrow-push-in-left span {
       display: inline-block;
       position: relative;
       transition: all 0.3s ease-out !important;
       will-change: transform;
   }
   
   .arrow-push-in-left:hover span {
       transform: translate3d(7px, 0, 0);
   }
   
   .arrow-push-in-left i {
       position: absolute !important;
       left: 0px;
       opacity: 0;
       top: 50%;
       margin-top: -1px;
       transform: translateY(-50%);
       transition: all 0.3s ease-out !important;
       will-change: right, opacity;
   }
   
   .arrow-push-in-left:hover i {
       opacity: 1;
       left: -14px;
   }
   
   .arrow-push-in-right span {
       display: inline-block;
       position: relative;
       transition: all 0.3s ease-out !important;
       will-change: transform;
   }
   
   .arrow-push-in-right:hover span {
       transform: translate3d(-7.5px, 0, 0);
   }
   
   .arrow-push-in-right i {
       position: absolute !important;
       right: 0px;
       opacity: 0;
       top: 50%;
       margin-top: -1px;
       transform: translateY(-50%);
       transition: all 0.3s ease-out !important;
       will-change: right, opacity;
   }
   
   .arrow-push-in-right:hover i {
       opacity: 1;
       right: -15px;
   }
   
   .arrow-push-out-left span {
       display: inline-block;
       position: relative;
       transform: translate3d(7.5px, 0, 0);
       transition: all 0.3s ease-out !important;
       will-change: transform;
   }
   
   .arrow-push-out-left:hover span {
       transform: translate3d(0px, 0, 0);
   }
   
   .arrow-push-out-left i {
       position: absolute !important;
       left: -15px;
       opacity: 1;
       top: 50%;
       margin-top: -1px;
       transform: translateY(-50%);
       transition: all 0.3s ease-out !important;
       will-change: right, opacity;
   }
   
   .arrow-push-out-left:hover i {
       opacity: 0;
       left: 15px;
   }
   
   .arrow-push-out-right span {
       display: inline-block;
       position: relative;
       transform: translate3d(-7.5px, 0, 0);
       transition: all 0.3s ease-out !important;
       will-change: transform;
   }
   
   .arrow-push-out-right:hover span {
       transform: translate3d(0px, 0, 0);
   }
   
   .arrow-push-out-right i {
       position: absolute !important;
       right: -15px;
       opacity: 1;
       top: 50%;
       margin-top: -1px;
       transform: translateY(-50%);
       transition: all 0.3s ease-out !important;
       will-change: right, opacity;
   }
   
   .arrow-push-out-right:hover i {
       opacity: 0;
       right: 15px;
   }
   
   
   /* scroll to top styles */
   
   .scroll-to-top {
       position: fixed;
       bottom: 30px;
       right: 15px;
       background: #a6c311;
       font-size: 35px;
       font-weight: normal;
       text-align: center;
       width: 52px;
       height: 52px;
       line-height: 47px;
       color: #545454;
       cursor: pointer;
       display: none;
       z-index: 99999;
       border-radius: 50%;
   }
   
   .pgrs-bar {
       text-align: center;
       position: relative;
       height: 200px;
       overflow: hidden;
   }
   
   .pgrs-bar .counter-box {
       font-size: 30px;
       color: #272727;
       font-family: 'Roboto';
       position: absolute;
       top: 50%;
       left: 0;
       width: 100%;
       margin-top: -20px;
       margin-left: 0px;
   }
   
   .pgrs-bar canvas {
       width: 100%;
   }
   
   .pgrs-bar-title {
       margin: 0;
       text-align: center;
       color: #272727;
       font-size: 24px;
       line-height: 30px;
       font-weight: bold;
   }
   
   
   /* ==============================
      3. Header styles
      ============================== */
   
   .header {
       background: #7e469bd9;
       /*position: fixed;
       width: 100%;
       z-index: 9999;*/
   }
   
   .header .logo {
       padding: 59px 0;
   }
   
   .header .header-top {
       transition: all .5s ease;
       margin-top: 0px;
       overflow: hidden;
   }
   
   .header .header-top .top-info {
       position: relative;
       padding: 9px 0;
   }
   
   .header .header-top .top-info:before {
       content: '';
       position: absolute;
       top: 0;
       left: 0;
       width: 20000px;
       height: 100%;
       background: #a6c311;
       border-bottom-left-radius: 5px;
       transform: skewX(45deg);
   }
   
   .header .header-top .contact-info {
       margin: 0;
       padding: 0;
       display: inline-block;
       position: relative;
       padding: 5px 0;
   }
   
   .header .header-top .contact-info li {
       display: inline-block;
       list-style: none;
   }
   
   .header .header-top .contact-info li span {
       display: block;
       color: #f7f7f7;
       font-size: 16px;
       text-transform: capitalize;
       margin-left: 37px;
       font-weight: 300;
   }
   
   .header .header-top .contact-info li span i {
       margin-right: 5px;
       font-size: 24px;
       vertical-align: top;
       display: inline-block;
   }
   
   .header .header-top .social {
       margin: 0;
       padding: 0;
       position: relative;
   }
   
   .header .header-top .social li {
       display: inline-block;
       list-style: none;
   }
   
   .header .header-top .social li a {
       display: block;
       font-size: 18px;
       color: #f7f7f7;
       background: #9bb60e;
       text-align: center;
       line-height: 38px;
       width: 38px;
       height: 38px;
       border-radius: 50%;
       margin-left: 5px;
   }
   
   .header .header-top .social li a i.fa-google-plus {
       font-size: 17px;
   }
   
   .header .menuzord-menu > li > a .ftc-icon-shopping-bag2 {
       font-size: 24px;
       line-height: 38px;
       text-align: center;
       margin: 0;
   }
   
   .header .menuzord-menu > li.search-button > a .fa {
       font-size: 14px;
       color: #ffffff;
       width: 38px;
       height: 38px;
       border: 2px solid #ffffff;
       line-height: 34px;
       text-align: center;
       border-radius: 50%;
       margin: 0;
   }
   
   .header .menuzord-menu > li.search-button a {
       padding-right: 0;
       position: relative;
       z-index: 99999;
   }
   
   .header .menuzord-menu > li.shopping-cart a {
       position: relative;
       z-index: 999;
   }
   
   .header .menuzord-menu > li.shopping-cart a span.cart-item {
       background: #a6c311;
       width: 20px;
       height: 20px;
       text-align: center;
       color: #ffffff;
       font-size: 12px;
       display: inline-block;
       line-height: 20px;
       position: absolute;
       top: 25px;
       right: 5px;
       border-radius: 50%;
   }
   
   .header .menuzord .megamenu {
       padding: 0;
       border-top: 4px solid #a6c311;
       padding-left: 30px;
   }
   
   .header .menuzord .megamenu h3 {
       margin: 0;
       font-size: 16px;
       text-transform: uppercase;
       font-weight: 900;
       color: #272727;
       font-family: 'Roboto';
       margin-top: 28px;
       margin-bottom: 12px;
   }
   
   .header .menuzord .megamenu ul,
   .header .menuzord .megamenu li {
       margin: 0;
       padding: 0;
       list-style: none;
   }
   
   .header .menuzord .megamenu ul li {
       margin-left: -16px;
   }
   
   .header .menuzord .megamenu ul li a {
       font-size: 14px;
       color: #9e9e9e;
       font-weight: 300;
       line-height: 24px;
       font-family: 'Roboto';
       display: block;
       background-color: transparent;
       padding: 7px 16px;
       padding-right: 0;
       transition: all .3s ease;
   }
   
   .header .menuzord .megamenu ul li a span {
       font-size: 14px;
       font-weight: normal;
       font-style: italic;
   }
   
   .header .menuzord .megamenu ul li:hover > a {
       color: #a6c311;
       background-color: #f7f7f7;
   }
   
   .header .menuzord .megamenu .offer-home {
       margin-left: 1px;
   }
   
   .header .menuzord .megamenu.gallery {
       padding-right: 30px;
       padding-bottom: 30px;
   }
   
   .header .menuzord .megamenu.shopping-cart-box {
       width: 32%;
       left: auto;
   }
   
   
   /* 3/4 width */
   
   .menuzord-menu > li > .megamenu.megamenu-width-75-p {
       width: 75%;
       left: auto;
   }
   
   .header .menuzord .megamenu .offer-going-package-menu {
       margin-top: 20px;
   }
   
   .header .menuzord .megamenu .offer-going-package-menu .carousel-indicators {
       bottom: auto;
       top: -41px;
       text-align: right;
       display: inline-block;
       width: 100%;
       margin: 0;
       left: auto;
       width: auto;
       float: right;
       right: 0;
   }
   
   .header .menuzord .megamenu .offer-going-package-menu .carousel-indicators li {
       width: 10px;
       height: 10px;
       background: #f7f7f7;
       border: 1px solid #DDE4E5;
       border-radius: 50%;
       margin: 0 2.5px;
   }
   
   .header .menuzord .megamenu .offer-going-package-menu .carousel-indicators li.active {
       background: #a6c311;
   }
   
   .header .menuzord .megamenu .offer-going-package-menu .single-offer-going-pack .img-box {
       display: block;
       position: relative;
   }
   
   .header .menuzord .megamenu .offer-going-package-menu .single-offer-going-pack .img-box img {
       width: 100%;
   }
   
   .header .menuzord .megamenu .offer-going-package-menu .single-offer-going-pack .img-box .box {
       position: absolute;
       top: 0;
       left: 0;
       right: 0;
       bottom: 0;
       text-align: left;
       padding: 10px;
   }
   
   .header .menuzord .megamenu .offer-going-package-menu .single-offer-going-pack .img-box .box .overlay {
       display: table;
       width: 100%;
       height: 100%;
   }
   
   .header .menuzord .megamenu .offer-going-package-menu .single-offer-going-pack .img-box .box .overlay .content {
       display: table-cell;
       vertical-align: top;
   }
   
   .header .menuzord .megamenu .offer-going-package-menu .single-offer-going-pack .img-box .box .overlay .content h4 {
       color: #ffffff;
       font-size: 18px;
       display: inline-block;
       font-weight: 900;
       font-style: italic;
       background: #a6c311;
       line-height: 30px;
       padding: 0 15px;
       text-transform: uppercase;
       margin: 0;
   }
   
   .header .menuzord .megamenu .offer-going-package-menu .single-offer-going-pack .text-box {
       margin-top: 13px;
   }
   
   .header .menuzord .megamenu .offer-going-package-menu .single-offer-going-pack .text-box .icon-box,
   .header .menuzord .megamenu .offer-going-package-menu .single-offer-going-pack .text-box .content-box {
       display: table-cell;
       vertical-align: middle;
   }
   
   .header .menuzord .megamenu .offer-going-package-menu .single-offer-going-pack .text-box .icon-box .box {
       background: #a6c311;
       width: 46px;
       height: 46px;
       text-align: center;
   }
   
   .header .menuzord .megamenu .offer-going-package-menu .single-offer-going-pack .text-box .icon-box .box i {
       font-size: 28px;
       line-height: 46px;
       color: #ffffff;
   }
   
   .header .menuzord .megamenu .offer-going-package-menu .single-offer-going-pack .text-box .content-box {
       padding-left: 15px;
   }
   
   .header .menuzord .megamenu .offer-going-package-menu .single-offer-going-pack .text-box .content-box h3 {
       font-size: 18px;
       color: #272727;
       font-weight: bold;
       margin: 0;
   }
   
   .header .menuzord .megamenu .offer-going-package-menu .single-offer-going-pack .text-box .content-box h3 span {
       color: #9e9e9e;
       font-size: 14px;
       font-weight: bold;
   }
   
   .header .menuzord .megamenu .offer-going-package-menu .single-offer-going-pack .text-box .content-box h3 span b {
       font-weight: bold;
       color: #a6c311;
       font-size: 18px;
   }
   
   .header .menuzord .megamenu .offer-going-package-menu .single-offer-going-pack .text-box .content-box ul li {
       display: inline-block;
       margin: 0;
   }
   
   .header .menuzord .megamenu .offer-going-package-menu .single-offer-going-pack .text-box .content-box ul li a {
       margin: 0;
       padding: 0;
       display: block;
       font-size: 12px;
       color: #9e9e9e;
       font-style: italic;
       font-weight: normal;
       background: none !important;
       margin-right: 5px;
   }
   
   .header .menuzord .megamenu .offer-going-package-menu .single-offer-going-pack .text-box .content-box ul li a:before {
       content: '';
       display: inline-block;
       width: 8px;
       height: 8px;
       background: #a6c311;
       border-radius: 50%;
       margin-right: 5px;
   }
   
   @media (min-width: 1025px) {
       .header .menuzord {
           padding: 0;
           background-color: transparent;
       }
       .menuzord-brand {
           margin: 0;
           tranform: scale(1);
           line-height: 53px;
           transition: all .5s ease !important;
       }
       .header .menuzord-menu {
           float: right;
       }
       .header .menuzord-menu > li > a {
           position: relative;
       }
       .header .menuzord-menu > li > a:before {
           content: '';
           position: absolute;
           bottom: -4px;
           left: 0;
           width: 0%;
           height: 4px;
           background: #a6c311;
           transition: all .5s ease;
       }
       .header .menuzord-menu > li:hover > a:before {
           width: 100%;
       }
       .header .menuzord-menu > li.shopping-cart > a:before,
       .header .menuzord-menu > li.search-button > a:before {
           display: none !important;
       }
       .header .menuzord-menu > li:hover > a.flip-flop-btn > span {
           -webkit-transform: rotateX(90deg) translateY(-22px);
           -moz-transform: rotateX(90deg) translateY(-22px);
           transform: rotateX(90deg) translateY(-22px);
       }
       .header .menuzord-menu > li > a {
           font-size: 14px;
           font-family: 'Roboto';
           font-weight: 900;
           text-transform: uppercase;
           color: #ffffff;
           line-height: 42px;
           padding: 36px 19.5px;
           transition: all .5s ease;
       }
       .header.header-v4 .menuzord-menu > li:hover > a {
           color: #272727;
       }
       .header .menuzord-menu > li:hover > a {
           color: #a6c311;
       }
       .header .menuzord-menu > li > a .indicator {
           display: none;
       }
       .header .menuzord-menu ul.dropdown li a {
           font-size: 14px;
           color: #9e9e9e;
           font-weight: 300;
           font-family: 'Roboto';
       }
       .header .menuzord-menu ul.dropdown,
       .header .menuzord-menu ul.dropdown li ul.dropdown {
           min-width: 270px;
           border-top: 4px solid #a6c311;
           padding: 10px;
       }
       .header .menuzord-menu ul.dropdown li:hover > a {
           background: #f7f7f7;
           color: #a6c311;
       }
   }
   
   .header .search-box {
       background: #7e469bd9;
       height: 118px;
       position: absolute;
       bottom: 0;
       left: 0;
       width: 100%;
   }
   
   .header .search-box .container {
       height: 100%;
   }
   
   .header .search-box .container form {
       height: 100%;
   }
   
   .header .search-box input {
       width: 100%;
       line-height: 118px;
       color: #ffffff;
       font-size: 36px;
       font-weight: 300;
       background-color: transparent;
       height: 100%;
       border: none;
       outline: none;
   }
   
   .header .search-box input::-webkit-input-placeholder {
       color: #ffffff;
   }
   
   .header .search-box input:-moz-placeholder {
       /* Firefox 18- */
       color: #ffffff;
   }
   
   .header .search-box input::-moz-placeholder {
       /* Firefox 19+ */
       color: #ffffff;
   }
   
   .header .search-box input:-ms-input-placeholder {
       color: #ffffff;
   }
   
   .header .menuzord .megamenu .header-cart-box ul,
   .header .menuzord .megamenu .header-cart-box li {
       margin: 0;
       padding: 0;
       list-style: none;
   }
   
   .header .menuzord .megamenu .header-cart-box li {
       position: relative;
       padding-top: 22px;
       padding-bottom: 22px;
       border-bottom: 1px solid #F3F3F3;
   }
   
   .header .menuzord .megamenu .header-cart-box li .img-box,
   .header .menuzord .megamenu .header-cart-box li .text-box {
       display: table-cell;
       vertical-align: middle;
   }
   
   .header .menuzord .megamenu .header-cart-box li .img-box {
       width: 80px;
   }
   
   .header .menuzord .megamenu .header-cart-box li .text-box {
       padding-left: 20px;
   }
   
   .header .menuzord .megamenu .header-cart-box li .text-box a {
       padding: 0;
   }
   
   .header .menuzord .megamenu .header-cart-box li .text-box h3 {
       margin: 0;
       color: #272727;
       font-size: 18px;
       text-transform: capitalize;
       font-weight: bold;
       margin-bottom: 5px;
   }
   
   .header .menuzord .megamenu .header-cart-box li .text-box span {
       font-size: 18px;
       color: #a6c311;
       letter-spacing: .04em;
   }
   
   .header .menuzord .megamenu .header-cart-box li .text-box .review-box .fa {
       color: #a6c311;
       font-size: 14px;
       font-family: 'FontAwesome';
   }
   
   .header .menuzord .megamenu .header-cart-box li .text-box a.remove-box {
       position: absolute;
       top: 50%;
       margin-top: -15px;
       right: 23px;
   }
   
   .header .menuzord .megamenu .header-cart-box li .text-box a.remove-box .fa {
       font-family: 'FontAwesome';
       font-size: 18px;
       color: #aaaaaa;
   }
   
   .header .menuzord .megamenu .header-cart-box li .total-text span {
       font-size: 18px;
       color: #a6c311;
       font-weight: bold;
       line-height: 50px;
   }
   
   .header .menuzord .megamenu .header-cart-box li .checkout-btn {
       padding-right: 23px;
   }
   
   .header .menuzord .megamenu .header-cart-box li .checkout-btn a {
       background: #a6c311;
       padding: 0;
       line-height: 50px;
       padding: 0 20px;
   }
   
   .header .menuzord .megamenu .header-cart-box li .checkout-btn a span {
       color: #ffffff !important;
       text-transform: uppercase !important;
       font-weight: 900 !important;
       font-style: normal !important;
   }
   
   .header .menuzord .megamenu .header-cart-box li .checkout-btn a:hover .fa {
       transform: translate3d(20px, 0, 0);
       opacity: 0;
   }
   
   .header .menuzord .megamenu .header-cart-box li .checkout-btn a .fa {
       font-size: 14px;
       color: #ffffff;
       font-family: 'FontAwesome';
       margin-left: 8px;
       transform: translate3d(0, 0, 0);
       opacity: 1;
       transition: all .4s ease;
   }
   
   .header .menuzord .megamenu .header-cart-box .cart-bottom {
       padding-bottom: 13px;
   }
   
   .header-v2 {
       background: #ffffff;
       position: relative;
   }
   
   .header-v2 .header-top {
       overflow: hidden;
   }
   
   @media (min-width: 1025px) {
       .header-v2.header .menuzord-menu > li > a {
           color: #272727;
       }
       .header-v2.header .menuzord-menu > li:hover > a {
           color: #a6c311;
       }
   }
   
   .header-v2.header .menuzord-menu > li.search-button > a .fa {
       color: #272727;
       border-color: #272727;
       transition: all .3s ease;
   }
   
   .header-v2.header .menuzord-menu > li.search-button > a .fa-times {
       color: #ffffff;
       border-color: #ffffff;
   }
   
   .header-v2.header .menuzord-menu > li.shopping-cart a {
       z-index: 0;
   }
   
   @media (min-width: 1025px) {
       .header.home-3 {
           background: transparent;
       }
       .header.home-3 .container {
           background: #141516;
       }
       .header.home-3 .container .menuzord-brand {
           display: none;
       }
       .header.home-3 .container .menuzord-menu {
           float: none;
           text-align: center;
       }
       .header.home-3 .container .menuzord-menu li {
           text-align: left;
       }
       .header.home-3 .container .menuzord-menu > li > a {
           padding: 13px 20px;
       }
       .header.home-3 .menuzord-menu > li.shopping-cart a span.cart-item {
           top: 8px;
           right: 8px;
       }
       .header.home-3 .menuzord-menu > li {
           float: none;
           vertical-align: top;
       }
   }
   
   .header.home-3 .container {
       position: relative;
       margin-bottom: -55px;
       z-index: 9999;
   }
   
   .header.home-3 .search-box {
       height: 70px;
       padding-left: 30px;
       font-size: 30px;
   }
   
   .header.home-3 .search-box form {
       height: 100%;
   }
   
   .header.home-3 .search-box input {
       font-size: 30px;
       height: 100%;
       line-height: 70px;
   }
   
   /*.header.home-3.stricky-fixed {
       position: fixed;
       top: 0;
       left: 0;
       width: 100%;
   }
   */
   .header.home-3.stricky-fixed .container {
       margin-top: 0;
       top: 0;
   }
   
   .header.home-3 .has-angle {
       position: relative;
   }
   
   .header.home-3 .has-angle:before,
   .header.home-3 .has-angle:after {
       content: '';
       position: absolute;
       bottom: 0;
       top: 17px;
       width: 0;
       height: 0;
   }
   
   .header.home-3 .has-angle:before {
       left: -55px;
       transform: rotate(0deg);
       border-top: 55px solid #a6c311;
       border-bottom: 55px solid transparent;
       border-left: 55px solid transparent;
   }
   
   .header.home-3 .has-angle:after {
       right: -55px;
       transform: rotate(-180deg);
       border-top: 55px solid transparent;
       border-bottom: 55px solid #a6c311;
       border-left: 55px solid transparent;
   }
   
   
   /* home three topbar area styles */
   
   .top-bar-area.home-3 {
       background: #a6c311 none repeat scroll 0 0;
       padding-top: 10px;
       padding-bottom: 10px;
   }
   
   .top-bar-area.home-3 {
       background: #a6c311;
       padding: 8px 0;
   }
   
   .top-bar-area.home-3 .contact-info {
       margin: 0;
       padding: 0;
   }
   
   .top-bar-area.home-3 .contact-info li {
       list-style: none;
   }
   
   .top-bar-area.home-3 .contact-info li span i {
       font-size: 19px;
       top: 1px;
       position: relative;
   }
   
   .top-bar-area.home-3 .contact-info li span i.ftc-icon-phone-contact {
       top: 3px;
   }
   
   .top-bar-area .contact-info li {
       float: left;
       padding-right: 40px;
   }
   
   .top-bar-area.home-3 .contact-info li span {
       color: #f7f7f7;
       font-size: 16px;
       line-height: 34px;
   }
   
   .top-bar-area.home-3 .contact-info li span i {
       display: inline-block;
       padding-right: 5px;
   }
   
   .top-bar-area.home-3 .social {
       text-align: right;
       margin: 0;
       padding: 0;
       list-style: none;
   }
   
   .top-bar-area.home-3 .social li {
       display: inline-block;
       list-style: none;
   }
   
   .top-bar-area.home-3 .social li a i {
       background: #9bb60e none repeat scroll 0 0;
       border-radius: 50%;
       color: #ffffff;
       display: block;
       font-size: 18px;
       height: 38px;
       line-height: 38px;
       margin-left: 6px;
       padding: 0 10px;
       width: 38px;
   }
   
   .top-bar-area.home-3 .social li a i.myfbpd {
       padding: 0 14px;
   }
   
   .logo-area-h3 {
       padding-top: 40px;
       padding-bottom: 40px;
   }
   
   .header-v4 {
       background: rgba(255, 255, 255, 0.2);
   }
   
   .header-v4.stricky-fixed {
       background: #000000;
   }
   
   .header.header-v5 {
       background: #0E0E0E;
   }
   
   .header.header-v5 .menuzord-brand {
       line-height: 111px;
   }
   
   .stricky {
       /*position: fixed;*/
       /*top: 0;
       left: 0;
       width: 100%;
       z-index: 99;*/
       box-shadow: 0 1px 9px #7e469bd9;
       transition: all .5s ease;
   }
   
   /*.stricky + section {
       margin-top: 174px;
   }
   
   .stricky.header-v2 + .inner-banner {
       margin-top: 174px;
   }
   
   .stricky.header-v1 + section,
   .stricky.header-v4 + section,
   .stricky.home-3 + section {
       margin-top: 0px;
   }
   
   .stricky.header-v5 + section {
       margin-top: 118px;
   }*/
   
   .stricky-fixed.header .header-top {
       /*visibility: hidden;
       opacity: 0;*/
       /*margin-top: -56px;*/
   }
   
   .stricky-fixed.header .search-box {
       height: 80px;
   }
   
   @media (min-width: 1025px) {
       .stricky-fixed.header.header-v1,
       .stricky-fixed.header.header-v4 {
           background: #7e469b;
       }
       .stricky-fixed.header.header-v4 .menuzord-menu > li:hover > a {
           color: #a6c311;
       }
       .stricky-fixed.header .menuzord-menu > li > a {
           padding: 17px 19px;
       }
       .stricky-fixed.header .menuzord-brand {
           line-height: 63px;
           transform: scale(0.9);
       }
       /*.stricky-fixed.header {
           position: fixed;
           top: 0;
           left: 0;
           width: 100%;
           z-index: 999;
       }*/
       .stricky-fixed.header.static {opacity: 0;}
       .stricky-fixed.header.header-v1 .menuzord-menu > li.shopping-cart a span.cart-item,
       .stricky-fixed.header.header-v2 .menuzord-menu > li.shopping-cart a span.cart-item,
       .stricky-fixed.header.header-v4 .menuzord-menu > li.shopping-cart a span.cart-item,
       .stricky-fixed.header.header-v5 .menuzord-menu > li.shopping-cart a span.cart-item {
           top: 15px;
           right: 7px;
       }
   }
   
   .menuzord {
       background-color: transparent;
   }
   
   .menuzord-responsive .menuzord-menu li .indicator {
       padding: 10px 0;
   }
   
   .menuzord-responsive .menuzord-menu li .indicator em {
       background: #fff none repeat scroll 0 0;
       float: right;
       height: 3px;
       margin: 3.5px 20px 0;
       width: 20px;
   }
   
   @media (min-width: 1025px) {
       .menuzord-menu > li > a span.text {
           display: none;
       }
   }
   
   
   .header.has-over-section {
       position: relative;
       z-index: 9999999;
   }
   
   @media(min-width: 1024px) {
       .header.has-over-section + section,
       .header.has-over-section + div {
           margin-top: -175px;
       }    
   }
   .header.stricky-fixed .header-menu-wrapper {
       position: fixed;
       top:0;
       left:0;
       z-index: 99999999;
       width: 100%;
   }
   .header.stricky-fixed.dark-header .header-menu-wrapper {
       background: #7e469bd9;
   }
   .header.stricky-fixed.light-header .header-menu-wrapper {
       background: #ffffff;
       -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, .1);
       box-shadow: 0 1px 9px rgba(0, 0, 0, .1);
   }
   
   
   /* ==============================
      4. Slider styles
      ============================== */
   
   .rev_slider_wrapper .banner-caption-h1 {
       font-size: 50px;
       line-height: 50px;
       color: #ffffff;
       font-family: 'Roboto', sans-serif;
       font-weight: 900;
       text-transform: uppercase;
   }
   
   .rev_slider_wrapper .banner-caption-bg {
       padding: 0 20px;
       position: relative;
       font-family: 'Roboto';
   }
   
   .rev_slider_wrapper .banner-caption-bg:before {
       position: absolute;
       top: 0;
       left: 0;
       right: 0;
       bottom: 0;
       /* background: #a6c31100 url(../img/resources/texture/dots.png) repeat center center; */
       content: '';
       transform: skewx(-10deg);
   }
   
   .rev_slider_wrapper .banner-caption-bg span {
       position: relative;
   }
   
   .rev_slider_wrapper .banner-caption-bg span img {
       position: relative;
       bottom: 7px;
   }
   
   .rev_slider_wrapper .banner-caption-h1-large {
       color: #ffffff;
       font-size: 80px;
       font-style: italic;
       line-height: 109px;
       font-weight: 800;
       text-transform: uppercase;
   }
   
   .rev_slider_wrapper .slider-3 .banner-caption-h1.banner-caption-bg {
       font-size: 64px;
       line-height: 64px;
       padding: 5px 20px;
   }
   
   .rev_slider_wrapper .feature-list-item .icon-box,
   .rev_slider_wrapper .feature-list-item .text-box {
       display: table-cell;
       vertical-align: middle;
   }
   
   .rev_slider_wrapper .feature-list-item .icon-box .box {
       color: #ffffff;
       background: #a6c311;
       font-size: 18px;
       border-radius: 50%;
       width: 64px;
       height: 64px;
       text-align: center;
       line-height: 64px;
       position: relative;
   }
   
   .rev_slider_wrapper .feature-list-item .icon-box .box:before {
       content: '';
       position: absolute;
       top: 5px;
       left: 5px;
       right: 5px;
       bottom: 5px;
       border: 1px dashed #ffffff;
       border-radius: 50%;
   }
   
   .rev_slider_wrapper .feature-list-item .text-box {
       padding-left: 10px;
   }
   
   .rev_slider_wrapper .feature-list-item .text-box p {
       font-size: 20px;
       line-height: 30px;
       color: #ffffff;
       margin: 0;
       font-weight: bold;
   }
   
   .rev_slider_wrapper .banner-caption-h1.medium {
       font-size: 60px;
   }
   
   .rev_slider_wrapper .banner-caption-p {
       font-size: 18px;
       font-family: 'Roboto';
       font-weight: 300;
       color: #ffffff;
   }
   
   .rev_slider_wrapper .banner-caption-p.large {
       font-size: 24px;
   }
   
   .rev_slider_wrapper .price-p {
       color: #ffffff;
       font-size: 36px;
       font-weight: 300;
       font-family: 'Roboto';
       display: inline-block;
       line-height: 50px;
       margin: 0;
       vertical-align: bottom;
   }
   
   .rev_slider_wrapper .price-p span {
       font-size: 48px;
       color: #ffffff;
       font-weight: bold;
   }
   
   .rev_slider_wrapper #slider2 .banner-caption-h1 {
       font-size: 64px;
   }
   
   .rev_slider_wrapper #slider2 .banner-caption-bg:before {
       display: none;
   }
   
   .rev_slider_wrapper #slider2 .banner-caption-bg span {
       padding: 0 10px;
   }
   
   .rev_slider_wrapper #slider2 .banner-caption-bg span:before {
       position: absolute;
       top: 0;
       left: 0;
       right: 0;
       bottom: 0;
       background: #a6c311 url(../img/resources/texture/dots.png) repeat center center;
       content: '';
       transform: skewx(-10deg);
       z-index: -1;
   }
   
   .rev_slider_wrapper.slider-5 #slider2 .banner-caption-h1 {
       font-size: 80px;
       line-height: 100px;
       padding: 0 5px;
   }
   
   .rev_slider_wrapper.slider-5 #slider2 .font-oregano {
       font-size: 24px;
   }
   
   .rev_slider_wrapper.slider-5 #slider2 .banner-caption-p.large {
       font-size: 48px;
       font-weight: 300 !important;
       line-height: 50px;
   }
   
   .rev_slider_wrapper.slider-5 #slider2 .offer-box {
       font-size: 48px;
       position: relative;
       line-height: 60px;
       padding: 0 10px;
       vertical-align: middle;
       top: -8px;
   }
   
   .rev_slider_wrapper.slider-5 #slider2 .offer-box:before {
       position: absolute;
       top: 0;
       left: 0;
       right: 0;
       bottom: 0;
       background: url(../img/resources/texture/dots.png) repeat center center;
       background-color: #a6c311;
       content: '';
       transform: skewx(-10deg);
   }
   
   .rev_slider_wrapper.slider-5 #slider2 .offer-box span.inner {
       position: relative;
       z-index: 9;
       vertical-align: baseline;
   }
   
   .rev_slider_wrapper .tparrows {
       width: 60px;
       height: 60px;
       background: rgba(0, 0, 0, 0.8);
       display: block;
       font-size: 23px;
       opacity: 1 !important;
       visibility: visible !important;
       padding: 0;
       line-height: 60px;
       color: #fff;
       transition: all .3s ease;
   }
   
   .rev_slider_wrapper .tparrows:before {
       line-height: inherit;
       font-size: inherit;
       color: inherit;
       transition: inherit;
   }
   
   .rev_slider_wrapper .tparrows:hover {
       background: #a6c311;
   }
   
   
   /* ==============================
      5. Slider Bottom styles
      ============================== */
   
   .slider-bottom-left {
       padding-right: 0;
       position: relative;
       top: 20px;
   }
   
   .slider-bottom-left > img,
   .slider-bottom-right > img {
       width: 100%;
   }
   
   .slider-bottom-left .fitness-care h1 {
       color: rgba(0, 0, 0, 0.2);
       font-size: 60px;
       font-style: italic;
       font-weight: 700;
       line-height: 82px;
       margin: 0;
       padding-right: 22px;
       text-align: right;
       text-transform: uppercase;
   }
   
   .slider-bottom-left .content .img-holder {
       float: left;
       position: relative;
       top: -70px;
   }
   
   .slider-bottom-left .content .text {
       overflow: hidden;
       padding-bottom: 25px;
       padding-top: 4px;
   }
   
   .slider-bottom-left a {
       position: absolute;
       display: inline-block;
       right: 50px;
       top: 50%;
   }
   
   .slider-bottom-left a span {
       color: #ef9b24;
       font-family: "Roboto", sans-serif;
       font-size: 24px;
       font-style: italic;
       font-weight: 700;
       text-transform: uppercase;
       display: block;
   }
   
   .slider-bottom-left .content .text ul {
       margin: 0;
       padding: 0;
       float: left;
       padding-left: 0;
       padding-right: 20px;
   }
   
   .slider-bottom-left .content .text ul li {
       color: #272727;
       font-size: 15px;
       font-style: italic;
       list-style: none;
       line-height: 30px;
       font-family: 'Roboto', sans-serif;
   }
   
   .slider-bottom-left .content .text ul li i {
       padding-right: 10px;
   }
   
   .slider-bottom-left .offer {
       position: absolute;
       bottom: 0;
       right: 0;
       padding-right: 40px;
       padding-bottom: 20px;
   }
   
   .slider-bottom-left .offer h2::before {
       position: absolute;
       top: 0;
       left: 0;
       right: 0;
       bottom: 0;
       background: #a6c311 url(../img/resources/texture/dots.png) repeat center center;
       content: '';
       display: block;
       transform: skewx(-10deg);
   }
   
   .slider-bottom-left .offer h2 {
       color: #ffffff;
       font-size: 40px;
       font-style: italic;
       font-weight: 700;
       line-height: 30px;
       margin: 0;
       position: relative;
       text-transform: uppercase;
       display: inline-block;
       padding: 20px 0;
       padding-left: 35px;
       padding-right: 35px;
   }
   
   .slider-bottom-left .offer h2 img {
       float: left;
       position: relative;
       z-index: 3;
   }
   
   .slider-bottom-left .offer h2 span {
       float: right;
       position: relative;
       z-index: 3;
       margin-left: 14px;
   }
   
   .slider-bottom-right {
       padding-left: 0;
       position: relative;
       top: 20px;
   }
   
   .slider-bottom-right .working-hour {
       position: relative;
   }
   
   .slider-bottom-right .working-hour h1 {
       color: #a6c311;
       font-size: 60px;
       font-style: italic;
       font-weight: 700;
       line-height: 82px;
       margin: 0;
       padding-right: 40px;
       text-align: right;
       text-transform: uppercase;
   }
   
   .slider-bottom-right .working-hour .img-holder {
       position: absolute;
       right: 10px;
       top: -17px;
   }
   
   .slider-bottom-right .content {
       overflow: hidden;
   }
   
   .slider-bottom-right .content .text {
       float: left;
   }
   
   .slider-bottom-right .content .text ul {
       margin: 0;
       padding: 0;
       padding-bottom: 20px;
       padding-left: 80px;
       padding-top: 2px;
   }
   
   .slider-bottom-right .content .text ul li {
       color: #f7f7f7;
       font-size: 18px;
       line-height: 30px;
       font-weight: 700;
       list-style: none;
       font-family: 'Roboto', sans-serif;
   }
   
   .slider-bottom-right .content .text ul li p {
       margin: 0;
       float: left;
       width: 120px;
   }
   
   .slider-bottom-right .content .text h3 {
       margin: 0;
       color: #ffffff;
       font-family: "Raleway", sans-serif;
       font-size: 24px;
       font-weight: 700;
       padding-left: 28px;
   }
   
   .slider-bottom-right .content .text h2 {
       color: #a6c311;
       float: left;
       font-size: 24px;
       font-style: italic;
       font-weight: 700;
       margin: 23px 0 0;
       padding-left: 28px;
       padding-right: 30px;
       text-transform: uppercase;
   }
   
   .slider-bottom-right a {
       position: absolute;
       bottom: 24px;
       right: 207px;
       background: #a6c311;
       padding: 7px 32px;
       color: #ffffff;
       font-family: "Roboto", sans-serif;
       font-weight: 700;
       padding: 0px 32px;
       line-height: 40px;
       text-transform: uppercase;
       transition: background .3s ease 0s;
   }
   
   .slider-bottom-right a:hover {
       background: #000;
   }
   
   
   /* ==============================
      6. Gym Area styles
      ============================== */
   
   .fitness-care-gym-area {
       padding-bottom: 3px;
       padding-top: 0;
       position: relative;
       top: -46px;
   }
   
   .fitness-care-gym-area .section-title h1::before {
       top: 18px;
       width: 330px;
   }
   
   .fitness-care-gym-area .section-title h1::after {
       top: 18px;
       width: 330px;
   }
   
   .fitness-care-gym-area .single-item {
       position: relative;
       margin-bottom: 30px;
   }
   
   .fitness-care-gym-area .single-item .left-box {
       border: 2px solid #f7f7f7;
       float: left;
       height: 188px;
       width: 90px;
       z-index: -1;
       overflow: hidden;
       position: relative;
   }
   
   .fitness-care-gym-area .single-item .right-box {
       border: 2px solid #f7f7f7;
       height: 188px;
       left: 30px;
       overflow: hidden;
       padding: 25px 15px 10px 50px;
       position: relative;
       width: 450px;
   }
   
   .fitness-care-gym-area .single-item .right-box p {
       font-family: 'Raleway', sans-serif;
       font-size: 14px;
       color: #9e9e9e;
       line-height: 24px;
   }
   
   .fitness-care-gym-area .single-item .right-box h3 {
       margin: 0 0 8px;
       font-size: 24px;
       font-weight: 700;
       color: #323232;
       line-height: 30px;
       text-transform: capitalize;
   }
   
   .fitness-care-gym-area .single-item .icon-holder {
       background: #f7f7f7 none repeat scroll 0 0;
       float: left;
       height: 120px;
       left: 20px;
       position: absolute;
       top: 35px;
       width: 120px;
       z-index: 1;
       overflow: hidden;
   }
   
   .fitness-care-gym-area .single-item .icon-holder::before {
       background: #a6c311;
       content: "";
       position: absolute;
       right: 182px;
       top: -182px;
       width: 100%;
       height: 100%;
       transform: rotate(45deg) scale(3.2);
       transition: all .5s ease;
   }
   
   .fitness-care-gym-area .single-item:hover .icon-holder:before {
       right: 0px;
       top: 0px;
   }
   
   .fitness-care-gym-area .single-item .icon-holder i {
       color: #a6c311;
       font-size: 60px;
       display: block;
       text-align: center;
       line-height: 120px;
       position: relative;
       z-index: 9;
       transition: all .5s ease;
   }
   
   .fitness-care-gym-area .single-item:hover .icon-holder i {
       color: #fff;
   }
   
   
   /* ==============================
      7. Subscription styles
      ============================== */
   
   .subscribe-area {
       position: relative;
   }
   
   .subscribe-area:before {
       content: '';
       position: absolute;
       top: 0;
       right: 0;
       left: 0;
       bottom: 0;
       background-image: url(../img/subscribe/bg.png);
       background-position: 75% 0%;
       background-repeat: repeat-x;
   }
   
   @media (max-width: 1600px) {
       .subscribe-area:before {
           background-position: 57% 0;
       }
   }
   
   .subscribe-area h4.success {
       font-size: 16px;
       color: #a6c311;
   }
   
   .subscribe-area .subscribe-form {
       padding-top: 120px;
   }
   
   .subscribe-area .subscribe-form h1.title {
       color: #ffffff;
       font-family: "Roboto", sans-serif;
       font-size: 30px;
       font-style: normal;
       margin: 0 0 34px;
       text-transform: uppercase;
   }
   
   .subscribe-area .subscribe-form form.subscribe input.name {
       border: medium none;
       height: 55px;
       width: 256px;
       /* background: url(../img/subscribe/name-bg.png); */
       margin-right: 27px;
       padding: 0 15px;
       color: #ffffff;
   }
   
   .subscribe-area .subscribe-form form.subscribe input.email {
       width: 366px;
       height: 55px;
       border: none;
       color: #9e9e9e;
       padding: 0 15px;
       /* background: url(../img/subscribe/email-bg.png); */
       color: #ffffff;
   }
   
   .subscribe-area .subscribe-form form.subscribe button.thm-btn {
       float: right;
       margin-top: 30px;
   }
   
   .subscribe-area .subscribe-form h1 {
       color: #ffffff;
       display: inline-block;
       font-family: "Oregano", cursive;
       font-size: 30px;
       font-style: italic;
       margin: 40px 0 0;
   }
   
   .subscribe-area .subscribe-form h1 span {
       color: #a6c311;
   }
   
   
   /* ==============================
      8. Support styles
      ============================== */
   
   .support-area {
       position: relative;
       background: url(../img/resources/texture/pattern-1.png) repeat;
   }
   
   .support-area * {
       position: relative;
   }
   
   .support-area:before {
       content: '';
       position: absolute;
       top: 0;
       left: 0;
       right: 0;
       bottom: 0;
       background: #a6c311;
       display: block;
       opacity: .95;
   }
   
   .support-area .section-title span {
       background: #a6c311;
   }
   
   .support-area.pattern-2 {
       position: relative;
       background: url(../img/resources/texture/pattern-1.png) repeat;
   }
   
   .support-area.pattern-2 * {
       position: relative;
   }
   
   .support-area.pattern-2:before {
       content: '';
       position: absolute;
       top: 0;
       left: 0;
       right: 0;
       bottom: 0;
       background: #131313;
       display: block;
       opacity: .95;
   }
   
   .support-area.pattern-2 .section-title span {
       background: #131313;
   }
   
   .support-area.pattern-2 .single-item:hover .icon-holder i {
       background: #a6c311;
       color: #fff;
   }
   
   .support-area .img-holder {
       position: relative;
       top: 40px;
   }
   
   .support-area .support-content {
       color: #ffffff;
       font-weight: 600;
       padding-top: 100px;
   }
   
   .support-content .single-item {
       padding-bottom: 15px;
   }
   
   .support-content .single-item .icon-holder {
       float: left;
       margin-right: 20px;
   }
   
   .support-content .single-item .icon-holder i {
       width: 75px;
       height: 75px;
       background: #ffffff;
       color: #a6c311;
       font-size: 25px;
       padding: 24px 26px;
       border-radius: 50%;
       transition: all .4s ease;
   }
   
   .support-content .single-item:hover .icon-holder i {
       background: #272727;
       color: #fff;
   }
   
   .support-content .single-item .content {
       overflow: hidden;
   }
   
   .support-content .single-item .content h3 {
       color: #ffffff;
       font-size: 24px;
       font-weight: bold;
       margin: 0 0 8px;
   }
   
   .support-content .single-item .content p {
       font-size: 14px;
       color: #ffffff;
       font-family: 'Raleway';
       line-height: 24px;
       font-weight: 500;
   }
   
   
   /* ==============================
      9. Workout styles
      ============================== */
   
   .workout-schedules-area {
       overflow: hidden;
       padding-bottom: 80px;
       padding-top: 100px;
   }
   
   .workout-schedules-area .single-item .img-holder {
       position: relative;
       overflow: hidden;
       margin-left: -1px;
       margin-right: -1px;
       margin-top: -1px;
   }
   
   .workout-schedules-area .single-item .img-holder img {
       width: 100%;
   }
   
   .workout-schedules-area .single-item .img-holder .overlay {
       background: rgba(166, 195, 17, 0.9) none repeat scroll 0 0;
       bottom: 0;
       left: 0;
       position: absolute;
       right: 0;
       text-align: center;
       top: 0;
       transform: scale(0);
       transition: all 0.5s ease 0s;
   }
   
   .workout-schedules-area .single-item .img-holder .overlay .icon-holder {
       display: table;
       height: 100%;
       width: 100%;
   }
   
   .workout-schedules-area .single-item .img-holder .overlay .icon-holder a {
       display: table-cell;
       vertical-align: middle;
       color: #a6c311;
   }
   
   .workout-schedules-area .single-item .img-holder .overlay .icon-holder a i {
       background: #ffffff none repeat scroll 0 0;
       /*border: 6px solid rgba(255, 255, 255, .3);*/
       border-radius: 50%;
       font-size: 18px;
       height: 74px;
       width: 74px;
       line-height: 74px;
       padding: 0px 25px;
       box-shadow: 0 0 0 6px rgba(255, 255, 255, .3);
   }
   
   .workout-schedules-area .single-item .img-holder .date {
       position: absolute;
       top: 20px;
       left: 20px;
       background: #a6c311;
       width: 56px;
       height: 56px;
       color: #ffffff;
       text-align: center;
       transition: all .3s ease;
   }
   
   .workout-schedules-area .single-item .img-holder .date h4 {
       margin: 0;
       line-height: 24px;
       margin-top: 5px;
   }
   
   .workout-schedules-area .single-item {
       border: 1px solid #f7f7f7;
   }
   
   .workout-schedules-area .single-item:hover {
       border-color: transparent;
       box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
   }
   
   .workout-schedules-area .single-item .content {
       padding: 0 18px;
   }
   
   .workout-schedules-area .single-item .content h3 {
       color: #272727;
       margin: 23px 0 3px;
   }
   
   .workout-schedules-area .single-item .content h3 span {
       color: #9e9e9e;
       font-size: 18px;
       font-weight: 400;
       padding-left: 10px;
   }
   
   .workout-schedules-area .single-item .content ul {
       margin: 0;
       padding: 0;
       list-style: none;
       overflow: hidden;
   }
   
   .workout-schedules-area .single-item .content ul li {
       float: left;
       margin-right: 15px;
       font-style: italic;
       font-family: 'Roboto', sans-serif;
       color: #9e9e9e;
   }
   
   .workout-schedules-area .single-item .content ul li i {
       color: #a6c311;
       font-size: 18px;
       margin-right: 5px;
   }
   
   .workout-schedules-area .single-item .content .schedules-list h4 {
       color: #272727;
       font-size: 18px;
       font-weight: 700;
       margin-bottom: 8px;
       margin-top: 11px;
   }
   
   .workout-schedules-area .single-item .content .schedules-list.bottom h4 {
       margin-top: 16px;
   }
   
   .workout-schedules-area .single-item .content .schedules-list ul li {
       font-family: "Raleway", sans-serif;
       font-style: normal;
       margin-right: 0;
       line-height: 30px;
   }
   
   .workout-schedules-area .single-item .content .schedules-list ul li i {
       color: #a6c311;
       font-size: 14px;
       margin-right: 10px;
   }
   
   .workout-schedules-area .single-item .content a {
       background: #a6c311 none repeat scroll 0 0;
       color: #ffffff;
       display: block;
       font-family: "Roboto", sans-serif;
       font-size: 14px;
       margin: 20px 0;
       padding: 25px 0;
       text-align: center;
       text-transform: uppercase;
       font-weight: 700;
       transition: background .3s ease;
   }
   
   .workout-schedules-area .single-item .content a:hover {
       background: #272727;
   }
   
   .workout-schedules-area .single-item:hover .overlay {
       transform: scale(1);
   }
   
   .workout-schedules-area .single-item:hover .date {
       opacity: 0;
   }
   
   .workout-schedules-area.workout-v1 {
       padding-bottom: 50px;
   }
   
   .workout-schedules-area.workout-v1 .single-item {
       margin-bottom: 30px;
   }
   
   .workout-schedules-area.workout-v2 {
       padding-bottom: 50px;
   }
   
   .workout-schedules-area.workout-v2 .single-item .content .schedules-list ul li i {
       margin-right: 7px;
   }
   
   .workout-schedules-area.workout-v2 .single-item {
       margin-bottom: 30px;
   }
   
   .single-workout-package-page.health-care-package-area .single-item .content .top .content-heading h3 span {
       font-size: 18px;
       color: #9e9e9e;
       line-height: 30px;
       font-weight: normal;
   }
   
   .single-workout-package-page.health-care-package-area .single-item .content .top .content-heading ul li i {
       font-size: 18px;
   }
   
   .single-workout-package-page.single-package-page.health-care-package-area .single-item {
       padding-bottom: 30px;
       margin-bottom: 40px;
   }
   
   .single-workout-package-page .section-title {
       padding-bottom: 50px;
   }
   
   .single-workout-package-page p {
       font-size: 14px;
       color: #9e9e9e;
       line-height: 24px;
       margin: 0;
   }
   
   .single-workout-package-page p b {
       color: #a6c311;
       font-weight: 900;
       font-family: 'Roboto';
   }
   
   .single-workout-package-page .label-box {
       margin-top: 30px;
       margin-bottom: 30px;
   }
   
   .single-workout-package-page .label-box h1 {
       margin: 0;
   }
   
   .single-workout-package-page .label-box h1 {
       font-size: 24px;
       color: #272727;
       line-height: 50px;
       font-weight: bold;
   }
   
   .single-workout-package-page .label-box h1 span.step {
       background: #a6c311;
       display: inline-block;
       line-height: 50px;
       font-size: 14px;
       color: #ffffff;
       text-transform: uppercase;
       padding: 0;
       vertical-align: bottom;
       padding-left: 28px;
       padding-right: 28px;
       margin-right: 20px;
   }
   
   
   /* ==============================
      10. health care pack styles
      ============================== */
   
   .health-care-package-area {
       background: #fdfdfd none repeat scroll 0 0;
       border-top: 1px solid #f7f7f7;
       padding-bottom: 60px;
       padding-top: 80px;
   }
   
   .health-care-package-area .section-title-2 {
       padding-bottom: 50px;
   }
   
   .health-care-package-area .single-item {
       border: 1px solid #f7f7f7;
       transition: all .3s ease;
       background: #ffffff;
   }
   
   .health-care-package-area .single-item:hover {
       border-color: transparent;
       box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
   }
   
   .health-care-package-area .single-item .img-holder {
       margin-left: -1px;
       margin-right: -1px;
       margin-top: -1px;
   }
   
   .health-care-package-area .single-item .img-holder img {
       width: 100%;
   }
   
   .health-care-package-area .single-item .content {
       padding-left: 20px;
       padding-right: 20px;
   }
   
   .health-care-package-area .single-item .content .top {
       overflow: hidden;
   }
   
   .health-care-package-area .single-item .content .top .icon-holder {
       background: #a6c311 none repeat scroll 0 0;
       height: 56px;
       width: 56px;
       margin-top: 30px;
       margin-bottom: 10px;
       text-align: center;
   }
   
   .health-care-package-area .single-item .content .top .icon-holder i {
       color: #ffffff;
       font-size: 34px;
       line-height: 56px;
       text-align: center;
   }
   
   .health-care-package-area .single-item .content .top .content-heading {
       padding-left: 10px;
   }
   
   .health-care-package-area .single-item .content .top .content-heading h3 {
       color: #272727;
       margin: 25px 0 7px;
       font-size: 21px;
       line-height: 30px;
       font-weight: bold;
   }
   
   .health-care-package-area .single-item .content .top .content-heading h3 span {
       color: #a6c311;
   }
   
   .health-care-package-area .single-item .content .top .content-heading ul {
       margin: 0;
       padding: 0;
       list-style: none;
   }
   
   .health-care-package-area .single-item .content .top .content-heading ul li {
       color: #9e9e9e;
       float: left;
       font-family: "Roboto", sans-serif;
       font-size: 14px;
       font-style: italic;
       margin-right: 15px;
   }
   
   .health-care-package-area .single-item .content .top .content-heading ul li i {
       color: #a6c311;
       font-size: 10px;
       margin-right: 5px;
   }
   
   .health-care-package-area .single-item .content .package-list {
       padding-bottom: 20px;
   }
   
   .health-care-package-area .single-item .content .package-list h4 {
       color: #272727;
       font-size: 18px;
       font-weight: 700;
       margin: 6px 0 13px;
   }
   
   .health-care-package-area .single-item .content .package-list ul {
       margin: 0;
       padding: 0;
       list-style: none;
   }
   
   .health-care-package-area .single-item .content .package-list ul li {
       line-height: 30px;
       font-family: 'Raleway', sans-serif;
       font-size: 14px;
       color: #000000;
   }
   
   .health-care-package-area .single-item .content .package-list ul li i {
       color: #a6c311;
       margin-right: 10px;
   }
   
   .health-care-package-area .single-item .button {
       border: 1px solid #f7f7f7;
       margin: 0;
       overflow: hidden;
       padding-bottom: 20px;
       padding-top: 20px;
       padding-left: 20px;
       padding-right: 20px;
       transition: background .3s ease;
   }
   
   .health-care-package-area .single-item .button a {
       background: #a6c311 none repeat scroll 0 0;
       color: #ffffff;
       font-family: "Roboto", sans-serif;
       font-weight: 700;
       height: 50px;
       padding: 13px 0;
       text-align: center;
       text-transform: uppercase;
       width: 150px;
       transition: background .3s ease;
   }
   
   .health-care-package-area .single-item .button a:hover {
       background: #272727;
   }
   
   .health-care-package-area .single-item .button a.black {
       background: #272727;
   }
   
   .health-care-package-area .single-item .button a.black:hover {
       background: #a6c311;
   }
   
   .health-care-package-area .single-item .img-holder.offer {
       position: relative;
   }
   
   .health-care-package-area .single-item .img-holder.offer .offer-text {
       position: relative;
       left: 10px;
       position: absolute;
       top: 10px;
   }
   
   .health-care-package-area .single-item .img-holder.offer .offer-text:before {
       position: absolute;
       top: 0;
       left: 0;
       right: 0;
       bottom: 0;
       background: url(../img/resources/texture/dots.png) repeat center center;
       background-color: #a6c311;
       content: '';
       transform: skewx(-15deg);
   }
   
   .health-care-package-area .single-item .img-holder.offer .offer-text h1 {
       color: #ffffff;
       font-size: 30px;
       font-style: italic;
       margin: 0;
       padding: 7px 13px;
       text-transform: uppercase;
       font-weight: 700;
       position: relative;
       z-index: 9;
   }
   
   .health-care-package-area .single-item .content .top .content-heading h3 span del {
       font-size: 18px;
       color: #9e9e9e;
       padding-right: 10px;
   }
   
   .health-care-pack-carousel {
       position: relative;
   }
   
   .health-care-pack-carousel .owl-nav {
       background: #FEFEFE;
       position: absolute;
       top: -97px;
       right: 0;
       margin: 0;
       padding-left: 30px;
   }
   
   .health-care-pack-carousel .owl-nav [class*=owl-] {
       color: #ffffff;
       font-size: 14px;
       line-height: 50px;
       margin: 0;
       padding: 0;
       width: 60px;
       background-color: #a6c311 !important;
       border-radius: 0;
       transition: all .3s ease;
   }
   
   .health-care-pack-carousel .owl-nav [class*=owl-]:hover {
       background-color: #272727 !important;
   }
   
   .health-care-package-area.package-v1 {
       padding-bottom: 50px;
   }
   
   .health-care-package-area.package-v1 .single-item {
       margin-bottom: 30px;
   }
   
   .health-care-package-area.package-v2 {
       padding-bottom: 50px;
       border-top: 0;
   }
   
   .health-care-package-area.package-v2 .single-item {
       margin-bottom: 30px;
   }
   
   .health-care-package-area.package-v2 .single-item .content .top .content-heading {
       padding-left: 7px;
   }
   
   .health-care-package-area.package-v2 .single-item .content .top .content-heading h3 {
       font-size: 23px;
       color: #A6C311;
   }
   
   .single-package-page.health-care-package-area .single-item .box {
       width: calc(100% - 170px);
       float: left;
   }
   
   .single-package-page.health-care-package-area .single-item .img-box {
       width: 170px;
       float: right;
       margin-top: 30px;
   }
   
   .single-package-page.health-care-package-area .single-item {
       border: none;
       padding-bottom: 20px;
       border-bottom: 1px solid #f7f7f7;
       margin-bottom: 20px;
   }
   
   .single-package-page.health-care-package-area .single-item:hover {
       box-shadow: none !important;
   }
   
   .single-package-page.health-care-package-area .single-item .content {
       padding: 0;
       border: none;
   }
   
   .single-package-page.health-care-package-area .single-item .content .package-list {
       padding-bottom: 0;
   }
   
   .single-package-page .cta-box .thm-btn {
       line-height: 38px;
       background: #ffffff url(../img/resources/texture/strip.png) repeat;
       border: 1px solid #f7f7f7;
       color: #272727;
       padding: 2px 23px;
       transition: background .3s ease, border .3s ease;
   }
   
   .single-package-page .cta-box .thm-btn i {
       color: #272727;
   }
   
   .single-package-page .cta-box .thm-btn:hover {
       background: #a6c311;
       color: #ffffff;
       border-color: #a6c311;
   }
   
   
   /* ==============================
      11. Walking area styles
      ============================== */
   
   .walking-area {
       background: url("../img/resources/walking-bg.jpg") no-repeat scroll left center;
       background-size: cover;
       padding-bottom: 218px;
       padding-top: 135px;
   }
   
   .walking-area .walking h1 {
       color: #ffffff;
       font-size: 48px;
       font-weight: 700;
       margin: 0 0 5px;
   }
   
   .walking-area .walking ul {
       margin: 0;
       padding: 0;
       margin: 0 0 18px;
       overflow: hidden;
   }
   
   .walking-area .walking ul li {
       list-style: none;
       color: #ffffff;
       float: left;
       font-size: 16px;
       margin-right: 20px;
       font-family: 'Raleway';
       font-weight: 400;
   }
   
   .walking-area .walking ul li i {
       color: #a6c311;
       font-size: 16px;
       padding-right: 10px;
   }
   
   .walking-area .walking p {
       color: #f7f7f7;
       font-size: 16px;
       font-weight: 400;
       line-height: 28px;
       margin: 0 0 37px;
       font-family: 'Raleway';
   }
   
   .walking-area .carousel-indicators {
       bottom: -83px;
       left: 5px;
       margin-left: 0;
       padding-left: 0;
       width: 200px;
   }
   
   .walking-area .carousel-indicators .active {
       background-color: #a6c311;
       height: 13px;
       margin: 0 10px;
       width: 13px;
       border: 1px solid #a6c311;
   }
   
   .walking-area .carousel-indicators li {
       background-color: #b8b7b2;
       border: 1px solid #b8b7b2;
       border-radius: 10px;
       cursor: pointer;
       display: inline-block;
       height: 13px;
       margin: 0 10px;
       text-indent: -999px;
       width: 13px;
       float: left;
   }
   
   
   /* ==============================
      12. Expertize trainer styles
      ============================== */
   
   .experienced-trainer-area {
       padding-top: 80px;
       padding-bottom: 80px;
   }
   
   .experienced-trainer-area .section-title {
       padding-bottom: 50px;
   }
   
   .experienced-trainer-area .single-item {
       border: 1px solid #f7f7f7;
       overflow: hidden;
   }
   
   .experienced-trainer-area .single-item .img-holder {
       position: relative;
       margin-left: -1px;
       margin-right: -1px;
       margin-top: -1px;
   }
   
   .experienced-trainer-area .single-item .img-holder .overlay-content {
       background: #a6c311 none repeat scroll 0 0;
       left: 0;
       position: absolute;
       top: 180px;
       opacity: 0;
       transform: translate3d(0, 200px, 0);
       transition: all .5s ease .0s;
   }
   
   .experienced-trainer-area .single-item:hover .img-holder .overlay-content {
       opacity: 1;
       transform: translate3d(0, 0px, 0);
   }
   
   .experienced-trainer-area .single-item .img-holder .overlay-content .overlay-buttom {
       padding: 0 22px;
       padding-bottom: 33px;
   }
   
   .experienced-trainer-area .single-item .img-holder .overlay-content ul {
       margin: 0;
       padding: 0;
       border-bottom: 1px solid #b1d010;
       padding-bottom: 10px;
       padding-top: 13px;
       padding-left: 20px;
       padding-right: 20px;
   }
   
   .experienced-trainer-area .single-item .img-holder .overlay-content ul li {
       list-style: none;
       color: #f7f7f7;
       font-size: 18px;
       line-height: 30px;
       margin-bottom: 5px;
       font-family: 'Raleway', sans-serif;
   }
   
   .experienced-trainer-area .single-item .img-holder .overlay-content ul li i {
       background: #ffffff none repeat scroll 0 0;
       border-radius: 3px;
       color: #a6c311;
       font-size: 12px;
       height: 16px;
       margin-right: 10px;
       padding: 2px 2px;
       width: 16px;
   }
   
   .experienced-trainer-area .single-item .img-holder .overlay-content .trainer-name {
       /* /* overflow: hidden;
       padding-bottom: 17px;
       padding-top: 23px; */
   } */
   
   .experienced-trainer-area .single-item .img-holder .overlay-content .trainer-name .name h3 {
       margin: 0 0 3px;
       color: #ffffff;
   }
   
   .experienced-trainer-area .single-item .img-holder .overlay-content .trainer-name .name span {
       color: #ffffff;
       font-family: 'Raleway', sans-serif;
   }
   
   .experienced-trainer-area .single-item .img-holder .overlay-content .trainer-name .icon-holder i {
       background: #f7f7f7;
       border: 1px solid #f2f0f0;
       font-size: 25px;
       height: 40px;
       width: 40px;
       line-height: 38px;
       text-align: center;
       margin-top: 5px;
       display: block;
       background: #ffffff none repeat scroll 0 0;
       color: #a6c311;
   }
   
   .experienced-trainer-area .single-item .img-holder .overlay-content p {
       margin: 0 0 13px;
       color: #f7f7f7;
       font-family: 'Raleway', sans-serif;
   }
   
   .experienced-trainer-area .single-item .img-holder .overlay-content .social-links a i {
       background: #ffffff none repeat scroll 0 0;
       border-radius: 50%;
       color: #a6c311;
       font-size: 18px;
       height: 38px;
       margin-right: 7px;
       text-align: center;
       width: 38px;
       line-height: 38px;
       display: inline-block;
   }
   
   .experienced-trainer-area .single-item .img-holder .overlay-content .social-links a i.fa-google-plus {
       font-size: 16px;
   }
   
   .experienced-trainer-area .single-item .img-holder .overlay-content .social-links a i:hover {
       background: #9bb60e;
       color: #ffffff;
   }
   
   .experienced-trainer-area .single-item .content {
       padding: 0 21px;
       padding-bottom: 30px;
       opacity: 1;
       visibility: visible;
       transform: translate3d(0, 0px, 0);
       transition: all .5s ease;
   }
   
   .experienced-trainer-area .single-item:hover .content {
       opacity: 1;
       transform: translate3d(0, 0, 0);
       visibility: visible;
   }
   
   .experienced-trainer-area .single-item .content .trainer-name {
       overflow: hidden;
       padding-bottom: 17px;
       padding-top: 23px;
   }
   
   .experienced-trainer-area .single-item .content .trainer-name .name h3 {
       margin: 0 0 3px;
   }
   
   .experienced-trainer-area .single-item .content .trainer-name .name span {
       color: #a6c311;
       font-size: 14px;
       font-family: 'Raleway', sans-serif;
   }
   
   .experienced-trainer-area .single-item .content .trainer-name .icon-holder i {
       background: #f7f7f7;
       border: 1px solid #f2f0f0;
       color: #a6c311;
       font-size: 25px;
       height: 40px;
       width: 40px;
       line-height: 38px;
       text-align: center;
       margin-top: 5px;
       display: block;
   }
   
   .experienced-trainer-area .single-item .content p {
       margin: 0 0 13px;
       font-family: 'Raleway', sans-serif;
       font-size: 14px;
       color: #9e9e9e;
       line-height: 24px;
   }
   
   .experienced-trainer-area  .social-links a i {
       background: #a6c311 none repeat scroll 0 0;
       border-radius: 50%;
       color: #ffffff;
       font-size: 18px;
       height: 38px;
       margin-right: 7px;
       text-align: center;
       line-height: 38px;
       width: 38px;
       display: inline-block;
   }
   
   .experienced-trainer-area .single-item .content .social-links a i.fa-google-plus {
       font-size: 16px;
   }
   
   .fitness-team-style-two {
       background: url(../img/resources/texture/curvy-two-way-texture.png) center center no-repeat;
       background-size: cover;
   }
   
   .fitness-team-style-two .owl-theme {
       position: relative;
   }
   
   .fitness-team-style-two .owl-theme .owl-nav .owl-prev {
       position: absolute;
       top: 50%;
       left: -75px;
       margin-top: -25px;
   }
   
   .fitness-team-style-two .owl-theme .owl-nav .owl-next {
       position: absolute;
       top: 50%;
       right: -75px;
       margin-top: -25px;
   }
   
   .fitness-team-style-two .owl-theme .owl-nav {
       margin-top: 0;
   }
   
   .fitness-team-style-two .owl-theme .owl-nav [class*=owl-] {
       width: 50px;
       height: 50px;
       background: #a6c311;
       font-size: 14px;
       border-radius: 0;
       text-align: center;
       line-height: 50px;
       padding: 0;
   }
   
   .single-fitness-team-style-two .img-box {
       text-align: center;
       position: relative;
       border-bottom: 10px solid #a6c311;
       overflow: hidden;
   }
   
   .single-fitness-team-style-two img {
       width: auto !important;
       max-width: 100%;
   }
   
   .single-fitness-team-style-two .overlay {
       position: absolute;
       bottom: 0;
       left: 0;
       text-align: left;
   }
   
   .single-fitness-team-style-two .overlay .inner-box {
       background: #a6c311;
       padding: 30px 20px 22px;
       opacity: 0;
       transform: translate3d(0, 200px, 0);
       transition: all .5s ease;
   }
   
   .single-fitness-team-style-two .overlay .top-box {
       margin-bottom: 18px;
   }
   
   .single-fitness-team-style-two .overlay .top-box h3 {
       font-size: 24px;
       line-height: 34px;
       font-weight: bold;
       color: #ffffff;
       margin: 0;
   }
   
   .single-fitness-team-style-two .overlay .top-box p {
       color: #f7f7f7;
       font-size: 14px;
       line-height: 20px;
   }
   
   .single-fitness-team-style-two .overlay .top-box .icon-box {
       width: 40px;
       height: 40px;
       color: #a6c311;
       text-align: center;
       font-size: 20px;
       line-height: 40px;
       background: #ffffff;
   }
   
   .single-fitness-team-style-two .overlay .top-box .left-box {
       margin-top: -10px;
   }
   
   .single-fitness-team-style-two .overlay p {
       font-size: 14px;
       line-height: 24px;
       color: #f7f7f7;
       margin: 0;
   }
   
   .single-fitness-team-style-two .overlay .social-icons {
       margin: 0;
       padding: 0;
       list-style: none;
       margin-top: 15px;
   }
   
   .single-fitness-team-style-two .overlay .social-icons li {
       list-style: none;
       display: inline-block;
       margin-right: 6px;
   }
   
   .single-fitness-team-style-two .overlay .social-icons li a {
       display: block;
       width: 40px;
       height: 40px;
       background: #ffffff;
       font-size: 18px;
       text-align: center;
       color: #a6c311;
       border-radius: 50%;
       line-height: 40px;
   }
   
   .single-fitness-team-style-two:hover .img-box .overlay .inner-box {
       opacity: 1;
       transform: translate3d(0, 0px, 0);
   }
   
   .experienced-trainer-area .related-product-carousel .single-item:hover .img-holder .overlay-content {
       transform: translate3d(0, 100px, 0);
   }
   
   
   /* ==============================
      13. Daily workout plan styles
      ============================== */
   
   .daily-training-workout-area {
       position: relative;
       background: url(../img/resources/texture/pattern-1.png) repeat;
       margin-bottom: 30px;
   }
   
   .daily-training-workout-area * {
       position: relative;
   }
   
   .daily-training-workout-area:before {
       content: '';
       position: absolute;
       top: 0;
       left: 0;
       right: 0;
       bottom: 0;
       background: #a6c311;
       display: block;
       opacity: .95;
   }
   
   .daily-training-workout-area .section-title span {
       background: #a6c311;
   }
   
   .daily-training-workout-area .img-holder {
       background: rgba(0, 0, 0, 0) url("../img/resources/i-phone-bg.png") no-repeat scroll 0 120px;
       padding-top: 70px;
       position: relative;
       top: 30px;
   }
   
   .daily-training-workout-area .content {
       padding-top: 80px;
   }
   
   .daily-training-workout-area .content h1 {
       color: #ffffff;
       font-size: 60px;
       font-weight: 300;
       line-height: 80px;
       margin: 0 0 5px;
       text-transform: uppercase;
   }
   
   .daily-training-workout-area .content p {
       color: #f7f7f7;
       font-size: 16px;
       font-weight: 500;
       line-height: 28px;
       margin: 0 0 20px;
   }
   
   .daily-training-workout-area .content ul {
       margin: 0;
       padding: 0;
       margin-bottom: 50px;
       overflow: hidden;
   }
   
   .daily-training-workout-area .content ul li {
       list-style: none;
       color: #f7f7f7;
       float: left;
       font-family: "Roboto", sans-serif;
       font-size: 16px;
       font-style: italic;
       line-height: 30px;
       margin-right: 15px;
   }
   
   .daily-training-workout-area .content ul li i {
       font-size: 14px;
       padding-right: 5px;
   }
   
   .daily-training-workout-area .content .google-play-app-store ul {
       margin: 0;
       padding: 0;
   }
   
   .daily-training-workout-area .content .google-play-app-store ul li {
       list-style: none;
       margin-right: 30px;
   }
   
   
   /* ==============================
      14. Testimonial styles
      ============================== */
   
   .testimonial-carousel-wrapper .owl-dots .owl-dot span {
       width: 10px;
       height: 10px;
       background: #f7f7f7;
       border: 1px solid #DDE4E5;
       border-radius: 50%;
       margin: 0 11px;
   }
   
   .testimonial-carousel-wrapper .owl-dots .owl-dot.active span,
   .testimonial-carousel-wrapper .owl-dots .owl-dot:hover span {
       background: #a6c311;
   }
   
   .testimonial-carousel-wrapper .owl-dots {
       text-align: left;
       padding-left: 90px;
       margin-top: 46px;
   }
   
   .single-testimonial-carousel .qoute-icon-box,
   .single-testimonial-carousel .testimonial-text-box {
       display: table-cell;
       vertical-align: top;
   }
   
   .single-testimonial-carousel .qoute-icon-box {
       width: 70px;
   }
   
   .single-testimonial-carousel .qoute-icon-box img {
       max-width: none;
       width: auto;
   }
   
   .single-testimonial-carousel .testimonial-text-box {
       padding-left: 30px;
   }
   
   .single-testimonial-carousel .testimonial-text-box h3 {
       font-size: 24px;
       color: #272727;
       font-weight: bold;
       font-family: 'Roboto';
       margin: 0;
       margin-bottom: 14px;
   }
   
   .single-testimonial-carousel .testimonial-text-box p {
       color: #9e9e9e;
       font-family: 'Raleway';
       line-height: 30px;
       margin: 0;
       font-size: 16px;
   }
   
   .single-testimonial-carousel .testimonial-text-box span.name {
       font-family: 'Oregano', sans-serif;
       font-style: italic;
       color: #272727;
       font-size: 24px;
       display: block;
       margin-top: 14px;
   }
   
   .single-testimonial-carousel .testimonial-text-box .review-box {
       margin-top: 8px;
   }
   
   .single-testimonial-carousel .testimonial-text-box .review-box .fa {
       color: #a6c311;
       font-size: 18px;
   }
   
   .testimonial-carousel-2-col-wrapper {
       position: relative;
   }
   
   .testimonial-carousel-2-col-wrapper .owl-nav {
       background: #FEFEFE;
       position: absolute;
       top: -97px;
       right: 0;
       margin: 0;
       padding-left: 30px;
   }
   
   .testimonial-carousel-2-col-wrapper .owl-nav [class*=owl-] {
       color: #ffffff;
       font-size: 14px;
       line-height: 50px;
       margin: 0;
       padding: 0;
       width: 60px;
       background-color: #a6c311 !important;
       border-radius: 0;
       transition: all .3s ease;
   }
   
   .testimonial-carousel-2-col-wrapper .owl-nav [class*=owl-]:hover {
       background-color: #272727 !important;
   }
   
   .testimonial-carousel-style-three .testimonial-carousel-wrapper .owl-dots {
       text-align: center;
       padding-left: 0;
   }
   
   .testimonial-carousel-style-three .single-testimonial-carousel .testimonial-text-box {
       padding-left: 0;
       display: block;
   }
   
   .testimonial-carousel-style-three .single-testimonial-carousel .testimonial-text-box p {
       font-size: 28px;
       line-height: 40px;
       color: #ffffff;
   }
   
   .testimonial-carousel-style-three .single-testimonial-carousel .testimonial-text-box span.name {
       color: #ffffff;
       display: block;
       margin-top: 27px;
   }
   
   .testimonial-carousel-style-three .testimonial-carousel-wrapper .owl-dots {
       margin-top: 26px;
   }
   
   
   /* ==============================
      15. Suppliment Area styles
      ============================== */
   
   .suppliments-partners-area {
       padding-bottom: 50px;
   }
   
   .suppliments-partners-area.home-5 {
       background: #f7f7f7;
   }
   
   .suppliments-partners-area.home-5 .section-title h1 span {
       background: #f7f7f7;
   }
   
   .suppliments-partners-area.home-5 + .subscribe-area {
       background-color: #f7f7f7;
   }
   
   .suppliments-partners-area.home-5 .single-item {
       background-color: #ffffff;
   }
   
   .suppliments-partners-area .single-item {
       background: #fefefe url(../img/resources/texture/strip.png) repeat;
       height: 120px;
       margin-bottom: 30px;
       text-align: center;
       padding-top: 30px;
       padding-bottom: 30px;
       position: relative;
   }
   
   .suppliments-partners-area .single-item.pedalworks {
       padding-top: 24px;
       padding-bottom: 24px;
   }
   
   .suppliments-partners-area .single-item.jupiter {
       padding-top: 40px;
       padding-bottom: 40px;
   }
   
   .suppliments-partners-area .single-item.eurobest {
       padding-top: 34px;
       padding-bottom: 34px;
   }
   
   .suppliments-partners-area .single-item:hover .img-holder .overlay-content {
       transform: scale(1);
   }
   
   .suppliments-partners-area .single-item .img-holder .overlay-content {
       background: #a6c311 none repeat scroll 0 0;
       bottom: 0;
       left: 0;
       padding-top: 22px;
       position: absolute;
       right: 0;
       top: 0;
       padding-left: 10px;
       padding-right: 10px;
       transform: scale(0);
       transition: all .5s ease;
   }
   
   .suppliments-partners-area .single-item .img-holder .overlay-content p {
       color: #ffffff;
       line-height: 26px;
       font-weight: 700;
       margin: 0;
   }
   
   
   /* ==============================
      16. Perfect Plan styles
      ============================== */
   
   .perfect-plan-area {
       position: relative;
       background: url(../img/resources/texture/pattern-1.png) repeat;
       padding-bottom: 50px;
   }
   
   .perfect-plan-area * {
       position: relative;
   }
   
   .perfect-plan-area:before {
       content: '';
       position: absolute;
       top: 0;
       left: 0;
       right: 0;
       bottom: 0;
       background: #f7f7f7;
       display: block;
       opacity: .95;
   }
   
   .perfect-plan-area .section-title span {
       background: #f7f7f7;
   }
   
   .perfect-plan-area.home-3 {
       padding-top: 90px;
       padding-bottom: 45px;
       background: none;
       position: relative;
   }
   
   .perfect-plan-area.home-3:before {
       content: '';
       position: absolute;
       top: 0;
       right: 0;
       left: 0;
       bottom: 0;
       background: url(../img/resources/texture/green-gray-curv.png) 38% 0% no-repeat;
       background-size: cover;
   }
   
   .perfect-plan-area.home-3 .perfect-plan-left {
       padding-top: 0px;
       padding-bottom: 0px;
       padding-right: 40px;
   }
   
   .perfect-plan-area.home-3 .perfect-plan-right {
       padding-top: 0;
   }
   
   .perfect-plan-left {
       padding-top: 80px;
       padding-bottom: 45px;
   }
   
   .perfect-plan-left .img-holder img {
       float: left;
   }
   
   .perfect-plan-right {
       padding-left: 20px;
       padding-top: 96px;
   }
   
   .perfect-plan-right h2 {
       margin: 0 0 18px;
       font-family: 'Roboto';
       font-size: 30px;
       text-transform: uppercase;
       color: #272727;
       line-height: 50px;
   }
   
   .perfect-plan-right span {
       color: #a6c311;
       font-size: 16px;
       font-weight: 500;
       line-height: 28px;
       font-family: 'Raleway';
   }
   
   .perfect-plan-right ul {
       margin: 0;
       padding: 0;
       margin: 22px 0 46px;
       overflow: hidden;
   }
   
   .perfect-plan-right ul li {
       list-style: none;
       color: #9e9e9e;
       float: left;
       font-family: "Roboto", sans-serif;
       font-size: 16px;
       font-style: italic;
       line-height: 30px;
       margin-right: 15px;
       margin-bottom: 5px;
   }
   
   .perfect-plan-right ul li i {
       font-size: 14px;
       margin-right: 10px;
   }
   
   .perfect-plan-right .google-play-app-store ul {
       margin: 0;
       padding: 0;
   }
   
   .perfect-plan-right .google-play-app-store ul li {
       list-style: none;
       margin-right: 30px;
   }
   
   
   /* ==============================
      17. Project content styles
      ============================== */
   
   .project-content.home-2 {padding-bottom: 50px;}
   .project-content ul.gallery-filter {
       margin-bottom: 60px;
       margin-top: 130px;
   }
   
   .project-content ul.post-pagination {
       margin-top: 50px;
   }
   
   .project-content .owl-theme .owl-nav {
       background: #ffffff;
       display: inline-block;
       position: absolute;
       right: 0;
       top: -95px;
       padding-left: 25px;
   }
   
   .project-content .owl-theme .owl-nav [class*=owl-] {
       padding: 0;
       background-color: transparent;
       color: #B6B6B6;
       font-size: 14px;
       width: 35px;
       height: 35px;
       border-radius: 50%;
       border: 2px solid #b6b6b6;
       line-height: 31px;
       transition: all 0.5s ease;
   }
   
   .project-content .owl-theme .owl-nav [class*=owl-]:hover {
       border-color: #a6c311;
       color: #a6c311;
   }
   
   .single-project-item {
       margin-bottom: 30px;
   }
   
   .single-project-item img {
       width: 100%;
   }
   
   .single-project-item .img-box {
       position: relative;
   }
   
   .single-project-item .overlay {
       position: absolute;
       top: 0;
       left: 0;
       right: 0;
       bottom: 0;
       overflow-y: hidden;
   }
   
   .single-project-item .overlay .box {
       display: table;
       width: 100%;
       height: 100%;
   }
   
   .single-project-item .overlay .box .top-box {
       display: table;
       width: 100%;
       height: 100%;
       background: rgba(0, 0, 0, 0.7);
       transition: all .5s ease 0s;
       opacity: 0;
       transform: translate3d(0, -100px, 0);
   }
   
   .single-project-item .overlay .box .title {
       display: table-cell;
       vertical-align: top;
       text-align: center;
       padding-top: 105px;
   }
   
   .single-project-item .overlay .box .title h3 {
       margin: 0;
       font-size: 22px;
       color: #a6c311;
       font-weight: 500;
       opacity: 0;
   }
   
   .single-project-item .overlay .box .bottom-box {
       background: #a6c311;
       display: block;
       position: absolute;
       bottom: 0;
       left: 0;
       width: 100%;
       transition: all .5s ease .5s;
       transform: translate3d(0, 40px, 0);
       opacity: 0;
   }
   
   .single-project-item .overlay .box .bottom-box ul {
       margin: 0;
       padding: 0;
       list-style: none;
   }
   
   .single-project-item .overlay .box .bottom-box ul li {
       list-style: none;
       float: left;
       width: 50%;
   }
   
   .single-project-item .overlay .box .bottom-box ul li:last-child a {
       border: none;
   }
   
   .single-project-item .overlay .box .bottom-box ul li a {
       display: block;
       font-size: 18px;
       color: #ffffff;
       text-align: center;
       line-height: 70px;
       border-right: 1px solid #b7d617;
       transition: all 0.5s ease;
   }
   
   .single-project-item .overlay .box .bottom-box ul li a:hover {
       background: #9bb60e;
   }
   
   .single-project-item .img-box:hover .box .top-box {
       opacity: 1;
       transform: translate3d(0, 0px, 0);
   }
   
   .single-project-item .img-box:hover .box .bottom-box {
       transform: translate3d(0, 0px, 0);
       opacity: 1;
   }
   
   .single-project-item .text-box {
       border: 1px solid #f7f7f7;
       border-top: 0;
       padding-left: 20px;
       padding-bottom: 25px;
       padding-top: 25px;
       background: url("../img/single-project-item/bg.png") repeat;
   }
   
   .single-project-item .text-box h3 {
       font-size: 24px;
       color: #272727;
       font-weight: bold;
       font-family: 'Roboto';
       margin: 0;
   }
   
   .single-project-item .text-box p {
       font-family: 'Raleway';
       font-size: 14px;
       color: #a6c311;
       margin: 0;
   }
   
   .single-project-content .single-project-carousel {
       margin-bottom: 30px;
       position: relative;
   }
   
   .single-project-content .single-project-carousel .owl-nav {
       margin: 0px;
   }
   
   .single-project-content .single-project-carousel .owl-nav .owl-prev {
       left: 0;
   }
   
   .single-project-content .single-project-carousel .owl-nav .owl-next {
       right: 0;
   }
   
   .single-project-content .single-project-carousel .owl-nav [class*=owl-] {
       width: 50px;
       height: 50px;
       font-size: 30px;
       line-height: 50px;
       background: #a6c311;
       padding: 0;
       text-align: center;
       color: #ffffff;
       border-radius: 0;
       transition: all 0.5s ease;
       position: absolute;
       top: 50%;
       margin: 0;
       margin-top: -25px;
   }
   
   .single-project-content .single-project-carousel .owl-nav [class*=owl-]:hover {
       background: rgba(0, 0, 0, 0.5);
   }
   
   .single-project-content .single-project-customer-info {
       margin-top: 15px;
   }
   
   .single-project-content .single-project-customer-info ul {
       margin: 0;
       padding: 0;
       list-style: none;
   }
   
   .single-project-content .single-project-customer-info ul li {
       list-style: none;
       font-size: 16px;
       color: #9e9e9e;
       font-weight: 500;
       line-height: 39px;
       font-family: 'Raleway';
       border-bottom: 1px solid #f7f7f7;
   }
   
   .single-project-content .single-project-customer-info ul li:last-child {
       border-bottom: 0;
   }
   
   .single-project-content .single-project-customer-info ul li label {
       font-size: 16px;
       font-weight: 900;
       color: #272727;
       font-family: 'Roboto';
   }
   
   .single-project-content .single-project-content h3 {
       font-size: 30px;
       font-weight: 500;
       margin: 0;
       line-height: 25px;
       margin-bottom: 12px;
   }
   
   .single-project-content .single-project-content p.tags {
       margin-bottom: 19px;
   }
   
   .single-project-content .single-project-content p.tags a {
       color: #a6c311;
   }
   
   .single-project-content .single-project-content .thm-btn {
       padding: 0 30px;
       line-height: 50px;
       margin-top: 15px;
   }
   
   .single-project-content .single-project-content .thm-btn i {
       margin-left: 6px;
   }
   
   .single-project-content .single-project-content p {
       font-size: 16px;
       line-height: 26px;
       margin: 0;
       color: #9e9e9e;
   }
   
   .project-content.home-3 .container-fluid {
       padding: 0;
   }
   
   .project-content.home-3 [class^='col'],
   .project-content.home-3 [class*='col'] {
       padding: 0;
   }
   
   .project-content.home-3 .row {
       margin: 0;
   }
   
   .project-content.home-3 .single-project-item {
       margin-bottom: 0;
   }
   
   .project-content.col-5-wrapper .container-fluid {
       padding: 0;
   }
   
   .project-content.col-5-wrapper [class^='col'],
   .project-content.col-5-wrapper [class*='col'] {
       padding: 0;
   }
   
   .project-content.col-5-wrapper .single-project-item {
       margin-bottom: 0;
   }
   
   .project-content.col-5-wrapper .col-5 {
       width: 20%;
       float: left;
   }
   
   .project-content.grid-text-4col .single-project-item .text-box h3 {
       font-size: 18px;
   }
   
   .project-content.grid-text-4col ul.post-pagination {
       margin-top: 20px;
   }
   
   .project-content.grid-text-2col ul.post-pagination,
   .project-content.grid-text-3col ul.post-pagination {
       margin-top: 20px;
   }
   
   .related-product-carousel {
       position: relative;
   }
   
   .related-product-carousel .single-project-item {
       margin-bottom: 0;
   }
   
   .related-product-carousel .owl-nav {
       background: #FEFEFE;
       position: absolute;
       top: -97px;
       right: 0;
       margin: 0;
       padding-left: 30px;
   }
   
   .related-product-carousel .owl-nav [class*=owl-] {
       color: #ffffff;
       font-size: 14px;
       line-height: 50px;
       margin: 0;
       padding: 0;
       width: 60px;
       background-color: #a6c311 !important;
       border-radius: 0;
       transition: all .3s ease;
   }
   
   .related-product-carousel .owl-nav [class*=owl-]:hover {
       background-color: #272727 !important;
   }
   
   .single-project-top-box {
       margin-bottom: 50px;
       padding-bottom: 25px;
       border-bottom: 1px solid #f7f7f7;
   }
   
   .single-project-top-box .grid-box-link {
       width: 40px;
       height: 40px;
       font-size: 17px;
       color: #ffffff;
       line-height: 40px;
       background: #a6c311;
       display: block;
       text-align: center;
   }
   
   .single-project-top-box .thm-btn {
       line-height: 38px;
       background: #ffffff url(../img/resources/texture/strip.png) repeat;
       border: 1px solid #f7f7f7;
       color: #272727;
   }
   
   .single-project-top-box .thm-btn i {
       color: #272727;
       margin: 0;
       transition: all .4s ease;
   }
   
   .single-project-top-box .thm-btn i.fa-caret-left {
       margin-right: 6px;
   }
   
   .single-project-top-box .thm-btn i.fa-caret-right {
       margin-left: 6px;
   }
   
   .single-project-top-box .thm-btn:hover {
       background: #a6c311;
       color: #ffffff;
       border-color: #a6c311;
   }
   
   .single-project-top-box .thm-btn:hover i {
       color: #ffffff;
   }
   
   
   /* =========================================
      18. Join Now home 2 styles
      ========================================= */
   
   .join-now-area {
       position: relative;
       background: url(../img/resources/texture/pattern-1.png) repeat;
       padding: 80px 0;
   }
   
   .join-now-area * {
       position: relative;
   }
   
   .join-now-area:before {
       content: '';
       position: absolute;
       top: 0;
       left: 0;
       right: 0;
       bottom: 0;
       background: #a6c311;
       display: block;
       opacity: .95;
   }
   
   .join-now-area .section-title span {
       background: #a6c311;
   }
   
   .join-now-area.page-title {
       padding-bottom: 30px;
   }
   
   .join-now-area.pattern-2 {
       position: relative;
       background: url(../img/resources/texture/pattern-1.png) repeat;
   }
   
   .join-now-area.pattern-2 * {
       position: relative;
   }
   
   .join-now-area.pattern-2:before {
       content: '';
       position: absolute;
       top: 0;
       left: 0;
       right: 0;
       bottom: 0;
       background: #131313;
       display: block;
       opacity: .95;
   }
   
   .join-now-area.pattern-2 .section-title span {
       background: #131313;
   }
   
   .join-now-area .join-now h1 {
       color: #ffffff;
       font-size: 36px;
       line-height: 52px;
       margin: 0 0 37px;
   }
   
   .join-now-area .join-now .button a {
       margin: 0 13px;
   }
   
   
   /* =========================================
      19. fitness service boxed styles
      ========================================= */
   
   .fitness-services-boxed {
       margin-top: -60px;
       position: relative;
       padding-bottom: 80px;
   }
   
   .fitness-services-boxed .container {
       box-shadow: 0px 3px 2px #f7f7f7;
       background: #ffffff;
       z-index: 99;
   }
   
   .fitness-services-boxed .single-fitness-service {
       margin-left: -15px;
       margin-right: -15px;
       padding-top: 35px;
       padding-bottom: 35px;
       border-right: 1px solid #F3F3F3;
       position: relative;
       text-align: center;
   }
   
   .fitness-services-boxed .single-fitness-service > i {
       color: #a6c311;
       font-size: 50px;
   }
   
   .fitness-services-boxed .single-fitness-service h3 {
       margin: 0;
       font-size: 24px;
       color: #323232;
       line-height: 30px;
       font-weight: bold;
       margin-top: 5px;
   }
   
   .fitness-services-boxed .single-fitness-service.border-left {
       border-left: 1px solid #f3f3f3;
   }
   
   .fitness-services-boxed .single-fitness-service .single-fitness-service-details {
       position: absolute;
       bottom: 0;
       left: 0;
       right: 0;
       background: #fff;
       text-align: left;
       opacity: 0;
       visibility: hidden;
       transform: rotateY(-90deg);
       transition: all .5s ease;
   }
   
   .fitness-services-boxed .single-fitness-service .single-fitness-service-details .img-box {
       overflow: hidden;
       position: relative;
       border: 5px solid #fff;
   }
   
   .fitness-services-boxed .single-fitness-service .single-fitness-service-details .img-box .overlay {
       position: absolute;
       top: 0;
       left: 0;
       right: 0;
       bottom: 0;
       background: rgba(166, 195, 17, 0.9);
       transform: translate3d(0, -250px, 0);
       transition: all .5s ease 0s;
       opacity: 0;
   }
   
   .fitness-services-boxed .single-fitness-service .single-fitness-service-details .img-box .overlay .content {
       display: table;
       width: 100%;
       height: 100%;
   }
   
   .fitness-services-boxed .single-fitness-service .single-fitness-service-details .img-box .overlay .content .box {
       display: table-cell;
       vertical-align: middle;
   }
   
   .fitness-services-boxed .single-fitness-service .single-fitness-service-details .img-box .overlay .content .box a {
       display: block;
       width: 65px;
       height: 65px;
       border: 5px solid #BECE5E;
       background: #ffffff;
       color: #a6c311;
       font-size: 18px;
       margin-left: auto;
       margin-right: auto;
       text-align: center;
       border-radius: 50%;
       line-height: 55px;
   }
   
   .fitness-services-boxed .single-fitness-service .single-fitness-service-details h3 {
       margin: 0;
       line-height: 40px;
   }
   
   .fitness-services-boxed .single-fitness-service .single-fitness-service-details .top-box i {
       font-size: 20px;
       width: 40px;
       height: 40px;
       background: #a6c311;
       display: block;
       color: #fff;
       text-align: center;
       line-height: 40px;
   }
   
   .fitness-services-boxed .single-fitness-service .single-fitness-service-details p {
       font-size: 14px;
       color: #9E9E9E;
       line-height: 24px;
       margin: 0;
   }
   
   .fitness-services-boxed .single-fitness-service .single-fitness-service-details a {
       text-transform: uppercase;
       font-size: 18px;
       font-weight: 900;
       color: #a6c311;
   }
   
   .fitness-services-boxed .single-fitness-service .single-fitness-service-details a:hover {
       color: #272727;
   }
   
   .fitness-services-boxed .single-fitness-service .single-fitness-service-details .bottom-box p {
       font-size: 18px;
       line-height: 30px;
       color: #a6c311;
       font-family: 'Roboto', sans-serif;
   }
   
   .fitness-services-boxed .single-fitness-service .single-fitness-service-details .bottom-box p span {
       font-size: 24px;
       font-weight: bold;
   }
   
   .fitness-services-boxed .single-fitness-service .single-fitness-service-details .top-box,
   .fitness-services-boxed .single-fitness-service .single-fitness-service-details .content-box,
   .fitness-services-boxed .single-fitness-service .single-fitness-service-details .bottom-box {
       padding: 0 20px;
   }
   
   .fitness-services-boxed .single-fitness-service .single-fitness-service-details .top-box {
       margin-bottom: 17px;
       margin-top: 10px;
   }
   
   .fitness-services-boxed .single-fitness-service .single-fitness-service-details .content-box {
       margin-bottom: 20px;
   }
   
   .fitness-services-boxed .single-fitness-service .single-fitness-service-details .bottom-box {
       margin-bottom: 14px;
   }
   
   .fitness-services-boxed .single-fitness-service .single-fitness-service-details:hover .img-box:hover .overlay {
       opacity: 1;
       transform: translate3d(0, 0px, 0);
   }
   
   .fitness-services-boxed .single-fitness-service:hover .single-fitness-service-details {
       transform: rotateY(0deg);
       opacity: 1;
       visibility: visible;
   }
   
   .fitness-service-round-icon {
       padding-bottom: 77px;
   }
   
   .single-fitness-service-round-icon {
       text-align: center;
   }
   
   .single-fitness-service-round-icon .icon-box {
       width: 107px;
       height: 107px;
       border-radius: 50%;
       border: 5px solid #f7f7f7;
       margin-left: auto;
       margin-right: auto;
       background: #ffffff url(../img/resources/texture/strip.png) repeat;
       margin-bottom: 16px;
       transition: all .3s ease;
   }
   
   .single-fitness-service-round-icon .icon-box i {
       color: #B0CA49;
       font-size: 44px;
       line-height: 97px;
   }
   
   .single-fitness-service-round-icon .icon-box:hover {
       background: #a6c311;
       border-color: #a6c311;
   }
   
   .single-fitness-service-round-icon .icon-box:hover i {
       color: #fff;
   }
   
   .single-fitness-service-round-icon h3 {
       margin: 0;
       font-size: 24px;
       color: #323232;
       line-height: 30px;
       font-weight: bold;
       margin-bottom: 7px;
   }
   
   .single-fitness-service-round-icon p {
       font-size: 14px;
       color: #9e9e9e;
       line-height: 24px;
       font-family: 'Raleway';
       margin: 0;
   }
   
   .fitness-service-round-icon.square-box {
       padding-top: 0;
   }
   
   .fitness-service-round-icon.square-box .section-title {
       padding-bottom: 0;
       margin-top: 80px;
   }
   
   .single-fitness-service-round-icon.square-box {
       border: 2px solid #f7f7f7;
       padding: 0 13px;
       margin-top: 138.5px;
       transition: all .3s ease;
   }
   
   .single-fitness-service-round-icon.square-box .icon-box {
       margin-top: -53.5px;
       transition: all .3s ease;
   }
   
   .single-fitness-service-round-icon.square-box i {
       font-size: 35px;
       transition: all .3s ease;
   }
   
   .single-fitness-service-round-icon.square-box a {
       display: inline-block;
       background: #ffffff url(../img/resources/texture/strip.png) repeat;
       border: 2px solid #f7f7f7;
       color: #272727;
       font-size: 14px;
       text-transform: uppercase;
       font-weight: 900;
       line-height: 30px;
       padding: 8px 40px;
       position: relative;
       top: 25px;
       margin-top: -25px;
       transition: all .3s ease;
   }
   
   .single-fitness-service-round-icon.square-box:hover {
       background: #fdfcfc url(../img/resources/texture/strip.png) repeat;
   }
   
   .single-fitness-service-round-icon.square-box:hover .icon-box {
       background: #B0CA49;
       border-color: #B0CA49;
   }
   
   .single-fitness-service-round-icon.square-box:hover .icon-box i {
       color: #ffffff;
   }
   
   .single-fitness-service-round-icon.square-box:hover a {
       background: #B0CA49;
       border-color: #B0CA49;
       color: #ffffff;
   }
   
   
   /* =========================================
      20. fitness video Gallery styles
      ========================================= */
   
   .fitness-video-area .video-box {
       padding-right: 70px;
   }
   
   .fitness-video-area .video-box .inner-box {
       background: url(../img/resources/texture/strip.png) repeat;
       position: relative;
   }
   
   .fitness-video-area .video-box .inner-box ul,
   .fitness-video-area .video-box .inner-box li {
       margin: 0;
       padding: 0;
       list-style: none;
   }
   
   .fitness-video-area .video-box .inner-box ul.img-list {
       margin-left: -15px;
       margin-right: -15px;
   }
   
   .fitness-video-area .video-box .inner-box ul.img-list li {
       display: inline-block;
       vertical-align: top;
       padding: 0 15px;
       position: relative;
   }
   
   .fitness-video-area .video-box .inner-box ul.img-list li:last-child {
       margin-top: 144px;
   }
   
   .fitness-video-area .video-box .inner-box ul.img-list li:before {
       content: '';
       position: absolute;
       top: 0;
       right: 0;
       bottom: 0;
       left: 0;
       background: #ffffff;
       opacity: .60;
       transition: all .5s ease;
   }
   
   .fitness-video-area .video-box .inner-box ul.img-list li.active:before {
       opacity: 0;
   }
   
   .fitness-video-area .video-box .inner-box .main-box {
       position: absolute;
       top: 0;
       left: 0;
       right: 0;
       bottom: 0;
   }
   
   .fitness-video-area .video-box .inner-box .main-box .img-box {
       position: relative;
       display: inline-block;
       margin-top: 125px;
       margin-left: 65px;
   }
   
   .fitness-video-area .video-box .inner-box .main-box .overlay {
       position: absolute;
       top: 0;
       left: 0;
       right: 0;
       bottom: 0;
   }
   
   .fitness-video-area .video-box .inner-box .main-box .overlay .box-content {
       display: table;
       width: 100%;
       height: 100%;
   }
   
   .fitness-video-area .video-box .inner-box .main-box .overlay .box-content .content {
       display: table-cell;
       vertical-align: middle;
   }
   
   .fitness-video-area .video-box .inner-box .main-box .overlay .box-content .content a {
       display: block;
       text-align: center;
   }
   
   .fitness-video-area .video-box .inner-box ul.navigation {
       margin: 0;
       padding: 0;
       margin-left: -11px;
       margin-right: -11px;
       background: #ffffff;
       position: absolute;
       bottom: 0;
       right: 0;
       margin-left: 0;
       padding-left: 14px;
       padding-top: 25px;
   }
   
   .fitness-video-area .video-box .inner-box ul.navigation li {
       list-style: none;
       display: inline-block;
       padding: 0 11px;
   }
   
   .fitness-video-area .video-box .inner-box ul.navigation li a {
       display: inline-block;
       width: 38px;
       height: 38px;
       border: 2px solid #9e9e9e;
       text-align: center;
       border-radius: 50%;
       transition: all .5s ease;
   }
   
   .fitness-video-area .video-box .inner-box ul.navigation li a i {
       color: #9e9e9e;
       font-size: 18px;
       line-height: 34px;
   }
   
   .fitness-video-area .video-box .inner-box ul.navigation li a:hover {
       color: #a6c311;
       border-color: #a6c311;
   }
   
   .fitness-video-area .right-text h3 {
       color: #272727;
       font-size: 30px;
       line-height: 45px;
       font-weight: 900;
       text-transform: uppercase;
       margin: 0;
       margin-bottom: 40px;
   }
   
   .fitness-video-area .right-text p.highlighted {
       color: #a6c311;
       font-size: 14px;
       line-height: 24px;
       font-weight: bold;
       font-family: 'Raleway';
       margin: 0;
   }
   
   .fitness-video-area .right-text p {
       font-size: 14px;
       font-family: 'Raleway';
       color: #9e9e9e;
       line-height: 24px;
       margin: 0;
   }
   
   .fitness-video-area .right-text h4 {
       font-size: 48px;
       color: #D7D7D7;
       line-height: 60px;
       font-weight: 900;
       margin: 0;
   }
   
   
   /* =========================================
      21. Bmi Calculator styles
      ========================================= */
   
   .bmi-tab-box .bmi-tab-title ul {
       margin: 0;
       padding: 0;
       padding-left: 3px;
   }
   
   .bmi-tab-box .bmi-tab-title ul li {
       list-style: none;
       display: inline-block;
       margin-left: -3px;
   }
   
   .bmi-tab-box .bmi-tab-title ul li.active a,
   .bmi-tab-box .bmi-tab-title ul li:hover a {
       background: #a6c311;
       color: #ffffff;
   }
   
   .bmi-tab-box .bmi-tab-title ul li a {
       display: block;
       background: #ffffff url(../img/resources/texture/strip.png) repeat;
       font-size: 18px;
       color: #272727;
       letter-spacing: .024em;
       line-height: 17.29px;
       text-align: center;
       text-transform: uppercase;
       font-weight: bold;
       padding: 14px 46px;
       cursor: pointer;
       transition: all .4s ease;
   }
   
   .bmi-tab-box .bmi-tab-title ul li a i {
       font-size: 18px;
   }
   
   .bmi-tab-box .bmi-tab-content .content-box {
       background: #ffffff;
       padding: 40px 40px;
   }
   
   .bmi-tab-box .bmi-tab-content .content-box#male {
       background: #ffffff ;
   }
   
   .bmi-tab-box .bmi-tab-content .content-box#female {
       /* background: #ffffff url(../img/class/bmi-bg-f.png) bottom right no-repeat; */
   }
   
   .bmi-tab-box .bmi-tab-content ul,
   .bmi-tab-box .bmi-tab-content li {
       margin: 0;
       padding: 0;
       list-style: none;
   }
   
   .bmi-tab-box .bmi-tab-content input,
   .bmi-tab-box .bmi-tab-content button {
       border: none;
       outline: none;
       background: none;
   }
   
   .bmi-tab-box .bmi-tab-content ul li {
       display: inline-block;
       margin-bottom: 40px;
   }
   
   .bmi-tab-box .bmi-tab-content ul li label {
       margin-right: 17px;
       font-size: 18px;
       font-weight: bold;
       color: #272727;
   }
   
   .bmi-tab-box .bmi-tab-content ul li span {
       margin-left: 15px;
       color: #9e9e9e;
       font-size: 14px;
       font-style: italic;
       margin-right: 20px;
   }
   
   .bmi-tab-box .bmi-tab-content ul li input {
       background: #f7f7f7 url(../img/resources/texture/strip.png) repeat;
       padding-left: 15px;
       height: 40px;
       display: inline-block;
       width: 80px;
   }
   
   .bmi-tab-box .bmi-tab-content button {
       background: #a6c311;
       color: #ffffff;
       font-size: 14px;
       font-weight: 900;
       text-transform: uppercase;
       line-height: 30px;
       padding: 10px 37px;
       transition: background .3s ease;
   }
   
   .bmi-tab-box .bmi-tab-content button:hover {
       background: #272727;
   }
   
   .bmi-tab-box .bmi-tab-content .result-box {
       margin-top: 50px;
       display: inline-block;
   }
   
   .bmi-tab-box .bmi-tab-content .result-box label {
       font-size: 18px;
       font-weight: bold;
       color: #272727;
       line-height: 60px;
       margin-right: 17px;
   }
   
   .bmi-tab-box .bmi-tab-content .result-box input {
       background: #f7f7f7 url(../img/resources/texture/strip.png) repeat;
       padding-left: 15px;
       height: 60px;
       display: inline-block;
       width: 158px;
       text-align: center;
       font-size: 30px;
       line-height: 60px;
       color: #272727;
       font-weight: 900;
   }
   
   .bmi-tab-box .bmi-tab-content .result-box a {
       display: block;
       font-size: 16px;
       font-weight: bold;
       color: #a6c311;
       text-align: right;
       margin-top: 5px;
   }
   
   
   /* =========================================
      22. Poplular Class styles
      ========================================= */
   
   .single-popular-class {
       margin-bottom: 30px;
       background: #ffffff;
   }
   
   .single-popular-class h3,
   .single-popular-class p {
       margin: 0;
   }
   
   .single-popular-class img {
       width: 100%;
       /* height: 180px; */
   }
   
   .single-popular-class h3 {
       font-size: 24px;
       color: #272727;
       line-height: 30px;
       font-weight: bold;
   }
   
   .single-popular-class p {
       color: #a6c311;
       font-size: 14px;
       line-height: 30px;
       font-style: italic;
       font-family: 'Roboto';
       margin-top: -2px;
   }
   
   .single-popular-class p span {
       font-size: 18px;
       font-style: normal;
       font-weight: bold;
   }
   
   .single-popular-class .img-box {
       border: 5px solid #ffffff;
       position: relative;
       overflow: hidden;
   }
   
   .single-popular-class .img-box .overlay {
       position: absolute;
       top: 0;
       left: 0;
       right: 0;
       bottom: 0;
       background: rgba(166, 195, 17, 0.9);
       transform: translate3d(0, -250px, 0);
       transition: all .5s ease 0s;
       opacity: 0;
   }
   
   .single-popular-class .img-box .overlay .content {
       display: table;
       width: 100%;
       height: 100%;
   }
   
   .single-popular-class .img-box .overlay .content .box {
       display: table-cell;
       vertical-align: middle;
   }
   
   .single-popular-class .img-box .overlay .content .box a {
       display: block;
       width: 60px;
       height: 60px;
       /*border: 5px solid #BECE5E;*/
       background: #ffffff;
       color: #a6c311;
       font-size: 18px;
       margin-left: auto;
       margin-right: auto;
       text-align: center;
       border-radius: 50%;
       line-height: 60px;
       box-shadow: 0 0 0 5px rgba(255, 255, 255, .3);
   }
   
   .single-popular-class .img-box:hover .overlay {
       opacity: 1;
       transform: translate3d(0, 0px, 0);
   }
   
   .single-popular-class .icon-box {
       width: 40px;
       height: 40px;
       background: #a6c311;
       text-align: center;
       margin-top: 5px;
   }
   
   .single-popular-class .icon-box i {
       font-size: 24px;
       line-height: 40px;
       color: #ffffff;
   }
   
   .single-popular-class .text-box {
       padding-top: 4px;
       padding-left: 10px;
       padding-right: 10px;
       padding-bottom: 7px;
   }
   
   
   /* =========================================
      23. Schedule class styles
      ========================================= */
   
   .schedule-table h3,
   .schedule-table h4 {
       margin: 0;
   }
   
   .schedule-table ul,
   .schedule-table li {
       margin: 0;
       padding: 0;
       list-style: none;
   }
   
   .schedule-table thead tr {
       border: none;
   }
   
   .schedule-table thead tr td {
       background: #f7f7f7 url(../img/resources/texture/strip.png) repeat;
       border: 1px solid #ffffff;
   }
   
   .schedule-table thead tr td h3 {
       font-size: 16px;
       font-weight: bold;
       color: #9e9e9e;
       line-height: 30px;
       text-align: center;
   }
   
   .schedule-table tbody tr td {
       border: none;
       background: #a6c311;
       padding: 15px;
       border: 2px solid #ffffff;
       cursor: pointer;
       transition: all .4s ease;
   }
   
   .schedule-table tbody tr td h4 {
       font-size: 16px;
       color: #ffffff;
       font-weight: bold;
       line-height: 30px;
   }
   
   .schedule-table tbody tr td ul li {
       font-size: 14px;
       line-height: 22px;
       color: #ffffff;
       font-weight: bold;
   }
   
   .schedule-table tbody tr td ul li.time {
       margin-bottom: 20px;
   }
   
   .schedule-table tbody tr td.none {
       background: #f7f7f7;
   }
   
   .schedule-table tbody tr td.none * {
       opacity: 0;
   }
   
   .schedule-table tbody tr td.same {
       background: #a6c311;
   }
   
   .schedule-table tbody tr td.closed {
       opacity: 0.3;
   }
   
   .schedule-table tbody tr td.opened {
       opacity: 1;
   }
   
   
   /* =========================================
      24. Pricing table styles
      ========================================= */
   
   .pricing-table {
       margin-bottom: 0;
   }
   
   .pricing-table h3,
   .pricing-table h4,
   .pricing-table p {
       margin: 0;
   }
   
   .pricing-table thead tr td {
       text-align: center;
       border: none;
       vertical-align: middle;
       padding: 0;
       border: 1px solid #ffffff;
       border-top: 0;
       border-bottom: 0;
   }
   
   .pricing-table thead tr td h4 {
       font-size: 24px;
       color: #ffffff;
       text-transform: capitalize;
       font-weight: bold;
       line-height: 20px;
       border-bottom: 1px solid rgba(255, 255, 255, 0.1);
       padding: 21px 0;
       margin-bottom: 20px;
   }
   
   .pricing-table thead tr td span {
       font-weight: bold;
       font-size: 60px;
       line-height: 60px;
       color: #f7f7f7;
   }
   
   .pricing-table thead tr td p {
       font-family: 'Oregano';
       font-style: italic;
       color: #f7f7f7;
       font-size: 24px;
       line-height: 30px;
       font-weight: normal;
       margin-bottom: 22px;
   }
   
   .pricing-table thead tr td.pattern-4 h3 {
       font-weight: bold;
       color: #A7C219;
       font-size: 30px;
       line-height: 40px;
   }
   
   .pricing-table tbody tr {
       border: none;
       background-color: #ffffff;
       background: url(../img/resources/texture/strip.png) no-repeat;
   }
   
   .pricing-table tbody tr:nth-child(even) {
       background-color: #f2f3f3;
   }
   
   .pricing-table tbody tr td {
       border: none;
       border: 2px solid #f7f7f7;
   }
   
   .pricing-table tbody tr td p {
       font-size: 18px;
       line-height: 41px;
       color: #9e9e9e;
       font-family: 'Roboto';
   }
   
   .pricing-table tbody tr.button-row td:first-child {
       visibility: hidden;
       opacity: 0;
   }
   
   .pricing-table tbody tr.button-row td {
       border: none;
   }
   
   .pricing-table tbody tr.button-row td a {
       font-size: 14px;
       line-height: 30px;
       color: #ffffff;
       font-weight: 900;
       display: inline-block;
       background: #a6c311;
       text-transform: uppercase;
       padding: 10px 45px;
       margin: 35px 0;
   }
   
   .pricing-table tbody tr.button-row td a:hover {
       background: #9BB60E;
   }
   
   
   /* =========================================
      25. Shop CTA styles
      ========================================= */
   
   .single-shop-cta .img-holder {
       position: relative;
   }
   
   .single-shop-cta .img-holder img {
       width: 100%;
   }
   
   .single-shop-cta .img-holder::before {
       content: "";
       height: 85px;
       left: 0;
       position: absolute;
       top: 0;
       width: 100%;
       background-size: 100% 100%;
   }
   
   .single-shop-cta .img-holder .content {
       left: 42%;
       position: absolute;
       right: 10%;
       top: 15%;
   }
   
   .single-shop-cta .img-holder .content h1 {
       color: #222222;
       font-size: 30px;
       font-weight: 700;
       line-height: 40px;
       margin: 0 0 16px;
       text-transform: uppercase;
   }
   
   .single-shop-cta a {
       color: #ffffff;
       font-size: 12px;
       text-transform: uppercase;
       font-weight: 700;
       width: 114px;
       display: block;
       height: 38px;
       padding: 7px 23px;
       background: #a6c311;
       font-family: 'Roboto', sans-serif;
       transition: background .4s ease;
   }
   
   .single-shop-cta a:hover {
       background: #272727;
   }
   
   .single-shop-cta .img-holder-2 {
       position: relative;
       overflow: hidden;
   }
   
   .single-shop-cta .img-holder-2 img {
       width: 100%;
   }
   
   .single-shop-cta .img-holder-2::before {
       content: "";
       height: 100%;
       position: absolute;
       right: 0;
       top: 0;
       width: 85px;
       background-size: 100% 100%;
   }
   
   .single-shop-cta .img-holder-2 .content-2 {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
   }
   
   .single-shop-cta .img-holder-2 .content-2 h1 {
       color: #222222;
       font-size: 30px;
       font-weight: 700;
       text-transform: uppercase;
       line-height: 40px;
       padding-left: 45%;
       padding-right: 10%;
       padding-top: 5%;
   }
   
   .single-shop-cta .img-holder-2 .content-2 h1 span {
       color: #d2cc23;
   }
   
   .single-shop-cta .img-holder-2 .content-2 h2 {
       color: #222222;
       font-family: "Oregano", cursive;
       font-size: 36px;
       font-style: italic;
       font-weight: 400;
       text-transform: none;
       padding-left: 45%;
       margin: 10px 0px 0;
   }
   
   .single-shop-cta .img-holder-2 .content-2 a {
       left: 55%;
       position: relative;
       top: 5%;
   }
   
   .single-shop-cta .img-holder-3 {
       position: relative;
       overflow: hidden;
   }
   
   .single-shop-cta .img-holder-3 img {
       width: 100%;
   }
   
   .single-shop-cta .img-holder-3 .content-3 {
       height: 100%;
       left: 22px;
       position: absolute;
       top: 20px;
       width: 100%;
   }
   
   .single-shop-cta .img-holder-3 .content-3 h1 {
       color: #a6c311;
       font-family: "Oswald", sans-serif;
       font-size: 48px;
       font-weight: 700;
       margin: 0 0 8px;
   }
   
   .single-shop-cta .img-holder-3 .content-3 h2 {
       color: #222222;
       font-family: "Raleway", sans-serif;
       font-size: 30px;
       font-weight: 800;
       line-height: 45px;
       margin: 0 0 20px;
       text-transform: uppercase;
   }
   
   
   /* ==============================
      26. Shop styles
      ============================== */
   
   .single-product-item {
       margin-bottom: 30px;
   }
   
   .single-product-item ul,
   .single-product-item li {
       margin: 0;
       padding: 0;
       list-style: none;
   }
   
   .single-product-item h3,
   .single-product-item h2,
   .single-product-item p {
       margin: 0;
   }
   
   .single-product-item .img-holder {
       position: relative;
       overflow: hidden;
   }
   
   .single-product-item .img-holder img {
       width: 100%;
   }
   
   .single-product-item .img-holder .overlay {
       background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
       bottom: 0;
       left: 0;
       position: absolute;
       right: 0;
       text-align: center;
       top: 0;
       transition: all 0.5s ease 0s;
       opacity: 0;
       transform: translate3d(0, 100px, 0);
   }
   
   .single-product-item .img-holder .overlay .icon-holder {
       display: table;
       width: 100%;
       height: 100%;
       opacity: 0;
       transform: translate3d(0, 100px, 0);
       transition: all 0.4s ease-out 0.5s;
   }
   
   .single-product-item .img-holder .overlay .icon-holder ul {
       display: table-cell;
       vertical-align: middle;
   }
   
   .single-product-item .img-holder .overlay .icon-holder ul li {
       display: inline-block;
       margin: 0 3px;
   }
   
   .single-product-item .img-holder .overlay .icon-holder ul li a i {
       background: #a6c311 none repeat scroll 0 0;
       color: #ffffff;
       display: block;
       font-size: 18px;
       padding: 20px 20px;
       width: 60px;
       height: 60px;
       transition: all .3s ease;
   }
   
   .single-product-item .img-holder .overlay .icon-holder ul li a i:hover {
       background-color: #272727 !important;
   }
   
   .single-product-item .img-holder .new-product,
   .single-product-item .img-holder .offer-product {
       border-radius: 50%;
       top: 20px;
       z-index: 9;
       position: absolute;
       width: 65px;
       height: 65px;
   }
   
   .single-product-item .img-holder .new-product {
       background: #dfd81e;
       left: 20px;
   }
   
   .single-product-item .img-holder .new-product p {
       color: #ffffff;
       font-family: "Roboto", sans-serif;
       font-size: 14px;
       font-weight: 700;
       line-height: 65px;
       margin: 0;
       text-transform: uppercase;
       text-align: center;
   }
   
   .single-product-item .img-holder .offer-product {
       background: #ea6f2c;
       right: 20px;
   }
   
   .single-product-item .img-holder .offer-product p {
       color: #ffffff;
       font-family: "Roboto", sans-serif;
       font-size: 14px;
       font-weight: 700;
       line-height: 20px;
       margin: 0;
       padding: 12px 0;
       text-align: center;
       text-transform: uppercase;
   }
   
   .single-product-item .title {
       background: url(../img/resources/texture/strip.png) repeat;
       border-bottom: 1px solid #f7f7f7;
       border-top: 1px solid #f7f7f7;
       padding-bottom: 20px;
       padding-top: 20px;
   }
   
   .single-product-item .title h3 {
       color: #272727;
       line-height: 34px;
       padding: 0 0 8px;
   }
   
   .single-product-item .title h2 {
       color: #a6c311;
       font-size: 24px;
       font-weight: 700;
       line-height: 30px;
   }
   
   .single-product-item .title h2 del.before-rate {
       color: #9e9e9e;
       font-size: 18px;
       display: inline-block;
       padding-right: 10px;
   }
   
   .single-product-item:hover .img-holder .overlay {
       opacity: 1;
       transform: translate3d(0, 0px, 0);
   }
   
   .single-product-item:hover .img-holder .overlay .icon-holder {
       opacity: 1;
       transform: translate3d(0, 0px, 0);
   }
   
   .popular-shop-item .section-title {
       position: relative;
   }
   
   .popular-shop-item .section-title .gallery-filter {
       position: absolute;
       top: 3px;
       right: 0;
       background: #ffffff;
       padding-left: 30px;
       margin-bottom: 0;
   }
   
   .popular-shop-item .section-title .gallery-filter li {
       padding: 0 3px;
   }
   
   .popular-shop-item .section-title .gallery-filter li span {
       background: #f7f7f7 url(../img/resources/texture/strip.png) repeat;
       font-weight: 900;
       color: #9e9e9e;
       padding: 0;
       border: none;
       line-height: 22px;
       padding: 0 9px;
       font-size: 14px;
       text-transform: uppercase;
   }
   
   .popular-shop-item .section-title .gallery-filter li.active span {
       background-color: #a6c311;
       color: #ffffff;
   }
   
   .popular-shop-item .post-pagination {
       margin-top: 20px;
   }
   
   .popular-shop-item .meta-info {
       margin-bottom: 40px;
   }
   
   .popular-shop-item .meta-info p {
       color: #9e9e9e;
       margin: 0;
       font-size: 16px;
       text-transform: capitalize;
       font-weight: normal;
       line-height: 44px;
       font-family: 'Roboto';
   }
   
   .popular-shop-item .meta-info .select-box .bootstrap-select.btn-group .dropdown-toggle .caret {
       border: none;
       top: 2px;
       right: 20px;
   }
   
   .popular-shop-item .meta-info .select-box .btn-group.bootstrap-select {
       width: 200px;
       outline: none;
   }
   
   .popular-shop-item .meta-info .select-box .btn-group.bootstrap-select .btn {
       background: #ffffff;
       font-size: 14px;
       color: #9e9e9e;
       text-transform: capitalize;
       border: none;
       outline: none !important;
       padding: 12px 15px;
       border-radius: 0;
       border: 1px solid #f6f4f4;
   }
   
   .popular-shop-item .meta-info .select-box .dropdown-menu {
       padding: 0;
       border-radius: 0;
   }
   
   .popular-shop-item .meta-info .select-box .dropdown-menu > li > a {
       padding: 8px 15px;
       color: #ffffff;
       transition: all .3s ease;
   }
   
   .popular-shop-item .meta-info .select-box .dropdown-menu > li > a:hover {
       background: #a6c311;
   }
   
   .popular-shop-item .meta-info .select-box .bootstrap-select.btn-group .dropdown-menu li a:hover span.text {
       color: #ffffff;
       transition: all .3s ease;
   }
   
   .popular-shop-item .meta-info .select-box .bootstrap-select.btn-group .dropdown-menu li a span.text {
       font-size: 13px;
       color: #9e9e9e;
   }
   
   .popular-shop-item .meta-info .select-box .bootstrap-select.btn-group .dropdown-toggle .caret:before {
       content: '\f107';
       font-family: 'FontAwesome';
       color: #9e9e9e;
       font-size: 14px;
       line-height: 46px;
   }
   
   .product-carousel {
       position: relative;
   }
   
   .product-carousel .single-product-item .title {
       background-image: none;
       border: none;
   }
   
   .product-carousel .owl-nav {
       background: #FEFEFE;
       position: absolute;
       top: -97px;
       right: 0;
       margin: 0;
       padding-left: 30px;
   }
   
   .product-carousel .owl-nav [class*=owl-] {
       color: #ffffff;
       font-size: 14px;
       line-height: 50px;
       margin: 0;
       padding: 0;
       width: 60px;
       background-color: #a6c311 !important;
       border-radius: 0;
       transition: all .3s ease;
   }
   
   .product-carousel .owl-nav [class*=owl-]:hover {
       background-color: #272727 !important;
   }
   
   .shop-page .has-divider {
       border-top: 1px solid #f4f4f4;
       margin-top: 50px;
       padding-top: 50px;
   }
   
   .shop-page .post-pagination {
       border-top: 1px solid #f4f4f4;
       margin-top: 50px;
       padding-top: 50px;
   }
   
   .product-content-box {
       margin-bottom: 60px;
   }
   
   .product-content-box .img-box,
   .product-content-box .content-box {
       float: left;
       vertical-align: middle;
   }
   
   .product-content-box .img-box {
       width: 370px;
       text-align: center;
   }
   
   .product-content-box .content-box {
       padding-left: 30px;
       width: calc(100% - 370px);
   }
   
   .product-content-box .content-box h2 {
       margin: 0;
       font-size: 30px;
       color: #272727;
       font-weight: 500;
       line-height: 30px;
   }
   
   .product-content-box .content-box .list-inline {
       display: inline-block;
       margin-right: 5px;
       margin-bottom: 0;
       margin-top: 8px;
   }
   
   .product-content-box .content-box .list-inline li {
       padding: 0 3px;
   }
   
   .product-content-box .content-box .list-inline .fa {
       color: #a6c311;
       font-size: 16px;
   }
   
   .product-content-box .content-box span {
       font-size: 16px;
       color: #9e9e9e;
       display: inline-block;
       margin-top: 10px;
   }
   
   .product-content-box .content-box .price {
       font-size: 24px;
       color: #a6c311;
       font-weight: bold;
       display: block;
       margin-top: 8px;
       margin-bottom: 22px;
       padding-bottom: 22px;
       border-bottom: 1px solid #f4f4f4;
   }
   
   .product-content-box .content-box .price del {
       font-size: 18px;
       color: #9e9e9e;
   }
   
   .product-content-box .content-box p {
       color: #9B9B9B;
       font-size: 14px;
       line-height: 24px;
   }
   
   .product-content-box .content-box .location-box p {
       font-size: 14px;
       color: #272727;
       margin: 0;
       font-weight: bold;
       font-family: 'Roboto';
       margin-bottom: 10px;
   }
   
   .product-content-box .content-box .location-box input {
       border: 1px solid #f4f4f4;
       outline: none;
       line-height: 38px;
       font-size: 16px;
       padding-left: 10px;
       width: 160px;
   }
   
   .product-content-box .content-box .location-box button {
       background: #f4f4f4;
       font-size: 14px;
       line-height: 40px;
       border: none;
       outline: none;
       text-transform: uppercase;
       font-weight: bold;
       color: #9e9e9e;
       padding: 0 18px;
       margin-left: 6px;
   }
   
   .product-content-box .content-box .location-box span {
       color: #a6c311;
       font-size: 14px;
       font-weight: 500;
       font-family: 'Roboto';
       margin-left: 9px;
   }
   
   .product-content-box .content-box .add-to-cart-box {
       margin-top: 35px;
   }
   
   .product-content-box .content-box .add-to-cart-box input {
       width: 70px;
       font-size: 18px;
       line-height: 47px;
       color: #272727;
       text-align: center;
       background: #f4f4f4;
       border: none;
       outline: none;
   }
   
   .product-content-box .content-box .add-to-cart-box .thm-btn {
       line-height: 51px;
       margin-left: 25px;
   }
   
   .product-tab-box {
       margin-bottom: 80px;
   }
   
   .product-tab-box .tab-title {
       border-bottom: 1px solid #f6f4f4;
   }
   
   .product-tab-box .tab-title ul {
       margin: 0;
       padding: 0;
       list-style: none;
   }
   
   .product-tab-box .tab-title ul li {
       display: inline-block;
       list-style: none;
       margin-right: 6px;
   }
   
   .product-tab-box .tab-title ul li.active a {
       background: #a6c311;
       color: #ffffff;
   }
   
   .product-tab-box .tab-title ul li a {
       display: block;
       color: #272727;
       font-size: 18px;
       line-height: 45px;
       padding-left: 22px;
       padding-right: 22px;
       font-weight: bold;
       font-family: 'Roboto';
       background: url(../img/resources/texture/strip.png) repeat;
       background-color: #f7f7f7;
       transition: all 0.5s ease;
   }
   
   .product-tab-box .tab-title ul li a:hover {
       background: #a6c311;
       color: #ffffff;
   }
   
   .product-tab-box .tab-content {
       margin-top: 35px;
   }
   
   .product-tab-box .tab-content h3,
   .product-tab-box .tab-content ul,
   .product-tab-box .tab-content li {
       margin: 0;
       padding: 0;
       list-style: none;
   }
   
   .product-tab-box .tab-content h3 {
       font-size: 24px;
       color: #272727;
       font-weight: bold;
       line-height: 34px;
       margin-bottom: 25px;
   }
   
   .product-tab-box .tab-content p {
       font-size: 16px;
       line-height: 24px;
       color: #9e9e9e;
       font-family: 'Roboto';
   }
   
   .product-tab-box .tab-content #description ul li {
       font-size: 14px;
       color: #9B9B9B;
       line-height: 24px;
       margin-bottom: 10px;
   }
   
   .product-tab-box .tab-content #description ul li:before {
       content: '\f00c';
       font-family: FontAwesome;
       color: #a6c311;
       line-height: 24px;
       margin-right: 12px;
       position: relative;
       top: 2px;
   }
   
   .review-box .single-review-box {
       border-bottom: 1px solid #f4f4f4;
       margin-bottom: 30px;
       padding-bottom: 25px;
   }
   
   .review-box .single-review-box .img-box,
   .review-box .single-review-box .text-box {
       display: table-cell;
       vertical-align: top;
   }
   
   .review-box .single-review-box .img-box {
       width: 75px;
   }
   
   .review-box .single-review-box .text-box {
       padding-left: 30px;
   }
   
   .review-box .single-review-box .text-box .top-box {
       margin-bottom: 10px;
   }
   
   .review-box .single-review-box .text-box .top-box .title h2 {
       font-size: 18px;
       line-height: 24px;
       color: #272727;
       font-weight: bold;
       margin: 0;
   }
   
   .review-box .single-review-box .text-box .top-box .content p {
       margin: 0;
   }
   
   .review-box .single-review-box .text-box .top-box .rating-box span {
       color: #272727;
       font-size: 14px;
       display: inline-block;
   }
   
   .review-box .single-review-box .text-box .top-box .rating-box ul {
       display: inline-block;
       margin: 0;
       padding: 0;
       list-style: none;
       margin-left: 16px;
   }
   
   .review-box .single-review-box .text-box .top-box .rating-box ul li {
       list-style: none;
       margin-right: 2px;
       display: inline-block;
   }
   
   .review-box .single-review-box .text-box .top-box .rating-box ul li i {
       font-size: 16px;
       color: #a6c311;
   }
   
   .review-box .single-review-box .text-box .bottom-box ul {
       margin: 0;
       padding: 0;
       list-style: none;
   }
   
   .review-box .single-review-box .text-box .bottom-box ul li {
       list-style: none;
       display: inline-block;
   }
   
   .review-box .single-review-box .text-box .bottom-box ul li a {
       display: block;
       font-size: 14px;
       color: #9e9e9e;
       transition: all 0.5s ease;
       margin-right: 5px;
   }
   
   .review-box .single-review-box .text-box .bottom-box ul li a:hover {
       color: #272727;
   }
   
   .review-form-box {
       padding-top: 0 !important;
   }
   
   .review-form-box .title {
       margin-bottom: 40px;
   }
   
   .review-form-box .title h2 {
       text-transform: uppercase;
       font-size: 24px;
       margin: 0;
       color: #272727;
       font-weight: 900;
       display: inline-block;
       background: url(../img/resources/sidebar-title-bg.jpg) repeat top left;
       padding-left: 20px;
       line-height: 60px;
       padding-right: 20px;
   }
   
   .review-form-box .add-rating-box h4 {
       margin: 0;
       font-size: 16px;
       color: #9e9e9e;
       margin-bottom: 7px;
   }
   
   .review-form-box .add-rating-box ul {
       margin: 0;
       padding: 0;
       list-style: none;
       margin-top: 5px;
       margin-bottom: 10px;
   }
   
   .review-form-box .add-rating-box ul li {
       list-style: none;
       display: inline-block;
       border-right: 1px solid #f4f4f4;
       line-height: 0;
       padding-right: 8px;
       padding-left: 4px;
   }
   
   .review-form-box .add-rating-box ul li:hover i {
       color: #a6c311;
   }
   
   .review-form-box .add-rating-box ul li i {
       color: #f4f4f4;
       font-size: 12px;
       transition: all 0.5s ease;
       margin-right: 4px;
   }
   
   .review-form-box input {
       width: 100%;
       height: 50px;
       border: 1px solid #f4f4f4;
       margin-bottom: 30px;
       outline: none;
       padding-left: 15px;
       line-height: 50px;
   }
   
   .review-form-box textarea {
       width: 100%;
       height: 165px;
       border: 1px solid #f4f4f4;
       outline: none;
       padding-top: 10px;
       padding-left: 15px;
   }
   
   .review-form-box .thm-btn {
       line-height: 50px;
       font-size: 14px;
       margin-top: 30px;
   }
   
   
   /* ==============================
      27. Footer styles
      ============================== */
   
   .footer-area {
       background: #7e469b none repeat scroll 0 0;
       padding-bottom: 44px;
       padding-top: 80px;
   }
   
   .single-footer-widget .footer-logo {
       margin: 0 0 32px;
   }
   
   .single-footer-widget .caption-text p {
       color: #f7f7f7;
       line-height: 28px;
       margin: 0 0 31px;
   }
   
   .single-footer-widget h3.title {
       color: #f7f7f7;
       font-size: 24px;
       font-weight: 700;
       line-height: 30px;
       padding-bottom: 14px;
       padding-left: 20px;
       padding-top: 15px;
       position: relative;
       text-transform: uppercase;
       z-index: 1;
       margin: 0 0 40px;
   }
   
   .single-footer-widget h3.title:before {
       position: absolute;
       top: 0;
       left: 0;
       width: 270px;
       height: 60px;
       content: "";
       /* border-radius: 3px; */
       /* border-radius: 10px; */
       border: 3px solid #a6c311;
       background-color:#a6c311;
       /* background: url(../img/footer/title-bg.png); */
       z-index: -1;
   }
   
   .single-footer-widget ul.quick-links {
       margin-top: -11px;
   }
   
   .single-footer-widget ul.quick-links.left {
       float: left;
       margin: 0;
       padding: 0;
       padding-right: 50px;
       border-right: 1px solid #7e469b;
       margin-right: 25px;
       margin-top: -10px;
   }
   
   .single-footer-widget ul.quick-links li {
       list-style: none;
   }
   
   .single-footer-widget ul.quick-links li a {
       color: #f7f7f7;
       font-weight: 400;
       line-height: 34px;
       font-family: 'Roboto', sans-serif;
       transition: all .3s ease;
   }
   
   .single-footer-widget ul.quick-links li a:hover {
       color: #a6c311;
   }
   
   .single-footer-widget ul.recent-news {
       margin: 0;
       padding: 0;
       margin-top: -3px;
   }
   
   .single-footer-widget ul.recent-news li {
       list-style: none;
       border-bottom: 1px solid #1c1c1c;
       margin-bottom: 16px;
       padding-bottom: 16px;
   }
   
   .single-footer-widget ul.recent-news li:last-child {
       border-bottom: none;
   }
   
   .single-footer-widget ul.recent-news li .box {
       width: 75px;
       position: relative;
   }
   
   .single-footer-widget ul.recent-news li .box .overlay {
       position: relative;
   }
   
   .single-footer-widget ul.recent-news li:hover .box .overlay .content-box {
       opacity: 1;
   }
   
   .single-footer-widget ul.recent-news li .box .overlay .content-box {
       background: #a6c311 none repeat scroll 0 0;
       position: absolute;
       top: 0;
       left: 0;
       right: 0;
       bottom: 0;
       text-align: center;
       opacity: 0;
       transition: all .5s ease;
   }
   
   .single-footer-widget ul.recent-news li .box .overlay .icon-holder i {
       color: #ffffff;
       font-size: 27px;
       margin-top: 0;
       position: relative;
       top: 6px;
   }
   
   .single-footer-widget ul.recent-news li .box .overlay .text p {
       margin: 0;
       line-height: 20px;
       color: #f7f7f7;
       font-family: 'Roboto', sans-serif;
       font-weight: 700;
       transition: all .3s ease;
   }
   
   .single-footer-widget ul.recent-news li .content {
       padding-left: 25px;
   }
   
   .single-footer-widget ul.recent-news li .box,
   .single-footer-widget ul.recent-news li .content {
       display: table-cell;
       vertical-align: middle;
   }
   
   .single-footer-widget ul.recent-news li .content p {
       color: #f7f7f7;
       font-family: "Roboto", sans-serif;
       font-size: 16px;
       font-weight: 700;
       line-height: 28px;
       margin: 0 0 3px;
       transition: all .3s ease;
   }
   
   .single-footer-widget ul.recent-news li .content p:hover {
       color: #a6c311;
   }
   
   .single-footer-widget ul.recent-news li .content span {
       color: #f7f7f7;
       font-weight: 400;
       font-family: 'Roboto', sans-serif;
   }
   
   .single-footer-widget ul.contact {
       margin: 0;
       padding: 0;
       margin-top: -8px;
       padding-left: 17px;
   }
   
   .single-footer-widget ul.contact li {
       list-style: none;
       border-bottom: 1px solid #1c1c1c;
       color: #f7f7f7;
       font-family: "Roboto", sans-serif;
       font-weight: 400;
       line-height: 30px;
       margin-bottom: 12px;
       padding-bottom: 3px;
   }
   
   .single-footer-widget ul.contact li:last-child {
       border-bottom: none;
   }
   
   .single-footer-widget ul.contact li .icon-holder {
       float: left;
       margin-right: 20px;
       padding-top: 3px;
   }
   
   .single-footer-widget ul.contact li .icon-holder i {
       font-size: 18px;
       color: #a6c311;
   }
   
   .single-footer-widget ul.contact li .text {
       overflow: hidden;
   }
   
   .footer-bottom-area {
       background: #7e469b;
   }
   
   .footer-bottom-area .footer-bottom {
       height: 55px;
       position: relative;
   }
   
   .footer-bottom-area .footer-bottom:before {
       content: '';
       position: absolute;
       top: 0;
       right: 20px;
       bottom: 0;
       left: 40%;
       background: #a6c311;
       transform: skew(45deg);
   }
   
   .footer-bottom-area .footer-bottom:after {
       content: '';
       position: absolute;
       top: 0;
       left: -28px;
       bottom: 0;
       right: 40%;
       background: #a6c311;
       transform: skew(-45deg);
   }
   
   .footer-bottom-area .footer-bottom .copy-right p {
       color: #f7f7f7;
       font-family: "Roboto", sans-serif;
       font-weight: 700;
       line-height: 27px;
       margin: 0;
       padding: 13px 0 14px 20px;
       position: relative;
       z-index: 9;
   }
   
   .footer-bottom-area .footer-bottom .social-links {
       padding-top: 8px;
       padding-right: 60px;
       position: relative;
       z-index: 9;
   }
   
   .footer-bottom-area .footer-bottom .social-links a i {
       background: #9bb60e none repeat scroll 0 0;
       border-radius: 50%;
       color: #ffffff;
       font-size: 18px;
       height: 38px;
       margin-right: 7px;
       padding: 10px 12px;
       width: 38px;
   }
   
   .footer-texture {
       background: url(../img/resources/texture/footer-bg.png) 0 0 repeat-x;
       width: 100%;
       height: 48px;
       margin-top: -48px;
       position: relative;
       z-index: 9;
   }
   
   
   /* ==============================
      28. Inner banner styles
      ============================== */
   
   .inner-banner {
       padding: 77px 0;
   }
   
   .inner-banner h2 {
       font-size: 48px;
       line-height: 30px;
       font-weight: bold;
       margin: 0;
       color: #ffffff;
       text-transform: uppercase;
   }
   
   .inner-banner p {
       margin: 0;
       font-family: 'Roboto';
       font-size: 18px;
       line-height: 30px;
       color: #ffffff;
       margin-top: 17px;
   }
   
   
   /* ==============================
      29. Inner banner styles
      ============================== */
   
   .bread-cumb {
       background: #ffffff url(../img/resources/texture/strip.png) repeat;
       border-bottom: 1px solid #F7F7F7;
   }
   
   .bread-cumb ul {
       margin: 0;
       padding: 0;
   }
   
   .bread-cumb ul li {
       display: inline-block;
       list-style: none;
   }
   
   .bread-cumb ul li a {
       display: block;
       font-size: 16px;
       font-weight: 400;
       color: #9e9e9e;
       line-height: 60px;
       font-weight: 500;
   }
   
   .bread-cumb ul li a:after {
       content: '\f0da';
       font-family: 'FontAwesome';
       color: #9e9e9e;
       font-size: 16px;
       margin-left: 15px;
       margin-right: 10px;
   }
   
   .bread-cumb ul li span {
       display: block;
       font-size: 16px;
       font-weight: 400;
       color: #a6c311;
   }
   
   
   /* ==============================
      30. 404 styles
      ============================== */
   
   .error-404 p {
       margin: 0;
   }
   
   .error-404 input,
   .error-404 button {
       border: none;
       outline: none;
   }
   
   .error-404 img.e-404 {
       margin-top: 30px;
   }
   
   .error-404 p {
       font-family: 'Oregano', sans-serif;
       color: #9e9e9e;
       font-size: 24px;
       line-height: 40px;
       margin-top: 32px;
   }
   
   .error-404 a {
       font-size: 18px;
       color: #a6c311;
       font-weight: 900;
       line-height: 24px;
       transition: all .3s ease;
   }
   
   .error-404 a:hover {
       color: #272727 !important;
   }
   
   .error-404 form {
       border: 2px solid #f6f4f4;
       height: 50px;
       margin-top: 44px;
       margin-bottom: 40px;
   }
   
   .error-404 form input {
       width: calc(100% - 54px);
       display: inline-block;
       height: 100%;
       position: relative;
       top: -3px;
       font-size: 14px;
       padding-left: 20px;
   }
   
   .error-404 form button {
       font-size: 18px;
       background: #a6c311;
       color: #ffffff;
       width: 50px;
       height: 49px;
       position: relative;
       text-align: center;
       top: -2px;
       right: -2px;
       transition: all .3s ease;
   }
   
   .error-404 form button:hover {
       background-color: #272727 !important;
   }
   
   
   /* ==============================
      31. faq styles
      ============================== */
   
   .faq-page .accrodion .accrodion-title {
       padding-top: 20px;
       padding-bottom: 20px;
   }
   
   .faq-page .accrodion .accrodion-title h4 {
       font-size: 24px;
   }
   
   .faq-page .accrodion .accrodion-title h4 span {
       padding: 7px 0;
       display: inline-block;
       vertical-align: top;
   }
   
   .faq-page .accrodion .accrodion-title h4:before {
       width: 40px;
       height: 40px;
       line-height: 36px;
   }
   
   .single-faq-box {
       margin-top: 55px;
   }
   
   .single-faq-box h3,
   .single-faq-box p {
       margin: 0;
   }
   
   .single-faq-box h3 {
       font-size: 24px;
       color: #272727;
       font-weight: bold;
       line-height: 30px;
       padding: 18px 0;
       position: relative;
   }
   
   .single-faq-box h3:before {
       content: 'Q';
       font-family: 'Lora';
       font-weight: bold;
       color: #6e6868;
       position: absolute;
       top: 0;
       left: 0;
       font-size: 72px;
       line-height: 63px;
       z-index: -1;
       opacity: .5;
   }
   
   .single-faq-box p {
       font-size: 14px;
       line-height: 26px;
       color: #9e9e9e;
       margin-top: 17px;
   }
   
   
   /* ==============================
      32. Sidebar styles
      ============================== */
   
   .sidebar-page-content {
       padding-right: 40px;
   }
   
   .sidebar-page-content .inner-page-wrapper {
       padding-right: 65px;
       border-right: 1px solid #f7f7f7;
   }
   
   .pull-right .sidebar-page-content {
       padding-right: 0;
       padding-left: 40px;
   }
   
   .pull-right .sidebar-page-content .inner-page-wrapper {
       padding-right: 0;
       border: none;
       padding-left: 65px;
       border-left: 1px solid #f7f7f7;
   }
   
   .single-sidebar {
       margin-bottom: 40px;
   }
   
   .single-sidebar:last-child {
       margin-bottom: 0;
   }
   
   .single-sidebar .title {
       background: url(../img/resources/texture/strip.png) 0 0 repeat;
       padding: 15px 0;
       padding-left: 0px;
       margin-bottom: 30px;
   }
   
   .single-sidebar .title h3 {
       font-size: 24px;
       text-transform: uppercase;
       color: #272727;
       line-height: 30px;
       font-weight: 900;
       margin: 0;
   }
   
   .single-sidebar.search-widget input,
   .single-sidebar.search-widget button {
       border: none;
       outline: none;
   }
   
   .single-sidebar.search-widget form {
       border: 2px solid #f6f4f4;
       height: 50px;
   }
   
   .single-sidebar.search-widget form input {
       width: calc(100% - 54px);
       display: inline-block;
       height: 100%;
       position: relative;
       top: -3px;
       font-size: 14px;
       padding-left: 20px;
   }
   
   .single-sidebar.search-widget form button {
       font-size: 18px;
       background: #a6c311;
       color: #ffffff;
       width: 50px;
       height: 49px;
       position: relative;
       text-align: center;
       top: -2px;
       right: -2px;
       transition: all .3s ease;
   }
   
   .single-sidebar.search-widget form button:hover {
       background-color: #272727 !important;
   }
   
   .single-sidebar.category-widget ul,
   .single-sidebar.category-widget li {
       margin: 0;
       padding: 0;
       list-style: none;
   }
   
   .single-sidebar.category-widget .title {
       margin-bottom: 15px;
   }
   
   .single-sidebar.category-widget li a {
       font-size: 16px;
       color: #9e9e9e;
       line-height: 35px;
       display: inline;
   }
   .single-sidebar.category-widget li  {
    font-size: 16px;
    color: #9e9e9e;
    line-height: 35px;
    display: block;
}
   
   .single-sidebar.category-widget li a span {
       text-align: right;
       float: right;
   }
   
   .single-sidebar.package-slider-widget .offer-going-package-menu {
       margin-top: 20px;
   }
   
   .single-sidebar.package-slider-widget .offer-going-package-menu .carousel-indicators {
       position: static;
       margin: 0;
       width: 100%;
       margin-top: 32px;
   }
   
   .single-sidebar.package-slider-widget .offer-going-package-menu .carousel-indicators li {
       width: 10px;
       height: 10px;
       background: #f7f7f7;
       border: 1px solid #DDE4E5;
       border-radius: 50%;
       margin: 0 2.5px;
   }
   
   .single-sidebar.package-slider-widget .offer-going-package-menu .carousel-indicators li.active {
       background: #a6c311;
   }
   
   .single-sidebar.package-slider-widget .offer-going-package-menu .single-offer-going-pack .img-box {
       display: block;
       position: relative;
   }
   
   .single-sidebar.package-slider-widget .offer-going-package-menu .single-offer-going-pack .img-box img {
       width: 100%;
   }
   
   .single-sidebar.package-slider-widget .offer-going-package-menu .single-offer-going-pack .img-box .box {
       position: absolute;
       top: 0;
       left: 0;
       right: 0;
       bottom: 0;
       text-align: left;
       padding: 10px;
   }
   
   .single-sidebar.package-slider-widget .offer-going-package-menu .single-offer-going-pack .img-box .box .overlay {
       display: table;
       width: 100%;
       height: 100%;
   }
   
   .single-sidebar.package-slider-widget .offer-going-package-menu .single-offer-going-pack .img-box .box .overlay .content {
       display: table-cell;
       vertical-align: top;
   }
   
   .single-sidebar.package-slider-widget .offer-going-package-menu .single-offer-going-pack .img-box .box .overlay .content h4 {
       color: #ffffff;
       font-size: 18px;
       display: inline-block;
       font-weight: 900;
       font-style: italic;
       background: #a6c311;
       line-height: 30px;
       padding: 0 15px;
       text-transform: uppercase;
       margin: 0;
   }
   
   .single-sidebar.package-slider-widget .offer-going-package-menu .single-offer-going-pack .text-box {
       margin-top: 13px;
   }
   
   .single-sidebar.package-slider-widget .offer-going-package-menu .single-offer-going-pack .text-box .icon-box,
   .single-sidebar.package-slider-widget .offer-going-package-menu .single-offer-going-pack .text-box .content-box {
       display: table-cell;
       vertical-align: middle;
   }
   
   .single-sidebar.package-slider-widget .offer-going-package-menu .single-offer-going-pack .text-box .icon-box .box {
       background: #a6c311;
       width: 46px;
       height: 46px;
       text-align: center;
   }
   
   .single-sidebar.package-slider-widget .offer-going-package-menu .single-offer-going-pack .text-box .icon-box .box i {
       font-size: 28px;
       line-height: 46px;
       color: #ffffff;
   }
   
   .single-sidebar.package-slider-widget .offer-going-package-menu .single-offer-going-pack .text-box .content-box {
       padding-left: 15px;
   }
   
   .single-sidebar.package-slider-widget .offer-going-package-menu .single-offer-going-pack .text-box .content-box h3,
   .single-sidebar.package-slider-widget .offer-going-package-menu .single-offer-going-pack .text-box .content-box p,
   .single-sidebar.package-slider-widget .offer-going-package-menu .single-offer-going-pack .text-box .content-box ul,
   .single-sidebar.package-slider-widget .offer-going-package-menu .single-offer-going-pack .text-box .content-box li {
       margin: 0;
       padding: 0;
       list-style: none;
   }
   
   .single-sidebar.package-slider-widget .offer-going-package-menu .single-offer-going-pack .text-box .content-box h3 {
       font-size: 18px;
       color: #272727;
       font-weight: bold;
       margin: 0;
   }
   
   .single-sidebar.package-slider-widget .offer-going-package-menu .single-offer-going-pack .text-box .content-box h3 span {
       color: #9e9e9e;
       font-size: 14px;
       font-weight: bold;
   }
   
   .single-sidebar.package-slider-widget .offer-going-package-menu .single-offer-going-pack .text-box .content-box h3 span b {
       font-weight: bold;
       color: #a6c311;
       font-size: 18px;
   }
   
   .single-sidebar.package-slider-widget .offer-going-package-menu .single-offer-going-pack .text-box .content-box ul li {
       display: inline-block;
       margin: 0;
   }
   
   .single-sidebar.package-slider-widget .offer-going-package-menu .single-offer-going-pack .text-box .content-box ul li a {
       margin: 0;
       padding: 0;
       display: block;
       font-size: 12px;
       color: #9e9e9e;
       font-style: italic;
       font-weight: normal;
       background: none !important;
       margin-right: 5px;
   }
   
   .single-sidebar.package-slider-widget .offer-going-package-menu .single-offer-going-pack .text-box .content-box ul li a:before {
       content: '';
       display: inline-block;
       width: 8px;
       height: 8px;
       background: #a6c311;
       border-radius: 50%;
       margin-right: 5px;
   }
   
   .single-sidebar.post-widget ul.recent-news {
       margin: 0;
       padding: 0;
       margin-top: -3px;
   }
   
   .single-sidebar.post-widget ul.recent-news li {
       list-style: none;
       /* border-bottom: 1px solid #f7f7f7; */
       margin-bottom: 6px;
       padding-bottom: 6px;
   }
   
   .single-sidebar.post-widget ul.recent-news li:last-child {
       border-bottom: none;
   }
   
   .single-sidebar.post-widget ul.recent-news li .box {
       width: 75px;
       position: relative;
   }
   
   .single-sidebar.post-widget ul.recent-news li .box .overlay {
       position: relative;
   }
   
   .single-sidebar.post-widget ul.recent-news li:hover .box .overlay .content-box {
       opacity: 1;
   }
   
   .single-sidebar.post-widget ul.recent-news li .box .overlay .content-box {
       background: #a6c311 none repeat scroll 0 0;
       position: absolute;
       top: 0;
       left: 0;
       right: 0;
       bottom: 0;
       text-align: center;
       opacity: 0;
       transition: all .5s ease;
   }
   
   .single-sidebar.post-widget ul.recent-news li .box .overlay .icon-holder i {
       color: #ffffff;
       font-size: 27px;
       margin-top: 0;
       position: relative;
       top: 6px;
   }
   
   .single-sidebar.post-widget ul.recent-news li .box .overlay .text p {
       margin: 0;
       line-height: 20px;
       color: #f7f7f7;
       font-family: 'Roboto', sans-serif;
       font-weight: 700;
       transition: all .3s ease;
   }
   
   .single-sidebar.post-widget ul.recent-news li .content {
       padding-left: 25px;
   }
   
   .single-sidebar.post-widget ul.recent-news li .box,
   .single-sidebar.post-widget ul.recent-news li .content {
       display: table-cell;
       vertical-align: middle;
   }
   
   .single-sidebar.post-widget ul.recent-news li .content p {
       color: #272727;
       font-family: "Roboto", sans-serif;
       font-size: 16px;
       font-weight: 500;
       line-height: 28px;
       margin: 0 0 3px;
       transition: all .3s ease;
   }
   
   .single-sidebar.post-widget ul.recent-news li .content p:hover {
       color: #a6c311;
   }
   
   .single-sidebar.post-widget ul.recent-news li .content span {
       color: #a6c311;
       font-weight: 400;
       font-family: 'Roboto', sans-serif;
   }
   
   .single-sidebar.price-filter .range-slider-price {
       margin-top: 50px;
       margin-bottom: 30px;
   }
   
   .single-sidebar.price-filter button {
       color: #272727;
       font-size: 14px;
       font-weight: 900;
       background: #f4f4f4 url(../img/resources/texture/strip.png) repeat;
       border: none;
       outline: none;
       text-transform: uppercase;
       width: 90px;
       height: 35px;
       display: inline-block;
       float: left;
   }
   
   .single-sidebar.price-filter p {
       display: inline-block;
       float: right;
       margin: 0;
       line-height: 35px;
       font-size: 16px;
       font-weight: 500;
       color: #9e9e9e;
       text-transform: capitalize;
       font-family: 'Roboto';
       font-weight: bold;
   }
   
   .single-sidebar.price-filter input {
       width: auto;
       border: none;
       outline: none;
       width: 50px;
       font-size: 16px;
       font-weight: 500;
       color: #9e9e9e;
       font-family: 'Roboto';
       font-weight: bold;
   }
   
   .single-sidebar.price-filter .noUi-connect {
       background: #f6f6f6 !important;
       border-color: #f6f6f6;
   }
   
   .single-sidebar.price-filter .noUi-background {
       background: #f4f4f4 !important;
   }
   
   .single-sidebar.price-filter .noUi-handle {
       background: #a6c311 !important;
       border-radius: 50% !important;
       box-shadow: none;
       border-color: #e0e0e0;
       cursor: pointer;
   }
   
   
   /* ==============================
      33. Blog styles
      ============================== */
   
   .single-blog-post ul,
   .single-blog-post li {
       margin: 0;
       padding: 0;
       list-style: none;
   }
   
   .single-blog-post .img-holder {
       position: relative;
   }
   
   .single-blog-post .img-holder .icon-holder {
       background: #a6c311 none repeat scroll 0 0;
       color: #f7f7f7;
       height: 75px;
       left: 10px;
       position: absolute;
       text-align: center;
       top: 10px;
       width: 75px;
       padding-top: 7px;
       padding-left: 5px;
       padding-right: 5px;
   }
   
   .single-blog-post .img-holder .icon-holder i {
       font-size: 25px;
       display: block;
   }
   
   .single-blog-post .img-holder .icon-holder p {
       font-weight: 700;
       margin: 0;
       line-height: 16px;
       margin: 3px 0 0;
       font-family: 'Roboto', sans-serif;
   }
   
   .single-blog-post .img-holder img {
       width: 100%;
       border-radius: 10px;
       border: 3px solid #a6c311;
   }
   
   .single-blog-post .img-holder .overlay {
       background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
       bottom: 0;
       left: 0;
       position: absolute;
       right: 0;
       top: 0;
       transform: scale(0);
       transition: all 0.5s ease 0s;
   }
   
   .single-blog-post .img-holder .overlay ul {
       bottom: 0;
       left: 0;
       position: absolute;
       width: 100%;
   }
   
   .single-blog-post .img-holder .overlay ul li {
       padding: 23px 0;
       background: #a6c311 none repeat scroll 0 0;
       border-right: 1px solid #b7d617;
       display: block;
       float: left;
       text-align: center;
       width: 50%;
   }
   
   .single-blog-post .img-holder .overlay ul li:last-child {
       border-right: 0;
   }
   
   .single-blog-post .img-holder .overlay ul li a i {
       color: #ffffff;
       font-size: 18px;
   }
   
   .single-blog-post .content .meta {
       margin: 20px -3px 12px;
   }
   
   .single-blog-post .content .meta li {
       display: inline-block;
   }
   
   .single-blog-post .content .meta li a {
       background: #f7f7f7 url(../img/resources/texture/strip.png) repeat;
       color: black;
       display: block;
       font-family: "Roboto", sans-serif;
       font-size: 12px;
       font-weight: 700;
       margin: 0 4px;
       padding: 3px 9px;
       transition: all 0.5s ease 0s;
   }
   
   .single-blog-post .content .meta li a i {
       color: #a6c311;
       display: inline-block;
       padding-right: 10px;
   }
   
   .single-blog-post .content .meta li a:hover {
       background: #a6c311;
       color: #ffffff;
   }
   
   .single-blog-post .content .meta li a:hover i {
       color: #ffffff;
   }
   
   .single-blog-post .content h3 {
       font-size: 24px;
       font-weight: 700;
       color: #323232;
       line-height: 34px;
       margin: 0 0 5px;
       transition: all .3s ease;
   }
   
   .single-blog-post .content h3:hover {
       color: #a6c311;
   }
   
   .single-blog-post .content p {
       margin: 0 0 23px;
       font-size: 14px;
       color: #9e9e9e;
       line-height: 24px;
   }
   
   .single-blog-post .content a.read-more {
       background: #f7f7f7 url(../img/resources/texture/strip.png) repeat;
       color: #272727;
       display: inline-block;
       font-family: "Roboto", sans-serif;
       font-weight: 700;
       height: 50px;
       padding: 13px 29px;
       text-transform: uppercase;
       transition: background .3s ease .3s;
   }
   
   .single-blog-post a.read-more:hover {
       background: #a6c311;
       color: #fff;
   }
   
   .single-blog-post:hover .overlay {
       transform: scale(1);
   }
   
   .single-blog-post:hover .icon-holder {
       display: none;
   }
   
   .single-post-page .single-blog-post .content h3 {
       font-size: 30px;
       line-height: 45px;
   }
   
   .single-post-page .share-box {
       margin-bottom: 40px;
   }
   
   .single-post-page .share-box ul,
   .single-post-page .share-box li {
       margin: 0;
       padding: 0;
       list-style: none;
   }
   
   .single-post-page .share-box label {
       display: inline-block;
       font-size: 24px;
       color: #272727;
       line-height: 38px;
       font-weight: bold;
       margin-bottom: 0;
       vertical-align: bottom;
       margin-right: 20px;
   }
   
   .single-post-page .share-box ul.social-icons {
       display: inline-block;
   }
   
   .single-post-page .share-box ul.social-icons li {
       display: inline-block;
       list-style: none;
   }
   
   .single-post-page .share-box ul.social-icons li a {
       display: block;
       font-size: 18px;
       color: #f7f7f7;
       background: #9bb60e;
       text-align: center;
       line-height: 38px;
       width: 38px;
       height: 38px;
       border-radius: 50%;
       margin-left: 5px;
   }
   
   .single-post-page .share-box ul.social-icons li a i.fa-google-plus {
       font-size: 17px;
   }
   
   .comment-box {
       padding-top: 60px;
   }
   
   .comment-box .single-comment-box {
       padding-bottom: 30px;
       margin-bottom: 35px;
       border-bottom: 1px solid #f6f4f4;
   }
   
   .comment-box .single-comment-box:last-child {
       margin-bottom: 0;
   }
   
   .comment-box .single-comment-box .img-box,
   .comment-box .single-comment-box .text-box {
       display: table-cell;
       vertical-align: top;
   }
   
   .comment-box .single-comment-box .img-box {
       width: 100px;
   }
   
   .comment-box .single-comment-box .text-box {
       padding-left: 20px;
   }
   
   .comment-box .single-comment-box .text-box .top-box h2 {
       display: inline-block;
       font-size: 24px;
       color: #272727;
       margin: 0;
       line-height: 24px;
       font-weight: bold;
       font-variant: small-caps;
   }
   
   .comment-box .single-comment-box .text-box .top-box span {
       display: inline-block;
       font-size: 14px;
       font-weight: 500;
       font-family: 'Raleway';
       color: #a6c311;
   }
   
   .comment-box .single-comment-box .text-box .content p {
       margin: 0;
       font-size: 14px;
       color: #9e9e9e;
       line-height: 24px;
       margin-top: 11px;
       margin-bottom: 18px;
   }
   
   .comment-box .single-comment-box .text-box .content a {
       font-size: 16px;
       font-weight: bold;
       color: #a6c311;
   }
   
   .reply-box {
       padding-top: 60px;
   }
   
   .reply-box input,
   .reply-box textarea,
   .reply-box button {
       width: 100%;
       border: 1px solid #f2f2f2;
       outline: none;
       padding-left: 20px;
   }
   
   .reply-box input {
       height: 50px;
       line-height: 50px;
       margin-bottom: 20px;
   }
   
   .reply-box textarea {
       height: 190px;
       padding-top: 10px;
   }
   
   .reply-box button {
       background: #a6c311;
       font-size: 16px;
       font-weight: 900;
       color: #ffffff;
       padding: 0;
       line-height: 50px;
       text-transform: uppercase;
       margin-top: 10px;
       transition: all 0.5s ease;
       border: none;
   }
   
   .reply-box button i {
       margin: 0;
   }
   
   .reply-box button:hover {
       background: #272727;
   }
   
   .blog-v1 .single-blog-post {
       margin-bottom: 60px;
       border-bottom: 1px solid #f7f7f7;
       padding-bottom: 60px;
       margin-right: -65px;
       padding-right: 65px;
   }
   
   .blog-v1 .single-blog-post .content h3 {
       font-size: 30px;
       line-height: 45px;
       margin-bottom: 10px;
   }
   
   .blog-v2 .divider {
       border-bottom: 1px solid #f7f7f7;
       margin-bottom: 60px;
       padding-bottom: 60px;
   }
   
   .blog-v3 .single-blog-post .content .meta {
       margin-top: 0;
   }
   
   .blog-v3 .single-blog-post .content p {
       margin-bottom: 18px;
   }
   
   .blog-v3 .single-blog-post {
       margin-bottom: 60px;
       border-bottom: 1px solid #f7f7f7;
       padding-bottom: 60px;
       margin-right: -65px;
       padding-right: 65px;
   }
   
   
   /* ==============================
      34. contact styles
      ============================== */
   
   .contact-section {
       padding-bottom: 60px;
   }
   .contact-section.contact-page {
       padding-bottom: 80px;
   }
   
   .home-contact-form {
       padding: 20px;
       box-shadow: 0 0px 10px 0.5px rgba(0, 0, 0, 0.07);
        background: #9161a9 url(../img/resources/texture/strip.png) repeat; 
   
   }
   
   .home-contact-form input,
   .home-contact-form textarea,
   .home-contact-form button {
       width: 100%;
       border: none;
       outline: none;
       background-color: transparent;
       padding: 0;
       margin: 0;
       background: #FCFCFC;
   }
   
   .home-contact-form input {
       height: 50px;
       background: #FCFCFC;
       margin-bottom: 20px;
       padding-left: 20px;
       border: 1px solid #F8F6F6;
   }
   
   .home-contact-form textarea {
       background: #FCFCFC;
       padding-left: 20px;
       padding-top: 15px;
       height: 214px;
       border: 1px solid #F8F6F6;
   }
   
   .home-contact-form button {
       background: #a6c311;
       text-transform: uppercase;
       color: #ffffff;
       font-size: 14px;
       font-weight: 900;
       line-height: 50px;
       margin-top: 10px;
       transition: all 0.5s ease;
   }
   
   .home-contact-form button:hover {
       background: #272727;
   }
   
   .contact-info-box {
       background: #ffffff url(../img/resources/texture/strip.png) repeat;
       padding-left: 40px;
       padding-top: 20px;
       padding-bottom: 20px;
       border: 1px solid #f7f7f7;
   }
   
   .contact-info-box h3,
   .contact-info-box ul,
   .contact-info-box li,
   .contact-info-box p {
       margin: 0;
       padding: 0;
       list-style: none;
   }
   
   .contact-info-box h3 {
       font-size: 28px;
       line-height: 36px;
       font-weight: bold;
       color: #323232;
   }
   
   .contact-info-box ul {
       margin-top: 25px;
   }
   
   .contact-info-box li {
       margin-bottom: 25px;
   }
   
   .contact-info-box .icon-box,
   .contact-info-box .text-box {
       display: table-cell;
       vertical-align: top;
   }
   
   .contact-info-box .icon-box {
       width: 30px;
   }
   
   .contact-info-box .icon-box i {
       font-size: 18px;
       color: #a6c311;
       line-height: 30px;
   }
   
   .contact-info-box .text-box {
       padding-left: 0px;
   }
   
   .contact-info-box .text-box p {
       font-size: 16px;
       line-height: 30px;
       font-family: 'Roboto';
       color: #9e9e9e;
       font-weight: normal;
   }
   
   
   /* ==============================
      35. Cart Page styles
      ============================== */
   
   .cart-section {
       position: relative;
       padding: 80px 0px;
   }
   
   .cart-section ul {
       margin: 0;
       padding: 0;
   }
   
   .cart-section ul li {
       list-style: none;
   }
   
   .cart-section .thm-btn {
       line-height: 44px;
       background: #a6c311;
   }
   
   .cart-section .thm-btn:hover {
       background: #272727;
   }
   
   .cart-section .cart-outer {
       position: relative;
   }
   
   .cart-section .table-outer {
       position: relative;
       width: 100%;
       overflow-x: auto;
   }
   
   .cart-section .cart-table {
       width: 100%;
       min-width: 900px;
   }
   
   .cart-table .cart-header {
       position: relative;
       width: 100%;
       font-family: 'Roboto', sans-serif;
       text-transform: uppercase;
       font-size: 18px;
       border-radius: 7px;
       background: #f5f5f5 url(../img/resources/texture/strip.png);
       color: #222222;
   }
   
   .cart-table thead tr th {
       line-height: 24px;
       padding: 20px 15px;
       min-width: 120px;
       font-weight: 700;
   }
   
   .cart-table thead tr th.prod-column {
       text-align: left;
       padding-left: 40px;
   }
   
   .cart-table tbody tr td {
       line-height: 24px;
       padding: 15px 10px;
       min-width: 100px;
       font-size: 16px;
       font-weight: bold;
       color: #aaaaaa;
       font-family: 'Roboto', sans-serif;
   }
   
   .cart-table tbody tr .qty {
       width: 120px;
       padding-right: 20px;
   }
   
   .cart-table tbody tr .qty .quantity-spinner {
       background: #f5f5f5;
   }
   
   .cart-table tbody tr .prod-column .column-box {
       position: relative;
       min-height: 90px;
       padding-left: 80px;
       padding-top: 15px;
       text-align: left;
   }
   
   .cart-table tbody tr .prod-column .column-box .prod-thumb {
       position: absolute;
       left: 0px;
       top: 11px;
       background: #f4f4f4;
       padding: 0px;
   }
   
   .cart-table tbody tr .prod-column .column-box .prod-thumb img {
       display: block;
       max-width: 100%;
   }
   
   .cart-table tbody tr .prod-column .column-box h3 {
       font-size: 18px;
       color: #2f2f31;
       font-weight: 700;
       margin: 0;
       margin-top: 20px;
       margin-bottom: 5px;
       font-weight: 500;
       color: #272727;
       text-transform: capitalize;
   }
   
   .cart-table tbody tr .sub-total {
       font-weight: 700;
       color: #a6c311;
   }
   
   .cart-table tbody tr .remove-btn {
       position: relative;
       font-size: 16px;
       color: #282828;
       line-height: 30px;
       -webkit-transition: all 500ms ease;
       -ms-transition: all 500ms ease;
       -o-transition: all 500ms ease;
       -moz-transition: all 500ms ease;
       transition: all 500ms ease;
   }
   
   .cart-table tbody tr .remove-btn .fa {
       position: relative;
       top: 2px;
       padding-right: 10px;
       font-size: 24px;
       line-height: 30px;
   }
   
   .cart-table tbody tr .remove-btn:hover {
       color: #ec1c33;
   }
   
   .cart-table tbody tr {
       border-bottom: 1px solid #e9e9e9;
   }
   
   .cart-table tbody tr td {
       vertical-align: middle;
   }
   
   .cart-table tbody tr td .quantity-spinner {
       padding: 5px 0px 5px 20px;
       line-height: 24px;
       height: 34px;
       display: block;
       width: 100%;
       position: relative;
   }
   
   .cart-table tbody .available-info {
       position: relative;
       padding-left: 50px;
       color: #9e9e9e;
       font-size: 14px;
       font-weight: 500;
   }
   
   .cart-table tbody .available-info .icon {
       position: absolute;
       left: 0px;
       top: 5px;
       width: 40px;
       height: 40px;
       line-height: 40px;
       text-align: center;
       font-size: 18px;
       color: #ffffff;
       background: #a6c311;
       border-radius: 50%;
   }
   
   .cart-table .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
   .cart-table .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
       background: #a6c311;
   }
   
   .cart-table .bootstrap-touchspin .input-group-btn-vertical i {
       color: #ffffff;
       left: 6px;
   }
   
   .cart-table tbody tr .qty .quantity-spinner {
       background: #ffffff;
       border: 1px solid #f0f0f0;
       border-right: 0;
   }
   
   .cart-section .apply-coupon {
       position: relative;
   }
   
   .cart-section .apply-coupon .form-group {
       position: relative;
       float: left;
       margin-right: 20px;
   }
   
   .cart-section .apply-coupon .form-group input[type="text"] {
       display: block;
       line-height: 24px;
       padding: 9px 15px;
       border: 1px solid #e0e0e0;
       border-radius: 3px;
       width: 230px;
       background: none;
       font-weight: 500;
       outline: none;
       height: 44px;
   }
   
   .cart-section .estimate-form {
       position: relative;
   }
   
   .cart-section h3 {
       font-size: 24px;
       font-weight: 700;
       color: #2f2f31;
       margin-bottom: 30px;
   }
   
   .cart-section .estimate-form .row {
       margin-left: -7px;
       margin-right: -7px;
   }
   
   .cart-section .estimate-form .row .form-group {
       padding: 0px 7px !important;
       margin-bottom: 31px;
   }
   
   .cart-section .totals-table {
       position: relative;
       border: 1px solid #f8f8f8;
       font-family: 'Roboto', sans-serif;
   }
   
   .cart-section .totals-table .col {
       position: relative;
       display: block;
       float: left;
       padding: 10px 15px;
       line-height: 24px;
       width: 50%;
   }
   
   .cart-section .totals-table .col-title {
       font-family: 'Roboto', sans-serif;
       font-size: 14px;
       color: #353535;
       border-right: 1px solid #f8f8f8;
       font-weight: 700;
   }
   
   .cart-section .totals-table li {
       position: relative;
       border-bottom: 1px solid #f8f8f8;
   }
   
   .cart-section .totals-table li:last-child {
       border-bottom: none;
   }
   
   .cart-section .update-cart-box {
       padding-top: 40px;
   }
   
   .cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-toggle .caret {
       border: none;
       top: 2px;
       right: 20px;
   }
   
   .cart-section .estimate-form .select-box .btn-group.bootstrap-select {
       width: 100%;
       outline: none;
   }
   
   .cart-section .estimate-form .select-box .btn-group.bootstrap-select .btn {
       background: #ffffff;
       font-size: 14px;
       color: #9e9e9e;
       text-transform: capitalize;
       border: none;
       outline: none !important;
       padding: 15px 15px;
       border-radius: 0;
       border: 1px solid #f6f4f4;
   }
   
   .cart-section .estimate-form .select-box .dropdown-menu {
       padding: 0;
       border-radius: 0;
   }
   
   .cart-section .estimate-form .select-box .dropdown-menu > li > a {
       padding: 8px 15px;
       color: #ffffff;
       transition: all .3s ease;
   }
   
   .cart-section .estimate-form .select-box .dropdown-menu > li > a:hover {
       background: #a6c311;
   }
   
   .cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-menu li a:hover span.text {
       color: #ffffff;
       transition: all .3s ease;
   }
   
   .cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-menu li a span.text {
       font-size: 13px;
       color: #9e9e9e;
   }
   
   .cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-toggle .caret:before {
       content: '\f107';
       font-family: 'FontAwesome';
       color: #9e9e9e;
       font-size: 14px;
       line-height: 46px;
   }
   
   .cart-section .estimate-form h3 {
       text-transform: uppercase;
       font-size: 24px;
       color: #262626;
       margin: 0;
       margin-bottom: 40px;
       margin-top: 80px;
   }
   
   .cart-section .cart-total h3 {
       text-transform: uppercase;
       font-size: 24px;
       color: #262626;
       margin: 0;
       margin-bottom: 40px;
       margin-top: 80px;
   }
   
   .cart-section .cart-total .thm-btn {
       margin-top: 30px;
   }
   
   .cart-section .estimate-form input {
       width: 100%;
       border: 2px solid #f8f8f8;
       outline: none;
       height: 52px;
       padding-left: 15px;
   }
   
   .cart-section .estimate-form select {
       width: 100%;
       border: 2px solid #f8f8f8;
       outline: none;
       height: 45px;
       padding-left: 15px;
       color: #9e9e9e;
       font-size: 16px;
       -webkit-appearance: none;
       -ms-appearance: none;
       -moz-appearance: none;
       -o-appearance: none;
       background: #ffffff url(../img/resources/icon-dropdown.png) 97% center no-repeat;
       cursor: pointer;
   }
   
   .cart-section .thm-btn.update-cart {
       border: 1px solid #f5f5f5;
       color: #272727;
       background-color: transparent;
   }
   
   
   /* ==============================
      36. Checkout page styles
      ============================== */
   
   .checkout-section .styled-heading h2 {
       background: url(../img/resources/cart-page-title-bg.png) top center repeat;
       display: inline-block;
       text-transform: uppercase;
       font-size: 24px;
       color: #272727;
       line-height: 30px;
       font-weight: 900;
       line-height: 60px;
       padding-left: 20px;
       padding-right: 20px;
   }
   
   .checkout-section.cart-section .billing-info-form form .form-group .field-label {
       color: #9e9e9e;
       font-size: 16px;
       font-weight: 500;
       margin: 0 0 3px;
   }
   
   .checkout-section.cart-section .billing-info-form form .form-group input {
       border: 2px solid #f4f4f4;
       color: #9e9e9e;
       font-size: 16px;
       height: 48px;
       padding: 0 20px;
       width: 100%;
   }
   
   .checkout-section.cart-section .bottom {
       padding-top: 40px;
   }
   
   .checkout-section .column.default-column h3 {
       color: #262626;
       font-size: 24px;
       font-weight: 900;
       text-transform: uppercase;
       margin-bottom: 36px;
   }
   
   .checkout-section.cart-section .bottom .totals-table {
       border: 2px solid #f4f4f4;
   }
   
   .checkout-section.cart-section .bottom .totals-table li {
       border-bottom: 1px solid #f4f4f4;
   }
   
   .checkout-section.cart-section .bottom .totals-table li span.col.col-title {
       border-right: 1px solid #f4f4f4;
       color: #9e9e9e;
       font-size: 16px;
       font-weight: 400;
   }
   
   .checkout-section.cart-section .bottom .totals-table li span.col {
       color: #999999;
       font-size: 16px;
   }
   
   .checkout-section .payment-options {
       padding-top: 30px;
   }
   
   .checkout-section .payment-options .option-block .radio-block.active .icon i {
       color: #a6c311;
   }
   
   .checkout-section .payment-options .option-block {
       margin-bottom: 10px;
   }
   
   .checkout-section .payment-options .option-block .radio-block .icon {
       float: left;
       padding-right: 15px;
   }
   
   .checkout-section .payment-options .option-block .radio-block .icon i {
       color: #9e9e9e;
       font-size: 16px;
       line-height: 28px;
   }
   
   .checkout-section .payment-options .option-block .radio-block label.radio-label {
       color: #272727;
       font-size: 16px;
       font-weight: normal;
       display: block;
   }
   
   .checkout-section .payment-options .text {
       padding-left: 30px;
   }
   
   .checkout-section .payment-options .text p {
       color: #9e9e9e;
       font-size: 16px;
       font-weight: 400;
   }
   
   .checkout-section.cart-section .thm-btn {
       margin-top: 40px;
   }
   
   .checkout-section.cart-section .cart-table {
       width: 100%;
       min-width: auto;
   }
   
   .checkout-section.cart-section .cart-total .section-title {
       padding-bottom: 35px;
   }
   
   
   /* ==============================
      37. Login Register styles
      ============================== */
   
   .login-register ul,
   .login-register li {
       margin: 0;
       padding: 0;
       list-style: none;
   }
   
   .login-register .form-grp {
       border: 2px solid #f6f4f4;
       height: 48px;
       padding-left: 15px;
       padding-right: 20px;
       margin-bottom: 30px;
   }
   
   .login-register .form-grp input {
       border: none;
       outline: none;
       height: 100%;
       width: 70%;
       float: left;
   }
   
   .login-register .form-grp i {
       font-size: 14px;
       color: #9e9e9e;
       float: right;
       line-height: 44px;
   }
   
   .login-register .thm-btn {
       font-size: 14px;
       line-height: 45px;
   }
   
   .login-register p {
       margin: 0;
       font-size: 14px;
       color: #9e9e9e;
       font-family: 'Roboto';
       line-height: 45px;
   }
   
   .login-register label {
       font-weight: normal;
       color: #9e9e9e;
       margin: 0;
       display: inline-block;
       line-height: 40px;
   }
   
   .login-register ul.social-icon {
       display: inline-block;
       margin-left: 10px;
   }
   
   .login-register ul.social-icon li {
       display: inline-block;
       padding: 0 6px;
   }
   
   .login-register ul.social-icon li a {
       width: 40px;
       height: 40px;
       font-size: 14px;
       color: #ffffff;
       background: #3B5998;
       display: block;
       text-align: center;
       border-radius: 50%;
       line-height: 40px;
   }
   
   .login-register ul.social-icon li a.twitter {
       background: #33CCFE;
   }
   
   .login-register ul.social-icon li a.google-plus {
       background: #DD4B39;
   }
   
   .login-register a {
       font-size: 14px;
       color: #a6c311;
       font-weight: bold;
   }
   
   .login-register .remember-box {
       margin-top: 20px;
   }
   
   .login-register .remember-box label {
       margin-left: 5px;
   }
   
   .login-register .remember-box input {
       position: relative;
       top: 2px;
   }
   
   
   /*
   * layout control
   */
   
   body {transition: width .4s ease;}
   body.boxed {
       width: 100%;
       max-width: 1300px;
       margin-left: auto;margin-right: auto;
       overflow-x: hidden;
       overflow-y: auto;
   }
   body.boxed .header .header-top {overflow: hidden;}
   body.boxed .stricky {position: relative;}
   body.boxed .stricky.stricky-fixed {position: fixed;}
   body.boxed .stricky + section {margin-top: -174px;}
   body.boxed .stricky.stricky-fixed + section,
   body.boxed .header-v2.stricky + section,
   body.boxed .home-3.stricky + section,
   body.boxed .header-v5.stricky + section {margin-top: 0px;}
   body.full-width {
       width: 100%;
       max-width: 100%;
   }
   
   /*
   * new fixes 24 8 16
   */
   
   .accrodion .accrodion-title h4 {position: relative;padding-left: 50px;}
   .accrodion .accrodion-title h4:before {
       position: absolute;
       top:-6px;left:0;
       margin: 0;
   }
   .faq-page .accrodion .accrodion-title h4 {padding-left: 50px;}
   .faq-page .accrodion .accrodion-title h4:before {top:2px;}
   .health-care-package-area .single-item .content .package-list ul li,
   .workout-schedules-area .single-item .content .schedules-list ul li,
   .product-tab-box .tab-content #description ul li {
       position: relative;
       padding-left: 25px;
   }
   .health-care-package-area .single-item .content .package-list ul li i,
   .workout-schedules-area .single-item .content .schedules-list ul li i,
   .product-tab-box .tab-content #description ul li:before {
       line-height: 30px;
       position: absolute;
       top: 0;
       left: 0;
       margin: 0 !important;
   }
   .workout-schedules-area .single-item .content {padding: 0 16px;}
   
   .fitness-care-gym-area {top: -56px;margin-top: -10px;}
   .fitness-service-round-icon {padding-bottom: 100px;}
   .single-workout-package-page p b {background-color: transparent !important;}
   
   
   
   
   /*
   --------------------------------------------------------------------------------
   ************************** customize Color *************************************
   ********************************************************************************
   * Customzie your template color easily
   ********************************************************************************
   --------------------------------------------------------------------------------
   */
   
   
   
   
   /*
   * base color              HEX #A6C311 RGB (166,195,17)
   * base color darken       HEX #9BB60E RGB (155,182,14)
   */
   
   
   /* baseColor block */
   
   
   /**
   * background color
   */
   
   .header .header-top .top-info:before, .header .menuzord-menu > li > a:before, .header .menuzord-menu > li.shopping-cart a span.cart-item,  .rev_slider_wrapper .feature-list-item .icon-box .box, .header .menuzord .megamenu .offer-going-package-menu .carousel-indicators li.active, .header .menuzord .megamenu .offer-going-package-menu .single-offer-going-pack .img-box .box .overlay .content h4, .header .menuzord .megamenu .offer-going-package-menu .single-offer-going-pack .text-box .icon-box .box, .rev_slider_wrapper .tparrows:hover, .thm-btn, .fitness-care-gym-area .single-item .icon-holder::before, .support-area:before, .workout-schedules-area .single-item .img-holder .date, .workout-schedules-area .single-item .content a, .health-care-pack-carousel .owl-nav [class*=owl-], .health-care-package-area .single-item .content .top .icon-holder, .health-care-package-area .single-item .button a, .walking-area .carousel-indicators .active, .footer-bottom-area .footer-bottom:before, .footer-bottom-area .footer-bottom:after, .experienced-trainer-area .single-item .img-holder .overlay-content, .experienced-trainer-area .single-item .img-holder .overlay-content .social-links a i:hover, .experienced-trainer-area .single-item .content .social-links a i, .daily-training-workout-area:before, .accrodion.active .accrodion-title h4:before, .testimonial-carousel-wrapper .owl-dots .owl-dot.active span, .testimonial-carousel-wrapper .owl-dots .owl-dot:hover span, .rev_slider_wrapper #slider2 .banner-caption-bg span:before, .fitness-services-boxed .single-fitness-service .single-fitness-service-details .top-box i, .single-fitness-service-round-icon .icon-box:hover, .join-now-area:before, ul.gallery-filter li:hover span, ul.gallery-filter li.active span, .single-project-item .overlay .box .bottom-box ul li a, .bmi-tab-box .bmi-tab-title ul li.active a, .bmi-tab-box .bmi-tab-title ul li:hover a, .single-popular-class .icon-box, .suppliments-partners-area .single-item .img-holder .overlay-content, .top-bar-area.home-3, .header .menuzord .megamenu .header-cart-box li .checkout-btn a, .single-fitness-service-round-icon.square-box:hover a, .single-fitness-service-round-icon.square-box:hover .icon-box, .single-fitness-team-style-two .overlay .inner-box, .single-blog-post .img-holder .icon-holder, .single-blog-post .img-holder .overlay ul li, .single-blog-post a.read-more:hover, .single-footer-widget ul.recent-news li .box .overlay .content-box, .bmi-tab-box .bmi-tab-content button, .support-area.pattern-2 .single-item:hover .icon-holder i, .schedule-table tbody tr td, .pattern-3:before, .pricing-table tbody tr.button-row td a, .rev_slider_wrapper.slider-5 #slider2 .offer-box:before, .single-shop-cta a, .popular-shop-item .section-title .gallery-filter li.active span, .single-product-item .img-holder .overlay .icon-holder ul li a i, .fitness-team-style-two .owl-theme .owl-nav [class*=owl-], .health-care-package-area .single-item .img-holder.offer .offer-text:before, .slider-bottom-right a, .single-blog-post .content .meta li a:hover, .schedule-table tbody tr td.same, .header .menuzord .megamenu .offer-going-package-menu .single-offer-going-pack .text-box .content-box ul li a:before, .home-contact-form button, .single-sidebar.search-widget form button, .single-sidebar.price-filter .noUi-handle, .single-sidebar.post-widget ul.recent-news li .box .overlay .content-box, .single-sidebar.package-slider-widget .offer-going-package-menu .single-offer-going-pack .img-box .box .overlay .content h4, .single-sidebar.package-slider-widget .offer-going-package-menu .single-offer-going-pack .text-box .icon-box .box, .single-sidebar.package-slider-widget .offer-going-package-menu .single-offer-going-pack .text-box .content-box ul li a:before, .single-sidebar.package-slider-widget .offer-going-package-menu .carousel-indicators li.active, ul.post-pagination li:hover a, ul.post-pagination li.active a, .product-tab-box .tab-title ul li a:hover, .product-tab-box .tab-title ul li.active a, .cart-table .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up, .cart-table .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down, .cart-table tbody .available-info .icon, .cart-section .thm-btn, .single-post-page .share-box ul.social-icons li a, .reply-box button, .health-care-package-area .single-item .button a.black:hover, .single-workout-package-page .label-box h1 span.step, .single-workout-package-page p b, .customizer-box input + .slider, .error-404 form button
   {
       background-color: #A6C311;
   }
   .owl-theme .owl-nav [class*=owl-],
   .single-sidebar.price-filter .noUi-handle {
       background-color: #A6C311 !important;   
   }
   
   @media(max-width: 1024px) {
       .menuzord .showhide,
       .menuzord-responsive .menuzord-menu.scrollable {
           background-color: #A6C311 !important;
       }
   }
   
   
   
   /**
   * text color
   */
   
   .header .menuzord-menu > li:hover > a,
   .header .menuzord-menu ul.dropdown li:hover > a,
   .header .menuzord .megamenu ul li:hover > a,
   .header-v2.header .menuzord-menu > li:hover > a,
   .fitness-care-gym-area .single-item .icon-holder i,
   .support-content .single-item .icon-holder i,
   .workout-schedules-area .single-item .img-holder .overlay .icon-holder a i,
   .workout-schedules-area .single-item .content ul li i,
   .workout-schedules-area .single-item .content .schedules-list ul li i,
   .health-care-package-area .single-item .content .top .content-heading ul li i,
   .health-care-package-area .single-item .content .package-list ul li i,
   .experienced-trainer-area .single-item .img-holder .overlay-content .trainer-name .icon-holder i,
   .health-care-package-area .single-item .content .top .content-heading h3 span,
   .experienced-trainer-area .single-item .img-holder .overlay-content .social-links a i,
   .experienced-trainer-area .single-item .content .trainer-name .icon-holder i,
   .single-footer-widget ul.quick-links li a:hover,
   .single-footer-widget ul.contact li .icon-holder i,
   .single-footer-widget ul.recent-news li .content p:hover,
   .single-testimonial-carousel .testimonial-text-box .review-box .fa,
   .fitness-services-boxed .single-fitness-service .single-fitness-service-details .bottom-box p,
   .fitness-services-boxed .single-fitness-service > i,
   .single-fitness-service-round-icon .icon-box i,
   .fitness-video-area .right-text p.highlighted,
   .fitness-video-area .video-box .inner-box ul.navigation li a:hover,
   .bmi-tab-box .bmi-tab-content .result-box a,
   .single-popular-class p,
   .fitness-services-boxed .single-fitness-service .single-fitness-service-details a,
   .experienced-trainer-area .single-item .content .trainer-name .name span,
   .perfect-plan-right span,
   .single-project-item .text-box p,
   .single-fitness-team-style-two .overlay .top-box .icon-box,
   .single-blog-post .content .meta li a i,
   .single-blog-post .content h3:hover,
   .single-fitness-team-style-two .overlay .social-icons li a,
   .single-product-item .title h2,
   .bread-cumb ul li span,
   .header .menuzord .megamenu .offer-going-package-menu .single-offer-going-pack .text-box .content-box h3 span b,
   .header .menuzord .megamenu .header-cart-box li .text-box span,
   .header .menuzord .megamenu .header-cart-box li .text-box .review-box .fa,
   .header .menuzord .megamenu .header-cart-box li .total-text span,
   .contact-info-box .icon-box i,
   .single-sidebar.post-widget ul.recent-news li .content span,
   .single-sidebar.package-slider-widget .offer-going-package-menu .single-offer-going-pack .text-box .content-box h3 span b,
   .product-content-box .content-box .list-inline .fa,
   .product-content-box .content-box .price,
   .product-content-box .content-box .location-box span,
   .product-tab-box .tab-content #description ul li:before,
   .cart-table tbody tr .sub-total,
   .login-register a,
   .comment-box .single-comment-box .text-box .content a,
   .comment-box .single-comment-box .text-box .top-box span,
   .review-box .single-review-box .text-box .top-box .rating-box ul li i,
   .subscribe-area .subscribe-form h1 span,
   .error-404 a,
   .single-popular-class .img-box .overlay .content .box a,
   .customizer-box button.toggler
   {
       color: #A6C311; 
   }
   .color-green {
       color: #A6C311 !important;  
   }
   
   /**
   * border color
   */
   
   .header .menuzord .megamenu,
   .header .menuzord-menu ul.dropdown, .header .menuzord-menu ul.dropdown li ul.dropdown,
   .walking-area .carousel-indicators .active,
   .accrodion.active .accrodion-title h4:before,
   .single-fitness-service-round-icon .icon-box:hover,
   ul.gallery-filter li:hover span, ul.gallery-filter li.active span,
   .single-fitness-service-round-icon.square-box:hover a,
   .single-fitness-service-round-icon.square-box:hover .icon-box,
   .single-fitness-team-style-two .img-box,
   .fitness-video-area .video-box .inner-box ul.navigation li a:hover,
   .single-blog-post .img-holder .overlay ul li,
   ul.post-pagination li:hover a, ul.post-pagination li.active a
   {
       border-color: #a6c311;
   }
   .header.home-3 .has-angle:before {
       border-top-color: #A6C311;
   }
   .header.home-3 .has-angle:after {
       border-bottom-color: #A6C311;
   }
   
   /*
   * transparent background
   */
   
   .workout-schedules-area .single-item .img-holder .overlay,
   .single-popular-class .img-box .overlay
   {
       background-color: rgba(166,195,17,.9);
   }
   
   
   /* baseColor darken block */
   
   
   /**
   * background color
   */
   
   .header .header-top .social li a,
   .footer-bottom-area .footer-bottom .social-links a i,
   .single-project-item .overlay .box .bottom-box ul li a:hover,
   .top-bar-area.home-3 .social li a i,
   .footer-bottom-area .footer-bottom .social-links a i
   {
       background-color: #9BB60E;
   }
   
   
   /**
   * text color
   */
   
   {
       color: #9BB60E; 
   }
   
   /**
   * Border color
   */
   
   .experienced-trainer-area .single-item .img-holder .overlay-content ul
   {
       border-color: #9BB60E;  
   }
   
   
   
   
   